@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";.app{background:var(--background);min-height:100vh;color:var(--foreground);font-family:Inter,sans-serif}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.text-center{text-align:center}.logo-btn{cursor:pointer;background:0 0;border:none;align-items:center;padding:0;display:flex}.logo-image{width:auto;height:40px;display:block}.navbar{z-index:50;background:var(--background);border-bottom:1px solid var(--border);position:sticky;top:0;box-shadow:0 1px 2px #0000000d}.navbar-container{justify-content:space-between;align-items:center;max-width:1200px;height:64px;margin:0 auto;padding:0 1.5rem;display:flex}.desktop-nav{align-items:center;gap:.25rem;display:none}@media (width>=768px){.desktop-nav{display:flex}}.nav-link{color:var(--muted-foreground);background:0 0;border:none;border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;transition:all .2s}.nav-link:hover{color:var(--foreground);background:var(--muted)}.nav-link.active{background:var(--primary);color:var(--primary-foreground)}.dropdown-container{position:relative}.dropdown-trigger{align-items:center;gap:.25rem;display:flex}.dropdown-icon{transition:transform .2s}.dropdown-icon.rotate{transform:rotate(180deg)}.dropdown-menu{background:var(--card);border:1px solid var(--border);z-index:50;border-radius:.75rem;width:16rem;margin-top:.5rem;position:absolute;top:100%;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 10px 15px -3px #0000001a}.dropdown-content{flex-direction:column;gap:.125rem;padding:.375rem;display:flex}.dropdown-item{text-align:left;background:0 0;border:none;border-radius:.5rem;align-items:center;gap:.75rem;width:100%;padding:.75rem;transition:background .2s;display:flex}.dropdown-item:hover{background:var(--muted)}.dropdown-icon-wrapper{background:#4f46e51a;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.dropdown-item-icon{color:var(--accent)}.dropdown-item-title{color:var(--foreground);font-size:.875rem;font-weight:500}.dropdown-item-desc{color:var(--muted-foreground);font-size:.75rem}.mobile-menu-btn{color:var(--foreground);background:0 0;border:none;display:block}@media (width>=768px){.mobile-menu-btn{display:none}}.mobile-menu{border-top:1px solid var(--border);background:var(--background);flex-direction:column;gap:.25rem;padding:1rem 1.5rem;display:none}.mobile-menu.open{display:flex}@media (width>=768px){.mobile-menu{display:none!important}}.mobile-nav-link{text-align:left;color:var(--foreground);background:0 0;border:none;border-radius:.375rem;padding:.625rem .75rem;font-size:.875rem}.mobile-nav-link:hover{background:var(--muted)}.mobile-nav-link-with-icon{align-items:center;gap:.5rem;display:flex}.mobile-menu-divider{padding:.5rem .75rem .25rem}.mobile-menu-label{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.section{padding:3rem 0}@media (width>=768px){.section{padding:5rem 0}}.hero-section{padding-top:3.5rem;padding-bottom:3.5rem}@media (width>=768px){.hero-section{padding-top:5rem;padding-bottom:5rem}}.badge{color:var(--accent);background:#4f46e51a;border-radius:9999px;margin-bottom:1.5rem;padding:.25rem .75rem;font-size:.75rem;font-weight:500;display:inline-block}.hero-title{color:var(--foreground);margin-bottom:1.5rem;font-size:2.25rem;font-weight:700;line-height:1.2}@media (width>=768px){.hero-title{font-size:3.75rem}}.highlight{color:var(--accent)}.hero-description{color:var(--muted-foreground);max-width:36rem;margin:0 auto 2.5rem;font-size:1.125rem;line-height:1.7}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.btn-primary{background:var(--primary);color:var(--primary-foreground);border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:opacity .2s;display:inline-flex}.btn-primary:hover{opacity:.9}.btn-secondary{color:var(--foreground);border:1px solid var(--border);background:0 0;border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:background .2s;display:inline-flex}.btn-secondary:hover{background:var(--muted)}.about-section{background:var(--card);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.about-grid{align-items:center;gap:2.5rem;display:grid}@media (width>=768px){.about-grid{grid-template-columns:1fr 1fr}}.section-label{color:var(--accent);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem;font-size:.75rem;font-weight:600}.section-title{color:var(--foreground);margin-bottom:1.25rem;font-size:1.875rem;font-weight:700;line-height:1.3}@media (width>=768px){.section-title{font-size:2.25rem}}.about-text{color:var(--muted-foreground);margin-bottom:.75rem;line-height:1.7}.stats-grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.5rem;display:grid}.stat-card{background:var(--background);border:1px solid var(--border);text-align:center;border-radius:.5rem;padding:1rem}.stat-value{color:var(--accent);font-size:1.5rem;font-weight:700}.stat-label{color:var(--muted-foreground);margin-top:.25rem;font-size:.75rem}.about-image{object-fit:cover;background:var(--muted);border-radius:.75rem;width:100%;height:360px;box-shadow:0 10px 15px -3px #0000001a}.offerings-section{background:var(--background);padding:4rem 0}.offerings-grid{gap:1.5rem;display:grid}@media (width>=768px){.offerings-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.offerings-grid{grid-template-columns:repeat(4,1fr)}}.section-header{margin-bottom:2rem}.section-description{color:var(--muted-foreground);max-width:36rem}.card{background:var(--card);border:1px solid var(--border);border-radius:.75rem;flex-direction:column;gap:1rem;padding:1.75rem;transition:all .2s;display:flex}.card:hover{border-color:#4f46e566;transform:translateY(-4px);box-shadow:0 4px 6px -1px #0000001a}.card-alt{background:var(--background)}.card-badge{text-transform:uppercase;letter-spacing:.05em;color:var(--accent);background:#4f46e526;border-radius:9999px;align-self:flex-start;margin-bottom:.5rem;padding:.2rem .6rem;font-size:.6rem;font-weight:600;display:inline-block}.service-badge{color:#059669;background:#10b98126}.card-icon-wrapper{background:#4f46e51a;border-radius:.5rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:background .2s;display:flex}.card:hover .card-icon-wrapper{background:#4f46e533}.card-icon{color:var(--accent)}.card-title{color:var(--foreground);margin-bottom:.5rem;font-size:1rem;font-weight:600}.card-description{color:var(--muted-foreground);font-size:.875rem;line-height:1.6}.card-link{color:var(--accent);background:0 0;border:none;align-items:center;gap:.375rem;margin-top:auto;font-size:.75rem;font-weight:600;transition:-webkit-text-decoration .2s,text-decoration .2s;display:inline-flex}.card-link:hover{text-decoration:underline}.contact-section{background:var(--background);padding:4rem 0}.contact-wrapper-simple{max-width:48rem;margin:0 auto}.contact-info-simple{text-align:center;flex-direction:column;gap:1.5rem;display:flex}.contact-info-simple .section-label,.contact-info-simple .section-title{margin-bottom:0}.contact-description{color:var(--muted-foreground);max-width:36rem;margin:0 auto;font-size:1rem;line-height:1.7}.contact-details-simple{flex-direction:column;gap:1.5rem;width:100%;max-width:400px;margin-top:1rem;margin-left:auto;margin-right:auto;display:flex}.contact-item-simple{background:var(--card);border:1px solid var(--border);border-radius:.75rem;justify-content:center;align-items:center;gap:1rem;padding:1rem;transition:all .3s;display:flex}.contact-item-simple:hover{border-color:var(--accent);transform:translate(8px);box-shadow:0 4px 12px #4f46e514}.contact-icon-wrapper-simple{background:#4f46e51a;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;transition:all .3s;display:flex}.contact-item-simple:hover .contact-icon-wrapper-simple{background:var(--accent)}.contact-item-simple:hover .contact-icon-simple{color:#fff}.contact-icon-simple{color:var(--accent);transition:all .3s}.contact-label-simple{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.125rem;font-size:.75rem}.contact-value-simple{color:var(--foreground);font-size:.95rem;font-weight:500}@media (width<=767px){.contact-item-simple{justify-content:flex-start;padding:.875rem}.contact-item-simple:hover{transform:translate(4px)}.contact-icon-wrapper-simple{width:2.5rem;height:2.5rem}.contact-details-simple{max-width:100%}}.footer{border-top:1px solid var(--border);background:var(--background);padding:1.5rem 0}.footer-container{flex-direction:column;align-items:center;gap:.5rem;display:flex}@media (width>=768px){.footer-container{flex-direction:row;justify-content:space-between}}.footer-left{align-items:center;gap:.5rem;display:flex}.footer-logo-image{width:auto;height:28px;display:block}.footer-logo-text{color:var(--foreground);font-size:.875rem;font-weight:700}.footer-copyright{color:var(--muted-foreground);font-size:.75rem}@media (width<=767px){.logo-image{height:32px}.hero-title{font-size:1.75rem}.section-title{font-size:1.5rem}.stats-grid{grid-template-columns:1fr 1fr}.offerings-grid{grid-template-columns:1fr}.footer-logo-image{height:24px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.card{animation:.6s ease-out forwards fadeInUp}.card:nth-child(2){animation-delay:.1s}.card:nth-child(3){animation-delay:.2s}.card:nth-child(4){animation-delay:.3s}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--muted-foreground);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}:root{--background:#fff;--foreground:#111827;--card:#f9fafb;--card-foreground:#111827;--primary:#111827;--primary-foreground:#fff;--muted:#f3f4f6;--muted-foreground:#6b7280;--accent:#4f46e5;--accent-foreground:#fff;--border:#00000017;--radius:.625rem}.dark{--background:#111827;--foreground:#fff;--card:#1f2937;--muted:#374151;--muted-foreground:#9ca3af;--border:#ffffff1a}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}button{cursor:pointer;font-family:inherit}
