*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #0ab4be;--text-dark: #3a3a3a;--text-light: #666;--bg-light: #F5F5F7;--white: #ffffff;--max-width: 1240px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:var(--text-dark);line-height:1.6;font-size:1rem}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}h1,h2,h3,h4,h5,h6{font-weight:600;margin-bottom:1rem;line-height:1.2}h1{font-size:2.67rem;margin-bottom:1.5rem}h2{font-size:2rem;margin-bottom:1.25rem}h3{font-size:1.5rem;margin-bottom:1rem}h4{font-size:1.25rem}h5{font-size:1.1rem}p{margin-bottom:1rem}ul,ol{margin-bottom:1rem;padding-left:2rem}li{margin-bottom:.5rem}a{color:var(--primary-color);text-decoration:none;transition:color .3s ease}a:hover{color:var(--text-dark)}.btn{display:inline-block;padding:15px 30px;border-radius:35px 0;font-weight:600;text-align:center;transition:all .3s ease;border:2px solid transparent;cursor:pointer;font-size:1rem}.btn-primary{background-color:var(--primary-color);color:var(--white)}.btn-primary:hover,.btn-secondary{background-color:var(--white);color:var(--primary-color);border-color:var(--primary-color)}.btn-secondary:hover{background-color:var(--primary-color);color:var(--white)}.section{padding:4rem 0}.section-alt{background-color:var(--bg-light)}img{max-width:100%;height:auto;border-radius:35px 0}table{width:100%;border-collapse:collapse;margin-bottom:2rem}table th,table td{padding:12px;text-align:left;border-bottom:1px solid #e0e0e0}table th{background-color:var(--bg-light);font-weight:600}@media(max-width:768px){h1{font-size:2rem}h2{font-size:1.5rem}.container{padding:0 1rem}.btn{padding:12px 24px}.section{padding:3rem 0}}.header{background-color:var(--white);box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000;padding:1rem 0}.header-content{display:flex;justify-content:space-between;align-items:center;gap:2rem}.logo h2{color:var(--text-dark);margin:0;font-size:1.25rem}.logo:hover{color:var(--primary-color)}.nav{display:flex;gap:2rem;align-items:center}.nav a{color:var(--text-dark);font-weight:500;transition:color .3s ease}.nav a:hover{color:var(--primary-color)}.mobile-menu-toggle{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--text-dark)}.header-cta{white-space:nowrap}@media(max-width:968px){.header-content{flex-wrap:wrap}.logo h2{font-size:1rem}.mobile-menu-toggle{display:block;order:3}.nav{order:4;flex-basis:100%;flex-direction:column;padding:1rem 0;display:none}.nav.nav-open{display:flex}.header-cta{order:2}}.footer{background-color:var(--text-dark);color:var(--white);padding:3rem 0 1rem;margin-top:4rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{color:var(--white);margin-bottom:1rem}.footer-section h3{font-size:1.25rem}.footer-section h4{font-size:1.1rem}.footer-section address{font-style:normal}.footer-section p{margin-bottom:.5rem}.footer-section a{color:var(--white);display:block;margin-bottom:.5rem}.footer-section a:hover{color:var(--primary-color)}.footer-nav{display:flex;flex-direction:column}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;text-align:center}.footer-bottom p{margin:0;font-size:.9rem;color:#ffffffb3}@media(max-width:768px){.footer-content{grid-template-columns:1fr;gap:2rem}}.hero{background:linear-gradient(135deg,var(--primary-color) 0%,#088a92 100%);color:var(--white);padding:5rem 0;text-align:center}.hero h1{color:var(--white);font-size:3rem;margin-bottom:1.5rem}.hero-subtitle{font-size:1.25rem;max-width:800px;margin:0 auto 2rem;line-height:1.8}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-section{background:linear-gradient(135deg,var(--primary-color) 0%,#088a92 100%);color:var(--white);text-align:center}.cta-section h2{color:var(--white)}.cta-content{max-width:800px;margin:0 auto}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}@media(max-width:768px){.hero h1{font-size:2rem}.hero-subtitle{font-size:1.1rem}.hero{padding:3rem 0}}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-top:3rem}.contact-info h2,.contact-form-wrapper h2{margin-bottom:1.5rem}.contact-method{margin-bottom:2.5rem}.contact-method h3{color:var(--primary-color);margin-bottom:.75rem}.contact-method address{font-style:normal}.contact-form{background-color:var(--bg-light);padding:2rem;border-radius:35px 0}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--text-dark)}.form-group input,.form-group textarea{width:100%;padding:12px 16px;border:2px solid #e0e0e0;border-radius:8px;font-family:inherit;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color)}.form-group textarea{resize:vertical;min-height:120px}.success-message{background-color:#d4edda;border:2px solid #c3e6cb;color:#155724;padding:2rem;border-radius:35px 0;text-align:center}.success-message h3{color:#155724;margin-bottom:1rem}@media(max-width:968px){.contact-grid{grid-template-columns:1fr;gap:3rem}.contact-form{padding:1.5rem}}
