@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700;800&family=Open+Sans:wght@400;500;600&display=swap";.navbar{background-color:var(--trust-800);color:#fff;z-index:50;position:sticky;top:0;box-shadow:0 4px 6px -1px #0000001a}.nav-container{justify-content:space-between;align-items:center;height:80px;display:flex}.nav-logo img{height:80px;display:block}.nav-links{text-transform:uppercase;letter-spacing:.05em;color:var(--trust-200);gap:2rem;font-size:.875rem;font-weight:700;display:flex}.nav-links a{transition:color .2s}.nav-links a:hover{color:#fff}.nav-actions{align-items:center;gap:1rem;display:flex}.nav-phone{color:var(--trust-200);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:700;transition:color .2s}.nav-phone:hover{color:#fff}.nav-btn{padding:.6rem 1.5rem;font-size:.875rem}.mobile-menu-btn{color:var(--trust-200);cursor:pointer;background:0 0;border:none}.mobile-menu-btn svg{width:32px;height:32px}.mobile-menu-btn:hover{color:#fff}.mobile-only{display:none}@media (width<=768px){.desktop-only{display:none}.mobile-only{display:block}}.footer{background-color:var(--trust-900);color:var(--trust-300);border-top:8px solid var(--trust-800);padding-top:4rem;padding-bottom:2rem}.footer-grid{grid-template-columns:1fr;gap:3rem;margin-bottom:3rem;display:grid}@media (width>=768px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-brand .footer-logo img{height:80px;margin-bottom:1rem}.footer-brand p{color:var(--trust-400);font-size:.875rem;line-height:1.7}.footer-links h4,.footer-contact h4{color:#fff;font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem;font-size:.875rem;font-weight:700}.footer-links ul{flex-direction:column;gap:.75rem;list-style:none;display:flex}.footer-links a{font-size:.875rem;font-weight:500;transition:color .2s}.footer-links a:hover{color:var(--accent-500)}.footer-contact ul{flex-direction:column;gap:1rem;list-style:none;display:flex}.footer-contact li{align-items:flex-start;gap:.75rem;font-size:.875rem;font-weight:500;display:flex}.footer-contact svg{width:1.25rem;height:1.25rem;color:var(--accent-500);flex-shrink:0;margin-top:.125rem}.footer-contact a:hover{color:var(--accent-500)}.footer-bottom{border-top:1px solid var(--trust-800);text-transform:uppercase;letter-spacing:.1em;color:var(--trust-600);text-align:center;flex-direction:column;align-items:center;gap:1rem;padding-top:2rem;font-size:.75rem;font-weight:700;display:flex}@media (width>=768px){.footer-bottom{text-align:left;flex-direction:row;justify-content:space-between}}.footer-legal{gap:1.5rem;display:flex}.footer-legal a:hover{color:var(--trust-400)}.appointment-form-wrapper{background-color:#fff;padding:3.5rem}.form-title{color:var(--trust-800);align-items:center;gap:.75rem;margin-bottom:2rem;font-size:1.5rem;font-weight:700;display:flex}.form-title svg{width:2rem;height:2rem;color:var(--accent-500)}.appointment-form{flex-direction:column;gap:1.5rem;display:flex}.form-row{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=768px){.form-row{grid-template-columns:1fr 1fr}}.form-group label{color:var(--trust-700);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.875rem;font-weight:700;display:block}.input-solid{background-color:var(--trust-50);border:2px solid #0000;border-bottom:2px solid var(--trust-300);width:100%;font-family:var(--font-body);color:var(--trust-900);resize:none;border-radius:.5rem .5rem 0 0;padding:.75rem 1rem;transition:all .2s}.input-solid:focus{border-color:var(--trust-800);background-color:#fff;outline:none;box-shadow:0 4px 6px -1px #102a431a}.submit-btn{width:100%;margin-top:1rem;padding:1rem;font-size:1.125rem}.submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.form-disclaimer{text-align:center;color:var(--trust-500);text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;font-weight:700}.form-status{text-align:center;border-radius:.5rem;padding:.75rem;font-size:.875rem;font-weight:600}.status-success{color:#059669;background-color:#ecfdf5;border:1px solid #a7f3d0}.status-error{color:#dc2626;background-color:#fef2f2;border:1px solid #fecaca}@media (width<=768px){.appointment-form-wrapper{padding:2rem}}.toast-container{background-color:var(--trust-900);color:#fff;border-left:4px solid var(--accent-500);box-shadow:var(--shadow-solid);z-index:9999;border-radius:.5rem;padding:1rem 1.5rem;transition:transform .3s cubic-bezier(.4,0,.2,1);position:fixed;bottom:2rem;right:2rem;transform:translate(150%)}.toast-container.show{transform:translate(0)}.toast-content{font-weight:600;font-family:var(--font-body);align-items:center;gap:.75rem;display:flex}.toast-icon{width:20px;height:20px;color:var(--accent-500)}:root{--trust-50:#f0f4f8;--trust-100:#d9e2ec;--trust-200:#bcccdc;--trust-300:#9fb3c8;--trust-400:#829ab1;--trust-500:#627d98;--trust-600:#486581;--trust-700:#334e68;--trust-800:#102a43;--trust-900:#243b53;--accent-400:#fbbf24;--accent-500:#f59e0b;--accent-600:#d97706;--font-heading:"Montserrat", sans-serif;--font-body:"Open Sans", sans-serif;--shadow-solid:0 10px 25px -5px #102a431a, 0 8px 10px -6px #102a431a;--shadow-button:0 4px 14px 0 #102a4340}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--trust-50);color:var(--trust-700);-webkit-font-smoothing:antialiased;line-height:1.5}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading)}a{color:inherit;text-decoration:none}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.pattern-bg{background-image:radial-gradient(var(--trust-100) 2px, transparent 2px);background-size:30px 30px}.btn{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;text-align:center;border:none;border-radius:9999px;justify-content:center;align-items:center;font-weight:700;transition:all .3s;display:inline-flex}.btn-accent{background-color:var(--accent-500);color:#fff;box-shadow:var(--shadow-button)}.btn-accent:hover{background-color:var(--accent-600);transform:translateY(-2px)}.text-accent{color:var(--accent-500)}.section-header{margin-bottom:4rem}.section-header.center{text-align:center}.section-header h2{color:var(--trust-800);margin-bottom:1rem;font-size:2.25rem}.section-header p{color:var(--trust-600);max-width:42rem;margin:0 auto;font-size:1.125rem}.btn-dark{background-color:var(--trust-800);color:#fff;padding:1rem 2rem;font-size:1.125rem}.btn-dark:hover{background-color:var(--trust-900);transform:translateY(-2px)}.btn-outline{border:2px solid var(--trust-300);color:var(--trust-700);gap:.5rem;padding:1rem 2rem;font-size:1.125rem;display:flex}.btn-outline svg{width:1.25rem;height:1.25rem}.btn-outline:hover{border-color:var(--trust-800);color:var(--trust-800)}.btn-outline-dark{border:2px solid var(--trust-300);color:var(--trust-800);white-space:nowrap;background:#fff;padding:.75rem 2rem}.btn-outline-dark:hover{border-color:var(--trust-800)}.solid-card{box-shadow:var(--shadow-solid);border-bottom:4px solid var(--trust-800);background-color:#fff;border-radius:1rem;transition:transform .3s,box-shadow .3s}.solid-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #102a431a}.relative-content{z-index:10;position:relative}.hero-section{padding:4rem 1.5rem 5rem}.hero-grid{grid-template-columns:1fr;align-items:center;gap:3rem;display:grid}@media (width>=1024px){.hero-grid{grid-template-columns:1fr 1fr}}.hero-badge{background:var(--trust-100);color:var(--trust-800);text-transform:uppercase;border:1px solid var(--trust-200);border-radius:9999px;margin-bottom:2rem;padding:.375rem 1rem;font-size:.75rem;font-weight:700;display:inline-block}.hero-title{color:var(--trust-800);margin-bottom:2rem;font-size:2.5rem;font-weight:800;line-height:1.1}@media (width>=768px){.hero-title{font-size:3.75rem}}.hero-subtitle{color:var(--trust-600);max-width:32rem;margin-bottom:2rem;font-size:1.125rem}.hero-actions{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}@media (width>=640px){.hero-actions{flex-direction:row}}.hero-trust{border-top:1px solid var(--trust-200);gap:1.5rem;padding-top:1.5rem;display:flex}.trust-item{color:var(--trust-800);align-items:center;gap:.5rem;font-weight:700;display:flex}.trust-item svg{width:1.5rem;height:1.5rem}.icon-accent{color:var(--accent-500)}.icon-trust{color:var(--trust-600)}.hero-image-wrapper{position:relative}.hero-image-backdrop{background:var(--trust-800);border-radius:1rem;position:absolute;inset:0;transform:translate(1rem,1rem)}.hero-image{z-index:10;object-fit:cover;border:4px solid #fff;border-radius:1rem;width:100%;height:500px;position:relative;box-shadow:0 20px 25px -5px #0000001a}.hero-floating-card{z-index:20;box-shadow:var(--shadow-solid);border-left:4px solid var(--accent-500);background:#fff;border-radius:1rem;max-width:20rem;padding:1.5rem;position:absolute;bottom:-1.5rem;left:-1.5rem}.hero-floating-card h4{color:var(--trust-800);margin-bottom:.25rem;font-size:1.125rem}.hero-floating-card p{color:var(--trust-600);font-size:.875rem;font-weight:500}.promise-section{background-color:var(--trust-800);padding:5rem 0;position:relative;overflow:hidden}.promise-section .section-header h2{color:#fff}.promise-section .section-header p{color:var(--trust-200)}.features-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=768px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{background:var(--trust-900);border:1px solid var(--trust-700);border-radius:1rem;padding:2rem;transition:border-color .3s}.feature-card:hover{border-color:var(--accent-500)}.feature-icon{background:var(--trust-800);width:3.5rem;height:3.5rem;color:var(--accent-500);border:1px solid var(--trust-600);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.feature-icon svg{width:1.75rem;height:1.75rem}.feature-card h3{color:#fff;margin-bottom:.75rem;font-size:1.25rem}.feature-card p{color:var(--trust-300)}.steps-section{padding:6rem 1.5rem}.steps-wrapper{background:var(--trust-800);color:#fff;box-shadow:var(--shadow-solid);border-radius:1rem;flex-direction:column;gap:2.5rem;max-width:64rem;margin:0 auto;padding:3rem;display:flex;position:relative;overflow:hidden}@media (width>=768px){.steps-wrapper{flex-direction:row;justify-content:space-between;gap:1rem}}.bg-pattern-cog-steps{width:16rem;height:16rem;color:var(--trust-700);opacity:.5;z-index:0;position:absolute;bottom:-2.5rem;right:-2.5rem}.step{text-align:center;flex:1}@media (width>=768px){.step{text-align:left}}.step-number{background:var(--trust-600);width:4rem;height:4rem;font-family:var(--font-heading);border:2px solid var(--trust-400);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;font-size:1.5rem;font-weight:700;display:flex}@media (width>=768px){.step-number{margin:0 0 1rem}}.step-number.active-step{background:var(--accent-500);color:var(--trust-900);border-color:var(--accent-400)}.step h4{margin-bottom:.5rem;font-size:1.25rem}.step p{color:var(--trust-200);font-weight:500}.step-arrow{color:var(--trust-500);justify-content:center;align-items:center;display:none}.step-arrow svg{width:2.5rem;height:2.5rem}@media (width>=768px){.step-arrow{display:flex}}.services-section{background-color:var(--trust-100);padding:5rem 0}.services-header{flex-direction:column;gap:1.5rem;margin-bottom:3rem;display:flex}@media (width>=768px){.services-header{flex-direction:row;justify-content:space-between;align-items:flex-end}}.services-header h2{color:var(--trust-800);margin-bottom:1rem;font-size:2.25rem}.services-header p{color:var(--trust-600);max-width:36rem;font-size:1.125rem}.services-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=768px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.services-grid{grid-template-columns:repeat(4,1fr)}}.service-card{flex-direction:column;height:100%;padding:1.5rem;display:flex}.service-card img{object-fit:cover;border-radius:.5rem;width:100%;height:10rem;margin-bottom:1.5rem}.service-card h3{color:var(--trust-800);margin-bottom:.5rem;font-size:1.25rem}.service-card p{color:var(--trust-600);flex-grow:1;margin-bottom:1rem;font-size:.875rem}.learn-more{color:var(--accent-600);text-transform:uppercase;letter-spacing:.05em;margin-top:auto;font-size:.875rem;font-weight:700;transition:color .2s}.learn-more:hover{color:var(--accent-500)}.booking-section{padding:6rem 1.5rem;scroll-margin-top:5rem}.booking-card{flex-direction:column;padding:0;display:flex;overflow:hidden}@media (width>=1024px){.booking-card{flex-direction:row}}.booking-info{background:var(--trust-800);color:#fff;flex-direction:column;justify-content:space-between;padding:2.5rem;display:flex;position:relative;overflow:hidden}@media (width>=1024px){.booking-info{width:41.666%;padding:3.5rem}}.bg-pattern-cog-booking{width:16rem;height:16rem;color:var(--trust-700);opacity:.3;z-index:0;position:absolute;bottom:0;right:0;transform:translate(25%,25%)}.booking-info h2{margin-bottom:1rem;font-size:2.25rem}.booking-info p{color:var(--trust-200);margin-bottom:2rem;font-size:1.125rem}.booking-contacts{flex-direction:column;gap:1.5rem;display:flex}.contact-item{align-items:flex-start;gap:1rem;display:flex}.contact-icon{background:var(--trust-700);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;display:flex}.contact-icon svg{width:1.25rem;height:1.25rem;color:var(--accent-500)}.contact-item h4{text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.875rem}.contact-item a{font-size:1.25rem;font-family:var(--font-heading);color:var(--trust-200);font-weight:700;transition:color .2s}.contact-item a:hover{color:#fff}.booking-form-area{width:100%}@media (width>=1024px){.booking-form-area{width:58.333%}}
