:root{--color-primary:#553c9a;--color-primary-light:#6b46c1;--color-primary-soft:#ede9fe;--color-accent:#059669;--color-text:#111827;--color-text-secondary:#374151;--color-text-muted:#6b7280;--color-border:#e5e7eb;--color-border-light:#f3f4f6;--color-bg:#fff;--color-bg-subtle:#f9fafb;--color-bg-muted:#f3f4f6;--font-body:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-display:"Plus Jakarta Sans",var(--font-body);--shadow-xs:0 1px 2px #1118270a;--shadow-sm:0 1px 3px #1118270f,0 1px 2px #1118270a;--shadow-md:0 4px 12px #1118270f;--shadow-lg:0 12px 32px #11182714;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--section-py:5.5rem;--container-max:1140px;--header-height:84px}*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;background:var(--color-bg);color:#374151;color:var(--color-text-secondary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-body);line-height:1.65;overflow-x:hidden}body,html{font-size:16px}html{scroll-behavior:smooth;scroll-padding-top:84px;scroll-padding-top:var(--header-height)}h1,h2,h3,h4,h5,h6{color:#111827;color:var(--color-text);font-family:Plus Jakarta Sans,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-display);font-weight:700;letter-spacing:-.025em;line-height:1.25}p{color:#6b7280;color:var(--color-text-muted);line-height:1.75}a{color:inherit}img{display:block;max-width:100%}@media (max-width:480px){body{font-size:15px}:root{--section-py:4rem}}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.header{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#ffffffeb;border-bottom:1px solid #0000;height:var(--header-height);left:0;position:fixed;right:0;top:0;transition:border-color .25s ease,box-shadow .25s ease;z-index:1000}.header.scrolled{border-bottom-color:var(--color-border);box-shadow:var(--shadow-sm)}.header-container{height:100%;justify-content:space-between;margin:0 auto;max-width:var(--container-max);padding:0 1.5rem}.header-container,.logo{align-items:center;display:flex}.logo{gap:1rem;text-decoration:none}.logo-image{aspect-ratio:246/150;display:block;flex-shrink:0;height:calc(var(--header-height) - 16px);object-fit:contain;width:auto}.logo-name{color:var(--color-primary);display:block;font-family:var(--font-display);font-size:1.375rem;font-weight:800;letter-spacing:-.02em;line-height:1.2}.logo-tagline{color:var(--color-text-muted);display:block;font-size:.75rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase}.nav{align-items:center;display:flex;gap:2rem}.nav-list{display:flex;gap:.25rem;list-style:none;margin:0;padding:0}.nav-list a{border-radius:var(--radius-sm);color:var(--color-text-secondary);display:inline-block;font-size:.9375rem;font-weight:500;padding:.5rem .875rem;text-decoration:none;transition:color .2s ease,background .2s ease}.nav-list a.active,.nav-list a:hover{color:var(--color-primary)}.nav-list a.active{background:var(--color-primary-soft);font-weight:600}.nav-cta{align-items:center;background:var(--color-primary);border-radius:var(--radius-sm);color:#fff;display:inline-flex;font-size:.875rem;font-weight:600;padding:.5625rem 1.25rem;text-decoration:none;transition:background .2s ease,transform .2s ease;white-space:nowrap}.nav-cta:hover{background:var(--color-primary-light);color:#fff}.menu-toggle{background:none;border:none;border-radius:var(--radius-sm);cursor:pointer;display:none;flex-direction:column;gap:5px;padding:.5rem;z-index:1001}.menu-toggle span{background:var(--color-text-secondary);border-radius:1px;height:2px;transition:all .25s ease;width:22px}.menu-toggle.active span:first-child{transform:rotate(45deg) translate(5px,5px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media (max-width:1023px){.nav{background:var(--color-bg);flex-direction:column;gap:2rem;inset:0;justify-content:center;opacity:0;position:fixed;transform:translateX(100%);transition:all .3s ease;visibility:hidden;z-index:999}.nav-open{opacity:1;transform:translateX(0);visibility:visible}.nav-list{align-items:center;flex-direction:column;gap:.5rem}.nav-list a{font-size:1.125rem;padding:.75rem 1.5rem}.nav-cta{font-size:1rem;padding:.875rem 2rem}.menu-toggle{display:flex}}@media (max-width:480px){.header-container{padding:0 1rem}.logo-image{height:60px;width:auto}}.hero{background:var(--color-bg-subtle);min-height:calc(100vh - var(--header-height));padding:calc(var(--header-height) + 3rem) 0 4rem;position:relative}.hero:before{background-image:linear-gradient(#553c9a08 1px,#0000 0),linear-gradient(90deg,#553c9a08 1px,#0000 0);background-size:48px 48px;content:"";inset:0;-webkit-mask-image:linear-gradient(180deg,#000 40%,#0000);mask-image:linear-gradient(180deg,#000 40%,#0000);pointer-events:none;position:absolute}.hero-container{margin:0 auto;max-width:var(--container-max);padding:0 1.5rem;position:relative}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.hero-badge{background:var(--color-primary-soft);border-radius:100px;color:var(--color-primary);display:inline-block;font-size:.8125rem;font-weight:600;margin-bottom:1.5rem;padding:.4375rem .875rem}.hero-title{font-size:clamp(2rem,4.5vw,3rem);font-weight:800;line-height:1.15;margin-bottom:1.25rem;max-width:540px}.hero-accent{color:var(--color-primary)}.hero-description{font-size:1.0625rem;line-height:1.75;margin-bottom:2rem;max-width:480px}.hero-buttons{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}.hero-features{display:flex;flex-wrap:wrap;gap:1.25rem;list-style:none;padding:0}.hero-features li{align-items:center;color:var(--color-text-secondary);display:flex;font-size:.875rem;font-weight:500;gap:.5rem}.hero-features li:before{background:var(--color-accent);border-radius:50%;content:"";flex-shrink:0;height:6px;width:6px}.hero-visual{display:flex;flex-direction:column;gap:1rem}.hero-card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);padding:1.5rem}.hero-card-header{align-items:center;border-bottom:1px solid var(--color-border-light);display:flex;justify-content:space-between;margin-bottom:1.25rem;padding-bottom:1.25rem}.hero-card-brand{align-items:center;display:flex;gap:.75rem}.hero-card-brand img{aspect-ratio:246/150;display:block;height:auto;object-fit:contain;width:76px}.hero-card-brand strong{color:var(--color-text);display:block;font-family:var(--font-display);font-size:.9375rem}.hero-card-brand span{color:var(--color-text-muted);display:block;font-size:.8125rem}.hero-service-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:1fr 1fr}.hero-service-item{align-items:flex-start;background:var(--color-bg-subtle);border:1px solid var(--color-border-light);border-radius:var(--radius-md);display:flex;gap:.75rem;padding:.875rem}.hero-service-abbr{align-items:center;background:var(--color-primary-soft);border-radius:var(--radius-sm);color:var(--color-primary);display:flex;flex-shrink:0;font-size:.6875rem;font-weight:700;height:36px;justify-content:center;width:36px}.hero-service-item h4{font-size:.875rem;font-weight:600;margin-bottom:.125rem}.hero-service-item p{font-size:.8125rem;line-height:1.4}.hero-stats{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(3,1fr)}.hero-stat{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1rem;text-align:center}.hero-stat-value{color:var(--color-primary);display:block;font-family:var(--font-display);font-size:1.375rem;font-weight:800;line-height:1.2}.hero-stat-label{color:var(--color-text-muted);font-size:.75rem;font-weight:500}@media (max-width:968px){.hero-content{gap:3rem;grid-template-columns:1fr;text-align:center}.hero-description,.hero-title{margin-left:auto;margin-right:auto;max-width:none}.hero-buttons,.hero-features{justify-content:center}}@media (max-width:640px){.hero{padding-top:calc(var(--header-height) + 2rem)}.hero-buttons{flex-direction:column;width:100%}.hero-buttons .btn{width:100%}.hero-service-grid{grid-template-columns:1fr}}@media (max-width:480px){.hero-container{padding:0 1rem}.hero-stats{grid-template-columns:1fr}}.services{background:var(--color-bg);padding:var(--section-py) 0}.services-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr);margin-bottom:3rem}.service-card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.75rem;transition:box-shadow .25s ease,border-color .25s ease}.service-card:hover{border-color:#d1d5db;box-shadow:var(--shadow-md)}.service-card-header{align-items:center;border-bottom:1px solid var(--color-border-light);display:flex;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.25rem}.service-card-icon{align-items:center;background:var(--color-primary-soft);border-radius:var(--radius-md);display:flex;flex-shrink:0;height:44px;justify-content:center;width:44px}.service-card-icon svg{color:var(--color-primary);height:22px;width:22px}.service-card-icon--green{background:#ecfdf5}.service-card-icon--green svg{color:var(--color-accent)}.service-card-header h3{font-size:1.125rem;font-weight:700;margin-bottom:.125rem}.service-card-meta{color:var(--color-text-muted);font-size:.8125rem;margin:0}.service-list{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(2,1fr);list-style:none;padding:0}.service-list li{align-items:center;border-radius:var(--radius-sm);color:var(--color-text-secondary);display:flex;font-size:.875rem;gap:.5rem;padding:.5rem .625rem}.service-list li:before{background:var(--color-primary-light);border-radius:50%;content:"";flex-shrink:0;height:5px;width:5px}.services-cta{background:var(--color-primary);border-radius:var(--radius-lg);color:#fff;padding:2.5rem 2rem;text-align:center}.services-cta h3{color:#fff;font-size:1.375rem;margin-bottom:.5rem}.services-cta p{color:#ffffffd9;font-size:1rem;margin-bottom:1.5rem}@media (max-width:968px){.services-grid{grid-template-columns:1fr}}@media (max-width:640px){.service-list{grid-template-columns:1fr}.services-cta{padding:2rem 1.5rem}}@media (max-width:480px){.service-card{padding:1.25rem}}.about{background:var(--color-bg-subtle);border-top:1px solid var(--color-border-light);padding:var(--section-py) 0}.about-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr);margin-bottom:3.5rem}.about-stat{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1.5rem 1rem;text-align:center}.about-stat-value{color:var(--color-primary);display:block;font-family:var(--font-display);font-size:1.75rem;font-weight:800;line-height:1.2;margin-bottom:.25rem}.about-stat-label{color:var(--color-text-muted);font-size:.8125rem;font-weight:500}.about-grid{grid-gap:2.5rem;align-items:start;display:grid;gap:2.5rem;grid-template-columns:1fr 1fr}.about-story h3{font-size:1.25rem}.about-story h3,.about-story p{margin-bottom:1rem}.about-highlights{display:flex;flex-direction:column;gap:.625rem;list-style:none;margin-top:1.5rem;padding:0}.about-highlights li{align-items:center;color:var(--color-text-secondary);display:flex;font-size:.9375rem;font-weight:500;gap:.625rem}.about-highlights li:before{background:var(--color-primary-soft);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23553C9A' stroke-width='3'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:12px;border-radius:50%;content:"";flex-shrink:0;height:18px;width:18px}.about-values{display:flex;flex-direction:column;gap:1rem}.about-value{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1.25rem 1.5rem}.about-value h4{font-size:.9375rem;font-weight:700;margin-bottom:.375rem}.about-value p{font-size:.875rem;line-height:1.6;margin:0}@media (max-width:968px){.about-stats{grid-template-columns:repeat(2,1fr)}.about-grid{gap:2rem;grid-template-columns:1fr}}@media (max-width:480px){.about-stats{gap:.75rem;grid-template-columns:1fr 1fr}.about-stat{padding:1.25rem .75rem}.about-stat-value{font-size:1.5rem}}.contact{background:var(--color-bg);border-top:1px solid var(--color-border-light);padding:var(--section-py) 0}.contact-content{grid-gap:2.5rem;align-items:start;display:grid;gap:2.5rem;grid-template-columns:1fr 1.2fr}.contact-info{display:flex;flex-direction:column;gap:1rem}.info-card{background:var(--color-bg-subtle);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1.25rem 1.5rem}.info-card h3{color:var(--color-text-muted);font-size:.8125rem;font-weight:600;letter-spacing:.04em;margin-bottom:.5rem;text-transform:uppercase}.info-card p,.info-link{color:var(--color-text);display:block;font-size:.9375rem;font-weight:500;margin-bottom:.125rem;text-decoration:none}.info-link:hover{color:var(--color-primary)}.info-note{color:var(--color-text-muted);display:block;font-size:.8125rem;margin-top:.375rem}.contact-form-wrap{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:2rem}.contact-form h3{font-size:1.125rem;margin-bottom:1.5rem}.form-group{margin-bottom:1.125rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-group label{color:var(--color-text-secondary);display:block;font-size:.8125rem;font-weight:600;margin-bottom:.375rem}.form-group input,.form-group select,.form-group textarea{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-text);font-family:var(--font-body);font-size:.9375rem;padding:.6875rem .875rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--color-primary-light);box-shadow:0 0 0 3px var(--color-primary-soft);outline:none}.form-group textarea{min-height:100px;resize:vertical}.form-submit{margin-top:.5rem;width:100%}.form-alert{border-radius:var(--radius-sm);font-size:.875rem;font-weight:500;margin-top:1rem;padding:.875rem 1rem}.form-alert--error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.form-alert--success{background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46}@media (max-width:968px){.contact-content{gap:2rem;grid-template-columns:1fr}}@media (max-width:640px){.form-row{grid-template-columns:1fr}.contact-form-wrap{padding:1.5rem}}.footer{background:var(--color-text);color:#d1d5db;padding:3.5rem 0 0}.footer-container{margin:0 auto;max-width:var(--container-max);padding:0 1.5rem}.footer-grid{grid-gap:3rem;border-bottom:1px solid #374151;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr;padding-bottom:2.5rem}.footer-logo{align-items:center;display:flex;gap:.75rem;margin-bottom:1rem;text-decoration:none}.footer-logo img{aspect-ratio:246/150;display:block;height:auto;object-fit:contain;width:64px}.footer-logo strong{color:#fff;display:block;font-family:var(--font-display);font-size:1rem}.footer-logo span{color:#9ca3af;display:block;font-size:.6875rem;letter-spacing:.04em;text-transform:uppercase}.footer-brand p{color:#9ca3af;font-size:.875rem;line-height:1.65;max-width:320px}.footer-col h4{color:#fff;font-size:.8125rem;font-weight:600;letter-spacing:.04em;margin-bottom:1rem;text-transform:uppercase}.footer-col ul{list-style:none;padding:0}.footer-col li{font-size:.875rem;margin-bottom:.5rem}.footer-col a{color:#9ca3af;text-decoration:none;transition:color .2s ease}.footer-col a:hover{color:#fff}.footer-bottom{align-items:center;display:flex;justify-content:space-between;padding:1.5rem 0}.footer-bottom p{color:#6b7280;font-size:.8125rem;margin:0}.footer-links a{color:#6b7280;font-size:.8125rem;text-decoration:none}.footer-links a:hover{color:#d1d5db}@media (max-width:768px){.footer-grid{gap:2rem;grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:.75rem;text-align:center}}@media (max-width:480px){.footer-container{padding:0 1rem}}.back-to-top{align-items:center;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-sm);bottom:1.5rem;box-shadow:var(--shadow-md);color:var(--color-text-secondary);cursor:pointer;display:flex;height:40px;justify-content:center;opacity:0;position:fixed;right:1.5rem;transform:translateY(8px);transition:all .25s ease;visibility:hidden;width:40px;z-index:900}.back-to-top.visible{opacity:1;transform:translateY(0);visibility:visible}.back-to-top:hover{border-color:var(--color-primary-soft);color:var(--color-primary)}.back-to-top svg{height:18px;width:18px}.App{text-align:left}.section-container{margin:0 auto;max-width:var(--container-max);padding:0 1.5rem}.section-header{margin:0 auto 3rem;max-width:640px;text-align:center}.section-badge{background:var(--color-primary-soft);border-radius:100px;color:var(--color-primary);display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.06em;margin-bottom:1rem;padding:.375rem .875rem;text-transform:uppercase}.section-title{font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:800;margin-bottom:.75rem}.section-title span{color:var(--color-primary)}.section-subtitle{font-size:1.0625rem;line-height:1.7;margin:0}.btn{align-items:center;border:none;border-radius:var(--radius-sm);cursor:pointer;display:inline-flex;font-family:var(--font-body);font-size:.9375rem;font-weight:600;gap:.5rem;justify-content:center;min-height:44px;padding:.75rem 1.5rem;text-decoration:none;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}.btn-primary{background:var(--color-primary);color:#fff}.btn-primary:hover{background:var(--color-primary-light)}.btn-secondary{background:var(--color-bg);border:1px solid var(--color-border);color:var(--color-text-secondary)}.btn-secondary:hover{border-color:#d1d5db;color:var(--color-text)}.btn-white{background:#fff;color:var(--color-primary)}.btn-white:hover{background:var(--color-bg-subtle)}.btn:active{transform:scale(.98)}.btn:disabled{cursor:not-allowed;opacity:.6}.reveal{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}.reveal.revealed{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-bg-subtle)}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--color-primary-light);outline-offset:2px}@media (max-width:480px){.section-container{padding:0 1rem}}@media print{.back-to-top,.footer,.header{display:none}}
/*# sourceMappingURL=main.f5982f50.css.map*/