@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{font-family:Inter,system-ui,sans-serif;line-height:1.6;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;overflow-x:hidden}button{font-family:inherit;cursor:pointer;border:none;outline:none;background:none}ul,ol{list-style:none;padding:0;margin:0}a{text-decoration:none;color:inherit}button:focus-visible,a:focus-visible{outline:2px solid #667eea;outline-offset:2px}::-moz-selection{background:#667eea4d;color:#fff}::selection{background:#667eea4d;color:#fff}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#ffffff1a}::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff80}*{margin:0;padding:0;box-sizing:border-box}.app{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.header{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.2);padding:1rem 0;position:sticky;top:0;z-index:100}.header .container{display:flex;justify-content:space-between;align-items:center}.logo{font-size:2rem;font-weight:700;background:linear-gradient(45deg,#fff,#f0f0f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav{display:flex;gap:1rem}.nav-link{background:none;border:none;color:#fffc;font-size:1rem;font-weight:500;padding:.5rem 1rem;border-radius:8px;cursor:pointer;transition:all .3s ease}.nav-link:hover{background:#ffffff1a;color:#fff}.nav-link.active{background:#fff3;color:#fff}.main{flex:1;display:flex;flex-direction:column}.page-section{padding:6rem 0;min-height:calc(100vh - 200px);display:flex;align-items:center}.page-title{font-size:3.5rem;font-weight:700;text-align:center;margin-bottom:1rem;background:linear-gradient(45deg,#fff,#f0f0f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.page-subtitle{font-size:1.25rem;color:#fffc;text-align:center;margin-bottom:4rem;max-width:700px;margin-left:auto;margin-right:auto}.hero{padding:6rem 0;text-align:center}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(45deg,#fff,#f0f0f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;color:#ffffffe6;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-button{background:linear-gradient(45deg,#ff6b6b,#ee5a24);color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0003}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.cta-button.secondary{background:#ffffff1a;border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cta-button.secondary:hover{background:#fff3;border-color:#ffffff80}.hero-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:3rem;flex-wrap:wrap}.hero-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;max-width:800px;margin:0 auto}.feature-item{display:flex;align-items:center;gap:.5rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:1rem;font-size:.9rem;transition:all .3s ease}.feature-item:hover{background:#ffffff26;transform:translateY(-2px)}.feature-icon{font-size:1.2rem}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;background:linear-gradient(45deg,#fff,#f0f0f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle{font-size:1.1rem;color:#fffc;text-align:center;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.features{padding:4rem 0;background:#ffffff0d}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.feature-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease}.feature-card:hover{transform:translateY(-5px);background:#ffffff26;box-shadow:0 10px 30px #0003}.service-card{display:flex;flex-direction:column;height:100%}.service-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#fff}.feature-card p{color:#fffc;line-height:1.6;margin-bottom:1.5rem;flex:1}.service-button{background:#ffffff1a;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:500;margin-top:auto}.service-button:hover{background:#fff3;transform:translateY(-2px)}.services-cta{text-align:center;margin-top:3rem}.services-grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-top:2rem}.service-page-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:3rem;transition:all .3s ease}.service-page-card:hover{transform:translateY(-5px);background:#ffffff26;box-shadow:0 15px 40px #0003}.service-page-icon{font-size:4rem;margin-bottom:1.5rem;text-align:center}.service-page-card h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#fff;text-align:center}.service-description{font-size:1.1rem;color:#fffc;line-height:1.6;margin-bottom:2rem;text-align:center}.service-details{margin:2rem 0}.service-details h3{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:#fff}.service-list{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:.5rem}.service-list li{color:#fffc;position:relative;padding:.5rem 0 .5rem 1.5rem}.service-list li:before{content:"✓";position:absolute;left:0;color:#4ade80;font-weight:700}.service-cta{display:flex;gap:1rem;justify-content:center;margin-top:2rem;flex-wrap:wrap}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-info{display:grid;grid-template-columns:1fr;gap:2rem}.contact-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease}.contact-card:hover{transform:translateY(-5px);background:#ffffff26;box-shadow:0 10px 30px #0003}.contact-icon{font-size:3rem;margin-bottom:1rem}.contact-card h3{font-size:1.3rem;font-weight:600;margin-bottom:.5rem;color:#fff}.contact-detail{font-size:1.1rem;color:#ffffffe6;margin-bottom:.5rem;font-weight:500}.contact-note{font-size:.9rem;color:#fff9}.contact-form-container{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:2rem;box-shadow:0 10px 30px #0003}.contact-form-container h2{font-size:1.8rem;font-weight:600;margin-bottom:2rem;color:#fff;text-align:center}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.quote-page-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.quote-page-info h2{font-size:2rem;font-weight:600;margin-bottom:2rem;color:#fff}.quote-section{padding:4rem 0;background:#ffffff08}.quote-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.quote-info{padding-right:2rem}.quote-benefits{margin-top:2rem}.benefit-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding:1rem;background:#ffffff0d;border-radius:12px;transition:all .3s ease}.benefit-item:hover{background:#ffffff1a;transform:translate(5px)}.benefit-icon{font-size:1.5rem;flex-shrink:0}.benefit-item h4{font-size:1.1rem;font-weight:600;margin-bottom:.25rem;color:#fff}.benefit-item p{color:#ffffffb3;font-size:.9rem}.disclaimer{margin-top:2rem;padding:1rem;background:#ffffff0d;border-radius:8px;border-left:3px solid rgba(255,255,255,.3)}.disclaimer p{color:#ffffffb3;font-size:.85rem;line-height:1.4;margin:0}.disclaimer small{color:#fff9}.quote-form-container{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:2rem;box-shadow:0 10px 30px #0003}.quote-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;color:#fff;font-size:.9rem}.form-input{padding:1rem;border:1px solid rgba(255,255,255,.3);border-radius:8px;background:#ffffff1a;color:#fff;font-size:1rem;transition:all .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);font-family:inherit}.form-input::-moz-placeholder{color:#ffffff80}.form-input::placeholder{color:#ffffff80}.form-input:focus{outline:none;border-color:#fff9;background:#ffffff26;box-shadow:0 0 0 3px #ffffff1a}.form-input option{background:#667eea;color:#fff}textarea.form-input{resize:vertical;min-height:120px}.form-submit{margin-top:1rem;width:100%;padding:1.25rem;font-size:1.1rem}.success-message{text-align:center;padding:2rem}.success-icon{font-size:4rem;margin-bottom:1rem;animation:bounce .6s ease-in-out}.success-message h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#fff}.success-message p{color:#fffc;margin-bottom:1.5rem;line-height:1.6}.reference-number{background:#ffffff1a;padding:.75rem 1rem;border-radius:8px;font-family:monospace;font-size:.9rem;color:#ffffffe6}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.testimonials-section{padding:4rem 0;background:#ffffff0d}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.testimonial-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:2rem;transition:all .3s ease}.testimonial-card:hover{transform:translateY(-5px);background:#ffffff26;box-shadow:0 10px 30px #0003}.testimonial-rating{margin-bottom:1rem}.star{font-size:1.2rem;margin-right:.25rem}.testimonial-text{font-style:italic;color:#ffffffe6;line-height:1.6;margin-bottom:1.5rem;font-size:1rem}.testimonial-author{display:flex;flex-direction:column;gap:.25rem}.testimonial-author strong{color:#fff;font-weight:600}.testimonial-author span{color:#ffffffb3;font-size:.9rem}.footer{background:#0003;padding:3rem 0 1rem;margin-top:auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{color:#fff;margin-bottom:1rem;font-weight:600}.footer-section h3{font-size:1.5rem}.footer-section p{color:#ffffffb3;line-height:1.6;margin-bottom:.5rem}.footer-section ul{list-style:none}.footer-section li{color:#ffffffb3;margin-bottom:.5rem;cursor:pointer;transition:color .3s ease}.footer-section li:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1rem;text-align:center}.footer-bottom p{color:#ffffff80;margin-bottom:.5rem}.footer-bottom a{color:#ffffffb3;text-decoration:none;transition:color .3s ease}.footer-bottom a:hover{color:#fff}@media (max-width: 768px){.container{padding:0 1rem}.header .container{flex-direction:column;gap:1rem}.nav{flex-wrap:wrap;justify-content:center}.hero-title,.page-title{font-size:2.5rem}.hero-subtitle,.page-subtitle{font-size:1.1rem}.hero-buttons{flex-direction:column;align-items:center}.hero-features,.features-grid{grid-template-columns:1fr}.page-section{padding:4rem 0}.services-grid{grid-template-columns:1fr}.service-page-card{padding:2rem}.service-page-card h2{font-size:2rem}.service-list{grid-template-columns:1fr}.contact-content{grid-template-columns:1fr;gap:2rem}.contact-info{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.quote-content,.quote-page-content{grid-template-columns:1fr;gap:2rem}.form-row,.testimonials-grid{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;text-align:center}}@media (max-width: 480px){.hero-title,.page-title{font-size:2rem}.cta-button{padding:.8rem 1.5rem;font-size:1rem}.quote-form-container,.contact-form-container,.service-page-card{padding:1.5rem}.service-cta{flex-direction:column;align-items:center}}
