*{margin:0;padding:0;box-sizing:border-box}:root{--navy: #0a2540;--navy-light: #1a3a5c;--gray: #6b7280;--gray-light: #f3f4f6;--white: #ffffff;--gold: #d4af37;--teal: #14b8a6;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1)}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--navy);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:600}button{font-family:inherit}.top-bar{background:var(--gray-light);border-bottom:1px solid #e5e7eb;padding:.75rem 0;font-size:.875rem}.top-bar-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.top-bar-left{display:flex;gap:2rem}.top-bar-link{display:flex;align-items:center;gap:.5rem;color:var(--gray);text-decoration:none;transition:color .3s}.top-bar-link:hover{color:var(--teal)}.top-bar-link svg{flex-shrink:0}.top-bar-right{display:flex;gap:1rem}.social-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;color:var(--gray);transition:color .3s}.social-icon:hover{color:var(--teal)}.main-header{position:sticky;top:0;background:var(--white);box-shadow:0 2px 8px #00000014;z-index:1000;padding:1.5rem 0}.header-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;padding:.5rem 0;overflow:visible}.logo svg{overflow:visible}.main-nav{display:flex;gap:2.5rem}.nav-link{color:var(--navy);text-decoration:none;font-weight:500;font-size:.9375rem;padding:.5rem 0;border-bottom:2px solid transparent;transition:all .3s}.nav-link:hover,.nav-link.active{color:var(--teal);border-bottom-color:var(--teal)}.hero{position:relative;min-height:85vh;padding:8rem 2rem 6rem;overflow:hidden}.hero-background-image{position:absolute;inset:0;background-image:url(https://images.pexels.com/photos/6802042/pexels-photo-6802042.jpeg?auto=compress&cs=tinysrgb&w=1920);background-size:cover;background-position:center;opacity:.25;z-index:0}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,#ffffffb3,#ffffffad);z-index:1}.hero-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:2}.hero-content{text-align:left}.hero-title{font-size:3.25rem;font-weight:700;color:var(--navy);color:#2f6f8f;margin-bottom:1.5rem;line-height:1.15}.hero-subtitle{font-size:1.25rem;color:var(--gray);margin-bottom:2.5rem;line-height:1.7}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap}.hero-illustration{display:flex;justify-content:center;align-items:center}.btn{padding:1rem 2rem;border-radius:6px;text-decoration:none;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem;display:inline-block}.btn-primary{background:var(--teal);color:var(--white);box-shadow:0 2px 8px #14b8a64d}.btn-primary:hover{background:#0f9d8e;transform:translateY(-2px);box-shadow:0 4px 12px #14b8a666}.btn-secondary{background:transparent;color:var(--navy);border:2px solid var(--navy)}.btn-secondary:hover{background:var(--navy);color:var(--white);transform:translateY(-2px)}.btn-full{width:100%}section{padding:5rem 2rem}.container{max-width:1200px;margin:0 auto}.container-wide{max-width:1000px;margin:0 auto}.section-title-left{font-size:2.5rem;font-weight:600;color:var(--navy);color:#2f6f8f;margin-bottom:.75rem;text-align:left}.section-title-center{font-size:2.5rem;font-weight:600;color:var(--navy);color:#2f6f8f;margin-bottom:.75rem;text-align:center}.title-underline{width:60px;height:4px;background:var(--teal);border-radius:2px;margin-bottom:2rem}.title-underline-center{width:60px;height:4px;background:var(--teal);border-radius:2px;margin:0 auto 3rem}.about{background:var(--white)}.about-header{margin-bottom:2.5rem}.about-text{font-size:1.125rem;color:var(--gray);line-height:1.9;margin-bottom:1.5rem}.services{background:var(--white)}.services-header{margin-bottom:3rem}.services-grid-2x2{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.service-card-large{background:var(--gray-light);border-radius:8px;padding:2.5rem;box-shadow:0 2px 8px #0000000f;transition:all .3s ease;border:2px solid transparent}.service-card-large:hover{transform:translateY(-4px);box-shadow:0 6px 20px #0000001a;border-color:var(--teal)}.service-card-content{display:flex;gap:2rem;align-items:flex-start}.service-icon-large{flex-shrink:0;color:var(--teal)}.service-text h3{font-size:1.5rem;font-weight:600;color:var(--navy);margin-bottom:.75rem}.service-text p{color:var(--gray);line-height:1.7;font-size:.9375rem}.process{background:var(--gray-light)}.process-header{margin-bottom:3rem}.process-steps-horizontal{display:flex;align-items:flex-start;justify-content:space-between;max-width:1100px;margin:0 auto}.process-step-item{flex:1;text-align:center;max-width:220px}.step-circle{width:80px;height:80px;border:3px solid var(--teal);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:var(--teal);background:var(--white);transition:all .3s ease}.process-step-item:hover .step-circle{background:var(--teal);color:var(--white);transform:scale(1.1)}.process-step-item h3{font-size:1.125rem;font-weight:600;color:var(--navy);margin-bottom:.75rem}.process-step-item p{color:var(--gray);font-size:.9375rem;line-height:1.6}.process-connector{flex:0 0 40px;height:2px;background:var(--teal);margin-top:40px;opacity:.3}.benefits{background:var(--gray-light)}.benefits-header{margin-bottom:3rem}.benefits-grid-2x2{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.benefit-card-large{background:var(--white);border-radius:8px;padding:2.5rem;text-align:center;box-shadow:0 2px 8px #0000000f;transition:all .3s ease}.benefit-card-large:hover{box-shadow:0 4px 16px #0000001f}.benefit-icon-large{width:80px;height:80px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;color:var(--teal)}.benefit-card-large h3{font-size:1.375rem;font-weight:600;color:var(--navy);margin-bottom:.75rem}.benefit-card-large p{color:var(--gray);font-size:.9375rem;line-height:1.7}.testimonials{background:var(--gray-light)}.testimonials-header{margin-bottom:3rem}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.testimonial-card{background:var(--white);border-radius:8px;padding:2.5rem;box-shadow:0 2px 8px #0000000f;text-align:center}.quote-icon{color:var(--teal);margin-bottom:1.5rem;opacity:.3;display:flex;justify-content:center}.testimonial-text{font-size:1rem;color:var(--navy);margin-bottom:1.5rem;line-height:1.7;font-style:italic}.testimonial-rating{color:var(--gold);font-size:1.125rem;margin-bottom:1rem}.testimonial-author{color:var(--navy);font-weight:600;font-size:1rem;margin-bottom:.25rem}.testimonial-role{color:var(--gray);font-size:.875rem}.contact{background:var(--white);position:relative;overflow:hidden}.contact-background-pattern{position:absolute;inset:0;background:radial-gradient(circle at 10% 20%,rgba(20,184,166,.05) 0%,transparent 50%),radial-gradient(circle at 90% 80%,rgba(20,184,166,.05) 0%,transparent 50%);z-index:0}.contact-header{margin-bottom:3rem;position:relative;z-index:1}.contact-content{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;position:relative;z-index:1}.contact-form-wrapper{background:var(--white);border-radius:8px;padding:2.5rem;box-shadow:0 2px 8px #0000000f}.contact-form{display:flex;flex-direction:column}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--navy);font-size:.9375rem}.form-group input,.form-group textarea{width:100%;padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:6px;font-size:1rem;font-family:inherit;transition:border-color .3s;color:var(--navy)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--teal)}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af}.contact-info-wrapper{display:flex;flex-direction:column;gap:1.5rem}.contact-info-card{background:var(--gray-light);border-radius:8px;padding:1.75rem;text-align:center}.contact-icon{width:50px;height:50px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;background:var(--teal);color:var(--white);border-radius:50%}.contact-info-card h3{font-size:1.125rem;font-weight:600;color:var(--navy);margin-bottom:.5rem}.contact-info-card p,.contact-info-card a{color:var(--gray);text-decoration:none;font-size:.9375rem;line-height:1.6}.contact-info-card a:hover{color:var(--teal)}.highlight-text{font-weight:600;color:var(--navy)}.footer{background:var(--navy);color:var(--white);padding:4rem 2rem 2rem}.footer-content{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem;margin-bottom:3rem}.footer-section h3{margin-bottom:1.25rem;color:var(--white);font-size:1.125rem}.footer-section p{color:#ffffffbf;line-height:1.7;font-size:.9375rem;margin-bottom:1.5rem}.footer-section ul{list-style:none}.footer-section li{margin-bottom:.75rem}.footer-section a{color:#ffffffbf;text-decoration:none;transition:color .3s;font-size:.9375rem}.footer-section a:hover{color:var(--teal)}.footer-social{display:flex;gap:1rem;margin-top:1.5rem}.footer-social-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff1a;border-radius:50%;color:var(--white);transition:all .3s}.footer-social-icon:hover{background:var(--teal);transform:translateY(-2px)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center}.footer-bottom p{color:#fff9;font-size:.9375rem}.fade-in{animation:fadeIn 1s ease-in}.fade-in-up{opacity:0;animation:fadeInUp .8s ease-out forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.hero-container{grid-template-columns:1fr;gap:2rem}.hero-illustration{display:none}.services-grid-2x2,.benefits-grid-2x2{grid-template-columns:1fr}.process-steps-horizontal{flex-direction:column;gap:2rem}.process-connector{display:none}.contact-content,.testimonials-grid{grid-template-columns:1fr}.footer-content{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.top-bar-left{flex-direction:column;gap:.5rem}.top-bar-right,.main-nav{display:none}.hero-title{font-size:2.25rem}.hero-subtitle{font-size:1.125rem}.section-title-left,.section-title-center{font-size:2rem}.service-card-content{flex-direction:column;gap:1rem}.service-icon-large{margin:0 auto}.footer-content{grid-template-columns:1fr}}@media(max-width:480px){section{padding:3rem 1.5rem}.hero{padding:6rem 1.5rem 4rem}.hero-title{font-size:1.875rem}.hero-cta{flex-direction:column}.btn{width:100%;text-align:center}}
