:root{--color-white:#fff;--color-off-white:#f5f5f7;--color-black:#000;--color-dark-gray:#111;--color-blue:#007aff;--color-text-light:#000;--color-text-dark:#fff;--font-family:"Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--color-text-light);background-color:var(--color-white);line-height:1.5}h1{letter-spacing:-.04em;color:inherit;margin-bottom:1.5rem;font-size:clamp(2.5rem,8vw,5rem);font-weight:700;line-height:1.05}h1 span{display:block}h2{letter-spacing:-.02em;color:inherit;margin-bottom:2rem;font-size:clamp(2rem,6vw,4.5rem);font-weight:300}h3{letter-spacing:-.01em;color:inherit;margin-bottom:1rem;font-size:clamp(1.5rem,4vw,2rem);font-weight:500}p{color:inherit;margin-bottom:1.5rem;font-size:clamp(1rem,2.5vw,1.25rem);font-weight:400}.blue-text{color:var(--color-blue)}.center-text{text-align:center}.navbar{z-index:100;-webkit-backdrop-filter:blur(20px);background-color:#fffc;border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;padding:1.5rem 3rem;display:flex;position:sticky;top:0}.logo{letter-spacing:-.02em;font-size:1.25rem;font-weight:700}.nav-right{align-items:center;gap:3rem;display:flex}.nav-links{gap:2.5rem;list-style:none;display:flex}.nav-links a{color:var(--color-text-light);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s}.nav-links a:hover{color:var(--color-blue)}.hamburger{cursor:pointer;z-index:10;background:0 0;border:none;flex-direction:column;justify-content:space-around;width:24px;height:24px;padding:0;display:none}.hamburger .bar{background-color:var(--color-black);transform-origin:1px;border-radius:10px;width:24px;height:2px;transition:all .3s linear;position:relative}@media (width<=768px){.navbar{padding:1rem 1.5rem}.hamburger{display:flex}.nav-links{background-color:var(--color-white);z-index:5;flex-direction:column;justify-content:center;align-items:center;gap:3rem;width:100%;height:100vh;transition:all .3s ease-in-out;position:fixed;top:0;right:-100%}.nav-links.active{right:0}.nav-links a{font-size:1.5rem}.hamburger.active .bar:first-child{transform:rotate(45deg)}.hamburger.active .bar:nth-child(2){opacity:0}.hamburger.active .bar:nth-child(3){transform:rotate(-45deg)}.hero-content h1{font-size:clamp(2.5rem,10vw,3rem)}.hero-image img{height:auto;max-height:400px}.about-subtext{font-size:1.1rem}.brand-image{border-radius:30px;height:auto}.trust-section{clip-path:none}.section-title{margin-bottom:2rem;font-size:clamp(2rem,8vw,2.5rem)}.trust-list-item h4{font-size:1.25rem}.service-box{flex:0 0 clamp(280px,80vw,350px);min-height:380px;padding:2rem 1.5rem}.appointment-card{padding:3rem 1.5rem}.contact-grid{gap:3rem}}section{flex-direction:column;justify-content:center;min-height:100vh;padding:clamp(4rem,10vw,8rem) clamp(1rem,5vw,2rem);display:flex}.container{width:100%;max-width:1200px;margin:0 auto}.section-light{background-color:var(--color-white);color:var(--color-text-light)}.section-dark{background-color:var(--color-black);color:var(--color-text-dark)}.section-dark h3{color:var(--color-white)}.hero{clip-path:polygon(0 0,100% 0,100% 90%,0 100%);background:radial-gradient(circle at 70%,#007aff08 0%,#fff0 50%);flex-flow:wrap;justify-content:space-between;align-items:center;gap:clamp(2rem,5vw,4rem);max-width:1400px;margin:0 auto;padding:clamp(2rem,5vw,4rem) clamp(2rem,5vw,4rem) clamp(6rem,15vw,12rem);display:flex;position:relative}.about{margin-top:-5rem;padding:clamp(6rem,15vw,12rem) clamp(1rem,5vw,2rem) clamp(5rem,12vw,10rem)}.services{background-color:var(--color-black);margin-top:-5rem;padding:clamp(8rem,15vw,12rem) 0}.hero-content{flex:500px;max-width:650px}.hero-image{flex:400px;justify-content:center;display:flex}.hero-image img{object-fit:cover;border-radius:clamp(20px,4vw,40px);width:100%;height:auto;max-height:500px;transition:transform .5s;box-shadow:0 40px 80px #0000001a}.hero-image img:hover{transform:scale(1.02)}.cta-button{background-color:var(--color-black);color:var(--color-white);cursor:pointer;border:none;border-radius:40px;margin-top:1rem;padding:1rem 2.5rem;font-size:clamp(1rem,2vw,1.125rem);font-weight:500;transition:all .3s;display:inline-block}.cta-button:hover{background-color:#333;transform:translateY(-2px)}.trust-section{background-color:var(--color-off-white);clip-path:polygon(0 2%,100% 0,100% 98%,0 100%);padding:clamp(3rem,10vw,8rem) clamp(1rem,5vw,2rem);position:relative}.trust-container{max-width:900px;margin:0 auto}.section-title{text-align:center;margin-bottom:clamp(2rem,5vw,4rem);font-size:clamp(2.5rem,8vw,4.5rem)}.trust-list{flex-direction:column;display:flex}.trust-list-item{border-bottom:1px solid #0000000f;padding:clamp(1.5rem,4vw,3rem) 0;transition:padding-left .3s}.trust-list-item:last-child{border-bottom:none}.trust-list-item h4{margin-bottom:.75rem;font-size:1.5rem;font-weight:700;transition:color .3s}.trust-list-item p{color:#6e6e73;margin-bottom:0;font-size:1.125rem;line-height:1.6}.trust-list-item:hover{padding-left:1rem}.trust-list-item:hover h4{color:var(--color-blue)}@media (width<=968px){.section-title{font-size:2.5rem}.trust-list-item{padding:2rem 0}.trust-list-item:hover{padding-left:0}}.about{padding:clamp(6rem,15vw,12rem) clamp(1rem,5vw,2rem) clamp(5rem,12vw,10rem)}.about-hero-image{margin:clamp(2rem,6vw,4rem) 0}.about-hero-image img{aspect-ratio:1;object-fit:cover;border:4px solid var(--color-off-white);border-radius:50%;max-width:clamp(200px,60vw,400px);height:auto}.about-subtext{color:#424245;max-width:800px;margin:0 auto 3rem;font-size:clamp(1rem,2.5vw,1.25rem);line-height:1.6}.about-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.pill-button{cursor:pointer;border-radius:30px;padding:.8rem 2rem;font-size:1rem;font-weight:500;transition:all .3s}.blue-pill{background-color:var(--color-blue);color:var(--color-white);border:none}.blue-pill:hover{background-color:#005bb5}.outline-pill{color:var(--color-blue);border:1px solid var(--color-blue);background-color:#0000}.outline-pill:hover{background-color:#007aff1a}.brand-image{object-fit:cover;border-radius:40px;width:100%;max-width:600px;height:400px;transition:transform .5s;box-shadow:0 40px 80px #0000001a}.brand-image:hover{transform:scale(1.02)}.services-header{text-align:left;margin-bottom:4rem}.white-text{color:var(--color-white)!important}.liquid-hint{text-transform:uppercase;letter-spacing:.1em;color:var(--color-blue);margin-top:.5rem;font-size:.9rem}.services{background-color:var(--color-black);padding:10rem 0;overflow:hidden}.services .container{max-width:none;padding-left:4rem}.services-grid{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;cursor:grab;gap:2rem;padding:2rem 4rem 4rem 0;display:flex;overflow-x:auto}.services-grid::-webkit-scrollbar{display:none}.services-grid:active{cursor:grabbing}.service-box{scroll-snap-align:start;background-color:#111;border:1px solid #ffffff0d;border-radius:32px;flex-direction:column;flex:0 0 380px;min-height:450px;padding:3.5rem 2.5rem;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex}.service-box:hover{background-color:#1a1a1a;border-color:#007aff4d;transform:translateY(-15px)}@media (width<=768px){.services .container{padding-left:1.5rem}.service-box{flex:0 0 clamp(260px,75vw,320px);min-height:350px;padding:2.5rem 1.5rem}}.service-box h3{color:var(--color-white);margin-bottom:1.5rem;font-size:1.75rem;font-weight:600}.service-box p{color:#a1a1a6;font-size:1.1rem;line-height:1.6}.service-box .small-text{color:var(--color-blue);opacity:1;margin-top:auto;padding-top:2rem;font-weight:500}.blue-link{color:var(--color-blue);align-items:center;gap:.5rem;font-size:1.125rem;font-weight:500;text-decoration:none;display:inline-flex}.blue-link:hover{text-decoration:underline}.small-text{color:inherit;opacity:.8;font-size:.875rem}.footer{background-color:var(--color-black);padding:clamp(4rem,12vw,8rem) clamp(1rem,5vw,2rem)}.contact-grid{grid-template-columns:1fr;align-items:center;gap:clamp(3rem,8vw,6rem);margin-bottom:clamp(4rem,10vw,8rem);display:grid}@media (width>=969px){.contact-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}}.contact-info h2{margin-bottom:2rem}.contact-info p{max-width:600px;font-size:clamp(1.1rem,2.5vw,1.25rem);line-height:1.6}.contact-action{justify-content:center;display:flex}.appointment-card{text-align:center;background-color:#111;border:1px solid #ffffff0d;border-radius:32px;width:100%;max-width:600px;padding:clamp(2rem,5vw,4rem) clamp(1.5rem,4vw,3rem);transition:max-width .4s}.appointment-card h3{color:var(--color-white);margin-bottom:1.5rem;font-size:2rem}.appointment-card p{color:#a1a1a6;margin-bottom:2.5rem;font-size:1.1rem}.blue-button{background-color:var(--color-blue);color:var(--color-white);cursor:pointer;border:none;border-radius:40px;width:100%;padding:1rem 2rem;font-size:1.125rem;font-weight:500;transition:background-color .3s,transform .2s;display:inline-block}.blue-button:hover{background-color:#005bb5;transform:translateY(-2px)}.footer-bottom{border-top:1px solid #ffffff0d;flex-direction:column;align-items:center;gap:2rem;padding-top:6rem;display:flex}.footer-logo{letter-spacing:-.02em;font-size:1.75rem;font-weight:700}.footer-links{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.footer-contact-info{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.footer-contact-info span{display:none}@media (width>=601px){.footer-contact-info span{display:inline}}.footer-links a{color:#a1a1a6;font-size:1.1rem;font-weight:500;text-decoration:none;transition:color .3s}.footer-links a:hover{color:var(--color-white)}.footer-contact-info a{color:var(--color-white);text-decoration:none;transition:opacity .3s}.footer-contact-info a:hover{opacity:.7}.footer-legal{text-align:center;margin-top:2rem}.copyright{color:#6e6e73;font-size:.85rem}.powered-by{color:#6e6e73;margin-top:.5rem;font-size:.75rem}.powered-by a{color:#86868b;font-weight:500;text-decoration:none;transition:color .3s}.powered-by a:hover{color:var(--color-blue)}@media (width<=480px){h1{font-size:clamp(2rem,12vw,2.5rem)}.about-buttons{flex-direction:column;align-items:stretch}.pill-button{width:100%}}.appointment-container{opacity:0;max-height:0;transition:max-height .6s cubic-bezier(.16,1,.3,1),opacity .4s;overflow:hidden}.appointment-container.show{opacity:1;max-height:1500px;margin-top:2rem}#appointment-form{text-align:left;flex-direction:column;gap:1.25rem;margin-top:2rem;display:flex}#appointment-form .blue-button{margin-top:1rem}.form-row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}@media (width<=600px){.form-row{grid-template-columns:1fr;gap:1.25rem}}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:var(--color-blue);font-size:.85rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{width:100%;color:var(--color-white);background-color:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;padding:1rem;font-family:inherit;font-size:1rem;transition:border-color .3s,background-color .3s}.form-group select option{color:var(--color-white);background-color:#111}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--color-blue);background-color:#ffffff0f;outline:none}@media (width<=968px){.contact-grid{text-align:center;grid-template-columns:1fr;gap:4rem}.contact-info p{margin:0 auto 3rem}.contact-action{justify-content:center}.footer-bottom{text-align:center;flex-direction:column}}
