:root{--axrix-blue: #0ea5e9;--axrix-blue-dark: #0284c7;--axrix-purple: #8b5cf6;--axrix-purple-dark: #6d28d9;--axrix-gradient-start: #0ea5e9;--axrix-gradient-end: #8b5cf6;--axrix-white: #f8fafc;--axrix-white-pure: #ffffff;--axrix-gray-100: #f1f5f9;--axrix-gray-200: #e2e8f0;--axrix-gray-300: #cbd5e1;--axrix-gray-400: #94a3b8;--axrix-gray-500: #64748b;--axrix-gray-700: #334155;--axrix-gray-800: #1e293b;--axrix-gray-900: #0f172a;--axrix-bg: #0f172a;--axrix-bg-card: rgba(15, 23, 42, .8);--axrix-border: rgba(148, 163, 184, .2);font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;font-weight:400;color:var(--axrix-white);background-color:var(--axrix-bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden}a{color:var(--axrix-blue);text-decoration:none;transition:color .2s ease,transform .2s ease}a:hover{color:var(--axrix-purple)}h1,h2,h3,h4,h5,h6{margin:0 0 .5em;line-height:1.2;font-weight:600}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.5rem,3vw,2.25rem)}h3{font-size:clamp(1.25rem,2.5vw,1.5rem)}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}@media(min-width:768px){.container{padding:0 2rem}}.section{padding:4rem 0}@media(min-width:768px){.section{padding:5rem 0}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.btn:hover{transform:translateY(-2px)}.btn:active{transform:translateY(0)}.btn-primary{background:linear-gradient(135deg,var(--axrix-blue),var(--axrix-purple));color:var(--axrix-white-pure);box-shadow:0 4px 14px #0ea5e959}.btn-primary:hover{box-shadow:0 6px 20px #8b5cf666}.btn-secondary{background:transparent;color:var(--axrix-white);border:2px solid var(--axrix-gray-300)}.btn-secondary:hover{border-color:var(--axrix-blue);color:var(--axrix-blue)}button:focus-visible,a:focus-visible{outline:2px solid var(--axrix-blue);outline-offset:2px}.site-header{position:sticky;top:0;z-index:100;background:#0f172ae6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--axrix-border)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:4rem;gap:1rem}.logo{display:flex;align-items:center;gap:.5rem}.logo:hover{opacity:.95}.logo:hover .logo-text{color:var(--axrix-white)}.logo-img{display:block;height:32px;width:32px;object-fit:contain}@media(min-width:768px){.logo-img{height:36px;width:36px}}.logo-text{font-size:1.5rem;font-weight:700;color:var(--axrix-white);letter-spacing:-.02em}.logo-dot{color:var(--axrix-blue)}.nav-desktop{display:none;align-items:center;gap:.5rem}@media(min-width:768px){.nav-desktop{display:flex}}.nav-link{padding:.5rem .75rem;color:var(--axrix-gray-300);font-weight:500;border-radius:6px}.nav-link:hover,.nav-link.active{color:var(--axrix-white)}.nav-link.active{background:#0ea5e926}.nav-dropdown-wrap{position:relative}.nav-dropdown{position:absolute;top:100%;left:0;min-width:180px;margin:0;padding:.5rem 0;list-style:none;background:var(--axrix-bg-card);border:1px solid var(--axrix-border);border-radius:8px;box-shadow:0 10px 40px #0000004d}.nav-dropdown-link{display:block;padding:.5rem 1rem;color:var(--axrix-gray-300);font-weight:500}.nav-dropdown-link:hover{color:var(--axrix-blue);background:#0ea5e91a}.header-actions{display:none}@media(min-width:768px){.header-actions{display:block}}.btn-sm{padding:.5rem 1rem;font-size:.9rem}.nav-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;width:2rem;height:2rem;padding:0;background:none;border:none;cursor:pointer;color:var(--axrix-white)}@media(min-width:768px){.nav-toggle{display:none}}.nav-toggle span{display:block;width:100%;height:2px;background:currentColor;border-radius:2px;transition:transform .2s ease,opacity .2s ease}.nav-toggle[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.nav-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-mobile{display:flex;flex-direction:column;gap:0;max-height:0;overflow:hidden;background:var(--axrix-gray-900);border-top:1px solid var(--axrix-border);transition:max-height .3s ease}@media(min-width:768px){.nav-mobile{display:none}}.nav-mobile.open{max-height:80vh;overflow-y:auto}.nav-mobile-group{border-bottom:1px solid var(--axrix-border)}.nav-mobile-link{display:block;padding:1rem 1.5rem;color:var(--axrix-white);font-weight:500}.nav-mobile-sublinks{margin:0;padding:0 0 .5rem 1.5rem;list-style:none}.nav-mobile-sublink{display:block;padding:.5rem 0;color:var(--axrix-gray-400);font-size:.95rem}.nav-mobile-sublink:hover{color:var(--axrix-blue)}.nav-mobile-cta{margin:1rem 1.5rem;text-align:center}.site-footer{background:var(--axrix-gray-900);border-top:1px solid var(--axrix-border);padding:3rem 0 1.5rem;margin-top:auto}.footer-inner{display:flex;flex-direction:column;gap:2rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:640px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem}}.footer-brand{max-width:320px}.footer-logo{display:inline-flex;align-items:center;gap:.4rem;margin-bottom:.5rem}.footer-logo:hover{opacity:.95}.footer-logo:hover .footer-logo-text{color:var(--axrix-white)}.footer-logo-img{display:block;height:28px;width:28px;object-fit:contain}.footer-logo-text{font-size:1.35rem;font-weight:700;color:var(--axrix-white);letter-spacing:-.02em}.footer-logo .logo-dot{color:var(--axrix-blue)}.footer-tagline{margin:0;color:var(--axrix-gray-500);font-size:.9rem;line-height:1.5}.footer-heading{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--axrix-gray-400);margin:0 0 1rem}.footer-links ul,.footer-legal ul{margin:0;padding:0;list-style:none}.footer-links li,.footer-legal li{margin-bottom:.5rem}.footer-links a,.footer-legal a{color:var(--axrix-gray-400);font-size:.95rem}.footer-links a:hover,.footer-legal a:hover{color:var(--axrix-blue)}.social-list{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:1rem}.social-list a{color:var(--axrix-gray-400);font-size:.95rem}.social-list a:hover{color:var(--axrix-blue)}.footer-bottom{padding-top:2rem;border-top:1px solid var(--axrix-border);text-align:center}.footer-bottom p{margin:0;color:var(--axrix-gray-500);font-size:.85rem}.layout{display:flex;flex-direction:column;min-height:100vh}.layout-main{flex:1}.hero{position:relative;min-height:90vh;display:flex;align-items:center;justify-content:center;padding:4rem 0;overflow:hidden}.hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse 80% 50% at 50% 0%,rgba(14,165,233,.15),transparent 50%),radial-gradient(ellipse 60% 40% at 80% 60%,rgba(139,92,246,.12),transparent 45%),var(--axrix-bg)}.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(14,165,233,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(14,165,233,.06) 1px,transparent 1px);background-size:60px 60px;animation:heroGridShift 20s linear infinite}@keyframes heroGridShift{0%{transform:translate(0)}to{transform:translate(60px,60px)}}.hero-lines{position:absolute;inset:0;pointer-events:none;overflow:hidden}.hero-line{position:absolute;background:linear-gradient(90deg,transparent,rgba(14,165,233,.15),transparent);height:1px;width:100%;animation:heroLineFlow 12s linear infinite}.hero-line:nth-child(1){top:20%;animation-delay:0s}.hero-line:nth-child(2){top:40%;animation-delay:-3s}.hero-line:nth-child(3){top:60%;animation-delay:-6s}.hero-line:nth-child(4){top:80%;animation-delay:-9s}.hero-line--v{background:linear-gradient(180deg,transparent,rgba(139,92,246,.12),transparent);width:1px;height:100%;left:30%;animation:heroLineFlowV 15s linear infinite}.hero-line--v.hero-line--v-2{left:70%;animation-delay:-5s}@keyframes heroLineFlow{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes heroLineFlowV{0%{transform:translateY(-100%)}to{transform:translateY(100%)}}.hero-glow{position:absolute;border-radius:50%;filter:blur(80px);opacity:.4;animation:heroGlowPulse 8s ease-in-out infinite}.hero-glow-1{width:400px;height:400px;background:var(--axrix-blue);top:-100px;left:20%}.hero-glow-2{width:300px;height:300px;background:var(--axrix-purple);bottom:-50px;right:20%;animation-delay:-4s}.hero-glow-3{width:200px;height:200px;background:var(--axrix-blue);top:50%;left:50%;transform:translate(-50%,-50%);animation:heroGlowCenter 10s ease-in-out infinite}@keyframes heroGlowPulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.5;transform:scale(1.05)}}@keyframes heroGlowCenter{0%,to{opacity:.08;transform:translate(-50%,-50%) scale(1)}50%{opacity:.18;transform:translate(-50%,-50%) scale(1.2)}}.hero-particles{position:absolute;inset:0;pointer-events:none}.hero-particle{position:absolute;width:4px;height:4px;background:var(--axrix-blue);border-radius:50%;left:calc(var(--i) * 4.5% + 5%);top:calc(var(--i) * 3.2% + 10%);opacity:.4;animation:heroParticle 6s ease-in-out infinite;animation-delay:calc(var(--i) * -.2s);box-shadow:0 0 10px currentColor}.hero-particle:nth-child(2n){background:var(--axrix-purple);animation-duration:8s}.hero-particle:nth-child(3n){width:6px;height:6px;animation-duration:7s;animation-name:heroParticleLarge}@keyframes heroParticle{0%,to{transform:translate(0) scale(1);opacity:.3}50%{transform:translate(10px,-15px) scale(1.2);opacity:.6}}@keyframes heroParticleLarge{0%,to{transform:translate(0) scale(1);opacity:.25}33%{transform:translate(-8px,12px) scale(1.3);opacity:.5}66%{transform:translate(12px,5px) scale(1.1);opacity:.4}}.hero-inner{position:relative;z-index:1;text-align:center;max-width:800px}.hero-title{margin-bottom:1rem;background:linear-gradient(135deg,var(--axrix-white),var(--axrix-gray-300));background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:heroTitleEntrance .8s cubic-bezier(.22,1,.36,1) .1s both,heroTitleShimmer 6s ease-in-out 1s infinite}.hero-subheadline{font-size:clamp(1rem,2vw,1.25rem);color:var(--axrix-gray-400);margin:0 0 2rem;line-height:1.6;animation:heroFadeInUp .7s cubic-bezier(.22,1,.36,1) .35s both}.hero-cta{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;animation:heroFadeInUp .7s cubic-bezier(.22,1,.36,1) .55s both}@keyframes heroTitleEntrance{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes heroTitleShimmer{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@keyframes heroFadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-cta .btn{position:relative;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.hero-cta .btn:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 8px 28px #0ea5e966}.hero-cta .btn-primary:hover{box-shadow:0 8px 28px #8b5cf673}.hero-cta .btn:after{content:"";position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);transition:left .5s ease}.hero-cta .btn:hover:after{left:100%}.why-axrix{background:linear-gradient(180deg,transparent,rgba(14,165,233,.04))}.section-title{text-align:center;margin-bottom:2.5rem;color:var(--axrix-white)}.why-axrix-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;list-style:none;margin:0 0 2rem;padding:0}@media(min-width:768px){.why-axrix-grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.why-axrix-card{position:relative;padding:1.5rem;background:var(--axrix-bg-card);border:1px solid var(--axrix-border);border-radius:12px;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;overflow:hidden}.why-axrix-card:before{content:"";position:absolute;inset:0;border-radius:12px;padding:1px;background:linear-gradient(135deg,transparent 40%,rgba(14,165,233,.4) 50%,transparent 60%);background-size:200% 200%;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .3s ease,background-position .5s ease}.why-axrix-card:hover{transform:translateY(-6px);box-shadow:0 16px 32px #00000040,0 0 40px #0ea5e91f;border-color:#0ea5e966}.why-axrix-card:hover:before{opacity:1;background-position:100% 100%}.why-axrix-icon{font-size:1.75rem;display:block;margin-bottom:.75rem;transition:transform .35s ease}.why-axrix-card:hover .why-axrix-icon{transform:scale(1.15)}.why-axrix-card h3{margin:0 0 .5rem;font-size:1.1rem}.why-axrix-card p{margin:0;color:var(--axrix-gray-400);font-size:.95rem;line-height:1.5}.why-axrix-cta{text-align:center}@keyframes homeFadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes homeFadeIn{0%{opacity:0}to{opacity:1}}@keyframes homeShimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes homeGlowPulse{0%,to{box-shadow:0 0 20px #0ea5e94d}50%{box-shadow:0 0 32px #8b5cf666}}@keyframes homeButtonShine{0%{left:-100%}to{left:100%}}.animate-in .animate-on-view{opacity:0;transform:translateY(20px)}.animate-in.in-view .animate-on-view{animation:homeFadeInUp .6s cubic-bezier(.22,1,.36,1) forwards}.animate-in.in-view .animate-on-view--delay-1{animation-delay:.1s}.animate-in.in-view .animate-on-view--delay-2{animation-delay:.2s}.animate-in.in-view .animate-on-view--delay-3{animation-delay:.3s}.animate-in.in-view .animate-on-view--delay-4{animation-delay:.4s}.animate-in.in-view .animate-on-view--delay-5{animation-delay:.5s}.btn--shine{position:relative;overflow:hidden}.btn--shine:after{content:"";position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.btn--shine:hover:after{left:100%}.platform-modules-grid{display:grid;grid-template-columns:1fr;gap:1rem;list-style:none;margin:0 0 2rem;padding:0}@media(min-width:640px){.platform-modules-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.platform-modules-grid{grid-template-columns:repeat(4,1fr)}}.platform-module-card{position:relative;display:block;padding:1.5rem;background:var(--axrix-bg-card);border:1px solid var(--axrix-border);border-radius:12px;color:inherit;overflow:hidden;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.platform-module-card-glow{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 50% 50%,rgba(139,92,246,.08) 0%,transparent 50%);opacity:0;transition:opacity .4s ease}.platform-module-card:hover{transform:translateY(-6px);border-color:#8b5cf680;box-shadow:0 16px 32px #0003,0 0 48px #8b5cf62e}.platform-module-card:hover .platform-module-card-glow{opacity:1;animation:platformCardGlow 2s ease-in-out infinite}@keyframes platformCardGlow{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}}.platform-module-card h3{position:relative;margin:0 0 .5rem;font-size:1.1rem;color:var(--axrix-white)}.platform-module-card p{margin:0 0 .75rem;color:var(--axrix-gray-400);font-size:.9rem;line-height:1.5}.platform-module-arrow{position:relative;display:inline-block;color:var(--axrix-blue);font-size:1.25rem;transition:transform .3s ease;text-shadow:0 0 12px rgba(14,165,233,.5)}.platform-module-card:hover .platform-module-arrow{transform:translate(6px);animation:platformArrowPulse 1s ease-in-out infinite}@keyframes platformArrowPulse{0%,to{opacity:1}50%{opacity:.7}}.platform-modules-cta{text-align:center}.solutions-preview{background:linear-gradient(180deg,rgba(139,92,246,.04),transparent)}.solutions-preview-intro{text-align:center;max-width:560px;margin:0 auto 1.5rem;color:var(--axrix-gray-400)}.solutions-preview-cta{text-align:center}.solutions-preview-cta .btn{transition:transform .25s ease,box-shadow .25s ease}.solutions-preview-cta .btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #8b5cf659}.pricing-preview-intro{text-align:center;max-width:560px;margin:0 auto 1.5rem;color:var(--axrix-gray-400)}.pricing-preview-cta{text-align:center}.pricing-preview-cta .btn{transition:transform .25s ease,box-shadow .25s ease}.pricing-preview-cta .btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0ea5e959}.about-preview{background:linear-gradient(180deg,transparent,rgba(14,165,233,.04))}.about-preview-text{text-align:center;max-width:640px;margin:0 auto 1.5rem;color:var(--axrix-gray-400);font-size:1.05rem;line-height:1.6}.about-preview-cta{text-align:center}.about-preview-cta .btn{transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.about-preview-cta .btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0ea5e933}.bottom-cta{position:relative;border-top:1px solid var(--axrix-border);border-bottom:1px solid var(--axrix-border);overflow:hidden}.bottom-cta-bg{position:absolute;inset:0;background:linear-gradient(135deg,#0ea5e926,#8b5cf61f,#0ea5e91a);background-size:200% 200%;animation:bottomCtaGradient 12s ease-in-out infinite}@keyframes bottomCtaGradient{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.bottom-cta-inner{position:relative;z-index:1;text-align:center}.bottom-cta-title{margin-bottom:1.5rem;color:var(--axrix-white)}.bottom-cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.bottom-cta-buttons .btn{transition:transform .25s ease,box-shadow .25s ease}.bottom-cta-buttons .btn:hover{transform:translateY(-3px)}.bottom-cta-buttons .btn-primary:hover{box-shadow:0 10px 28px #8b5cf666}.page-hero{background:linear-gradient(180deg,rgba(14,165,233,.08),transparent);border-bottom:1px solid var(--axrix-border)}.page-hero h1{margin-bottom:.75rem}.page-intro{font-size:1.1rem;color:var(--axrix-gray-400);margin:0;max-width:720px}.page-card-grid{display:grid;grid-template-columns:1fr;gap:1rem;list-style:none;margin:0;padding:0}@media(min-width:640px){.page-card-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.page-card-grid{grid-template-columns:repeat(4,1fr)}}.page-card{display:block;padding:1.5rem;background:var(--axrix-bg-card);border:1px solid var(--axrix-border);border-radius:12px;color:inherit;transition:transform .2s ease,border-color .2s ease}.page-card:hover{transform:translateY(-2px);border-color:#0ea5e94d}.page-card h3{margin:0 0 .5rem}.page-card p{margin:0 0 .5rem;color:var(--axrix-gray-400);font-size:.95rem}.page-card-link{color:var(--axrix-blue);font-size:.9rem;font-weight:500}.prose{max-width:720px}.prose h2{margin-top:2rem;margin-bottom:.75rem}.prose h3{margin-top:1.5rem;margin-bottom:.5rem}.prose p,.prose ul{color:var(--axrix-gray-400);margin:0 0 1rem}.prose ul{padding-left:1.5rem}.legal-prose{max-width:720px}.legal-prose h2{margin-top:2.5rem;margin-bottom:.75rem;padding-top:.5rem}.legal-prose h2:first-of-type{margin-top:0}.legal-prose h3{margin-top:1.25rem;margin-bottom:.5rem}.legal-prose p,.legal-prose ul{margin-bottom:1rem}.legal-prose a{color:var(--axrix-blue)}.pricing-tiers{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}@media(min-width:640px){.pricing-tiers{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.pricing-tiers{grid-template-columns:repeat(3,1fr)}}.pricing-tiers--four{grid-template-columns:1fr}@media(min-width:640px){.pricing-tiers--four{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.pricing-tiers--four{grid-template-columns:repeat(4,1fr)}}.pricing-tier{padding:1.5rem;background:var(--axrix-bg-card);border:1px solid var(--axrix-border);border-radius:12px;display:flex;flex-direction:column;transition:border-color .2s ease,box-shadow .2s ease}.pricing-tier:hover{border-color:#0ea5e94d;box-shadow:0 8px 24px #0003}.pricing-tier-name{margin:0 0 .25rem;font-size:1.25rem;color:var(--axrix-white)}.pricing-tier-desc{margin:0 0 1rem;font-size:.9rem;color:var(--axrix-gray-400);line-height:1.4}.pricing-tier-price{margin:0 0 .5rem;font-size:1.75rem;font-weight:700;color:var(--axrix-white)}.pricing-tier-unit{font-size:.9rem;font-weight:500;color:var(--axrix-gray-400)}.pricing-tier-features{margin:0 0 1.5rem;padding:0 0 0 1.25rem;list-style:none;flex:1}.pricing-tier-features li{position:relative;margin-bottom:.5rem;font-size:.9rem;color:var(--axrix-gray-400);line-height:1.4}.pricing-tier-features li:before{content:"✓";position:absolute;left:-1.25rem;color:var(--axrix-blue);font-weight:600}.pricing-tier .btn{align-self:flex-start}.pricing-note{margin:0;font-size:.9rem;color:var(--axrix-gray-500)}.pricing-note a{color:var(--axrix-blue)}.team-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;list-style:none;margin:0;padding:0}@media(min-width:640px){.team-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.team-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.team-card{padding:1.5rem;background:var(--axrix-bg-card);border:1px solid var(--axrix-border);border-radius:12px;transition:border-color .2s ease,box-shadow .2s ease}.team-card:hover{border-color:#0ea5e94d;box-shadow:0 8px 24px #0003}.team-avatar{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,var(--axrix-blue),var(--axrix-purple));color:var(--axrix-white-pure);font-size:1.25rem;font-weight:600;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.team-name{margin:0 0 .25rem;font-size:1.1rem;color:var(--axrix-white)}.team-role{margin:0 0 .75rem;font-size:.9rem;color:var(--axrix-blue);font-weight:500}.team-bio{margin:0;font-size:.9rem;color:var(--axrix-gray-400);line-height:1.5}.careers-list{margin-top:2rem;max-width:800px}.careers-heading{margin-bottom:1.5rem;color:var(--axrix-white)}.roles-list{list-style:none;margin:0 0 2rem;padding:0;display:flex;flex-direction:column;gap:1rem}.role-card{padding:1.5rem;background:var(--axrix-bg-card);border:1px solid var(--axrix-border);border-radius:12px;transition:border-color .2s ease}.role-card:hover{border-color:#0ea5e94d}.role-header{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem;margin-bottom:.5rem}.role-title{margin:0;font-size:1.1rem;color:var(--axrix-white)}.role-meta{font-size:.85rem;color:var(--axrix-gray-500)}.role-description{margin:0 0 1rem;font-size:.95rem;color:var(--axrix-gray-400);line-height:1.5}.careers-footer{color:var(--axrix-gray-400);font-size:.95rem;margin:0}.contact-page{min-height:60vh;display:flex;align-items:flex-start;padding-top:3rem}.contact-inner{max-width:560px}.contact-inner h1{margin-bottom:.5rem}.contact-intro{color:var(--axrix-gray-400);margin:0 0 2rem}.contact-form{display:flex;flex-direction:column;gap:1rem}.contact-form label{font-weight:500;color:var(--axrix-gray-300);font-size:.9rem}.contact-form input,.contact-form textarea{width:100%;padding:.75rem 1rem;font-family:inherit;font-size:1rem;color:var(--axrix-white);background:var(--axrix-bg-card);border:1px solid var(--axrix-border);border-radius:8px;transition:border-color .2s ease}.contact-form input::placeholder,.contact-form textarea::placeholder{color:var(--axrix-gray-500)}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--axrix-blue)}.contact-form button{align-self:flex-start;margin-top:.5rem}.contact-success{padding:1.5rem;background:#0ea5e91a;border:1px solid rgba(14,165,233,.3);border-radius:8px;color:var(--axrix-white)}.signup-wrap{max-width:440px}.signup-form{display:flex;flex-direction:column;gap:1rem}.signup-form label{font-weight:500;color:var(--axrix-gray-300);font-size:.9rem}.signup-form input[type=text],.signup-form input[type=email],.signup-form input[type=password]{width:100%;padding:.75rem 1rem;font-family:inherit;font-size:1rem;color:var(--axrix-white);background:var(--axrix-bg-card);border:1px solid var(--axrix-border);border-radius:8px;transition:border-color .2s ease}.signup-form input::placeholder{color:var(--axrix-gray-500)}.signup-form input:focus{outline:none;border-color:var(--axrix-blue)}.signup-checkbox{display:flex;align-items:flex-start;gap:.5rem;font-weight:400;color:var(--axrix-gray-400);font-size:.9rem}.signup-checkbox input{margin-top:.25rem}.signup-form button{margin-top:.5rem}
