:root{--primary: #2d3436;--accent: #0984e3;--bg: #f9f9fb;--card-bg: #ffffff}.page-wrapper{background-color:var(--bg);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 5%;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:100}.logo{font-weight:800;font-size:1.2rem;color:var(--primary)}nav a{margin-left:20px;text-decoration:none;color:#636e72;font-weight:500;transition:color .3s}nav a:hover{color:var(--accent)}.container{max-width:95%;margin:0 auto;padding:2rem 5%}.screenshot-grid{display:flex;justify-content:center;align-items:center;gap:2rem}.phone-frame{background:#000;border:8px solid #1e1e1e;border-radius:40px;overflow:hidden;position:relative;box-shadow:0 25px 50px -12px #00000040}.speaker{position:absolute;top:10px;left:50%;transform:translate(-50%);width:40px;height:4px;background:#333;border-radius:10px;z-index:2}.side{width:100;height:500px;z-index:1}.middle{width:260px;height:590px;z-index:2;border-color:#000}.app-img{width:100%;height:100%;object-fit:cover}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:4rem}.info-card{background:var(--card-bg);padding:2rem;border-radius:20px;box-shadow:0 4px 6px #0000000d;text-align:center}.info-card h3{margin-top:0;color:var(--primary)}.info-card p{color:#636e72;font-size:.95rem;line-height:1.6}.footer{text-align:center;padding:4rem 0;border-top:1px solid #eee;color:#b2bec3}@media(max-width:900px){.screenshot-grid{gap:1rem}.side{width:180px;height:600px}.middle{width:220px;height:600px}}@media(max-width:600px){.screenshot-grid{flex-direction:column;padding:2rem 0}.side,.middle{width:280px;height:600px}.middle{order:-1}.navbar{flex-direction:column;gap:1rem}}.features-section{padding-bottom:5rem}.features-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:4rem}@media(min-width:768px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{padding:2.5rem;border-radius:1.25rem;background:#fff;border:1px solid #e5e7eb;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px -10px #0000001a}.feature-icon-wrapper{width:3rem;height:3rem;border-radius:.75rem;background:#eff6ff;color:#2563eb;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.feature-card h3{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.feature-card p{font-size:.95rem;line-height:1.6;color:#6b7280}.founder-container{max-width:1024px;margin:0 auto;padding:3rem 1.5rem;color:#1f2937;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;display:flex;flex-direction:column;gap:8rem}.hero-section2{display:flex;flex-direction:column;align-items:center;gap:3rem;padding-top:2.5rem}@media(min-width:768px){.hero-section2{flex-direction:row}}.hero-content{flex:1;display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start}.badge{display:inline-block;padding:.25rem .75rem;background-color:#dbeafe;color:#1d4ed8;border-radius:9999px;font-size:.875rem;font-weight:600}.hero-title{font-size:3rem;line-height:1.1;font-weight:700;margin:0}.hero-description{font-size:1.25rem;color:#4b5563;margin:0}.hero-description2{font-size:.8rem;color:#4b5563;margin:0}.primary-button{padding:.75rem 1.5rem;background-color:#000;color:#fff;border:none;border-radius:.5rem;font-weight:500;font-size:1rem;cursor:pointer;transition:background-color .2s ease}.primary-button:hover{background-color:#1f2937}.hero-image-placeholder{flex:1;width:100%;aspect-ratio:16 / 9;background-color:#e5e7eb;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;align-items:center;justify-content:center;border:1px solid #d1d5db}.hero-image-placeholder span{color:#9ca3af;font-weight:500}.ai-section{background-color:#f9fafb;padding:2.5rem;border-radius:1.5rem;border:1px solid #f3f4f6;display:flex;flex-direction:column;gap:2rem}.section-header{max-width:42rem}.center-text{text-align:center;margin:0 auto}.section-title{font-size:1.875rem;font-weight:700;margin:0 0 1rem}.section-description{color:#4b5563;margin:0;line-height:1.5}.ai-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.ai-grid{grid-template-columns:repeat(2,1fr)}}.pdf-card{background-color:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 1px 2px #0000000d;border:1px solid #e5e7eb;display:flex;flex-direction:column;justify-content:space-between}.pdf-icon{width:2.5rem;height:2.5rem;color:#ef4444;margin-bottom:1rem}.card-title{font-size:1.125rem;font-weight:700;margin:0 0 .5rem}.card-description{font-size:.875rem;color:#6b7280;margin:0 0 1.5rem;line-height:1.5}.pdf-link{display:flex;align-items:center;color:#2563eb;font-weight:500;font-size:.875rem;text-decoration:none}.pdf-link:hover{color:#1e40af}.link-icon{width:1rem;height:1rem;margin-left:.5rem}.code-card{background-color:#1e1e1e;border-radius:.75rem;overflow:hidden;box-shadow:0 1px 2px #0000000d;border:1px solid #e5e7eb;display:flex;flex-direction:column}.code-header{display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem;background-color:#2d2d2d;border-bottom:1px solid #4b5563}.code-filename{font-size:.75rem;color:#9ca3af;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.github-icon{width:1rem;height:1rem;color:#9ca3af;transition:color .2s ease}.github-icon:hover{color:#fff}.code-content{font-size:.875rem;padding:1rem;overflow-x:auto}.video-section{display:flex;flex-direction:column;gap:2rem}.video-container{position:relative;width:100%;max-width:56rem;margin:0 auto;aspect-ratio:16 / 9;border-radius:1rem;overflow:hidden;background-color:#000;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.video-iframe{position:absolute;top:0;left:0;width:100%;height:100%}.features-stack{display:flex;flex-direction:column;gap:1.5rem;margin-top:3rem}.feature-row{background:#fff;border:1px solid #e5e7eb;border-radius:1.25rem;padding:2rem;transition:all .2s ease}.feature-row:hover{border-color:#3b82f6;box-shadow:0 4px 20px -5px #0000000d}@media(min-width:768px){.feature-row{flex-direction:row;align-items:center;gap:4rem}}.feature-row-left{display:flex;align-items:center;gap:1.5rem;min-width:300px}.feature-row-left h3{font-size:1.25rem;font-weight:700;margin:0}.feature-row-right{flex:1}.feature-row-right p{font-size:1.05rem;line-height:1.6;color:#4b5563;margin:0}.feature-icon-wrapper{width:3rem;height:3rem;min-width:3rem;border-radius:.75rem;background:#eff6ff;color:#2563eb;display:flex;align-items:center;justify-content:center}.feature-icon-wrapper.brain{background:#fdf2f8;color:#db2777}.feature-icon-wrapper.rocket{background:#f0fdf4;color:#16a34a}.early-adopter-section{padding:8rem 0;margin-top:5rem;margin-bottom:-12rem;background-color:#0f172a;color:#f1f5f9;border-radius:2rem}.early-adopter-container{max-width:1024px;margin:0 auto;padding:0 2.5rem;display:flex;flex-direction:column;gap:4rem;align-items:center}@media(min-width:768px){.early-adopter-container{flex-direction:row;justify-content:space-between}}.ea-content{flex:1;max-width:500px}.badge-alt{display:inline-block;padding:.3rem .8rem;background-color:#1e293b;color:#60a5fa;border-radius:9999px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem;border:1px solid #334155}.ea-title{font-size:2.75rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:#fff}.ea-description{font-size:1.15rem;color:#cbd5e1;line-height:1.6;margin-bottom:2rem}.ea-benefits-list{list-style:none;padding:0;margin:0 0 2.5rem;display:flex;flex-direction:column;gap:1rem}.ea-benefits-list li{display:flex;align-items:center;gap:.75rem;font-size:1rem;color:#f1f5f9}.ea-benefits-list svg{width:1.25rem;height:1.25rem;color:#4ade80;flex-shrink:0}.ea-primary-button{padding:1rem 2rem;background-color:#fff;color:#0f172a;border:none;border-radius:.75rem;font-weight:600;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s ease}.ea-primary-button:hover{background-color:#e2e8f0;transform:translate(3px)}.ea-primary-button .arrow{font-size:1.2rem;transition:transform .2s ease}.ea-primary-button:hover .arrow{transform:translate(3px)}.ea-subtext{font-size:.85rem;color:#94a3b8;margin-top:1rem}.ea-visual{flex:1;display:flex;justify-content:center;align-items:center}.ea-card-mockup{width:100%;max-width:400px;background-color:#1e293b;border:1px solid #334155;border-radius:1rem;box-shadow:0 25px 50px -12px #00000080;overflow:hidden;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.ea-card-header{padding:.75rem 1rem;background-color:#111827;border-bottom:1px solid #334155;display:flex;gap:.5rem}.ea-dot{width:10px;height:10px;border-radius:50%}.ea-dot.red{background-color:#ef4444}.ea-dot.yellow{background-color:#f59e0b}.ea-dot.green{background-color:#10b981}.ea-card-body{padding:1.5rem;font-size:.85rem;color:#e2e8f0;line-height:1.6}.ea-code-comment{color:#94a3b8}.ea-code-status{margin-top:1rem;font-weight:600}.ea-code-status span{color:#f59e0b;background-color:#f59e0b1a;padding:.1rem .4rem;border-radius:4px}
