*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:inter,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;color:#888;background-color:#202020;min-height:100vh;display:flex;flex-direction:column}main{flex:1}h1,h2,h3,h4,h5,h6{color:#fff;font-weight:600;line-height:1.2;margin-bottom:16px}h1{font-size:2.5rem;font-weight:700}h2{font-size:2rem}h3{font-size:1.5rem}p{margin-bottom:16px}a{color:#88eead;text-decoration:none;transition:color .2s ease}a:hover{color:#a8f4c5}code{font-family:jetbrains mono,monospace;font-size:.875rem;background:#2a2a2a;padding:2px 6px;border-radius:4px}.container{width:100%;max-width:1280px;margin:0 auto;padding-left:24px;padding-right:24px}@media(min-width:768px){.container{padding-left:48px;padding-right:48px}}.section{padding:64px 0}@media(min-width:768px){.section{padding:80px 0}}.site-header{padding:16px 0;border-bottom:1px solid #333}.site-header .container{display:flex;align-items:center;justify-content:space-between}.site-header .logo{display:flex;align-items:center}.site-header .logo img{height:72px;width:auto}@media(min-width:768px){.site-header .logo img{height:108px}}.site-header .main-nav{display:flex;gap:32px}.site-header .main-nav a{color:#888;font-weight:500;transition:color .2s ease}.site-header .main-nav a:hover,.site-header .main-nav a.active{color:#fff}.site-footer{padding:48px 0;border-top:1px solid #2a2a2a;margin-top:auto}.site-footer .footer-content{text-align:center}.site-footer .footer-copyright{color:#888;margin-bottom:8px}.site-footer .footer-copyright a{color:#fff}.site-footer .footer-copyright a:hover{color:#88eead}.site-footer .footer-address{color:#666;font-size:.875rem;margin-bottom:16px}.site-footer .footer-nav{display:flex;justify-content:center;gap:24px}.site-footer .footer-nav a{color:#666;font-size:.875rem}.site-footer .footer-nav a:hover{color:#888}.site-footer .site-version{display:block;margin-top:16px;font-family:jetbrains mono,monospace;font-size:.7rem;color:#666;opacity:.5;transition:opacity .2s ease}.site-footer .site-version:hover{opacity:1}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;font-family:inter,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;font-size:1rem;font-weight:500;border-radius:6px;border:none;cursor:pointer;transition:all .2s ease;text-decoration:none}.btn-primary{background:#88eead;color:#202020}.btn-primary:hover{background:#a8f4c5;color:#202020}.btn-secondary{background:0 0;color:#fff;border:1px solid #333}.btn-secondary:hover{border-color:#888}.card{background:#2a2a2a;border:1px solid #333;border-radius:12px;padding:24px;transition:border-color .2s ease}.card:hover{border-top-color:#88eead}.card-with-icon{text-align:center}@media(min-width:768px){.card-with-icon{text-align:left}}.card-icon{width:48px;height:48px;margin-bottom:16px}@media(min-width:768px){.card-icon{width:56px;height:56px}}.form-group{margin-bottom:16px}.form-label{display:block;color:#fff;font-weight:500;margin-bottom:8px}.form-input,.form-textarea{width:100%;padding:12px 16px;font-family:inter,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;font-size:1rem;color:#fff;background:#333;border:1px solid #444;border-radius:6px;transition:border-color .2s ease,box-shadow .2s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:#88eead;box-shadow:0 0 0 3px rgba(136,238,173,.15)}.form-input::placeholder,.form-textarea::placeholder{color:#666}.form-textarea{min-height:150px;resize:vertical}.hero{padding:64px 0;text-align:center}@media(min-width:768px){.hero{padding:96px 0}}.hero-with-bg{min-height:100vh;display:flex;align-items:center;position:relative;background-image:url(https://images.unsplash.com/photo-1451187580459-43490279c0fa?w=1920&q=80);background-size:cover;background-position:50%;background-repeat:no-repeat}.hero-with-bg::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(32,32,32,.85);z-index:1}.hero-with-bg .container{position:relative;z-index:2}.hero-content{max-width:800px;margin:0 auto}.hero-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:24px}@media(min-width:768px){.hero-title{font-size:3.5rem}}.hero-subtitle{font-size:1.125rem;color:#888;max-width:700px;margin:0 auto 32px}@media(min-width:768px){.hero-subtitle{font-size:1.25rem}}.hero-cta{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.page-content{padding:64px 0}@media(min-width:768px){.page-content{padding:80px 0}}.page-content h1{margin-bottom:32px}.page-content h2{margin-top:48px;margin-bottom:16px}.page-content ul,.page-content ol{margin-bottom:16px;padding-left:24px}.page-content li{margin-bottom:8px}:root{--color-bg-surface-alt:#252525;--color-accent:#88eead}.grid-2{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:768px){.grid-2{grid-template-columns:repeat(2,1fr)}}.grid-3{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:640px){.grid-3{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid-3{grid-template-columns:repeat(3,1fr)}}.section-label{font-size:.75rem;font-weight:600;color:#88eead;text-transform:uppercase;letter-spacing:.15em;margin-bottom:12px}blockquote.definition{font-size:1.125rem;font-style:italic;color:#fff;border-left:3px solid #88eead;padding-left:24px;margin:24px auto;max-width:800px}@media(min-width:768px){blockquote.definition{font-size:1.25rem}}.timeline{max-width:700px;margin:0 auto}.timeline-item{display:flex;gap:24px;margin-bottom:32px}.timeline-item:last-child{margin-bottom:0}.timeline-marker{width:40px;height:40px;border:2px solid #88eead;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:600;color:#88eead;flex-shrink:0}.timeline-content{flex:1;padding-top:8px}.timeline-content h3{font-size:1.05rem;margin-bottom:8px}.timeline-content p{color:#888;font-size:.95rem;margin-bottom:8px}.tech-stack{display:flex;justify-content:center;flex-wrap:wrap;gap:16px}.tech-item{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 24px;background:#2a2a2a;border:1px solid #333;border-radius:12px;min-width:140px;text-align:center}.tech-item strong{color:#fff}.badge{display:inline-block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;padding:4px 8px;border-radius:4px;margin-bottom:12px;background:rgba(102,102,102,.15);color:#888}.badge-urgent{background:rgba(239,68,68,.15);color:#fca5a5}.badge-warning{background:rgba(245,158,11,.15);color:#fcd34d}.contact-form-wrapper{max-width:500px;margin:0 auto;background:#2a2a2a;border:1px solid #333;border-radius:12px;padding:32px}.contact-info{max-width:500px;margin:48px auto 0;text-align:center}.contact-info h3{margin-bottom:16px}.contact-info p{margin-bottom:12px}.text-center{text-align:center}.text-accent{color:#88eead}.text-muted{color:#666}.mt-4{margin-top:16px}.mt-8{margin-top:32px}.mb-4{margin-bottom:16px}.mb-8{margin-bottom:32px}hr{border:none;border-top:1px solid #333;margin:32px 0}.founder-hero{position:relative;min-height:85vh;display:flex;align-items:flex-end;overflow:hidden}.founder-hero-bg{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.founder-hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center 20%}.founder-hero-bg::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(32,32,32,.3) 0%,rgba(32,32,32,.5) 50%,rgba(32,32,32,.95) 100%)}.founder-hero-content{position:relative;z-index:2;width:100%;padding-bottom:64px}.founder-hero-content .container{max-width:900px}.founder-hero-content .section-label{margin-bottom:8px}.founder-hero-content h1{font-size:3rem;font-weight:700;margin-bottom:16px;letter-spacing:-.02em}@media(min-width:768px){.founder-hero-content h1{font-size:4.5rem}}.founder-tagline{font-size:1.25rem;color:#888;line-height:1.6;max-width:500px}@media(min-width:768px){.founder-tagline{font-size:1.5rem}}.story-content p{font-size:1.125rem;line-height:1.8;margin-bottom:24px}.story-content p strong{color:#fff}.client-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}.client-item{background:#2a2a2a;border:1px solid #333;border-radius:6px;padding:16px 24px;font-weight:500;color:#fff;font-size:.875rem}@media(min-width:768px){.client-item{font-size:1rem;padding:16px 32px}}