@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Space+Grotesk:wght@500;700&display=swap";:root,:root[data-theme=dark]{--color-bg:#030712;--color-bg-secondary:#111827;--color-text:#f9fafb;--color-text-muted:#9ca3af;--color-primary:#14b8a6;--color-primary-glow:#14b8a64d;--color-secondary:#f43f5e;--color-secondary-glow:#f43f5e4d;--border-radius-sm:.5rem;--border-radius-md:1rem;--border-radius-lg:1.5rem;--glass-bg:#11182799;--glass-border:#ffffff14;--orb-opacity:1;--text-gradient-main:linear-gradient(to right, #fff, #9ca3af);--nav-pill-bg:#0b1120e6;--nav-pill-border:#ffffff1a;--nav-pill-shadow:0 .5rem 2rem #0000004d, inset 0 .0625rem .0625rem #ffffff1a;--nav-pill-text:#f8fafc;--nav-pill-icon-bg:#1e293b;--switch-track:#0f172a;--switch-thumb:#fff;--switch-border:#ffffff1a}:root[data-theme=light]{--color-bg:#f8fafc;--color-bg-secondary:#fff;--color-text:#0f172a;--color-text-muted:#475569;--color-primary:#0d9488;--color-primary-glow:#0d948826;--color-secondary:#e11d48;--color-secondary-glow:#e11d4826;--glass-bg:#ffffffb3;--glass-border:#0000000d;--orb-opacity:.5;--text-gradient-main:linear-gradient(to right, #0f172a, #475569);--nav-pill-bg:#fffffff2;--nav-pill-border:#0000000d;--nav-pill-shadow:0 .5rem 2rem #00000014, inset 0 .0625rem .0625rem #fffc;--nav-pill-text:#0f172a;--nav-pill-icon-bg:#f1f5f9;--switch-track:#0f172a;--switch-thumb:#fff;--switch-border:#0000001a}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--color-bg);color:var(--color-text);font-family:Inter,sans-serif;line-height:1.6;transition:background-color .3s,color .3s;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Space Grotesk,sans-serif;line-height:1.2}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible{outline:.125rem solid var(--color-primary);outline-offset:.125rem}.text-gradient{background:var(--text-gradient-main);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-gradient-primary{background:linear-gradient(135deg,#2dd4bf,#0f766e);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-gradient-secondary{background:linear-gradient(135deg,#fb7185,#e11d48);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@keyframes fadeIn{0%{opacity:0;transform:translateY(1.25rem)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-glow{0%{opacity:calc(var(--orb-opacity) * .5);transform:scale(1)}50%{opacity:calc(var(--orb-opacity) * .8);transform:scale(1.05)}to{opacity:calc(var(--orb-opacity) * .5);transform:scale(1)}}.animate-fade-in{opacity:0;animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeIn}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.bg-orb{filter:blur(6.25rem);z-index:-1;border-radius:50%;transition:opacity .3s;animation:8s ease-in-out infinite alternate pulse-glow;position:absolute}.bg-orb-1{background:var(--color-primary-glow);width:40vw;height:40vw;top:0%;left:-10%}.bg-orb-2{background:var(--color-secondary-glow);width:30vw;height:30vw;animation-delay:-4s;top:20%;right:-10%}.container{max-width:80rem;margin:0 auto;padding:0 1.5rem}.navbar-header{z-index:50;-webkit-backdrop-filter:blur(.25rem);background:linear-gradient(to bottom, var(--color-bg) 0%, transparent 100%);justify-content:center;padding:1.5rem 0;transition:background-color .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s;display:flex;position:fixed;top:0;left:0;right:0}.navbar-container{background:var(--nav-pill-bg);width:100%;max-width:36rem;box-shadow:var(--nav-pill-shadow);border:.0625rem solid var(--nav-pill-border);-webkit-backdrop-filter:blur(1rem);border-radius:9999rem;justify-content:space-between;align-items:center;padding:.75rem 2.5rem;transition:background-color .3s,border-color .3s,box-shadow .3s;display:flex}.nav-links{align-items:center;gap:2rem;display:flex}.nav-link{color:var(--nav-pill-text);align-items:center;gap:.625rem;font-size:1rem;font-weight:600;transition:opacity .2s;display:flex}.nav-link:hover,.nav-link:focus-visible{opacity:.7}.nav-icon{border-radius:.375rem}.nav-divider{background:var(--nav-pill-border);width:.0625rem;height:1.5rem;margin:0 .5rem}.nav-actions{background:var(--nav-pill-icon-bg);border-radius:1.5rem;align-items:center;gap:1rem;padding:.375rem;display:flex}.toggle-switch{background:var(--switch-track);border:.0625rem solid var(--switch-border);cursor:pointer;border-radius:.9375rem;align-items:center;width:3.5rem;height:1.875rem;padding:0;transition:background-color .3s;display:flex;position:relative;box-shadow:inset 0 .0625rem .25rem #0000001a}.toggle-switch-thumb{background:var(--switch-thumb);color:#0f172a;border-radius:50%;justify-content:center;align-items:center;width:1.625rem;height:1.625rem;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:.0625rem;box-shadow:0 .125rem .25rem #0003}.toggle-switch-off .toggle-switch-thumb{transform:translate(.125rem)}.toggle-switch-on .toggle-switch-thumb{transform:translate(1.75rem)}.lang-icon-text{color:inherit;font-size:.75rem;font-weight:700}.product-section{padding-top:10rem;padding-bottom:7.5rem;position:relative}.product-grid{flex-flow:wrap;justify-content:center;gap:3.75rem;display:flex}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(1rem);border:.0625rem solid var(--glass-border);border-radius:var(--border-radius-lg)}.product-card{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:35rem;padding:5rem 3.75rem;transition:border-color .4s,box-shadow .4s;display:flex}.product-header{justify-content:center;align-items:center;gap:1.25rem;margin-bottom:1.5rem;display:flex}.product-icon-box{border-radius:1.25rem;justify-content:center;align-items:center;width:5rem;height:5rem;display:flex}.glow-primary{box-shadow:0 .5rem 1.5rem var(--color-primary-glow)}.glow-secondary{box-shadow:0 .5rem 1.5rem var(--color-secondary-glow)}.product-icon-img{border-radius:1.25rem}.product-title{font-size:3rem;font-weight:800}.product-subtitle{margin-bottom:1.5rem;font-size:1.4rem;font-weight:700}.product-desc{color:var(--color-text-muted);max-width:37.5rem;margin-bottom:auto;font-size:1.15rem;line-height:1.8}.platform-badge{background:var(--glass-border);color:var(--color-text);border-radius:.5rem;margin-bottom:1.25rem;padding:.375rem 1rem;font-size:.9rem;font-weight:600;display:inline-block}.feature-list{flex-direction:column;align-items:center;gap:1rem;margin:2.5rem 0;padding:0;list-style:none;display:flex}.feature-item{color:var(--color-text);align-items:center;gap:.75rem;font-size:1.1rem;font-weight:500;display:flex}.icon-primary{color:var(--color-primary)}.icon-secondary{color:var(--color-secondary)}.btn-solid{cursor:pointer;color:#fff;border:none;border-radius:9999rem;justify-content:center;align-items:center;gap:.625rem;padding:1rem 2.25rem;font-size:1.15rem;font-weight:600;transition:transform .3s,box-shadow .3s;display:inline-flex}.btn-intm-solid{background:linear-gradient(135deg,#0d9488,#0f766e);box-shadow:0 .25rem .9375rem #0d94884d}.btn-intm-solid:hover,.btn-intm-solid:focus-visible{transform:translateY(-.125rem);box-shadow:0 .375rem 1.25rem #0d948880}.btn-mobirth-solid{background:linear-gradient(135deg,#f43f5e,#e11d48);box-shadow:0 .25rem .9375rem #e11d484d}.btn-mobirth-solid:hover,.btn-mobirth-solid:focus-visible{transform:translateY(-.125rem);box-shadow:0 .375rem 1.25rem #e11d4880}.card-intm{background:radial-gradient(circle at 100% 0,#0f766e1a 0%,#0000 60%)}.card-intm:hover,.card-intm:focus-within{border-color:#14b8a64d;box-shadow:0 0 1.875rem #14b8a61a}.card-mobirth{background:radial-gradient(circle at 0 100%,#e11d481a 0%,#0000 60%)}.card-mobirth:hover,.card-mobirth:focus-within{border-color:#f43f5e4d;box-shadow:0 0 1.875rem #f43f5e1a}footer{border-top:.0625rem solid var(--glass-border);text-align:center;color:var(--color-text-muted);padding:2.5rem 0;font-size:.9rem}.footer-content{flex-direction:column;align-items:center;display:flex}.footer-brand{justify-content:center;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.footer-logo{background:var(--color-text);width:1.75rem;height:1.75rem;color:var(--color-bg);border-radius:.5rem;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:flex}.footer-brand-text{color:var(--color-text);font-size:1.1rem;font-weight:700}.footer-copyright{margin-bottom:.5rem}.footer-icp{color:var(--color-text-muted);font-size:.85rem;transition:color .2s}.footer-icp:hover,.footer-icp:focus-visible{color:var(--color-text)}@media (width<=64rem){.product-card{max-width:45rem;padding:4rem 2rem}}@media (width<=48rem){.product-section{padding-top:8rem;padding-bottom:5rem}.product-card{border-radius:1.5rem;padding:3rem 1.5rem}.product-icon-box{border-radius:1rem;width:4rem;height:4rem}.product-icon-img{border-radius:1rem}.product-title{font-size:2.25rem}.product-subtitle{margin-bottom:1rem;font-size:1.15rem}.product-desc{font-size:1rem;line-height:1.6}.feature-list{margin:1.5rem 0}.feature-item{font-size:.95rem}.btn-solid{padding:.75rem 1.75rem;font-size:1rem}.navbar-container{gap:1rem;padding:.75rem 1.5rem}.nav-link{gap:.5rem;font-size:.9rem}}
