*{margin:0;padding:0;box-sizing:border-box}html,body{overflow-x:hidden;max-width:100vw}:root{--primary-color:#1a365d;--primary-light:#2d4a6d;--accent-color:#e85d04;--accent-hover:#d45203;--accent-light:#fff4ed;--text-dark:#1f2937;--text-light:#4b5563;--text-muted:#6b7280;--bg-light:#f8fafc;--bg-white:#fff;--bg-warm:#fffbf7;--shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);--shadow-lg:0 10px 25px -5px rgba(0,0,0,0.1),0 8px 10px -6px rgba(0,0,0,0.08);--shadow-xl:0 20px 40px -10px rgba(0,0,0,0.15)}html{scroll-behavior:smooth}body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;line-height:1.6;color:var(--text-dark);background:var(--bg-white)}.top-banner{background:var(--primary-color);padding:.625rem 1rem}.top-banner-content{display:flex;justify-content:center;align-items:center;gap:.75rem;max-width:1200px;margin:0 auto}.top-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s ease}.top-btn-icon{width:16px;height:16px}.top-btn-quote{background:var(--accent-color);color:var(--bg-white)}.top-btn-quote:hover{background:var(--accent-hover);transform:translateY(-1px)}.top-btn-call{background:#fbbf24;color:var(--primary-color)}.top-btn-call:hover{background:#f59e0b;transform:translateY(-1px)}.banner-arrow{display:flex;align-items:center;color:#fbbf24;animation:pulse-arrow 1.2s ease-in-out infinite}.banner-arrow svg{width:24px;height:24px}@keyframes pulse-arrow{0%,100%{opacity:1;transform:translateX(0)}50%{opacity:.6;transform:translateX(-6px)}}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.header{background:var(--bg-white);box-shadow:var(--shadow);position:sticky;top:0;z-index:1000}.header-container{max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center}.logo img{height:65px;width:auto}.hamburger{display:flex;flex-direction:column;gap:5px;background:0;border:0;cursor:pointer;padding:.5rem;z-index:1001}.hamburger span{width:26px;height:3px;background:var(--primary-color);border-radius:2px;transition:all .3s ease}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.nav{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:var(--bg-white);box-shadow:var(--shadow-xl);display:flex;flex-direction:column;padding:5rem 2rem 2rem;gap:1.5rem;transition:right .3s ease}.nav.active{right:0}.nav a{color:var(--text-dark);text-decoration:none;font-weight:500;font-size:1.125rem;transition:color .2s}.nav a:hover{color:var(--accent-color)}.hero{background:linear-gradient(135deg,rgba(26,54,93,0.75) 0,rgba(42,78,122,0.7) 100%),url('hero-image.webp');background-size:cover;background-position:center center;color:var(--bg-white);padding:3rem 0 4rem;min-height:500px;display:flex;align-items:center;position:relative;overflow:hidden}.hero::before{content:'';position:absolute;top:0;right:0;width:50%;height:100%;background:linear-gradient(135deg,rgba(232,93,4,0.15) 0,rgba(232,93,4,0.05) 100%);clip-path:polygon(30% 0,100% 0,100% 100%,0 100%)}.hero-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:1}.hero-content{margin-bottom:2rem}.hero-tagline{display:inline-block;background:var(--accent-color);color:var(--bg-white);font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:.5rem 1rem;border-radius:4px;margin-bottom:1.25rem}.hero h1{font-size:2rem;line-height:1.15;margin-bottom:.75rem;font-weight:700}.hero-subtitle{font-size:1.25rem;color:var(--accent-color);font-weight:600;margin-bottom:1.25rem}.hero-description{font-size:1.0625rem;line-height:1.7;margin-bottom:1.5rem;opacity:.95}.hero-trust{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:0}.hero-trust-item{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;opacity:.9}.hero-trust-item .check{color:var(--accent-color);font-weight:700}.hero-cta{background:var(--bg-white);color:var(--text-dark);padding:2rem 1.5rem;border-radius:16px;box-shadow:var(--shadow-xl)}.hero-cta h2{font-size:1.5rem;color:var(--primary-color);margin-bottom:.5rem;line-height:1.3}.hero-cta>p{color:var(--text-light);margin-bottom:1.5rem}.cta-buttons{display:flex;flex-direction:column;gap:.875rem;margin-bottom:1.25rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.75rem;border-radius:8px;font-weight:600;text-decoration:none;text-align:center;font-size:1rem;transition:all .2s;border:2px solid transparent;cursor:pointer}.btn-primary{background:var(--accent-color);color:var(--bg-white)}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:var(--shadow)}.btn-secondary{background:var(--bg-white);color:var(--accent-color);border-color:var(--accent-color)}.btn-icon{width:18px;height:18px;stroke-width:2.5;vertical-align:middle;margin-right:4px}.btn-secondary:hover{background:var(--accent-color);color:var(--bg-white);transform:translateY(-2px)}.btn-large{padding:1.125rem 2rem;font-size:1.0625rem}.btn-icon{font-size:1.25rem}.cta-reassurance{font-size:.8125rem;color:var(--text-muted);text-align:center;line-height:1.5}.trust-callout{background:linear-gradient(90deg,var(--accent-color) 0,#ff7b2e 50%,var(--accent-color) 100%);background-size:200% 100%;animation:shimmer 3s ease-in-out infinite;padding:1rem 0;position:relative;overflow:hidden}@keyframes shimmer{0%,100%{background-position:0 50%}50%{background-position:100% 50%}}.trust-callout::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,0.1) 50%,transparent 70%);animation:shine 2s ease-in-out infinite}@keyframes shine{0%{transform:translateX(-100%) rotate(45deg)}100%{transform:translateX(100%) rotate(45deg)}}.callout-arrow{display:inline-flex;align-items:center;position:relative;z-index:1}.callout-arrow svg{width:24px;height:24px;stroke:var(--bg-white);stroke-width:3;animation:pulse-arrow 1s ease-in-out infinite}@keyframes pulse-arrow{0%,100%{transform:translateX(0);opacity:1}50%{transform:translateX(5px);opacity:.7}}.callout-content{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;position:relative;z-index:1}.callout-text{color:var(--bg-white);display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem 1rem}.callout-label{display:inline-flex;align-items:center;gap:.35rem;background:rgba(255,255,255,0.2);color:var(--bg-white);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.375rem .75rem;border-radius:50px;backdrop-filter:blur(4px)}.callout-label .label-icon{width:14px;height:14px;stroke-width:2.5}.callout-text h2{font-size:1.125rem;font-weight:700;margin:0}.callout-text p{display:none}.trust-badges{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem}.trust-badge{height:45px;width:auto;background:var(--bg-white);border-radius:8px;padding:.375rem .5rem;box-shadow:0 4px 12px rgba(0,0,0,0.15);transition:transform .3s ease,box-shadow .3s ease}.trust-badge:hover{transform:scale(1.08) translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,0.2)}@media(min-width:768px){.trust-callout{padding:.875rem 0}.callout-content{flex-direction:row;justify-content:center;gap:1.5rem}.callout-text{gap:.75rem}.callout-text h2{font-size:1.25rem}.trust-badge{height:50px}}.why-choose{padding:4rem 0;background:var(--bg-warm)}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2rem;color:var(--primary-color);margin-bottom:1rem;line-height:1.2}.section-header p{color:var(--text-light);font-size:1.0625rem;max-width:700px;margin:0 auto}.why-choose-content{display:grid;gap:2rem}.why-choose-text h2{font-size:1.75rem;color:var(--primary-color);margin-bottom:1.5rem;line-height:1.3}.checklist{list-style:none}.checklist li{display:flex;align-items:flex-start;gap:1rem;padding:1rem 0;border-bottom:1px solid rgba(0,0,0,0.08)}.checklist li:last-child{border-bottom:0}.checklist-icon{width:28px;height:28px;background:var(--accent-color);color:var(--bg-white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;flex-shrink:0;margin-top:.125rem}.checklist-content h4{font-size:1.0625rem;color:var(--text-dark);margin-bottom:.25rem}.checklist-content p{font-size:.9375rem;color:var(--text-light);line-height:1.5}.why-choose-image{display:flex;align-items:center;justify-content:center}.feature-image{width:100%;max-width:500px;height:auto;border-radius:16px;box-shadow:var(--shadow-lg);object-fit:cover}.services{padding:4rem 0;background:var(--bg-white)}.services-grid{display:grid;gap:1.5rem}.service-card{background:var(--bg-light);padding:2rem 1.5rem;border-radius:12px;border-left:4px solid var(--accent-color);transition:transform .2s,box-shadow .2s}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.service-card h3{font-size:1.25rem;color:var(--primary-color);margin-bottom:.75rem}.service-card p{color:var(--text-light);line-height:1.7;font-size:.9375rem}.how-it-works{padding:4rem 0;background:var(--bg-light)}.steps{display:grid;gap:2rem}.step{text-align:center;position:relative}.step-number{width:56px;height:56px;background:var(--accent-color);color:var(--bg-white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1.25rem;box-shadow:var(--shadow)}.step h3{font-size:1.25rem;color:var(--primary-color);margin-bottom:.75rem}.step p{color:var(--text-light);max-width:320px;margin:0 auto;font-size:.9375rem}.values{padding:4rem 0;background:var(--primary-color);color:var(--bg-white)}.values .section-header h2{color:var(--bg-white)}.values .section-header p{color:rgba(255,255,255,0.8)}.values-grid{display:grid;gap:1.5rem}.value-card{background:rgba(255,255,255,0.1);padding:1.75rem 1.5rem;border-radius:12px;text-align:center;backdrop-filter:blur(10px);transition:transform .2s,background .2s}.value-card:hover{background:rgba(255,255,255,0.15);transform:translateY(-4px)}.value-icon{width:56px;height:56px;background:var(--accent-color);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;margin:0 auto 1rem}.value-icon svg{width:28px;height:28px;stroke:var(--bg-white);stroke-width:1.5;flex-shrink:0}.value-card h3{font-size:1.125rem;margin-bottom:.5rem}.value-card p{font-size:.875rem;opacity:.85;line-height:1.5}.service-areas{padding:4rem 0;background:var(--bg-warm);position:relative}.areas-grid{display:grid;gap:1rem;max-width:800px;margin:0 auto 2rem}.areas-grid ul{list-style:none;display:grid;gap:.75rem}.areas-grid li{display:flex;align-items:center;gap:.75rem;padding:0;background:var(--bg-white);border-radius:8px;box-shadow:var(--shadow);transition:all .3s ease;cursor:pointer;overflow:hidden}.areas-grid li a,.areas-grid li span.area-text{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;width:100%;color:var(--text-dark);font-weight:500;text-decoration:none}.areas-grid li a:hover,.areas-grid li a:focus{color:var(--text-dark);text-decoration:none}.areas-grid li:hover{background:var(--accent-color);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.areas-grid li:hover a,.areas-grid li:hover a:hover,.areas-grid li:hover a:focus,.areas-grid li:hover span.area-text{color:#fff}.areas-grid li .area-icon{width:20px;height:20px;stroke:var(--accent-color);flex-shrink:0;transition:stroke .3s ease}.areas-grid li:hover .area-icon{stroke:var(--bg-white)}.areas-note{text-align:center;color:var(--text-light);font-style:italic}.about{padding:4rem 0;background:var(--bg-white)}.about-content{display:grid;gap:2.5rem}.about-text h2{font-size:1.75rem;color:var(--primary-color);margin-bottom:1.5rem;line-height:1.3}.about-text p{margin-bottom:1.25rem;color:var(--text-light);line-height:1.7;font-size:1rem}.about-text p:last-child{margin-bottom:0}.about-stats{display:grid;gap:1rem}.stat-badge{background:var(--bg-warm);border:2px solid var(--accent-light);padding:1.25rem 1.5rem;border-radius:12px;display:flex;align-items:center;gap:1rem}.stat-icon{width:48px;height:48px;background:var(--accent-color);color:var(--bg-white);border-radius:50%;display:flex;align-items:center;justify-content:center}.stat-icon svg{width:24px;height:24px;stroke:var(--bg-white);stroke-width:2;font-size:1.25rem;flex-shrink:0}.stat-badge p{color:var(--text-dark);font-weight:600;margin:0;font-size:1rem}.reviews{padding:4rem 0;background:var(--bg-light)}.reviews-grid{display:grid;gap:1.5rem}.review-card{background:var(--bg-white);padding:2rem 1.5rem;border-radius:12px;box-shadow:var(--shadow);position:relative}.review-card::before{content:'"';position:absolute;top:1rem;right:1.5rem;font-size:4rem;color:var(--accent-light);font-family:Georgia,serif;line-height:1}.stars{color:#f59e0b;font-size:1.125rem;margin-bottom:1rem;letter-spacing:2px}.review-text{color:var(--text-dark);line-height:1.7;margin-bottom:1.25rem;font-size:.9375rem;position:relative;z-index:1}.review-author{color:var(--text-muted);font-weight:600;font-size:.875rem}.contact{padding:4rem 0;background:var(--bg-warm)}.contact-content{display:grid;gap:2rem}.contact-form{background:var(--bg-white);padding:2rem 1.5rem;border-radius:16px;box-shadow:var(--shadow-lg);display:grid;gap:1.25rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;color:var(--text-dark);margin-bottom:.5rem;font-size:.9375rem}.form-group input,.form-group select,.form-group textarea{padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-family:inherit;font-size:1rem;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:0;border-color:var(--accent-color);box-shadow:0 0 0 3px rgba(232,93,4,0.1)}.form-group textarea{resize:vertical}.contact-details{display:grid;gap:1.5rem}.contact-box{background:var(--bg-white);padding:2rem 1.5rem;border-radius:16px;box-shadow:var(--shadow)}.contact-box h3{font-size:1.25rem;color:var(--primary-color);margin-bottom:1.25rem}.contact-item{margin-bottom:1.25rem;line-height:1.5}.contact-item strong{display:block;color:var(--text-dark);margin-bottom:.25rem;font-size:.875rem}.contact-item a{color:var(--accent-color);text-decoration:none;font-size:1.0625rem;font-weight:500}.contact-item a:hover{text-decoration:underline}.response-time{margin-top:1.5rem;padding:1rem;background:var(--accent-light);border-radius:8px;color:var(--text-dark);font-size:.9375rem;text-align:center}.response-time strong{color:var(--accent-color)}.contact-map{margin-top:1.5rem;border-radius:12px;overflow:hidden;box-shadow:var(--shadow)}.contact-map iframe{width:100%;height:200px;display:block}.page-hero{background:linear-gradient(135deg,rgba(26,54,93,0.8) 0,rgba(42,78,122,0.75) 100%),url('hero-image.webp');background-size:cover;background-position:center;color:var(--bg-white);padding:3rem 0;text-align:center}.page-hero .hero-tagline{display:inline-block;background:var(--accent-color);color:var(--bg-white);font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:.5rem 1rem;border-radius:4px;margin-bottom:1rem}.page-hero h1{font-size:2rem;margin-bottom:.75rem}.page-hero p{font-size:1.125rem;opacity:.9;max-width:600px;margin:0 auto}.area-content{padding:4rem 0;background:var(--bg-white)}.area-intro-wrapper{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}.area-intro{max-width:none}.area-intro h2{font-size:1.75rem;color:var(--primary-color);margin-bottom:1.25rem}.area-intro p{color:var(--text-light);line-height:1.7;margin-bottom:1rem}.area-cta-form{background:var(--bg-white);border:2px solid var(--primary-color);border-radius:16px;padding:1.5rem;box-shadow:var(--shadow-lg);width:100%;max-width:100%;box-sizing:border-box}.area-cta-form h3{font-size:1.25rem;color:var(--primary-color);margin-bottom:.5rem;text-align:center}.area-cta-form>p{color:var(--text-light);font-size:.9375rem;text-align:center;margin-bottom:1.25rem}.area-cta-form .form-group{margin-bottom:1rem}.area-cta-form label{display:block;font-size:.875rem;font-weight:500;color:var(--text-dark);margin-bottom:.375rem}.area-cta-form input,.area-cta-form textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.9375rem;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease}.area-cta-form input:focus,.area-cta-form textarea:focus{outline:0;border-color:var(--accent-color);box-shadow:0 0 0 3px rgba(232,93,4,0.1)}.area-cta-form textarea{resize:vertical;min-height:80px}.area-cta-form .btn{width:100%;justify-content:center}.area-cta-form .form-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1rem;font-size:.8125rem;color:var(--text-muted)}.area-cta-form .form-trust span{display:flex;align-items:center;gap:.25rem}.area-cta-form .form-trust svg{width:14px;height:14px;color:var(--accent-color)}.area-trust-signals{background:var(--bg-warm);padding:3rem 0;margin-top:2rem}.trust-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2.5rem}.trust-stat{text-align:center;padding:1.5rem 1rem;background:var(--bg-white);border-radius:12px;box-shadow:var(--shadow)}.trust-stat-number{font-size:2.25rem;font-weight:700;color:var(--accent-color);line-height:1.1}.trust-stat-label{font-size:.875rem;color:var(--text-light);margin-top:.375rem}.area-testimonial{background:var(--bg-white);border-radius:12px;padding:1.75rem;box-shadow:var(--shadow);position:relative}.area-testimonial::before{content:'"';position:absolute;top:.5rem;left:1rem;font-size:4rem;font-family:Georgia,serif;color:var(--accent-color);opacity:.2;line-height:1}.testimonial-text{font-size:1.0625rem;line-height:1.7;color:var(--text-dark);font-style:italic;margin-bottom:1rem;position:relative;z-index:1}.testimonial-author{display:flex;align-items:center;gap:.75rem}.testimonial-stars{color:#fbbf24;font-size:1rem;letter-spacing:2px}.testimonial-name{font-weight:600;color:var(--primary-color);font-size:.9375rem}.testimonial-location{font-size:.875rem;color:var(--text-muted)}.area-badges{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-top:2rem;flex-wrap:wrap}.area-badges img{height:50px;width:auto}@media(min-width:768px){.trust-stats{grid-template-columns:repeat(4,1fr)}.area-intro-wrapper{grid-template-columns:1fr 340px;gap:2.5rem}}.area-services h3,.area-coverage h3{font-size:1.5rem;color:var(--primary-color);margin-bottom:1.5rem}.area-services{margin-bottom:3rem}.area-coverage{background:var(--bg-warm);padding:2rem;border-radius:12px}.area-coverage p{color:var(--text-light);margin-bottom:1.5rem}.coverage-list{list-style:none;display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.coverage-list li{display:flex;align-items:center;gap:.5rem;color:var(--text-dark);font-weight:500}.coverage-list li::before{content:'✓';color:var(--accent-color);font-weight:700}.cta-section{padding:4rem 0;background:var(--bg-light)}.cta-box-large{background:var(--bg-white);padding:3rem 2rem;border-radius:16px;box-shadow:var(--shadow-lg);text-align:center;max-width:600px;margin:0 auto}.cta-box-large h2{font-size:1.75rem;color:var(--primary-color);margin-bottom:.75rem}.cta-box-large>p{color:var(--text-light);margin-bottom:1.5rem}.cta-box-large .cta-buttons{justify-content:center}.cta-box-large .cta-reassurance{margin-top:1rem}.other-areas{padding:3rem 0;background:var(--bg-warm);text-align:center}.other-areas h3{font-size:1.25rem;color:var(--primary-color);margin-bottom:1.5rem}.areas-links{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.areas-links a{display:inline-block;padding:.625rem 1.25rem;background:var(--bg-white);color:var(--text-dark);text-decoration:none;border-radius:8px;font-weight:500;font-size:.9375rem;box-shadow:var(--shadow);transition:all .2s}.areas-links a:hover{background:var(--accent-color);color:var(--bg-white);transform:translateY(-2px)}.about-page-content{padding:4rem 0;background:var(--bg-white)}.about-page-content .about-text h2{font-size:1.5rem;color:var(--primary-color);margin-top:2rem;margin-bottom:1rem}.about-page-content .about-text h2:first-child{margin-top:0}.about-list{list-style:none;margin-top:1rem}.about-list li{display:flex;align-items:flex-start;gap:.75rem;padding:.5rem 0;color:var(--text-light)}.about-list li::before{content:'✓';color:var(--accent-color);font-weight:700;flex-shrink:0}.contact-page .contact-content{padding-top:0}.form-header{grid-column:1 / -1;margin-bottom:.5rem}.form-header h2{font-size:1.5rem;color:var(--primary-color);margin-bottom:.5rem}.form-header p{color:var(--text-light)}.contact-item p{color:var(--text-dark);margin:0;line-height:1.6}.logo{text-decoration:none}@media(min-width:768px){.page-hero{padding:4rem 0}.page-hero h1{font-size:2.75rem}.coverage-list{grid-template-columns:repeat(4,1fr)}}.footer{background:var(--primary-color);color:var(--bg-white);padding:3rem 0 1.5rem}.footer-content{display:grid;gap:2rem;margin-bottom:2rem}.footer-section h3{font-size:1.125rem;margin-bottom:1rem;color:var(--accent-color)}.footer-section p{line-height:1.7;opacity:.9;font-size:.9375rem;margin-bottom:.5rem}.footer-section a{color:var(--bg-white);text-decoration:none}.footer-section a:hover{color:var(--accent-color)}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,0.15);text-align:center;opacity:.7;font-size:.875rem}.mobile-cta{display:flex;position:fixed;bottom:0;left:0;right:0;background:var(--bg-white);padding:.75rem 1rem;padding-bottom:calc(0.75rem + env(safe-area-inset-bottom, 0px));box-shadow:0 -4px 20px rgba(0,0,0,0.15);z-index:999;gap:.75rem}.mobile-cta .btn{flex:1;padding:.875rem 1rem;font-size:.9375rem;white-space:nowrap}body{padding-bottom:100px}.footer{margin-bottom:0}@media(max-width:639px){.container{padding:0 1rem;max-width:100%;overflow-x:hidden}.area-cta-form{padding:1.25rem;margin:0;width:100%;max-width:100%}.area-cta-form input,.area-cta-form textarea,.area-cta-form select{font-size:16px;width:100%;max-width:100%}.contact-form{padding:1.5rem 1rem;width:100%;max-width:100%}.form-group{width:100%;max-width:100%}.form-group input,.form-group select,.form-group textarea{font-size:16px;width:100%;max-width:100%}.hero-cta{padding:1.25rem;max-width:calc(100vw - 2rem);margin:0 auto}.page-hero h1{font-size:1.75rem}.section-header h2{font-size:1.5rem}main{padding-bottom:1rem;overflow-x:hidden}.footer{padding-bottom:1rem}.area-intro-wrapper{padding:0}section{overflow-x:hidden}}@media(min-width:640px){.cta-buttons{flex-direction:row}.steps{grid-template-columns:repeat(3,1fr)}.values-grid{grid-template-columns:repeat(2,1fr)}.areas-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.hamburger{display:none}.nav{position:static;width:auto;height:auto;background:0;box-shadow:none;flex-direction:row;padding:0;gap:2rem}.nav a{font-size:1rem}.hero{padding:4.5rem 0 5.5rem;min-height:550px;background-position:center 40%}.hero-container{display:grid;grid-template-columns:1fr 420px;gap:3rem;align-items:center}.hero-content{margin-bottom:0}.hero h1{font-size:2.75rem}.hero-cta{margin-top:0}.why-choose-content{grid-template-columns:1.2fr 1fr;gap:3rem;align-items:center}.services-grid{grid-template-columns:repeat(2,1fr)}.values-grid{grid-template-columns:repeat(3,1fr)}.about-content{grid-template-columns:1.4fr 1fr;align-items:start}.reviews-grid{grid-template-columns:repeat(3,1fr)}.contact-content{grid-template-columns:1.4fr 1fr}.contact-form{grid-template-columns:repeat(2,1fr)}.form-group-full{grid-column:1 / -1}.footer-content{grid-template-columns:repeat(3,1fr)}.mobile-cta{display:none}body{padding-bottom:0}}@media(min-width:1024px){.hero h1{font-size:3.25rem}.values-grid{grid-template-columns:repeat(6,1fr)}.value-card{padding:1.5rem 1rem}}.form-message{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-radius:8px;margin-top:1rem;font-weight:500;animation:fadeIn .3s ease}@keyframes fadeIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.form-message-success{background:#d4edda;border:1px solid #28a745;color:#155724}.form-message-error{background:#f8d7da;border:1px solid #dc3545;color:#721c24}.form-message-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;font-weight:700;flex-shrink:0}.form-message-success .form-message-icon{background:#28a745;color:white}.form-message-error .form-message-icon{background:#dc3545;color:white}.form-message-text{flex:1}button[type="submit"]:disabled{opacity:.7;cursor:not-allowed}