:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f172a;background:#fff;--bg-dark: #020617;--bg-dark-2: #0f172a;--bg-blue: #0b1d47;--surface: #ffffff;--surface-muted: #f8fafc;--surface-dark: rgba(15, 23, 42, .54);--surface-dark-2: rgba(30, 41, 59, .64);--text: #0f172a;--text-soft: #475569;--text-dark: #e2e8f0;--text-dark-soft: #cbd5e1;--accent: #2563eb;--accent-strong: #1d4ed8;--accent-soft: rgba(37, 99, 235, .12);--line: rgba(15, 23, 42, .1);--line-dark: rgba(148, 163, 184, .22);--shadow: 0 24px 60px rgba(15, 23, 42, .12);--radius-xl: 28px;--radius-lg: 22px;--radius-md: 16px;--max-width: 1200px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:var(--surface);color:var(--text)}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;color:inherit}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}#root{min-height:100vh}.page-shell{background:#fff}.site-nav{position:fixed;inset:0 0 auto;z-index:50;transition:background .18s ease,box-shadow .18s ease,backdrop-filter .18s ease}.site-nav.is-scrolled{background:#020617f0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 10px 32px #02061747}.nav-inner,.hero-content,.section-inner{width:min(calc(100% - 2rem),var(--max-width));margin:0 auto}.nav-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:4.5rem}.brand,.nav-links button,.nav-language-select select,.mobile-nav button,.mobile-nav-language select,.nav-cta,.hero h1,.section-intro h2,.feature-copy h3,.about-copy h2,.value-card h3,.service-card h3,.services-cta h3,.contact-panel h3,.site-footer h3,.site-footer h4{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.brand,.nav-links button,.nav-language-select select,.mobile-nav button,.mobile-nav-language select,.site-footer button{border:0;background:transparent;cursor:pointer}.brand{padding:0;color:#fff;font-size:1.25rem;font-weight:700}.nav-links{display:flex;align-items:center;gap:1.6rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.mobile-menu-toggle,.mobile-nav{display:none}.nav-dropdown{position:relative;display:flex;align-items:center;padding-bottom:.9rem;margin-bottom:-.9rem}.nav-links button{padding:0;color:#fff;opacity:.94;font-size:1rem}.nav-language-select{position:relative;display:inline-flex;align-items:center}.nav-language-select select{min-width:4.25rem;padding:0 1.4rem 0 0;color:#fff;opacity:.94;font-size:1rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.nav-language-select:after{content:"";position:absolute;right:.1rem;width:.5rem;height:.5rem;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;color:#ffffffe0;transform:translateY(-.12rem) rotate(45deg);pointer-events:none}.nav-dropdown-menu{position:absolute;top:calc(100% + .1rem);left:50%;min-width:10rem;padding:.55rem;border:1px solid rgba(148,163,184,.22);border-radius:.9rem;background:#0f172af5;box-shadow:0 18px 36px #02061747;opacity:0;pointer-events:none;transform:translate(-50%) translateY(-.2rem);transition:opacity .16s ease,transform .16s ease}.nav-dropdown.is-open .nav-dropdown-menu{opacity:1;pointer-events:auto;transform:translate(-50%) translateY(0)}.nav-dropdown-menu a,.nav-dropdown-menu button{display:flex;align-items:center;gap:.6rem;width:100%;padding:.65rem .85rem;border-radius:.6rem;color:#f8fafc;font-size:.95rem;text-align:left;white-space:nowrap}.nav-dropdown-menu a:hover,.nav-dropdown-menu a:focus-visible,.nav-dropdown-menu button:hover,.nav-dropdown-menu button:focus-visible{background:#2563eb38}.nav-product-icon{width:1.2rem;height:1.2rem;border-radius:.3rem;flex:none}.mobile-menu-toggle{position:relative;width:3rem;height:3rem;padding:0;border:1px solid rgba(148,163,184,.28);border-radius:999px;background:#0f172a99;color:#fff;cursor:pointer;flex:none}.mobile-menu-toggle span{position:absolute;left:.8rem;width:1.4rem;height:2px;border-radius:999px;background:currentColor;transition:transform .16s ease,opacity .16s ease}.mobile-menu-toggle span:nth-child(1){top:.95rem}.mobile-menu-toggle span:nth-child(2){top:1.45rem}.mobile-menu-toggle span:nth-child(3){top:1.95rem}.mobile-menu-toggle.is-open span:nth-child(1){transform:translateY(.5rem) rotate(45deg)}.mobile-menu-toggle.is-open span:nth-child(2){opacity:0}.mobile-menu-toggle.is-open span:nth-child(3){transform:translateY(-.5rem) rotate(-45deg)}.mobile-nav{width:min(calc(100% - 2rem),var(--max-width));margin:0 auto .9rem;padding:.8rem;border:1px solid rgba(148,163,184,.22);border-radius:1rem;background:#0f172af5;box-shadow:0 18px 36px #02061747}.mobile-nav button,.mobile-nav a,.mobile-nav-language{display:flex;align-items:center;gap:.65rem;width:100%;padding:.9rem .95rem;border-radius:.8rem;color:#f8fafc;font-size:.98rem;text-align:left}.mobile-nav button:hover,.mobile-nav button:focus-visible,.mobile-nav a:hover,.mobile-nav a:focus-visible,.mobile-nav-language:hover,.mobile-nav-language:focus-within{background:#2563eb38}.mobile-nav-language{justify-content:space-between}.mobile-nav-language span{color:#f8fafc;font-size:.98rem}.mobile-nav-language select{padding-right:.4rem;color:#f8fafc;font-size:.98rem;text-align:right;-webkit-appearance:none;-moz-appearance:none;appearance:none}.nav-cta,.button{display:inline-flex;align-items:center;justify-content:center;min-height:3.2rem;padding:0 1.35rem;border-radius:999px;border:1px solid transparent;transition:transform .16s ease,background .16s ease,border-color .16s ease,box-shadow .16s ease}.nav-cta{background:var(--accent);color:#fff;font-size:.875rem;font-weight:600}.nav-cta:hover,.nav-cta:focus-visible,.button:hover,.button:focus-visible{transform:translateY(-2px)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#020617,#0b1d47 48%,#0f172a)}.hero-background{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.hero-constellation{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:.9;pointer-events:none}.hero-comets{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;overflow:hidden}.hero-comet{position:absolute;left:var(--comet-start-x);top:var(--comet-start-y);width:var(--comet-width);height:2px;border-radius:999px;background:linear-gradient(90deg,#fff0,#fffffff2);box-shadow:0 0 10px #ffffff59;opacity:0;transform:translateZ(0) rotate(var(--comet-angle));animation:comet-pass var(--comet-duration) ease-out forwards}.hero-comet:after{content:"";position:absolute;right:-.1rem;top:50%;width:.35rem;height:.35rem;border-radius:999px;background:#fffffff2;transform:translateY(-50%);box-shadow:0 0 16px #ffffff73}.orb{position:absolute;border-radius:999px;filter:blur(64px);animation:breathe 9s ease-in-out infinite}.orb-blue{top:18%;left:18%;width:24rem;height:24rem;background:#3b82f633;z-index:1}.orb-cyan{right:16%;bottom:18%;width:24rem;height:24rem;background:#0ea5e929;animation-delay:-4s;z-index:1}.hero-content{position:relative;z-index:2;padding-top:5rem;text-align:center;max-width:64rem}.hero-eyebrow{margin:0;color:#bfdbfe;font-size:.98rem}.hero h1{margin:1.2rem 0 0;color:#fff;font-size:clamp(3.25rem,7vw,4.75rem);font-weight:700;line-height:1.05;animation:hero-title-arrival 1.35s cubic-bezier(.16,.84,.24,1) both;transform-origin:center center;will-change:transform,opacity,filter,color}.hero-subtitle{margin:1rem 0 0;color:#bfdbfe;font-size:clamp(1.2rem,2vw,1.5rem)}.hero-description{max-width:50rem;margin:1.5rem auto 0;color:#cbd5e1;font-size:1.08rem;line-height:1.75}.hero-actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-top:2.2rem}.button{cursor:pointer;letter-spacing:.02em;font-size:1.125rem;font-weight:600}.button-primary{background:var(--accent);color:#fff;box-shadow:0 16px 36px #2563eb47}.button-secondary{border:2px solid rgba(96,165,250,.44);background:#0f172a3d;color:#dbeafe}.scroll-cue{position:absolute;left:50%;bottom:2rem;transform:translate(-50%);border:0;background:transparent;cursor:pointer}.scroll-cue span{display:block;width:2rem;height:2rem;border-right:2px solid rgba(255,255,255,.55);border-bottom:2px solid rgba(255,255,255,.55);transform:rotate(45deg);animation:bob 2s ease-in-out infinite}.product-section,.about-section,.contact-section{padding:5rem 0}.product-section{background:#f8fafc}.about-section,.contact-section{background:#fff}.section-intro{text-align:center;max-width:52rem;margin:0 auto 3.5rem}[data-reveal]{opacity:0;transform:translate3d(0,2rem,0) scale(.985);transition:opacity .72s cubic-bezier(.2,.8,.2,1),transform .72s cubic-bezier(.2,.8,.2,1),filter .72s cubic-bezier(.2,.8,.2,1);filter:blur(8px);will-change:opacity,transform,filter}[data-reveal=left]{transform:translate3d(-2rem,1rem,0) scale(.985)}[data-reveal=right]{transform:translate3d(2rem,1rem,0) scale(.985)}[data-reveal=hero]{transform:translate3d(0,1.25rem,0) scale(.96);transition-duration:.92s}[data-reveal].is-visible{opacity:1;transform:translateZ(0) scale(1);filter:blur(0)}.value-grid .value-card:nth-child(2),.services-grid .service-card:nth-child(2),.services-grid .service-card:nth-child(5),.collaboration-grid .collaboration-card:nth-child(2){transition-delay:90ms}.value-grid .value-card:nth-child(3),.services-grid .service-card:nth-child(3),.services-grid .service-card:nth-child(6),.collaboration-grid .collaboration-card:nth-child(3){transition-delay:.18s}.services-grid .service-card:nth-child(4){transition-delay:0ms}.pill{display:inline-flex;align-items:center;gap:.45rem;padding:.5rem 1rem;border-radius:999px;font-size:.92rem;font-weight:600}.pill-light{background:#dbeafe;color:#1d4ed8}.pill-dark{background:#1e3a8a66;border:1px solid rgba(96,165,250,.28);color:#bfdbfe}.section-intro h2,.about-copy h2{margin:1rem 0 0;font-size:clamp(2.25rem,4vw,3rem);font-weight:700;line-height:1.1}.section-intro h2 span{display:block}.product-intro-title{display:flex;align-items:center;justify-content:center;gap:.85rem;width:100%;margin-inline:auto}.product-title-icon{width:3.3rem;height:3.3rem;border-radius:.7rem;flex:none}.section-intro p,.feature-copy p,.about-copy p,.value-card p,.service-card p,.services-cta p,.contact-panel p,.site-footer p{color:var(--text-soft);line-height:1.75}.section-intro p{margin:1.2rem 0 0;font-size:1.08rem}.feature-stage{display:grid;grid-template-columns:auto .92fr 1.08fr auto;gap:1.4rem;align-items:center;max-width:82rem;margin:0 auto}.feature-arrow{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border:0;background:transparent;color:#6b9cff;font-size:2.1rem;cursor:pointer}.feature-copy h3{margin:1.4rem 0 0;font-size:clamp(1.8rem,3vw,2.35rem);font-weight:700;line-height:1.1}.feature-copy p{max-width:32rem;margin-top:1rem;font-size:1.02rem}.feature-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:4.05rem;height:4.05rem;border-radius:1rem;background:#2563eb;color:#fff;font-size:1.9rem;box-shadow:0 16px 32px #2563eb3d}.feature-icon-ai:after{content:"✦";position:absolute;top:.38rem;right:.48rem;font-size:1.2rem;line-height:1}.feature-icon-rec{font-size:1.1rem;font-weight:700;letter-spacing:.04em}.feature-icon-rec:before{content:"";position:absolute;top:.84rem;right:.45rem;width:.65rem;height:.65rem;border-radius:999px;background:#f43f5e;box-shadow:0 0 0 .14rem #f43f5e33}.feature-icon-home{font-size:0}.feature-icon-home span{display:none}.feature-icon-home:before{content:"";width:1.45rem;height:1.15rem;border:.16rem solid currentColor;border-top:0;border-radius:.18rem;transform:translateY(.48rem)}.feature-icon-home:after{content:"";position:absolute;top:1.08rem;width:1.55rem;height:1.55rem;border-top:.16rem solid currentColor;border-left:.16rem solid currentColor;transform:rotate(45deg)}.feature-icon-home{width:4.2rem;height:4.2rem}.feature-icon-home .feature-icon-door{display:none}.feature-icon-home{background-image:linear-gradient(currentColor,currentColor);background-repeat:no-repeat;background-size:.38rem .62rem;background-position:center calc(50% + .82rem)}.feature-icon-dialog span{display:none}.feature-icon-dialog:before{content:"";width:1.55rem;height:1.15rem;border:.16rem solid currentColor;border-radius:.45rem;background:radial-gradient(circle,currentColor .11rem,transparent .12rem) .32rem .42rem / .34rem .34rem no-repeat,radial-gradient(circle,currentColor .11rem,transparent .12rem) .61rem .42rem / .34rem .34rem no-repeat,radial-gradient(circle,currentColor .11rem,transparent .12rem) .9rem .42rem / .34rem .34rem no-repeat}.feature-icon-dialog:after{content:"";position:absolute;bottom:.98rem;left:1.18rem;width:.42rem;height:.42rem;border-left:.16rem solid currentColor;border-bottom:.16rem solid currentColor;transform:skew(-18deg) rotate(-28deg)}.feature-icon-eye span{display:none}.feature-icon-eye:before{content:"";width:1.75rem;height:1rem;border:.16rem solid currentColor;border-radius:.18rem 1.25rem/.18rem .82rem}.feature-icon-eye:after{content:"";position:absolute;width:.52rem;height:.52rem;border-radius:999px;background:currentColor}.feature-image-card{display:flex;align-items:center;justify-content:center;overflow:hidden;min-height:31rem;padding:0;border:0;border-radius:0;background:transparent;cursor:zoom-in;box-shadow:none;touch-action:pan-y}.feature-image-card img{width:100%;height:100%;max-height:29rem;object-fit:contain;object-position:center}.feature-image-card img.feature-image-tall{width:auto;max-width:100%;height:100%;max-height:29rem}.feature-phone-frame{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:.85rem;border-radius:2.5rem;background:linear-gradient(180deg,#0f172a,#1e293b);box-shadow:inset 0 0 0 1px #ffffff14}.feature-phone-gallery{display:flex;align-items:flex-end;justify-content:center;gap:1rem;perspective:1800px}.feature-phone-gallery .feature-phone-frame:first-child{transform:none}.feature-phone-frame-secondary{transform:translate(1.1rem) rotateY(-28deg) rotateX(4deg)}.feature-phone-notch{position:absolute;top:.5rem;left:50%;width:34%;height:1.15rem;transform:translate(-50%);border-radius:999px;background:#020617;z-index:1}.feature-phone-frame img.feature-image-phone{width:auto;max-width:min(100%,18rem);height:100%;max-height:28.2rem;border-radius:1.9rem;object-fit:cover;object-position:top center}.feature-phone-frame img.feature-image-phone-secondary{max-width:min(100%,18rem);max-height:28.2rem}.feature-browser-frame{display:inline-flex;flex-direction:column;width:min(100%,35rem);transform:perspective(1800px) rotateY(-22deg) rotateX(6deg);transform-style:preserve-3d;filter:none;background:transparent}.feature-browser-topbar{display:flex;align-items:center;gap:.9rem;padding:.8rem 1rem .65rem;border-radius:1.2rem 1.2rem 0 0;background:linear-gradient(180deg,#334155,#1e293b)}.feature-browser-dots{display:inline-flex;gap:.35rem}.feature-browser-dots span{width:.48rem;height:.48rem;border-radius:999px;background:#e2e8f0d1}.feature-browser-address{flex:1;height:.7rem;border-radius:999px;background:#f1f5f933}.feature-browser-screen{display:flex;align-items:center;justify-content:center;padding:0 .75rem .75rem;border-left:.35rem solid #1e293b;border-right:.35rem solid #1e293b;border-bottom:.35rem solid #1e293b;border-radius:0 0 1rem 1rem;background:#1e293b;transform-origin:center top}.feature-browser-screen img.feature-image-browser{width:100%;max-width:100%;max-height:24rem;border-radius:.35rem;object-fit:contain;object-position:top center}.feature-image-card img.feature-image-top{object-position:top center}.feature-image-card img.feature-image-fit{width:auto;max-width:100%;max-height:27rem}.image-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:2rem;background:#1f2937eb}.image-lightbox-dialog{display:flex;align-items:center;justify-content:center;max-width:min(96vw,1440px);max-height:94vh;touch-action:pan-y}.image-lightbox-dialog img{max-width:100%;max-height:94vh;object-fit:contain}.image-lightbox-nav{position:absolute;top:50%;width:4.5rem;height:4.5rem;border:0;background:transparent;color:#fff;font-size:4rem;line-height:1;cursor:pointer;transform:translateY(-50%)}.image-lightbox-close{position:absolute;top:0;right:0;display:flex;align-items:center;justify-content:center;width:5rem;height:5rem;border:0;background:transparent;color:#fff;font-size:3rem;line-height:1;cursor:pointer}.image-lightbox-nav-left{left:3.5rem}.image-lightbox-nav-right{right:4.75rem}.feature-footer{display:grid;justify-items:center;gap:1.2rem;margin-top:2rem}.feature-controls{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.feature-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.9rem}.feature-dots{display:flex;gap:.9rem}.feature-dot{width:.32rem;height:.32rem;border:0;border-radius:999px;background:#cbd5e1;cursor:pointer;opacity:.9}.feature-dot.is-active{background:var(--accent)}.feature-auto-toggle{position:relative;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(37,99,235,.2);border-radius:999px;padding:.5rem .9rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .16s ease,color .16s ease,border-color .16s ease,opacity .16s ease}.feature-auto-toggle.is-playing{background:#fff;color:#2563eb}.feature-auto-toggle.is-stopped{background:#e2e8f0;border-color:#94a3b880;color:#475569}.feature-auto-slash{position:absolute;top:0;right:0;bottom:0;left:0;display:block;overflow:hidden;pointer-events:none}.feature-auto-slash:before{content:"";position:absolute;top:.15rem;right:-.2rem;width:calc(100% + .4rem);border-top:2px solid currentColor;transform:rotate(150deg);transform-origin:top right}.feature-cta{min-width:11.8rem}.button-icon{margin-right:.5rem;font-size:1.5rem;line-height:1}.button-icon-globe{display:inline-flex;align-items:center;justify-content:center;width:1.6rem;height:1.6rem}.button-icon-globe svg{width:100%;height:100%}.feature-cta-ios{background:#fff;border-color:#0f172a1f;color:#000;box-shadow:0 16px 36px #0f172a1a}.feature-cta-ios .button-icon{font-size:1.85rem;color:#000}.about-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;max-width:72rem;margin:0 auto}.about-copy p{margin:1.2rem 0 0}.about-visual{overflow:hidden;min-height:28rem;border-radius:var(--radius-xl);background:transparent}.about-composite{position:relative;min-height:28rem;padding:2rem}.about-composite-glow{position:absolute;border-radius:999px;filter:blur(40px);opacity:0}.about-composite-glow-a{top:2rem;left:2rem;width:12rem;height:12rem;background:#60a5fa38}.about-composite-glow-b{right:2rem;bottom:3rem;width:10rem;height:10rem;background:#3b82f624}.about-card{position:absolute;border-radius:1.4rem;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.about-card img{display:block;width:100%;height:100%;object-fit:cover}.about-card-browser{overflow:hidden;background:#ffffffe6;box-shadow:0 20px 45px #94a3b833;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.about-card-main{top:1.35rem;left:3.2rem;width:24rem;transform:rotate(-3deg)}.about-browser-topbar{display:flex;align-items:center;gap:.65rem;padding:.8rem .95rem .6rem;background:#e2e8f0e6}.about-browser-dots{display:inline-flex;gap:.3rem}.about-browser-dots span{width:.42rem;height:.42rem;border-radius:999px;background:#64748b99}.about-browser-address{flex:1;height:.62rem;border-radius:999px;background:#fffc}.about-browser-screen{padding:.65rem}.about-browser-screen img{aspect-ratio:1 / 1;border-radius:.85rem;object-fit:cover;object-position:top center}.about-card-phone{overflow:hidden;width:10.4rem;padding:.7rem;border-radius:2rem;background:linear-gradient(180deg,#0f172a,#243247)}.about-card-phone-left{left:1.2rem;bottom:2rem;transform:rotate(-8deg)}.about-card-phone-right{right:1.5rem;top:3.8rem;transform:rotate(9deg)}.about-phone-notch{position:absolute;top:.42rem;left:50%;width:36%;height:.95rem;transform:translate(-50%);border-radius:999px;background:#020617}.about-card-phone img{aspect-ratio:9 / 19;border-radius:1.35rem;object-fit:cover;object-position:top center}.about-card-detail{overflow:hidden;background:#ffffffe6;box-shadow:0 20px 45px #94a3b833;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.about-card-ai{right:4.2rem;bottom:1.2rem;width:12rem;padding:0}.about-card-ai img{aspect-ratio:1 / 1;border-radius:1rem;object-fit:cover}.about-browser-topbar-small{gap:.45rem;padding:.58rem .72rem .48rem}.about-browser-screen-small{padding:.52rem}.value-grid,.services-grid,.contact-grid,.footer-grid{display:grid;gap:1.5rem}.value-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:4rem}.value-card{text-align:center}.value-icon,.service-icon{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:1rem;margin-bottom:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.5rem}.value-icon{background:#dbeafe;color:#2563eb}.value-icon-mark,.service-icon-mark{display:inline-flex;align-items:center;justify-content:center}.value-icon-bulb{position:relative;font-size:0}.value-icon-bulb:before{content:"";width:.96rem;height:1.14rem;border:.18rem solid currentColor;border-bottom:0;border-radius:.68rem .68rem .42rem .42rem}.value-icon-bulb:after{content:"";position:absolute;bottom:.82rem;width:.58rem;height:.3rem;border-top:.16rem solid currentColor;border-bottom:.16rem solid currentColor}.value-icon-bulb .value-icon-mark{position:absolute;top:0;right:0;bottom:0;left:0;background:none;pointer-events:none}.value-icon-person{position:relative;font-size:0}.value-icon-person .value-icon-mark{display:none}.value-icon-person:before{content:"";width:.8rem;height:.8rem;border:.16rem solid currentColor;border-radius:999px;transform:translateY(-.4rem)}.value-icon-person:after{content:"";position:absolute;bottom:.92rem;width:1.2rem;height:.72rem;border:.16rem solid currentColor;border-top-left-radius:.7rem;border-top-right-radius:.7rem;border-bottom:0}.value-icon-care{position:relative;font-size:2rem;transform:translateY(.38rem)}.value-icon-care:before,.value-icon-care:after{content:"✦";position:absolute;line-height:1}.value-icon-care:before{top:1.08rem;left:.78rem;font-size:.6rem}.value-icon-care:after{top:1.38rem;right:.72rem;font-size:.75rem}.value-card h3{margin:0;font-size:1.25rem;font-weight:700}.services-section{position:relative;overflow:hidden;padding:5.5rem 0;background:linear-gradient(135deg,#0f172a,#0b1d47,#020617)}.services-background{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.22}.orb-service-a,.orb-service-b{position:absolute}.orb-service-a{top:0;right:0;width:24rem;height:24rem;background:#3b82f652}.orb-service-b{left:0;bottom:0;width:24rem;height:24rem;background:#a855f73d}.section-intro-dark h2,.section-intro-dark p{position:relative;color:#fff}.section-intro-dark p{color:var(--text-dark-soft)}.services-grid{position:relative;grid-template-columns:repeat(3,minmax(0,1fr))}.service-card{padding:2rem;border:1px solid var(--line-dark);border-radius:var(--radius-lg);background:var(--surface-dark);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;transition:border-color .18s ease,background .18s ease,transform .18s ease}.service-card:hover{transform:translateY(-4px);border-color:#60a5fa73;background:var(--surface-dark-2)}.service-icon{background:#2563eb29;color:#60a5fa}.services-grid .service-card:nth-child(5) .service-icon{font-size:2rem}.service-icon-globe{background:#2563eb29;color:#60a5fa}.service-icon-globe svg{width:1.95rem;height:1.95rem}.service-icon-platform svg{width:2.5rem;height:2.5rem}.service-icon-phone{position:relative;font-size:0}.service-icon-phone:before{content:"";width:1.1rem;height:1.8rem;border:.14rem solid currentColor;border-radius:.32rem}.service-icon-phone:after{content:"";position:absolute;bottom:1.18rem;width:.24rem;height:.24rem;border-radius:999px;background:currentColor}.service-icon-laptop{position:relative;font-size:0}.service-icon-laptop:before{content:"";width:1.45rem;height:.98rem;border:.13rem solid currentColor;border-bottom-width:.18rem;border-radius:.2rem .2rem .12rem .12rem;transform:translateY(-.14rem)}.service-icon-laptop:after{content:"";position:absolute;bottom:1.02rem;width:1.95rem;height:.18rem;border-radius:999px;background:currentColor;box-shadow:0 .18rem #60a5fa33}.service-icon-consulting{position:relative;font-size:0}.service-icon-consulting:before{content:"";width:.82rem;height:.82rem;border:.14rem solid currentColor;border-radius:999px;transform:translateY(-.34rem)}.service-icon-consulting:after{content:"";position:absolute;bottom:.96rem;width:1.28rem;height:.72rem;border:.14rem solid currentColor;border-top-left-radius:.8rem;border-top-right-radius:.8rem;border-bottom:0}.service-icon-consulting .service-icon-mark{position:absolute;top:1rem;width:1.5rem;height:.56rem;background:currentColor;clip-path:polygon(50% 0,100% 45%,50% 90%,0 45%)}.service-icon-design{position:relative;font-size:0}.service-icon-design:before{content:"";width:1.15rem;height:1.05rem;background:currentColor;clip-path:polygon(50% 4%,100% 100%,0 100%);transform:translate(-.42rem,-.08rem)}.service-icon-design:after{content:"";position:absolute;width:.58rem;height:.58rem;background:currentColor;border-radius:999px;transform:translate(.58rem,-.46rem)}.service-icon-design .service-icon-mark{position:absolute;width:.7rem;height:.7rem;background:currentColor;border:none;clip-path:none;transform:translate(.66rem,.62rem)}.service-card h3,.services-cta h3,.contact-panel h3{margin:0 0 .8rem;color:#fff;font-size:1.5rem;font-weight:700}.service-card p,.services-cta p{color:var(--text-dark-soft)}.services-cta{position:relative;max-width:52rem;margin:4rem auto 0;padding:2.5rem;border:1px solid var(--line-dark);border-radius:var(--radius-xl);background:#0f172a8f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-align:center}.collaboration-section{padding:5.5rem 0;background:#f8fafc}.collaboration-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;max-width:76rem;margin:0 auto}.collaboration-card{display:grid;grid-template-rows:auto auto auto;border:1px solid rgba(148,163,184,.2);border-radius:var(--radius-xl);background:#fff;box-shadow:0 24px 50px #94a3b824;overflow:hidden}.collaboration-card-top,.collaboration-card-bottom{padding:2rem 1.6rem}.collaboration-card-top{background:radial-gradient(circle at top right,rgba(59,130,246,.08),transparent 45%),linear-gradient(180deg,#fff,#f8fafc)}.collaboration-card h3{margin:0;color:var(--text);font-size:1.5rem;font-weight:700;text-align:center}.collaboration-card p{margin:.95rem 0 0;color:var(--text-soft);line-height:1.7}.collaboration-card-header h3{color:#fff}.collaboration-card-header p{color:#e2e8f0}.collaboration-card-header{display:grid;grid-template-rows:1fr auto;align-content:stretch;height:20rem;padding-bottom:1.4rem;border-bottom:1px solid rgba(148,163,184,.18);margin:-2rem -1.6rem 0;padding:2rem 1.6rem 1.4rem;background:linear-gradient(180deg,#2b4168,#405b87)}.collaboration-card-copy{display:flex;flex-direction:column;justify-content:flex-start}.collaboration-tagline{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:4.8rem;margin-top:1rem;color:#fff;font-weight:600;text-align:center;width:100%;margin-left:auto;margin-right:auto}.collaboration-tagline span{display:block;width:100%;color:#fff;text-align:center}.collaboration-divider{height:1px;margin:0 1.6rem;background:#94a3b83d}.collaboration-block{margin-top:1.6rem}.collaboration-block h4{margin:0 0 .85rem;color:var(--text);font-size:.92rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.collaboration-block ul{margin:0;padding-left:1.15rem;color:var(--text-soft);line-height:1.7}.collaboration-block li+li{margin-top:.5rem}.contact-grid{grid-template-columns:1fr 1fr;max-width:72rem;margin:0 auto}.contact-panel{border-radius:var(--radius-xl);padding:2.2rem}.contact-panel-primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff}.contact-panel-primary p,.contact-panel-primary a,.contact-panel-primary span{color:#dbeafe}.contact-list{display:grid;gap:2rem;margin-top:2.8rem}.contact-list strong{display:block;margin-bottom:.55rem}.contact-panel-secondary{background:#fff;box-shadow:var(--shadow)}.contact-panel-secondary h3{color:var(--text)}.site-footer h3{font-size:1.25rem;font-weight:700}.site-footer h4{font-size:1rem;font-weight:600}.contact-form{display:grid;gap:1.2rem}.contact-form label{display:grid;gap:.45rem}.contact-form span{color:var(--text);font-size:.92rem;font-weight:600}.contact-form input,.contact-form textarea{width:100%;border:1px solid rgba(148,163,184,.4);border-radius:1rem;background:#fff;color:var(--text);padding:.95rem 1rem;font:inherit}.contact-form textarea{min-height:9.5rem;resize:vertical}.contact-mailto{width:100%;margin-top:.2rem}.contact-note{margin:-.2rem 0 0;color:#475569;font-size:.92rem;line-height:1.6}.site-footer{padding:2.5rem 0 2rem;background:#0f172a;color:#cbd5e1}.footer-grid{grid-template-columns:1fr;margin-bottom:.9rem;justify-items:center;text-align:center}.site-footer h3,.site-footer h4{margin:0 0 1rem;color:#fff}.site-footer a,.site-footer button{display:block;margin-bottom:.7rem;color:#cbd5e1}.footer-bottom{display:flex;justify-content:center;align-items:center;gap:1rem;padding-top:0;text-align:center}@keyframes breathe{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.12);opacity:1}}@keyframes bob{0%,to{transform:rotate(45deg) translateY(0)}50%{transform:rotate(45deg) translateY(8px)}}@keyframes comet-pass{0%,to{opacity:0;transform:translateZ(0) rotate(var(--comet-angle))}10%{opacity:.12}22%{opacity:.88}72%{opacity:.28}to{opacity:0;transform:translate3d(var(--comet-travel-x),var(--comet-travel-y),0) rotate(var(--comet-angle))}}@keyframes hero-title-arrival{0%{opacity:0;color:#94a3b82e;filter:blur(12px);transform:translateY(1.6rem) scale(.68);text-shadow:0 0 0 rgba(255,255,255,0)}to{opacity:1;color:#fff;filter:blur(0);transform:translateY(0) scale(1);text-shadow:0 0 18px rgba(147,197,253,0)}}:root{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--bg-dark: #06070b;--bg-dark-2: #16181f;--bg-blue: #1f2533;--surface-muted: #f3f1eb;--surface-dark: rgba(15, 16, 20, .62);--surface-dark-2: rgba(28, 31, 39, .74);--text: #16181f;--text-soft: #545760;--text-dark: #f2f1ec;--text-dark-soft: #d6d0c1;--accent: #c77a2d;--accent-strong: #a85a0e;--accent-soft: rgba(199, 122, 45, .12);--line: rgba(22, 24, 31, .1);--line-dark: rgba(214, 208, 193, .18);--shadow: 0 24px 60px rgba(14, 16, 22, .12)}body{background-image:radial-gradient(circle at top left,rgba(199,122,45,.08),transparent 26%),linear-gradient(180deg,#fcfbf8,#fff 45%)}.brand,.nav-links button,.nav-language-select select,.mobile-nav button,.mobile-nav-language select,.nav-cta,.hero h1,.section-intro h2,.feature-copy h3,.about-copy h2,.value-card h3,.service-card h3,.services-cta h3,.contact-panel h3,.site-footer h3,.site-footer h4{font-family:Sora,Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.brand{font-size:1rem}.brand-lockup{display:inline-flex;align-items:center;gap:.95rem;text-align:left}.brand-lockup.is-compact{gap:.75rem}.brand-mark-shell{display:inline-flex;align-items:center;justify-content:center;width:3.1rem;height:3.1rem;border-radius:1rem;background:#0a0a0d;box-shadow:inset 0 0 0 1.5px #ffffff2e,0 14px 32px #0000002e;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand-lockup.is-compact .brand-mark-shell{width:2.9rem;height:2.9rem;border-radius:.85rem;box-shadow:0 14px 32px #0000002e}.brand-mark{width:76%;height:76%;object-fit:contain}.brand-copy{display:inline-flex;flex-direction:column;gap:.16rem}.brand-name{font-size:1rem;font-weight:700;line-height:1;letter-spacing:-.03em}.brand-tagline{color:#ffffffb3;font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.72rem;font-weight:500;line-height:1.2}.brand-lockup.is-compact .brand-tagline{display:none}.nav-links button{opacity:.88}.nav-dropdown-menu a:hover,.nav-dropdown-menu a:focus-visible,.nav-dropdown-menu button:hover,.nav-dropdown-menu button:focus-visible,.mobile-nav button:hover,.mobile-nav button:focus-visible,.mobile-nav a:hover,.mobile-nav a:focus-visible{background:#c77a2d2e}.hero{background:radial-gradient(circle at 24% 22%,rgba(199,122,45,.18),transparent 22%),radial-gradient(circle at 80% 18%,rgba(255,255,255,.08),transparent 18%),linear-gradient(135deg,#06070b,#141720 48%,#202733)}.orb-blue{background:#c77a2d2e}.orb-cyan{background:#e9e2cd24}.hero-logo-stage{display:flex;justify-content:center;margin-bottom:2.4rem}.hero-logo-card{position:relative;display:flex;align-items:center;justify-content:center;width:clamp(11rem,18vw,15rem);height:clamp(11rem,18vw,15rem);background:transparent}.hero-logo{position:relative;z-index:2;width:92%;height:92%;object-fit:contain;filter:drop-shadow(0 10px 18px rgba(0,0,0,.2))}.hero h1{font-weight:800;line-height:.98;letter-spacing:-.05em}.hero-subtitle{color:#ecd7bf;letter-spacing:.06em;text-transform:uppercase}.hero-description{color:#f2f1ecc7}.button-primary{box-shadow:0 16px 36px #a85a0e47}.button-secondary{border:1px solid rgba(255,255,255,.18);background:#ffffff0f;color:#f2f1ec}.button.button-secondary.feature-cta-ios{background:#fff;border-color:#0f172a1f;color:#000}.button.button-secondary.feature-cta-ios .button-icon{color:#000}.product-section{background:radial-gradient(circle at top right,rgba(199,122,45,.08),transparent 18%),#fbfaf7}.pill-light{background:#f2e7db;color:#a85a0e}.pill-dark{background:#c77a2d1f;border-color:#c77a2d38;color:#ecd7bf}.feature-icon{background:#c77a2d;box-shadow:0 16px 32px #a85a0e33}.feature-auto-toggle.is-playing{color:#a85a0e}.services-section{background:linear-gradient(135deg,#121317,#1b1f27 52%,#0a0c10)}.orb-service-a{background:#c77a2d42}.orb-service-b{background:#ecd7bf24}.service-card:hover{border-color:#c77a2d73}.service-icon,.service-icon-globe{background:#c77a2d1f;color:#f0bc86}.services-cta{background:#1314199e}.collaboration-section{background:radial-gradient(circle at 15% 0%,rgba(199,122,45,.06),transparent 22%),#f8f6f1}.collaboration-card-top{background:radial-gradient(circle at top right,rgba(199,122,45,.08),transparent 45%),linear-gradient(180deg,#fff,#faf7f1)}.collaboration-card-header{background:linear-gradient(180deg,#2f2520,#53443a)}.contact-panel-primary{background:linear-gradient(135deg,#b6671e,#8d4e16)}.site-footer{background:#f6f3ed;color:var(--text-soft);border-top:1px solid rgba(22,24,31,.08)}.footer-grid{margin-bottom:1.2rem}.footer-brand-block{display:grid;justify-items:center;gap:1rem;text-align:center}.site-footer .brand-mark-shell{background:#0a0a0d;box-shadow:inset 0 0 0 1.5px #ffffff29,0 18px 34px #16181f14;-webkit-backdrop-filter:none;backdrop-filter:none}.site-footer .brand-mark{width:84%;height:84%}.site-footer .brand-tagline{color:#16181f99}.site-footer h3,.site-footer h4,.site-footer a,.site-footer button{color:var(--text)}@media (max-width: 760px){.brand-lockup{gap:.75rem}.brand-mark-shell{width:2.7rem;height:2.7rem}.brand-tagline{display:none}}@media (max-width: 1024px){.feature-stage,.about-layout,.contact-grid,.footer-grid{grid-template-columns:1fr}.collaboration-grid{grid-template-columns:1fr;max-width:38rem}.feature-arrow{display:none}.value-grid,.services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 760px){.nav-links{display:none}.mobile-menu-toggle{display:inline-flex;align-items:center;justify-content:center}.mobile-nav.is-open{display:grid;gap:.2rem}.hero{min-height:auto;padding:7rem 0 5rem}.hero h1{font-size:clamp(2.8rem,14vw,4.8rem)}.value-grid,.services-grid,.collaboration-grid{grid-template-columns:1fr}.feature-image-card img{min-height:22rem}.image-lightbox-nav{display:none}.footer-bottom{flex-direction:column}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
