:root{--orange: #FF6B00;--orange-light: #FF8C33;--orange-dark: #CC5500;--orange-glow: rgba(255, 107, 0, .25);--black: #111111;--black-card: #1A1A1A;--black-surface: #222222;--white: #FFFFFF;--white-muted: rgba(255, 255, 255, .7);--white-subtle: rgba(255, 255, 255, .45);--border: rgba(255, 255, 255, .08);font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400;color:var(--white);background-color:var(--black);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--black);scroll-behavior:smooth}#root{width:100%;margin:0;padding:0;text-align:left}a{color:var(--orange);text-decoration:none;transition:color .2s}a:hover{color:var(--orange-light)}h1,h2,h3,h4,h5,h6{margin:0;line-height:1.15;font-weight:700}h1{font-size:clamp(2.2rem,5vw,3.8rem);font-weight:800}h2{font-size:clamp(1.6rem,4vw,2.8rem)}p{margin:0}img{max-width:100%;display:block}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}body:before{content:"";position:fixed;top:0;left:0;bottom:0;width:28px;z-index:50;pointer-events:none;background:linear-gradient(to right,var(--orange) 0px,var(--orange) 5px,transparent 5px,transparent 9px,var(--orange) 9px,var(--orange) 14px,transparent 14px,transparent 18px,var(--orange) 18px,var(--orange) 23px,transparent 23px)}body{padding-left:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.section-header h2{margin-bottom:.5rem}.section-header .accent-bar{display:inline-block;width:60px;height:4px;background:var(--orange);border-radius:2px;margin-bottom:1rem}.section-header p{color:var(--white-muted);font-size:1.1rem;max-width:560px;margin:0 auto}::selection{background:var(--orange);color:var(--white)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--black)}::-webkit-scrollbar-thumb{background:var(--black-surface);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--orange-dark)}.header{position:fixed;top:0;left:0;right:0;z-index:100;height:64px;padding:0 2rem;padding-left:calc(28px + 2rem);display:flex;align-items:center;justify-content:space-between;gap:1rem;background:#111111d9;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid var(--border);transition:background .3s,box-shadow .3s}.header--scrolled{background:#111111f7;box-shadow:0 4px 24px #0006}.header-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--white);font-size:1.25rem;font-weight:800;flex-shrink:0;transition:color .25s;letter-spacing:-.02em}.header-logo:hover,.header-logo-highlight{color:var(--orange)}.nav-list{display:flex;align-items:center;gap:.25rem;list-style:none;margin:0;padding:0}.nav-link{display:inline-flex;align-items:center;padding:.45rem .85rem;font-size:.92rem;font-weight:500;color:var(--white-muted);text-decoration:none;border-radius:8px;white-space:nowrap;transition:color .2s,background .2s;position:relative}.nav-link:hover{color:var(--white);background:#ffffff0f}.nav-link--active{color:var(--orange)}.nav-link--active:after{content:"";position:absolute;bottom:2px;left:50%;transform:translate(-50%);width:18px;height:2px;background:var(--orange);border-radius:1px}.hamburger{display:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;padding:0;background:none;border:none;cursor:pointer}.hamburger span{display:block;height:2px;background:var(--white);border-radius:2px;transition:transform .25s ease,opacity .2s ease;transform-origin:center}.hamburger--open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger--open span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger--open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media(max-width:768px){.header{padding:0 1rem;padding-left:calc(28px + 1rem)}.hamburger{display:flex}.nav{position:absolute;top:64px;left:0;right:0;background:#111111fa;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid var(--border);max-height:0;overflow:hidden;transition:max-height .35s ease}.nav--open{max-height:80vh;overflow-y:auto}.nav-list{flex-direction:column;align-items:stretch;gap:0;padding:.75rem 1rem 1.5rem;padding-left:calc(28px + 1rem)}.nav-link{font-size:1rem;padding:.7rem .85rem;width:100%;text-align:left;border-radius:8px}.nav-link--active:after{display:none}}.footer{width:100%;background:var(--black-card);border-top:1px solid var(--border);padding-left:calc(28px + 2rem);padding-right:2rem;position:relative;z-index:100}.footer-inner{padding:3rem 0 2rem;display:flex;flex-direction:column;gap:2rem}.footer-brand{display:flex;flex-direction:column;gap:.5rem}.footer-logo{font-size:1.15rem;font-weight:800;letter-spacing:-.02em}.footer-brand p{color:var(--white-subtle);font-size:.9rem;max-width:380px}.footer-bottom{padding-top:1.5rem;border-top:1px solid var(--border)}.footer-bottom p{font-size:.82rem;color:var(--white-subtle)}@media(max-width:768px){.footer{padding-left:calc(28px + 1rem);padding-right:1rem}}.home{width:100%;padding-left:28px}.hero{position:relative;width:100%;height:100vh;min-height:500px;overflow:hidden}.hero-image{position:absolute;inset:0}.hero-image img{width:100%;height:100%;object-fit:cover;display:block}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,#000000bf,#0006,#0000001a);display:flex;align-items:flex-end;padding:0 0 8vh clamp(2rem,6vw,5rem)}.hero-content{max-width:580px;display:flex;flex-direction:column;gap:1.2rem;padding-bottom:2rem}.hero h1{font-size:clamp(2rem,4.5vw,3.4rem);font-weight:800;line-height:1.1;letter-spacing:-.02em}.hero-sub{font-size:clamp(.95rem,1.5vw,1.15rem);color:#fffc;line-height:1.6;max-width:440px}.btn-primary{display:inline-block;width:fit-content;padding:.75rem 2.2rem;font-size:.95rem;font-weight:600;color:var(--white);background:var(--orange);border:none;border-radius:4px;cursor:pointer;letter-spacing:.03em;text-transform:uppercase;transition:background .2s}.btn-primary:hover{background:var(--orange-light)}.section{padding:5rem 2rem;max-width:1100px;margin:0 auto}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:clamp(1.5rem,3.5vw,2.4rem);font-weight:700;margin-bottom:.75rem;letter-spacing:-.01em}.section-header p{color:var(--white-muted);font-size:1rem;max-width:500px;margin:0 auto;line-height:1.6}.accent-line{width:48px;height:3px;background:var(--orange);margin:0 auto 1rem}.accent-line--left{margin:0 0 1rem}.prototypes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:1.5rem}.prototype-card{background:var(--black-card);border:1px solid var(--border);border-radius:8px;overflow:hidden;transition:border-color .3s}.prototype-card:hover{border-color:#ff6b0066}.prototype-img-wrap{width:100%;height:280px;overflow:hidden;background:var(--black-surface)}.prototype-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.prototype-card:hover .prototype-img-wrap img{transform:scale(1.03)}.prototype-info{padding:1.5rem;display:flex;flex-direction:column;gap:.4rem}.prototype-info h3{font-size:1.1rem;font-weight:700}.prototype-info p{font-size:.92rem;color:var(--white-muted);line-height:1.6}.journey-section{background:var(--black-card);border-radius:8px;max-width:860px;margin:0 auto;padding:3.5rem 2.5rem}.journey-timeline{display:flex;flex-direction:column;gap:1.75rem}.journey-step{display:flex;gap:1.25rem;align-items:flex-start}.journey-num{flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:800;color:var(--black);background:var(--orange);border-radius:4px}.journey-content{display:flex;flex-direction:column;gap:.3rem}.journey-content h3{font-size:1rem;font-weight:700}.journey-content p{font-size:.92rem;color:var(--white-muted);line-height:1.6}.result-showcase{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.result-img-wrap{border-radius:8px;overflow:hidden;background:var(--black-card);border:1px solid var(--border)}.result-img-wrap img{width:100%;display:block}.result-details{display:flex;flex-direction:column;gap:.75rem}.result-details h2{font-size:1.8rem;font-weight:700;letter-spacing:-.01em}.result-details>p{color:var(--white-muted);line-height:1.7;font-size:.95rem}.result-features{list-style:none;padding:0;margin:.5rem 0 0;display:flex;flex-direction:column;gap:.5rem}.result-features li{display:flex;align-items:center;gap:.6rem;font-size:.92rem;color:var(--white-muted)}.result-features li:before{content:"";width:6px;height:6px;background:var(--orange);border-radius:50%;flex-shrink:0}.features-section{padding-bottom:3rem}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.feature-card{display:flex;flex-direction:column;gap:.5rem;padding:2rem 1.5rem;background:var(--black-card);border:1px solid var(--border);border-radius:8px;border-top:3px solid var(--orange);transition:border-color .3s}.feature-card h3{font-size:1rem;font-weight:700}.feature-card p{font-size:.9rem;color:var(--white-muted);line-height:1.6}@media(max-width:768px){.home{padding-left:28px}.hero{height:85vh}.hero-overlay{background:linear-gradient(to top,#000000d9,#0000004d 60%,#0000001a);align-items:flex-end;padding:0 1.5rem 6vh}.section{padding:3.5rem 1.5rem}.prototypes-grid{grid-template-columns:1fr}.result-showcase{grid-template-columns:1fr;gap:2rem}.features-grid{grid-template-columns:1fr}.journey-section{border-radius:8px;padding:2.5rem 1.5rem}.journey-step{gap:1rem}.journey-num{width:38px;height:38px;font-size:.8rem}}.faq-page{width:100%;padding-left:28px;padding-top:64px}.faq-hero{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:5rem 2rem 3rem;text-align:center}.faq-hero .accent-bar{display:inline-block;width:50px;height:4px;background:var(--orange);border-radius:2px}.faq-hero h1{font-size:clamp(2rem,5vw,3rem);font-weight:800}.faq-hero p{font-size:clamp(1rem,2vw,1.15rem);color:var(--white-muted);max-width:480px}.faq-list{display:flex;flex-direction:column;gap:.75rem;max-width:720px;margin:0 auto;padding:2rem 2rem 5rem}.faq-item{background:var(--black-card);border:1px solid var(--border);border-radius:14px;overflow:hidden;transition:border-color .25s}.faq-item--open{border-color:var(--orange)}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.2rem 1.5rem;background:none;border:none;color:var(--white);font-size:1rem;font-weight:600;text-align:left;cursor:pointer;transition:color .2s}.faq-item--open .faq-question{color:var(--orange)}.faq-icon{flex-shrink:0;font-size:1.4rem;line-height:1;color:var(--orange);transition:transform .25s}.faq-item--open .faq-icon{transform:rotate(90deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease;padding:0 1.5rem}.faq-answer--open{max-height:300px;padding:0 1.5rem 1.25rem}.faq-answer p{margin:0;font-size:.95rem;color:var(--white-muted);line-height:1.7}@media(max-width:600px){.faq-list{padding:1.5rem 1rem 4rem}.faq-question{padding:1rem 1.2rem;font-size:.95rem}}.App{width:100%;min-height:100vh;display:flex;flex-direction:column}.App>main{flex:1}
