@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Outfit:wght@400;500;600;700;800;900&display=swap";:root{--gold:#e09900;--gold-light:#ffe35b;--gold-dark:#b87a00;--navy:#1a2332;--navy-light:#243044;--dark:#111827;--dark-light:#1f2937;--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;--white:#fff;--radius:12px;--radius-lg:16px;--shadow:0 1px 3px #0000001a, 0 1px 2px #0000000f;--shadow-md:0 4px 6px #00000012, 0 2px 4px #0000000f;--shadow-lg:0 10px 15px #0000001a, 0 4px 6px #0000000d;--shadow-xl:0 20px 25px #0000001a, 0 10px 10px #0000000a;--transition:all .3s cubic-bezier(.4, 0, .2, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{color:var(--gray-800);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{color:var(--gray-900);font-family:Outfit,sans-serif;font-weight:700;line-height:1.2}h1{font-size:clamp(2.25rem,5vw,3.5rem)}h2{font-size:clamp(1.75rem,4vw,2.75rem)}h3{font-size:clamp(1.25rem,2.5vw,1.5rem)}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.btn{border-radius:var(--radius);cursor:pointer;transition:var(--transition);border:none;align-items:center;gap:.5rem;padding:.875rem 2rem;font-family:Outfit,sans-serif;font-size:1rem;font-weight:600;line-height:1;text-decoration:none;display:inline-flex}.btn-primary{background:var(--gold);color:var(--white)}.btn-primary:hover{background:var(--gold-dark);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-secondary{background:var(--white);color:var(--gray-900);border:2px solid var(--gray-200)}.btn-secondary:hover{border-color:var(--gold);color:var(--gold-dark);transform:translateY(-2px)}.btn-dark{background:var(--navy);color:var(--white)}.btn-dark:hover{background:var(--navy-light);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-outline-white{color:var(--white);background:0 0;border:2px solid #ffffff80}.btn-outline-white:hover{background:var(--white);color:var(--gray-900);transform:translateY(-2px)}.section-label{text-transform:uppercase;letter-spacing:.1em;color:var(--gold);margin-bottom:.75rem;font-family:Outfit,sans-serif;font-size:.875rem;font-weight:600;display:inline-block}.section-title{margin-bottom:1rem}.section-desc{color:var(--gray-500);max-width:640px;font-size:1.125rem;line-height:1.7}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:.6s ease-out forwards fadeInUp}.text-center{text-align:center}.mx-auto{margin-left:auto;margin-right:auto}.top-bar{background:var(--navy);color:#fffc;padding:.5rem 0;font-size:.8125rem}.top-bar-inner{justify-content:space-between;align-items:center;display:flex}.top-bar-right{align-items:center;gap:.75rem;display:flex}.top-phone{color:var(--gold-light);transition:var(--transition);align-items:center;gap:.375rem;font-weight:600;display:flex}.top-phone:hover{color:var(--gold)}.top-divider{opacity:.3}.top-hours{color:#fff9}.header{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--gray-200);background:#fffffff7;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;height:72px;display:flex}.logo{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.logo-img{width:auto;height:48px}.logo-text{flex-direction:column;display:flex}.logo-name{color:var(--gray-900);font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:800;line-height:1.1}.logo-sub{color:var(--gold);letter-spacing:.05em;font-family:Outfit,sans-serif;font-size:.75rem;font-weight:500}.nav{align-items:center;gap:.25rem;display:flex}.nav-link{color:var(--gray-600);transition:var(--transition);border-radius:8px;align-items:center;gap:.25rem;padding:.5rem .875rem;font-family:Outfit,sans-serif;font-size:.9375rem;font-weight:500;display:flex}.nav-link:hover,.nav-link.active{color:var(--gray-900);background:var(--gray-50)}.nav-link.active{color:var(--gold-dark)}.dropdown-arrow{transition:transform .2s}.nav-cta{margin-left:.5rem;padding:.625rem 1.25rem;font-size:.875rem}.nav-dropdown{position:relative}.dropdown-menu{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);box-shadow:var(--shadow-lg);z-index:100;min-width:240px;padding:.5rem;position:absolute;top:100%;left:0}.dropdown-item{color:var(--gray-600);transition:var(--transition);border-radius:8px;padding:.5rem .875rem;font-size:.875rem;display:block}.dropdown-item:hover{background:var(--gray-50);color:var(--gold-dark)}.hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.hamburger span{background:var(--gray-700);width:24px;height:2px;transition:var(--transition);border-radius:2px;display:block}.hamburger.open span:first-child{transform:rotate(45deg)translate(5px,5px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}@media (width<=1023px){.top-bar-left{display:none}.hamburger{display:flex}.nav{background:var(--white);width:300px;height:100vh;box-shadow:var(--shadow-xl);flex-direction:column;align-items:stretch;gap:0;padding:5rem 1.5rem 2rem;transition:right .3s;position:fixed;top:0;right:-100%;overflow-y:auto}.nav-open{right:0}.nav-link{padding:.75rem 1rem;font-size:1rem}.nav-cta{justify-content:center;margin-top:1rem;margin-left:0}.dropdown-menu{box-shadow:none;border:none;min-width:auto;padding-left:1rem;position:static}}.footer-cta{background:var(--gold);padding:4rem 0}.footer-cta-inner{justify-content:space-between;align-items:center;gap:2rem;display:flex}.footer-cta-text h2{color:var(--white);margin-bottom:.5rem}.footer-cta-text p{color:#ffffffd9;font-size:1.125rem}.footer-cta-actions{flex-shrink:0;gap:1rem;display:flex}.footer-main{background:var(--navy);padding:4rem 0}.footer-grid{grid-template-columns:1.5fr repeat(4,1fr);gap:2rem;display:grid}.footer-logo{filter:brightness(0)invert();width:auto;height:50px;margin-bottom:1rem}.footer-tagline{color:#ffffff80;font-size:.875rem;line-height:1.7}.footer-col h4{color:var(--white);margin-bottom:1rem;font-size:.9375rem}.footer-col a,.footer-col span{color:#ffffff80;transition:var(--transition);padding:.25rem 0;font-size:.875rem;display:block}.footer-col a:hover{color:var(--gold-light)}.footer-bottom{background:var(--dark);padding:1.25rem 0}.footer-bottom-inner{justify-content:space-between;align-items:center;display:flex}.footer-bottom p{color:#ffffff59;font-size:.8125rem}@media (width<=1023px){.footer-cta-inner{text-align:center;flex-direction:column}.footer-cta-actions{flex-direction:column;width:100%}.footer-cta-actions .btn{justify-content:center}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}@media (width<=640px){.footer-grid{grid-template-columns:1fr}.footer-bottom-inner{text-align:center;flex-direction:column;gap:.5rem}}.service-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);transition:var(--transition);flex-direction:column;padding:2rem;text-decoration:none;display:flex}.service-card:hover{border-color:var(--gold);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.service-card-icon{background:linear-gradient(135deg, var(--gold), var(--gold-dark));width:56px;height:56px;color:var(--white);border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.service-card-title{color:var(--gray-900);margin-bottom:.5rem;font-size:1.125rem}.service-card-desc{color:var(--gray-500);flex:1;font-size:.875rem;line-height:1.6}.service-card-link{color:var(--gold);transition:var(--transition);align-items:center;gap:.375rem;margin-top:1.25rem;font-family:Outfit,sans-serif;font-size:.875rem;font-weight:600;display:inline-flex}.service-card:hover .service-card-link{color:var(--gold-dark);gap:.625rem}.contact-form{flex-direction:column;gap:1.25rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.form-group{flex-direction:column;gap:.375rem;display:flex}.form-group label{color:var(--gray-700);font-family:Outfit,sans-serif;font-size:.875rem;font-weight:500}.form-group input,.form-group select,.form-group textarea{border:1px solid var(--gray-300);color:var(--gray-800);background:var(--white);transition:var(--transition);border-radius:8px;padding:.75rem 1rem;font-family:Inter,sans-serif;font-size:.9375rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--gold);outline:none;box-shadow:0 0 0 3px #e0990026}.form-group textarea{resize:vertical}.form-group select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;padding-right:2.5rem}.btn-submit{justify-content:center;width:100%;padding:1rem;font-size:1.0625rem}.btn-submit:disabled{opacity:.7;cursor:not-allowed}.form-success{color:#065f46;text-align:center;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:8px;padding:1rem;font-size:.9375rem}.form-error{color:#991b1b;text-align:center;background:#fef2f2;border:1px solid #fca5a5;border-radius:8px;padding:1rem;font-size:.9375rem}@media (width<=640px){.form-row{grid-template-columns:1fr}}.hero{background:var(--navy);align-items:center;min-height:600px;display:flex;position:relative;overflow:hidden}.hero-bg{opacity:.15;width:50%;height:100%;position:absolute;top:0;right:0}.hero-bg img{object-fit:cover;width:100%;height:100%}.hero-content{z-index:1;padding:6rem 1.5rem;position:relative}.hero-text{max-width:640px}.hero-badge{color:var(--gold-light);background:#e0990026;border:1px solid #e099004d;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-family:Outfit,sans-serif;font-size:.8125rem;font-weight:600;display:inline-flex}.hero h1{color:var(--white);margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,3.75rem)}.hero-desc{color:#ffffffb3;margin-bottom:2rem;font-size:1.125rem;line-height:1.7}.hero-actions{gap:1rem;margin-bottom:3rem;display:flex}.btn-lg{padding:1rem 2rem;font-size:1.0625rem}.hero-stats{gap:3rem;display:flex}.hero-stat{flex-direction:column;display:flex}.hero-stat-num{color:var(--gold);font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:800}.hero-stat-label{color:#ffffff80;font-size:.8125rem}.section{padding:5rem 0}.section-header{margin-bottom:3rem}.services-section{background:var(--gray-50)}.services-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2.5rem;display:grid}.services-more{justify-content:center;gap:1rem;display:flex}.about-grid{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.about-images{grid-template-columns:1fr 1.5fr;gap:1rem;display:grid}.about-img{border-radius:var(--radius-lg);object-fit:cover;width:100%;height:300px}.about-content p{color:var(--gray-600);margin-bottom:1rem;line-height:1.7}.about-areas{border-top:1px solid var(--gray-200);margin-top:2rem;padding-top:2rem}.about-areas h4{margin-bottom:.75rem;font-size:1rem}.areas-grid{flex-wrap:wrap;gap:.5rem;display:flex}.area-tag{background:var(--gray-100);color:var(--gray-600);border-radius:100px;padding:.375rem .875rem;font-size:.8125rem;font-weight:500}.emergency-section{background:var(--navy)}.emergency-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.emergency-title{color:var(--white);margin-bottom:1.5rem;font-size:clamp(2rem,4vw,3rem)}.emergency-desc{color:#fff9;margin-bottom:2rem;line-height:1.7}.emergency-image img{border-radius:var(--radius-lg);object-fit:cover;width:100%;height:400px}.testimonials-section{background:var(--gray-50)}.testimonials-grid{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.testimonial-card{background:var(--gold);border-radius:var(--radius-lg);padding:3rem;position:relative}.quote-icon{margin-bottom:1rem}.testimonial-text{color:var(--gray-900);margin-bottom:1.5rem;font-size:1.125rem;line-height:1.8}.testimonial-author{color:var(--gray-800);font-family:Outfit,sans-serif;font-weight:600}.testimonial-dots{gap:.5rem;margin-top:1.5rem;display:flex}.dot{cursor:pointer;width:10px;height:10px;transition:var(--transition);background:#0003;border:none;border-radius:50%}.dot.active{background:var(--gray-900);transform:scale(1.2)}.testimonial-image img{border-radius:var(--radius-lg);object-fit:cover;width:100%;height:450px}.faq-grid{grid-template-columns:1.2fr .8fr;align-items:start;gap:4rem;display:grid}.faq-list{flex-direction:column;gap:.75rem;margin-top:2rem;display:flex}.faq-item{border:1px solid var(--gray-200);border-radius:var(--radius);transition:var(--transition);overflow:hidden}.faq-item.open{border-color:var(--gold)}.faq-question{width:100%;color:var(--gray-800);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;font-family:Outfit,sans-serif;font-size:1rem;font-weight:600;display:flex}.faq-chevron{flex-shrink:0;transition:transform .2s}.faq-item.open .faq-chevron{transform:rotate(180deg)}.faq-answer{padding:0 1.25rem 1.25rem}.faq-answer p{color:var(--gray-600);font-size:.9375rem;line-height:1.7}.faq-why{background:var(--gray-50);border-radius:var(--radius-lg);border:1px solid var(--gray-200);padding:2.5rem}.faq-why h3{margin-bottom:1.5rem}.why-items{flex-direction:column;gap:1.5rem;display:flex}.why-item{align-items:flex-start;gap:1rem;display:flex}.why-icon{background:#e099001a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.why-item h4{margin-bottom:.25rem;font-size:1rem}.why-item p{color:var(--gray-500);font-size:.875rem;line-height:1.6}.contact-section{background:var(--gray-50)}.contact-grid{grid-template-columns:1fr 1.2fr;align-items:start;gap:4rem;display:grid}.contact-info p{color:var(--gray-600);margin-bottom:2rem;line-height:1.7}.contact-details{flex-direction:column;gap:1.25rem;display:flex}.contact-detail{align-items:flex-start;gap:.75rem;display:flex}.contact-detail strong{color:var(--gray-800);font-family:Outfit,sans-serif;font-size:.875rem;display:block}.contact-detail span,.contact-detail a{color:var(--gray-500);font-size:.875rem}.contact-detail a:hover{color:var(--gold)}.contact-form-wrapper{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-200);box-shadow:var(--shadow-md);padding:2.5rem}@media (width<=1023px){.hero{min-height:auto}.hero-content{padding:4rem 1.5rem}.hero-bg{opacity:.08;width:100%}.hero-actions{flex-direction:column}.hero-stats{gap:2rem}.services-grid{grid-template-columns:repeat(2,1fr)}.about-grid,.emergency-grid,.testimonials-grid,.faq-grid,.contact-grid{grid-template-columns:1fr}.about-images{order:1}.about-content{order:0}.services-more{flex-direction:column;align-items:center}}@media (width<=640px){.section{padding:3rem 0}.services-grid{grid-template-columns:1fr}.hero-stats{flex-wrap:wrap;gap:1.5rem}.about-images{grid-template-columns:1fr}.about-img{height:200px}.testimonial-card{padding:2rem}.faq-why{padding:1.5rem}}.page-hero{background:var(--navy);text-align:center;padding:5rem 0 4rem}.page-hero h1{color:var(--white);margin-bottom:1rem}.page-hero-desc{color:#fff9;max-width:600px;margin:0 auto 2rem;font-size:1.125rem;line-height:1.7}.page-hero-actions{justify-content:center;gap:1rem;display:flex}.all-services-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.cta-section{background:var(--gray-50)}.cta-grid{grid-template-columns:1fr 1.2fr;align-items:start;gap:4rem;display:grid}.cta-grid h2{margin-bottom:1rem}.cta-grid>div:first-child p{color:var(--gray-500);font-size:1.125rem;line-height:1.7}.cta-form-wrapper{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-200);padding:2.5rem}@media (width<=1023px){.all-services-grid{grid-template-columns:repeat(2,1fr)}.cta-grid{grid-template-columns:1fr}}@media (width<=640px){.all-services-grid{grid-template-columns:1fr}}.breadcrumbs{align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.875rem;display:flex}.breadcrumbs a{color:#fff9;transition:var(--transition)}.breadcrumbs a:hover{color:var(--gold-light)}.breadcrumbs span{color:#fff6}.breadcrumbs span:last-child{color:var(--gold-light)}.detail-section{padding-top:4rem}.detail-grid{grid-template-columns:1fr 380px;align-items:start;gap:3rem;display:grid}.detail-content p{color:var(--gray-600);margin-bottom:1.5rem;font-size:1.0625rem;line-height:1.8}.detail-cta-box{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-lg);margin-top:2rem;padding:2rem}.detail-cta-box h3{margin-bottom:.5rem}.detail-cta-box>p{color:var(--gray-500);margin-bottom:1.25rem;font-size:.9375rem}.detail-cta-actions{gap:1rem;display:flex}.detail-sidebar{flex-direction:column;gap:1.5rem;display:flex;position:sticky;top:90px}.sidebar-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:2rem}.sidebar-card h4{margin-bottom:1.25rem;font-size:1.125rem}.sidebar-emergency{background:var(--navy);border-color:var(--navy)}.sidebar-emergency h4{color:var(--white)}.sidebar-emergency p{color:#fff9;margin-bottom:1.25rem;font-size:.9375rem}.related-section{background:var(--gray-50)}.related-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.related-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);transition:var(--transition);padding:1.5rem;display:block}.related-card:hover{border-color:var(--gold);box-shadow:var(--shadow-md);transform:translateY(-2px)}.related-card h4{margin-bottom:.5rem;font-size:1rem}.related-card p{color:var(--gray-500);margin-bottom:.75rem;font-size:.8125rem;line-height:1.6}.related-link{color:var(--gold);font-family:Outfit,sans-serif;font-size:.8125rem;font-weight:600}@media (width<=1023px){.detail-grid{grid-template-columns:1fr}.detail-sidebar{position:static}.related-grid{grid-template-columns:1fr 1fr}}@media (width<=640px){.detail-cta-actions{flex-direction:column}.related-grid{grid-template-columns:1fr}}.about-detail-grid{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.about-detail-content p{color:var(--gray-600);margin-bottom:1.5rem;font-size:1.0625rem;line-height:1.8}.about-detail-images{flex-direction:column;gap:1rem;display:flex}.about-detail-img{border-radius:var(--radius-lg);object-fit:cover;width:100%;height:250px}.values-section{background:var(--gray-50)}.values-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.value-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);transition:var(--transition);padding:2rem}.value-card:hover{border-color:var(--gold);box-shadow:var(--shadow-md);transform:translateY(-2px)}.value-icon{width:56px;height:56px;color:var(--gold);background:#e099001a;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.value-card h3{margin-bottom:.5rem;font-size:1.125rem}.value-card p{color:var(--gray-500);font-size:.875rem;line-height:1.6}.areas-tags{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.area-tag-lg{background:var(--gray-100);border:1px solid var(--gray-200);color:var(--gray-700);transition:var(--transition);border-radius:100px;padding:.625rem 1.5rem;font-family:Outfit,sans-serif;font-size:1rem;font-weight:500}.area-tag-lg:hover{background:var(--gold);color:var(--white);border-color:var(--gold)}@media (width<=1023px){.about-detail-grid{grid-template-columns:1fr}.values-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.values-grid{grid-template-columns:1fr}}.contact-page-grid{grid-template-columns:380px 1fr;align-items:start;gap:3rem;display:grid}.contact-page-info{flex-direction:column;gap:1.5rem;display:flex}.contact-card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:1.5rem}.contact-card-icon{width:48px;height:48px;color:var(--gold);background:#e099001a;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.contact-card h3{margin-bottom:.5rem;font-size:1.125rem}.contact-card-value{color:var(--gold-dark);margin-bottom:.25rem;font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:700;display:block}.contact-card p{color:var(--gray-500);font-size:.875rem}.contact-areas{flex-wrap:wrap;gap:.375rem;margin-top:.5rem;display:flex}.contact-areas span{background:var(--white);border:1px solid var(--gray-200);color:var(--gray-600);border-radius:100px;padding:.25rem .625rem;font-size:.75rem}.contact-page-form{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:2.5rem}.contact-page-form h2{margin-bottom:.5rem;font-size:1.5rem}.contact-page-form>p{color:var(--gray-500);margin-bottom:1.5rem}@media (width<=1023px){.contact-page-grid{grid-template-columns:1fr}.contact-page-info{flex-flow:wrap}.contact-card{flex:1;min-width:250px}}@media (width<=640px){.contact-page-info{flex-direction:column}.contact-page-form{padding:1.5rem}}.privacy-content{max-width:800px;margin:0 auto}.privacy-content h2{margin:2rem 0 .75rem;font-size:1.5rem}.privacy-content p{color:var(--gray-600);margin-bottom:1rem;line-height:1.8}
