@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--white:#fff;--cream:#fafbfc;--cloud:#f1f5f9;--frost:#e2e8f0;--slate:#64748b;--ink:#1e293b;--navy:#0f172a;--blue-600:#2563eb;--blue-500:#3b82f6;--blue-50:#eff6ff;--teal-500:#14b8a6;--teal-50:#f0fdfa}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--white);color:var(--ink);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.7}h1,h2,h3,h4{color:var(--navy);letter-spacing:-.025em;font-weight:700;line-height:1.2}.navbar{z-index:100;-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--frost);background:#ffffffd9;justify-content:space-between;align-items:center;padding:1rem 5%;display:flex;position:sticky;top:0}.logo-container{align-items:center;gap:12px;display:flex}.logo-mark{background:linear-gradient(135deg, var(--blue-600), var(--teal-500));border-radius:10px;width:36px;height:36px;box-shadow:0 2px 8px #2563eb33}.logo-text{color:var(--navy);letter-spacing:-.02em;font-size:1.2rem;font-weight:700}.nav-links{align-items:center;gap:2.5rem;display:flex}.nav-link{color:var(--slate);font-size:.925rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-link:hover{color:var(--navy)}.primary-btn{background:linear-gradient(135deg, var(--blue-600), var(--blue-500));color:var(--white);cursor:pointer;border:none;border-radius:10px;padding:.7rem 1.6rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .25s;box-shadow:0 2px 10px #2563eb40}.primary-btn:hover{transform:translateY(-1px);box-shadow:0 4px 16px #2563eb59}.secondary-btn{background:var(--white);color:var(--blue-600);border:1.5px solid var(--frost);cursor:pointer;border-radius:10px;padding:.7rem 1.6rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .25s}.secondary-btn:hover{border-color:var(--blue-500);background:var(--blue-50)}.hero{grid-template-columns:1.1fr .9fr;align-items:center;gap:5rem;max-width:1200px;min-height:80vh;margin:0 auto;padding:6rem 5% 5rem;display:grid}.hero-badge{background:var(--blue-50);color:var(--blue-600);border:1px solid #2563eb1f;border-radius:100px;align-items:center;gap:8px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.82rem;font-weight:600;display:inline-flex}.hero-badge:before{content:"";background:var(--blue-600);border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.3)}}.hero-title{color:var(--navy);margin-bottom:1.25rem;font-size:3.25rem}.hero-title span{background:linear-gradient(135deg, var(--blue-600), var(--teal-500));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:var(--slate);max-width:520px;margin-bottom:2.5rem;font-size:1.15rem;font-weight:400;line-height:1.75}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.hero-graphic{aspect-ratio:1;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.hero-graphic:before{content:"";background:radial-gradient(circle,#2563eb0f 0%,#0000 70%);border-radius:50%;width:320px;height:320px;position:absolute}.geometric-core{border:2px solid var(--frost);background:linear-gradient(160deg, var(--blue-50), var(--teal-50));border-radius:24px;justify-content:center;align-items:center;width:180px;height:180px;display:flex;transform:rotate(45deg);box-shadow:0 8px 32px #2563eb14,0 2px 8px #14b8a60f}.geometric-inner{background:linear-gradient(135deg, var(--blue-600), var(--teal-500));border-radius:14px;width:80px;height:80px;transform:rotate(0);box-shadow:0 4px 16px #2563eb33}.trust-bar{background:var(--cream);border-top:1px solid var(--frost);border-bottom:1px solid var(--frost);padding:3rem 5%}.trust-inner{text-align:center;max-width:1200px;margin:0 auto}.trust-label{text-transform:uppercase;letter-spacing:.08em;color:var(--slate);margin-bottom:2rem;font-size:.8rem;font-weight:600}.trust-stats{flex-wrap:wrap;justify-content:center;gap:4rem;display:flex}.trust-stat-number{color:var(--navy);letter-spacing:-.03em;font-size:2.25rem;font-weight:700}.trust-stat-label{color:var(--slate);margin-top:.25rem;font-size:.9rem}.features{background:var(--white);padding:6rem 5%}.features-header{text-align:center;max-width:640px;margin:0 auto 4rem}.features-header h2{margin-bottom:1rem;font-size:2.25rem}.features-header p{color:var(--slate);font-size:1.1rem}.features-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto;display:grid}.feature-card{background:var(--white);border:1px solid var(--frost);border-radius:16px;padding:2.5rem 2rem;transition:all .3s}.feature-card:hover{border-color:#2563eb33;transform:translateY(-2px);box-shadow:0 8px 32px #2563eb14}.feature-icon{background:var(--blue-50);border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.5rem;font-size:1.5rem;display:flex}.feature-card:nth-child(2) .feature-icon{background:var(--teal-50)}.feature-card:nth-child(3) .feature-icon{background:var(--blue-50)}.feature-title{color:var(--navy);margin-bottom:.75rem;font-size:1.2rem}.feature-desc{color:var(--slate);font-size:.95rem;line-height:1.7}.cta{background:linear-gradient(180deg, var(--cream), var(--white));text-align:center;padding:6rem 5%}.cta-inner{max-width:640px;margin:0 auto}.cta h2{margin-bottom:1rem;font-size:2.25rem}.cta p{color:var(--slate);margin-bottom:2.5rem;font-size:1.1rem}.footer{border-top:1px solid var(--frost);text-align:center;padding:3rem 5%}.footer p{color:var(--slate);font-size:.85rem}.footer-links{justify-content:center;gap:2rem;margin-bottom:1.5rem;display:flex}.footer-links a{color:var(--slate);font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--blue-600)}.page-section{min-height:calc(100vh - 200px);padding:4rem 5%}.page-section .container{max-width:1000px;margin:0 auto}.page-section h1{margin-bottom:.5rem;font-size:2.5rem}.last-updated{color:var(--slate);margin-bottom:3rem;font-size:.875rem}.legal-content{max-width:800px}.legal-content section{margin-bottom:3rem}.legal-content h2{color:var(--navy);margin-bottom:1rem;font-size:1.5rem}.legal-content p{color:var(--slate);margin-bottom:1rem}.legal-content ul{margin-bottom:1rem;margin-left:1.5rem}.legal-content li{color:var(--slate);margin-bottom:.5rem}.section-header{text-align:center;max-width:700px;margin:0 auto 3rem}.section-header h2{margin-bottom:1rem;font-size:2.25rem}.section-subtitle{color:var(--slate);font-size:1.1rem}.cream-bg{background:var(--cream)}.cta-section{text-align:center;padding:5rem 5%}.cta-section .cta-inner{max-width:640px;margin:0 auto}.cta-section h2{margin-bottom:1rem;font-size:2.25rem}.cta-subtitle{color:var(--slate);margin-bottom:2.5rem;font-size:1.1rem}.hero-platform,.hero-compliance,.hero-about{grid-template-columns:1.1fr .9fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;padding:5rem 5% 4rem;display:grid}.hero-platform .hero-badge,.hero-compliance .hero-badge,.hero-about .hero-badge{background:var(--teal-50);color:var(--teal-500);border:1px solid #14b8a61f;border-radius:100px;align-items:center;gap:8px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.82rem;font-weight:600;display:inline-flex}.hero-platform h1,.hero-compliance h1,.hero-about h1{margin-bottom:1rem;font-size:3rem}.hero-platform h1 span,.hero-compliance h1 span,.hero-about h1 span{background:linear-gradient(135deg, var(--teal-500), var(--blue-600));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.problem-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto;display:grid}.problem-card{background:var(--white);border:1px solid var(--frost);border-radius:16px;padding:2.5rem 2rem;transition:all .3s}.problem-card:hover{border-color:#ef444433;box-shadow:0 8px 32px #ef44440f}.problem-card h3{color:var(--navy);margin-bottom:.75rem;font-size:1.2rem}.problem-card p{color:var(--slate);font-size:.95rem;line-height:1.7}.values-grid{grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1200px;margin:0 auto;display:grid}.value-card{background:var(--white);border:1px solid var(--frost);text-align:center;border-radius:16px;padding:2rem;transition:all .3s}.value-card:hover{border-color:#2563eb33;box-shadow:0 8px 32px #2563eb0f}.value-icon{background:var(--blue-50);border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1.25rem;font-size:1.5rem;display:flex}.value-card h3{color:var(--navy);margin-bottom:.5rem;font-size:1.1rem}.value-card p{color:var(--slate);font-size:.9rem;line-height:1.65}.platform-flow{justify-content:space-between;align-items:flex-start;gap:2rem;max-width:1000px;margin:0 auto 4rem;display:flex}.flow-step{text-align:center;flex:1;padding:2rem 1.5rem}.flow-icon{background:linear-gradient(135deg, var(--blue-600), var(--teal-500));border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.25rem;font-size:1.5rem;display:flex}.flow-step h3{color:var(--navy);margin-bottom:.5rem;font-size:1.15rem}.flow-step p{color:var(--slate);font-size:.9rem;line-height:1.65}.arm-section{background:var(--white);border:1px solid var(--frost);border-radius:20px;max-width:1200px;margin:0 auto 4rem;padding:3rem}.arm-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.arm-badge{text-transform:uppercase;letter-spacing:.05em;border-radius:100px;padding:.3rem .8rem;font-size:.75rem;font-weight:600}.arm-badge.saas{background:var(--blue-50);color:var(--blue-600)}.arm-badge.hauling{background:var(--teal-50);color:var(--teal-500)}.arm-badge.salvage{color:#d97706;background:#fef3c7}.arm-tagline{color:var(--slate);margin-bottom:2rem;font-size:1.05rem}.arm-features{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.arm-feature{background:var(--cream);border-radius:12px;padding:1.5rem}.arm-feature h4{color:var(--navy);margin-bottom:.5rem;font-size:1rem}.arm-feature p{color:var(--slate);font-size:.9rem;line-height:1.65}.arm-pricing{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.pricing-card{border:1.5px solid var(--frost);text-align:center;border-radius:12px;padding:1.5rem;transition:all .3s}.pricing-card:hover{border-color:var(--blue-500)}.pricing-card.popular{border-color:var(--blue-600);background:var(--blue-50);position:relative}.pricing-card h4{color:var(--navy);margin-bottom:.5rem;font-size:1rem}.pricing-price{color:var(--blue-600);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.pricing-card ul{margin:0;padding:0;list-style:none}.pricing-card li{color:var(--slate);padding:.3rem 0;font-size:.85rem}.material-values{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:800px;margin:2rem auto;display:grid}.material-item{text-align:center;background:var(--cream);border-radius:12px;padding:1.5rem}.material-item h4{color:var(--navy);margin-bottom:.5rem;font-size:1.1rem}.material-value{color:var(--teal-500);margin-bottom:.25rem;font-size:1.75rem;font-weight:700}.material-desc{color:var(--slate);font-size:.85rem}.features-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.feature-card{background:var(--white);border:1px solid var(--frost);text-align:center;border-radius:14px;padding:2rem;transition:all .3s}.feature-card:hover{border-color:#2563eb33;box-shadow:0 8px 32px #2563eb0f}.feature-icon{background:var(--blue-50);border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin:0 auto 1.25rem;font-size:1.5rem;display:flex}.feature-card h4{color:var(--navy);margin-bottom:.5rem;font-size:1.05rem}.feature-card p{color:var(--slate);font-size:.9rem;line-height:1.65}.values-grid.compliance-values{grid-template-columns:repeat(2,1fr)}.regulation-section{max-width:1000px;margin:0 auto 3rem}.regulation-header{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.regulation-badge{background:var(--teal-50);color:var(--teal-500);border-radius:8px;padding:.3rem .8rem;font-size:.8rem;font-weight:600}.regulation-content{background:var(--cream);border-left:3px solid var(--teal-500);border-radius:14px;padding:2rem}.regulation-content p{color:var(--slate);line-height:1.7}.regulation-grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1rem;display:grid}.reg-item{color:var(--slate);font-size:.9rem}.compliance-features-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1200px;margin:0 auto;display:grid}.compliance-feature{background:var(--white);border:1px solid var(--frost);text-align:center;border-radius:14px;padding:2rem}.compliance-feature-icon{margin-bottom:1rem;font-size:2rem}.compliance-feature h4{color:var(--navy);margin-bottom:.5rem;font-size:1.05rem}.compliance-feature p{color:var(--slate);font-size:.9rem;line-height:1.65}.market-stats{grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1000px;margin:0 auto;display:grid}.stat-card{text-align:center;background:var(--cream);border-radius:14px;padding:1.5rem}.stat-number{color:var(--blue-600);margin-bottom:.25rem;font-size:2rem;font-weight:700}.stat-desc{color:var(--slate);font-size:.85rem}.market-note{background:var(--blue-50);max-width:700px;color:var(--slate);text-align:center;border:1px solid #2563eb1f;border-radius:12px;margin:2rem auto 0;padding:1.5rem;font-size:.9rem}.partnership-grid{grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1200px;margin:0 auto 3rem;display:grid}.partnership-card{background:var(--white);border:1px solid var(--frost);border-radius:16px;padding:2.5rem;transition:all .3s}.partnership-card:hover{border-color:#2563eb33;box-shadow:0 8px 32px #2563eb0f}.partnership-icon{margin-bottom:1rem;font-size:2rem}.partnership-card h3{color:var(--navy);margin-bottom:1rem;font-size:1.25rem}.partnership-features{margin:0;padding:0;list-style:none}.partnership-features li{color:var(--slate);padding:.4rem 0 .4rem 1.5rem;font-size:.9rem;position:relative}.partnership-features li:before{content:"✓";color:var(--teal-500);font-weight:600;position:absolute;left:0}.workforce-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1200px;margin:0 auto 3rem;display:grid}.workforce-card{background:var(--white);border:1px solid var(--frost);text-align:center;border-radius:14px;padding:2rem}.workforce-card-icon{margin-bottom:1rem;font-size:2rem}.workforce-card h4{color:var(--navy);margin-bottom:.5rem;font-size:1rem}.workforce-card p{color:var(--slate);font-size:.85rem;line-height:1.65}.org-chart{flex-direction:column;align-items:center;gap:1.5rem;max-width:800px;margin:2rem auto;display:flex}.org-node{background:var(--cream);border:1px solid var(--frost);text-align:center;border-radius:12px;min-width:200px;padding:1rem 2rem}.org-node h4{color:var(--navy);font-size:1rem}.org-node p{color:var(--slate);font-size:.85rem}.org-connector{background:var(--frost);width:2px;height:24px}.mission-content{text-align:center;max-width:700px;margin:0 auto}.mission-text{color:var(--slate);margin-bottom:2rem;font-size:1.2rem;line-height:1.8}.mission-visual{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:800px;margin:2rem auto;display:grid}.stat-box{text-align:center;background:var(--cream);border-radius:14px;padding:2rem}.stat-box-number{color:var(--blue-600);margin-bottom:.25rem;font-size:2.5rem;font-weight:700}.stat-box-desc{color:var(--slate);font-size:.9rem}.mobile-menu-btn{cursor:pointer;background:0 0;border:none;padding:.5rem;display:none}.mobile-menu-btn span{background:var(--navy);width:24px;height:2px;margin:5px 0;transition:all .3s;display:block}.mobile-menu{background:var(--white);border:1px solid var(--frost);border-radius:12px;flex-direction:column;min-width:200px;padding:1rem;display:none;position:absolute;top:70px;right:5%;box-shadow:0 8px 32px #00000014}.mobile-menu a{color:var(--slate);border-radius:8px;padding:.75rem 1rem;font-weight:500;text-decoration:none;transition:all .2s}.mobile-menu a:hover,.mobile-menu a.active{background:var(--blue-50);color:var(--blue-600)}@media (width<=900px){.hero{text-align:left;grid-template-columns:1fr;min-height:auto;padding:4rem 5% 3rem}.hero-title{font-size:2.5rem}.hero-graphic{display:none}.features-grid{grid-template-columns:1fr}.trust-stats{gap:2rem}.problem-grid,.values-grid{grid-template-columns:1fr}.platform-flow{flex-direction:column}.arm-features,.arm-pricing,.material-values{grid-template-columns:1fr}.compliance-features-grid,.market-stats{grid-template-columns:repeat(2,1fr)}.partnership-grid,.values-grid.compliance-values{grid-template-columns:1fr}.workforce-grid{grid-template-columns:repeat(2,1fr)}.hero-platform,.hero-compliance,.hero-about{grid-template-columns:1fr}}@media (width<=600px){.navbar{flex-direction:column;gap:1rem}.nav-links{flex-wrap:wrap;justify-content:center;gap:1.5rem}.hero-title{font-size:2rem}.hero-actions{flex-direction:column}.features-header h2,.cta h2{font-size:1.75rem}.compliance-features-grid,.market-stats,.workforce-grid,.mission-visual{grid-template-columns:1fr}}
