*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#060811;color:#fff;overflow-x:hidden;width:100%;max-width:100vw}.container{position:relative;min-height:100vh;background-color:#060811;width:100%;max-width:100vw;overflow-x:hidden}.section-container{padding:0 1rem;width:100%;max-width:90rem;margin:0 auto}@media (min-width: 768px){.section-container{padding:0 2rem}}@media (min-width: 1024px){.section-container{padding:0 3rem}}.navbar{position:fixed;top:1.25rem;left:0;right:0;z-index:50;display:flex;justify-content:center;width:100%;padding:0 .5rem}@media (max-width: 480px){.navbar{top:.5rem;padding:0 .25rem}}@media (min-width: 1024px){.navbar{padding:0 1rem}}.nav-content{position:relative;border-radius:2.5rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin:0 auto;padding:.75rem;width:100%;max-width:100%;background:linear-gradient(0deg,#1214201a,#1214201a),linear-gradient(202.38deg,#cbdeff 11.5%,#656f7f 18.63%)}@media (max-width: 480px){.nav-content{padding:.5rem;gap:.25rem}}@media (min-width: 1024px){.nav-content{gap:3.1875rem;padding:.5rem 1.25rem;width:auto}}.nav-content:before{content:"";position:absolute;inset:1px;border-radius:2.4375rem;background:#202537b3;z-index:-1}.logo-section{display:flex;align-items:center;cursor:pointer;text-decoration:none;color:inherit}.logo{width:1.5rem;height:1rem;margin-bottom:1rem}@media (min-width: 1024px){.logo{width:1.75rem;height:1.25rem}}.logo-text{font-size:1.1875rem;font-weight:700;color:#e5e5e5}@media (max-width: 480px){.logo-text{font-size:1rem}}@media (min-width: 1024px){.logo-text{font-size:1.125rem}}.nav-links{display:none;align-items:center;gap:2rem}@media (min-width: 1024px){.nav-links{display:flex}}.nav-link{color:#bed2f3;text-decoration:none;font-size:.875rem;font-weight:400;text-align:center;transition:color .2s ease}.nav-link:hover{color:#fff}.mobile-toggle{display:block;padding:.5rem;color:#fff;background:none;border:none;cursor:pointer}@media (min-width: 1024px){.mobile-toggle{display:none}}.desktop-buttons{display:none;align-items:center;gap:.75rem}@media (min-width: 1024px){.desktop-buttons{display:flex}}.btn-primary{background-color:#2563eb;color:#fff;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:500;text-decoration:none;transition:background-color .2s ease;display:inline-block}.btn-primary:hover{background-color:#1d4ed8}.btn-secondary{position:relative;background:#202537b3;color:#c7d3ea;border-radius:9999px;padding:.5rem 1rem;display:flex;align-items:center;font-size:.875rem;text-decoration:none;overflow:hidden;z-index:1;transition:color .2s ease;border:none;cursor:pointer}.btn-secondary:before{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#1214201a,#1214201a),linear-gradient(202.38deg,#cbdeff 11.5%,#656f7f 18.63%);z-index:-2;border-radius:1px}.btn-secondary:after{content:"";position:absolute;inset:1px;background:#202537b3;z-index:-1;border-radius:9999px}.btn-secondary:hover{color:#fff}.hero{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:8rem;padding-bottom:4rem;width:100%;overflow:hidden}@media (max-width: 480px){.hero{padding-top:6rem}}@media (min-width: 768px){.hero{padding-top:10rem}}.hero-glow{position:absolute;left:50%;top:0;transform:translate(-50%);width:300px;height:700px;opacity:.8;pointer-events:none;z-index:0}@media (min-width: 640px){.hero-glow{width:400px;height:500px}}@media (min-width: 768px){.hero-glow{width:500px;height:650px}}@media (min-width: 1024px){.hero-glow{width:700px;height:900px}}.hero-glow img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:1.1;filter:blur(2rem);overflow:hidden}.hero-content{z-index:20;text-align:center;overflow:hidden}.hero-kicker{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#c7d3ea;font-size:1rem;margin-bottom:1.25rem}@media (min-width: 480px){.hero-kicker{font-size:1.125rem;gap:.75rem}}@media (min-width: 640px){.hero-kicker{font-size:1.25rem}}@media (min-width: 768px){.hero-kicker{font-size:1.5rem}}.hero-kicker .line{height:1px;width:20vw;min-width:40px;max-width:320px;background:linear-gradient(to right,#c0ccda00,#c0ccda59,#c0ccda00)}@media (min-width: 640px){.hero-kicker .line{width:30vw}}.hero-divider{height:1px;width:100%;max-width:90rem;margin:1rem auto;background:linear-gradient(to right,#c0ccda0d,#c0ccda40,#c0ccda0d)}.hero-title{margin-top:0;font-size:1.5rem;line-height:1;color:#fff}@media (min-width: 768px){.hero-title{margin-top:2rem;font-size:1.875rem}}.hero-subtitle{color:#c7d3ea;font-size:2rem;font-weight:600}@media (min-width: 480px){.hero-subtitle{font-size:2.5rem}}@media (min-width: 640px){.hero-subtitle{font-size:2.75rem}}@media (min-width: 768px){.hero-subtitle{font-size:3rem}}@media (min-width: 1024px){.hero-subtitle{font-size:3.5rem}}.accent-text{color:#9fbaea}.pills-container{margin-top:2rem;margin-bottom:1.5rem}.pills-wrapper{display:flex;justify-content:center}.pills{display:flex;flex-direction:column;gap:.5rem}@media (min-width: 640px){.pills{flex-direction:row;gap:1rem}}.pill{text-align:center;border-radius:9999px;border:1px solid #3C3C3C;background:linear-gradient(to bottom,#262626,#21212166);padding:.375rem .75rem;font-size:.875rem;opacity:0;transform:translateY(20px);animation:slideUp .6s ease forwards}.pill:nth-child(1){animation-delay:0s}.pill:nth-child(2){animation-delay:.2s}.pill:nth-child(3){animation-delay:.4s}@keyframes slideUp{to{opacity:1;transform:translateY(0)}}.hero-description{margin-top:3rem;color:#9fbaea;text-align:center;font-size:1rem;max-width:64rem;margin-left:auto;margin-right:auto;overflow:hidden;opacity:0;transform:translateY(80px);animation:slideUpLarge .8s ease forwards .6s}.backed-badge{display:flex;justify-content:center;margin-top:1.25rem}.backed-badge-inner{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .625rem;border-radius:.5rem;border:1px solid rgba(199,211,234,.4);background:linear-gradient(180deg,#0e101ae6,#181b28bf);box-shadow:0 6px 18px #00000059,inset 0 0 0 1px #c7d3ea14}.backed-badge-inner img{height:18px;width:auto;display:block}.backed-badge-inner span{color:#fff;font-size:1rem;font-weight:600}@media (min-width: 640px){.hero-description{font-size:1.125rem}}@media (min-width: 768px){.hero-description{font-size:1.25rem}}@media (min-width: 1024px){.hero-description{font-size:1.5rem}}@keyframes slideUpLarge{to{opacity:1;transform:translateY(0)}}.cta-container{margin:3rem auto 0;display:flex;width:100%;max-width:24rem;align-items:center;justify-content:center;gap:1rem;overflow:hidden;border-radius:.375rem}.cta-button{position:relative;display:flex;align-items:center;justify-content:center;gap:.5rem;width:auto;white-space:nowrap;height:46px;border-radius:9999px;background-color:#202537b2;padding:.5rem 1.5rem;color:#fff;font-size:.875rem;font-weight:500;overflow:hidden;transition:color .2s ease;text-decoration:none}.cta-button:before{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#1214201a,#1214201a),linear-gradient(202.38deg,#cbdeff 11.5%,#656f7f 18.63%);z-index:-2;border-radius:9999px}.cta-button:after{content:"";position:absolute;inset:1px;background:#202537b3;z-index:-1;border-radius:9999px}.cta-button:hover{color:#fff}.problem-section{position:relative;z-index:10;padding:4rem 0 2rem;color:#fff}.problem-section:before{content:"";position:absolute;top:-40px;left:50%;transform:translate(-50%);width:900px;max-width:95vw;height:900px;background:radial-gradient(ellipse at center,#9fbaea2e,#090b1200 60%);filter:blur(28px);pointer-events:none;z-index:0}.problem-container{position:relative;z-index:1}.problem-title{text-align:center;font-size:2rem;font-weight:600;color:#c7d3ea;margin-bottom:1rem}@media (min-width: 768px){.problem-title{font-size:2.25rem}}.problem-blurb{text-align:center;color:#c7d3ea;max-width:64rem;margin:0 auto;line-height:1.6;font-size:1.25rem}@media (min-width: 768px){.problem-blurb{font-size:1.375rem}}.problem-rail{position:relative;display:grid;grid-template-columns:repeat(1,1fr);margin-top:2rem;border-radius:.75rem;border:1px solid rgba(199,211,234,.28);background:linear-gradient(180deg,#13141ebf,#13141e73);overflow:hidden;box-shadow:0 40px 80px #00000073,inset 0 0 0 1px #c7d3ea0f;gap:0}@media (min-width: 640px){.problem-rail{grid-template-columns:repeat(2,1fr)}}.problem-rail:before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(to right,#c7d3ea00,#c7d3ea8c,#c7d3ea00);pointer-events:none;z-index:2}@media (min-width: 1024px){.problem-rail{grid-template-columns:repeat(4,1fr)}}.problem-card{position:relative;padding:1.25rem 1.5rem;min-height:200px;background-image:radial-gradient(1px 1px at 20px 20px,#ffffff0f 0,#fff0),radial-gradient(1px 1px at 60px 80px,#ffffff0d 0,#fff0);box-shadow:inset 0 0 0 1px #c7d3ea0a;border-bottom:1px solid rgba(199,211,234,.35)}@media (max-width: 639px){.problem-card{padding:1rem 1.25rem;min-height:180px}}@media (min-width: 640px){.problem-card:nth-child(odd){border-right:1px solid rgba(199,211,234,.35)}.problem-card:nth-child(3),.problem-card:nth-child(4){border-bottom:none}}@media (min-width: 1024px){.problem-card{padding:1.5rem 1.75rem;min-height:220px;border-bottom:none}.problem-card:nth-child(odd){border-right:none}.problem-card+.problem-card{border-left:1px solid rgba(199,211,234,.35)}}.problem-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:12px;border:1px solid rgba(199,211,234,.35);background:linear-gradient(180deg,#262626b3,#2121214d);margin-bottom:.75rem;box-shadow:inset 0 0 0 1px #c7d3ea0f,0 2px 6px #00000059}.problem-card h4{margin:.25rem 0 .75rem;font-size:1.125rem;color:#dedede}.problem-card ul{margin:0;padding-left:1.125rem;color:#c7d3ea;font-size:1rem}.problem-card li{margin:.5rem 0}.problem-glow{position:absolute;left:50%;bottom:-120px;transform:translate(-50%);width:80%;height:240px;background:radial-gradient(ellipse at center,#9fbaea2e,#090b1200 60%);filter:blur(24px);z-index:0;pointer-events:none}.hero-image{display:flex;justify-content:center;align-items:center;overflow:hidden;width:100%;margin-top:2rem}@media (max-width: 480px){.hero-image{margin-top:1.5rem}}.hero-image img{position:relative;z-index:20;width:100%;max-width:900px;height:auto;border-radius:.75rem;box-shadow:0 25px 50px -12px #00000040;overflow:hidden}@media (max-width: 480px){.hero-image img{border-radius:.5rem;box-shadow:0 15px 30px -8px #00000040}}@media (min-width: 768px){.hero-image img{max-height:500px;-o-object-fit:contain;object-fit:contain}}@media (min-width: 1024px){.hero-image img{max-height:600px}}@media (min-width: 768px){.hero-image img{height:600px}}.trusted-section{position:relative;padding-bottom:0;padding-top:0;color:#fff;overflow:hidden}.trusted-container{position:relative}.trusted-content{position:relative;z-index:10;padding-bottom:.25rem;opacity:0;transform:translateY(80px);animation:slideUpLarge .8s ease forwards 1s}.trusted-title{text-align:center;font-size:2.25rem;font-weight:600;color:#9fbaea}.trusted-logos{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1.5rem;padding:.5rem 0}@media (min-width: 768px){.trusted-logos{flex-wrap:nowrap;gap:2.5rem}}.trusted-logos img{height:auto;width:auto}.trusted-logos img:nth-child(1){max-height:9rem}.trusted-logos img:nth-child(2){max-height:7rem}.trusted-logos img:nth-child(3){max-height:8rem}.trusted-logos img:nth-child(4){max-height:4rem}.team-section{position:relative;z-index:10;padding-top:2.75rem;opacity:0;transform:translateY(80px);animation:slideUpLarge .8s ease forwards 1.2s}.team-title{margin-top:1rem;margin-bottom:2rem;text-align:center;font-size:2.25rem;color:#fff;font-weight:600;overflow:hidden}.logo-scroller-container{position:relative;overflow:hidden}.logo-scroller-container:before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(to right,#c0ccda1a,#c0ccda99,#c0ccda1a)}.logo-scroller-container:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(to right,#c0ccda1a,#c0ccda99,#c0ccda1a)}.logo-scroller{padding:2rem 0;overflow:hidden;white-space:nowrap}.logo-track{display:inline-block;animation:scroll 20s linear infinite}.logo-track img{display:inline-block;height:3rem;margin:0 4rem;opacity:.7;filter:grayscale(100%);transition:all .3s ease}.logo-track img:hover{opacity:1;filter:grayscale(0%)}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.mobile-menu{display:none;position:absolute;top:100%;left:0;right:0;background:#060811;border:1px solid #374151;border-radius:.5rem;margin-top:.5rem;padding:1rem;z-index:50}@media (max-width: 1023px){.mobile-menu.open{display:block}}.mobile-menu a{display:block;color:#bed2f3;font-size:.875rem;padding:.5rem 0;text-decoration:none}.mobile-menu-divider{border-top:1px solid #374151;margin-top:1rem;padding-top:1rem}.hidden-mobile{display:none}@media (min-width: 640px){.hidden-mobile{display:block}}.hidden-desktop{display:block}@media (min-width: 768px){.hidden-desktop{display:none}}.section{padding:2rem 0;overflow:hidden}.section-title{margin-bottom:2rem;text-align:center;font-size:2.25rem;color:#fff;font-weight:600;overflow:hidden}.section-description{text-align:center;font-size:1.25rem;color:#afafaf;overflow:hidden}.vision-model-section{width:100%;padding:4rem 0;overflow:hidden}.vision-container{display:flex;flex-direction:column;width:100%;gap:3rem;align-items:center}@media (min-width: 1024px){.vision-container{flex-direction:row;gap:5rem}}.diagrams-container{display:flex;justify-content:center;align-items:center;width:100%;min-height:400px;opacity:0;animation:slideInLeft .8s ease forwards 1.2s}@media (max-width: 768px){.diagrams-container{margin-bottom:2rem;min-height:300px}}@media (min-width: 1024px){.diagrams-container{width:60%;min-height:500px}}.combined-diagram{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 25px 50px rgba(0,0,0,.4))}.currency-flow{display:flex;gap:1rem;justify-content:center;margin-top:2rem;opacity:0;animation:fadeInUp .6s ease forwards 1.8s}.currency-box{background:linear-gradient(135deg,#4285f4,#6366f1);color:#fff;padding:.75rem 1.5rem;border-radius:2rem;font-size:.875rem;font-weight:600;box-shadow:0 4px 15px #4285f44d;animation:float 3s ease-in-out infinite}.currency-box:nth-child(2){animation-delay:.5s}.currency-box:nth-child(3){animation-delay:1s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.content-container{width:100%;color:#fff;opacity:0;animation:slideInRight .8s ease forwards 1.4s;position:relative}@media (max-width: 1023px){.content-container{margin-top:2rem}}@media (min-width: 1024px){.content-container{width:40%}}.vision-title{font-size:2rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;background:linear-gradient(135deg,#9fbaea,#e0e7ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (min-width: 480px){.vision-title{font-size:2.25rem}}@media (min-width: 640px){.vision-title{font-size:2.5rem}}@media (min-width: 768px){.vision-title{font-size:2.75rem}}.vision-title span{display:block}@media (min-width: 768px){.vision-title{font-size:3rem}}.vision-description{font-size:1.125rem;line-height:1.7;color:#dadada;margin-bottom:3rem}.feature-cards-grid{display:flex;flex-direction:column;gap:1.25rem}.feature-panel{display:flex;flex-direction:column;gap:.5rem;padding:1.5rem;border-radius:1rem;background:radial-gradient(1200px 600px at 30% -60%,#9fbaea0f,#13141e00 60%),#181b288c;border:1px solid rgba(159,186,234,.25);box-shadow:inset 0 0 0 1px #c7d3ea0f,0 20px 60px #00000059}.feature-panel h3{margin:0;font-size:1.125rem;color:#dce7ff}.feature-panel p{margin:.25rem 0 0;color:#bfd1f2;line-height:1.7}.feature-cta{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-radius:.875rem;border:1px solid rgba(159,186,234,.25);background:#181b2859;color:#dce7ff;font-weight:600;width:100%}.feature-cta .icon-square{width:24px;height:24px;border:1px solid rgba(159,186,234,.4);border-radius:6px;display:grid;place-items:center}@keyframes slideInLeft{0%{opacity:0;transform:translate(-80px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(80px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.contact-section{margin-top:1.75rem;width:100%;margin-bottom:1.25rem;overflow:hidden}.contact-container{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:2.5rem}@media (min-width: 768px){.contact-container{flex-direction:row;gap:0}}.contact-item{display:flex;flex-direction:column;align-items:center;text-align:center}@media (min-width: 768px){.contact-item{width:50%}}.contact-icon{margin-bottom:1rem;display:flex;height:5rem;width:5rem;align-items:center;justify-content:center;border-radius:9999px;border:1px solid #3C3C3C;background:linear-gradient(to bottom,#262626,#21212166);box-shadow:0 4px 6px -1px #0000001a}.contact-title{margin-bottom:.5rem;font-size:1.25rem;font-weight:600;color:#fff}.contact-info{color:#afafaf;font-size:1rem;line-height:1.75}.divider{display:none;height:7rem;width:1px;background:linear-gradient(to bottom,transparent,#3C3C3C,transparent);overflow:hidden}@media (min-width: 768px){.divider{display:block}}.mobile-divider{display:block;width:66.666667%;height:1px;margin:1.5rem 0;background:linear-gradient(to right,transparent,#3C3C3C,transparent);overflow:hidden}@media (min-width: 768px){.mobile-divider{display:none}}.footer{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.comparison-container{position:relative;z-index:10;display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;padding:1rem 0 3rem;overflow:hidden}@media (min-width: 768px){.comparison-container{flex-direction:row;gap:1.5rem}}.comparison-card{display:flex;flex:1;flex-direction:column;justify-content:space-between;min-height:300px;width:100%;border-radius:2rem;padding:1.25rem;color:#fff;box-shadow:0 4px 6px -1px #0000001a;margin-bottom:1.5rem;opacity:0;position:relative}@media (min-width: 480px){.comparison-card{min-height:320px;padding:1.5rem;border-radius:2.5rem}}@media (min-width: 768px){.comparison-card{width:50%;margin-bottom:0;min-height:360px;border-radius:3rem;aspect-ratio:4/3}}.comparison-card-left{background:linear-gradient(to bottom right,#393a3c,#3d414b,#767b8d);transform:translate(-80px);animation:slideInLeft .8s ease forwards 2s}.comparison-card-right{background:linear-gradient(to bottom left,#13141e,#2f3960,#5f6b9f);transform:translate(80px);animation:slideInRight .6s ease forwards 2.1s}.comparison-title{margin-bottom:1rem;font-size:1.25rem;padding-top:2rem;font-weight:600;color:#a5b0c3}@media (min-width: 480px){.comparison-title{font-size:1.375rem;padding-top:2.5rem}}@media (min-width: 768px){.comparison-title{font-size:1.5rem;padding-top:3rem}}@media (min-width: 1024px){.comparison-title{font-size:1.875rem}}.comparison-description{font-size:.875rem;line-height:1.6;color:#fff}@media (min-width: 480px){.comparison-description{font-size:.9375rem;line-height:1.65}}@media (min-width: 768px){.comparison-description{font-size:1rem;line-height:1.75}}@media (min-width: 1024px){.comparison-description{font-size:1.125rem}}.comparison-stats{display:flex;justify-content:space-between;padding-top:1.5rem;font-size:.875rem;font-weight:500}@media (min-width: 768px){.comparison-stats{font-size:1rem}}@media (min-width: 1024px){.comparison-stats{font-size:1.125rem}}.stat-label{font-size:.75rem;color:#fff;margin-bottom:.25rem}@media (min-width: 768px){.stat-label{font-size:.875rem}}.stat-value{font-size:1.25rem;font-weight:700}@media (min-width: 480px){.stat-value{font-size:1.375rem}}@media (min-width: 768px){.stat-value{font-size:1.5rem}}@media (min-width: 1024px){.stat-value{font-size:1.875rem}}.comparison-card-accent{position:absolute;bottom:0;left:0;height:1px;width:100%;background:linear-gradient(to right,#eae6bc1a,#70725e99,#30100c1a)}.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}.solution-section{position:relative;padding:3.5rem 0 2rem}.solution-section:before{content:"";position:absolute;inset:0;pointer-events:none;z-index:0;background:url(/Vector%20183.webp) center top / 1100px auto no-repeat;opacity:1;filter:saturate(1.15)}.bg-vector-180:before{background:radial-gradient(1200px 600px at 50% -10%,#6366f140,#13141e00 60%),url(/Vector%20180.webp) center top / 1100px auto no-repeat}.bg-vector-183:before{background:radial-gradient(1200px 600px at 50% -10%,#6366f140,#13141e00 60%),url(/Vector%20183.webp) center top / 1100px auto no-repeat}.bg-vector-1801:before{background:radial-gradient(1200px 600px at 50% -10%,#6366f140,#13141e00 60%),url(/Vector%201801.webp) center top / 1100px auto no-repeat}.solution-container{text-align:center;position:relative;z-index:1}.solution-title{color:#c7d3ea;font-size:2rem;font-weight:600;margin:0 0 .5rem}@media (min-width:768px){.solution-title{font-size:2.25rem}}.solution-subtitle{color:#c7d3ea;font-size:1.25rem;margin:0 0 1.5rem}@media (min-width:768px){.solution-subtitle{font-size:1.375rem}}.solution-steps{display:flex;align-items:center;justify-content:center;margin-bottom:2rem;flex-wrap:wrap;gap:.5rem}@media (max-width: 768px){.solution-steps{flex-direction:column;gap:1.5rem}}@media (min-width: 769px) and (max-width: 1023px){.solution-steps{gap:.25rem;overflow-x:auto;justify-content:flex-start;-webkit-overflow-scrolling:touch}}.step-item{display:flex;flex-direction:column;align-items:center;flex-shrink:0;min-width:80px}@media (max-width: 768px){.step-item{min-width:auto;width:100%;max-width:200px}}.step-icon-svg{width:55px;height:55px;max-width:100%;height:auto;aspect-ratio:1}@media (max-width: 480px){.step-icon-svg{width:45px;height:45px}}.step-icon-svg-type-1{width:75px;height:75px;max-width:100%;height:auto;aspect-ratio:1}@media (max-width: 480px){.step-icon-svg-type-1{width:60px;height:60px}}.step-label{color:#c7d3ea;font-size:.875rem;line-height:1.2;text-align:center;font-weight:500;margin-top:.5rem;max-width:100px}@media (max-width: 480px){.step-label{font-size:.75rem;max-width:80px}}@media (max-width: 768px){.step-label{max-width:none}}.connector-svg{margin-bottom:32px;flex-shrink:0}@media (max-width: 768px){.connector-svg{display:none}}@media (min-width: 769px) and (max-width: 1023px){.connector-svg{width:20px;height:auto}}.solution-panel{position:relative;border-radius:10px;border:1px solid rgba(199,211,234,.28);background:linear-gradient(180deg,#13141ebf,#13141e73);box-shadow:0 40px 80px #00000073,inset 0 0 0 1px #c7d3ea0f;overflow:hidden}.solution-panel:before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(to right,#c7d3ea00,#c7d3ea8c,#c7d3ea00)}.panel-header{display:flex;gap:.35rem;padding:.5rem .75rem;border-bottom:1px solid rgba(199,211,234,.16)}.panel-header .dot{display:inline-block;width:.55rem;height:.55rem;border-radius:9999px}.panel-body{display:flex;gap:1.5rem;padding:1.5rem;min-height:380px;align-items:stretch;justify-content:space-between;position:relative}.panel-caption{color:#c7d3ea;font-weight:600;margin-bottom:.75rem;font-size:1.125rem;position:absolute;left:1rem;top:1rem;z-index:2}.panel-left,.panel-right{flex:1;height:100%;border-radius:12px;border:1px solid rgba(199,211,234,.2);background:#13141e66;position:relative;overflow:hidden;display:flex;flex-direction:column}.panel-center{flex:0 0 300px;display:flex;align-items:center;justify-content:center}.chip-core{width:240px;height:240px;border-radius:32px;border:1px solid rgba(199,211,234,.4);background:radial-gradient(circle at 50% 45%,#13141ef2,#13141eb3);box-shadow:inset 0 0 0 1px #c7d3ea14,0 12px 32px #00000080;display:flex;align-items:center;justify-content:center}.panel-image{position:absolute;inset:2.5rem 1rem 1rem;width:calc(100% - 2rem);height:calc(100% - 3rem);-o-object-fit:contain;object-fit:contain;opacity:.85}.processing-image{width:100%;height:auto;display:block;opacity:.95;margin:0 auto}@media (max-width: 768px){.processing-image{width:95%;max-width:500px}}@media (max-width: 480px){.processing-image{width:100%;max-width:350px}}.contact-form-section{position:relative;padding:4rem 0 3rem}.contact-form-header{text-align:center;margin-bottom:2rem}.contact-badge{display:inline-flex;align-items:center;justify-content:center;padding:.375rem .875rem;border-radius:9999px;border:1px solid rgba(199,211,234,.35);color:#c7d3ea;background:radial-gradient(800px 400px at 50% -60%,#9fbaea14,#181b2800 60%),#181b2859;font-size:.875rem;margin-bottom:1rem}.help-title{margin:0 0 .5rem;font-size:2rem;font-weight:700;text-align:center;color:#dce7ff}@media (min-width: 768px){.help-title{font-size:2.5rem}}.help-subtitle{margin:0;text-align:center;color:#c7d3ea;font-size:1.125rem}.glass-card{position:relative;margin:2rem auto 0;width:100%;max-width:60rem;border-radius:1rem;border:1px solid rgba(199,211,234,.28);background:radial-gradient(1200px 800px at 50% -80%,#9fbaea2e,#13141e00 60%),#13141e73;box-shadow:0 40px 80px #00000073,inset 0 0 0 1px #c7d3ea0f;overflow:hidden}.glass-card:before{content:"";position:absolute;inset:0;background:radial-gradient(60% 180% at 50% -10%,#9fbaea38,#13141e00 60%);pointer-events:none}.glass-card:after{content:"";position:absolute;right:-2px;bottom:-2px;width:45%;height:45%;background-image:linear-gradient(to right,rgba(199,211,234,.12) 1px,transparent 1px),linear-gradient(to bottom,rgba(199,211,234,.12) 1px,transparent 1px);background-size:20px 20px;opacity:.35;pointer-events:none}.glass-inner{position:relative;padding:2rem}@media (min-width: 768px){.glass-inner{padding:2.5rem}}.contact-form{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.contact-form{grid-template-columns:1fr 1fr}.form-field.span-2{grid-column:1 / -1}}.form-field label{display:block;color:#c7d3ea;font-size:.9375rem;margin-bottom:.5rem}.form-input,.form-textarea{width:100%;background:transparent;color:#dedede;border:none;border-bottom:1px solid rgba(199,211,234,.25);padding:.625rem 0;font-size:.9375rem;transition:border-color .2s ease,color .2s ease}.form-input::-moz-placeholder,.form-textarea::-moz-placeholder{color:#97a6c1}.form-input::placeholder,.form-textarea::placeholder{color:#97a6c1}.form-input:focus,.form-textarea:focus{outline:none;border-bottom-color:#c7d3ea8c;color:#e8eeff}.form-textarea{resize:vertical;min-height:120px}.form-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1rem}.form-submit-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:.625rem;background:linear-gradient(135deg,#4285f4,#6366f1);color:#fff;border:1px solid rgba(199,211,234,.25);box-shadow:0 10px 25px #4285f440;cursor:pointer}.form-note{color:#a7b4cf;font-size:.9375rem}.form-status{padding:.75rem 1rem;border-radius:.5rem;margin-bottom:1rem;font-size:.875rem;font-weight:500}.form-status.loading{background:#3b82f61a;color:#60a5fa;border:1px solid rgba(59,130,246,.2)}.form-status.success{background:#22c55e1a;color:#4ade80;border:1px solid rgba(34,197,94,.2)}.form-status.error{background:#ef44441a;color:#f87171;border:1px solid rgba(239,68,68,.2)}.form-error{color:#f87171;font-size:.875rem;margin-top:.5rem}.form-submit-btn:disabled{opacity:.5;cursor:not-allowed}
