*{margin:0;padding:0;box-sizing:border-box}.app-container{width:100%;min-height:100vh;display:flex;flex-direction:column;background:var(--color-page);overflow-y:visible;font-family:Clash Display,sans-serif;font-weight:600}body,html{margin:0;padding:0;width:100%;max-width:100%;min-height:100%;overflow-x:hidden;overflow-y:visible}#root{width:100%;min-height:100vh}.content{flex:1;display:flex;flex-direction:column;padding-top:60px}.site-shell>.app-container,.site-shell>.legacy-static-page{flex:1}.route-loading{min-height:70vh;background:var(--color-page)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:#df275533;border-radius:3px}::-webkit-scrollbar-thumb:hover{background-color:#df275566}.clash-semibold{font-family:Clash Display,sans-serif!important;font-weight:600!important;letter-spacing:-.02em;background:var(--gradient-brand-text);-webkit-background-clip:text;background-clip:text;color:transparent}@media(max-width:767px){html,body,#root{overflow-x:hidden!important;width:100%!important;position:relative}.content{width:100%;overflow-x:hidden}}@media(max-width:600px){.terms-logo-btn{display:none!important}}.brand-logo{--brand-logo-height: 32px;--brand-logo-word-color: #1e3538;--brand-logo-primary: #ff603c;--brand-logo-secondary: #e54822;display:inline-block;height:var(--brand-logo-height);aspect-ratio:880 / 188;line-height:0}.brand-logo-art{position:relative;display:block;width:100%;height:100%}.brand-logo-source{display:block;width:100%;height:100%;object-fit:contain;clip-path:inset(0 0 0 20%);transform:translate(1.5%)}.brand-logo-bar{position:absolute;width:7.3%;border-radius:28%/10%}.brand-logo-bar-primary{top:0;left:0;height:100%;background:var(--brand-logo-primary)}.brand-logo-bar-secondary{top:8.3%;left:10.6%;height:83.4%;background:var(--brand-logo-secondary)}.brand-logo-wordmark{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--brand-logo-word-color);-webkit-mask:url(/images/HT%20Primary%20Logo.png) center / 100% 100% no-repeat;mask:url(/images/HT%20Primary%20Logo.png) center / 100% 100% no-repeat;clip-path:inset(0 0 0 20%);transform:translate(1.5%)}.brand-logo--inverse,:root[data-theme=dark] .brand-logo--adaptive{--brand-logo-word-color: #ffffff;--brand-logo-primary: #ffffff;--brand-logo-secondary: #ffffff}.brand-logo--inverse .brand-logo-source,:root[data-theme=dark] .brand-logo--adaptive .brand-logo-source{filter:brightness(0) invert(1)}.brand-logo--display{--brand-logo-height: clamp(46px, 10vw, 68px)}.brand-logo--compact{--brand-logo-height: 28px}.footer{width:100%;background:radial-gradient(circle at 8% 10%,rgba(223,39,85,.14),transparent 31%),radial-gradient(circle at 94% 82%,rgba(255,106,0,.1),transparent 29%),#102124;padding:60px 20px 0}:root[data-theme=dark] .footer{background:#081012;border-top:1px solid var(--color-border)}.footer-gradient-defs{position:absolute;width:0;height:0;overflow:hidden}.footer-inner{max-width:1100px;margin:0 auto}.footer-columns{display:grid;grid-template-columns:1fr;gap:40px;padding-bottom:40px}.footer-brand-col{max-width:280px}.footer-brand-logo .brand-logo{--brand-logo-height: 32px;margin-bottom:14px}.footer-tagline{font-family:DM Sans,Arial,sans-serif;font-size:.95rem;line-height:1.5;color:#fff9}.footer-origin{display:flex;align-items:center;gap:8px;margin:0;font-family:DM Sans,Arial,sans-serif;font-size:.85rem;line-height:1.45;color:#fff6}.footer-origin-icon{width:20px;height:20px;flex:0 0 20px;transform:scaleX(-1)}.footer-origin-icon path{fill:url(#footer-boot-gradient)}.footer-col{display:flex;flex-direction:column;gap:10px}.footer-col-title{font-family:Clash Display,sans-serif!important;font-weight:600!important;font-size:1rem;color:#fff;margin-bottom:4px}.footer-col-link{font-family:DM Sans,Arial,sans-serif;font-size:.95rem;color:#fff9!important;text-decoration:none;transition:color .2s ease}.footer-col-link:hover{color:#fff!important}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:20px 0;display:flex;flex-direction:column;gap:12px;align-items:center;text-align:center}.footer-copyright{font-family:DM Sans,Arial,sans-serif;font-size:.85rem;color:#fff6}.footer-bottom-links{display:flex;gap:24px}.footer-bottom-link{font-family:DM Sans,Arial,sans-serif;font-size:.85rem;color:#fff6!important;text-decoration:none;transition:color .2s ease}.footer-bottom-link:hover{color:#ffffffb3!important}@media(min-width:768px){.footer{padding:60px 40px 0}.footer-columns{grid-template-columns:2fr 1fr 1fr 1fr;gap:40px}.footer-bottom{display:grid;grid-template-columns:1fr auto 1fr;gap:20px;text-align:left}.footer-origin{justify-self:center}.footer-bottom-links{justify-self:end}}@media(min-width:1024px){.footer{padding:80px 60px 0}.footer-columns{gap:60px;padding-bottom:60px}}.header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;position:fixed;top:0;left:0;right:0;z-index:1001;transition:all .3s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:var(--color-surface);box-shadow:var(--shadow-sm);will-change:background-color,box-shadow;min-height:60px}.header.scrolled{background-color:color-mix(in srgb,var(--color-surface) 96%,transparent)!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:var(--shadow-sm);border-bottom:1px solid var(--color-border)}.logo{display:flex;align-items:center;margin-left:0;z-index:1002}.header-brand-logo{--brand-logo-height: 32px;transition:height .3s ease}.white-logo{filter:brightness(0) invert(1)}.menu-icon{display:flex;flex-direction:column;justify-content:center;align-items:center;height:44px;width:44px;cursor:pointer;margin-right:0;position:relative;z-index:1002;background:transparent;border:none;padding:10px;border-radius:8px;transition:background-color .2s ease}.menu-icon:hover{background-color:#df275514}.menu-icon:focus{outline:2px solid rgba(223,39,85,.4);outline-offset:2px;background-color:#df27550d}.menu-icon span{display:block;width:20px;height:2px;background-color:var(--color-text-primary);border-radius:2px;transition:all .3s cubic-bezier(.25,.1,.25,1);transform-origin:center}.menu-icon .line-top{margin-bottom:6px}.header.scrolled .menu-icon span{background-color:#1e3538}.menu-icon.active .line-top{transform:translateY(4px) rotate(45deg);background-color:#df2755}.menu-icon.active .line-bottom{transform:translateY(-4px) rotate(-45deg);background-color:#df2755}.mobile-menu{position:fixed;top:0;left:0;width:100%;height:0;overflow:hidden;z-index:1000;transition:height .4s cubic-bezier(.25,.1,.25,1)}.mobile-menu.open{height:100%;overflow-y:auto}.mobile-menu-overlay{width:100%;min-height:100%;backdrop-filter:blur(20px) contrast(95%) saturate(120%);-webkit-backdrop-filter:blur(20px) contrast(95%) saturate(120%);background:color-mix(in srgb,var(--color-surface) 97%,transparent);display:flex;flex-direction:column;justify-content:space-between;padding-top:100px;padding-bottom:40px;position:relative;opacity:0;transform:translateY(-20px);transition:opacity .4s ease,transform .4s ease}.mobile-menu.open .mobile-menu-overlay{opacity:1;transform:translateY(0)}.mobile-menu-overlay:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");opacity:.02;pointer-events:none;z-index:-1}.mobile-menu-links{display:flex;flex-direction:column;align-items:center;flex:1;gap:1.5rem;position:relative;padding:0 40px}.mobile-menu-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;width:min(100%,360px);margin-bottom:4px}.mobile-menu-links .mobile-primary-action,.mobile-menu-links .mobile-download-action{min-height:48px;padding:10px 12px;border-radius:999px;font-size:.92rem;font-weight:700!important;text-align:center}.mobile-menu-links .mobile-primary-action{background:var(--gradient-brand);color:#fff}.mobile-menu-links .mobile-download-action{border:2px solid var(--color-text-primary);color:var(--color-text-primary)}.mobile-menu-links .mobile-primary-action:hover,.mobile-menu-links .mobile-primary-action:focus{color:#fff;background:var(--gradient-brand)}.mobile-menu-links a{color:var(--color-text-primary);text-decoration:none;font-size:1.6rem;font-weight:600;transition:all .3s ease;text-shadow:none;padding:12px 20px;border-radius:12px;min-height:44px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.mobile-menu-links a:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(223,39,85,.1),transparent);transition:left .5s ease}.mobile-menu-links a:hover:before,.mobile-menu-links a:focus:before{left:100%}.mobile-menu-links a:hover,.mobile-menu-links a:focus{transform:scale(1.05);color:var(--color-accent-pink);background-color:var(--color-accent-soft)}.mobile-menu-links a:focus{outline:2px solid rgba(223,39,85,.4);outline-offset:2px}.mobile-menu-links a.active{color:var(--color-accent-pink);background-color:var(--color-accent-soft);font-weight:600}.mobile-menu-footer{padding:2rem 40px;display:flex;flex-direction:column;align-items:center;gap:12px;position:relative}.login-button{display:block;width:100%;max-width:280px;padding:1rem 2rem;text-align:center;background:var(--gradient-brand);color:#fff;text-decoration:none;border-radius:30px;font-weight:700;font-size:1.1rem;transition:all .3s cubic-bezier(.25,.1,.25,1);box-shadow:0 4px 20px #df275540;position:relative;overflow:hidden;min-height:44px;display:flex;align-items:center;justify-content:center}.login-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s ease}.login-button:hover:before,.login-button:focus:before{left:100%}.login-button:hover,.login-button:focus{transform:translateY(-2px) scale(1.02);box-shadow:0 8px 30px #df275559;color:#fff}.login-button:focus{outline:3px solid rgba(223,39,85,.4);outline-offset:2px}.login-button:active{transform:translateY(0) scale(.98);box-shadow:0 4px 15px #df27554d}.header-demo-button{background:var(--gradient-brand);color:#fff!important;border-radius:999px!important;font-weight:700!important;box-shadow:0 4px 16px #c91f4a38}.header-demo-button:hover,.header-demo-button:focus{color:#fff!important;transform:translateY(-1px);box-shadow:0 7px 22px #c91f4a4d}.header-demo-button:after{display:none}.desktop-nav{display:none}.nav-link{position:relative;padding:8px 16px;border-radius:8px;transition:all .2s ease}.nav-link:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:var(--gradient-brand);transition:all .3s ease;transform:translate(-50%)}.nav-link:hover:after,.nav-link:focus:after{width:80%}.nav-link.active{color:var(--color-accent-pink);background-color:var(--color-accent-soft)}.nav-link.active:after{width:100%;background:var(--gradient-brand)}@media(min-width:960px){.header{padding:1rem 1.5rem}.header-brand-logo{--brand-logo-height: 36px}.desktop-nav{display:flex;align-items:center;gap:.25rem}.desktop-nav a{color:var(--color-text-primary);text-decoration:none;font-size:.85rem;font-weight:600;transition:color .2s ease;padding:8px 10px;border-radius:8px;min-height:40px;display:flex;align-items:center;white-space:nowrap}.desktop-nav a:hover,.desktop-nav a:focus{color:var(--color-accent-pink);background-color:var(--color-accent-soft)}.desktop-nav .header-demo-button:hover,.desktop-nav .header-demo-button:focus{background:var(--gradient-brand);color:#fff}.desktop-nav a:focus{outline:2px solid var(--color-focus-ring);outline-offset:2px}.desktop-nav .header-demo-button{max-width:none;width:auto;padding:.6rem 1rem;font-size:.85rem;color:#fff;margin-left:.15rem}.menu-icon{display:none}}@media(min-width:1280px){.header{padding:1rem 2rem}.desktop-nav{gap:clamp(.3rem,.55vw,.6rem)}.desktop-nav a{font-size:1rem;padding:8px 10px}.desktop-nav .header-demo-button{padding:.7rem 1rem;font-size:.95rem;margin-left:.25rem}}@media(min-width:960px){.mobile-menu{display:none}}@media(prefers-reduced-motion:reduce){.header,.menu-icon span,.nav-link:after,.login-button,.mobile-menu,.mobile-menu-overlay{transition:none}.menu-icon:hover{background-color:#df27551a}}@media(prefers-contrast:high){.header.scrolled{background-color:var(--color-surface);border-bottom:2px solid var(--color-text-primary)}.mobile-menu-overlay{background:var(--color-surface);backdrop-filter:none;-webkit-backdrop-filter:none}}.desktop-nav>a:not(.login-button),.mobile-menu-links>a:not(.login-button){font-weight:400!important}.desktop-nav>a.nav-link:not(.login-button),.mobile-menu-links>a.nav-link:not(.login-button){font-weight:400!important}.login-button{font-weight:700!important}.desktop-nav .login-link{border:2px solid var(--color-text-primary);border-radius:30px;padding:.6rem 1.3rem;font-weight:600!important;transition:all .2s ease;color:var(--color-text-primary)}.desktop-nav .login-link:hover,.desktop-nav .login-link:focus{background:var(--color-text-primary);color:#fff}.desktop-nav .login-link:after{display:none}.login-outline-button{display:flex;align-items:center;justify-content:center;width:100%;max-width:280px;padding:1rem 2rem;text-align:center;background:transparent;color:var(--color-text-primary);text-decoration:none;border-radius:30px;border:2px solid var(--color-text-primary);font-weight:700!important;font-size:1.1rem;transition:all .3s ease;min-height:44px}.login-outline-button:hover,.login-outline-button:focus{background:var(--color-text-primary);color:#fff}.theme-control{position:relative;flex:0 0 auto}.theme-trigger{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;min-width:40px;padding:0;border:1px solid color-mix(in srgb,var(--color-accent-pink) 42%,var(--color-border));border-radius:999px;background:color-mix(in srgb,var(--color-accent-soft) 58%,var(--color-surface-raised));color:var(--color-text-primary);box-shadow:0 4px 16px color-mix(in srgb,var(--color-accent-pink) 12%,transparent);cursor:pointer;transition:background-color .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}.theme-trigger:hover{border-color:var(--color-accent-pink);color:var(--color-accent-pink);background:var(--color-accent-soft);transform:translateY(-1px)}.theme-trigger:focus-visible,.theme-mobile-options button:focus-visible{outline:3px solid var(--color-focus-ring);outline-offset:2px}.theme-mobile-control{width:min(100%,320px);margin:8px auto 0;padding:0;border:0}.theme-mobile-control legend{width:100%;margin-bottom:10px;color:var(--color-text-secondary);font-size:.82rem;font-weight:700;letter-spacing:.08em;text-align:center;text-transform:uppercase}.theme-mobile-options{display:grid;grid-template-columns:repeat(2,1fr);gap:6px;padding:5px;border:1px solid var(--color-border);border-radius:14px;background:var(--color-surface-subtle)}.theme-mobile-options button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:44px;padding:8px;border:0;border-radius:10px;background:transparent;color:var(--color-text-secondary);font-size:.86rem}.theme-mobile-options button.selected{background:var(--color-surface-raised);color:var(--color-accent-pink);box-shadow:var(--shadow-sm)}@media(prefers-reduced-motion:reduce){.theme-trigger,.theme-mobile-options button{transition:none}}.reveal-fade-in,.reveal-slide-up,.reveal-slide-in-left,.reveal-slide-in-right{opacity:0;will-change:opacity,transform;transition:opacity .6s cubic-bezier(.25,.1,.25,1),transform .6s cubic-bezier(.25,.1,.25,1)}.reveal-fade-in{transform:none}.reveal-slide-up{transform:translateY(30px)}.reveal-slide-in-left{transform:translate(-40px)}.reveal-slide-in-right{transform:translate(40px)}.reveal-fade-in.scroll-revealed,.reveal-slide-up.scroll-revealed,.reveal-slide-in-left.scroll-revealed,.reveal-slide-in-right.scroll-revealed{opacity:1;transform:none;will-change:auto}.reveal-stagger{opacity:0;will-change:opacity;transition:opacity .01s}.reveal-stagger.scroll-revealed{opacity:1;will-change:auto}.reveal-stagger-child{opacity:0;transform:translateY(30px);will-change:opacity,transform;transition:opacity .6s cubic-bezier(.25,.1,.25,1),transform .6s cubic-bezier(.25,.1,.25,1);transition-delay:calc(var(--stagger-index, 0) * .12s)}.reveal-stagger.scroll-revealed .reveal-stagger-child,.scroll-revealed .reveal-stagger .reveal-stagger-child{opacity:1;transform:none;will-change:auto}.scroll-revealed .reveal-stagger{opacity:1;will-change:auto}@keyframes heroTextReveal{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}@keyframes heroImageReveal{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:none}}.reveal-hero-text{opacity:0;animation:heroTextReveal .6s cubic-bezier(.25,.1,.25,1) .1s forwards}.reveal-hero-image{opacity:0;animation:heroImageReveal .6s cubic-bezier(.25,.1,.25,1) .35s forwards}@media(max-width:1024px){.reveal-slide-in-left,.reveal-slide-in-right{transform:translateY(30px)}}@media(prefers-reduced-motion:reduce){.reveal-fade-in,.reveal-slide-up,.reveal-slide-in-left,.reveal-slide-in-right,.reveal-stagger,.reveal-stagger-child{opacity:1!important;transform:none!important;transition:none!important;will-change:auto!important}.reveal-hero-text,.reveal-hero-image{opacity:1!important;transform:none!important;animation:none!important}}:root{--editorial-gradient: linear-gradient(135deg, #f15a31 0%, #ed4535 48%, #df2755 100%);--editorial-gradient-text: var(--gradient-brand-text);--editorial-dark: #102124;--editorial-radius-lg: 34px;--editorial-radius-md: 26px;--editorial-section-space: clamp(82px, 9vw, 118px);--editorial-card-shadow: 0 22px 46px -36px rgba(23, 43, 47, .48)}.site-shell :where(.on-hero-title,.on-problem-title,.on-how-headline,.on-how-showcase-title,.home-hero-title,.home-section-title,.home-cta-title,.conference-proof-title,.blog-title){letter-spacing:-.045em}.site-shell :where(a,button):focus-visible{outline:3px solid var(--color-focus-ring);outline-offset:4px}.site-shell .editorial-gradient-text{background:var(--editorial-gradient-text);background-clip:text;-webkit-background-clip:text;color:transparent;font-family:inherit!important;font-weight:400!important;letter-spacing:inherit;-webkit-text-fill-color:transparent}.site-shell .on-hero{position:relative;padding:clamp(76px,8vw,112px) 32px clamp(84px,9vw,116px);background:radial-gradient(circle at 5% 24%,rgba(255,106,0,.08),transparent 30%),radial-gradient(circle at 96% 10%,rgba(223,39,85,.08),transparent 32%),var(--color-page)}.site-shell .on-hero-inner{max-width:1280px;gap:clamp(46px,6vw,84px)}.site-shell .on-hero-tag,.site-shell .on-problem-badge,.site-shell .on-how-tag,.site-shell .home-hero-tag,.site-shell .home-section-tag{padding:7px 16px;border-radius:999px;background:linear-gradient(135deg,#df27551a,#ff6a001a);color:var(--color-accent-pink);font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.site-shell .on-hero-title{max-width:13ch;margin-bottom:26px;color:var(--color-text-primary);font-size:clamp(2.75rem,4.6vw,4.35rem);line-height:.99}.site-shell .on-hero-subtitle{max-width:39rem;margin-bottom:34px;color:var(--color-text-secondary);font-size:1.12rem;line-height:1.72}.site-shell .on-hero-buttons{margin-bottom:0}.site-shell .on-btn-primary,.site-shell .home-btn-primary{min-height:52px;padding:14px 26px;border-radius:999px;background:linear-gradient(135deg,#c91f4a,#b94700);box-shadow:0 14px 28px -18px #c91f4ad9}.site-shell .on-btn-primary:hover,.site-shell .home-btn-primary:hover{box-shadow:0 18px 32px -17px #c91f4ae6}.site-shell .on-btn-outline,.site-shell .home-btn-secondary{min-height:52px;padding:13px 25px;border-width:1.5px;border-radius:999px;border-color:var(--color-text-primary);background:transparent;color:var(--color-text-primary)}.site-shell :where(.ra-hero-screenshot,.echo-hero-screenshot){position:relative;width:min(100%,570px);max-width:570px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.site-shell :where(.ra-hero-screenshot,.echo-hero-screenshot) img{border-radius:20px}.site-shell .on-section{padding:var(--editorial-section-space) 32px;background:var(--color-page)}.site-shell .on-section-alt{background:radial-gradient(circle at 92% 12%,rgba(255,106,0,.07),transparent 25%),var(--color-surface-subtle)}.site-shell .on-section-inner{max-width:1200px}.site-shell :where(.on-problem-title,.on-how-headline){color:var(--color-text-primary);font-size:clamp(2.45rem,4.2vw,3.75rem);line-height:1.03}.site-shell :where(.on-problem-sub,.on-how-body){color:var(--color-text-secondary);font-size:1.06rem;line-height:1.72}.site-shell .on-problem-header{margin-bottom:62px}.site-shell .on-problem-grid{gap:22px}.site-shell .on-problem-card,.site-shell :where(.ra-functional-card,.ra-setup-step),.site-shell .about-value-card,.site-shell :where(.trust-readiness-card,.trust-disclosure),.site-shell :where(.echo-stat,.echo-pilot-card){border:1px solid transparent;border-radius:var(--editorial-radius-md);background:linear-gradient(var(--color-surface-raised),var(--color-surface-raised)) padding-box,linear-gradient(145deg,var(--color-border) 15%,#ffd5c7 74%,#f3744a 100%) border-box;box-shadow:var(--editorial-card-shadow)}.site-shell .on-problem-card{overflow:hidden}.site-shell .on-problem-card-media{min-height:168px;background:radial-gradient(circle at 50% 0%,rgba(255,106,0,.14),transparent 64%),var(--color-surface-raised)}.site-shell .on-problem-card-body{padding:26px 28px 30px}.site-shell .on-problem-card-title{color:var(--color-text-primary);font-size:1.35rem;letter-spacing:-.025em}.site-shell .on-problem-card-text{color:var(--color-text-secondary);line-height:1.68}.site-shell .on-how-showcase{max-width:1160px;gap:clamp(46px,7vw,82px)}.site-shell :where(.on-how-showcase-communities,.on-how-showcase-circles,.on-how-showcase-programs,.on-how-showcase-announcements,.on-how-showcase-chats,.on-how-showcase-people-hub,.on-how-showcase-resident-profile,.on-how-showcase-survey-builder,.on-how-showcase-tracks){margin-top:76px;padding-top:76px;border-color:var(--color-border)}.site-shell .on-how-showcase-num{font-size:clamp(4rem,8vw,6.2rem);background:var(--editorial-gradient-text);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.site-shell .on-how-showcase-title{color:var(--color-text-primary);font-size:clamp(2.15rem,3.4vw,3.15rem);line-height:1.03}.site-shell :where(.on-how-showcase-desc,.on-how-showcase-list li){color:var(--color-text-secondary)}.site-shell .on-how-showcase-screen{border-radius:var(--editorial-radius-md);filter:none;filter:drop-shadow(0 24px 30px rgba(23,43,47,.16))}.site-shell :where(.ra-functional-grid,.ra-running-grid,.ra-setup-grid){gap:22px}.site-shell :where(.ra-functional-card,.ra-setup-step){padding:30px}.site-shell :where(.ra-functional-title,.ra-setup-title){color:var(--color-text-primary);letter-spacing:-.025em}.site-shell :where(.ra-functional-description,.ra-setup-description){color:var(--color-text-secondary)}.site-shell .sol-partner-card,.site-shell .ra-running-card{overflow:hidden;border-radius:var(--editorial-radius-lg);background:radial-gradient(circle at 8% 10%,rgba(223,39,85,.2),transparent 34%),radial-gradient(circle at 92% 86%,rgba(255,106,0,.16),transparent 29%),var(--editorial-dark);box-shadow:0 28px 60px -36px #0b1416b8}.site-shell .on-cta-band{padding:112px 32px 124px;background:var(--color-page)}.site-shell .on-cta-band-inner{position:relative;overflow:hidden;max-width:1200px;padding:clamp(58px,7vw,90px);border-radius:var(--editorial-radius-lg);background:var(--editorial-gradient);box-shadow:0 38px 76px -38px #df2755b3}.site-shell .on-cta-band h2{max-width:16ch;margin-inline:auto;font-size:clamp(2.65rem,5.1vw,4.8rem);letter-spacing:-.047em;line-height:1}.site-shell .home-hero{position:relative;padding:clamp(76px,8vw,112px) 32px clamp(48px,4vw,60px);background:radial-gradient(circle at 5% 24%,rgba(255,106,0,.08),transparent 30%),radial-gradient(circle at 96% 10%,rgba(223,39,85,.08),transparent 32%),var(--color-page)}.site-shell .home-hero-inner{max-width:1280px}.site-shell .home-hero-main{gap:clamp(72px,8vw,112px)}.site-shell .home-hero-title{max-width:11ch;margin-bottom:26px;color:var(--color-text-primary);font-size:clamp(2.6rem,4.4vw,4.15rem);line-height:.96}.site-shell .home-hero-title-line{font-weight:inherit!important}.site-shell .home-hero-subtitle{color:var(--color-text-secondary);font-size:1.12rem}.site-shell .home-hero-screenshot{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;filter:drop-shadow(0 24px 34px rgba(23,43,47,.16))}.site-shell .home-trust{border-color:var(--color-border)}.site-shell .home-section{padding:var(--editorial-section-space) 32px;background:var(--color-page)}.site-shell #platform.home-section{padding-top:clamp(52px,4.5vw,68px)}.site-shell .home-section-alt{background:radial-gradient(circle at 92% 12%,rgba(255,106,0,.07),transparent 25%),var(--color-surface-subtle)}.site-shell .home-section-inner{max-width:1200px}.site-shell .home-section-title{color:var(--color-text-primary);font-size:clamp(2.45rem,4.2vw,3.75rem);line-height:1.03}.site-shell .home-section-title-accent{background:var(--editorial-gradient-text);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.site-shell .home-section-body{color:var(--color-text-secondary);font-size:1.06rem}.site-shell :where(.home-product-grid,.home-platform-grid,.home-why-grid){gap:22px}.site-shell :where(.home-product-card,.home-platform-column,.home-why-card){border:1px solid transparent;border-radius:var(--editorial-radius-md);background:linear-gradient(var(--color-surface-raised),var(--color-surface-raised)) padding-box,linear-gradient(145deg,var(--color-border) 15%,#ffd5c7 74%,#f3744a 100%) border-box;box-shadow:var(--editorial-card-shadow)}.site-shell :where(.home-product-card,.home-platform-column,.home-why-card){padding:30px}.site-shell :where(.home-product-title,.home-platform-heading,.home-platform-item-title,.home-why-title){color:var(--color-text-primary);letter-spacing:-.025em}.site-shell :where(.home-product-label,.home-product-description,.home-product-bullets li,.home-platform-item-description,.home-why-description,.home-hero-links,.home-hero-links a){color:var(--color-text-secondary)}.site-shell .home-cta-section{padding-block:112px 124px}.site-shell .home-cta-card{max-width:1200px}.site-shell .home-cta-title{font-size:clamp(2.65rem,5vw,4.7rem)}.site-shell .editorial-closing-cta{position:relative;overflow:hidden;padding:clamp(60px,7vw,92px);border-radius:var(--editorial-radius-lg);background:linear-gradient(135deg,#c91f4a,#b94700);box-shadow:0 38px 76px -38px #df2755b3;color:#fff;text-align:left}.site-shell .editorial-closing-cta:before,.site-shell .editorial-closing-cta:after{position:absolute;border-radius:50%;content:"";pointer-events:none}.site-shell .editorial-closing-cta:before{top:-260px;right:-170px;width:560px;height:560px;background:radial-gradient(circle,rgba(255,215,178,.25),transparent 66%)}.site-shell .editorial-closing-cta:after{bottom:-330px;left:-240px;width:680px;height:680px;background:radial-gradient(circle,rgba(105,4,45,.35),transparent 65%)}.site-shell .editorial-closing-cta>*{position:relative;z-index:1}.site-shell .editorial-closing-kicker{display:block;width:fit-content;margin:0 0 24px!important;padding:0;border:0;background:none;color:#fff!important;font-family:DM Sans,Arial,sans-serif!important;font-size:.78rem;font-weight:700!important;letter-spacing:.14em;text-transform:uppercase}.site-shell .editorial-closing-title{max-width:16ch;margin:0 0 24px!important;color:#fff!important;font-size:clamp(2.65rem,5.2vw,4.9rem);letter-spacing:-.048em;line-height:1;text-align:left!important}.site-shell .editorial-closing-copy{max-width:42rem;margin:0 0 34px!important;color:#fffffff0!important;font-size:1.05rem;line-height:1.68;text-align:left!important}.site-shell .editorial-closing-actions{justify-content:flex-start!important;margin-bottom:0}.site-shell .editorial-cta-button-light,.site-shell .editorial-cta-text-link{display:inline-flex;min-height:52px;align-items:center;justify-content:center;border-radius:999px;font-family:DM Sans,Arial,sans-serif;font-size:.97rem;font-weight:700;line-height:1.2;text-decoration:none}.site-shell .editorial-cta-button-light{padding:13px 25px;border:1px solid #fff;background:#fff;box-shadow:0 14px 28px -18px #460019c7;color:#8b1536!important}.site-shell .editorial-cta-button-light:hover{transform:translateY(-2px);box-shadow:0 18px 32px -17px #460019db;color:#8b1536!important}.site-shell .editorial-cta-text-link{min-width:0;padding:12px 8px;border:0;background:transparent;color:#fff!important}.site-shell .editorial-cta-text-link:hover{border:0;background:#ffffff1a;color:#fff!important}.site-shell .editorial-closing-cta :where(a,button):focus-visible{outline-color:#fff}.site-shell .conference-proof{padding:92px 32px;background:var(--color-page)}.site-shell .conference-proof-inner{max-width:1280px}.site-shell .conference-proof-title{font-size:clamp(2.45rem,4.2vw,3.75rem);line-height:1.03}.site-shell .conference-logo-card{min-height:205px;border-radius:0;box-shadow:none}.site-shell .about-hero-card{position:relative;overflow:hidden;min-height:480px;flex:.9;padding:clamp(38px,4vw,56px);border-radius:var(--editorial-radius-lg);background:var(--editorial-gradient);box-shadow:0 42px 80px -35px #df2755b8,0 18px 40px -26px #1a2d3175;color:#fff}.site-shell .about-hero-card:before{position:absolute;top:-170px;right:-125px;width:390px;height:390px;border-radius:50%;background:radial-gradient(circle,rgba(255,212,174,.35),transparent 67%);content:""}.site-shell .about-hero-card>*{position:relative;z-index:1}.site-shell .about-hero-card-label{display:inline-flex;margin-bottom:58px;font-size:.76rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.site-shell .about-hero-card-statement{max-width:13ch;margin-bottom:26px;font-family:Clash Display,Manrope,sans-serif;font-size:clamp(2.15rem,3.2vw,3.35rem);font-weight:600;letter-spacing:-.04em;line-height:1.03}.site-shell .about-hero-card-copy{max-width:34rem;margin-bottom:34px;color:#ffffffeb;line-height:1.68}.site-shell .about-hero-card-tags{display:flex;flex-wrap:wrap;gap:9px}.site-shell .about-hero-card-tags span{padding:8px 13px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:#ffffff1c;font-size:.77rem;font-weight:700}.site-shell :where(.about-value-card,.echo-stat,.echo-pilot-card){padding:30px}.site-shell .about-founder-image{border:4px solid var(--color-surface-raised);outline:1px solid #f3744a;box-shadow:0 24px 38px -26px #df2755b3}.site-shell .about-value-title{background:var(--editorial-gradient-text);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.site-shell :where(.about-value-text,.about-founder-title){color:var(--color-text-secondary)}.site-shell .about-founder-name{color:var(--color-text-primary)}.site-shell .about-closing{max-width:1200px}.site-shell .about-closing :where(h2,p){color:#fff}.site-shell :where(.echo-text-mock,.echo-dashboard-mock,.echo-profile-mock,.echo-mock-card){border-radius:22px;border-color:var(--color-border);box-shadow:0 28px 48px -34px #172b2f94}.site-shell .trust-readiness-grid{gap:22px}.site-shell .trust-readiness-card{padding:30px}.site-shell .trust-card-number{font-family:Clash Display,Manrope,sans-serif;font-size:2.5rem;background:var(--editorial-gradient-text);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.site-shell .trust-disclosure{padding:clamp(42px,6vw,68px)}.site-shell .blog-container,.site-shell .article-container{background:radial-gradient(circle at 8% 4%,rgba(255,106,0,.07),transparent 24%),radial-gradient(circle at 96% 0%,rgba(223,39,85,.07),transparent 26%),var(--color-page)!important}.site-shell .blog-container{padding-top:84px!important;padding-bottom:116px!important}.site-shell .blog-editorial-hero{max-width:900px;margin-bottom:62px}.site-shell .blog-editorial-kicker{display:inline-flex;margin-bottom:22px;padding:7px 16px;border-radius:999px;background:linear-gradient(135deg,#df27551a,#ff6a001a);color:var(--color-accent-pink);font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.site-shell .blog-container h1.blog-title{max-width:14ch!important;margin:0 0 24px!important;color:var(--color-text-primary)!important;font-size:clamp(2.75rem,4.6vw,4.35rem)!important;line-height:.99!important;text-align:left}.site-shell .blog-editorial-hero>p{max-width:44rem;margin-bottom:0;color:var(--color-text-secondary);font-size:1.1rem;line-height:1.72}.site-shell .category-filters{gap:12px!important;margin-bottom:52px!important;padding-bottom:22px!important;border-color:var(--color-border)!important}.site-shell .category-filter-btn{padding:10px 17px!important;border:1px solid var(--color-border)!important;border-radius:999px!important;background:var(--color-surface-raised)!important;color:var(--color-text-secondary)!important;font-size:.92rem!important}.site-shell .category-filter-btn:hover,.site-shell .category-filter-btn[style*="font-weight: 700"]{border-color:var(--color-accent-pink)!important;color:var(--color-accent-pink)!important}.site-shell .article-grid{gap:22px!important}.site-shell .article-card{border:1px solid transparent!important;border-radius:var(--editorial-radius-md)!important;background:linear-gradient(var(--color-surface-raised),var(--color-surface-raised)) padding-box,linear-gradient(145deg,var(--color-border) 15%,#ffd5c7 74%,#f3744a 100%) border-box!important;box-shadow:var(--editorial-card-shadow)!important}.site-shell .article-card:hover{transform:translateY(-5px)!important;box-shadow:0 30px 52px -34px #df275575!important}.site-shell .article-card>div:first-child{height:220px!important}.site-shell .article-card .article-content{padding:28px!important}.site-shell .article-container{padding-top:76px!important;padding-bottom:116px}.site-shell .article-container>div{max-width:860px!important}.site-shell .article-container>div>button{border-radius:999px!important;background:linear-gradient(135deg,#c91f4a,#b94700)!important}.site-shell .article-container h1{color:var(--color-text-primary)!important;font-size:clamp(2.8rem,5vw,4.5rem)!important;letter-spacing:-.045em!important;line-height:1.02!important}.site-shell .article-container :where(p,li){color:var(--color-text-secondary)!important}.site-shell .article-container .article-content{font-size:1.06rem!important;line-height:1.8!important}.site-shell .article-container .article-content :where(h2,h3,h4){color:var(--color-text-primary)!important;letter-spacing:-.03em}.site-shell .article-container .article-content img{border-radius:22px!important;box-shadow:var(--shadow-md)!important}.site-shell>.legacy-static-page{min-height:80vh!important;padding:92px 20px 116px;background:radial-gradient(circle at 8% 4%,rgba(255,106,0,.07),transparent 24%),radial-gradient(circle at 96% 0%,rgba(223,39,85,.07),transparent 26%),var(--color-page)!important;color:var(--color-text-primary)}.site-shell .legacy-page-logo,.site-shell .legacy-bottom-bar{display:none!important}.site-shell .legacy-static-page>h1.clash-semibold{max-width:1000px;margin:0 auto 18px!important;background:none;color:var(--color-text-primary)!important;font-size:clamp(3rem,5.2vw,4.85rem)!important;letter-spacing:-.048em;line-height:1;text-align:center;word-spacing:normal!important}.site-shell .legacy-static-page>h1.clash-semibold .editorial-gradient-text{background:var(--editorial-gradient-text);background-clip:text;-webkit-background-clip:text;color:transparent!important;-webkit-text-fill-color:transparent}.site-shell .legacy-static-page>h1.clash-semibold:before{display:block;width:fit-content;margin:0 auto 22px;padding:7px 16px;border-radius:999px;background:linear-gradient(135deg,#df27551a,#ff6a001a);color:var(--color-accent-pink);content:"Resources";font-family:DM Sans,Arial,sans-serif;font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;-webkit-text-fill-color:initial}.site-shell .legacy-static-page>h1+div:not(.legacy-page-content){margin-bottom:48px!important;color:var(--color-text-secondary)!important}.site-shell .legacy-page-content{width:min(100%,1040px)!important;margin-top:44px!important;margin-bottom:0!important;padding:clamp(30px,5vw,62px)!important;border:1px solid transparent;border-radius:var(--editorial-radius-lg);background:linear-gradient(var(--color-surface-raised),var(--color-surface-raised)) padding-box,linear-gradient(145deg,var(--color-border) 15%,#ffd5c7 74%,#f3744a 100%) border-box;box-shadow:var(--editorial-card-shadow)}.site-shell .legacy-page-content :where(h2,h3,h4){color:var(--color-text-primary)!important;letter-spacing:-.025em}.site-shell .legacy-page-content :where(p,li){color:var(--color-text-secondary)!important}.site-shell .legacy-page-content a{color:var(--color-accent-pink)!important}.site-shell .faq-page-container{max-width:none;min-height:0;padding:0}.site-shell .faq-page-header{display:none}.site-shell .reslife-faq-section{background:transparent}.site-shell .faq-title{display:none}.site-shell .faq-section{margin-bottom:48px}.site-shell .faq-section-header{margin:0 0 18px;color:var(--color-text-primary);font-size:1.65rem;letter-spacing:-.025em}.site-shell .faq-qna{margin-bottom:12px;padding:22px 24px;border:1px solid var(--color-border);border-radius:18px;background:var(--color-surface)}.site-shell .faq-qna:hover{border-color:var(--color-border-strong);background:var(--color-surface-subtle)}.site-shell .faq-question{color:var(--color-text-primary)}.site-shell .faq-answer{margin-left:0;color:var(--color-text-secondary)}:root[data-theme=dark] .site-shell :where(.on-problem-card,.ra-functional-card,.ra-setup-step,.about-value-card,.trust-readiness-card,.trust-disclosure,.echo-stat,.echo-pilot-card,.home-product-card,.home-platform-column,.home-why-card,.article-card,.legacy-page-content){background:linear-gradient(var(--color-surface-raised),var(--color-surface-raised)) padding-box,linear-gradient(145deg,var(--color-border),#7a4333 72%,var(--color-accent-orange)) border-box!important}:root[data-theme=dark] .site-shell :where(.on-hero-tag,.on-problem-badge,.on-how-tag,.home-hero-tag,.home-section-tag,.blog-editorial-kicker){background:var(--color-accent-soft)}:root[data-theme=dark] .site-shell .faq-qna{background:var(--color-surface-raised)}:root[data-theme=dark] .site-shell .reslife-faq-section{background:transparent}.site-shell :where(.faq-title,.faq-section-header,.faq-question){word-spacing:normal!important}@media(max-width:900px){.site-shell :where(.on-hero,.home-hero){padding-inline:24px}.site-shell :where(.on-section,.home-section,.on-cta-band,.conference-proof){padding-inline:24px}.site-shell .on-hero-title{max-width:15ch}.site-shell :where(.ra-hero-screenshot,.echo-hero-screenshot){width:min(100%,660px)}.site-shell .about-hero-card{min-height:0}}@media(max-width:720px){.site-shell :where(.on-hero,.home-hero){padding:68px 18px 76px}.site-shell :where(.on-section,.home-section,.on-cta-band,.conference-proof){padding:76px 18px}.site-shell .on-hero-title,.site-shell .home-hero-title{font-size:clamp(2.25rem,10.5vw,3.2rem)}.site-shell .home-hero-title{font-size:clamp(2.15rem,9.2vw,2.85rem)}.site-shell :where(.on-btn-primary,.on-btn-outline,.home-btn-secondary){width:100%}.site-shell .home-hero-buttons,.site-shell .on-hero-buttons{align-items:stretch;flex-direction:column}.site-shell :where(.ra-hero-screenshot,.echo-hero-screenshot,.home-hero-screenshot){padding:0;border-radius:0}.site-shell :where(.on-how-showcase-communities,.on-how-showcase-circles,.on-how-showcase-programs,.on-how-showcase-announcements,.on-how-showcase-chats,.on-how-showcase-people-hub,.on-how-showcase-resident-profile,.on-how-showcase-survey-builder,.on-how-showcase-tracks){margin-top:54px;padding-top:54px}.site-shell .on-cta-band-inner,.site-shell .home-cta-card,.site-shell .editorial-closing-cta{padding:48px 26px;border-radius:var(--editorial-radius-md)}.site-shell .editorial-closing-actions{align-items:stretch;flex-direction:column}.site-shell :where(.editorial-cta-button-light,.editorial-cta-text-link){width:100%}.site-shell .conference-proof-heading{align-items:center;flex-direction:column;text-align:center}.site-shell .blog-container{padding-top:68px!important}.site-shell .blog-editorial-hero{margin-bottom:44px}.site-shell .blog-container h1.blog-title,.site-shell .article-container h1,.site-shell .legacy-static-page>h1.clash-semibold{font-size:clamp(2.25rem,10.5vw,3.2rem)!important}.site-shell>.legacy-static-page{padding:68px 16px 82px}.site-shell .legacy-page-content{padding:26px 20px!important;border-radius:var(--editorial-radius-md)}}@media(prefers-reduced-motion:reduce){.site-shell :where(.on-problem-card,.home-product-card,.article-card,a,button){transition:none!important}}@font-face{font-family:Clash Display;src:url(/ClashDisplay_Complete/Fonts/WEB/fonts/ClashDisplay-Regular.woff2) format("woff2"),url(/ClashDisplay_Complete/Fonts/WEB/fonts/ClashDisplay-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Clash Display;src:url(/ClashDisplay_Complete/Fonts/WEB/fonts/ClashDisplay-Bold.woff2) format("woff2"),url(/ClashDisplay_Complete/Fonts/WEB/fonts/ClashDisplay-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Clash Display;src:url(/ClashDisplay_Complete/Fonts/WEB/fonts/ClashDisplay-Semibold.woff2) format("woff2"),url(/ClashDisplay_Complete/Fonts/WEB/fonts/ClashDisplay-Semibold.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Clash Display;src:url(/ClashDisplay_Complete/Fonts/WEB/fonts/ClashDisplay-RegularItalic.woff2) format("woff2"),url(/ClashDisplay_Complete/Fonts/WEB/fonts/ClashDisplay-RegularItalic.woff) format("woff");font-weight:400;font-style:italic;font-display:swap}em,i{font-style:italic!important}:root{font-family:DM Sans,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:var(--color-text-primary);background-color:var(--color-page);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:var(--color-accent-pink);text-decoration:inherit}a:hover{color:var(--color-accent-orange)}.login-button:hover{color:#fff!important}body{margin:0;display:block;min-width:320px;min-height:100vh;font-weight:400!important}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--color-surface-raised);cursor:pointer;transition:border-color .25s}button:hover{border-color:var(--color-accent-pink)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.demo-contact-btn{color:#fff!important;background:var(--gradient-brand);max-width:330px;width:100%;text-align:center;font-size:1.1rem;font-weight:700;border-radius:25px;padding:16px 0;margin-top:32px;margin-bottom:0;box-shadow:0 4px 15px #df27554d;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:all .3s cubic-bezier(.25,.1,.25,1);user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.demo-contact-btn:hover,.demo-contact-btn:focus,.demo-contact-btn:active{color:#fff!important;text-decoration:none;background:var(--gradient-brand);outline:3px solid rgba(223,39,85,.2);outline-offset:2px}@media(max-width:767px){html,body,#root{overflow-x:hidden!important;width:100%!important;position:relative}}body,p,a,input,textarea,span,div{font-family:inherit!important;font-weight:400!important}h1,h2,h3,h4,h5,h6{font-family:Clash Display,sans-serif!important;font-weight:600!important}:root,:root[data-theme=light]{--color-page: #ffffff;--color-surface: #ffffff;--color-surface-subtle: #f5f8f7;--color-surface-raised: #ffffff;--color-surface-emphasis: #1e3538;--color-text-primary: #1e3538;--color-text-secondary: #4f5d63;--color-text-muted: #66767a;--color-text-inverse: #ffffff;--color-border: #dce4e5;--color-border-strong: #b8c5c7;--color-accent-pink: #c91f4a;--color-accent-orange: #b94700;--color-accent-soft: rgba(201, 31, 74, .1);--color-focus-ring: rgba(201, 31, 74, .36);--color-overlay: rgba(11, 20, 22, .72);--gradient-brand: linear-gradient(135deg, #c91f4a 0%, #b94700 100%);--gradient-brand-text: linear-gradient(110deg, #d51f50 4%, #f04b36 52%, #ff790f 100%);--shadow-sm: 0 2px 8px rgba(30, 53, 56, .08);--shadow-md: 0 8px 28px rgba(30, 53, 56, .12);--shadow-lg: 0 20px 50px rgba(30, 53, 56, .18)}:root[data-theme=dark]{--color-page: #0b1416;--color-surface: #102124;--color-surface-subtle: #13272a;--color-surface-raised: #182c30;--color-surface-emphasis: #1e3538;--color-text-primary: #f7fafa;--color-text-secondary: #c1ccce;--color-text-muted: #98a8ab;--color-text-inverse: #ffffff;--color-border: #31484c;--color-border-strong: #52696d;--color-accent-pink: #ff5b80;--color-accent-orange: #ff8a3d;--color-accent-soft: rgba(255, 91, 128, .14);--color-focus-ring: rgba(255, 91, 128, .42);--color-overlay: rgba(3, 9, 10, .82);--gradient-brand: linear-gradient(135deg, #c91f4a 0%, #b94700 100%);--gradient-brand-text: linear-gradient(135deg, #ff5b80 0%, #ff8a3d 100%);--shadow-sm: 0 2px 10px rgba(0, 0, 0, .28);--shadow-md: 0 10px 34px rgba(0, 0, 0, .34);--shadow-lg: 0 24px 60px rgba(0, 0, 0, .46)}html{background:var(--color-page)}body,#root,.app-container{background:var(--color-page);color:var(--color-text-primary)}body,button,a,input,textarea,select,.app-container,.header,.mobile-menu-overlay,section,article{transition:background-color .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease}::selection{background:var(--color-accent-pink);color:#fff}:where(a,button,input,textarea,select):focus-visible{outline:3px solid var(--color-focus-ring);outline-offset:2px}.clash-semibold{background:var(--gradient-brand-text);-webkit-background-clip:text;background-clip:text}.demo-contact-btn,.login-button{background:var(--gradient-brand)!important}.legacy-static-page{background:var(--color-page)!important;color:var(--color-text-primary);padding-top:110px}.legacy-page-logo{display:none!important}.legacy-static-page :where(h1,h2,h3,p,li,span){color:var(--color-text-primary)!important}.legacy-static-page>div:nth-of-type(2),.legacy-static-page .legal-page-updated{color:var(--color-text-secondary)!important}.legacy-static-page a{color:var(--color-accent-pink)!important}.legacy-static-page .clash-semibold{color:transparent!important}.legacy-bottom-bar{display:none!important}:root[data-theme=dark] img.theme-light-content{background:#fff;border:1px solid rgba(255,255,255,.12);box-shadow:var(--shadow-md)}@media(prefers-reduced-motion:reduce){body,button,a,input,textarea,select,.app-container,.header,.mobile-menu-overlay,section,article{transition:none!important}}
