*,:before,:after{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}a,button,input,select,textarea{touch-action:manipulation}:root{--color-space-black:#030712;--color-deep-navy:#0a1628;--color-navy:#101d35;--color-panel:#0f1932a6;--color-panel-hover:#142346bf;--color-glass:#ffffff0f;--color-glass-border:#ffffff1a;--color-glass-hover:#ffffff1a;--color-cyan:#06d6a0;--color-cyan-light:#33e8b9;--color-blue:#3b82f6;--color-blue-light:#60a5fa;--color-purple:#8b5cf6;--color-purple-light:#a78bfa;--color-accent-gradient:linear-gradient(135deg, #06d6a0 0%, #3b82f6 50%, #8b5cf6 100%);--color-accent-gradient-h:linear-gradient(90deg, #06d6a0 0%, #3b82f6 50%, #8b5cf6 100%);--color-text-primary:#f1f5f9;--color-text-secondary:#94a3b8;--color-text-muted:#64748b;--font-heading:"Space Grotesk", system-ui, sans-serif;--font-body:"Inter", system-ui, sans-serif;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--text-6xl:3.75rem;--text-7xl:4.5rem;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--space-4xl:6rem;--space-5xl:8rem;--radius-sm:.5rem;--radius-md:.75rem;--radius-lg:1rem;--radius-xl:1.5rem;--radius-2xl:2rem;--radius-full:9999px;--shadow-glow-cyan:0 0 30px #06d6a026;--shadow-glow-blue:0 0 30px #3b82f626;--shadow-glow-purple:0 0 30px #8b5cf626;--shadow-card:0 8px 32px #0000004d;--shadow-card-hover:0 16px 48px #0006;--transition-fast:.15s cubic-bezier(.4, 0, .2, 1);--transition-base:.3s cubic-bezier(.4, 0, .2, 1);--transition-slow:.5s cubic-bezier(.4, 0, .2, 1);--z-particles:0;--z-background:1;--z-content:10;--z-navbar:100;--z-modal:1000}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);color:var(--color-text-primary);background-image:url(/assets/Background2-B3qQ_brn.png);background-position:top;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;background-color:var(--color-space-black);min-height:100vh;line-height:1.6;overflow-x:hidden}::selection{color:var(--color-text-primary);background:#3b82f64d}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.02em;font-weight:700;line-height:1.15}.gradient-text{background:var(--color-accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.glass-card{background:var(--color-glass);border:1px solid var(--color-glass-border);-webkit-backdrop-filter:blur(16px);border-radius:var(--radius-xl);transition:all var(--transition-base)}.glass-card:hover{background:var(--color-glass-hover);box-shadow:var(--shadow-card-hover);border-color:#ffffff26}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--color-space-black)}::-webkit-scrollbar-thumb{border-radius:var(--radius-full);background:#3b82f64d}::-webkit-scrollbar-thumb:hover{background:#3b82f680}.app{min-height:100vh;position:relative}.particle-canvas{z-index:2;pointer-events:none;position:fixed;inset:0}.app__main{z-index:var(--z-content);position:relative}.section{padding:var(--space-5xl) var(--space-xl);position:relative}.section__container{max-width:1200px;margin:0 auto}.section__header{text-align:center;margin-bottom:var(--space-4xl)}.section__label{font-family:var(--font-body);font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.15em;color:var(--color-cyan);margin-bottom:var(--space-md);padding:var(--space-xs) var(--space-lg);border-radius:var(--radius-full);background:#06d6a00f;border:1px solid #06d6a033;font-weight:600;display:inline-block}.section__title{font-size:clamp(var(--text-3xl), 5vw, var(--text-5xl));color:var(--color-text-primary);margin-bottom:var(--space-lg)}.section__subtitle{font-size:var(--text-lg);color:var(--color-text-secondary);max-width:640px;margin:0 auto;line-height:1.7}.btn{align-items:center;gap:var(--space-sm);border-radius:var(--radius-full);font-family:var(--font-body);font-size:var(--text-base);transition:all var(--transition-base);padding:.875rem 1.75rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.btn--primary{background:var(--color-accent-gradient);color:#fff;box-shadow:0 4px 20px #3b82f64d}.btn--primary:hover{transform:translateY(-2px);box-shadow:0 6px 30px #3b82f680}.btn--secondary{color:var(--color-text-primary);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0f;border:1px solid #ffffff1f}.btn--secondary:hover{background:#ffffff1f;border-color:#fff3;transform:translateY(-2px)}.btn--ghost{color:var(--color-text-secondary);border:1px solid #ffffff1a;padding:.875rem 2rem}.btn--ghost:hover{color:var(--color-text-primary);background:#ffffff0d;border-color:#fff3}.btn--large{font-size:var(--text-lg);padding:1rem 2.25rem}.navbar{top:var(--space-md);z-index:var(--z-navbar);-webkit-backdrop-filter:blur(24px);background:#0307128c;border:1px solid #ffffff14;border-radius:9999px;width:auto;max-width:90vw;padding:.5rem .75rem;transition:all .4s cubic-bezier(.22,1,.36,1);position:fixed;left:50%;transform:translate(-50%);box-shadow:0 4px 30px #00000059,0 0 80px #3b82f60f,inset 0 1px #ffffff0d}.navbar--scrolled{top:var(--space-sm);background:#030712cc;border-color:#ffffff1a;padding:.4rem .65rem;box-shadow:0 8px 40px #00000080,0 0 60px #3b82f614,inset 0 1px #ffffff0f}.navbar__inner{align-items:center;gap:var(--space-sm);display:flex}.navbar__logo{font-family:var(--font-heading);font-size:var(--text-base);z-index:10;white-space:nowrap;align-items:center;gap:.4rem;padding:.25rem .5rem;font-weight:700;display:flex}.navbar__logo-icon{display:flex}.navbar__links{align-items:center;gap:.25rem;display:flex}.navbar__link{font-size:var(--text-sm);color:var(--color-text-secondary);white-space:nowrap;border-radius:9999px;padding:.35rem .7rem;font-weight:500;transition:all .25s;position:relative}.navbar__link:after{content:none}.navbar__link:hover{color:var(--color-text-primary);background:#ffffff12}.navbar__cta{font-size:var(--text-sm);background:var(--color-accent-gradient);color:#fff;transition:all var(--transition-base);white-space:nowrap;border-radius:9999px;margin-left:.25rem;padding:.4rem 1.1rem;font-weight:600}.navbar__cta:hover{transform:translateY(-1px);box-shadow:0 4px 20px #3b82f666}.navbar__hamburger{z-index:10;flex-direction:column;gap:5px;padding:4px;display:none}.navbar__hamburger span{background:var(--color-text-primary);width:24px;height:2px;transition:all var(--transition-base);border-radius:2px;display:block}.navbar__hamburger--open span:first-child{transform:rotate(45deg)translate(5px,5px)}.navbar__hamburger--open span:nth-child(2){opacity:0}.navbar__hamburger--open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.hero{min-height:100vh;padding:var(--space-5xl) var(--space-xl) var(--space-3xl);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.hero__content{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:1600px;margin:0 auto;display:flex}.hero__text-container{flex-direction:column;align-items:center;max-width:950px;margin:0 auto;display:flex}.hero__badge{align-items:center;gap:var(--space-sm);border-radius:var(--radius-full);font-size:var(--text-sm);color:var(--color-cyan);margin-bottom:var(--space-2xl);background:#06d6a014;border:1px solid #06d6a033;padding:.5rem 1.25rem;font-weight:500;display:inline-flex}.hero__badge-dot{background:var(--color-cyan);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1;box-shadow:0 0 #06d6a066}50%{opacity:.7;box-shadow:0 0 0 8px #06d6a000}}.hero__title{font-size:clamp(var(--text-4xl), 6vw, var(--text-7xl));margin-bottom:var(--space-xl);line-height:1.1}.hero__subtitle{font-size:clamp(var(--text-base), 2vw, var(--text-lg));color:var(--color-text-secondary);max-width:620px;margin-bottom:var(--space-2xl);line-height:1.7}.hero__ctas{gap:var(--space-md);margin-bottom:var(--space-4xl);flex-wrap:wrap;justify-content:center;display:flex}.hero__video-wrapper{width:96%;max-width:1520px;margin:0 auto var(--space-4xl) auto;position:relative}.hero__video-glow{border-radius:var(--radius-2xl);z-index:-1;filter:blur(30px);background:radial-gradient(#3b82f626 0%,#0000 70%);position:absolute;inset:-20px}.hero__video-container{border-radius:var(--radius-xl);background:var(--color-deep-navy);border:1px solid #ffffff1a;position:relative;overflow:hidden;box-shadow:0 0 0 1px #ffffff0d,0 20px 60px #00000080,0 0 80px #3b82f614}.hero__video{border-radius:var(--radius-xl);object-fit:cover;aspect-ratio:16/9;background:var(--color-deep-navy);width:100%;height:auto;display:block}.hero__orb{filter:blur(80px);pointer-events:none;border-radius:50%;position:absolute}.hero__orb--1{background:#06d6a014;width:400px;height:400px;animation:15s ease-in-out infinite float-orb;top:10%;left:-10%}.hero__orb--2{background:#3b82f614;width:350px;height:350px;animation:18s ease-in-out infinite reverse float-orb;top:30%;right:-8%}.hero__orb--3{background:#8b5cf60f;width:300px;height:300px;animation:12s ease-in-out 3s infinite float-orb;bottom:10%;left:20%}@keyframes float-orb{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-20px)scale(1.05)}66%{transform:translate(-20px,20px)scale(.95)}}.hero__scroll-indicator{align-items:center;gap:var(--space-sm);margin-top:var(--space-3xl);cursor:pointer;color:var(--color-text-muted);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.15em;flex-direction:column;display:flex}.hero__scroll-mouse{border:2px solid #fff3;border-radius:12px;width:24px;height:38px;position:relative}.hero__scroll-dot{background:var(--color-cyan);border-radius:2px;width:4px;height:8px;animation:2s ease-in-out infinite scroll-dot;position:absolute;top:6px;left:50%;transform:translate(-50%)}@keyframes scroll-dot{0%{opacity:1;top:6px}to{opacity:0;top:22px}}.problem-section__grid{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.problem-card{padding:var(--space-2xl);text-align:center;position:relative;overflow:hidden}.problem-card__icon{border-radius:var(--radius-lg);width:64px;height:64px;margin:0 auto var(--space-lg);color:#ef4444;background:#ef44441a;border:1px solid #ef444433;justify-content:center;align-items:center;display:flex}.problem-card__title{font-family:var(--font-heading);font-size:var(--text-xl);margin-bottom:var(--space-md);font-weight:600}.problem-card__desc{font-size:var(--text-sm);color:var(--color-text-secondary);line-height:1.7}.problem-card__glow{pointer-events:none;background:radial-gradient(circle,#ef44440f 0%,#0000 70%);width:200px;height:200px;position:absolute;top:0;left:50%;transform:translate(-50%)}.solution-pipeline{flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:0;display:flex}.pipeline-step{flex:0 auto;align-items:center;display:flex}.pipeline-step__card{padding:var(--space-xl) var(--space-lg);text-align:center;flex-direction:column;justify-content:flex-start;align-items:center;width:180px;min-height:220px;display:flex;position:relative;overflow:hidden}.pipeline-step__number{font-family:var(--font-heading);font-size:var(--text-xs);opacity:.5;margin-bottom:var(--space-sm);font-weight:700}.pipeline-step__icon{margin-bottom:var(--space-md)}.pipeline-step__title{font-family:var(--font-heading);font-size:var(--text-sm);margin-bottom:var(--space-sm);font-weight:600}.pipeline-step__desc{font-size:var(--text-xs);color:var(--color-text-secondary);line-height:1.6}.pipeline-step__glow{pointer-events:none;position:absolute;inset:0}.pipeline-connector{padding:0 var(--space-sm);opacity:.5;align-items:center;display:flex}.comparison-section{padding-bottom:var(--space-5xl)}.comparison-wrapper{max-width:1500px;margin:0 auto;position:relative}.comparison-glow{border-radius:var(--radius-2xl);filter:blur(40px);z-index:-1;background:radial-gradient(#3b82f61a 0%,#0000 70%);position:absolute;inset:-30px}.comparison-container{border-radius:var(--radius-xl);cursor:ew-resize;-webkit-user-select:none;user-select:none;touch-action:none;border:1px solid #ffffff1a;position:relative;overflow:hidden;box-shadow:0 0 0 1px #ffffff0d,0 20px 60px #0006}.comparison-img{pointer-events:none;width:100%;display:block}.comparison-before{position:absolute;inset:0}.comparison-img--before{object-fit:cover;width:100%;height:100%}.comparison-label{top:var(--space-lg);border-radius:var(--radius-sm);font-size:var(--text-sm);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:opacity var(--transition-fast);pointer-events:none;z-index:5;background:#0009;border:1px solid #ffffff26;padding:.5rem 1rem;font-weight:600;position:absolute}.comparison-label--before{left:var(--space-lg)}.comparison-label--after{right:var(--space-lg)}.comparison-handle{z-index:10;width:3px;position:absolute;top:0;bottom:0;transform:translate(-50%)}.comparison-handle__line{background:#fff;position:absolute;inset:0;box-shadow:0 0 10px #fff6}.comparison-handle__knob{width:48px;height:48px;color:var(--color-space-black);transition:all var(--transition-fast);background:#fffffff2;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;gap:4px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 2px 10px #0000004d,0 0 20px #3b82f64d}.comparison-handle__knob--active{transform:translate(-50%,-50%)scale(1.1);box-shadow:0 4px 20px #0006,0 0 30px #3b82f680}.features-grid{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.feature-card{padding:var(--space-2xl)}.feature-card__icon-wrap{border-radius:var(--radius-md);width:52px;height:52px;margin-bottom:var(--space-lg);color:#fff;justify-content:center;align-items:center;display:flex}.feature-card__title{font-family:var(--font-heading);font-size:var(--text-lg);margin-bottom:var(--space-sm);font-weight:600}.feature-card__desc{font-size:var(--text-sm);color:var(--color-text-secondary);line-height:1.7}.applications-grid{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.application-card{padding:var(--space-2xl);position:relative;overflow:hidden}.application-card__icon{margin-bottom:var(--space-lg)}.application-card__title{font-family:var(--font-heading);font-size:var(--text-lg);margin-bottom:var(--space-sm);font-weight:600}.application-card__desc{font-size:var(--text-sm);color:var(--color-text-secondary);line-height:1.7}.application-card__border-glow{border-radius:3px 3px 0 0;height:3px;position:absolute;top:0;left:0;right:0}.tech-grid{gap:var(--space-lg);grid-template-columns:repeat(auto-fit,minmax(320px,1fr));display:grid}.tech-card{padding:var(--space-xl);align-items:flex-start;gap:var(--space-lg);display:flex;position:relative;overflow:hidden}.tech-card__icon{flex-shrink:0;margin-top:2px}.tech-card__title{font-family:var(--font-heading);font-size:var(--text-lg);margin-bottom:var(--space-xs);font-weight:600}.tech-card__desc{font-size:var(--text-sm);color:var(--color-text-secondary);line-height:1.7}.tech-card__accent{opacity:.3;width:100%;height:2px;transition:opacity var(--transition-base);position:absolute;bottom:0;left:0}.tech-card:hover .tech-card__accent{opacity:.7}.cta-section{padding:var(--space-5xl) var(--space-xl);position:relative;overflow:hidden}.cta-bg{pointer-events:none;position:absolute;inset:0}.cta-bg__orb{filter:blur(100px);border-radius:50%;position:absolute}.cta-bg__orb--1{background:#06d6a014;width:500px;height:500px;top:-20%;left:-10%}.cta-bg__orb--2{background:#3b82f614;width:400px;height:400px;bottom:-20%;right:-10%}.cta-bg__orb--3{background:#8b5cf60f;width:300px;height:300px;top:30%;right:20%}.cta-content{z-index:5;position:relative}.cta-inner{text-align:center;max-width:700px;margin:0 auto}.cta-title{font-size:clamp(var(--text-3xl), 5vw, var(--text-5xl));margin-bottom:var(--space-lg)}.cta-subtitle{font-size:var(--text-lg);color:var(--color-text-secondary);margin-bottom:var(--space-2xl);line-height:1.7}.cta-buttons{gap:var(--space-md);flex-wrap:wrap;justify-content:center;display:flex}.footer{z-index:var(--z-content);padding:var(--space-3xl) var(--space-xl) var(--space-xl);border-top:1px solid #ffffff0f;position:relative}.footer__inner{align-items:center;gap:var(--space-xl);flex-direction:column;max-width:1200px;margin:0 auto;display:flex}.footer__brand{align-items:center;gap:var(--space-sm);display:flex}.footer__logo-text{font-family:var(--font-heading);font-size:var(--text-lg);font-weight:700}.footer__links{gap:var(--space-xl);flex-wrap:wrap;justify-content:center;display:flex}.footer__links a{font-size:var(--text-sm);color:var(--color-text-secondary);transition:color var(--transition-fast)}.footer__links a:hover{color:var(--color-text-primary)}.footer__divider{background:#ffffff0f;width:100%;height:1px}.footer__copy{font-size:var(--text-xs);color:var(--color-text-muted);text-align:center}body.nav-open{width:100%;height:100%;position:fixed;overflow:hidden}@media (width<=1024px){.problem-section__grid,.features-grid,.applications-grid{grid-template-columns:repeat(2,1fr)}.solution-pipeline{flex-direction:column;align-items:center}.pipeline-connector{padding:var(--space-sm) 0;transform:rotate(90deg)}.pipeline-step{flex-direction:column}.pipeline-step__card{width:280px}.hero__video-wrapper{width:100%}}@media (width<=768px){.section{padding:var(--space-3xl) var(--space-md)}.section__header{margin-bottom:var(--space-2xl)}.section__title{font-size:clamp(var(--text-2xl), 6vw, var(--text-4xl))}.section__subtitle{font-size:var(--text-base)}.navbar{left:var(--space-md);right:var(--space-md);border-radius:var(--radius-xl);width:auto;max-width:none;padding:.4rem .6rem;transform:none}.navbar__inner{justify-content:space-between}.navbar__links{-webkit-backdrop-filter:blur(24px);justify-content:center;align-items:center;gap:var(--space-xl);opacity:0;visibility:hidden;z-index:5;padding:var(--space-5xl) var(--space-xl);background:#030712f7;border-radius:0;flex-direction:column;transition:opacity .35s cubic-bezier(.22,1,.36,1),visibility .35s cubic-bezier(.22,1,.36,1),transform .35s cubic-bezier(.22,1,.36,1);position:fixed;inset:0;transform:translateY(-20px)}.navbar__links--open{opacity:1;visibility:visible;transform:translateY(0)}.navbar__hamburger{display:flex}.navbar__link{font-size:var(--text-xl);padding:.75rem 1.5rem}.navbar__cta{font-size:var(--text-lg);margin-left:0;margin-top:var(--space-md);padding:.75rem 2rem}.hero{padding:var(--space-3xl) var(--space-md) var(--space-2xl);min-height:auto}.hero__content{gap:var(--space-xl)}.hero__text-container{max-width:100%}.hero__title{font-size:clamp(var(--text-2xl), 7vw, var(--text-4xl))}.hero__subtitle{font-size:var(--text-base);max-width:100%}.hero__badge{font-size:var(--text-xs);margin-bottom:var(--space-lg);padding:.4rem 1rem}.hero__ctas{margin-bottom:var(--space-2xl)}.hero__video-wrapper{width:100%;margin-bottom:var(--space-xl)}.hero__video-glow{filter:blur(20px);inset:-10px}.hero__video-container{border-radius:var(--radius-lg);box-shadow:0 0 0 1px #ffffff0d,0 10px 30px #0006}.hero__video{border-radius:var(--radius-lg)}.hero__orb--1{width:200px;height:200px}.hero__orb--2{width:180px;height:180px}.hero__orb--3{width:150px;height:150px}.hero__scroll-indicator{margin-top:var(--space-xl)}.problem-section__grid,.features-grid,.applications-grid,.tech-grid{gap:var(--space-lg);grid-template-columns:1fr}.problem-card,.feature-card,.application-card{padding:var(--space-xl)}.tech-card{padding:var(--space-lg)}.pipeline-step__card{width:260px;min-height:200px;padding:var(--space-lg) var(--space-md)}.comparison-label{font-size:var(--text-xs);top:var(--space-md);padding:.3rem .6rem}.comparison-label--before{left:var(--space-md)}.comparison-label--after{right:var(--space-md)}.comparison-handle__knob{width:40px;height:40px}.comparison-section{padding-bottom:var(--space-3xl)}.cta-section{padding:var(--space-3xl) var(--space-md)}.cta-title{font-size:clamp(var(--text-2xl), 6vw, var(--text-4xl))}.cta-subtitle{font-size:var(--text-base)}.cta-bg__orb--1{width:250px;height:250px}.cta-bg__orb--2{width:200px;height:200px}.cta-bg__orb--3{width:150px;height:150px}.footer{padding:var(--space-2xl) var(--space-md) var(--space-lg)}.footer__links{gap:var(--space-md) var(--space-lg)}.footer__copy{font-size:.6875rem;line-height:1.5}.btn{font-size:var(--text-sm);padding:.75rem 1.5rem}.btn--large{font-size:var(--text-base);padding:.875rem 1.75rem}}@media (width<=480px){.section{padding:var(--space-2xl) var(--space-md)}.hero{padding:var(--space-2xl) var(--space-md) var(--space-xl)}.hero__title{font-size:clamp(1.625rem, 7.5vw, var(--text-3xl))}.hero__ctas{gap:var(--space-sm);flex-direction:column;width:100%}.hero__ctas .btn{justify-content:center;width:100%}.hero__scroll-indicator{display:none}.hero__video-wrapper{margin-bottom:var(--space-md)}.hero__video-glow{display:none}.hero__video-container{border-radius:var(--radius-md);box-shadow:0 4px 16px #0000004d}.hero__video{border-radius:var(--radius-md)}.pipeline-step__card{width:100%;max-width:300px}.cta-buttons{flex-direction:column;width:100%}.cta-buttons .btn{justify-content:center;width:100%}.comparison-label{padding:.2rem .5rem;font-size:.625rem}.comparison-handle__knob{width:36px;height:36px}.section__label{font-size:var(--text-xs);padding:var(--space-xs) var(--space-md)}.navbar{left:var(--space-sm);right:var(--space-sm)}}@media (width<=360px){.hero__title{font-size:1.5rem}.hero__subtitle{font-size:var(--text-sm)}.section__title{font-size:var(--text-xl)}.navbar__logo{font-size:var(--text-sm)}.problem-card,.feature-card,.application-card{padding:var(--space-lg)}.feature-card__title,.application-card__title,.problem-card__title{font-size:var(--text-base)}}
