@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;font-weight:400;color-scheme:light dark;color:#111827;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{margin:0;min-width:320px;min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;letter-spacing:-.02em}button{font-family:inherit}a{text-decoration:none;color:inherit}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:2rem}.hero-background{position:absolute;inset:0;z-index:0}.hero-gradient{position:absolute;inset:0;background:linear-gradient(135deg,#11182705,#1118270d)}.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(17,24,39,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(17,24,39,.03) 1px,transparent 1px);background-size:50px 50px;animation:gridMove 20s linear infinite}@keyframes gridMove{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.hero-content{max-width:1100px;text-align:center;position:relative;z-index:1}.hero-logo{margin:0 auto 3rem;width:120px;height:120px;position:relative}.hero-logo img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 10px 30px rgba(0,0,0,.1))}.hero-logo:after{content:"";position:absolute;inset:-20px;background:radial-gradient(circle,rgba(17,24,39,.1) 0%,transparent 70%);z-index:-1}.hero-title{font-size:clamp(2.5rem,6vw,5rem);font-weight:800;letter-spacing:-.03em;margin-bottom:1.5rem;color:#111827;line-height:1.1}.hero-title-accent{background:linear-gradient(135deg,#111827,#374151);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:clamp(1.1rem,2vw,1.375rem);color:#4b5563;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.6}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:1rem 2rem;font-size:1.125rem;font-weight:600;border-radius:.5rem;transition:all .3s ease;cursor:pointer;border:2px solid transparent}.btn-primary{background-color:#111827;color:#fff;border-color:#111827}.btn-primary:hover{background-color:#1f2937;transform:translateY(-2px);box-shadow:0 10px 25px #1118274d}.btn-secondary{background-color:transparent;color:#111827;border-color:#111827}.btn-secondary:hover{background-color:#111827;color:#fff;transform:translateY(-2px);box-shadow:0 10px 25px #11182733}.hero-scroll{position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero-scroll a{display:block;color:#6b7280;transition:color .3s ease}.hero-scroll a:hover{color:#111827}.hero-scroll-icon{width:32px;height:32px;animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media(max-width:768px){.hero{min-height:90vh}.hero-logo{width:80px;height:80px;margin-bottom:2rem}.btn-primary,.btn-secondary{padding:.875rem 1.5rem;font-size:1rem}}.story{padding:6rem 2rem;background-color:#f9fafb}.story-container{max-width:1280px;margin:0 auto}.story-header{text-align:center;margin-bottom:4rem}.story-title{font-size:clamp(2rem,4vw,3rem);color:#111827;margin-bottom:1rem}.story-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:#6b7280;max-width:800px;margin:0 auto;line-height:1.7}.story-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.story-main{background:#fff;padding:3rem;border-radius:1rem;box-shadow:0 4px 6px #0000000d}.story-main h3{font-size:1.5rem;color:#111827;margin:2rem 0 1rem}.story-main h3:first-child{margin-top:0}.story-main p{color:#4b5563;line-height:1.8;margin-bottom:1.5rem}.story-highlights{display:grid;gap:1.5rem}.story-highlight-card{background:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 4px 6px #0000000d;transition:all .3s ease}.story-highlight-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.story-highlight-icon{width:48px;height:48px;background:linear-gradient(135deg,#111827,#374151);color:#fff;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.story-highlight-icon svg{width:24px;height:24px}.story-highlight-card h4{font-size:1.25rem;color:#111827;margin-bottom:.5rem}.story-highlight-card p{color:#6b7280;line-height:1.6;font-size:.95rem}@media(max-width:968px){.story{padding:4rem 1.5rem}.story-content{grid-template-columns:1fr;gap:2rem}.story-main{padding:2rem}}.services{padding:6rem 2rem;background-color:#fff}.services-container{max-width:1280px;margin:0 auto}.services-header{text-align:center;margin-bottom:4rem}.services-title{font-size:clamp(2rem,4vw,3rem);color:#111827;margin-bottom:1rem}.services-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:#6b7280;max-width:700px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.service-card{background:#fff;border:2px solid #e5e7eb;border-radius:1rem;padding:2.5rem;transition:all .3s ease;position:relative;display:flex;flex-direction:column}.service-card:hover{border-color:#111827;transform:translateY(-8px);box-shadow:0 20px 40px #0000001a}.service-card.popular{border-color:#111827;border-width:3px}.popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#111827;color:#fff;padding:.375rem 1rem;border-radius:2rem;font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.service-icon{width:64px;height:64px;background:linear-gradient(135deg,#111827,#374151);color:#fff;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.service-icon svg{width:32px;height:32px}.service-title{font-size:1.75rem;color:#111827;margin-bottom:1rem}.service-meta{display:flex;gap:1.5rem;margin-bottom:1rem;flex-wrap:wrap}.service-duration,.service-price{display:flex;align-items:center;gap:.375rem;color:#6b7280;font-size:.875rem;font-weight:500}.service-description{color:#4b5563;line-height:1.6;margin-bottom:1.5rem}.service-features{list-style:none;margin-bottom:2rem;flex-grow:1}.service-features li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.875rem;color:#4b5563;line-height:1.5}.service-features li svg{color:#10b981;flex-shrink:0;margin-top:2px}.service-cta{display:block;text-align:center;padding:1rem;background-color:#111827;color:#fff;border-radius:.5rem;font-weight:600;transition:all .3s ease;margin-top:auto}.service-cta:hover{background-color:#1f2937;transform:translateY(-2px);box-shadow:0 8px 16px #1118274d}@media(max-width:968px){.services{padding:4rem 1.5rem}.services-grid{grid-template-columns:1fr}.service-card{padding:2rem}}.process{padding:6rem 2rem;background:linear-gradient(135deg,#f9fafb,#fff)}.process-container{max-width:1280px;margin:0 auto}.process-header{text-align:center;margin-bottom:4rem}.process-title{font-size:clamp(2rem,4vw,3rem);color:#111827;margin-bottom:1rem}.process-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:#6b7280;max-width:600px;margin:0 auto}.process-timeline{max-width:900px;margin:0 auto;position:relative}.process-step{display:grid;grid-template-columns:auto 1fr;gap:2rem;margin-bottom:3rem;position:relative}.process-step:last-child{margin-bottom:0}.process-step-number{width:60px;height:60px;background:linear-gradient(135deg,#111827,#374151);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:800;flex-shrink:0;box-shadow:0 4px 12px #11182733;position:relative;z-index:2}.process-step-content{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px #0000000d;transition:all .3s ease}.process-step-content:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.process-step-icon{width:48px;height:48px;background:#f3f4f6;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:#111827}.process-step-icon svg{width:24px;height:24px}.process-step-title{font-size:1.5rem;color:#111827;margin-bottom:.75rem}.process-step-description{color:#4b5563;line-height:1.7}.process-connector{position:absolute;left:29px;top:60px;bottom:-47px;width:2px;background:linear-gradient(to bottom,#d1d5db,transparent);z-index:1}@media(max-width:768px){.process{padding:4rem 1.5rem}.process-step{grid-template-columns:1fr;gap:1rem}.process-step-number{width:48px;height:48px;font-size:1.25rem;margin:0 auto}.process-step-content{padding:1.5rem}.process-connector{display:none}}.about{padding:6rem 2rem;background-color:#fff}.about-container{max-width:1280px;margin:0 auto}.about-header{text-align:center;margin-bottom:4rem}.about-title{font-size:clamp(2rem,4vw,3rem);color:#111827;margin-bottom:1rem}.about-acronym{font-size:clamp(1rem,2vw,1.25rem);color:#6b7280;line-height:1.6}.about-acronym strong{color:#111827;font-weight:700}.about-content{display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:start}.about-mission{background:#f9fafb;padding:3rem;border-radius:1rem}.about-logo-section{display:flex;align-items:center;gap:2rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid #e5e7eb}.about-logo{width:80px;height:80px;object-fit:contain}.about-location{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-weight:500}.about-mission h3{font-size:1.5rem;color:#111827;margin:2rem 0 1rem}.about-mission h3:first-of-type{margin-top:0}.about-mission p{color:#4b5563;line-height:1.8;margin-bottom:1.5rem}.about-values{display:flex;flex-direction:column;gap:1.5rem}.about-value-card{background:#fff;border:2px solid #e5e7eb;padding:2rem;border-radius:1rem;transition:all .3s ease}.about-value-card:hover{border-color:#111827;transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.about-value-icon{width:48px;height:48px;background:linear-gradient(135deg,#111827,#374151);color:#fff;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.about-value-icon svg{width:24px;height:24px}.about-value-card h4{font-size:1.25rem;color:#111827;margin-bottom:.75rem}.about-value-card p{color:#6b7280;line-height:1.6}@media(max-width:968px){.about{padding:4rem 1.5rem}.about-content{grid-template-columns:1fr;gap:2rem}.about-mission{padding:2rem}.about-logo-section{flex-direction:column;align-items:flex-start}}.contact{padding:6rem 2rem 0;background:linear-gradient(180deg,#f9fafb,#fff)}.contact-container{max-width:1280px;margin:0 auto}.contact-header{text-align:center;margin-bottom:4rem}.contact-title{font-size:clamp(2rem,4vw,3rem);color:#111827;margin-bottom:1rem}.contact-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:#6b7280;max-width:600px;margin:0 auto}.contact-content{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;margin-bottom:4rem}.contact-info h3{font-size:1.75rem;color:#111827;margin-bottom:1rem}.contact-info>p{color:#4b5563;line-height:1.8;margin-bottom:2rem}.contact-details{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.contact-detail{display:flex;gap:1rem;align-items:flex-start}.contact-detail svg{color:#111827;flex-shrink:0;margin-top:4px}.contact-detail strong{display:block;color:#111827;font-weight:600;margin-bottom:.25rem}.contact-detail p{color:#6b7280;margin:0}.contact-cta-box{background:#f3f4f6;padding:1.5rem;border-radius:.75rem;border-left:4px solid #111827}.contact-cta-box h4{color:#111827;font-size:1.125rem;margin-bottom:1rem}.contact-cta-box ul{list-style:none;padding:0;margin:0}.contact-cta-box li{color:#4b5563;padding:.5rem 0 .5rem 1.5rem;position:relative}.contact-cta-box li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.contact-form{background:#fff;padding:3rem;border-radius:1rem;box-shadow:0 4px 6px #0000000d}.contact-success{text-align:center;padding:3rem 1rem}.contact-success svg{color:#10b981;margin-bottom:1rem}.contact-success h3{color:#111827;font-size:1.75rem;margin-bottom:.5rem}.contact-success p{color:#6b7280;line-height:1.6}.form-group{margin-bottom:1.5rem}.form-group label{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#111827;margin-bottom:.5rem}.form-group input,.form-group textarea{width:100%;padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:1rem;font-family:inherit;transition:all .2s ease;background:#fff;color:#111827}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#111827;box-shadow:0 0 0 3px #1118271a}.form-group textarea{resize:vertical;min-height:120px}.contact-submit{width:100%;padding:1rem 2rem;background-color:#111827;color:#fff;border:none;border-radius:.5rem;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.contact-submit:hover{background-color:#1f2937;transform:translateY(-2px);box-shadow:0 8px 16px #1118274d}.contact-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.contact-submit:disabled:hover{background-color:#111827;transform:none;box-shadow:none}.contact-error{background-color:#fee2e2;border:1px solid #ef4444;color:#991b1b;padding:1rem;border-radius:.5rem;margin-bottom:1.5rem}.contact-error p{margin:0;font-size:.95rem}.contact-form input:disabled,.contact-form textarea:disabled{background-color:#f3f4f6;cursor:not-allowed;opacity:.7}.footer{background-color:#111827;color:#fff;padding:2rem;margin-top:4rem}.footer-content{max-width:1280px;margin:0 auto;text-align:center}.footer-content p{margin:0;color:#9ca3af}@media(max-width:968px){.contact{padding:4rem 1.5rem 0}.contact-content{grid-template-columns:1fr;gap:2rem}.contact-form{padding:2rem}.footer{padding:1.5rem}}.navigation{position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .3s ease;padding:1.5rem 0}.navigation.scrolled{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 1px 3px #0000001a;padding:1rem 0}.nav-container{max-width:1280px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:800;letter-spacing:-.02em}.nav-logo img{height:40px;width:40px;object-fit:contain}.nav-desktop{display:flex;gap:2rem;align-items:center}.nav-link{font-weight:500;color:#374151;transition:color .2s ease;position:relative}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background-color:#111827;transition:width .3s ease}.nav-link:hover{color:#111827}.nav-link:hover:after{width:100%}.nav-mobile-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;color:#111827}.nav-mobile{display:flex;flex-direction:column;gap:1rem;padding:2rem;background:#fff;border-top:1px solid #e5e7eb}.nav-mobile-link{font-weight:500;color:#374151;padding:.75rem 0;border-bottom:1px solid #f3f4f6;transition:color .2s ease}.nav-mobile-link:hover{color:#111827}@media(max-width:768px){.nav-desktop{display:none}.nav-mobile-toggle{display:block}}*{margin:0;padding:0;box-sizing:border-box}.app{width:100%;overflow-x:hidden}html{scroll-behavior:smooth}::selection{background-color:#111827;color:#fff}
