@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap";:root{color-scheme:light;--background: #f8f8f8;--foreground: #0b0b12;--card: rgba(255, 255, 255, .74);--muted: #ececef;--muted-foreground: #686874;--border: #d9d9de;--primary: #1a3dec;--accent: #687cf4;--primary-text: #ffffff;--glass-border: rgba(26, 61, 236, .1);--section-alt: rgba(235, 235, 239, .45);--shadow: 0 18px 48px -34px rgba(26, 61, 236, .12), 0 4px 8px -6px rgba(26, 61, 236, .07);--font: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;--display-font: "Helvetica Neue", Helvetica, "Open Sans", Arial, sans-serif;--container-width: min(100% - 2.6rem, 1312px);--container-width-mobile: min(100% - 1.5rem, 1312px);--radius-sm: 7px;--radius-md: 12px;--radius-lg: 16px;--luxury-heading-gradient: linear-gradient(112deg, #394bad 0%, #5f56af 34%, #a13b7d 65%, #aa4445 100%);--luxury-heading-glow: 0 0 10px rgba(73, 79, 173, .12), 0 0 20px rgba(161, 59, 125, .1)}:root[data-theme=dark]{color-scheme:dark;--background: #000000;--foreground: #f7f7fb;--card: #000000;--muted: #0a0a0c;--muted-foreground: #a7a7b2;--border: #25252b;--primary: #6580ff;--accent: #97a7ff;--primary-text: #ffffff;--glass-border: rgba(125, 143, 255, .25);--section-alt: #000000;--shadow: 0 24px 52px -44px rgba(0, 0, 0, .6), 0 1px 0 rgba(255, 255, 255, .07);--radius-sm: 8px;--radius-md: 13px;--radius-lg: 18px;--luxury-heading-gradient: linear-gradient(112deg, #c0c9ff 0%, #dbcfff 34%, #ff75b6 64%, #ff9e82 100%);--luxury-heading-glow: 0 0 12px rgba(192, 204, 255, .2), 0 0 26px rgba(255, 139, 188, .22)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:5rem}body{margin:0;min-width:320px;overflow-x:hidden;background:var(--background);color:var(--foreground);font-family:var(--font);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;line-height:1.56;transition:background-color .3s ease,color .3s ease}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}button{color:inherit;font:inherit}.shell{width:var(--container-width);margin-inline:auto}.site-header{position:sticky;top:0;z-index:20;height:4.5rem;border-bottom:1px solid transparent;transition:background-color .25s ease,border-color .25s ease,box-shadow .25s ease}.site-header.is-scrolled{background:color-mix(in srgb,var(--background) 78%,transparent);border-color:var(--border);box-shadow:0 2px 12px #0000000a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}:root[data-theme=dark] .site-header.is-scrolled{background:#000;box-shadow:0 1px #ffffff0a}.navigation{display:flex;align-items:center;justify-content:space-between;height:100%;gap:1rem}.brand{display:inline-flex;align-items:center;color:var(--foreground)}.brand-lockup{width:12rem;height:3.45rem;flex:0 0 12rem}.brand-logo{display:block;width:100%;height:100%;object-fit:contain;filter:saturate(1.08) contrast(1.06) drop-shadow(0 3px 9px rgba(36,52,133,.16));transform:translateZ(0);transition:filter .25s ease,transform .25s ease}:root[data-theme=dark] .brand-logo{filter:brightness(2.05) saturate(1.16) contrast(.9) drop-shadow(0 0 5px rgba(90,115,255,.7)) drop-shadow(0 0 14px rgba(73,83,255,.32))}.brand-lockup:hover .brand-logo{transform:scale(1.018)}.desktop-nav{display:flex;align-items:center;gap:.2rem}.desktop-nav>a:not(.chat-link){position:relative;padding:.62rem .9rem;color:color-mix(in srgb,var(--foreground) 80%,transparent);font-size:.9rem;font-weight:600;letter-spacing:.003em}.desktop-nav>a:not(.chat-link):after{position:absolute;bottom:.1rem;left:50%;width:0;height:2px;background:var(--primary);content:"";transform:translate(-50%);transition:width .2s ease}.desktop-nav>a:not(.chat-link):hover,.desktop-nav>a.is-active:not(.chat-link){color:var(--foreground)}.desktop-nav>a:not(.chat-link):hover:after{width:80%}.desktop-nav>a.is-active:not(.chat-link):after{width:100%}.chat-link{display:inline-flex;align-items:center;gap:.45rem;margin-left:.5rem;padding:.44rem .9rem;border-radius:var(--radius-sm);background:color-mix(in srgb,var(--primary) 10%,transparent);color:var(--primary);font-size:.9rem;font-weight:600;transition:background .2s ease,color .2s ease}.chat-link:hover,.chat-link.is-active{background:var(--primary);color:var(--primary-text)}.nav-actions{display:flex;align-items:center;gap:.25rem}.icon-button{display:inline-grid;width:2.65rem;height:2.65rem;place-items:center;border:0;border-radius:var(--radius-sm);background:transparent;cursor:pointer;transition:background .2s ease,transform .2s ease}.icon-button:hover{background:var(--muted)}.theme-toggle .moon-icon,:root[data-theme=dark] .theme-toggle .sun-icon{display:none}:root[data-theme=dark] .theme-toggle .moon-icon{display:inline}.text-button{padding:.62rem .95rem;border-radius:var(--radius-sm);font-size:.9rem;font-weight:600;transition:background .2s ease}.text-button:hover{background:var(--muted)}.primary-button,.outline-button{display:inline-flex;min-height:2.8rem;align-items:center;justify-content:center;border:1px solid transparent;border-radius:var(--radius-sm);padding:.58rem 1.15rem;font-size:.95rem;font-weight:600;text-align:center;transition:box-shadow .25s ease,background-color .25s ease,border-color .25s ease,color .25s ease,transform .2s ease}.primary-button{background:var(--primary);color:var(--primary-text)}.primary-button:hover{box-shadow:0 0 20px color-mix(in srgb,var(--primary) 40%,transparent);transform:translateY(-1px)}.outline-button{border-color:var(--border);background:transparent;color:var(--foreground)}.outline-button:hover{background:var(--muted)}.menu-button{display:none;position:relative;font-size:1.5rem}.menu-close{display:none;font-size:1.8rem;line-height:1}.menu-button[aria-expanded=true] .menu-open{display:none}.menu-button[aria-expanded=true] .menu-close{display:inline}.mobile-theme-toggle{display:none}.hero{position:relative;min-height:calc(100dvh - 4rem);overflow:hidden}.hero-gradient{position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse at top,color-mix(in srgb,var(--primary) 10%,transparent),transparent 58%)}.hero-content{position:relative;display:flex;min-height:calc(100dvh - 4rem);flex-direction:column;align-items:center;justify-content:center;padding-block:5rem;text-align:center}.hero-copy{max-width:62rem}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:var(--display-font);text-wrap:balance}h1{margin-bottom:1.5rem;font-size:clamp(2.75rem,5.3vw,4.75rem);line-height:1.08;letter-spacing:0}h2{line-height:1.04}h1 span{background:var(--luxury-heading-gradient);background-clip:text;-webkit-background-clip:text;color:transparent}.luxury-heading,h1,.section-heading h2,.callout h2,.page-hero h1,.section-kicker h2,.split-copy h2,.form-panel h1,.assistant-main h1,.statement-band p,.home-hero h1,.home-more h2{color:transparent;background-image:var(--luxury-heading-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:var(--luxury-heading-glow)}.hero-copy>p{max-width:42rem;margin:0 auto 2.5rem;color:var(--muted-foreground);font-size:clamp(1.04rem,2.5vw,1.3rem);font-weight:500;line-height:1.65}.eyebrow{margin-bottom:.85rem;color:var(--primary);font-family:var(--font);font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.section-heading .eyebrow,.callout .eyebrow{margin-bottom:.65rem}.hero-actions{display:flex;justify-content:center;gap:1rem}.large-button{min-height:3.25rem;padding-inline:2rem;font-size:1rem}.hero-media{position:relative;width:min(100%,64rem);margin:5rem 0 0;padding:.5rem;overflow:hidden;border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:var(--card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 20px 48px -18px color-mix(in srgb,var(--primary) 30%,transparent);animation:floating 7s ease-in-out infinite}.hero-media:before{position:absolute;z-index:-1;inset:-.45rem;border-radius:6px;background:linear-gradient(90deg,var(--primary),var(--accent));content:"";opacity:.18;filter:blur(18px)}.hero-media img{display:block;width:100%;aspect-ratio:16 / 7.3;border-radius:calc(var(--radius-sm) - 1px);object-fit:cover}.particles{position:absolute;inset:0;pointer-events:none}.particles i{position:absolute;width:6px;height:6px;border-radius:50%;background:color-mix(in srgb,var(--primary) 22%,transparent);animation:drifting 9s ease-in-out infinite}.particles i:nth-child(1){top:10%;left:8%}.particles i:nth-child(2){top:30%;left:22%;animation-delay:-3s}.particles i:nth-child(3){top:15%;left:43%;animation-delay:-6s}.particles i:nth-child(4){top:62%;left:13%;animation-delay:-2s}.particles i:nth-child(5){top:48%;left:74%;animation-delay:-5s}.particles i:nth-child(6){top:18%;left:91%;animation-delay:-7s}.particles i:nth-child(7){top:78%;left:84%;animation-delay:-3s}.particles i:nth-child(8){top:71%;left:47%;animation-delay:-8s}.particles i:nth-child(9){top:39%;left:58%;animation-delay:-1s}.particles i:nth-child(10){top:88%;left:31%;animation-delay:-4s}.particles i:nth-child(11){top:7%;left:65%;animation-delay:-6s}.particles i:nth-child(12){top:57%;left:93%;animation-delay:-5s}.section{position:relative;padding-block:6.7rem}.section-heading{max-width:72rem;margin:0 auto 3.25rem;text-align:center}.section-heading h2,.callout h2{margin-bottom:.9rem;font-size:clamp(2.25rem,3.7vw,3.35rem);font-weight:600;line-height:1;letter-spacing:0}.section-heading p,.callout p{margin-bottom:0;color:var(--muted-foreground);font-size:1.15rem;line-height:1.65}.ecosystem{overflow:hidden}.ecosystem:after{position:absolute;top:50%;right:-12rem;width:31rem;height:31rem;border-radius:50%;background:color-mix(in srgb,var(--primary) 5%,transparent);content:"";filter:blur(90px);transform:translateY(-50%);pointer-events:none}.ecosystem-grid{position:relative;display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;z-index:1}.ecosystem-card,.feature-card{border:1px solid var(--glass-border);border-radius:var(--radius-md);background:var(--card);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.ecosystem-card{display:flex;min-height:10.5rem;flex-direction:column;align-items:center;justify-content:center;gap:.9rem;padding:1.5rem;text-align:center;transition:transform .25s ease,box-shadow .25s ease}.ecosystem-card b,.feature-card b{display:inline-grid;width:3.5rem;height:3.5rem;place-items:center;border-radius:var(--radius-sm);background:color-mix(in srgb,var(--primary) 10%,transparent);color:var(--primary);font-size:1.35rem;transition:transform .25s ease,background .25s ease}.ecosystem-card span{font-size:.875rem;font-weight:600}.ecosystem-card:hover,.feature-card:hover{box-shadow:0 0 20px color-mix(in srgb,var(--primary) 25%,transparent);transform:translateY(-5px)}.ecosystem-card:hover b,.feature-card:hover b{background:color-mix(in srgb,var(--primary) 18%,transparent);transform:scale(1.08)}.features{background:var(--section-alt)}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.feature-card{min-height:15.25rem;padding:1.5rem;transition:transform .25s ease,box-shadow .25s ease}.feature-card b{width:3rem;height:3rem;margin-bottom:1.25rem;font-size:1.1rem}.feature-card h3{margin-bottom:.65rem;font-size:1.52rem;font-weight:600;letter-spacing:0}.feature-card p{margin-bottom:0;color:var(--muted-foreground);font-size:.9rem;line-height:1.7}.callout-section{padding-block:8rem}.callout{position:relative;overflow:hidden;padding:clamp(3rem,8vw,5rem) 1.5rem;border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:var(--card);box-shadow:0 20px 50px -16px color-mix(in srgb,var(--primary) 25%,transparent);text-align:center}.callout:before{position:absolute;inset:0;background:radial-gradient(circle at center,color-mix(in srgb,var(--primary) 10%,transparent),transparent 62%);content:"";pointer-events:none}.callout>*{position:relative}.callout p{max-width:40rem;margin:0 auto 2.5rem;font-size:1.125rem;font-weight:500}.site-footer{border-top:1px solid var(--border);background:var(--card)}.footer-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));width:min(100%,72rem);gap:2rem 1.35rem;margin-inline:auto;padding-block:3rem;justify-items:center}.footer-grid section{display:flex;flex-direction:column;align-items:center;gap:.55rem;width:min(100%,10rem);text-align:center}.footer-grid h2{margin:0 0 .55rem;font-size:.75rem;font-weight:700;letter-spacing:.07em;text-align:center;text-transform:uppercase}.footer-grid a{color:var(--muted-foreground);font-size:.875rem;line-height:1.4;text-align:center;transition:color .2s ease}.footer-grid a:hover{color:var(--primary)}.footer-bottom{display:flex;flex-direction:column;align-items:center;justify-content:center;width:min(100%,36rem);gap:.95rem;margin-inline:auto;padding-block:2rem;border-top:1px solid var(--border);text-align:center}.footer-bottom p{margin:0;color:var(--muted-foreground);font-size:.875rem;text-align:center}.footer-bottom div{display:flex;justify-content:center;gap:1rem}.footer-bottom a{display:grid;width:2rem;height:2rem;place-items:center;border-radius:var(--radius-sm);background:var(--muted);color:var(--muted-foreground);font-size:.68rem;font-weight:700;transition:color .2s ease,background .2s ease}.footer-bottom a:hover{background:color-mix(in srgb,var(--primary) 12%,transparent);color:var(--primary)}.mobile-menu,.menu-backdrop{display:none}:root[data-theme=dark] .hero-gradient,:root[data-theme=dark] .page-hero:before,:root[data-theme=dark] .callout:before{background:none}:root[data-theme=dark] .ecosystem:after{display:none}:root[data-theme=dark] .mobile-menu{background:#000}:root[data-theme=dark] .menu-backdrop{background:#000000eb}.mobile-menu-head .brand-lockup{width:10.5rem;height:3.05rem;flex-basis:10.5rem}.reveal{opacity:0;transform:translateY(1.25rem);transition:opacity .55s ease,transform .55s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}@keyframes floating{50%{transform:translateY(-7px)}}@keyframes drifting{50%{transform:translate3d(8px,-13px,0) scale(1.2);opacity:.45}}@media(max-width:1100px){.desktop-nav,.desktop-only{display:none}.menu-button{display:inline-grid}.ecosystem-grid{grid-template-columns:repeat(3,1fr)}.feature-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(3,minmax(0,1fr));width:min(100%,40rem)}.mobile-menu{position:fixed;z-index:30;top:0;bottom:0;left:0;display:flex;width:min(85vw,23rem);flex-direction:column;padding:1.5rem;border-right:1px solid var(--border);border-radius:0 var(--radius-md) var(--radius-md) 0;background:color-mix(in srgb,var(--background) 88%,transparent);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transform:translate(-105%);transition:transform .28s cubic-bezier(.16,1,.3,1)}.mobile-menu.is-open{transform:translate(0)}.menu-backdrop{position:fixed;z-index:25;inset:0;background:color-mix(in srgb,var(--background) 82%,transparent);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);opacity:0;transition:opacity .2s ease;pointer-events:none}.menu-backdrop.is-open{opacity:1;pointer-events:auto}.mobile-menu-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.mobile-links{display:flex;flex:1;flex-direction:column;gap:.2rem}.mobile-links a{padding:.8rem 1rem;border-radius:var(--radius-sm);color:color-mix(in srgb,var(--foreground) 80%,transparent);font-size:.9rem;font-weight:600}.mobile-links a:hover{background:var(--muted);color:var(--foreground)}.mobile-links a.is-active{background:color-mix(in srgb,var(--primary) 12%,transparent);color:var(--foreground)}.mobile-links .mobile-chat{margin-top:1rem;background:color-mix(in srgb,var(--primary) 8%,transparent);color:var(--primary)}.mobile-links .mobile-chat.is-active{background:var(--primary);color:var(--primary-text)}.mobile-controls{display:grid;gap:.75rem;padding-top:1.25rem;border-top:1px solid var(--border)}.mobile-controls p{margin:0;padding-left:.25rem;color:var(--muted-foreground);font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.theme-options{display:grid;grid-template-columns:1fr 1fr;gap:.25rem;padding:.25rem;border-radius:var(--radius-sm);background:var(--muted)}.theme-options button{border:0;border-radius:var(--radius-sm);background:transparent;padding:.55rem;cursor:pointer;font-size:.8rem;font-weight:600}.theme-options button:hover{background:var(--card)}}@media(max-width:620px){.shell{width:var(--container-width-mobile)}.hero-content{padding-block:4rem}.hero-actions{flex-direction:column;align-items:stretch}.hero-media{margin-top:3.5rem}.section{padding-block:4.5rem}.section-heading{margin-bottom:2.5rem}.ecosystem-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.ecosystem-card{min-height:8.6rem;padding:1rem}.feature-grid{grid-template-columns:1fr;gap:1rem}.feature-card{min-height:auto}.callout-section{padding-block:5rem}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));width:min(100%,24rem);gap:2rem 1rem}.footer-grid section{width:100%}.footer-bottom{width:min(100%,22rem)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}.page-main{min-height:70vh}.page-hero{position:relative;overflow:hidden;padding-block:clamp(5rem,10vw,9rem) clamp(4rem,8vw,7rem)}.page-hero:before{position:absolute;inset:0;background:radial-gradient(circle at 82% 20%,color-mix(in srgb,var(--primary) 12%,transparent),transparent 35%);content:"";pointer-events:none}.page-hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);align-items:center;gap:clamp(2rem,4vw,4.5rem)}.page-hero-copy{max-width:46rem}.page-hero h1{max-width:46rem;margin-bottom:1rem;font-size:clamp(2.7rem,4.5vw,4.7rem);font-weight:600;line-height:.98;text-wrap:pretty}.page-hero p:not(.eyebrow){max-width:42rem;margin-bottom:1.7rem;color:var(--muted-foreground);font-size:1rem;line-height:1.65}.page-visual{position:relative;width:100%;margin:0;overflow:hidden;aspect-ratio:1.25 / 1;border:1px solid var(--glass-border);border-radius:var(--radius-md);background:var(--card);box-shadow:var(--shadow)}.page-visual img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.16,1,.3,1)}.page-visual:hover img{transform:scale(1.025)}.page-visual:after{position:absolute;inset:0;background:linear-gradient(135deg,transparent 48%,color-mix(in srgb,var(--primary) 24%,transparent));content:"";pointer-events:none}.page-section{padding-block:clamp(4.5rem,8vw,7rem)}.page-section.alt{background:var(--section-alt)}.section-kicker{max-width:72rem;margin-bottom:2.5rem}.section-kicker h2{max-width:72rem;margin-bottom:.8rem;font-size:clamp(2.15rem,3.2vw,3.25rem);font-weight:600;line-height:1}.section-kicker p:not(.eyebrow){margin-bottom:0;color:var(--muted-foreground);line-height:1.7}.product-grid,.story-grid,.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.product-tile,.story-tile,.price-tile{position:relative;display:flex;min-height:18rem;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:1.7rem;overflow:hidden;border:1px solid var(--glass-border);border-radius:var(--radius-md);background:var(--card);box-shadow:var(--shadow);transition:transform .25s ease,box-shadow .25s ease}.product-tile:hover,.story-tile:hover,.price-tile:hover{box-shadow:0 20px 45px -22px color-mix(in srgb,var(--primary) 40%,transparent);transform:translateY(-4px)}.product-tile .icon-tile{position:absolute;top:1.4rem;left:1.4rem}.product-tile h3,.story-tile h3,.price-tile h3{margin-bottom:.6rem;font-size:1.7rem;font-weight:600;line-height:1.02}.product-tile p,.story-tile p,.price-tile p{margin:0;color:var(--muted-foreground);font-size:.93rem;line-height:1.7}.product-tile a,.story-tile a{display:inline-flex;align-items:center;gap:.4rem;margin-top:1rem;color:var(--primary);font-size:.84rem;font-weight:700}.product-tile a svg,.story-tile a svg{width:.9rem;height:.9rem}.price-label{display:block;margin-block:1.2rem;color:var(--foreground);font-family:var(--display-font);font-size:1.65rem;font-weight:600}.statement-band{max-width:65rem;margin-inline:auto;padding:clamp(3rem,7vw,6rem);border-left:1px solid var(--primary);text-align:center}.statement-band p{margin:0;font-family:var(--display-font);font-size:clamp(2.2rem,5vw,4.7rem);font-weight:600;line-height:.98}.split-copy{display:grid;grid-template-columns:.75fr 1.25fr;gap:4rem}.split-copy h2{margin:0;font-size:clamp(2.15rem,3.5vw,3.35rem);font-weight:600;line-height:1}.split-copy p{max-width:44rem;color:var(--muted-foreground);font-size:1.05rem;line-height:1.8}.metric-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:3rem;border:1px solid var(--border);background:var(--border)}.metric-row div{padding:1.5rem;background:var(--background)}.metric-row strong{display:block;margin-bottom:.3rem;font-family:var(--display-font);font-size:2.5rem;font-weight:600}.metric-row span{color:var(--muted-foreground);font-size:.8rem}.form-page{display:grid;min-height:calc(100dvh - 4rem);place-items:center;padding:4rem 1rem}.form-panel{width:min(100%,31rem);padding:2.15rem;border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:var(--card);box-shadow:var(--shadow)}.form-panel h1{margin-bottom:.75rem;font-size:3rem;font-weight:600;line-height:.95}.form-panel>p{margin-bottom:2rem;color:var(--muted-foreground);font-size:.9rem;line-height:1.6}.field{display:grid;gap:.45rem;margin-bottom:1rem}.field label{font-size:.8rem;font-weight:700}.field input{width:100%;min-height:2.95rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--background);color:var(--foreground);padding-inline:.95rem;font:inherit}.field input:focus{outline:2px solid color-mix(in srgb,var(--primary) 45%,transparent);border-color:var(--primary)}.field textarea{width:100%;min-height:7.5rem;resize:vertical;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--background);color:var(--foreground);padding:.8rem .95rem;font:inherit;line-height:1.55}.field textarea:focus{outline:2px solid color-mix(in srgb,var(--primary) 45%,transparent);border-color:var(--primary)}.form-panel .primary-button{width:100%;margin-top:.5rem}.form-note{margin:1.4rem 0 0!important;text-align:center;font-size:.8rem!important}.form-note a{color:var(--primary);font-weight:700}.assistant-shell{display:grid;grid-template-columns:18rem minmax(0,1fr);min-height:calc(100dvh - 4rem)}.assistant-aside{display:flex;flex-direction:column;padding:1.3rem;border-right:1px solid var(--border);border-radius:var(--radius-md);background:var(--card)}.assistant-aside p{color:var(--muted-foreground);font-size:.75rem;line-height:1.55}.assistant-main{display:flex;flex-direction:column;justify-content:center;padding:clamp(2rem,6vw,6rem)}.assistant-main h1{margin-bottom:1rem;font-size:clamp(3rem,6vw,5.5rem);font-weight:600;line-height:.92}.assistant-main>p{max-width:35rem;color:var(--muted-foreground);line-height:1.7}.prompt-box{display:flex;align-items:center;gap:.7rem;width:min(100%,44rem);margin-top:2rem;padding:.55rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--background)}.prompt-box input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--foreground);font:inherit}.prompt-box button{display:grid;width:2.3rem;height:2.3rem;place-items:center;border:0;border-radius:var(--radius-sm);background:var(--primary);color:var(--primary-text);cursor:pointer}.prompt-box svg{width:1rem;height:1rem}@media(max-width:900px){.page-hero-grid,.split-copy{grid-template-columns:1fr;gap:2.5rem}.page-visual{max-width:42rem}.product-grid,.story-grid,.pricing-grid{grid-template-columns:repeat(2,1fr)}.assistant-shell{grid-template-columns:1fr}.assistant-aside{display:none}}@media(max-width:620px){.page-hero{padding-block:4.5rem}.product-grid,.story-grid,.pricing-grid,.metric-row{grid-template-columns:1fr}.product-tile,.story-tile,.price-tile{min-height:15rem}.split-copy{gap:1.5rem}.assistant-main{min-height:calc(100dvh - 4rem)}.page-visual{width:100%;max-width:none;margin:0;aspect-ratio:1 / .9}}@media(max-width:900px){.page-hero h1{max-width:42rem}.section-kicker,.section-kicker h2{max-width:48rem}}@media(max-width:620px){.page-hero h1{font-size:clamp(2.25rem,10vw,3rem)}.section-kicker h2{font-size:clamp(2rem,8vw,2.55rem)}}.chat-link svg{width:1rem;height:1rem;stroke-width:2.2}.icon-button svg{width:1.2rem;height:1.2rem;stroke-width:2}.primary-button,.outline-button{gap:.55rem;font-weight:700}.primary-button svg,.outline-button svg{width:1rem;height:1rem;stroke-width:2.25}.icon-tile{display:inline-grid;width:3.5rem;height:3.5rem;place-items:center;border-radius:var(--radius-sm);background:color-mix(in srgb,var(--primary) 10%,transparent);color:var(--primary);transition:transform .25s ease,background .25s ease}.icon-tile svg{width:1.6rem;height:1.6rem;stroke-width:1.8}.feature-card .icon-tile{width:3rem;height:3rem;margin-bottom:1.25rem}.feature-card .icon-tile svg{width:1.35rem;height:1.35rem}.ecosystem-card:hover .icon-tile,.feature-card:hover .icon-tile{background:color-mix(in srgb,var(--primary) 18%,transparent);transform:scale(1.08)}.footer-bottom a svg{width:1rem;height:1rem;stroke-width:2}.mobile-links .mobile-chat{display:inline-flex;align-items:center;gap:.5rem}.mobile-links .mobile-chat svg{width:1rem;height:1rem}.theme-options button{display:inline-flex;align-items:center;justify-content:center;gap:.4rem}.theme-options button svg{width:.9rem;height:.9rem}.home-page .site-header{height:4.5rem;background:var(--background)}.home-page .navigation{width:min(100% - 6rem,100rem)}.home-stage{display:grid;height:calc(100svh - 4.5rem);min-height:47rem;grid-template-rows:minmax(25rem,1fr) auto 6.8rem;overflow:hidden;background:var(--background)}.home-stage .reveal{opacity:1;transform:none}.home-hero{position:relative;width:min(100% - 4rem,90rem);height:100%;min-height:0;padding-top:clamp(2.8rem,5.5vh,3.6rem)}.home-hero .hero-copy{position:relative;z-index:5;max-width:42rem;text-align:left}.home-hero .eyebrow{margin-bottom:1.35rem;color:#7189ff;font-size:.78rem;letter-spacing:0}.home-hero h1{margin-bottom:1.1rem;font-size:clamp(3.75rem,4.1vw,4.35rem);font-weight:600;line-height:1.08}.home-hero h1 span{background-image:var(--luxury-heading-gradient);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent;text-shadow:var(--luxury-heading-glow)}.mobile-title-break{display:none}.home-hero .hero-copy>p:not(.eyebrow){max-width:40rem;margin:0 0 1.7rem;color:#aeb0bf;font-size:1rem;font-weight:400;line-height:1.95}.home-stage .hero-actions{display:flex;justify-content:flex-start;gap:1.1rem}.home-stage .large-button{min-width:13.8rem;min-height:3.25rem;border-radius:var(--radius-md)}.home-stage .primary-button{border-color:#8f9dff8c;background:#536fff;box-shadow:0 0 24px #4653ff40,inset 0 1px #ffffff3d}.home-stage .outline-button{border-color:#292b38;background:#0102088c}.hero-proof{display:grid;width:min(100%,37rem);grid-template-columns:repeat(3,1fr);margin-top:2rem}.proof-item{position:relative;display:grid;grid-template-columns:2.25rem minmax(0,1fr);align-items:center;gap:.65rem;min-width:0;padding-right:1rem}.proof-item+.proof-item{padding-left:1.25rem}.proof-item+.proof-item:before{position:absolute;top:.2rem;bottom:.2rem;left:0;width:1px;background:#2a2d3a;content:""}.proof-icon{display:grid;width:2.15rem;height:2.15rem;place-items:center;border:1px solid #2b3040;border-radius:50%;background:#080a15cc;color:#d2d7ff}.proof-icon svg{width:1rem;height:1rem}.proof-item>span:last-child{display:flex;min-width:0;flex-direction:column}.proof-item strong{font-size:.75rem;font-weight:600}.proof-item small{margin-top:.15rem;color:#858897;font-size:.65rem;line-height:1.2}.home-visual{position:absolute;z-index:0;top:0;left:50%;width:100vw;height:100%;overflow:hidden;pointer-events:none;transform:translate(-50%)}.home-cosmos{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 52%;opacity:.92}.home-visual:before{position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,var(--background) 0%,color-mix(in srgb,var(--background) 96%,transparent) 26%,color-mix(in srgb,var(--background) 50%,transparent) 47%,transparent 68%);content:""}.home-visual:after{position:absolute;z-index:3;right:0;bottom:0;left:0;height:24%;background:linear-gradient(180deg,transparent,var(--background));content:""}.home-product-grid{position:relative;z-index:6;display:grid;width:min(100% - 4rem,90rem);grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.home-product-card{position:relative;display:grid;min-width:0;min-height:11rem;grid-template-columns:6.1rem minmax(0,1fr) 2.7rem;align-items:center;gap:1.55rem;padding:1.45rem 1.55rem;overflow:hidden;border:1px solid #292e43;border-radius:var(--radius-md);background:#050710f5;box-shadow:inset 0 1px #ffffff06,0 18px 38px #00000038;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}.home-product-card:before{position:absolute;inset:0;background:linear-gradient(120deg,rgba(47,70,180,.09),transparent 45%);content:"";pointer-events:none}.home-product-card:after{position:absolute;z-index:0;inset:0;background-image:var(--home-product-art);background-position:center;background-size:cover;content:"";opacity:.24;mix-blend-mode:screen;pointer-events:none}.home-product-card>*{z-index:1}.home-product-card:nth-child(1){--home-product-art: url(/assets/saptarix-neon-core-zTf3gGNF.jpg)}.home-product-card:nth-child(2){--home-product-art: url(/assets/saptarix-creator-studio-3DjT8uiE.jpg)}.home-product-card:nth-child(3){--home-product-art: url(/assets/saptarix-secure-cloud-DkZsyzf3.jpg)}.home-product-card:hover{border-color:#687effa6;box-shadow:0 0 26px #4148ff29;transform:translateY(-2px)}.home-product-icon{position:relative;display:grid;width:6.1rem;height:6.1rem;place-items:center;border:1px solid #4c55a2;border-radius:var(--radius-sm);background:linear-gradient(145deg,#141b43,#171036);color:#958bff;box-shadow:inset 0 0 24px #5058ff26,0 0 20px #3a43ff2e}.home-product-icon svg{width:2.8rem;height:2.8rem;stroke-width:1.65;filter:drop-shadow(0 0 7px currentColor)}.home-product-copy{position:relative;display:flex;min-width:0;flex-direction:column;align-items:flex-start}.home-product-kicker{margin-bottom:.65rem;color:#8295ff;font-size:.62rem;font-weight:700;line-height:1;text-transform:uppercase}.home-product-copy strong{margin-bottom:.55rem;color:#f6f7fb;font-family:var(--display-font);font-size:1.38rem;line-height:1}.home-product-copy small{color:#aeb0bf;font-size:.78rem;line-height:1.5}.home-product-arrow{position:relative;display:grid;width:2.55rem;height:2.55rem;place-items:center;border:1px solid #343b58;border-radius:50%;background:#101321;color:#f3f5ff}.home-product-arrow svg{width:1rem;height:1rem}.home-more{position:relative;z-index:5;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:.7rem;text-align:center}.home-more .eyebrow{margin-bottom:.45rem;color:#8a7cff;font-size:.65rem;letter-spacing:0}.home-more h2{margin:0;font-size:1.55rem;font-weight:600;line-height:1.1}.home-more-line{position:relative;width:min(22rem,70vw);height:1px;margin-top:1rem;background:linear-gradient(90deg,transparent,#596fff,transparent)}.home-more-line:after{position:absolute;top:50%;left:50%;width:.5rem;height:.5rem;background:#d5dbff;box-shadow:0 0 12px #6378ff;content:"";transform:translate(-50%,-50%) rotate(45deg)}:root:not([data-theme=dark]) .home-product-card{border-color:#cfd3e3;background:#fffffff0}:root:not([data-theme=dark]) .home-product-card:after{opacity:.1;mix-blend-mode:multiply}:root:not([data-theme=dark]) .home-product-copy strong{color:#10121c}:root:not([data-theme=dark]) .home-product-copy small{color:#616475}@media(min-width:1101px){.home-product-grid{transform:translateY(-2rem)}}@media(min-width:1101px)and (max-height:800px){.home-stage{min-height:42rem;grid-template-rows:minmax(22rem,1fr) auto 4.6rem}.home-hero{padding-top:2rem}.home-hero h1{font-size:3.45rem}.home-hero .hero-copy>p:not(.eyebrow){margin-bottom:1.15rem;line-height:1.6}.hero-proof{margin-top:1.15rem}.home-product-card{min-height:8.7rem;grid-template-columns:4.8rem minmax(0,1fr) 2.4rem;padding:1rem 1.2rem}.home-product-icon{width:4.8rem;height:4.8rem}.home-product-icon svg{width:2.1rem;height:2.1rem}.home-product-kicker{margin-bottom:.4rem}.home-product-copy strong{margin-bottom:.35rem;font-size:1.2rem}.home-product-copy small{font-size:.72rem}.home-more-line{margin-top:.55rem}}@media(min-width:700px)and (max-width:1100px){.home-page .site-header{height:4rem}.home-page .navigation{width:min(100% - 3rem,64rem)}.home-stage{height:auto;min-height:calc(100svh - 4rem);grid-template-rows:34rem auto 6rem}.home-hero{width:min(100% - 4rem,62rem);padding-top:3rem}.home-hero .hero-copy{max-width:55%}.home-hero h1{font-size:clamp(3.1rem,6vw,3.8rem)}.home-hero .hero-copy>p:not(.eyebrow){font-size:.94rem;line-height:1.7}.home-stage .large-button{min-width:0}.hero-proof{display:none}.home-visual:before{background:linear-gradient(90deg,var(--background) 0%,color-mix(in srgb,var(--background) 90%,transparent) 38%,transparent 72%)}.home-product-grid{width:min(100% - 4rem,62rem);gap:.8rem}.home-product-card{min-height:9.5rem;grid-template-columns:4.6rem minmax(0,1fr) 2.25rem;gap:1rem;padding:1rem}.home-product-icon{width:4.6rem;height:4.6rem}.home-product-icon svg{width:2.1rem;height:2.1rem}.home-product-copy strong{font-size:1.15rem}.home-product-copy small{font-size:.7rem}}@media(max-width:699px){.home-page .site-header{height:4rem}.home-page .navigation{width:min(100% - 2rem,40rem)}.home-page .brand-lockup{width:9.35rem;height:2.7rem;flex-basis:9.35rem}.home-stage{display:block;height:auto;min-height:calc(100svh - 4rem);overflow:hidden}.home-hero{width:min(100% - clamp(3rem,15vw,4.5rem),32rem);height:26.5rem;padding-top:.5rem}.home-hero .hero-copy{max-width:none}.home-hero .eyebrow{margin-bottom:.55rem;font-size:.68rem}.home-hero h1{margin-bottom:.95rem;font-size:clamp(2.25rem,8.9vw,2.5rem);line-height:.98}.mobile-title-break{display:initial}.home-hero .hero-copy>p:not(.eyebrow){max-width:24rem;margin-bottom:1rem;font-size:.88rem;line-height:1.55}.home-stage .hero-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.home-stage .large-button{min-width:0;min-height:3rem;padding:.5rem;font-size:.82rem}.hero-proof{display:none}.home-visual{top:16.7rem;left:50%;width:100vw;height:13.5rem}.home-cosmos{object-position:72% 52%;opacity:.98}.home-visual:before{background:linear-gradient(180deg,var(--background) 0%,transparent 28%,transparent 74%,var(--background) 100%)}.home-visual:after{height:18%}.particles i{width:4px;height:4px}.home-product-grid{display:grid;width:min(100% - clamp(3rem,15vw,4.5rem),32rem);grid-template-columns:1fr;gap:.45rem;margin-top:-1.25rem}.home-product-card{min-height:5.95rem;grid-template-columns:3.8rem minmax(0,1fr) 2.2rem;gap:.85rem;padding:.62rem .9rem}.home-product-icon{width:3.8rem;height:3.8rem}.home-product-icon svg{width:1.9rem;height:1.9rem}.home-product-kicker{margin-bottom:.35rem;font-size:.52rem}.home-product-copy strong{margin-bottom:.35rem;font-size:1.05rem}.home-product-copy small{font-size:.68rem;line-height:1.28}.home-product-arrow{width:2.2rem;height:2.2rem}.home-more{min-height:5.1rem;padding:.9rem 1rem .4rem}.home-more .eyebrow{margin-bottom:.4rem;font-size:.58rem}.home-more h2{font-size:1.1rem}.home-more-line{width:14rem;margin-top:.75rem}}@media(max-width:380px){.home-hero{width:calc(100% - 2rem)}.home-stage .hero-actions{gap:.5rem}.home-stage .large-button{font-size:.75rem}.home-product-grid{width:calc(100% - 2rem)}}@media(max-width:339px){.home-hero{height:29.5rem}.home-stage .hero-actions{grid-template-columns:1fr}.home-visual{top:19.8rem}}:root[data-theme=dark] .primary-button{border-color:#9da9ff85;background:linear-gradient(135deg,#5659bd,#344694);box-shadow:inset 0 1px #ffffff29,0 10px 24px #3241ac3d}:root[data-theme=dark] .primary-button:hover{background:linear-gradient(135deg,#6764d4,#3d56ad)}:root[data-theme=dark] .outline-button{border-color:#30375f;background:#070a18;color:#e7e9ff}:root[data-theme=dark] .outline-button:hover{border-color:#505fa4;background:#0d1230}.page-hero{padding-block:clamp(3.75rem,6vw,5.75rem) clamp(3.25rem,5vw,4.75rem)}.page-hero-grid{gap:clamp(2rem,3vw,3.75rem)}.page-section{padding-block:clamp(3.75rem,6vw,5.5rem)}.section-kicker{margin-bottom:2.1rem}.product-tile,.story-tile,.price-tile{min-height:15.5rem;padding:1.35rem}.product-tile .icon-tile{top:1.2rem;left:1.2rem}.product-tile h3,.story-tile h3,.price-tile h3{font-size:1.5rem}.product-tile p,.story-tile p,.price-tile p{font-size:.9rem;line-height:1.6}.split-copy{gap:clamp(2rem,4vw,3.25rem)}.split-copy p{line-height:1.7}.metric-row{margin-top:2.2rem}.metric-row div{padding:1.25rem}.feature-card{min-height:13.5rem;padding:1.25rem}.feature-card .icon-tile{margin-bottom:1rem}.feature-card h3{font-size:1.35rem}.callout-section{padding-block:clamp(4.5rem,6vw,5.75rem)}.callout{padding:clamp(2.5rem,6vw,4rem) 1.25rem}.callout p{margin-bottom:1.75rem;font-size:1.03rem}.contact-page{min-height:calc(100dvh - 4.5rem)}.contact-hero{padding-block:clamp(3.5rem,7vw,6rem)}.contact-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(22rem,.8fr);align-items:start;gap:clamp(2rem,6vw,6rem)}.contact-copy{max-width:38rem;padding-top:clamp(.5rem,3vw,2rem)}.contact-copy h1{margin-bottom:1rem;font-size:clamp(2.8rem,5vw,4.8rem);font-weight:600;line-height:.98}.contact-copy>p:not(.eyebrow){max-width:34rem;margin-bottom:0;color:var(--muted-foreground);font-size:1rem;line-height:1.7}.contact-email{display:inline-flex;align-items:center;gap:.65rem;margin-top:1.4rem;color:var(--primary);font-size:.95rem;font-weight:700}.contact-email svg{width:1rem;height:1rem;stroke-width:2.1}.contact-form-panel{padding:clamp(1.35rem,3vw,2rem);border:1px solid var(--glass-border);border-radius:var(--radius-md);background:var(--card);box-shadow:var(--shadow)}.contact-form-panel h2{margin-bottom:1.35rem;font-size:clamp(1.65rem,3vw,2.25rem);font-weight:600;line-height:1.05}.contact-form-panel .primary-button{width:100%;margin-top:.25rem}@media(max-width:1100px){.mobile-theme-toggle{display:inline-grid}}@media(max-width:900px){.contact-grid{grid-template-columns:1fr;gap:2rem}.contact-copy{padding-top:0}.contact-form-panel{max-width:42rem}}@media(max-width:699px){.nav-actions{gap:.1rem}.mobile-theme-toggle{width:2.45rem;height:2.45rem}}@media(max-width:620px){.page-hero{padding-block:3.5rem}.product-tile,.story-tile,.price-tile{min-height:13.5rem}.contact-hero{padding-block:3.5rem}}
