:root{--background: #0a0a0a;--background-secondary: #111111;--background-card: #161616;--foreground: #fafafa;--foreground-muted: #a1a1a1;--foreground-subtle: #6b6b6b;--border: rgba(255, 255, 255, .08);--border-hover: rgba(255, 255, 255, .15);--accent: #ffffff;--accent-muted: rgba(255, 255, 255, .9);--background-light: #ffffff;--foreground-light: #0a0a0a;--foreground-light-muted: #525252;--border-light: rgba(0, 0, 0, .08);--radius-sm: 6px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 9999px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--foreground);background:var(--background);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit}h1,h2,h3,h4,h5,h6{margin:0;font-weight:500;letter-spacing:-.02em;line-height:1.2}p{margin:0}ul,ol{margin:0;padding:0;list-style:none}img{max-width:100%;height:auto;display:block}.page{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;background:#0a0a0acc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border)}.nav-inner{max-width:1200px;margin:0 auto;padding:16px 24px;display:flex;align-items:center;justify-content:space-between}.logo-wrap{display:flex;align-items:center;gap:12px}.logo-img{width:36px;height:36px;border-radius:var(--radius-sm)}.logo-text{font-weight:600;font-size:1rem;letter-spacing:-.01em}.nav-links{display:flex;align-items:center;gap:8px}.nav-link{padding:8px 16px;font-size:.875rem;font-weight:400;color:var(--foreground-muted);border-radius:var(--radius-full);transition:color .2s ease,background .2s ease}.nav-link:hover{color:var(--foreground)}.nav-link.active{color:var(--foreground);background:#ffffff0f}.nav-cta{padding:10px 20px;font-size:.875rem;font-weight:500;color:var(--background);background:var(--foreground);border-radius:var(--radius-full);transition:opacity .2s ease,transform .2s ease}.nav-cta:hover{opacity:.9;transform:translateY(-1px)}.mobile-menu-btn{display:none;background:none;border:none;color:var(--foreground);cursor:pointer;padding:8px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border-radius:var(--radius-full);font-weight:500;font-size:.9375rem;border:none;cursor:pointer;transition:all .2s ease}.btn.primary{background:var(--foreground);color:var(--background)}.btn.primary:hover{opacity:.9;transform:translateY(-2px)}.btn.secondary{background:transparent;border:1px solid var(--border);color:var(--foreground)}.btn.secondary:hover{border-color:var(--border-hover);background:#ffffff0a}.btn.full{width:100%}.section-light .btn.primary{background:var(--foreground-light);color:var(--background-light)}.section-light .btn.secondary{border-color:var(--border-light);color:var(--foreground-light)}.section-light .btn.secondary:hover{background:#0000000a}.section{padding:120px 24px;background:var(--background)}.section-light{background:var(--background-light);color:var(--foreground-light)}.section-alt{background:var(--background-secondary)}.section-inner{max-width:1200px;margin:0 auto}.section-header{margin-bottom:64px}.section-label{display:inline-block;font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--foreground-muted);margin-bottom:16px}.section-light .section-label{color:var(--foreground-light-muted)}.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:500;letter-spacing:-.03em;margin-bottom:16px;text-wrap:balance}.section-subtitle{font-size:1.125rem;color:var(--foreground-muted);max-width:600px;line-height:1.7}.section-light .section-subtitle{color:var(--foreground-light-muted)}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:120px 24px 80px;background:var(--background);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:800px;height:800px;background:radial-gradient(circle,rgba(255,255,255,.03) 0%,transparent 70%);pointer-events:none}.hero-content{max-width:900px;text-align:center;position:relative;z-index:1}.hero-label{display:inline-block;font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--foreground-muted);margin-bottom:24px}.hero h1{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:500;letter-spacing:-.03em;line-height:1.1;margin-bottom:24px}.hero h1 .highlight{color:var(--foreground-muted)}.hero-subtitle{font-size:clamp(1rem,1.5vw,1.25rem);color:var(--foreground-muted);max-width:600px;margin:0 auto 40px;line-height:1.7}.hero-buttons{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:48px}.hero-badges{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.badge{font-size:.8125rem;padding:8px 16px;border-radius:var(--radius-full);background:#ffffff0a;border:1px solid var(--border);color:var(--foreground-muted)}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--border-light);border:1px solid var(--border-light);border-radius:var(--radius-lg);overflow:hidden}.feature-card{background:var(--background-light);padding:40px 32px;transition:background .2s ease}.feature-card:hover{background:#f9f9f9}.feature-number{font-size:3rem;font-weight:500;letter-spacing:-.03em;margin-bottom:24px;color:var(--foreground-light)}.feature-card h3{font-size:1.125rem;font-weight:500;margin-bottom:12px;color:var(--foreground-light)}.feature-card p{font-size:.9375rem;color:var(--foreground-light-muted);line-height:1.6}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:48px;margin-top:64px}.step{position:relative}.step-number{font-size:4rem;font-weight:500;letter-spacing:-.04em;color:var(--foreground);margin-bottom:24px;line-height:1}.section-light .step-number{color:var(--foreground-light)}.step h3{font-size:1.25rem;font-weight:500;margin-bottom:12px}.section-light .step h3{color:var(--foreground-light)}.step p{font-size:.9375rem;color:var(--foreground-muted);line-height:1.7}.section-light .step p{color:var(--foreground-light-muted)}.testimonial-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.testimonial{background:var(--background-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:40px}.testimonial p{font-size:1.125rem;line-height:1.7;margin-bottom:32px;color:var(--foreground)}.who{display:flex;flex-direction:column;gap:4px}.who strong{font-size:.9375rem;font-weight:500}.who span{font-size:.875rem;color:var(--foreground-muted)}.faq{max-width:800px;margin:0 auto}.faq-item{border-bottom:1px solid var(--border);padding:24px 0}.section-light .faq-item{border-bottom:1px solid var(--border-light)}.faq-item:first-child{border-top:1px solid var(--border)}.section-light .faq-item:first-child{border-top:1px solid var(--border-light)}.faq-item summary{cursor:pointer;font-size:1.0625rem;font-weight:500;list-style:none;display:flex;align-items:center;justify-content:space-between;color:var(--foreground)}.section-light .faq-item summary{color:var(--foreground-light)}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:1.5rem;font-weight:300;color:var(--foreground-muted);transition:transform .2s ease}.faq-item[open] summary:after{transform:rotate(45deg)}.faq-item p{margin-top:16px;font-size:.9375rem;color:var(--foreground-muted);line-height:1.7;padding-right:40px}.section-light .faq-item p{color:var(--foreground-light-muted)}.cta-section{padding:120px 24px;background:var(--background)}.cta-inner{max-width:1200px;margin:0 auto;text-align:center}.cta-text h2{font-size:clamp(2rem,4vw,3rem);font-weight:500;letter-spacing:-.03em;margin-bottom:16px}.cta-text p{font-size:1.125rem;color:var(--foreground-muted);margin-bottom:40px}.cta-buttons{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.cards{display:grid;gap:24px;margin-top:48px}.cards.steps{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.card{background:var(--background-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:40px;transition:border-color .2s ease}.card:hover{border-color:var(--border-hover)}.section-light .card{background:var(--background-light);border:1px solid var(--border-light)}.section-light .card:hover{background:#f9f9f9}.card h3{font-size:1.25rem;font-weight:500;margin-bottom:16px}.section-light .card h3{color:var(--foreground-light)}.card p{font-size:.9375rem;color:var(--foreground-muted);line-height:1.7}.section-light .card p{color:var(--foreground-light-muted)}.bullets{margin-top:20px;display:flex;flex-direction:column;gap:12px}.bullets li{font-size:.9375rem;color:var(--foreground-muted);padding-left:20px;position:relative}.section-light .bullets li{color:var(--foreground-light-muted)}.bullets li:before{content:"";position:absolute;left:0;top:10px;width:6px;height:6px;background:var(--foreground-muted);border-radius:50%}.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:48px;margin:64px 0;padding:48px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.section-light .stats-row{border-color:var(--border-light)}.stat{text-align:center}.stat-number{font-size:2.5rem;font-weight:500;letter-spacing:-.03em;margin-bottom:8px}.section-light .stat-number{color:var(--foreground-light)}.stat-label{font-size:.875rem;color:var(--foreground-muted);text-transform:uppercase;letter-spacing:.05em}.section-light .stat-label{color:var(--foreground-light-muted)}.value-list{display:flex;flex-direction:column;gap:20px;margin-top:16px}.value-list li{display:flex;flex-direction:column;gap:4px}.value-list li strong{font-weight:500;font-size:.9375rem}.section-light .value-list li strong{color:var(--foreground-light)}.value-list li span{font-size:.875rem;color:var(--foreground-muted)}.section-light .value-list li span{color:var(--foreground-light-muted)}.page-cta{margin-top:80px;padding:48px;background:var(--background-card);border:1px solid var(--border);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:space-between;gap:32px}.section-light .page-cta{background:#f5f5f5;border-color:var(--border-light)}.page-cta h3{font-size:1.5rem;font-weight:500;margin-bottom:8px}.section-light .page-cta h3{color:var(--foreground-light)}.page-cta .muted{color:var(--foreground-muted);font-size:.9375rem}.section-light .page-cta .muted{color:var(--foreground-light-muted)}.page-cta-actions{display:flex;gap:12px;flex-shrink:0}.team-section{background:var(--background)}.section-text{font-size:1.125rem;color:var(--foreground-muted);max-width:600px;line-height:1.7}.section-light .section-text{color:var(--foreground-light-muted)}.team-profiles{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:64px}.team-profile{background:var(--background-card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:border-color .2s ease,transform .2s ease}.team-profile:hover{border-color:var(--border-hover);transform:translateY(-4px)}.team-photo{aspect-ratio:1;overflow:hidden;background:var(--background-secondary)}.team-photo img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.team-profile:hover .team-photo img{transform:scale(1.05)}.team-info{padding:24px}.team-info h3{font-size:1.125rem;font-weight:500;margin-bottom:4px}.team-role{font-size:.875rem;color:var(--foreground-muted);margin-bottom:16px}.team-contact{font-size:.875rem;color:var(--foreground-muted);margin-bottom:12px}.team-contact a{color:var(--foreground);transition:opacity .2s ease}.team-contact a:hover{opacity:.7}.team-link{font-size:.875rem;font-weight:500;color:var(--foreground);display:inline-flex;align-items:center;gap:4px;transition:opacity .2s ease}.team-link:hover{opacity:.7}.contact-section{background:var(--background)}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.contact-layout h2{font-size:clamp(2rem,4vw,2.5rem);font-weight:500;letter-spacing:-.03em;margin-bottom:24px}.contact-info{margin-top:40px;display:flex;flex-direction:column;gap:16px}.contact-info li{font-size:.9375rem;color:var(--foreground-muted)}.contact-form{background:var(--background-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:40px}.contact-form label{display:block;margin-bottom:24px;font-size:.875rem;font-weight:500;color:var(--foreground)}.contact-form input,.contact-form textarea{width:100%;margin-top:8px;padding:14px 16px;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--background);color:var(--foreground);font:inherit;font-size:.9375rem;outline:none;transition:border-color .2s ease}.contact-form input::placeholder,.contact-form textarea::placeholder{color:var(--foreground-subtle)}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--border-hover)}.contact-form .muted{color:var(--foreground-muted);font-size:.875rem}.footer{background:var(--background);border-top:1px solid var(--border);padding:32px 24px}.footer-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:var(--foreground-muted)}.footer-links{display:flex;gap:24px}.footer-links a{color:var(--foreground-muted);transition:color .2s ease}.footer-links a:hover{color:var(--foreground)}.hero-with-image{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;max-width:1400px;margin:0 auto;padding:0 24px;text-align:left}.hero-with-image .hero-content{max-width:none}.hero-image{position:relative;border-radius:var(--radius-xl);overflow:hidden;aspect-ratio:4/3}.hero-image img{width:100%;height:100%;object-fit:cover}.hero-image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(0,0,0,.1) 0%,transparent 50%);pointer-events:none}.image-showcase{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:64px}.image-showcase-item{position:relative;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:16/10}.image-showcase-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.image-showcase-item:hover img{transform:scale(1.05)}.image-showcase-item.tall{aspect-ratio:3/4;grid-row:span 2}.full-width-image{width:100%;border-radius:var(--radius-xl);overflow:hidden;margin:64px 0;aspect-ratio:21/9}.full-width-image img{width:100%;height:100%;object-fit:cover}.split-section{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.split-section.reverse{direction:rtl}.split-section.reverse>*{direction:ltr}.split-image{border-radius:var(--radius-xl);overflow:hidden;aspect-ratio:4/3}.split-image img{width:100%;height:100%;object-fit:cover}.split-content{max-width:500px}.split-content h2{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:500;letter-spacing:-.03em;margin-bottom:24px}.split-content p{font-size:1.0625rem;color:var(--foreground-muted);line-height:1.7;margin-bottom:32px}.section-light .split-content h2{color:var(--foreground-light)}.section-light .split-content p{color:var(--foreground-light-muted)}.client-logos{display:flex;align-items:center;justify-content:center;gap:48px;padding:48px 0;margin-top:80px;border-top:1px solid var(--border);flex-wrap:wrap}.client-logos span{font-size:.875rem;font-weight:500;color:var(--foreground-subtle);text-transform:uppercase;letter-spacing:.05em}.bento-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto;gap:24px;margin-top:64px}.bento-item{background:var(--background-card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:border-color .2s ease,transform .2s ease}.bento-item:hover{border-color:var(--border-hover);transform:translateY(-4px)}.bento-item.large{grid-column:span 2}.bento-item.tall{grid-row:span 2}.bento-image{aspect-ratio:16/10;overflow:hidden}.bento-item.tall .bento-image{aspect-ratio:auto;height:200px}.bento-item.large .bento-image{aspect-ratio:21/9}.bento-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.bento-item:hover .bento-image img{transform:scale(1.05)}.bento-content{padding:24px}.bento-content h3{font-size:1.125rem;font-weight:500;margin-bottom:8px}.bento-content p{font-size:.9375rem;color:var(--foreground-muted);line-height:1.6}.muted{color:var(--foreground-muted)}.text-center{text-align:center}@media (max-width: 1024px){.feature-grid{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:repeat(2,1fr);gap:40px}.team-profiles{grid-template-columns:repeat(2,1fr)}.contact-layout{gap:48px}}@media (max-width: 768px){.section{padding:80px 20px}.nav-links{display:none}.mobile-menu-btn{display:block}.hero{padding:140px 20px 80px;min-height:auto}.hero h1{font-size:clamp(2rem,8vw,3rem)}.hero-with-image{grid-template-columns:1fr;gap:48px;text-align:center}.hero-with-image .hero-content{order:1}.hero-with-image .hero-image{order:2}.hero-with-image .hero-buttons{justify-content:center}.split-section,.split-section.reverse{grid-template-columns:1fr;gap:48px;direction:ltr}.split-content{max-width:none;text-align:center}.image-showcase{grid-template-columns:1fr}.image-showcase-item.tall{grid-row:auto;aspect-ratio:16/10}.bento-grid{grid-template-columns:1fr}.bento-item.large,.bento-item.tall{grid-column:auto;grid-row:auto}.feature-grid{grid-template-columns:1fr}.steps{grid-template-columns:1fr;gap:48px}.testimonial-grid{grid-template-columns:1fr}.stats-row{grid-template-columns:1fr;gap:32px}.team-profiles{grid-template-columns:1fr}.contact-layout{grid-template-columns:1fr;gap:48px}.page-cta{flex-direction:column;text-align:center;padding:32px}.page-cta-actions{flex-direction:column;width:100%}.page-cta-actions .btn{width:100%}.cta-inner{padding:0}.footer-inner{flex-direction:column;gap:16px;text-align:center}.client-logos{gap:32px}.full-width-image{aspect-ratio:16/9;margin:48px 0}}@media (max-width: 480px){.hero-buttons{flex-direction:column}.hero-buttons .btn{width:100%}.cta-buttons{flex-direction:column}.cta-buttons .btn{width:100%}}
