@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.header{position:fixed;top:0;left:0;right:0;background:#0d0d0d;border-bottom:1px solid #2C2C2C;z-index:1000;padding:20px 24px}.header-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;text-decoration:none;transition:opacity .2s ease}.logo:hover{opacity:.85}.logo-img{height:40px;width:auto}.nav{display:flex;gap:32px;align-items:center}.nav a{font-size:1rem;font-weight:500;color:#fff;text-decoration:none;transition:color .2s ease}.nav a:hover{color:#dc2626}.nav-cta{background:#dc2626;color:#fff!important;padding:10px 20px;border-radius:6px;font-weight:600!important;transition:background .2s ease}.nav-cta:hover{background:#b91c1c!important;color:#fff!important}@media (max-width: 768px){.header{padding:16px 20px}.logo-img{height:32px}.nav{gap:20px}.nav a{font-size:.9rem}}.footer{background:#000;color:#fff;padding:60px 24px 24px}.footer-container{max-width:1200px;margin:0 auto}.footer-content{display:grid;grid-template-columns:2fr 1fr;gap:60px;margin-bottom:40px}.footer-brand{max-width:400px}.footer-logo-img{height:50px;width:auto;margin-bottom:20px}.footer-tagline{font-size:1rem;line-height:1.6;color:#94a3b8}.footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}.footer-column h4{font-size:.875rem;font-weight:600;color:#fff;margin-bottom:16px;text-transform:uppercase;letter-spacing:.05em}.footer-column a{display:block;font-size:.9375rem;color:#94a3b8;text-decoration:none;margin-bottom:12px;transition:color .2s ease}.footer-column a:hover{color:#dc2626}.footer-bottom{padding-top:24px;border-top:1px solid #1e293b;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.footer-bottom p{font-size:.875rem;color:#64748b;margin:0}.footer-legal{display:flex;align-items:center;gap:12px}.footer-legal a{font-size:.8125rem;color:#64748b;text-decoration:none;transition:color .2s ease}.footer-legal a:hover{color:#dc2626}.footer-divider{color:#374151;font-size:.75rem}@media (max-width: 768px){.footer{padding:40px 20px 20px}.footer-content{grid-template-columns:1fr;gap:40px}.footer-links{grid-template-columns:1fr;gap:32px}.footer-bottom{flex-direction:column;text-align:center}.footer-legal{justify-content:center}}.hero-section{position:relative;background:url(/iso-grid.svg) repeat,#0a0a0a;background-size:50px 50px,auto;padding:160px 24px 100px;min-height:85vh;display:flex;align-items:center;overflow:hidden}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at 80% 50%,rgba(139,30,30,.06) 0%,transparent 50%);pointer-events:none;z-index:0}.hero-section:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.03'/%3E%3C/svg%3E");pointer-events:none;z-index:0}.hero-container{max-width:1200px;margin:0 auto;width:100%;position:relative;z-index:1}.hero-content{max-width:900px}.hero-headline{font-size:4rem;font-weight:700;line-height:1.1;color:#fff;margin:0 0 24px;letter-spacing:-.02em}.hero-headline .highlight{color:#dc2626}.hero-subline{font-size:1.5rem;font-weight:500;line-height:1.5;color:#cbd5e1;margin:0 0 24px;max-width:800px}.hero-supporting{font-size:1.125rem;font-weight:400;line-height:1.7;color:#9ca3af;margin:0 0 40px;max-width:700px}.hero-cta-group{display:flex;gap:16px;flex-wrap:wrap}.btn-primary{background:#dc2626;color:#fff;font-size:1.125rem;font-weight:600;padding:16px 32px;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease}.btn-primary:hover{background:#b91c1c;transform:translateY(-1px);box-shadow:0 4px 12px #dc26264d}.btn-secondary{background:transparent;color:#fff;font-size:1.125rem;font-weight:600;padding:16px 32px;border:2px solid #ffffff;border-radius:6px;cursor:pointer;transition:all .2s ease}.btn-secondary:hover{background:#fff;color:#000;transform:translateY(-1px)}@media (max-width: 768px){.hero-section{padding:100px 20px 60px;min-height:auto}.hero-headline{font-size:2.5rem}.hero-subline{font-size:1.25rem}.hero-supporting{font-size:1rem}.hero-cta-group{flex-direction:column}.btn-primary,.btn-secondary{width:100%;text-align:center}}.magnetic-button{display:inline-block;font-family:inherit;font-size:1rem;font-weight:600;padding:16px 32px;border:none;border-radius:6px;cursor:pointer;background:#dc2626;color:#fff;text-decoration:none;transition:transform .2s ease,box-shadow .3s ease,background .2s ease}.magnetic-button:hover{background:#b91c1c;box-shadow:0 0 12px #dc262659}@media (max-width: 768px){.magnetic-button{padding:14px 24px}}.stack-section{background:#151515;padding:100px 24px}.stack-container{max-width:1200px;margin:0 auto}.stack-header{text-align:center;margin-bottom:60px}.stack-title{font-size:2.5rem;font-weight:700;color:#fff;margin:0 0 16px;letter-spacing:-.01em}.stack-subtitle{font-size:1.25rem;font-weight:400;color:#9ca3af;margin:0}.stack-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-bottom:48px}.stack-grid>*{height:100%}.stack-card{background:#1b1b1b;padding:40px;border-radius:8px;border:1px solid #2C2C2C;transition:all .3s ease;position:relative;height:100%;box-sizing:border-box}.stack-card:hover{border-color:#dc2626;box-shadow:0 8px 24px #dc262626;transform:translateY(-4px)}.stack-number{font-size:2.5rem;font-weight:700;color:#dc2626;margin-bottom:16px;opacity:.3}.stack-card-title{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 12px}.stack-card-description{font-size:1.125rem;font-weight:400;line-height:1.7;color:#9ca3af;margin:0}.stack-tagline{text-align:center;font-size:1.25rem;font-weight:600;color:#fff;margin:0}@media (max-width: 768px){.stack-section{padding:60px 20px}.stack-title{font-size:2rem}.stack-subtitle{font-size:1.125rem}.stack-grid{grid-template-columns:1fr;gap:24px}.stack-card{padding:32px}.stack-tagline{font-size:1.125rem}}.who-section{background:url(/iso-grid.svg) repeat,#0d0d0d;background-size:50px 50px,auto;padding:100px 24px}.who-container{max-width:1200px;margin:0 auto}.who-header{text-align:center;margin-bottom:60px}.who-title{font-size:2.5rem;font-weight:700;color:#fff;margin:0 0 16px;letter-spacing:-.01em}.who-subtitle{font-size:1.25rem;font-weight:400;color:#9ca3af;max-width:700px;margin:0 auto}.who-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-bottom:48px}.who-card{background:#1b1b1b;padding:40px;border-radius:8px;border-left:4px solid #dc2626;transition:all .3s ease}.who-card:hover{background:#222;box-shadow:0 8px 24px #dc262626;transform:translate(4px)}.who-card-title{font-size:1.375rem;font-weight:700;color:#fff;margin:0 0 8px}.who-card-description{font-size:1.125rem;font-weight:400;color:#9ca3af;margin:0}.who-positioning{text-align:center;font-size:1.25rem;font-weight:500;color:#fff;margin:0;font-style:italic}@media (max-width: 768px){.who-section{padding:60px 20px}.who-title{font-size:2rem}.who-subtitle{font-size:1.125rem}.who-grid{grid-template-columns:1fr;gap:24px}.who-card{padding:32px}.who-positioning{font-size:1.125rem}}.approach-section{background:url(/iso-grid.svg) repeat,#000;background-size:50px 50px,auto;padding:100px 24px;color:#fff}.approach-container{max-width:1200px;margin:0 auto}.approach-header{text-align:center;margin-bottom:80px}.approach-title{font-size:2.5rem;font-weight:700;color:#fff;margin:0;letter-spacing:-.01em}.approach-steps{display:flex;flex-direction:column;gap:0;margin-bottom:60px}.approach-step{display:flex;align-items:flex-start;gap:32px;padding:32px 0;position:relative}.step-number{flex-shrink:0;width:80px;height:80px;background:#dc2626;color:#fff;font-size:2rem;font-weight:700;display:flex;align-items:center;justify-content:center;border-radius:50%}.step-content{flex:1;padding-top:12px}.step-title{font-size:1.75rem;font-weight:700;color:#fff;margin:0 0 8px}.step-description{font-size:1.125rem;font-weight:400;color:#94a3b8;margin:0;line-height:1.7}.step-connector{position:absolute;left:39px;top:112px;width:2px;height:calc(100% - 32px);background:#334155}.approach-step:last-child .step-connector{display:none}.approach-differentiator{text-align:center;padding:40px;background:#1a1a1a;border-radius:8px;border-left:4px solid #dc2626}.approach-differentiator p{font-size:1.375rem;font-weight:600;color:#fff;margin:0}@media (max-width: 768px){.approach-section{padding:60px 20px}.approach-title{font-size:2rem}.approach-step{gap:20px}.step-number{width:60px;height:60px;font-size:1.5rem}.step-connector{left:29px;top:92px}.step-title{font-size:1.375rem}.step-description{font-size:1rem}.approach-differentiator p{font-size:1.125rem}}.case-section{background:#242424;padding:100px 24px}.case-container{max-width:1200px;margin:0 auto}.case-header{text-align:center;margin-bottom:80px}.case-title{font-size:3rem;font-weight:700;color:#fff;margin:0 0 16px;letter-spacing:-.02em}.case-subtitle{font-size:1.25rem;font-weight:400;color:#9ca3af;margin:0}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:40px}.project-card{display:block;background:#1a1a1a;border-radius:12px;overflow:hidden;border:1px solid #2a2a2a;transition:all .3s ease;text-decoration:none}.project-card:hover{transform:translateY(-4px);background:#000;border-color:#dc2626}.project-card-image{width:100%;aspect-ratio:16 / 9;overflow:hidden;background:#242424}.project-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-card:hover .project-card-image img{transform:scale(1.05)}.project-card-content{padding:32px}.project-card-header{margin-bottom:16px}.project-card-title{font-size:1.75rem;font-weight:700;color:#fff;margin:0 0 8px;letter-spacing:-.01em}.project-card-industry{display:inline-block;font-size:.875rem;font-weight:600;color:#fff;padding:4px 12px;background:#242424;border-radius:6px;border:1px solid #2a2a2a}.project-card-goal{font-size:1.0625rem;line-height:1.7;color:#9ca3af;margin:16px 0 24px}.project-card-link{display:inline-block;font-size:1rem;font-weight:600;color:#dc2626;transition:all .2s ease}.project-card:hover .project-card-link{transform:translate(4px)}@media (max-width: 768px){.case-section{padding:60px 20px}.case-header{margin-bottom:48px}.case-title{font-size:2.25rem}.case-subtitle{font-size:1.125rem}.projects-grid{grid-template-columns:1fr;gap:32px}.project-card-content{padding:24px}.project-card-title{font-size:1.5rem}.project-card-goal{font-size:1rem}}.leadops-section{background:#151515;padding:100px 24px}.leadops-container{max-width:1200px;margin:0 auto}.leadops-header{text-align:center;margin-bottom:60px}.leadops-title{font-size:2.5rem;font-weight:700;color:#fff;margin:0 0 16px;letter-spacing:-.01em}.leadops-intro{font-size:1.5rem;font-weight:500;color:#9ca3af;margin:0}.leadops-comparison{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin-bottom:60px}.leadops-column{padding:40px;border-radius:8px}.gap-column{background:#1b1b1b;border-left:4px solid #ef4444}.solution-column{background:#1b1b1b;border-left:4px solid #22c55e}.column-title{font-size:1.375rem;font-weight:700;color:#fff;margin:0 0 24px}.leadops-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.gap-column .leadops-list li{font-size:1.125rem;font-weight:400;color:#9ca3af;padding-left:32px;position:relative}.gap-column .leadops-list li:before{content:"✕";position:absolute;left:0;color:#ef4444;font-weight:700;font-size:1.25rem}.solution-column .leadops-list li{font-size:1.125rem;font-weight:400;color:#9ca3af;padding-left:32px;position:relative}.solution-column .leadops-list li:before{content:"✓";position:absolute;left:0;color:#22c55e;font-weight:700;font-size:1.25rem}.leadops-statement{text-align:center;padding:40px;background:#000;border-radius:8px}.leadops-statement p{font-size:1.5rem;font-weight:600;color:#fff;margin:0}@media (max-width: 768px){.leadops-section{padding:60px 20px}.leadops-title{font-size:2rem}.leadops-intro{font-size:1.25rem}.leadops-comparison{grid-template-columns:1fr;gap:24px}.leadops-column{padding:32px}.column-title{font-size:1.25rem}.leadops-list li{font-size:1rem}.leadops-statement p{font-size:1.25rem}}.why-section{background:#1a1a1a;padding:100px 24px}.why-container{max-width:1200px;margin:0 auto}.why-header{text-align:center;margin-bottom:60px}.why-title{font-size:2.5rem;font-weight:700;color:#fff;margin:0;letter-spacing:-.01em}.comparison-table{background:#242424;border-radius:12px;overflow:hidden;border:1px solid #2a2a2a;margin-bottom:40px}.comparison-header{display:grid;grid-template-columns:1fr 1fr;background:#000}.comparison-col{padding:24px 32px;font-size:1.125rem;font-weight:700;color:#fff;text-align:center}.comparison-col.highlight-col{background:#dc2626}.comparison-row{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid #2a2a2a}.comparison-row:last-child{border-bottom:none}.comparison-cell{padding:24px 32px;font-size:1.125rem;font-weight:400;color:#9ca3af;display:flex;align-items:center}.comparison-cell.highlight-cell{background:#1a1a1a;font-weight:500;color:#fff}.why-message{text-align:center;padding:40px;background:#000;border-radius:8px}.why-message p{font-size:1.375rem;font-weight:600;color:#fff;margin:0}@media (max-width: 768px){.why-section{padding:60px 20px}.why-title{font-size:2rem}.comparison-header,.comparison-row{grid-template-columns:1fr}.comparison-col,.comparison-cell{padding:20px;font-size:1rem;text-align:left}.comparison-col{text-align:center}.comparison-row{border-bottom:none}.comparison-cell:first-child{border-bottom:1px solid #2a2a2a}.why-message p{font-size:1.125rem}}.audit-section{background:#1a1a1a;padding:100px 24px}.audit-container{max-width:1200px;margin:0 auto}.audit-content{display:grid;grid-template-columns:1fr 1.2fr;gap:80px;align-items:start}.audit-header{color:#fff}.audit-title{font-size:2.5rem;font-weight:700;color:#fff;margin:0 0 24px;letter-spacing:-.01em}.audit-description{font-size:1.125rem;font-weight:400;color:#9ca3af;margin:0 0 40px;line-height:1.7}.audit-includes h3{font-size:1.25rem;font-weight:700;color:#fff;margin:0 0 16px}.audit-includes ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.audit-includes li{font-size:1.125rem;font-weight:400;color:#9ca3af;padding-left:32px;position:relative}.audit-includes li:before{content:"✓";position:absolute;left:0;color:#dc2626;font-weight:700;font-size:1.25rem}.audit-form{background:#242424;padding:48px;border-radius:12px;border:1px solid #2a2a2a}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}.form-group label{display:block;font-size:.875rem;font-weight:600;color:#fff;margin-bottom:8px;text-transform:uppercase;letter-spacing:.05em}.form-group input,.form-group select{width:100%;padding:14px 16px;font-size:1rem;font-weight:400;color:#fff;background:#1a1a1a;border:2px solid #333333;border-radius:6px;transition:all .2s ease;font-family:inherit}.form-group input:focus,.form-group select:focus{outline:none;border-color:#dc2626;background:#000}.form-message{padding:16px;border-radius:6px;margin-bottom:24px;font-size:1rem;font-weight:500}.success-message{background:#dcfce7;color:#166534;border:1px solid #86efac}.error-message{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.submit-btn{width:100%;background:#dc2626;color:#fff;font-size:1.125rem;font-weight:600;padding:16px 32px;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease}.submit-btn:hover:not(:disabled){background:#b91c1c;transform:translateY(-1px);box-shadow:0 4px 12px #dc26264d}.submit-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 968px){.audit-content{grid-template-columns:1fr;gap:48px}}@media (max-width: 768px){.audit-section{padding:60px 20px}.audit-title{font-size:2rem}.audit-description{font-size:1rem}.audit-form{padding:32px}.form-row{grid-template-columns:1fr}}.services-page{background:#0a0a0a;color:#fff;min-height:100vh}.services-hero{padding:160px 24px 80px;text-align:center;background:url(/iso-grid.svg) repeat,linear-gradient(180deg,#0a0a0a,#0d0d0d);background-size:50px 50px,auto}.services-hero h1{font-size:3.5rem;font-weight:700;line-height:1.2;margin:0 0 24px;color:#fff}.services-intro{font-size:1.25rem;line-height:1.6;color:#9ca3af;max-width:800px;margin:0 auto}.services-list{padding:80px 24px}.service-block{max-width:900px;margin:0 auto 80px;padding:40px;background:#0d0d0d;border:1px solid #2C2C2C;border-radius:8px}.service-block:last-child{margin-bottom:0}.service-block h2{font-size:2rem;font-weight:700;margin:0 0 16px;color:#fff}.service-description{font-size:1.125rem;line-height:1.6;color:#cbd5e1;margin:0 0 24px}.service-outcomes{list-style:none;padding:0;margin:0}.service-outcomes li{font-size:1rem;line-height:1.6;color:#9ca3af;border-bottom:1px solid #1a1a1a;padding:12px 0 12px 24px;position:relative}.service-outcomes li:last-child{border-bottom:none}.service-outcomes li:before{content:"→";position:absolute;left:0;color:#dc2626;font-weight:700}.services-cta{padding:100px 24px;text-align:center;background:#0d0d0d;border-top:1px solid #2C2C2C}.services-cta h2{font-size:2.5rem;font-weight:700;margin:0 0 16px;color:#fff}.services-cta p{font-size:1.25rem;line-height:1.6;color:#9ca3af;margin:0 0 32px}@media (max-width: 768px){.services-hero{padding:120px 20px 60px}.services-hero h1{font-size:2.5rem}.services-intro{font-size:1.125rem}.services-list{padding:60px 20px}.service-block{padding:24px;margin-bottom:40px}.service-block h2{font-size:1.75rem}.services-cta{padding:60px 20px}.services-cta h2{font-size:2rem}}.projects-page{background:#0a0a0a;color:#fff;min-height:100vh}.projects-hero{padding:160px 24px 80px;text-align:center;background:url(/iso-grid.svg) repeat,linear-gradient(180deg,#0a0a0a,#0d0d0d);background-size:50px 50px,auto}.projects-hero h1{font-size:3.5rem;font-weight:700;line-height:1.2;margin:0 0 24px;color:#fff}.projects-intro{font-size:1.25rem;line-height:1.6;color:#9ca3af;max-width:800px;margin:0 auto}.projects-grid-section{padding:80px 24px 120px}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:40px;max-width:1200px;margin:0 auto}.project-card{background:#0d0d0d;border:1px solid #2C2C2C;border-radius:8px;overflow:hidden;text-decoration:none;transition:all .3s ease;display:block}.project-card:hover{border-color:#dc2626;transform:translateY(-4px);box-shadow:0 8px 24px #0000004d}.project-image{width:100%;height:300px;overflow:hidden;background:#0a0a0a}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-card:hover .project-image img{transform:scale(1.05)}.project-info{padding:32px}.project-industry{display:inline-block;font-size:.875rem;font-weight:600;color:#dc2626;text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px}.project-title{font-size:1.75rem;font-weight:700;color:#fff;margin:0 0 12px}.project-goal{font-size:1rem;line-height:1.6;color:#9ca3af;margin:0}@media (max-width: 768px){.projects-hero{padding:120px 20px 60px}.projects-hero h1{font-size:2.5rem}.projects-intro{font-size:1.125rem}.projects-grid-section{padding:60px 20px 80px}.projects-grid{grid-template-columns:1fr;gap:32px}.project-image{height:220px}.project-info{padding:24px}.project-title{font-size:1.5rem}}.tools-page{background:#0a0a0a;color:#fff;min-height:100vh}.tools-hero{padding:160px 24px 80px;text-align:center;background:url(/iso-grid.svg) repeat,linear-gradient(180deg,#0a0a0a,#0d0d0d);background-size:50px 50px,auto}.tools-hero h1{font-size:3.5rem;font-weight:700;line-height:1.2;margin:0 0 24px;color:#fff}.tools-intro{font-size:1.25rem;line-height:1.6;color:#9ca3af;max-width:800px;margin:0 auto}.tools-list-section{padding:80px 24px 120px}.tools-list{display:flex;flex-direction:column;gap:24px;max-width:900px;margin:0 auto}.tool-card{background:#0d0d0d;border:1px solid #2C2C2C;border-radius:12px;overflow:hidden;transition:all .3s ease}.tool-card:hover{border-color:#404040}.tool-card.expanded{border-color:#dc2626}.tool-card-header{width:100%;display:flex;align-items:flex-start;gap:16px;padding:24px;background:transparent;border:none;cursor:pointer;text-align:left;color:inherit;font-family:inherit}.tool-card-header:hover{background:#ffffff05}.tool-card-toggle{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;margin-top:4px}.toggle-icon{font-size:.75rem;color:#dc2626;transition:transform .2s ease}.tool-card-info{flex:1;min-width:0}.tool-name{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 8px;display:flex;align-items:center;gap:12px}.tool-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;flex-shrink:0}.tool-icon svg{width:100%;height:100%;filter:drop-shadow(0 0 8px rgba(0,212,255,.6)) drop-shadow(0 0 16px rgba(0,153,255,.4)) drop-shadow(0 0 24px rgba(99,102,241,.3));animation:pulse-glow 2s ease-in-out infinite alternate}@keyframes pulse-glow{0%{filter:drop-shadow(0 0 8px rgba(0,212,255,.6)) drop-shadow(0 0 16px rgba(0,153,255,.4)) drop-shadow(0 0 24px rgba(99,102,241,.3))}to{filter:drop-shadow(0 0 12px rgba(0,212,255,.8)) drop-shadow(0 0 24px rgba(0,153,255,.6)) drop-shadow(0 0 36px rgba(99,102,241,.5))}}.tool-tagline{font-size:1rem;color:#9ca3af;margin:0 0 8px}.tool-category{display:inline-block;font-size:.75rem;font-weight:600;color:#dc2626;text-transform:uppercase;letter-spacing:.05em}.tool-card-status{flex-shrink:0}.status-badge{display:inline-block;padding:6px 12px;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.status-live{background:#22c55e26;color:#22c55e;border:1px solid rgba(34,197,94,.3)}.status-dev{background:#eab30826;color:#eab308;border:1px solid rgba(234,179,8,.3)}.status-beta{background:#6366f126;color:#818cf8;border:1px solid rgba(99,102,241,.3)}.status-default{background:#9ca3af26;color:#9ca3af;border:1px solid rgba(156,163,175,.3)}.tool-card-content{max-height:0;overflow:hidden;transition:max-height .4s ease}.tool-card.expanded .tool-card-content{max-height:2000px}.tool-card-body{padding:24px 24px 32px 64px;border-top:1px solid #2C2C2C;margin-top:0}.tool-description{font-size:1.125rem;line-height:1.7;color:#d1d5db;margin-bottom:32px}.tool-section{margin-bottom:28px}.tool-section-title{font-size:.875rem;font-weight:700;color:#dc2626;text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px}.tool-section p{font-size:1rem;line-height:1.7;color:#9ca3af;margin:0}.tool-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.tool-features li{position:relative;padding-left:20px;font-size:1rem;line-height:1.6;color:#9ca3af}.tool-features li:before{content:"•";position:absolute;left:0;color:#dc2626;font-weight:700}.tool-metrics{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:24px}.metric-badge{display:inline-block;padding:8px 16px;background:#22c55e1a;border:1px solid rgba(34,197,94,.3);border-radius:6px;font-size:.875rem;font-weight:600;color:#22c55e}.tool-evolution{background:#ffffff05;border-radius:8px;padding:20px;margin-top:8px}.evolution-selector{margin-bottom:16px}.evolution-dropdown{width:100%;max-width:400px;padding:12px 40px 12px 16px;background:#1a1a1a;border:1px solid #3f3f3f;border-radius:8px;color:#fff;font-size:.9375rem;font-family:inherit;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%239ca3af' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center}.evolution-dropdown:hover{border-color:#525252}.evolution-dropdown:focus{outline:none;border-color:#dc2626}.evolution-dropdown option{background:#1a1a1a;color:#fff;padding:12px}.evolution-details{padding-top:8px}.evolution-description{font-size:1rem;line-height:1.6;color:#d1d5db;margin-bottom:16px}.evolution-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.evolution-features li{position:relative;padding-left:20px;font-size:.9375rem;line-height:1.5;color:#9ca3af}.evolution-features li:before{content:"→";position:absolute;left:0;color:#818cf8}@media (max-width: 768px){.tools-hero{padding:120px 20px 60px}.tools-hero h1{font-size:2.5rem}.tools-intro{font-size:1.125rem}.tools-list-section{padding:60px 20px 80px}.tool-card-header{padding:20px;flex-wrap:wrap}.tool-card-toggle{order:1}.tool-card-info{order:2;flex:1}.tool-card-status{order:3;width:100%;margin-top:12px;padding-left:40px}.tool-name{font-size:1.25rem}.tool-card-body{padding:0 20px 24px}.tool-icon{width:28px;height:28px}}.case-studies-page{background:#0a0a0a;color:#fff;min-height:100vh}.case-studies-hero{padding:160px 24px 80px;text-align:center;background:url(/iso-grid.svg) repeat,linear-gradient(180deg,#0a0a0a,#0d0d0d);background-size:50px 50px,auto}.case-studies-hero h1{font-size:3.5rem;font-weight:700;line-height:1.2;margin:0 0 24px;color:#fff}.case-studies-intro{font-size:1.25rem;line-height:1.6;color:#9ca3af;max-width:800px;margin:0 auto}.case-studies-list{padding:80px 24px 120px}.case-study-card{max-width:900px;margin:0 auto 60px;padding:48px;background:#0d0d0d;border:1px solid #2C2C2C;border-radius:8px}.case-study-card:last-child{margin-bottom:0}.case-study-header{margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid #2C2C2C}.case-study-industry{display:inline-block;font-size:.875rem;font-weight:600;color:#dc2626;text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px}.case-study-business{font-size:2rem;font-weight:700;margin:0;color:#fff}.case-study-section{margin-bottom:32px}.case-study-section:last-of-type{margin-bottom:24px}.case-study-section h3{font-size:1.25rem;font-weight:700;color:#fff;margin:0 0 12px}.case-study-section p{font-size:1.125rem;line-height:1.7;color:#cbd5e1;margin:0}.case-study-status{padding:16px 24px;background:#1a1a1a;border-left:3px solid #dc2626;font-size:.95rem;font-weight:600;color:#9ca3af;border-radius:4px}.case-study-updates-list{display:flex;flex-direction:column;gap:16px}.case-study-update-dropdown{border:1px solid #2C2C2C;border-radius:8px;background:#111;overflow:hidden}.update-summary{cursor:pointer;padding:20px 24px;display:flex;align-items:center;gap:16px;list-style:none;transition:background .2s ease}.update-summary::-webkit-details-marker{display:none}.update-summary:before{content:"▶";font-size:.75rem;color:#dc2626;transition:transform .2s ease;flex-shrink:0}.case-study-update-dropdown[open] .update-summary:before{transform:rotate(90deg)}.update-summary:hover{background:#1a1a1a}.update-date{color:#9ca3af;font-size:.875rem;font-weight:500;white-space:nowrap;flex-shrink:0}.update-title{color:#fff;font-size:1.0625rem;font-weight:600}.update-content{padding:24px 24px 32px;border-top:1px solid #2C2C2C}.update-content .case-study-section:first-child{margin-top:0}.case-study-full{max-width:900px}.case-study-tagline{font-size:1.125rem;color:#9ca3af;margin:12px 0 0;font-weight:400}.case-study-section p{margin-bottom:16px}.case-study-section p:last-child{margin-bottom:0}.case-study-list{list-style:none;padding:0;margin:16px 0}.case-study-list li{position:relative;padding-left:20px;margin-bottom:10px;font-size:1.0625rem;line-height:1.6;color:#cbd5e1}.case-study-list li:before{content:"";position:absolute;left:0;top:10px;width:6px;height:6px;background:#dc2626;border-radius:50%}.case-study-highlight{background:#111;padding:32px;border-radius:8px;border-left:3px solid #dc2626;margin-bottom:32px}.expected-intro,.benefits-intro{font-weight:600;color:#fff;margin-top:20px;margin-bottom:8px}.case-study-phase{margin-top:28px;padding-top:24px;border-top:1px solid #2C2C2C}.case-study-phase:first-child{margin-top:20px;padding-top:0;border-top:none}.case-study-phase h4{font-size:1.125rem;font-weight:700;color:#fff;margin:0 0 16px}.case-study-phase h5{font-size:1rem;font-weight:600;color:#dc2626;margin:20px 0 8px}.phase-summary{font-weight:500;color:#9ca3af;font-style:italic;margin-top:16px}.case-study-image{margin:32px 0 0;padding:0}.case-study-image img{width:100%;height:auto;border-radius:8px;border:1px solid #2C2C2C}.case-study-image figcaption{margin-top:12px;font-size:.875rem;color:#9ca3af;text-align:center;font-style:italic}.case-study-diagram{margin:32px 0 0;padding:0}.case-study-diagram img{width:100%;height:auto;border-radius:8px;background:#0a0a0a}.case-study-diagram figcaption{margin-top:12px;font-size:.875rem;color:#9ca3af;text-align:center;font-style:italic}.case-study-code{background:#111;border:1px solid #2C2C2C;border-radius:8px;padding:24px;margin:24px 0;overflow-x:auto}.case-study-code code{font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.875rem;line-height:1.6;color:#cbd5e1;white-space:pre-wrap;word-break:break-word}.case-study-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:24px}.case-study-gallery .case-study-image{margin:0}.case-study-gallery .case-study-image img{aspect-ratio:4/5;object-fit:cover}.case-study-gallery .case-study-image figcaption{font-size:.8125rem;margin-top:8px}.case-study-takeaway{background:linear-gradient(135deg,#111,#0d0d0d);padding:40px;border-radius:8px;border:1px solid #2C2C2C;text-align:center;margin-top:48px}.case-study-takeaway h3{font-size:1.5rem;margin-bottom:24px}.takeaway-points{margin-bottom:24px}.takeaway-point{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:8px}.takeaway-point:last-child{margin-bottom:0}.takeaway-summary{font-size:1.0625rem;color:#9ca3af;max-width:700px;margin:24px auto 0;line-height:1.7}@media (max-width: 768px){.case-studies-hero{padding:120px 20px 60px}.case-studies-hero h1{font-size:2.5rem}.case-studies-intro{font-size:1.125rem}.case-studies-list{padding:60px 20px 80px}.case-study-card{padding:32px 24px;margin-bottom:40px}.case-study-business{font-size:1.75rem}.case-study-section h3{font-size:1.125rem}.case-study-section p{font-size:1rem}.update-summary{padding:16px 20px;flex-wrap:wrap;gap:8px 16px}.update-content{padding:0 20px 24px}.case-study-highlight,.case-study-takeaway{padding:24px}.case-study-takeaway h3{font-size:1.25rem}.takeaway-point{font-size:1.125rem}.case-study-phase h4{font-size:1rem}.case-study-gallery{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width: 480px){.case-study-gallery{grid-template-columns:1fr}}.creative-page{background:#0a0a0a;color:#fff;min-height:100vh}.creative-hero{padding:160px 24px 80px;text-align:center;background:url(/iso-grid.svg) repeat,linear-gradient(180deg,#0a0a0a,#0d0d0d);background-size:50px 50px,auto}.creative-hero h1{font-size:3.5rem;font-weight:700;line-height:1.2;margin:0 0 24px;color:#fff}.creative-intro{font-size:1.25rem;line-height:1.6;color:#9ca3af;max-width:800px;margin:0 auto}.creative-projects{padding:80px 24px 120px}.creative-projects .container{max-width:900px;margin:0 auto}.creative-card{background:#0d0d0d;border:1px solid #2C2C2C;border-radius:8px;padding:48px;margin-bottom:60px}.creative-card:last-child{margin-bottom:0}.creative-card-header{margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid #2C2C2C}.creative-industry{display:inline-block;font-size:.875rem;font-weight:500;color:#dc2626;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}.creative-client{font-size:2rem;font-weight:700;color:#fff;margin:0}.creative-dropdown{border:1px solid #2C2C2C;border-radius:8px;background:#111;overflow:hidden}.creative-summary{cursor:pointer;padding:20px 24px;display:flex;align-items:center;gap:16px;list-style:none;transition:background .2s ease}.creative-summary:hover{background:#1a1a1a}.creative-summary::-webkit-details-marker{display:none}.creative-summary:before{content:"▶";font-size:.75rem;color:#dc2626;transition:transform .2s ease;flex-shrink:0}.creative-dropdown[open] .creative-summary:before{transform:rotate(90deg)}.dropdown-title{color:#fff;font-size:1.0625rem;font-weight:600}.dropdown-type{font-size:.875rem;color:#dc2626;background:#dc26261a;padding:4px 12px;border-radius:4px;margin-left:auto}.creative-content{padding:24px 24px 32px;border-top:1px solid #2C2C2C}.creative-section{margin-bottom:40px}.creative-section:last-child{margin-bottom:0}.creative-section h3{font-size:1.25rem;font-weight:600;color:#fff;margin:0 0 16px}.creative-section>p{font-size:1rem;line-height:1.7;color:#9ca3af;margin:0 0 24px}.process-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:32px}.process-card{background:#0d0d0d;border:1px solid #2C2C2C;border-radius:8px;padding:20px}.process-card h4{font-size:.9375rem;font-weight:600;color:#dc2626;margin:0 0 8px}.process-card p{font-size:.875rem;line-height:1.6;color:#9ca3af;margin:0}.workflow-image{margin:24px 0 0;padding:0}.workflow-image img{width:100%;height:auto;border-radius:8px;border:1px solid #2C2C2C}.workflow-image figcaption{margin-top:12px;font-size:.875rem;color:#9ca3af;text-align:center;font-style:italic}.prompt-code{background:#0d0d0d;border:1px solid #2C2C2C;border-radius:8px;padding:24px;overflow-x:auto;margin-top:16px}.prompt-code code{font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.8125rem;line-height:1.7;color:#cbd5e1;white-space:pre-wrap;word-break:break-word}.ad-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:16px}.ad-gallery-item{margin:0;padding:0}.ad-gallery-item img{width:100%;height:auto;border-radius:8px;border:1px solid #2C2C2C;transition:transform .2s ease}.ad-gallery-item img:hover{transform:scale(1.02)}.ad-gallery-item figcaption{margin-top:8px;font-size:.8125rem;color:#9ca3af;text-align:center}.creative-cta{padding:80px 24px;background:#0d0d0d;text-align:center}.creative-cta .container{max-width:600px;margin:0 auto}.creative-cta h2{font-size:2rem;font-weight:700;margin:0 0 16px;color:#fff}.creative-cta p{font-size:1.125rem;line-height:1.6;color:#9ca3af;margin:0 0 32px}.cta-button{display:inline-block;background:#dc2626;color:#fff;font-size:1rem;font-weight:600;padding:16px 32px;border-radius:8px;text-decoration:none;transition:background .2s ease}@media (max-width: 768px){.creative-hero{padding:120px 20px 60px}.creative-hero h1{font-size:2.5rem}.creative-intro{font-size:1.125rem}.creative-projects{padding:60px 20px 80px}.creative-card{padding:32px 24px}.creative-client{font-size:1.75rem}.creative-summary{padding:16px 20px;flex-wrap:wrap;gap:8px 16px}.dropdown-type{margin-left:0}.creative-content{padding:20px 20px 24px}.process-grid{grid-template-columns:1fr;gap:12px}.ad-gallery-grid{grid-template-columns:repeat(2,1fr);gap:12px}.creative-cta{padding:60px 20px}.creative-cta h2{font-size:1.5rem}}@media (max-width: 480px){.ad-gallery-grid{grid-template-columns:1fr}}.about-page{background:#0a0a0a;color:#fff;min-height:100vh}.about-hero{padding:160px 24px 80px;text-align:center;background:url(/iso-grid.svg) repeat,linear-gradient(180deg,#0a0a0a,#0d0d0d);background-size:50px 50px,auto}.about-hero h1{font-size:3.5rem;font-weight:700;line-height:1.2;margin:0 0 24px;color:#fff}.about-tagline{font-size:1.5rem;font-weight:500;line-height:1.5;color:#cbd5e1;max-width:700px;margin:0 auto}.about-content{padding:80px 24px}.about-section{max-width:800px;margin:0 auto 80px}.about-section:last-child{margin-bottom:0}.about-section h2{font-size:2rem;font-weight:700;margin:0 0 24px;color:#fff}.about-section p{font-size:1.125rem;line-height:1.8;color:#cbd5e1;margin:0 0 20px}.about-section p:last-child{margin-bottom:0}.about-cta{padding:100px 24px;text-align:center;background:#0d0d0d;border-top:1px solid #2C2C2C}.about-cta h2{font-size:2.5rem;font-weight:700;margin:0 0 16px;color:#fff}.about-cta p{font-size:1.25rem;line-height:1.6;color:#9ca3af;margin:0 0 32px}.cta-button{display:inline-block;background:#dc2626;color:#fff;font-size:1.125rem;font-weight:600;padding:16px 32px;border-radius:6px;text-decoration:none;transition:background .2s ease}.cta-button:hover{background:#b91c1c}@media (max-width: 768px){.about-hero{padding:120px 20px 60px}.about-hero h1{font-size:2.5rem}.about-tagline{font-size:1.25rem}.about-content{padding:60px 20px}.about-section{margin-bottom:60px}.about-section h2{font-size:1.75rem}.about-section p{font-size:1rem}.about-cta{padding:60px 20px}.about-cta h2{font-size:2rem}}.contact-page{background:#0a0a0a;color:#fff;min-height:100vh}.contact-hero{padding:160px 24px 80px;text-align:center;background:url(/iso-grid.svg) repeat,linear-gradient(180deg,#0a0a0a,#0d0d0d);background-size:50px 50px,auto}.contact-hero h1{font-size:3.5rem;font-weight:700;line-height:1.2;margin:0 0 24px;color:#fff}.contact-intro{font-size:1.25rem;line-height:1.6;color:#9ca3af;max-width:700px;margin:0 auto}.contact-form-section{padding:80px 24px 120px}.contact-form{max-width:600px;margin:0 auto 60px;padding:48px;background:#0d0d0d;border:1px solid #2C2C2C;border-radius:8px}.form-group{margin-bottom:24px}.form-group label{display:block;font-size:1rem;font-weight:600;color:#fff;margin-bottom:8px}.form-group input,.form-group textarea{width:100%;padding:14px 16px;font-size:1rem;font-family:inherit;background:#0a0a0a;border:1px solid #2C2C2C;border-radius:6px;color:#fff;transition:border-color .2s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#dc2626}.form-group textarea{resize:vertical;min-height:120px}.submit-button{width:100%;background:#dc2626;color:#fff;font-size:1.125rem;font-weight:600;padding:16px 32px;border:none;border-radius:6px;cursor:pointer;transition:background .2s ease}.submit-button:hover:not(:disabled){background:#b91c1c}.submit-button:disabled{opacity:.6;cursor:not-allowed}.form-status{margin-top:20px;padding:16px 20px;border-radius:6px;font-size:1rem;font-weight:500;text-align:center}.form-status.success{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);color:#4ade80}.form-status.error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#f87171}.contact-info{max-width:600px;margin:0 auto;text-align:center}.response-note{font-size:1rem;line-height:1.6;color:#9ca3af;margin:0}@media (max-width: 768px){.contact-hero{padding:120px 20px 60px}.contact-hero h1{font-size:2.5rem}.contact-intro{font-size:1.125rem}.contact-form-section{padding:60px 20px 80px}.contact-form{padding:32px 24px}.form-group{margin-bottom:20px}}.legal-page{background:#0a0a0a;color:#fff;min-height:100vh;padding:160px 24px 80px}.legal-page .container{max-width:800px;margin:0 auto}.legal-page h1{font-size:2.5rem;font-weight:700;margin:0 0 8px;background:linear-gradient(135deg,#fff,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.legal-updated{font-size:.875rem;color:#64748b;margin-bottom:48px}.legal-content{line-height:1.8}.legal-content section{margin-bottom:40px}.legal-content h2{font-size:1.375rem;font-weight:600;color:#fff;margin:0 0 16px;padding-bottom:8px;border-bottom:1px solid #2C2C2C}.legal-content h3{font-size:1.125rem;font-weight:600;color:#d1d5db;margin:24px 0 12px}.legal-content p{font-size:1rem;color:#9ca3af;margin:0 0 16px}.legal-content ul{list-style:none;padding:0;margin:0 0 16px}.legal-content li{position:relative;padding-left:20px;font-size:1rem;color:#9ca3af;margin-bottom:8px}.legal-content li:before{content:"•";position:absolute;left:0;color:#dc2626}.legal-contact{background:#0d0d0d;border:1px solid #2C2C2C;border-radius:8px;padding:20px;margin-top:16px}.legal-contact strong{color:#fff}@media (max-width: 768px){.legal-page{padding:120px 20px 60px}.legal-page h1{font-size:2rem}.legal-content h2{font-size:1.25rem}}.project-page{background:url(/iso-grid.svg) repeat,#000;background-size:50px 50px,auto;min-height:100vh;padding:80px 0}.project-page .container{max-width:1100px;margin:0 auto;padding:0 24px}.back-link{display:inline-block;color:#94a3b8;text-decoration:none;font-size:1rem;font-weight:500;margin-bottom:48px;transition:all .2s ease}.back-link:hover{color:#dc2626;transform:translate(-4px)}.back-link-bottom{margin-top:64px;margin-bottom:0}.project-header{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:start;margin-bottom:88px}.project-header-content{display:flex;flex-direction:column}.project-header-content h1{font-size:3rem;font-weight:700;margin:0 0 16px;line-height:1.1;color:#fff;letter-spacing:-.02em}.project-meta{margin-bottom:20px}.project-industry{display:inline-block;font-size:.875rem;font-weight:600;color:#fff;padding:6px 14px;background:#1a1a1a;border-radius:6px;border:1px solid #334155}.project-goal{font-size:1.25rem;line-height:1.7;color:#cbd5e1;margin:0 0 28px}.visit-website-btn{display:inline-block;background:#dc2626;color:#fff;padding:14px 32px;border-radius:6px;text-decoration:none;font-size:1rem;font-weight:600;transition:all .2s ease;align-self:flex-start}.visit-website-btn:hover{background:#b91c1c;transform:translateY(-2px);box-shadow:0 4px 12px #dc262666}.project-header-visual{display:flex;flex-direction:column}.screenshot-preview{width:100%;aspect-ratio:16 / 10;border-radius:8px;overflow:hidden;box-shadow:0 8px 32px #0006;border:1px solid #334155}.screenshot-preview img{width:100%;height:100%;object-fit:cover;display:block}.project-section{margin-bottom:80px}.project-section h2{font-size:2.25rem;font-weight:700;margin:0 0 32px;line-height:1.2;color:#fff;letter-spacing:-.01em}.project-section h3{font-size:1.5rem;font-weight:700;margin:0 0 12px;line-height:1.3;color:#fff}.project-section p{font-size:1.125rem;line-height:1.8;color:#cbd5e1;max-width:800px}.project-section ul{list-style:none;padding:0;margin:0;max-width:800px}.project-section ul li{font-size:1.125rem;line-height:1.8;color:#cbd5e1;padding-left:32px;position:relative;margin-bottom:16px}.project-section ul li:before{content:"→";position:absolute;left:0;color:#dc2626;font-weight:700;font-size:1.25rem}.automation-section .automation-image{max-width:650px;margin:0 auto 48px;border-radius:8px;overflow:hidden;box-shadow:0 8px 32px #0006;border:1px solid #334155;background:#1a1a1a}.automation-section .automation-image img{width:100%;height:auto;display:block}.automation-content{margin-bottom:48px}.automation-block{margin-bottom:32px;padding:32px;background:#1a1a1a;border-radius:8px;border-left:4px solid #dc2626;max-width:900px}.automation-block h3{font-size:1.375rem;font-weight:700;color:#fff;margin:0 0 12px}.automation-block p{font-size:1.125rem;line-height:1.8;color:#cbd5e1;margin:0}.ai-support-section{margin-top:56px;padding:40px;background:#dc2626;border-radius:12px;max-width:900px}.ai-support-section h3{font-size:1.75rem;font-weight:700;color:#fff;margin:0 0 16px}.ai-support-section .ai-intro{font-size:1.125rem;line-height:1.7;color:#fff;margin:0 0 24px;opacity:.95}.ai-support-section .ai-points{list-style:none;padding:0;margin:0}.ai-support-section .ai-points li{font-size:1.125rem;line-height:1.7;color:#fff;padding-left:32px;position:relative;margin-bottom:16px}.ai-support-section .ai-points li:before{content:"✓";position:absolute;left:0;color:#fff;font-weight:700;font-size:1.375rem;opacity:.9}.technical-section .technical-content{display:flex;flex-direction:column;gap:32px}.technical-section .tech-group{background:#1a1a1a;border-radius:8px;padding:24px;border:1px solid #334155}.technical-section .tech-group h3{font-size:1.125rem;font-weight:600;color:#94a3b8;margin:0 0 16px;text-transform:uppercase;letter-spacing:.05em}.technical-section .tech-badges{display:flex;flex-wrap:wrap;gap:10px}.technical-section .tech-badge{display:inline-block;background:#000;color:#fff;padding:8px 16px;border-radius:6px;font-size:.9375rem;font-weight:500;border:1px solid #334155;transition:all .2s ease}.technical-section .tech-badge:hover{border-color:#dc2626;transform:translateY(-2px)}.technical-section .integration-badge{background:#1e293b;border-color:#475569}.technical-section .tech-features{display:grid;grid-template-columns:1fr 1fr;gap:12px}.technical-section .tech-features li{font-size:1rem;padding-left:24px;margin-bottom:8px}.technical-section .tech-features li:before{font-size:1rem}.metrics-section .metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.metrics-section .metric-card{background:#1a1a1a;border-radius:8px;padding:32px 24px;text-align:center;border:1px solid #334155;transition:all .2s ease}.metrics-section .metric-card:hover{border-color:#dc2626;transform:translateY(-4px);box-shadow:0 8px 24px #dc262633}.metrics-section .metric-value{display:block;font-size:2.5rem;font-weight:700;color:#dc2626;margin-bottom:8px;line-height:1}.metrics-section .metric-label{display:block;font-size:.9375rem;color:#94a3b8;font-weight:500}@media (max-width: 968px){.project-header{grid-template-columns:1fr;gap:48px}.project-header-content h1{font-size:2.5rem}}@media (max-width: 768px){.project-page{padding:48px 0}.project-page .container{padding:0 20px}.back-link{margin-bottom:32px}.project-header{margin-bottom:56px;gap:40px}.project-header-content h1{font-size:2rem}.project-goal{font-size:1.125rem}.visit-website-btn{padding:12px 28px;font-size:.9375rem}.screenshot-preview{aspect-ratio:16 / 11}.project-section{margin-bottom:56px}.project-section h2{font-size:1.875rem}.project-section h3{font-size:1.25rem}.project-section p,.project-section ul li{font-size:1rem}.automation-block{padding:24px}.ai-support-section{padding:32px}.ai-support-section h3{font-size:1.5rem}.back-link-bottom{margin-top:48px}.technical-section .tech-features{grid-template-columns:1fr}.metrics-section .metrics-grid{grid-template-columns:repeat(2,1fr);gap:16px}.metrics-section .metric-card{padding:24px 16px}.metrics-section .metric-value{font-size:2rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;color:#fff;background:url(/iso-grid.svg) repeat,#0d0d0d;background-size:50px 50px,auto;background-attachment:fixed;scroll-behavior:smooth}section{padding:100px 24px}.container{max-width:1200px;margin:0 auto}h1{font-size:4rem;font-weight:700;line-height:1.1;margin-bottom:24px;color:#fff;letter-spacing:-.02em}h2{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:24px;color:#fff;letter-spacing:-.01em}h3{font-size:1.5rem;font-weight:700;line-height:1.3;margin-bottom:16px;color:#fff}p{font-size:1.125rem;line-height:1.7;color:#9ca3af}button{font-family:inherit;font-size:1rem;font-weight:600;padding:16px 32px;border:none;border-radius:6px;cursor:pointer;background:#dc2626;color:#fff;transition:all .2s ease}button:hover{background:#b91c1c;transform:translateY(-1px)}input,textarea,select{font-family:inherit;font-size:1rem;padding:14px 16px;border:2px solid #333333;border-radius:6px;width:100%;transition:border-color .2s;background:#1b1b1b;color:#fff}input:focus,textarea:focus,select:focus{outline:none;border-color:#dc2626;background:#222}.glass-card{background:#ffffff08;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.06)}.glow-hover{transition:box-shadow .3s ease,transform .3s ease}.glow-hover:hover{box-shadow:0 0 15px #dc262633}.gradient-text{background:linear-gradient(135deg,#dc2626,#f87171,#dc2626);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@property --angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}@keyframes rotate-border{to{--angle: 360deg}}.animated-border{position:relative;overflow:hidden}.animated-border:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1px;background:linear-gradient(var(--angle, 0deg),#dc2626,transparent 40%,transparent 60%,#dc2626);-webkit-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;pointer-events:none}.animated-border:hover:before{opacity:1;animation:rotate-border 4s linear infinite}.iso-grid-bg{position:relative}.iso-grid-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/iso-grid.svg);background-repeat:repeat;background-size:80px 80px;opacity:.15;pointer-events:none;z-index:0}.iso-grid-bg>*{position:relative;z-index:1}.fade-in{opacity:0;transform:translateY(10px);transition:opacity .6s ease,transform .6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.page-transition{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 768px){section{padding:60px 20px}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.25rem}button{padding:14px 24px}}
