.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#fff,#f8f9fa);scroll-snap-align:start;scroll-snap-stop:always}.hero-content{text-align:center;max-width:800px;width:100%}.hero-title{font-size:clamp(3rem,8vw,6rem);font-weight:700;margin:0;color:#000;letter-spacing:-.02em;line-height:1.1}.hero-subtitle{font-size:clamp(1rem,2.5vw,1.5rem);color:#4a5568;margin:1.5rem 0 1rem;font-weight:500}.hero-tagline{font-size:clamp(.9rem,2vw,1.1rem);color:#718096;max-width:600px;margin:0 auto}@media (max-width: 768px){.hero{padding:3rem 1.5rem}}.about{min-height:100vh;display:flex;align-items:center;padding:4rem 2rem;background-color:#fff;scroll-snap-align:start;scroll-snap-stop:always}.about-content{max-width:800px;margin:0 auto;width:100%}.about-text{font-size:clamp(1rem,2vw,1.125rem);line-height:1.8;color:#4a5568}.about-text p{margin:0 0 1.5rem}.about-text p:last-child{margin-bottom:0}.highlight{color:#000;font-weight:600;position:relative;display:inline-block}.highlight:after{content:"";position:absolute;bottom:2px;left:0;right:0;height:8px;background-color:gold;opacity:.3;z-index:-1}@media (max-width: 768px){.about{padding:3rem 1.5rem}}.project{min-height:100vh;display:flex;align-items:center;background-color:#fff;scroll-snap-align:start;scroll-snap-stop:always;overflow:hidden}.project-split{width:100%;height:100%;display:grid;grid-template-columns:1fr 1fr;min-height:100vh}.project-left{display:flex;align-items:center;justify-content:center;padding:2rem;position:relative}.chat-demo{padding:1rem;max-width:500px;width:100%;display:flex;flex-direction:column;gap:1rem}.user-message{align-self:flex-end;background-color:#000;color:#fff;padding:.875rem 1.25rem;border-radius:18px 18px 4px;max-width:85%;font-size:.95rem;line-height:1.4}.ai-message{align-self:flex-start;background-color:#f7fafc;color:#2d3748;padding:.875rem 1.25rem;border-radius:18px 18px 18px 4px;max-width:85%;font-size:.95rem;line-height:1.4}.project-right{display:flex;align-items:center;padding:4rem;position:relative}.project-right:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:1px;height:65%;background-color:#e2e8f0}.project-content{max-width:500px;display:flex;flex-direction:column;gap:2rem}.project-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;margin:0;color:#000;letter-spacing:-.02em;line-height:1.1}.project-description{font-size:clamp(1rem,2vw,1.125rem);line-height:1.8;color:#4a5568;margin:0}.cta-button{display:inline-block;padding:1rem 2.5rem;background-color:#000;color:#fff;text-decoration:none;font-size:1.125rem;font-weight:600;border-radius:8px;transition:all .3s ease;border:2px solid #000000;text-align:center;align-self:flex-start}.cta-button:hover{background-color:#fff;color:#000;transform:translateY(-2px);box-shadow:0 8px 16px #0000001a}@media (max-width: 968px){.project-split{grid-template-columns:1fr;grid-template-rows:auto auto}.project-left{padding:3rem 2rem 2rem;min-height:300px}.chat-demo{max-width:100%;padding:1.5rem}.project-right{padding:2rem}.project-right:before{display:none}.project-content{gap:1.5rem}.cta-button{align-self:stretch}}@media (max-width: 640px){.project-left{padding:2rem 1.5rem 1.5rem;min-height:250px}.chat-demo{padding:1.25rem}.user-message,.ai-message{font-size:.875rem;padding:.75rem 1rem}.project-right{padding:1.5rem}.project-content{gap:1.25rem}}.contact{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem 2rem;background-color:#fff;scroll-snap-align:start;scroll-snap-stop:always}.contact-content{max-width:800px;margin:0 auto;text-align:center;flex:1;display:flex;flex-direction:column;justify-content:center;width:100%}.section-title{font-size:clamp(2rem,5vw,3rem);font-weight:700;margin:0 0 2rem;color:#000;letter-spacing:-.02em}.contact-text{font-size:clamp(1rem,2vw,1.25rem);color:#4a5568;margin:1rem 0 3rem}.social-links{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.social-link{width:56px;height:56px;display:flex;align-items:center;justify-content:center;border:2px solid #000000;border-radius:50%;color:#000;transition:all .3s ease;text-decoration:none}.social-link:hover{background-color:#000;color:#fff;transform:translateY(-4px)}.footer{margin-top:auto;padding:2rem 0;border-top:1px solid #e2e8f0;text-align:center}.footer p{margin:0;font-size:.9rem;color:#718096}@media (max-width: 768px){.contact{padding:3rem 1.5rem 1.5rem}.social-links{gap:1rem}.social-link{width:48px;height:48px}}*{box-sizing:border-box}.App{width:100%;min-height:100vh;overflow-y:auto;overflow-x:hidden;scroll-snap-type:y mandatory;scroll-behavior:smooth}html{scroll-behavior:smooth}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-height:100vh;background-color:#fff;color:#000;overflow-x:hidden}#root{width:100%;min-height:100vh}button{font-family:inherit;cursor:pointer}h1,h2,h3,h4,h5,h6{font-weight:700}p{line-height:1.6}a{text-decoration:none}
