.page-module__92KbQW__container{flex-direction:column;max-width:80rem;min-height:100vh;margin:0 auto;padding:0 1.5rem;display:flex}@media (min-width:640px){.page-module__92KbQW__container{padding:0 2rem}}.page-module__92KbQW__heroSection{text-align:center;padding:8rem 0 4rem}@media (min-width:640px){.page-module__92KbQW__heroSection{padding:10rem 0 6rem}}.page-module__92KbQW__title{letter-spacing:-.025em;color:var(--foreground);margin-bottom:1.5rem;font-size:2.5rem;font-weight:800}@media (min-width:640px){.page-module__92KbQW__title{font-size:3.5rem}}@media (min-width:768px){.page-module__92KbQW__title{font-size:4rem}}.page-module__92KbQW__subtitle{color:var(--muted-foreground);max-width:42rem;margin:0 auto;font-size:1.125rem;line-height:1.75}@media (min-width:640px){.page-module__92KbQW__subtitle{font-size:1.25rem}}.page-module__92KbQW__faqSection{flex-direction:column;gap:1.5rem;width:100%;max-width:48rem;margin:0 auto 8rem;display:flex}.page-module__92KbQW__faqItem{border:1px solid color-mix(in srgb, var(--foreground), transparent 85%);background:color-mix(in srgb, var(--background), transparent 70%);-webkit-backdrop-filter:blur(30px)saturate(150%);border-radius:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden;box-shadow:0 8px 32px #0000004d}.page-module__92KbQW__faqItem:hover{border-color:color-mix(in srgb, var(--primary), transparent 70%);box-shadow:0 8px 30px -10px color-mix(in srgb, var(--primary), transparent 80%)}.page-module__92KbQW__faqQuestion{text-align:left;cursor:pointer;width:100%;color:var(--foreground);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.5rem 2rem;font-size:1.125rem;font-weight:600;display:flex}.page-module__92KbQW__iconWrapper{background:color-mix(in srgb, var(--primary), transparent 90%);width:2rem;height:2rem;color:var(--primary);border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;transition:transform .3s cubic-bezier(.4,0,.2,1),background-color .3s;display:flex}.page-module__92KbQW__faqItem.page-module__92KbQW__open .page-module__92KbQW__iconWrapper{background:var(--primary);color:var(--primary-foreground);transform:rotate(180deg)}.page-module__92KbQW__faqAnswerWrapper{grid-template-rows:0fr;transition:grid-template-rows .4s cubic-bezier(.4,0,.2,1);display:grid}.page-module__92KbQW__faqItem.page-module__92KbQW__open .page-module__92KbQW__faqAnswerWrapper{grid-template-rows:1fr}.page-module__92KbQW__faqAnswerInner{overflow:hidden}.page-module__92KbQW__faqAnswerText{color:var(--muted-foreground);padding:0 2rem 2rem;font-size:1rem;line-height:1.75}
.Header-module__85i50G__header{top:calc(1.5rem + env(safe-area-inset-top));z-index:50;max-width:80rem;margin:0 auto;position:fixed;left:1rem;right:1rem}.Header-module__85i50G__navBar{background:color-mix(in srgb, var(--card), transparent 40%);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid color-mix(in srgb, var(--foreground), transparent 90%);border-radius:1rem;justify-content:space-between;align-items:center;height:5rem;padding:0 1rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex}.Header-module__85i50G__scrolled .Header-module__85i50G__navBar{background:color-mix(in srgb, var(--card), transparent 20%);border-radius:.75rem;height:3.5rem}@media (min-width:728px){.Header-module__85i50G__navBar{padding:0 2rem}}.Header-module__85i50G__logoContainer{align-items:center;gap:.5rem;display:flex}.Header-module__85i50G__menuToggle{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;justify-content:center;justify-self:start;align-items:center;width:fit-content;padding:.5rem;transition:color .2s;display:flex}.Header-module__85i50G__menuToggle:hover{color:var(--foreground)}@media (min-width:728px){.Header-module__85i50G__menuToggle{display:none}}.Header-module__85i50G__logo{justify-self:center;align-items:center;transition:transform .4s cubic-bezier(.4,0,.2,1);display:flex}@media (min-width:768px){.Header-module__85i50G__logo{justify-self:auto}}.Header-module__85i50G__logoImage{object-fit:contain;opacity:.7;transform-origin:0;transition:all .4s cubic-bezier(.4,0,.2,1);transform:scale(.8)}@media (min-width:768px){.Header-module__85i50G__logoImage{transform:scale(1)}}.Header-module__85i50G__scrolled .Header-module__85i50G__logoImage{opacity:.9;transform:scale(.4)}.Header-module__85i50G__logo:hover .Header-module__85i50G__logoImage{opacity:1}.Header-module__85i50G__nav{align-items:center;gap:2rem;display:none}@media (min-width:728px){.Header-module__85i50G__nav{display:flex}}.Header-module__85i50G__navLink{color:var(--muted-foreground);cursor:pointer;font-size:.875rem;font-weight:500;transition:color .2s}.Header-module__85i50G__navLink:hover{color:var(--foreground)}.Header-module__85i50G__ctaButton{background-color:var(--accent);height:2.25rem;color:var(--accent-foreground);border-radius:var(--radius);cursor:pointer;border:none;justify-content:center;justify-self:end;align-items:center;padding:0 1.25rem;font-size:.875rem;font-weight:600;transition:all .2s;display:none}@media (min-width:728px){.Header-module__85i50G__ctaButton{display:inline-flex}}.Header-module__85i50G__ctaButton:hover{opacity:.9}.Header-module__85i50G__mobileMenu{background-color:color-mix(in srgb, var(--card), transparent 40%);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid color-mix(in srgb, var(--foreground), transparent 90%);z-index:-1;border-radius:1.5rem;justify-content:center;align-items:center;width:92%;height:80%;margin-top:1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed}.Header-module__85i50G__mobileMenuVisible{opacity:1;pointer-events:auto}.Header-module__85i50G__mobileMenuHidden{opacity:0;pointer-events:none}.Header-module__85i50G__mobileNav{width:100%;padding:calc(2rem + env(safe-area-inset-top)) 2rem 2rem 2rem;flex-direction:column;align-items:center;gap:2rem;display:flex}.Header-module__85i50G__mobileNavLink{color:var(--foreground);opacity:0;font-size:2rem;font-weight:700;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);transform:translateY(20px)}.Header-module__85i50G__mobileMenuVisible .Header-module__85i50G__mobileNavLink{animation:.5s forwards Header-module__85i50G__slideFadeIn}.Header-module__85i50G__mobileCta{background-color:var(--accent);color:var(--accent-foreground);border-radius:var(--radius);opacity:0;margin-top:1rem;padding:1rem 3rem;font-size:1.125rem;font-weight:600;text-decoration:none;transform:translateY(20px)}.Header-module__85i50G__mobileMenuVisible .Header-module__85i50G__mobileCta{animation:.5s forwards Header-module__85i50G__slideFadeIn}@keyframes Header-module__85i50G__slideFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.Footer-module__hP-FLq__footer{border:1px solid color-mix(in srgb, var(--foreground), transparent 85%);background:color-mix(in srgb, var(--background), transparent 70%);-webkit-backdrop-filter:blur(30px)saturate(150%);z-index:10;background-color:var(--background);border-radius:1.5rem;width:calc(100% - 2rem);max-width:80rem;margin:auto auto 2rem;padding:2rem 1.5rem 1.5rem;position:relative;overflow:hidden;box-shadow:0 8px 32px #0000004d}.Footer-module__hP-FLq__container{width:100%}@media (min-width:640px){.Footer-module__hP-FLq__footer{width:calc(100% - 4rem);padding:3rem 2.5rem 2rem}}.Footer-module__hP-FLq__grid{grid-template-columns:1fr;gap:2rem;margin-bottom:3rem;display:grid}@media (min-width:768px){.Footer-module__hP-FLq__grid{grid-template-columns:1fr 1fr}}@media (min-width:1024px){.Footer-module__hP-FLq__grid{grid-template-columns:2fr 1fr 1fr}}.Footer-module__hP-FLq__brandLogo{letter-spacing:-.025em;color:var(--foreground);margin-bottom:1rem;font-size:1.5rem;font-weight:700;transition:color .2s;display:block}.Footer-module__hP-FLq__brandLogo:hover{color:var(--primary)}.Footer-module__hP-FLq__footerLogo{object-fit:contain}.Footer-module__hP-FLq__brandDesc{color:var(--muted-foreground);max-width:28rem;line-height:1.75}.Footer-module__hP-FLq__columnTitle{color:var(--foreground);margin-bottom:1rem;font-size:.875rem;font-weight:600}.Footer-module__hP-FLq__linkList{flex-direction:column;gap:.75rem;padding:0;list-style:none;display:flex}.Footer-module__hP-FLq__link{color:var(--muted-foreground);cursor:pointer;font-size:.875rem;transition:color .2s}.Footer-module__hP-FLq__link:hover{color:var(--foreground)}.Footer-module__hP-FLq__contactInfo{color:var(--muted-foreground);flex-direction:column;gap:.75rem;padding:0;font-size:.875rem;list-style:none;display:flex}.Footer-module__hP-FLq__bottomBar{border-top:1px solid var(--border);flex-direction:column;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;display:flex}@media (min-width:640px){.Footer-module__hP-FLq__bottomBar{flex-direction:row}}.Footer-module__hP-FLq__copyright{color:var(--muted-foreground);font-size:.875rem}
.page-module__nL6KFa__main{min-height:100vh;padding-top:8rem;padding-bottom:6rem}.page-module__nL6KFa__heroSection{text-align:center;max-width:48rem;margin:8rem auto 4rem;padding:0 1.5rem}@media (min-width:640px){.page-module__nL6KFa__heroSection{padding:0 2rem}}.page-module__nL6KFa__label{text-transform:uppercase;letter-spacing:.15em;color:var(--primary);background:color-mix(in srgb, var(--primary), transparent 88%);border-radius:9999px;margin-bottom:1rem;padding:.3rem 1rem;font-size:.8rem;font-weight:600;display:inline-block}.page-module__nL6KFa__heading{letter-spacing:-.03em;background:linear-gradient(160deg, #f1f5f9 20%, var(--primary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:2.25rem;font-weight:800;line-height:1.08}@media (min-width:640px){.page-module__nL6KFa__heading{font-size:3rem}}@media (min-width:768px){.page-module__nL6KFa__heading{font-size:3.75rem}}.page-module__nL6KFa__subtitle{color:var(--muted-foreground);max-width:38rem;margin:0 auto;font-size:1.1rem;line-height:1.75}.page-module__nL6KFa__controlSection{flex-direction:column;align-items:center;gap:3rem;max-width:32rem;margin:0 auto;padding:0 1.5rem 10rem;display:flex}.page-module__nL6KFa__controlCard{background:color-mix(in srgb, var(--background), transparent 70%);-webkit-backdrop-filter:blur(30px)saturate(150%);border:1px solid color-mix(in srgb, var(--foreground), transparent 85%);border-radius:1.25rem;width:100%;padding:1.75rem;transition:border-color .3s;box-shadow:0 8px 32px #0000004d}.page-module__nL6KFa__controlCard:hover{border-color:color-mix(in srgb, var(--primary), transparent 75%)}.page-module__nL6KFa__toggleGroup{background:color-mix(in srgb, var(--background), transparent 30%);border:1px solid color-mix(in srgb, var(--foreground), transparent 92%);border-radius:.75rem;gap:.375rem;margin-bottom:1.75rem;padding:.3rem;display:flex}.page-module__nL6KFa__toggleButton{cursor:pointer;color:var(--muted-foreground);z-index:1;background:0 0;border:none;border-radius:.55rem;flex:1;padding:.65rem 1rem;font-size:.85rem;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative}.page-module__nL6KFa__toggleButton:hover:not(.page-module__nL6KFa__active){color:var(--foreground);background:color-mix(in srgb, var(--foreground), transparent 94%)}.page-module__nL6KFa__toggleButton.page-module__nL6KFa__active{background:var(--primary);color:#fff;box-shadow:0 2px 10px color-mix(in srgb, var(--primary), transparent 55%), 0 0 0 1px color-mix(in srgb, var(--primary), transparent 40%)}.page-module__nL6KFa__effectInfo{text-align:center}.page-module__nL6KFa__effectName{color:var(--foreground);margin-bottom:.4rem;font-size:1.15rem;font-weight:700}.page-module__nL6KFa__effectDescription{color:var(--muted-foreground);font-size:.9rem;line-height:1.65}.page-module__nL6KFa__promptArea{flex-direction:column;align-items:center;gap:.6rem;animation:2.5s ease-in-out infinite page-module__nL6KFa__prompt-pulse;display:flex}.page-module__nL6KFa__cursorIcon{width:2rem;height:2rem;color:var(--muted-foreground);animation:3s ease-in-out infinite page-module__nL6KFa__prompt-float}.page-module__nL6KFa__promptText{color:var(--muted-foreground);letter-spacing:.06em;text-transform:uppercase;font-size:.8rem;font-weight:500}@keyframes page-module__nL6KFa__prompt-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes page-module__nL6KFa__prompt-pulse{0%,to{opacity:.55}50%{opacity:1}}.page-module__nL6KFa__desktopNote{background:color-mix(in srgb, var(--primary), transparent 94%);border:1px solid color-mix(in srgb, var(--primary), transparent 85%);text-align:left;border-radius:1rem;align-items:center;gap:.75rem;max-width:32rem;margin-top:2rem;padding:.6rem 1.25rem;display:inline-flex}.page-module__nL6KFa__desktopNote svg{width:1.25rem;height:1.25rem;color:var(--primary);flex-shrink:0}.page-module__nL6KFa__desktopNote span{color:var(--primary);text-wrap:balance;text-align:center;font-size:.85rem;font-weight:500;line-height:1.5}.page-module__nL6KFa__demoSection{border-top:1px solid color-mix(in srgb, var(--border), transparent 80%);flex-direction:column;align-items:center;gap:3rem;max-width:72rem;margin:0 auto;padding:4rem 1.5rem;display:flex}.page-module__nL6KFa__demoSectionHeader{text-align:center;max-width:48rem}.page-module__nL6KFa__sectionHeading{background:linear-gradient(160deg, #f1f5f9 20%, var(--primary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2rem;font-weight:700}@media (min-width:640px){.page-module__nL6KFa__sectionHeading{font-size:2.5rem}}.page-module__nL6KFa__sectionSubtitle{color:var(--muted-foreground);font-size:1rem;line-height:1.6}.page-module__nL6KFa__demoSectionContent{flex-direction:column;align-items:center;gap:3rem;width:100%;display:flex}@media (min-width:900px){.page-module__nL6KFa__demoSectionContent{flex-direction:row;justify-content:center;align-items:flex-start;gap:5rem}}.page-module__nL6KFa__controlPanel{flex-direction:column;flex:1;gap:2rem;width:100%;max-width:24rem;display:flex}.page-module__nL6KFa__qrDisplayWrapper{background:color-mix(in srgb, var(--card), transparent 60%);border:1px solid color-mix(in srgb, var(--foreground), transparent 90%);border-radius:1.25rem;justify-content:center;padding:1.5rem;display:flex}.page-module__nL6KFa__phoneMockupContainer{flex:1;justify-content:center;width:100%;max-width:24rem;display:flex}.page-module__nL6KFa__mockPhone{width:100%;max-width:320px;height:650px;box-shadow:0 0 0 10px #1a1a1a, 0 0 0 11px color-mix(in srgb, var(--border), transparent 50%), 0 25px 50px -12px #00000080;background:#000;border:1px solid #333;border-radius:40px;position:relative;overflow:hidden}.page-module__nL6KFa__phoneNotch{z-index:50;background:#1a1a1a;border-bottom-right-radius:16px;border-bottom-left-radius:16px;width:120px;height:25px;position:absolute;top:0;left:50%;transform:translate(-50%)}.page-module__nL6KFa__phoneScreen{background:var(--background);width:100%;height:100%;position:relative;overflow:hidden auto}.page-module__nL6KFa__phoneScreen::-webkit-scrollbar{display:none}.page-module__nL6KFa__phoneScreen{-ms-overflow-style:none;scrollbar-width:none}.page-module__nL6KFa__cardContainer{flex-direction:column;min-height:100%;padding:2.5rem .5rem 2rem;display:flex}.page-module__nL6KFa__cardInner{margin-top:1rem}.page-module__nL6KFa__divider{background-color:color-mix(in srgb, var(--border) 40%, transparent);width:80%;height:1px;margin:1.5rem auto}.page-module__nL6KFa__phoneFooter{text-align:center;margin-top:auto;padding-top:2rem}.page-module__nL6KFa__footerText{color:var(--muted-foreground);margin:0;font-size:.65rem;line-height:1rem}
.page-module__VKYseq__main{min-height:100vh;padding-top:8rem;padding-bottom:6rem}.page-module__VKYseq__heroSection{max-width:80rem;margin:0 auto 6rem;padding:0 1.5rem}@media (min-width:640px){.page-module__VKYseq__heroSection{padding:0 2rem}}.page-module__VKYseq__label{color:var(--primary);letter-spacing:.025em;margin-bottom:.75rem;font-size:.875rem;font-weight:600}.page-module__VKYseq__heading{letter-spacing:-.025em;color:var(--foreground);max-width:48rem;margin-bottom:1.5rem;font-size:2.25rem;font-weight:700;line-height:1.1}@media (min-width:640px){.page-module__VKYseq__heading{font-size:3rem}}@media (min-width:768px){.page-module__VKYseq__heading{font-size:3.75rem}}.page-module__VKYseq__subtitle{color:var(--muted-foreground);max-width:42rem;font-size:1.125rem;line-height:1.75}.page-module__VKYseq__cardsSection{max-width:80rem;margin:0 auto 6rem;padding:0 1.5rem}@media (min-width:640px){.page-module__VKYseq__cardsSection{padding:0 2rem}}.page-module__VKYseq__cardsGrid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.page-module__VKYseq__cardsGrid{grid-template-columns:1fr 1fr}}.page-module__VKYseq__card{background:color-mix(in srgb, var(--background), transparent 70%);-webkit-backdrop-filter:blur(30px)saturate(150%);border:1px solid color-mix(in srgb, var(--foreground), transparent 85%);cursor:pointer;border-radius:1rem;padding:2rem;transition:all .2s;box-shadow:0 8px 32px #0000004d}@media (min-width:640px){.page-module__VKYseq__card{padding:2.5rem}}.page-module__VKYseq__card:hover{border-color:color-mix(in srgb, var(--primary), transparent 70%);box-shadow:0 10px 40px -10px color-mix(in srgb, var(--primary), transparent 85%);transform:translateY(-4px)}.page-module__VKYseq__cardTag{color:var(--primary);background-color:color-mix(in srgb, var(--primary), transparent 90%);border-radius:9999px;margin-bottom:1.5rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.page-module__VKYseq__cardTitle{color:var(--foreground);margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.page-module__VKYseq__cardDesc{color:var(--muted-foreground);margin-bottom:1.5rem;line-height:1.75}.page-module__VKYseq__cardArrow{color:var(--primary);opacity:0;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;transition:opacity .2s;display:flex}.page-module__VKYseq__card:hover .page-module__VKYseq__cardArrow{opacity:1}.page-module__VKYseq__cardArrow svg{width:1rem;height:1rem}
.ProfileHeader-module__a5qSGa__container{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding-top:2rem;padding-bottom:1rem;display:flex}.ProfileHeader-module__a5qSGa__imageContainer{border:4px solid var(--primary);background-color:#f3f4f6;border-radius:9999px;width:8rem;height:8rem;position:relative;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.ProfileHeader-module__a5qSGa__image{object-fit:cover}.ProfileHeader-module__a5qSGa__name{color:var(--foreground);letter-spacing:-.025em;margin:0;font-size:1.875rem;font-weight:700;line-height:2.25rem}.ProfileHeader-module__a5qSGa__title{color:var(--primary);margin-top:.25rem;margin-bottom:0;font-size:1.125rem;font-weight:500;line-height:1.75rem}.ProfileHeader-module__a5qSGa__department{color:var(--muted-foreground);margin-top:0;font-size:.875rem;line-height:1.25rem}.ProfileHeader-module__a5qSGa__logoContainer{opacity:.8;margin-top:1rem}.ProfileHeader-module__a5qSGa__logo{object-fit:contain;filter:drop-shadow(0 1px 1px #0000000d);width:auto;height:3rem;margin:0 auto}
.ActionRow-module__CwyP8a__container{box-sizing:border-box;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;width:100%;max-width:24rem;margin:1.5rem auto;padding:0 1rem;display:grid}.ActionRow-module__CwyP8a__actionLink{flex-direction:column;justify-content:center;align-items:center;gap:.5rem;text-decoration:none;display:flex}.ActionRow-module__CwyP8a__iconWrapper{background-color:color-mix(in srgb, var(--primary) 10%, transparent);width:3.5rem;height:3.5rem;color:var(--primary);border:1px solid color-mix(in srgb, var(--primary) 20%, transparent);border-radius:9999px;justify-content:center;align-items:center;transition:all .3s;display:flex;box-shadow:0 1px 2px #0000000d}.ActionRow-module__CwyP8a__actionLink:hover .ActionRow-module__CwyP8a__iconWrapper{background-color:var(--primary);color:#fff}.ActionRow-module__CwyP8a__label{color:var(--foreground);opacity:.8;font-size:.75rem;font-weight:500;line-height:1rem;transition:opacity .3s}.ActionRow-module__CwyP8a__actionLink:hover .ActionRow-module__CwyP8a__label{opacity:1}.ActionRow-module__CwyP8a__icon{width:1.5rem;height:1.5rem}
.Hero-module__Vtspxq__section{background:0 0;justify-content:center;align-items:center;width:100%;min-height:100dvh;margin:0;padding:0;display:flex;position:relative}.Hero-module__Vtspxq__orbContainer{pointer-events:none;position:absolute;inset:0;overflow:hidden}.Hero-module__Vtspxq__orbPrimary{background-color:color-mix(in srgb, var(--primary), transparent 70%);filter:blur(120px);mix-blend-mode:screen;pointer-events:none;border-radius:9999px;width:600px;height:600px;animation:10s ease-in-out infinite alternate Hero-module__Vtspxq__blob;position:absolute;top:25%;left:50%;transform:translate(-50%)}.Hero-module__Vtspxq__orbAccent{background-color:color-mix(in srgb, var(--accent), transparent 75%);filter:blur(100px);mix-blend-mode:screen;pointer-events:none;border-radius:9999px;width:400px;height:400px;animation:12s ease-in-out 2s infinite alternate Hero-module__Vtspxq__blob;position:absolute;bottom:0;right:0}.Hero-module__Vtspxq__content{z-index:10;text-align:center;max-width:60rem;margin:0 auto;padding:0 1.5rem;position:relative}@media (min-width:640px){.Hero-module__Vtspxq__content{padding:0 1rem}}.Hero-module__Vtspxq__badge{background-color:color-mix(in srgb, var(--primary), transparent 90%);border:1px solid color-mix(in srgb, var(--primary), transparent 80%);color:var(--primary);border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.Hero-module__Vtspxq__badgeDot{background-color:var(--primary);border-radius:9999px;width:.5rem;height:.5rem;animation:2s cubic-bezier(.4,0,.6,1) infinite Hero-module__Vtspxq__pulse}@keyframes Hero-module__Vtspxq__pulse{0%,to{opacity:1}50%{opacity:.5}}.Hero-module__Vtspxq__heading{letter-spacing:-.025em;color:var(--foreground);font-size:2.5rem;font-weight:700;line-height:1.1}@media (min-width:640px){.Hero-module__Vtspxq__heading,.Hero-module__Vtspxq__highlight{font-size:3rem}}@media (min-width:768px){.Hero-module__Vtspxq__heading,.Hero-module__Vtspxq__highlight{font-size:3.75rem}}@media (min-width:1024px){.Hero-module__Vtspxq__heading,.Hero-module__Vtspxq__highlight{font-size:4.5rem}}.Hero-module__Vtspxq__highlight{color:var(--primary);letter-spacing:-.025em;margin-bottom:1.5rem;font-size:2.5rem;font-weight:700;line-height:1.1}.Hero-module__Vtspxq__subtitle{color:var(--muted-foreground);max-width:35rem;margin:1.5rem auto;font-size:1rem;line-height:1.75}.Hero-module__Vtspxq__subtitle2{color:var(--primary);max-width:42rem;margin:0 auto 2.5rem;font-size:1rem;font-weight:600;line-height:1.75}@media (min-width:640px){.Hero-module__Vtspxq__subtitle,.Hero-module__Vtspxq__subtitle2{font-size:1.25rem}}.Hero-module__Vtspxq__buttons{flex-direction:column;justify-content:center;gap:1rem;display:flex}@media (min-width:640px){.Hero-module__Vtspxq__buttons{flex-direction:row}}.Hero-module__Vtspxq__primaryButton{background-color:var(--primary);height:3rem;color:var(--primary-foreground);border-radius:var(--radius);cursor:pointer;border:none;justify-content:center;align-items:center;padding:0 2rem;font-size:1rem;font-weight:600;transition:all .2s;display:inline-flex}.Hero-module__Vtspxq__primaryButton:hover{box-shadow:0 0 30px -5px color-mix(in srgb, var(--primary), transparent 75%)}.Hero-module__Vtspxq__outlineButton{height:3rem;color:var(--foreground);border-radius:var(--radius);border:1px solid var(--border);cursor:pointer;background-color:#0000;justify-content:center;align-items:center;padding:0 2rem;font-size:1rem;font-weight:600;transition:all .2s;display:inline-flex}.Hero-module__Vtspxq__outlineButton:hover{background-color:var(--muted)}
.SaveButton-module__tSjXpW__container{box-sizing:border-box;width:100%;max-width:24rem;margin:1.5rem auto 0;padding:0 1rem}.SaveButton-module__tSjXpW__button{background-color:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:1rem;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem 2rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.SaveButton-module__tSjXpW__button:hover:not(:disabled){background-color:color-mix(in srgb, var(--primary) 90%, transparent)}.SaveButton-module__tSjXpW__button:active:not(:disabled){transform:scale(.95)}.SaveButton-module__tSjXpW__button:disabled{opacity:.7;cursor:not-allowed}.SaveButton-module__tSjXpW__icon{width:1.25rem;height:1.25rem}
.ReactOffer-module__ARn2zW__section{width:100%}@media (min-width:640px){.ReactOffer-module__ARn2zW__section{padding:6rem 0}}.ReactOffer-module__ARn2zW__container{max-width:80rem;margin:0 auto;padding:0 1.5rem}@media (min-width:640px){.ReactOffer-module__ARn2zW__container{padding:0 2rem}}.ReactOffer-module__ARn2zW__sectionHeader{max-width:42rem;margin-bottom:4rem}.ReactOffer-module__ARn2zW__label{color:var(--primary);letter-spacing:.025em;margin-bottom:.75rem;font-size:.875rem;font-weight:600}.ReactOffer-module__ARn2zW__title{letter-spacing:-.025em;color:var(--foreground);margin-bottom:1rem;font-size:1.875rem;font-weight:700}@media (min-width:640px){.ReactOffer-module__ARn2zW__title{font-size:2.25rem}}@media (min-width:768px){.ReactOffer-module__ARn2zW__title{font-size:3rem}}.ReactOffer-module__ARn2zW__description{color:var(--muted-foreground);font-size:1.125rem;line-height:1.75}.ReactOffer-module__ARn2zW__swipeControls{justify-content:center;align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}.ReactOffer-module__ARn2zW__swipeArrow{background:color-mix(in srgb, var(--card), transparent 60%);border:1px solid color-mix(in srgb, var(--foreground), transparent 80%);color:var(--foreground);cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:9999px;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:all .2s;display:flex}.ReactOffer-module__ARn2zW__swipeArrow:hover:not(:disabled){background:var(--primary);color:var(--background);border-color:var(--primary)}.ReactOffer-module__ARn2zW__swipeArrow:disabled{opacity:.3;cursor:not-allowed}.ReactOffer-module__ARn2zW__dots{gap:.5rem;display:flex}.ReactOffer-module__ARn2zW__dot{background:color-mix(in srgb, var(--foreground), transparent 80%);cursor:pointer;border:none;border-radius:9999px;width:.75rem;height:.75rem;transition:all .2s}.ReactOffer-module__ARn2zW__activeDot{background:var(--primary);transform:scale(1.2)}.ReactOffer-module__ARn2zW__scrollContainer{scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;gap:2rem;width:100vw;margin-left:calc(50% - 50vw);padding-bottom:2rem;padding-left:max(1.5rem,50vw - 40rem);padding-right:max(1.5rem,50vw - 40rem);display:flex;overflow-x:auto}.ReactOffer-module__ARn2zW__scrollContainer::-webkit-scrollbar{display:none}.ReactOffer-module__ARn2zW__cardWrapper{scroll-snap-align:center;flex:0 0 100%;padding:2rem 0}.ReactOffer-module__ARn2zW__cardInner{background:color-mix(in srgb, var(--background), transparent 70%);-webkit-backdrop-filter:blur(30px)saturate(150%);border:1px solid color-mix(in srgb, var(--foreground), transparent 85%);border-radius:1.5rem;flex-direction:column;display:flex;overflow:visible;box-shadow:0 8px 32px #0000004d}@media (min-width:1024px){.ReactOffer-module__ARn2zW__cardInner{flex-direction:row}}.ReactOffer-module__ARn2zW__pricingSide{border-bottom:1px solid var(--border);background-color:color-mix(in srgb, var(--background), transparent 85%);border-radius:1.5rem 1.5rem 0 0;flex-direction:column;justify-content:center;padding:2rem;display:flex}@media (min-width:640px){.ReactOffer-module__ARn2zW__pricingSide{padding:3rem}}@media (min-width:1024px){.ReactOffer-module__ARn2zW__pricingSide{border-bottom:none;border-right:1px solid var(--border);width:45%}}.ReactOffer-module__ARn2zW__tierLabel{color:var(--primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;font-size:.875rem;font-weight:700}.ReactOffer-module__ARn2zW__billingToggleWrapper{background:color-mix(in srgb, var(--foreground), transparent 94%);border:1px solid color-mix(in srgb, var(--border), transparent 30%);isolation:isolate;border-radius:.75rem;margin-bottom:1.75rem;padding:.1875rem;display:flex;position:relative}.ReactOffer-module__ARn2zW__billingToggleSlider{z-index:0;justify-content:center;align-items:center;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:.1875rem;bottom:.1875rem;left:0}.ReactOffer-module__ARn2zW__billingToggleSlider:before{content:"";background:color-mix(in srgb, var(--primary), transparent 85%);border:1px solid color-mix(in srgb, var(--primary), transparent 70%);border-radius:.625rem;width:90%;height:100%;box-shadow:0 2px 8px #00000014}.ReactOffer-module__ARn2zW__billingToggleOption{color:var(--muted-foreground);cursor:pointer;z-index:1;text-align:center;background:0 0;border:none;flex:1;padding:.5rem .25rem;font-size:.75rem;font-weight:600;transition:color .2s;position:relative}.ReactOffer-module__ARn2zW__billingToggleOption.ReactOffer-module__ARn2zW__active{color:var(--foreground)}.ReactOffer-module__ARn2zW__saveBadge{background-color:var(--primary);color:#fff;text-transform:uppercase;letter-spacing:.02em;border-radius:9999px;padding:.125rem .5rem;font-size:.7rem;font-weight:700}.ReactOffer-module__ARn2zW__saveBadge[data-savings=none]{color:#0000;background-color:#0000}.ReactOffer-module__ARn2zW__priceContainer{margin-bottom:2rem}.ReactOffer-module__ARn2zW__price{align-items:baseline;gap:.125rem;display:flex}.ReactOffer-module__ARn2zW__currency{color:var(--muted-foreground);align-self:flex-start;margin-top:.5rem;font-size:1.5rem;font-weight:600}@keyframes ReactOffer-module__ARn2zW__priceScale{0%{opacity:.5;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.ReactOffer-module__ARn2zW__priceValue{letter-spacing:-.04em;color:var(--foreground);font-size:4rem;font-weight:800;line-height:1;animation:.25s ease-out forwards ReactOffer-module__ARn2zW__priceScale}@media (min-width:640px){.ReactOffer-module__ARn2zW__priceValue{font-size:5rem}}.ReactOffer-module__ARn2zW__pricePeriod{color:var(--muted-foreground);font-size:1.25rem;font-weight:500}.ReactOffer-module__ARn2zW__billingDetail{color:var(--primary);margin-top:.5rem;font-size:.875rem;font-weight:600}.ReactOffer-module__ARn2zW__priceDesc{color:var(--muted-foreground);margin-bottom:2.5rem;line-height:1.6}.ReactOffer-module__ARn2zW__ctaButton{background-color:var(--accent);width:100%;height:3.5rem;color:var(--accent-foreground);cursor:pointer;letter-spacing:.05em;box-shadow:0 4px 14px 0 color-mix(in srgb, var(--accent), transparent 60%);border:none;border-radius:.75rem;justify-content:center;align-items:center;font-size:.875rem;font-weight:700;transition:all .2s;display:inline-flex}.ReactOffer-module__ARn2zW__ctaButton:hover{box-shadow:0 6px 20px 0 color-mix(in srgb, var(--accent), transparent 40%);opacity:.95;transform:translateY(-2px)}.ReactOffer-module__ARn2zW__featuresSide{background-color:color-mix(in srgb, var(--background), transparent 90%);border-radius:0 0 1.5rem 1.5rem;padding:2rem}@media (min-width:640px){.ReactOffer-module__ARn2zW__featuresSide{padding:4rem}}@media (min-width:1024px){.ReactOffer-module__ARn2zW__featuresSide{width:55%}}.ReactOffer-module__ARn2zW__featuresLabel{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.1em;margin-bottom:2rem;font-size:.75rem;font-weight:700}.ReactOffer-module__ARn2zW__featuresList{flex-direction:column;gap:1.25rem;padding:0;list-style:none;display:flex}.ReactOffer-module__ARn2zW__featureItem{align-items:center;gap:1rem;display:flex}.ReactOffer-module__ARn2zW__featureIcon{background-color:color-mix(in srgb, var(--primary), transparent 90%);border:1px solid color-mix(in srgb, var(--primary), transparent 80%);border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;display:flex}.ReactOffer-module__ARn2zW__featureIcon svg{width:.875rem;height:.875rem;color:var(--primary);stroke-width:3px}.ReactOffer-module__ARn2zW__featureText{color:var(--foreground);font-size:1rem;font-weight:500}
.WalletActionRow-module__mvSata__container{box-sizing:border-box;flex-direction:row;justify-content:center;gap:1rem;width:100%;max-width:24rem;margin:1.5rem auto 0;padding:0 1rem;display:flex}.WalletActionRow-module__mvSata__walletBtn{cursor:pointer;text-align:center;border:none;border-radius:.75rem;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 4px 6px -1px #0000001a}.WalletActionRow-module__mvSata__walletBtn:active{transform:scale(.95)}.WalletActionRow-module__mvSata__appleBtn{color:#fff;background-color:#000}.WalletActionRow-module__mvSata__appleBtn:hover{background-color:#1a1a1a;transform:translateY(-1px)}.WalletActionRow-module__mvSata__googleBtn{color:#fff;background-color:#1a73e8}.WalletActionRow-module__mvSata__googleBtn:hover{background-color:#1557b0;transform:translateY(-1px)}.WalletActionRow-module__mvSata__icon{width:1.25rem;height:1.25rem}
.BackendAutomation-module__ImY0Xq__section{width:100%;padding:4rem 0}@media (min-width:640px){.BackendAutomation-module__ImY0Xq__section{padding:6rem 0}}.BackendAutomation-module__ImY0Xq__container{max-width:80rem;margin:0 auto;padding:0 1.5rem}@media (min-width:640px){.BackendAutomation-module__ImY0Xq__container{padding:0 2rem}}.BackendAutomation-module__ImY0Xq__sectionHeader{max-width:42rem;margin-bottom:4rem}.BackendAutomation-module__ImY0Xq__label{color:var(--primary);letter-spacing:.025em;margin-bottom:.75rem;font-size:.875rem;font-weight:600}.BackendAutomation-module__ImY0Xq__title{letter-spacing:-.025em;color:var(--foreground);margin-bottom:1rem;font-size:1.875rem;font-weight:700}@media (min-width:640px){.BackendAutomation-module__ImY0Xq__title{font-size:2.25rem}}@media (min-width:768px){.BackendAutomation-module__ImY0Xq__title{font-size:3rem}}.BackendAutomation-module__ImY0Xq__description{color:var(--muted-foreground);font-size:1.125rem;line-height:1.75}.BackendAutomation-module__ImY0Xq__cardsGrid{scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:1.5rem;margin:-4rem -1.5rem 3rem;padding:5rem 1.5rem 3rem;display:flex;overflow-x:auto}@media (min-width:640px){.BackendAutomation-module__ImY0Xq__cardsGrid{margin-left:-2rem;margin-right:-2rem;padding-left:2rem;padding-right:2rem}}@media (min-width:80rem){.BackendAutomation-module__ImY0Xq__cardsGrid{margin-left:calc(38rem - 50vw);margin-right:calc(38rem - 50vw);padding-left:calc(50vw - 38rem);padding-right:calc(50vw - 38rem)}}.BackendAutomation-module__ImY0Xq__cardsGrid::-webkit-scrollbar{display:none}.BackendAutomation-module__ImY0Xq__card{scroll-snap-align:center;background:color-mix(in srgb, var(--background), transparent 70%);-webkit-backdrop-filter:blur(30px)saturate(150%);border:1px solid color-mix(in srgb, var(--foreground), transparent 85%);cursor:grab;border-radius:1.5rem;padding:2rem;transition:all .2s;box-shadow:0 8px 32px #0000004d}.BackendAutomation-module__ImY0Xq__card:active{cursor:grabbing}@media (max-width:450px){.BackendAutomation-module__ImY0Xq__card{flex:0 0 calc(100vw - 5rem);padding:3.5rem}}@media (min-width:450px){.BackendAutomation-module__ImY0Xq__card{scroll-snap-align:center;flex:0 0 30rem}}.BackendAutomation-module__ImY0Xq__card:hover{border-color:color-mix(in srgb, var(--primary), transparent 70%);box-shadow:0 10px 40px -10px color-mix(in srgb, var(--primary), transparent 85%);transform:translateY(-4px)}.BackendAutomation-module__ImY0Xq__cardIcon{background-color:color-mix(in srgb, var(--primary), transparent 90%);border-radius:.75rem;justify-content:center;align-items:center;width:3rem;height:3rem;margin-bottom:1.5rem;transition:background-color .2s;display:flex}.BackendAutomation-module__ImY0Xq__card:hover .BackendAutomation-module__ImY0Xq__cardIcon{background-color:color-mix(in srgb, var(--primary), transparent 80%)}.BackendAutomation-module__ImY0Xq__cardIcon svg{width:1.5rem;height:1.5rem;color:var(--primary)}.BackendAutomation-module__ImY0Xq__cardTitle{color:var(--foreground);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.BackendAutomation-module__ImY0Xq__cardDesc{color:var(--muted-foreground);line-height:1.75}.BackendAutomation-module__ImY0Xq__ctaBanner{background:color-mix(in srgb, var(--background), transparent 70%);-webkit-backdrop-filter:blur(30px)saturate(150%);border:1px solid color-mix(in srgb, var(--foreground), transparent 85%);border-radius:1rem;flex-direction:column;justify-content:space-between;align-items:center;gap:1.5rem;padding:2rem;display:flex;box-shadow:0 8px 32px #0000004d}@media (min-width:640px){.BackendAutomation-module__ImY0Xq__ctaBanner{flex-direction:row;padding:3rem}}.BackendAutomation-module__ImY0Xq__ctaTitle{color:var(--foreground);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.BackendAutomation-module__ImY0Xq__ctaDesc{color:var(--muted-foreground)}.BackendAutomation-module__ImY0Xq__ctaButton{background-color:var(--accent);height:3rem;color:var(--accent-foreground);border-radius:var(--radius);cursor:pointer;white-space:nowrap;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0 2rem;font-weight:600;transition:all .2s;display:inline-flex}.BackendAutomation-module__ImY0Xq__ctaButton:hover{opacity:.9}
.QRCodeDisplay-module__NFwW5q__container{flex-direction:column;justify-content:center;align-items:center;gap:1rem;margin-top:2.5rem;margin-bottom:2rem;display:flex}.QRCodeDisplay-module__NFwW5q__qrWrapper{background-color:#fff;border:1px solid #f3f4f6;border-radius:1rem;padding:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.QRCodeDisplay-module__NFwW5q__qrCode{border-radius:.5rem}.QRCodeDisplay-module__NFwW5q__hint{color:var(--muted-foreground);margin:0;font-size:.875rem;font-weight:500;line-height:1.25rem}
.Terminology-module__SCILgq__container{cursor:help;display:inline-block;position:relative}.Terminology-module__SCILgq__term{border-bottom:1px dotted var(--color-teal,#14b8a6);color:var(--color-teal,#14b8a6);align-items:center;gap:.25rem;transition:opacity .2s;display:inline-flex}.Terminology-module__SCILgq__term:hover{opacity:.8}.Terminology-module__SCILgq__icon{opacity:.6;color:var(--color-orange,#f97316);transition:all .3s cubic-bezier(.4,0,.2,1)}.Terminology-module__SCILgq__iconActive{opacity:1;transform:rotate(45deg)}.Terminology-module__SCILgq__tooltip{z-index:10000;width:250px;animation:.2s cubic-bezier(.4,0,.2,1) Terminology-module__SCILgq__fadeIn;position:absolute}.Terminology-module__SCILgq__portalTooltip{pointer-events:none;position:absolute;transform:translate(-50%,-100%)}.Terminology-module__SCILgq__mobileTooltip{z-index:10000;width:auto;animation:.3s cubic-bezier(.4,0,.2,1) Terminology-module__SCILgq__slideUp;position:fixed;bottom:2rem;left:1rem;right:1rem;transform:none}.Terminology-module__SCILgq__tooltipInner{-webkit-backdrop-filter:blur(12px);background:#0f172acc;border:1px solid #ffffff1a;border-radius:12px;padding:1rem;position:relative;box-shadow:0 10px 25px -5px #0006,0 8px 10px -6px #0006,inset 0 0 0 1px #ffffff0d}.Terminology-module__SCILgq__description{color:#ffffffe6;margin:0;font-size:.875rem;font-weight:400;line-height:1.5}.Terminology-module__SCILgq__closeBtn{color:#ffffff80;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:color .2s;display:flex;position:absolute;top:.5rem;right:.5rem}.Terminology-module__SCILgq__closeBtn:hover{color:#fff}.Terminology-module__SCILgq__arrow{border-top:6px solid #0f172acc;border-left:6px solid #0000;border-right:6px solid #0000;position:absolute;top:100%;left:50%;transform:translate(-50%)}@keyframes Terminology-module__SCILgq__fadeIn{0%{opacity:0;transform:translate(-50%)translateY(calc(10px - 100%))}to{opacity:1;transform:translate(-50%)translateY(-100%)}}.Terminology-module__SCILgq__tooltipInner{background:#0f172af2;padding:1.5rem}.Terminology-module__SCILgq__arrow{display:none}@keyframes Terminology-module__SCILgq__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.page-module__NfDiEG__main{min-height:100vh;padding-top:8rem;padding-bottom:6rem}.page-module__NfDiEG__container{max-width:56rem;margin:0 auto;padding:0 1.5rem}@media (min-width:640px){.page-module__NfDiEG__container{padding:0 2rem}}.page-module__NfDiEG__header{margin-bottom:4rem}.page-module__NfDiEG__label{color:var(--primary);letter-spacing:.025em;margin-bottom:.75rem;font-size:.875rem;font-weight:600}.page-module__NfDiEG__heading{letter-spacing:-.025em;color:var(--foreground);margin-bottom:1.5rem;font-size:2.25rem;font-weight:700;line-height:1.1}@media (min-width:640px){.page-module__NfDiEG__heading{font-size:3rem}}@media (min-width:768px){.page-module__NfDiEG__heading{font-size:3.75rem}}.page-module__NfDiEG__subtitle{color:var(--muted-foreground);max-width:42rem;font-size:1.125rem;line-height:1.75}.page-module__NfDiEG__card{background:color-mix(in srgb, var(--background), transparent 70%);-webkit-backdrop-filter:blur(30px)saturate(150%);border:1px solid color-mix(in srgb, var(--foreground), transparent 85%);border-radius:1rem;margin-bottom:2rem;padding:2rem;box-shadow:0 8px 32px #0000004d}@media (min-width:640px){.page-module__NfDiEG__card{padding:3rem}}.page-module__NfDiEG__cardTitle{color:var(--foreground);margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.page-module__NfDiEG__cardText{color:var(--muted-foreground);font-size:1.125rem;line-height:1.75}
.page-module__0NOccW__main{box-sizing:border-box;flex-direction:column;align-items:center;min-height:100vh;padding:2.5rem 1rem 5rem;display:flex;position:relative;overflow:hidden}@media (min-width:640px){.page-module__0NOccW__main{padding-left:1.5rem;padding-right:1.5rem}}.page-module__0NOccW__blurBackground{pointer-events:none;z-index:-10;height:16rem;position:absolute;top:0;left:0;right:0}.page-module__0NOccW__cardContainer{background:color-mix(in srgb, var(--background), transparent 70%);-webkit-backdrop-filter:blur(30px)saturate(150%);border:1px solid color-mix(in srgb, var(--foreground), transparent 85%);z-index:10;box-sizing:border-box;border-radius:1.5rem;width:100%;max-width:28rem;padding-bottom:2rem;position:relative;overflow:hidden;box-shadow:0 8px 32px #0000004d}.page-module__0NOccW__cardInner{padding-left:.5rem;padding-right:.5rem}.page-module__0NOccW__divider{background-color:color-mix(in srgb, var(--border) 40%, transparent);width:100%;max-width:80%;height:1px;margin:1.5rem auto}.page-module__0NOccW__footer{text-align:center;margin-top:2rem}.page-module__0NOccW__footerText{color:var(--muted-foreground);margin:0;font-size:.75rem;line-height:1rem}
.page-module__OSLHOG__main{min-height:100vh;padding-top:8rem;padding-bottom:6rem}.page-module__OSLHOG__container{max-width:48rem;margin:0 auto;padding:0 1.5rem}@media (min-width:640px){.page-module__OSLHOG__container{padding:0 2rem}}.page-module__OSLHOG__header{margin-bottom:4rem}.page-module__OSLHOG__label{color:var(--primary);letter-spacing:.025em;margin-bottom:.75rem;font-size:.875rem;font-weight:600}.page-module__OSLHOG__heading{letter-spacing:-.025em;color:var(--foreground);margin-bottom:1.5rem;font-size:2.25rem;font-weight:700;line-height:1.1}@media (min-width:640px){.page-module__OSLHOG__heading{font-size:3rem}}@media (min-width:768px){.page-module__OSLHOG__heading{font-size:3.75rem}}.page-module__OSLHOG__subtitle{color:var(--muted-foreground);font-size:1.125rem;line-height:1.75}.page-module__OSLHOG__card{background:color-mix(in srgb, var(--background), transparent 70%);-webkit-backdrop-filter:blur(30px)saturate(150%);border:1px solid color-mix(in srgb, var(--foreground), transparent 85%);border-radius:1rem;padding:2rem;box-shadow:0 8px 32px #0000004d}@media (min-width:640px){.page-module__OSLHOG__card{padding:3rem}}.page-module__OSLHOG__formTitle{color:var(--foreground);margin-bottom:3rem;font-size:1.5rem;font-weight:700}.page-module__OSLHOG__form{flex-direction:column;gap:1.5rem;display:flex}.page-module__OSLHOG__fieldGrid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:640px){.page-module__OSLHOG__fieldGrid{grid-template-columns:1fr 1fr}}.page-module__OSLHOG__fieldGroup{flex-direction:column;gap:.5rem;display:flex}.page-module__OSLHOG__fieldLabel{color:var(--foreground);font-size:.875rem;font-weight:500}.page-module__OSLHOG__input{background-color:var(--background);border:1px solid var(--border);height:3rem;color:var(--foreground);border-radius:.75rem;outline:none;padding:0 1rem;font-size:.875rem;transition:all .2s}.page-module__OSLHOG__input:focus{border-color:var(--primary);box-shadow:0 0 0 2px color-mix(in srgb, var(--primary), transparent 80%)}.page-module__OSLHOG__input::placeholder{color:color-mix(in srgb, var(--muted-foreground), transparent 50%)}.page-module__OSLHOG__textarea{background-color:var(--background);border:1px solid var(--border);color:var(--foreground);resize:none;border-radius:.75rem;outline:none;padding:1rem;font-family:inherit;font-size:.875rem;transition:all .2s}.page-module__OSLHOG__textarea:focus{border-color:var(--primary);box-shadow:0 0 0 2px color-mix(in srgb, var(--primary), transparent 80%)}.page-module__OSLHOG__textarea::placeholder{color:color-mix(in srgb, var(--muted-foreground), transparent 50%)}.page-module__OSLHOG__submitButton{background-color:var(--accent);width:100%;height:3rem;color:var(--accent-foreground);border-radius:var(--radius);cursor:pointer;border:none;font-family:inherit;font-size:.875rem;font-weight:600;transition:all .2s}.page-module__OSLHOG__submitButton:hover{opacity:.9}.page-module__OSLHOG__statusMessage{border-radius:.75rem;justify-content:center;align-items:center;gap:.75rem;padding:1rem;font-size:.875rem;animation:.4s ease-out forwards page-module__OSLHOG__slideUpFade;display:flex}.page-module__OSLHOG__statusIcon{flex-shrink:0;width:1.25rem;height:1.25rem}@keyframes page-module__OSLHOG__slideUpFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.page-module__OSLHOG__success{background-color:color-mix(in srgb, var(--primary), transparent 90%);color:var(--primary);border:1px solid color-mix(in srgb, var(--primary), transparent 80%)}.page-module__OSLHOG__error{color:#ef4444;background-color:#ef444414;border:1px solid #ef444426}
.page-module__qCP4TG__main{min-height:100vh;padding-top:8rem;padding-bottom:6rem}.page-module__qCP4TG__heroSection{max-width:80rem;margin:0 auto 4rem;padding:0 1.5rem}@media (min-width:640px){.page-module__qCP4TG__heroSection{padding:0 2rem}}.page-module__qCP4TG__label{color:var(--primary);letter-spacing:.025em;margin-bottom:.75rem;font-size:.875rem;font-weight:600}.page-module__qCP4TG__heading{letter-spacing:-.025em;color:var(--foreground);max-width:48rem;margin-bottom:1.5rem;font-size:2.25rem;font-weight:700;line-height:1.1}@media (min-width:640px){.page-module__qCP4TG__heading{font-size:3rem}}@media (min-width:768px){.page-module__qCP4TG__heading{font-size:3.75rem}}.page-module__qCP4TG__subtitle{color:var(--muted-foreground);max-width:42rem;font-size:1.125rem;line-height:1.75}.page-module__qCP4TG__specsSection{max-width:80rem;margin:0 auto;padding:6rem 1.5rem}@media (min-width:640px){.page-module__qCP4TG__specsSection{padding:6rem 2rem}}.page-module__qCP4TG__specsTitle{color:var(--foreground);margin-bottom:3rem;font-size:1.5rem;font-weight:700}.page-module__qCP4TG__specsGrid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.page-module__qCP4TG__specsGrid{grid-template-columns:repeat(3,1fr)}}.page-module__qCP4TG__specCard{background:color-mix(in srgb, var(--background), transparent 70%);-webkit-backdrop-filter:blur(30px)saturate(150%);border:1px solid color-mix(in srgb, var(--foreground), transparent 85%);border-radius:1rem;padding:2rem;box-shadow:0 8px 32px #0000004d}.page-module__qCP4TG__specIcon{background-color:color-mix(in srgb, var(--primary), transparent 90%);border-radius:.75rem;justify-content:center;align-items:center;width:3rem;height:3rem;margin-bottom:1.5rem;display:flex}.page-module__qCP4TG__specIcon svg{width:1.5rem;height:1.5rem;color:var(--primary)}.page-module__qCP4TG__specTitle{color:var(--foreground);margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.page-module__qCP4TG__specDesc{color:var(--muted-foreground);line-height:1.75}
.ServicesCards-module__H6CgMq__cardsSection{max-width:80rem;margin:0 auto 6rem;padding:0 1.5rem}@media (min-width:640px){.ServicesCards-module__H6CgMq__cardsSection{padding:0 2rem}}.ServicesCards-module__H6CgMq__cardsGrid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.ServicesCards-module__H6CgMq__cardsGrid{grid-template-columns:1fr 1fr}}.ServicesCards-module__H6CgMq__card{background:color-mix(in srgb, var(--background), transparent 70%);-webkit-backdrop-filter:blur(30px)saturate(150%);border:1px solid color-mix(in srgb, var(--foreground), transparent 85%);cursor:pointer;border-radius:1rem;flex-direction:column;height:100%;padding:2rem;transition:all .2s;display:flex;box-shadow:0 8px 32px #0000004d}@media (min-width:640px){.ServicesCards-module__H6CgMq__card{padding:2.5rem}}.ServicesCards-module__H6CgMq__card:hover{border-color:color-mix(in srgb, var(--primary), transparent 70%);box-shadow:0 10px 40px -10px color-mix(in srgb, var(--primary), transparent 85%);transform:translateY(-4px)}.ServicesCards-module__H6CgMq__cardTag{color:var(--primary);background-color:color-mix(in srgb, var(--primary), transparent 90%);border-radius:9999px;align-self:flex-start;margin-bottom:1.5rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.ServicesCards-module__H6CgMq__cardTitle{color:var(--foreground);margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.ServicesCards-module__H6CgMq__cardDesc{color:var(--muted-foreground);flex-grow:1;margin-bottom:1.5rem;line-height:1.75}.ServicesCards-module__H6CgMq__cardArrow{color:var(--primary);opacity:0;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;transition:opacity .2s;display:flex}.ServicesCards-module__H6CgMq__card:hover .ServicesCards-module__H6CgMq__cardArrow{opacity:1}.ServicesCards-module__H6CgMq__cardArrow svg{width:1rem;height:1rem}
