.trustline-landing{width:100%;min-height:100vh;background:hsl(var(--background));font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;color:hsl(var(--foreground));margin:0;padding:0;background-image:linear-gradient(var(--landing-grid) 1px,transparent 1px),linear-gradient(90deg,var(--landing-grid) 1px,transparent 1px);background-size:40px 40px;background-position:0 0,0 0}.trustline-header{width:100%;background:hsl(var(--background));border-bottom:1px solid hsl(var(--border));padding:1rem 0;position:sticky;top:0;z-index:100;box-shadow:var(--shadow-sm)}.trustline-header-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.trustline-logo{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;color:var(--gray-900);text-decoration:none}.trustline-logo-icon{width:24px;height:24px;color:var(--gray-900)}.trustline-logo-text{color:var(--gray-900);font-weight:900;font-size:1.5rem}.trustline-nav{display:flex;align-items:center;gap:2rem}.trustline-nav-link{color:hsl(var(--foreground));text-decoration:none;font-size:.9375rem;font-weight:500;transition:color .2s}.trustline-nav-link:hover{color:hsl(var(--muted-foreground))}.trustline-header-actions{display:flex;align-items:center;gap:.75rem}.trustline-nav-theme-toggle{flex-shrink:0}.trustline-mobile-theme-toggle{padding:.75rem 0;border-bottom:1px solid hsl(var(--border));margin-bottom:.5rem;width:100%;justify-content:space-between}.trustline-btn{padding:.5rem 1.25rem;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;border:none;font-family:inherit}.trustline-btn-primary{background-color:#111827;color:#ffffff}.trustline-btn-primary:hover{background-color:#1f2937}.dark .trustline-btn-primary{background-color:#f9fafb;color:#111827}.dark .trustline-btn-primary:hover{background-color:#e5e7eb}.trustline-logo-image{height:28px;width:auto}.dark .trustline-logo-image{filter:invert(1)}.trustline-btn-secondary{background-color:hsl(var(--background));color:hsl(var(--foreground));border:1px solid hsl(var(--border))}.trustline-btn-secondary:hover{background-color:hsl(var(--accent))}.trustline-mobile-menu-button{display:none;background:none;border:none;cursor:pointer;padding:.5rem;color:hsl(var(--foreground));align-items:center;justify-content:center;transition:color .2s}.trustline-mobile-menu-button:hover{color:hsl(var(--muted-foreground))}.trustline-mobile-menu-button svg{width:24px;height:24px}.trustline-mobile-menu-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:999;opacity:0;transition:opacity .3s ease;pointer-events:none}.trustline-mobile-menu-overlay.trustline-mobile-menu-overlay-open{opacity:1;pointer-events:auto}.trustline-mobile-menu{display:none;position:fixed;top:0;right:-100%;width:280px;max-width:85vw;height:100vh;background:hsl(var(--background));box-shadow:var(--shadow-lg);z-index:1000;transition:right .3s ease;overflow-y:auto;padding:2rem 1.5rem;flex-direction:column;gap:2rem}.trustline-mobile-menu.trustline-mobile-menu-open{right:0}.trustline-mobile-nav{display:flex;flex-direction:column;gap:1.5rem}.trustline-mobile-nav-link{color:var(--gray-900);text-decoration:none;font-size:1rem;font-weight:500;padding:.75rem 0;border-bottom:1px solid var(--gray-200);transition:color .2s}.trustline-mobile-nav-link:hover{color:var(--gray-800)}.trustline-mobile-nav-link:last-child{border-bottom:none}.trustline-mobile-actions{display:flex;flex-direction:column;gap:1rem;margin-top:auto;padding-top:2rem;border-top:1px solid hsl(var(--border))}.trustline-mobile-btn{width:100%;justify-content:center}.trustline-hero-section{padding:6rem 2rem;position:relative;height:90vh;background:hsl(var(--background));background-size:40px 40px;background-position:0 0,0 0;display:flex;align-items:center;justify-content:space-between}.trustline-hero-left{width:80%;margin-left:10%}.trustline-hero-copy-bottom,.trustline-hero-copy-top,.trustline-hero-left{display:flex;flex-direction:column;gap:1.5rem}.trustline-hero-title{font-size:4.5rem;font-weight:800;color:hsl(var(--foreground));line-height:1;letter-spacing:-.03em;display:flex;flex-direction:column}.trustline-title-line{display:block}.trustline-hero-subtitle{font-size:1.25rem;color:hsl(var(--muted-foreground));line-height:1.6;margin-top:.5rem}.trustline-hero-input-group{display:flex;gap:.75rem;margin-top:1rem;align-items:stretch}.trustline-input-wrapper{flex:1;display:flex;align-items:center;background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:.5rem;padding:0 1rem;min-width:0}.trustline-input-prefix{color:hsl(var(--muted-foreground));font-size:1rem;white-space:nowrap}.trustline-hero-input{flex:1;border:none;outline:none;padding:.875rem .5rem;font-size:1rem;color:hsl(var(--foreground));background:transparent}.trustline-hero-input::-moz-placeholder{color:hsl(var(--muted-foreground))}.trustline-hero-input::placeholder{color:hsl(var(--muted-foreground))}.trustline-btn-hero-primary{background-color:#111827;color:#ffffff;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;border-radius:.5rem;white-space:nowrap;border:none;cursor:pointer;transition:background-color .2s}.trustline-btn-hero-primary:hover{background-color:#1f2937}.dark .trustline-btn-hero-primary{background-color:#f9fafb;color:#111827}.dark .trustline-btn-hero-primary:hover{background-color:#e5e7eb}.trustline-hero-secondary-link{margin-top:.75rem;font-size:.9375rem;font-weight:500}.trustline-hero-secondary-link a{color:hsl(var(--muted-foreground));text-decoration:none;transition:color .2s}.trustline-hero-secondary-link a:hover{color:hsl(var(--foreground));text-decoration:underline}.trustline-hero-footer{font-size:.9375rem;color:hsl(var(--muted-foreground));margin-top:1rem}.trustline-hero-link{color:var(--brand-primary);text-decoration:none;font-weight:500}.trustline-hero-link:hover{text-decoration:underline}.trustline-hero-right{position:relative;display:flex;justify-content:center;align-items:center;width:70%}.trustline-mockup-image{height:auto;max-width:100%;-o-object-fit:contain;object-fit:contain}.trustline-mockup-wrapper{position:relative;width:100%;max-width:500px}.trustline-mobile-mockup{position:relative;z-index:10;transform:rotate(-5deg)}.trustline-mockup-screen{width:280px;height:560px;background:var(--surface);border-radius:2rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);overflow:hidden;margin:0 auto}.trustline-mockup-header{background:var(--surface);padding:1rem;border-bottom:1px solid var(--gray-200)}.trustline-doordash-logo{display:flex;align-items:center;gap:.5rem}.trustline-dd-icon{width:32px;height:32px;background:#ff3008;color:#ffffff;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.125rem}.trustline-dd-text{font-size:1rem;font-weight:700;color:var(--gray-900);letter-spacing:.05em}.trustline-mockup-content{height:calc(100% - 80px);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.trustline-mockup-image{width:100%;height:100%}.trustline-floating-card{position:absolute;background:var(--surface);border-radius:.75rem;padding:.75rem 1rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:var(--gray-900);z-index:20}.trustline-card-icon{width:20px;height:20px;flex-shrink:0}.trustline-card-demo{top:10%;left:5%;color:#2563EB}.trustline-card-pitch{top:15%;right:10%;color:#EAB308}.trustline-card-team{bottom:20%;left:10%;color:#F59E0B}.trustline-card-traction{bottom:15%;right:5%;color:#DC2626}.trustline-widgets-section{padding:3rem 2rem 4rem;position:relative}.trustline-widgets-container{max-width:1400px;margin:0 auto;display:flex;justify-content:center;align-items:flex-start;gap:4rem;position:relative}.trustline-widget{background:var(--surface);border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);width:280px;flex-shrink:0}.trustline-comparison-item{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.trustline-comparison-item:last-child{margin-bottom:0}.trustline-comparison-value{display:flex;align-items:center;gap:.5rem;min-width:80px}.trustline-percentage{font-size:1.25rem;font-weight:700;color:var(--gray-800)}.trustline-arrow-up{width:16px;height:16px}.trustline-comparison-label{flex:1;font-size:.875rem;color:hsl(var(--muted-foreground));font-weight:500}.trustline-toggle{width:44px;height:24px;border-radius:12px;position:relative;transition:background-color .2s}.trustline-toggle-off{background-color:var(--gray-300)}.trustline-toggle-on{background-color:#10b981}.trustline-toggle:after{content:"";position:absolute;width:18px;height:18px;border-radius:50%;background-color:var(--surface);top:3px;transition:left .2s;box-shadow:0 1px 2px rgba(0,0,0,.2)}.trustline-toggle-off:after{left:3px}.trustline-toggle-on:after{left:23px}.trustline-security-header{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:var(--gray-700);margin-bottom:1.5rem}.trustline-check-icon-small{width:16px;height:16px}.trustline-security-icon-wrapper{padding:2rem}.trustline-security-check-large,.trustline-security-icon-wrapper{display:flex;justify-content:center;align-items:center;position:relative}.trustline-security-check-large{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#d1fae5,#a7f3d0)}.trustline-security-check-large:before{content:"";position:absolute;width:100%;height:100%;border-radius:50%;background-image:radial-gradient(circle,#e5e7eb 1px,transparent 0);background-size:20px 20px;opacity:.3;z-index:0}.trustline-security-check-large svg{position:relative;z-index:1}.trustline-workflow{padding:4rem 2rem;position:relative;background:var(--gray-50);min-height:500px}.trustline-workflow:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(90deg,#e5e7eb 1px,transparent 0),linear-gradient(180deg,#e5e7eb 1px,transparent 0);background-size:40px 40px;opacity:.3;pointer-events:none}.trustline-workflow-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr auto 1fr;gap:3rem;align-items:center;position:relative;z-index:10;padding:2rem 0}.trustline-workflow-card{background:var(--surface);border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1)}.trustline-card-title{font-size:1rem;font-weight:600;color:var(--gray-800);margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.trustline-team-icon{width:24px;height:24px}.trustline-profile-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.trustline-profile-item{aspect-ratio:1}.trustline-profile-avatar{width:100%;height:100%;border-radius:.5rem;display:flex;align-items:center;justify-content:center;overflow:hidden}.trustline-profile-avatar.trustline-profile-empty{background-color:var(--gray-100);border:1px dashed #d1d5db}.trustline-profile-face{font-size:1.5rem;color:#ffffff}.trustline-central-node{min-width:200px}.trustline-central-node,.trustline-node-content{position:relative;display:flex;align-items:center;justify-content:center}.trustline-node-content{background:linear-gradient(135deg,#bfdbfe,#93c5fd);border-radius:60px;width:220px;height:90px;gap:.5rem;padding:1rem 1.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);z-index:20}.trustline-node-icon{width:32px;height:32px;color:#ffffff}.trustline-node-text{font-size:1.125rem;font-weight:700;color:#ffffff}.trustline-service-icons{position:absolute;left:-40px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:.75rem}.trustline-service-icon{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;box-shadow:0 2px 4px rgba(0,0,0,.15);position:relative}.trustline-icon-c{background-color:#a78bfa;color:#ffffff}.trustline-icon-dollar{background-color:#f472b6;color:#ffffff}.trustline-icon-e{background-color:#60a5fa;color:#ffffff}.trustline-team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.trustline-team-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.trustline-team-avatar{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden}.trustline-team-face{font-size:1.5rem;color:#ffffff}.trustline-team-label{font-size:.75rem;color:var(--gray-500);font-weight:500}.trustline-team-icon-item{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:var(--surface);box-shadow:0 1px 3px rgba(0,0,0,.1)}.trustline-spark-icon{width:32px;height:32px}.trustline-icon-ai{background:linear-gradient(135deg,#a78bfa,#8b5cf6);color:#ffffff;font-size:.875rem;font-weight:700}.trustline-icon-brain{background:linear-gradient(135deg,#10b981,#059669);color:#ffffff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;font-size:.625rem;font-weight:600;padding:.5rem}.trustline-icon-brain svg{width:20px;height:20px}.trustline-connections{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;overflow:visible}@media (max-width:1024px){.trustline-hero-section{flex-direction:column;height:auto;min-height:auto;align-items:stretch}.trustline-hero-left{display:contents;width:100%;margin-left:0;margin-bottom:0}.trustline-hero-copy-top{order:1;width:100%;margin-bottom:1.5rem}.trustline-hero-right{width:100%;order:2;margin-bottom:1.5rem}.trustline-hero-copy-bottom{order:3;width:100%}.trustline-hero-title{font-size:3.5rem}.trustline-mockup-image{width:100%;height:auto;display:block}}@media (max-width:768px){.trustline-header-container{flex-wrap:nowrap;gap:1rem;padding:0 1.5rem;position:relative}.trustline-header-actions,.trustline-nav{display:none}.trustline-mobile-menu-button{display:flex;margin-left:auto}.trustline-mobile-menu-overlay{display:block}.trustline-mobile-menu{display:flex}.trustline-btn{padding:.5rem 1rem;font-size:.8125rem}.trustline-hero-section{flex-direction:column;padding:3rem 1.5rem 4rem;align-items:stretch;justify-content:flex-start;width:100%;height:auto;min-height:auto}.trustline-hero-left{display:contents;width:100%;margin-left:0;margin-bottom:0}.trustline-hero-copy-top{order:1;width:100%;margin-bottom:1.5rem}.trustline-hero-copy-bottom{order:3;width:100%}.trustline-hero-title{font-size:2.5rem;text-align:left}.trustline-hero-subtitle{font-size:1.125rem;text-align:left}.trustline-hero-input-group{flex-direction:column;gap:.75rem}.trustline-btn-hero-primary,.trustline-input-wrapper{width:100%}.trustline-hero-footer{text-align:left;font-size:.875rem}.trustline-hero-right{width:100%;margin:0 0 1.5rem;order:2}.trustline-mockup-image{width:100%;height:auto;display:block}}@media (max-width:480px){.trustline-header{padding:.75rem 0}.trustline-header-container{padding:0 1rem}.trustline-logo{font-size:1.125rem}.trustline-logo-icon{width:20px;height:20px}.trustline-header-actions{gap:.5rem}.trustline-btn{font-size:.75rem}.trustline-btn,.trustline-btn-primary,.trustline-btn-secondary{padding:.5rem .875rem}.trustline-hero-section{padding:2rem 1rem 3rem;width:100%;height:auto;min-height:auto}.trustline-hero-copy-top,.trustline-hero-right{margin-bottom:1rem}.trustline-hero-title{font-size:2rem}.trustline-hero-subtitle{font-size:1rem;line-height:1.5}.trustline-hero-input-group{gap:.5rem}.trustline-input-wrapper{padding:0 .75rem}.trustline-input-prefix{font-size:.875rem}.trustline-hero-input{padding:.75rem .25rem;font-size:.875rem}.trustline-btn-hero-primary{padding:.75rem 1.25rem;font-size:.875rem}.trustline-hero-footer{font-size:.8125rem;line-height:1.5}.trustline-hero-right{width:100%}}