:root{--primary-dark: #1e3a8a;--primary: #2563eb;--primary-light: #3b82f6;--primary-lighter: #60a5fa;--primary-lightest: #93c5fd;--white: #ffffff;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--radius-sm: .375rem;--radius: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-2xl: 1.5rem;--radius-full: 9999px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}#services{scroll-margin-top:90px}#our-work,#about,#contact{scroll-margin-top:100px}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:var(--gray-700);background:var(--white)}a{text-decoration:none;color:inherit}ul{list-style:none}img{max-width:100%;height:auto}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;border-radius:var(--radius-full);border:none;cursor:pointer;transition:all .2s ease}.btn svg{width:1.125rem;height:1.125rem}.btn-primary{background:var(--primary);color:var(--white)}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-1px)}.btn-white{background:var(--white);color:var(--primary-dark)}.btn-white:hover{background:var(--gray-100);transform:translateY(-1px)}.btn-outline{background:transparent;color:#fff;border:2px solid #ffffff}.btn-outline:hover{background:#fff;color:#06599f}.btn-submit{background:var(--white);color:var(--primary-dark);width:100%;padding:1rem 2rem;font-size:1rem}.btn-submit:hover{background:var(--gray-100);transform:translateY(-1px)}.btn-full{width:100%}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:var(--white);box-shadow:var(--shadow)}.header-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:center;height:90px}.logo{display:flex;align-items:center;margin:0 2rem}.logo-img{height:70px;width:auto;object-fit:contain;border-radius:var(--radius-lg)}.nav{display:flex;align-items:center;gap:2rem}.nav-left{margin-right:auto}.nav-right{margin-left:auto}.nav-link{font-size:.9375rem;font-weight:500;color:var(--gray-600);transition:color .2s ease}.nav-link:hover{color:var(--primary)}.mobile-menu-btn{display:none;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;background:none;border:none;cursor:pointer}.mobile-menu-btn span{display:block;width:24px;height:2px;background:var(--gray-700);transition:all .3s ease}.hero-combined{display:grid;grid-template-columns:1fr 1fr;margin-top:90px}.hero-image-side{position:relative;overflow:hidden}.hero-image-side img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.hero-content-side{display:flex;flex-direction:column}.hero-text-section{background:#06599f;padding:3rem;display:flex;flex-direction:column;justify-content:center}.quote-form-section{background:#95cfed;padding:3rem}.hero-text-content{margin-bottom:2.5rem}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;color:#95cfed;font-size:.875rem;font-weight:600;letter-spacing:.15em;margin-bottom:1rem}.hero-badge svg{width:24px;height:24px}.hero-landing-title{font-size:3.5rem;font-weight:800;color:#fff;margin-bottom:1rem;line-height:1.1}.hero-landing-title span{color:#95cfed}.hero-location{font-size:1.125rem;font-weight:500;color:#fff9;margin-bottom:.75rem}.hero-landing-description{font-size:1.125rem;color:#ffffffe6;margin-bottom:1.5rem;line-height:1.7}.hero-landing-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-landing-buttons .btn{padding:.875rem 1.75rem;font-size:.9375rem}.hero-form-header-blue{text-align:center;margin-bottom:1.5rem}.hero-form-header-blue h2{font-size:2rem;font-weight:800;color:#1a5276;margin-bottom:.5rem}.hero-form-header-blue p{font-size:1rem;color:#2874a6}.hero-form-card{background:#ffffff4d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-2xl);padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.form-row-2-blue{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group-blue{display:flex;flex-direction:column;gap:.5rem}.form-group-blue label{font-size:.875rem;font-weight:600;color:#1a5276}.input-with-icon{position:relative}.input-with-icon svg{position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:18px;height:18px;color:var(--gray-400)}.input-with-icon.textarea-icon svg{top:1rem;transform:none}.input-with-icon input,.input-with-icon textarea{width:100%;padding:.875rem 1rem .875rem 2.75rem;font-size:.9375rem;font-family:inherit;background:#fff;border:1px solid var(--gray-300);border-radius:var(--radius-lg);color:var(--gray-900);transition:all .2s ease}.input-with-icon input::placeholder,.input-with-icon textarea::placeholder{color:var(--gray-400)}.input-with-icon input:focus,.input-with-icon textarea:focus{outline:none;border-color:#06599f;background:#fff}.select-with-icon{position:relative}.select-with-icon select{width:100%;padding:.875rem 2.5rem .875rem 1rem;font-size:.9375rem;font-family:inherit;background:#fff;border:1px solid var(--gray-300);border-radius:var(--radius-lg);color:var(--gray-900);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:all .2s ease}.select-with-icon select option{background:#fff;color:var(--gray-900)}.select-with-icon select:focus{outline:none;border-color:#06599f;background:#fff}.select-with-icon .select-arrow{position:absolute;right:1rem;top:50%;transform:translateY(-50%);width:18px;height:18px;color:var(--gray-400);pointer-events:none}.file-upload-wrapper{position:relative}.file-input{position:absolute;width:1px;height:1px;opacity:0;overflow:hidden}.file-upload-label{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1.25rem;background:#fff;border:2px dashed var(--gray-300);border-radius:var(--radius-lg);cursor:pointer;transition:all .2s ease;color:var(--gray-500);font-size:.875rem}.file-upload-label:hover{background:var(--gray-50);border-color:#06599f}.file-upload-label svg{width:24px;height:24px;color:var(--gray-400)}.image-preview{display:flex;gap:.5rem;margin-top:.75rem;flex-wrap:wrap}.image-preview-item{position:relative;width:70px;height:70px;border-radius:var(--radius);overflow:hidden}.image-preview-item img{width:100%;height:100%;object-fit:cover}.image-preview-item .remove-image{position:absolute;top:2px;right:2px;width:20px;height:20px;background:#0009;border:none;border-radius:50%;color:#fff;font-size:14px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.image-preview-item .remove-image:hover{background:#000c}.btn-submit-blue{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.875rem 2rem;font-size:1rem;font-weight:600;background:#1a5276;color:var(--white);border:none;border-radius:var(--radius-full);cursor:pointer;transition:all .2s ease;margin-top:.25rem}.btn-submit-blue svg{width:18px;height:18px}.btn-submit-blue:hover{background:#154360;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.checkbox-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--gray-700);cursor:pointer;-webkit-user-select:none;user-select:none}.checkbox-item input[type=checkbox]{width:18px;height:18px;accent-color:var(--primary);cursor:pointer}.consent-checkbox{margin-top:.5rem;font-size:.8125rem;color:var(--gray-600)}.form-disclaimer{font-size:.75rem;color:var(--gray-500);line-height:1.5;margin:.5rem 0}.btn-submit-hero{width:100%;padding:1rem 2rem;font-size:1rem;font-weight:700;letter-spacing:.05em;background:var(--white);color:var(--primary-dark);border:2px solid var(--primary-dark);border-radius:var(--radius);cursor:pointer;transition:all .2s ease}.btn-submit-hero:hover{background:var(--primary-dark);color:var(--white)}.section-header{text-align:center;margin-bottom:3rem}.section-badge{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.15em;color:var(--primary);margin-bottom:.75rem}.section-badge-light{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.15em;color:var(--primary-lighter);margin-bottom:.75rem}.section-title{font-size:2.5rem;font-weight:800;color:var(--gray-900);margin-bottom:1rem}.section-title-light{font-size:2.5rem;font-weight:800;color:var(--white);margin-bottom:1rem}.section-description{font-size:1.125rem;color:var(--gray-500);max-width:600px;margin:0 auto}.section-description-light{font-size:1.125rem;color:#ffffffb3;max-width:600px;margin:0 auto}.services{padding:5rem 0;background:var(--white)}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.service-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-xl);padding:2rem;transition:all .3s ease}.service-card:hover{border-color:var(--primary-light);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.service-icon{width:56px;height:56px;background:var(--primary);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.service-icon svg{width:28px;height:28px;color:var(--white)}.service-card h3{font-size:1.25rem;font-weight:700;color:var(--gray-900);margin-bottom:.75rem}.service-card p{color:var(--gray-500);line-height:1.7}.extra-service-banner{margin-top:2.5rem;text-align:center;padding:1.25rem 2rem;background:var(--gray-50);border-radius:.75rem;border:1px solid var(--gray-200)}.extra-service-banner p{color:var(--gray-600);font-size:1rem;line-height:1.7;margin:0}.our-work{padding:5rem 0;background:var(--gray-50)}.gallery-slider{max-width:100%;margin:0 auto;overflow:hidden}.slider-toggle-buttons{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}.toggle-btn{padding:.75rem 2rem;border-radius:var(--radius-full);font-size:1rem;font-weight:600;cursor:pointer;text-transform:uppercase;letter-spacing:.05em;transition:transform .3s ease}.toggle-btn:hover{animation:jello .7s ease}@keyframes jello{0%{transform:scale(1)}15%{transform:scale(1.15,.85)}30%{transform:scale(.9,1.1)}45%{transform:scale(1.08,.92)}60%{transform:scale(.95,1.05)}75%{transform:scale(1.03,.97)}to{transform:scale(1)}}.before-after-btn,.how-btn{background:var(--white);color:var(--gray-700);border:2px solid var(--gray-300)}.toggle-btn.active{background:var(--primary);color:var(--white);border:2px solid var(--primary)}.how-video-container{display:flex;justify-content:center;align-items:center;gap:1.5rem;width:100%}.how-video{width:100%;max-width:500px;height:480px;object-fit:contain;border-radius:var(--radius-xl);background:#000}.carousel-container{display:flex;align-items:center;justify-content:center;gap:1.5rem;padding:0 2rem}.carousel-slide{border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-lg);flex-shrink:0;opacity:1;transform:scale(1) translateY(0);filter:blur(0);transition:opacity .5s cubic-bezier(.25,.46,.45,.94),transform .5s cubic-bezier(.25,.46,.45,.94),filter .5s cubic-bezier(.25,.46,.45,.94)}.carousel-container.flowing .carousel-slide{opacity:0;transform:scale(.95) translateY(8px);filter:blur(3px)}.carousel-slide img,.carousel-slide video{width:100%;height:100%;object-fit:cover;display:block}.carousel-slide-prev,.carousel-slide-next{width:280px;height:380px;opacity:.7}.carousel-slide-center{width:700px;height:480px}.before-after-pair{display:flex;width:100%;height:100%}.pair-image{width:50%;height:100%;position:relative;overflow:hidden}.pair-image img{width:100%;height:100%;object-fit:cover}.image-label{position:absolute;bottom:.75rem;left:50%;transform:translate(-50%);background:#dc3545e6;color:#fff;padding:.35rem .75rem;border-radius:var(--radius-full);font-size:.7rem;font-weight:600;text-transform:uppercase}.image-label.after-label{background:#28a745e6}.carousel-arrows{display:flex;justify-content:center;gap:1rem;margin-top:2rem}.carousel-arrow{width:50px;height:50px;border-radius:50%;border:2px solid var(--gray-400);background:transparent;color:var(--gray-600);cursor:pointer;display:flex;align-items:center;justify-content:center}.about{padding:5rem 0;background:var(--white)}.about-header{text-align:center;max-width:700px;margin:0 auto 3rem}.about-header p{color:var(--gray-600);line-height:1.8;margin-top:1rem}.about-members{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;max-width:800px;margin:0 auto 3rem}.about-member{text-align:center;width:45%;min-width:280px}.about-member-image{display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.about-member-name{font-size:1.4rem;font-weight:700;color:var(--gray-800);margin-bottom:.25rem}.about-member-role{color:var(--primary);font-weight:600;margin-bottom:.75rem}.about-member-desc{color:var(--gray-600);line-height:1.7;max-width:400px;margin:0 auto}.about-features{display:flex;justify-content:center;gap:2rem;margin-top:2rem}.feature{display:flex;align-items:center;gap:.75rem}.feature svg{width:24px;height:24px;color:var(--primary);flex-shrink:0}.feature span{font-weight:600;color:var(--gray-700)}.about-img{width:100%;max-width:350px;border-radius:var(--radius-2xl);box-shadow:var(--shadow-xl);object-fit:cover}.quote-section{padding:5rem 0;background:linear-gradient(135deg,var(--primary-dark) 0%,#1e40af 50%,var(--primary) 100%)}.quote-form{max-width:700px;margin:0 auto;background:#894c4c1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-2xl);padding:2.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.875rem;font-weight:600;color:var(--white);margin-bottom:.5rem}.input-wrapper{position:relative}.input-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#ffffff80;pointer-events:none}.textarea-wrapper .input-icon{top:1rem;transform:none}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.875rem 1rem .875rem 2.75rem;font-size:.9375rem;font-family:inherit;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-lg);color:var(--white);transition:all .2s ease}.form-group input::placeholder,.form-group textarea::placeholder{color:#ffffff80}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--primary-lighter);background:#ffffff26}.select-wrapper{position:relative}.select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:2.5rem;cursor:pointer}.select-wrapper select option{background:var(--white);color:var(--gray-900)}.select-icon{position:absolute;right:1rem;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#ffffff80;pointer-events:none}.form-group textarea{resize:vertical;min-height:120px}.contact{padding:5rem 0;background:var(--white)}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-info .section-badge,.contact-info .section-title{text-align:left}.contact-info p{color:var(--gray-600);margin-bottom:2rem;line-height:1.8}.contact-details{display:flex;flex-direction:column;gap:1.5rem}.contact-item{display:flex;align-items:center;gap:1rem}.contact-icon{width:48px;height:48px;background:var(--gray-100);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-icon svg{width:24px;height:24px;color:var(--primary)}.contact-label{display:block;font-size:.875rem;color:var(--gray-500)}.contact-value{font-weight:600;color:var(--gray-900)}.contact-form{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-2xl);padding:2rem;box-shadow:var(--shadow-lg)}.contact-form .form-group label{color:var(--gray-700)}.contact-form .input-icon{color:var(--gray-400)}.contact-form input,.contact-form textarea{background:var(--white);border:1px solid var(--gray-200);color:var(--gray-900)}.contact-form input::placeholder,.contact-form textarea::placeholder{color:var(--gray-400)}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}.footer{background:#06599f;padding:2rem 0}.footer-content{display:flex;align-items:center;justify-content:space-between;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer .logo-img{height:60px}.footer-nav{display:flex;gap:2rem}.footer-nav a{font-size:.9375rem;color:#ffffffb3;transition:color .2s ease}.footer-nav a:hover{color:var(--white)}.footer-bottom{padding-top:1.5rem;text-align:center}.footer-bottom p{font-size:.875rem;color:#ffffff80}.modal{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;align-items:center;justify-content:center;padding:1.5rem}.modal.active{display:flex}.modal-content{background:var(--white);border-radius:var(--radius-2xl);padding:2.5rem;max-width:400px;width:100%;text-align:center;animation:modalSlide .3s ease}@keyframes modalSlide{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-icon{width:64px;height:64px;background:#dcfce7;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.modal-icon svg{width:32px;height:32px;color:#16a34a}.modal-content h3{font-size:1.5rem;font-weight:700;color:var(--gray-900);margin-bottom:.75rem}.modal-content p{color:var(--gray-500);margin-bottom:1.5rem}.nav-mobile{display:none}@media (max-width: 768px){.header-container{justify-content:space-between}.logo{margin:0;position:absolute;left:50%;transform:translate(-50%)}.nav-left,.nav-right{display:none!important}.nav-mobile{display:none;position:absolute;top:90px;left:0;right:0;background:var(--white);flex-direction:column;padding:1.5rem;gap:1rem;box-shadow:var(--shadow-lg)}.nav-mobile.active{display:flex}.mobile-menu-btn{display:flex;position:relative;z-index:10}.mobile-menu-btn.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-btn.active span:nth-child(2){opacity:0}.mobile-menu-btn.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.hero-combined{grid-template-columns:1fr;min-height:auto}.hero-image-side{height:550px}.hero-text-section,.quote-form-section{padding:2rem 1.5rem}.hero-text-content{margin-bottom:2rem}.hero-landing-title{font-size:2.5rem}.hero-landing-description{font-size:1rem}.hero-landing-buttons{flex-direction:column}.hero-landing-buttons .btn{width:100%;text-align:center}.hero-form-header-blue h2{font-size:1.75rem}.hero-form-card{padding:1.5rem}.form-row-2-blue,.services-grid{grid-template-columns:1fr}.slider-toggle-buttons{gap:.5rem}.toggle-btn{padding:.5rem 1.25rem;font-size:.875rem}.carousel-container{gap:.5rem;padding:0 .5rem}.how-video-container{flex-direction:column}.how-video{max-width:100%;height:300px}.carousel-slide-prev,.carousel-slide-next{width:60px;height:280px}.carousel-slide-center{width:min(400px,75vw);height:380px}.image-label{font-size:.5rem;padding:.2rem .5rem}.carousel-arrow{width:40px;height:40px}.carousel-arrow svg{width:18px;height:18px}.about-members{flex-direction:column;align-items:center;gap:2rem}.about-member{width:100%}.about-features{flex-direction:column;align-items:center}.image-placeholder{max-width:300px}.contact-content{grid-template-columns:1fr;gap:2rem}.form-row{grid-template-columns:1fr}.quote-form{padding:1.5rem}.footer-content{flex-direction:column;gap:1.5rem;text-align:center}.footer-nav{flex-wrap:wrap;justify-content:center;gap:1rem 1.5rem}.section-title,.section-title-light{font-size:2rem}}@media (max-width: 480px){.hero-title{font-size:2rem}.service-card,.contact-form{padding:1.5rem}}
