@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap";*,:before,:after{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}#root{min-height:100svh}:root{--primary:#0d6efd;--primary-dark:#0b5ed7;--primary-light:#e7f1ff;--accent:#22c55e;--text-dark:#1e293b;--text-medium:#475569;--text-light:#64748b;--white:#fff;--gray-50:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-300:#cbd5e1;--font-primary:"Inter", system-ui, -apple-system, sans-serif;--font-heading:"Playfair Display", Georgia, serif;--section-padding:80px;--container-width:1200px;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a;--transition:all .3s ease;--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--radius-xl:24px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-primary);color:var(--text-dark);background-color:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:left;font-size:1rem;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-size:revert;font-family:revert;font-weight:revert;color:revert;letter-spacing:normal;margin:0}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{width:100%;max-width:var(--container-width);margin:0 auto;padding:0 1.25rem}@media (width>=768px){.container{padding:0 2rem}}.section-tag{color:var(--primary);text-transform:uppercase;letter-spacing:2px;margin-bottom:.75rem;font-size:.75rem;font-weight:600;display:inline-block}.section-title{font-family:var(--font-heading);color:var(--text-dark);margin-bottom:1rem;font-size:1.875rem;font-weight:700;line-height:1.2}@media (width>=768px){.section-title{font-size:2.5rem}}.section-subtitle{color:var(--text-medium);font-size:1rem;line-height:1.7}.section-header{text-align:center;margin-bottom:3.5rem}.section-header .section-title,.section-header .section-subtitle{margin-left:auto;margin-right:auto}.section-header .section-subtitle{max-width:560px}.btn{border-radius:var(--radius-md);transition:var(--transition);cursor:pointer;white-space:nowrap;font-size:.9375rem;font-weight:500;font-family:var(--font-primary);justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.75rem;display:inline-flex}.btn-primary{background:var(--primary);color:var(--white);border:2px solid var(--primary)}.btn-primary:hover{background:var(--primary-dark);border-color:var(--primary-dark);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-secondary{color:var(--white);background:0 0;border:2px solid #ffffffb3}.btn-secondary:hover{background:var(--white);color:var(--primary);border-color:var(--white)}.btn-full{width:100%}.btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.navbar{z-index:1000;transition:var(--transition);padding:1rem 0;position:fixed;top:0;left:0;right:0}.navbar.scrolled{background:var(--white);box-shadow:var(--shadow-md);padding:.625rem 0}.nav-container{max-width:var(--container-width);justify-content:space-between;align-items:center;margin:0 auto;padding:0 1.25rem;display:flex}@media (width>=768px){.nav-container{padding:0 2rem}}.nav-logo{color:var(--white);transition:var(--transition);z-index:1001;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:700;text-decoration:none;display:flex}.navbar.scrolled .nav-logo{color:var(--text-dark)}.logo-icon{background:var(--primary);width:36px;height:36px;color:var(--white);border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;display:flex}.nav-toggle{width:44px;height:44px;color:var(--white);z-index:1001;border-radius:var(--radius-sm);justify-content:center;align-items:center;display:flex}.navbar.scrolled .nav-toggle{color:var(--text-dark)}@media (width>=1024px){.nav-toggle{display:none}}.nav-menu{background:var(--white);width:100%;max-width:300px;height:100vh;box-shadow:var(--shadow-xl);flex-direction:column;gap:.25rem;padding:5rem 1.5rem 2rem;transition:right .3s;display:flex;position:fixed;top:0;right:-100%;overflow-y:auto}.nav-menu.active{right:0}@media (width>=1024px){.nav-menu{width:auto;max-width:none;height:auto;box-shadow:none;background:0 0;flex-direction:row;align-items:center;gap:.25rem;padding:0;position:static;overflow:visible}}.nav-link{color:var(--text-dark);border-radius:var(--radius-sm);transition:var(--transition);padding:.625rem .875rem;font-size:.9375rem;font-weight:500;text-decoration:none;display:block}.nav-link:hover{color:var(--primary);background:var(--primary-light)}@media (width>=1024px){.nav-link{color:#ffffffe6;background:0 0}.nav-link:hover{color:var(--white);background:#ffffff1f}.navbar.scrolled .nav-link{color:var(--text-medium)}.navbar.scrolled .nav-link:hover{color:var(--primary);background:var(--primary-light)}}.nav-cta{border-radius:var(--radius-md);text-align:center;margin-top:.5rem;padding:.625rem 1.25rem;background:var(--primary)!important;color:var(--white)!important}.nav-cta:hover{background:var(--primary-dark)!important;color:var(--white)!important}@media (width>=1024px){.nav-cta{margin-top:0;margin-left:.5rem}}.hero{background:linear-gradient(135deg,#0f172a 0%,#1e3a5f 50%,#0f172a 100%);align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-overlay{pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.hero-content{width:100%;max-width:var(--container-width);text-align:left;margin:0 auto;padding:8rem 1.25rem 5rem;position:relative}@media (width>=768px){.hero-content{padding:9rem 2rem 6rem}}.hero-text{text-align:left;max-width:620px}.hero-subtitle{color:var(--accent);text-transform:uppercase;letter-spacing:3px;margin-bottom:1rem;font-size:.8125rem;font-weight:600}.hero-title{font-family:var(--font-heading);color:var(--white);margin-bottom:1.5rem;font-size:3rem;font-weight:700;line-height:1.05}@media (width>=768px){.hero-title{font-size:4.5rem}}.hero-description{color:#fffc;max-width:520px;margin-bottom:2.25rem;font-size:1.0625rem;line-height:1.8}.hero-buttons{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.hero-stats{text-align:left;border-top:1px solid #ffffff1f;flex-wrap:wrap;gap:2.5rem;margin-top:2.5rem;padding-top:2.5rem;display:flex}.stat-item{flex-direction:column;gap:.375rem;min-width:100px;display:flex}.stat-number{color:var(--white);font-size:2.25rem;font-weight:700;line-height:1;font-family:var(--font-heading)}.stat-label{color:#ffffff8c;text-transform:uppercase;letter-spacing:1px;font-size:.8125rem;font-weight:500}.scroll-indicator{color:#ffffff80;text-transform:uppercase;letter-spacing:2px;flex-direction:column;align-items:center;gap:.375rem;font-size:.6875rem;animation:2s infinite bounce;display:none;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}@media (width>=768px){.scroll-indicator{display:flex}}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%)translateY(0)}40%{transform:translate(-50%)translateY(-10px)}60%{transform:translate(-50%)translateY(-5px)}}.about{padding:var(--section-padding) 0;background:var(--white)}.about-content{text-align:left;grid-template-columns:1fr;align-items:center;gap:3rem;display:grid}@media (width>=1024px){.about-content{grid-template-columns:1fr 1fr;gap:5rem}}.about-image{order:-1;position:relative}@media (width>=1024px){.about-image{order:0}}.image-placeholder{aspect-ratio:4/5;background:linear-gradient(135deg, var(--primary-light) 0%, var(--gray-100) 100%);border-radius:var(--radius-xl);justify-content:center;align-items:center;width:100%;max-width:380px;margin:0 auto;font-size:7rem;display:flex}.about-badge{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);align-items:center;gap:.625rem;padding:.875rem 1.125rem;display:flex;position:absolute;bottom:1.5rem;right:0}@media (width>=768px){.about-badge{right:1.5rem}}.badge-icon{color:var(--primary)}.badge-text{color:var(--text-dark);white-space:nowrap;font-size:.875rem;font-weight:600}.about-text{text-align:left}.about-description{color:var(--text-medium);margin-bottom:1rem;font-size:.9375rem;line-height:1.8}.about-features{grid-template-columns:1fr;gap:.75rem;margin-top:2rem;display:grid}@media (width>=480px){.about-features{grid-template-columns:1fr 1fr}}.feature-item{background:var(--gray-50);border-radius:var(--radius-md);color:var(--text-dark);text-align:left;align-items:center;gap:.625rem;padding:.875rem 1rem;font-size:.875rem;font-weight:500;display:flex}.feature-icon{color:var(--accent);flex-shrink:0}.services{padding:var(--section-padding) 0;background:var(--gray-50)}.services-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=640px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.services-grid{grid-template-columns:repeat(3,1fr)}}.service-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:var(--transition);text-align:left;flex-direction:column;padding:2rem 1.75rem;display:flex}.service-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-6px)}.service-icon{color:var(--primary);width:fit-content;margin-bottom:1.25rem}.service-title{color:var(--text-dark);margin-bottom:.625rem;font-size:1.0625rem;font-weight:600}.service-description{color:var(--text-medium);flex:1;margin-bottom:1.5rem;font-size:.9375rem;line-height:1.7}.service-link{color:var(--primary);transition:var(--transition);align-items:center;gap:.25rem;width:fit-content;font-size:.875rem;font-weight:600;display:inline-flex}.service-link:hover{color:var(--primary-dark);gap:.5rem}.expertise{padding:var(--section-padding) 0;background:var(--white)}.expertise-content{text-align:left;grid-template-columns:1fr;gap:3.5rem;display:grid}@media (width>=1024px){.expertise-content{grid-template-columns:1fr 1fr;align-items:start;gap:5rem}}.expertise-text{text-align:left}.expertise-description{color:var(--text-medium);margin-bottom:2.25rem;font-size:.9375rem;line-height:1.8}.expertise-list{flex-direction:column;gap:1.625rem;display:flex}.expertise-item{text-align:left}.expertise-item-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.expertise-item h4{color:var(--text-dark);font-size:.9375rem;font-weight:500}.expertise-item span{color:var(--primary);font-size:.875rem;font-weight:700}.progress-bar{background:var(--gray-200);border-radius:4px;width:100%;height:8px;overflow:hidden}.progress{background:linear-gradient(90deg, var(--primary) 0%, var(--accent) 100%);border-radius:4px;height:100%;transition:width 1.2s}.expertise-features{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.expertise-card{background:var(--gray-50);border-radius:var(--radius-lg);text-align:center;transition:var(--transition);padding:1.5rem 1.25rem}.expertise-card:hover{background:var(--primary-light);transform:translateY(-4px)}.card-icon{color:var(--primary);justify-content:center;margin-bottom:.875rem;display:flex}.expertise-card h3{color:var(--text-dark);margin-bottom:.5rem;font-size:.9375rem;font-weight:600;line-height:1.3}.expertise-card p{color:var(--text-medium);font-size:.8125rem;line-height:1.6}.testimonials{padding:var(--section-padding) 0;background:linear-gradient(135deg,#0f172a 0%,#1e3a5f 100%)}.testimonials .section-header .section-tag{color:var(--accent)}.testimonials .section-header .section-title{color:var(--white)}.testimonials .section-header .section-subtitle{color:#ffffffa6}.testimonials-slider{max-width:760px;min-height:320px;margin:0 auto;position:relative}.testimonial-card{display:none}.testimonial-card.active{animation:.5s fadeInUp;display:block}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.testimonial-content{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--radius-xl);text-align:center;background:#ffffff14;border:1px solid #ffffff1a;padding:2.5rem 2rem}@media (width>=768px){.testimonial-content{padding:3rem}}.quote-icon{color:var(--accent);margin:0 auto 1.25rem}.testimonial-text{color:#ffffffe6;margin-bottom:2rem;font-size:1.0625rem;line-height:1.85}.testimonial-author{justify-content:center;align-items:center;gap:1rem;display:flex}.author-avatar{background:var(--primary);width:48px;height:48px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.875rem;font-weight:700;display:flex}.author-info{text-align:left}.author-info h4{color:var(--white);margin-bottom:.2rem;font-size:.9375rem;font-weight:600}.author-info p{color:#fff9;font-size:.8125rem}.testimonial-dots{justify-content:center;gap:.625rem;margin-top:2rem;display:flex}.dot{width:10px;height:10px;transition:var(--transition);cursor:pointer;background:#ffffff40;border:none;border-radius:50%;padding:0}.dot.active,.dot:hover{background:var(--accent);transform:scale(1.2)}.contact{padding:var(--section-padding) 0;background:var(--gray-50)}.cta-banner{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);border-radius:var(--radius-xl);text-align:center;margin-bottom:4rem;padding:2.5rem 2rem}@media (width>=768px){.cta-banner{padding:3rem}}.cta-banner h2{font-family:var(--font-heading);color:var(--white);margin-bottom:.625rem;font-size:1.625rem;font-weight:700}@media (width>=768px){.cta-banner h2{font-size:2rem}}.cta-banner p{color:#ffffffd9;font-size:1rem}.contact-content{text-align:left;grid-template-columns:1fr;gap:3rem;display:grid}@media (width>=1024px){.contact-content{grid-template-columns:1fr 1.2fr;align-items:start;gap:5rem}}.contact-info{text-align:left}.contact-description{color:var(--text-medium);margin-bottom:2rem;font-size:.9375rem;line-height:1.8}.contact-details{flex-direction:column;gap:1.25rem;display:flex}.contact-item{text-align:left;align-items:flex-start;gap:1rem;display:flex}.contact-icon{background:var(--primary-light);border-radius:var(--radius-md);width:46px;height:46px;color:var(--primary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-text{text-align:left}.contact-text h4{color:var(--text-dark);margin-bottom:.25rem;font-size:.9375rem;font-weight:600}.contact-text p{color:var(--text-medium);font-size:.875rem;line-height:1.6}.contact-form-wrapper{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);text-align:left;padding:2rem}@media (width>=768px){.contact-form-wrapper{padding:2.5rem}}.contact-form{text-align:left;flex-direction:column;gap:1.25rem;display:flex}.form-row{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (width>=560px){.form-row{grid-template-columns:1fr 1fr}}.form-group{text-align:left;flex-direction:column;gap:.375rem;display:flex}.form-group label{color:var(--text-dark);text-align:left;font-size:.875rem;font-weight:500}.form-group input,.form-group select,.form-group textarea{font-size:.9375rem;font-family:var(--font-primary);border:1.5px solid var(--gray-300);border-radius:var(--radius-md);background:var(--white);color:var(--text-dark);transition:var(--transition);text-align:left;width:100%;padding:.75rem 1rem}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-light)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #0d6efd1f}.form-group textarea{resize:vertical;min-height:110px}.form-success{text-align:center;color:var(--accent);padding:3rem 1rem}.form-success h3{color:var(--text-dark);margin:1rem 0 .5rem;font-size:1.25rem}.form-success p{color:var(--text-medium)}.footer{color:var(--white);background:#0f172a;padding:4rem 0 0}.footer-content{text-align:left;border-bottom:1px solid #ffffff14;grid-template-columns:1fr;gap:3rem;padding-bottom:3rem;display:grid}@media (width>=1024px){.footer-content{grid-template-columns:1.4fr 2fr;gap:5rem}}.footer-brand{text-align:left}.footer-logo{color:var(--white);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.125rem;font-weight:700;text-decoration:none;display:inline-flex}.footer-description{color:#ffffffa6;margin-bottom:1.5rem;font-size:.9375rem;line-height:1.75}.social-links{gap:.625rem;display:flex}.social-link{border-radius:var(--radius-md);color:#ffffffb3;width:40px;height:40px;transition:var(--transition);background:#ffffff14;justify-content:center;align-items:center;text-decoration:none;display:flex}.social-link:hover{background:var(--primary);color:var(--white)}.footer-links{text-align:left;grid-template-columns:1fr 1fr;gap:2rem;display:grid}@media (width>=640px){.footer-links{grid-template-columns:repeat(3,1fr)}}.footer-column h4{color:var(--white);margin-bottom:1.125rem;font-size:.9375rem;font-weight:600}.footer-column ul{flex-direction:column;gap:.625rem;display:flex}.footer-column li,.footer-column a{color:#fff9;transition:var(--transition);font-size:.875rem;text-decoration:none;display:block}.footer-column a:hover{color:var(--white)}.footer-bottom{text-align:center;padding:1.5rem 0}.footer-bottom p{color:#fff6;font-size:.8125rem}
