﻿*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#1f2937;background-color:#fff}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:1rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-bottom:1rem}a{color:#dc2626;text-decoration:none;transition:color .2s ease}a:hover{color:#b91c1c}.hero{position:relative;color:#fff;padding:3rem 1rem;text-align:center;min-height:50vh;display:flex;align-items:center;overflow:hidden}.hero.hero-with-bg .hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-2}.hero.hero-with-bg .hero-background picture,.hero.hero-with-bg .hero-background img{width:100%;height:100%;object-fit:cover;display:block}.hero.hero-with-bg .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));z-index:-1}.hero .hero-content{max-width:100%;margin:0 auto;position:relative;z-index:1}.hero h1{font-size:2rem;margin-bottom:1rem;font-weight:700;line-height:1.2;color:#fff}.hero .hero-subtitle{font-size:1.1rem;margin-bottom:1.5rem;font-weight:600;color:#fff;background:linear-gradient(135deg, #dc2626, #b91c1c);padding:.75rem 1.5rem;border-radius:8px;display:inline-block;position:relative;box-shadow:0 4px 15px rgba(220,38,38,.3);text-transform:uppercase;letter-spacing:.5px}.hero .hero-subtitle::before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(135deg, #dc2626, #b91c1c);border-radius:10px;z-index:-1;opacity:.3;filter:blur(4px)}.hero .hero-subtitle::after{content:"";position:absolute;top:50%;left:-10px;transform:translateY(-50%);width:0;height:0;border-top:8px solid rgba(0,0,0,0);border-bottom:8px solid rgba(0,0,0,0);border-right:8px solid #b91c1c}.hero .hero-description{font-size:1rem;margin-bottom:1.5rem;font-weight:400;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto}.hero .btn{display:inline-block;padding:.75rem 1.5rem;border-radius:5px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;border:2px solid rgba(0,0,0,0)}.hero .btn.btn-primary{background:#dc2626;color:#fff;border-color:#dc2626}.hero .btn.btn-primary:hover{background:#b91c1c;border-color:#b91c1c}@media(min-width: 768px){.hero{padding:6rem 1rem;min-height:60vh}.hero h1{font-size:2.5rem}.hero .hero-subtitle{font-size:1.3rem;padding:1rem 2rem}.hero .hero-subtitle::after{left:-12px;border-top:10px solid rgba(0,0,0,0);border-bottom:10px solid rgba(0,0,0,0);border-right:10px solid #b91c1c}.hero .hero-description{font-size:1.1rem}.hero .btn{padding:1rem 2rem;font-size:1.1rem}}@media(min-width: 1024px){.hero{padding:8rem 1rem;min-height:70vh}.hero .hero-content{max-width:800px}.hero h1{font-size:3.5rem}.hero .hero-subtitle{font-size:1.5rem;padding:1.25rem 2.5rem}.hero .hero-subtitle::after{left:-15px;border-top:12px solid rgba(0,0,0,0);border-bottom:12px solid rgba(0,0,0,0);border-right:12px solid #b91c1c}.hero .hero-description{font-size:1.2rem}}.index-page .hero{position:relative;color:#fff;padding:3rem 1rem;text-align:center;min-height:60vh;display:flex;align-items:center;overflow:hidden}.index-page .hero .hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-2}.index-page .hero .hero-background picture,.index-page .hero .hero-background img{width:100%;height:100%;object-fit:cover;display:block}.index-page .hero .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));z-index:-1}.index-page .hero .hero-content{max-width:100%;margin:0 auto;position:relative;z-index:1}.index-page .hero h1{font-size:2rem;margin-bottom:1rem;font-weight:700;line-height:1.2}.index-page .hero .hero-features{list-style:none;padding:0;margin:1.5rem 0;font-size:1rem;font-weight:800}.index-page .hero .hero-features li{margin:.4rem 0;position:relative;padding-left:1.2rem}.index-page .hero .hero-cta{display:flex;flex-direction:column;gap:1rem;align-items:center;margin-top:1.5rem}.index-page .hero .btn{display:inline-block;padding:.75rem 1.5rem;border-radius:5px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;border:2px solid rgba(0,0,0,0);width:100%;max-width:250px;text-align:center}.index-page .hero .btn.btn-primary{background:#dc2626;color:#fff;border-color:#dc2626}.index-page .hero .btn.btn-primary:hover{background:#b91c1c;transform:translateY(-2px)}.index-page .hero .btn.btn-secondary{background:rgba(0,0,0,0);color:#fff;border-color:#fff}.index-page .hero .btn.btn-secondary:hover{background:#fff;color:#000}@media(min-width: 768px){.index-page .hero{padding:6rem 1rem;min-height:70vh}.index-page .hero h1{font-size:2.8rem}.index-page .hero h2{font-size:1.3rem;margin-bottom:2rem}.index-page .hero .hero-features{font-size:1.1rem;margin:2rem 0;font-weight:800}.index-page .hero .hero-cta{flex-direction:row;justify-content:center;gap:1rem;margin-top:2rem}.index-page .hero .btn{width:auto;padding:1rem 2rem;font-size:1.1rem}}@media(min-width: 1024px){.index-page .hero{padding:8rem 1rem;min-height:80vh}.index-page .hero .hero-content{max-width:800px}.index-page .hero h1{font-size:3.5rem}.index-page .hero h2{font-size:1.5rem}.index-page .hero .hero-features{font-size:1.2rem;font-weight:800}}.index-page .services{padding:3rem 1rem;background:#f9fafb}.index-page .services h2{text-align:center;font-size:1.8rem;margin-bottom:1rem;color:#1f2937}.index-page .services .services-subtitle{text-align:center;font-size:1rem;color:#6b7280;margin-bottom:2rem;max-width:100%;margin-left:auto;margin-right:auto;padding:0 1rem}.index-page .services .services-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}.index-page .services .service-card{background:#fff;padding:1.5rem;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.1);text-align:center;transition:transform .3s ease}.index-page .services .service-card:hover{transform:translateY(-5px)}.index-page .services .service-card h3{color:#000;margin-bottom:1rem;font-size:1.2rem}.index-page .services .service-card p{color:#6b7280;line-height:1.6;font-size:.9rem}.index-page .services .service-card .service-specs{margin-top:1rem;text-align:left;background:#f9fafb;padding:1rem;border-radius:8px;border-left:4px solid #dc2626}.index-page .services .service-card .service-specs h4{color:#1f2937;font-size:.9rem;margin-bottom:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.index-page .services .service-card .service-specs .specs-list{list-style:none;padding:0;margin:0}.index-page .services .service-card .service-specs .specs-list li{padding:.4rem 0;color:#6b7280;font-size:.85rem;line-height:1.4;border-bottom:1px solid rgba(0,0,0,.05)}.index-page .services .service-card .service-specs .specs-list li:last-child{border-bottom:none}.index-page .services .service-card .service-specs .specs-list li strong{color:#1f2937;font-weight:600}@media(min-width: 768px){.index-page .services{padding:4rem 0}.index-page .services h2{font-size:2.2rem}.index-page .services .services-subtitle{font-size:1.1rem;margin-bottom:2.5rem;max-width:600px}.index-page .services .services-grid{grid-template-columns:repeat(2, 1fr);gap:2rem;margin-top:2.5rem}.index-page .services .service-card{padding:2rem}.index-page .services .service-card h3{font-size:1.3rem}.index-page .services .service-card p{font-size:1rem}}@media(min-width: 1024px){.index-page .services{padding:6rem 0}.index-page .services h2{font-size:2.5rem}.index-page .services .services-subtitle{font-size:1.2rem;margin-bottom:3rem}.index-page .services .services-grid{grid-template-columns:repeat(3, 1fr);gap:2rem;margin-top:3rem}}.index-page .why-choose{padding:6rem 0;background:#fff}.index-page .why-choose h2{text-align:center;font-size:2.5rem;margin-bottom:1rem;color:#1f2937}.index-page .why-choose .section-subtitle{text-align:center;font-size:1.2rem;color:#6b7280;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.index-page .why-choose .stats-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:2rem;margin-top:3rem}.index-page .why-choose .stat-card{text-align:center;padding:2rem}.index-page .why-choose .stat-card .stat-number{font-size:3rem;font-weight:700;color:#dc2626;margin-bottom:.5rem}.index-page .why-choose .stat-card .stat-label{font-size:1.2rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.index-page .why-choose .stat-card p{color:#6b7280;line-height:1.6}.index-page .about-preview{padding:6rem 2rem;background:#f9fafb}.index-page .about-preview h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#1f2937}.index-page .about-preview .about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.index-page .about-preview .about-text .lead{font-size:1.2rem;font-weight:500;margin-bottom:2rem;line-height:1.6;color:#1f2937}.index-page .about-preview .about-text .about-highlights{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem}.index-page .about-preview .about-text .about-highlights .highlight-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.index-page .about-preview .about-text .about-highlights .highlight-item:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,0,0,.15)}.index-page .about-preview .about-text .about-highlights .highlight-item .highlight-icon{font-size:1.5rem;flex-shrink:0}.index-page .about-preview .about-text .about-highlights .highlight-item .highlight-text h3{margin:0 0 .25rem 0;font-size:1rem;color:#dc2626;font-weight:600}.index-page .about-preview .about-text .about-highlights .highlight-item .highlight-text p{margin:0;font-size:.9rem;color:#6b7280;line-height:1.4}.index-page .about-preview .about-text .about-services{margin-bottom:2rem}.index-page .about-preview .about-text .about-services h3{color:#1f2937;font-size:1.1rem;margin-bottom:1rem;font-weight:600}.index-page .about-preview .about-text .about-services .services-list{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.5rem;list-style:none;padding:0;margin:0}.index-page .about-preview .about-text .about-services .services-list li{padding:.5rem .75rem;background:#fff;border-left:3px solid #dc2626;font-size:.9rem;color:#1f2937;border-radius:0 4px 4px 0;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.index-page .about-preview .about-text .about-services .services-list li:hover{background:#dc2626;color:#fff;transform:translateX(5px)}.index-page .about-preview .about-text .btn{display:inline-block;background:#dc2626;color:#fff;padding:.75rem 1.5rem;border-radius:5px;text-decoration:none;font-weight:600;transition:all .3s ease;border:2px solid #dc2626}.index-page .about-preview .about-text .btn:hover{background:#b91c1c;border-color:#b91c1c;transform:translateY(-2px);box-shadow:0 4px 15px rgba(220,38,38,.3)}.index-page .about-preview .about-image{position:relative;border-radius:10px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.2);transition:transform .3s ease}.index-page .about-preview .about-image:hover{transform:scale(1.02)}.index-page .about-preview .about-image img{width:100%;height:auto;display:block}.index-page .about-preview .about-image .image-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent, rgba(0, 0, 0, 0.8));padding:2rem 1.5rem 1.5rem;color:#fff}.index-page .about-preview .about-image .image-overlay .overlay-stats{display:flex;justify-content:space-around;gap:1rem}.index-page .about-preview .about-image .image-overlay .overlay-stats .stat{text-align:center}.index-page .about-preview .about-image .image-overlay .overlay-stats .stat .stat-number{display:block;font-size:1.8rem;font-weight:700;color:#fff;line-height:1}.index-page .about-preview .about-image .image-overlay .overlay-stats .stat .stat-label{display:block;font-size:.9rem;opacity:.9;margin-top:.25rem}@media(max-width: 768px){.index-page .about-preview .about-content{grid-template-columns:1fr;gap:2rem}.index-page .about-preview .about-highlights{grid-template-columns:1fr !important}.index-page .about-preview .services-list{grid-template-columns:1fr 1fr 1fr !important}}.index-page .process{padding:6rem 0;background:#fff}.index-page .process h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#1f2937}.index-page .process .process-steps{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:2rem}.index-page .process .process-step{text-align:center;padding:2rem}.index-page .process .process-step .step-number{width:60px;height:60px;background:#dc2626;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem}.index-page .process .process-step h3{color:#1f2937;margin-bottom:1rem;font-size:1.3rem}.index-page .process .process-step p{color:#6b7280;line-height:1.6}.index-page .service-areas{padding:6rem 0;background:#f9fafb}.index-page .service-areas h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#1f2937}.index-page .service-areas .areas-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));gap:2rem;max-width:1400px;margin:0 auto}.index-page .service-areas .area-column{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.index-page .service-areas .area-column:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.15)}.index-page .service-areas .area-column h3{margin-bottom:1rem;font-size:1.2rem}.index-page .service-areas .area-column h3 a{color:#dc2626;text-decoration:none;font-weight:600;transition:color .3s ease}.index-page .service-areas .area-column h3 a:hover{color:#b91c1c}.index-page .service-areas .area-column ul{list-style:none;padding:0;flex-grow:1;margin-bottom:1rem}.index-page .service-areas .area-column ul li{padding:.3rem 0;border-bottom:1px solid #e5e7eb}.index-page .service-areas .area-column ul li:last-child{border-bottom:none}.index-page .service-areas .area-column ul li a{color:#6b7280;text-decoration:none;transition:color .3s ease;display:block}.index-page .service-areas .area-column ul li a:hover{color:#dc2626}.index-page .service-areas .area-column .btn{display:block;text-align:center;background:rgba(0,0,0,0);color:#dc2626;border:2px solid #dc2626;padding:.75rem 1.5rem;border-radius:5px;text-decoration:none;font-weight:600;transition:all .3s ease;margin-top:auto}.index-page .service-areas .area-column .btn:hover{background:#dc2626;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(220,38,38,.3)}.site-header{background:#fff;color:#1f2937;padding:.75rem 0;box-shadow:0 2px 10px rgba(0,0,0,.1);position:relative;border-bottom:3px solid #dc2626;overflow:visible}.site-header .header-container{display:flex;justify-content:space-between;align-items:center;position:relative}.site-header .logo{color:#1f2937;text-decoration:none;flex:1;display:flex;align-items:center}.site-header .logo img{height:5rem;margin-left:1rem;width:auto;object-fit:contain}.site-header .mobile-menu-toggle{display:flex;flex-direction:column;justify-content:space-around;width:30px;height:30px;background:rgba(0,0,0,0);border:none;cursor:pointer;padding:0;z-index:1001}.site-header .mobile-menu-toggle .hamburger{width:25px;height:3px;background:#1f2937;border-radius:3px;transition:all .3s ease;transform-origin:1px}.site-header .mobile-menu-toggle.active .hamburger:nth-child(1){transform:rotate(45deg)}.site-header .mobile-menu-toggle.active .hamburger:nth-child(2){opacity:0;transform:translateX(20px)}.site-header .mobile-menu-toggle.active .hamburger:nth-child(3){transform:rotate(-45deg)}.site-header .header-right{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;gap:1rem;padding:1rem;box-shadow:0 4px 20px rgba(0,0,0,.3);z-index:1000;border:1px solid #e5e7eb}.site-header .header-right.active{display:flex}.site-header .phone-number{order:2;text-align:center}.site-header .phone-number a{color:#dc2626;font-size:1.1rem;font-weight:700;text-decoration:none;padding:.5rem 1rem;border:2px solid #dc2626;border-radius:5px;transition:all .3s ease;display:inline-block}.site-header .phone-number a:hover{background:#dc2626;color:#fff}.site-header .nav{order:1;position:relative}.site-header .nav ul{list-style:none;display:flex;flex-direction:column;gap:.5rem;margin:0;padding:0}.site-header .nav ul li{position:relative}.site-header .nav ul li a{color:#1f2937;text-decoration:none;font-weight:500;padding:.75rem 1rem;border-radius:4px;transition:all .3s ease;display:block;text-align:center}.site-header .nav ul li a:hover{background:#dc2626;color:#fff}@media(min-width: 768px){.site-header{padding:1rem 0}.site-header .logo{font-size:1.3rem;max-width:none;flex:none}.site-header .logo img{height:55px;max-width:220px}.site-header .mobile-menu-toggle{display:none}.site-header .header-right{display:flex;position:static;flex-direction:row;align-items:center;gap:1.5rem;padding:0;box-shadow:none;background:rgba(0,0,0,0);border:none}.site-header .header-right.active{display:flex}.site-header .phone-number{order:1}.site-header .phone-number a{font-size:1.1rem;padding:.5rem 1rem}.site-header .nav{order:2}.site-header .nav ul{flex-direction:row;gap:1rem}.site-header .nav ul li a{padding:.5rem 1rem;text-align:left}.site-header .nav ul li .dropdown .dropdown-menu{min-width:600px;left:50%;transform:translateX(-50%);top:calc(100% + .5rem)}}@media(min-width: 1024px){.site-header .logo img{height:6rem}.site-header .header-right{gap:2rem}.site-header .phone-number a{font-size:1.2rem}.site-header .nav ul{gap:1.5rem}}.site-footer{background:#000;color:#fff;padding:4rem 1rem 2rem}.site-footer .footer-content{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:2rem;margin-bottom:2rem}.site-footer .footer-section h2{color:#cbd5e0;margin-bottom:1rem;font-size:1.2rem}.site-footer .footer-section p{margin-bottom:.5rem;line-height:1.6;color:#cbd5e0}.site-footer .footer-section ul{list-style:none;padding:0}.site-footer .footer-section ul li{padding:.3rem 0;color:#cbd5e0;border-bottom:1px solid #4a5568}.site-footer .footer-section ul li:last-child{border-bottom:none}.site-footer .footer-bottom{border-top:1px solid #4a5568;padding-top:2rem;text-align:center;color:#a0aec0}.site-footer .footer-bottom p{margin-bottom:.5rem}.site-footer .footer-bottom .footer-attribution{font-size:.9rem;opacity:.8}.site-footer .footer-bottom .footer-attribution a{color:#fff;text-decoration:none;transition:color .3s ease}.site-footer .footer-bottom .footer-attribution a:hover{color:#ef4444;text-decoration:underline}.site-footer .footer-section a{color:#fff;text-decoration:none;transition:color .3s ease}.site-footer .footer-section a:hover{color:#ef4444}.contact-page{max-width:700px;margin:3rem auto;text-align:center}.contact-page .contact-form{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.contact-page .contact-form .hidden{display:none}.contact-page .contact-form input,.contact-page .contact-form textarea{padding:.75rem;border:1px solid #e5e7eb;border-radius:4px;font-size:1rem}.contact-page .contact-form button{background:#dc2626;color:#fff;border:none;padding:.75rem;font-weight:600;border-radius:4px;cursor:pointer}.contact-page .contact-form button:hover{background:#b91c1c}.about-page{padding-bottom:4rem}.about-page .container{max-width:1200px;margin:0 auto;padding:0 1rem}.about-page section{margin-bottom:5rem}.about-page .about-intro{text-align:center;padding:4rem 0 2rem}.about-page .about-intro h1{font-size:3rem;color:#1f2937;margin-bottom:1.5rem;font-weight:800}.about-page .about-intro .lead{font-size:1.3rem;color:#6b7280;max-width:800px;margin:0 auto;line-height:1.8}.about-page .about-story .story-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.about-page .about-story .story-content .story-text h2{font-size:2.5rem;color:#1f2937;margin-bottom:1.5rem;font-weight:700}.about-page .about-story .story-content .story-text p{color:#6b7280;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.about-page .about-story .story-content .story-text p:last-child{margin-bottom:0}.about-page .about-story .story-content .story-image img{width:100%;height:400px;object-fit:cover;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,.15)}.about-page .about-values{background:#f9fafb;padding:4rem 2rem;border-radius:20px;margin:5rem 0}.about-page .about-values h2{text-align:center;font-size:2.5rem;color:#1f2937;margin-bottom:3rem;font-weight:700}.about-page .about-values .values-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:2rem}.about-page .about-values .values-grid .value-card{background:#fff;padding:2rem;border-radius:15px;text-align:center;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 2px 10px rgba(0,0,0,.05)}.about-page .about-values .values-grid .value-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.1)}.about-page .about-values .values-grid .value-card .value-icon{font-size:3rem;margin-bottom:1rem}.about-page .about-values .values-grid .value-card h3{font-size:1.5rem;color:#1f2937;margin-bottom:1rem;font-weight:600}.about-page .about-values .values-grid .value-card p{color:#6b7280;line-height:1.7}.about-page .about-expertise h2{text-align:center;font-size:2.5rem;color:#1f2937;margin-bottom:3rem;font-weight:700}.about-page .about-expertise .expertise-content{display:grid;grid-template-columns:2fr 1fr;gap:3rem}.about-page .about-expertise .expertise-content .expertise-list h3{font-size:1.8rem;color:#1f2937;margin-bottom:1.5rem;font-weight:600}.about-page .about-expertise .expertise-content .expertise-list ul{list-style:none;padding:0}.about-page .about-expertise .expertise-content .expertise-list ul li{padding:1rem 0;border-bottom:1px solid #e5e7eb;color:#6b7280;font-size:1.05rem;line-height:1.7}.about-page .about-expertise .expertise-content .expertise-list ul li:last-child{border-bottom:none}.about-page .about-expertise .expertise-content .expertise-list ul li strong{color:#1f2937;font-weight:600}.about-page .about-expertise .expertise-content .expertise-stats{display:grid;grid-template-columns:1fr;gap:1.5rem}.about-page .about-expertise .expertise-content .expertise-stats .stat-box{background:linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);color:#fff;padding:2rem;border-radius:15px;text-align:center;box-shadow:0 5px 20px rgba(220,38,38,.2)}.about-page .about-expertise .expertise-content .expertise-stats .stat-box .stat-number{font-size:2.5rem;font-weight:800;display:block;margin-bottom:.5rem}.about-page .about-expertise .expertise-content .expertise-stats .stat-box .stat-label{font-size:.95rem;opacity:.95;text-transform:uppercase;letter-spacing:1px;font-weight:500}.about-page .about-difference h2{text-align:center;font-size:2.5rem;color:#1f2937;margin-bottom:3rem;font-weight:700}.about-page .about-difference .difference-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:2rem}.about-page .about-difference .difference-grid .difference-item{padding:2rem;border:2px solid #e5e7eb;border-radius:15px;transition:all .3s ease}.about-page .about-difference .difference-grid .difference-item:hover{border-color:#dc2626;box-shadow:0 5px 20px rgba(220,38,38,.1);transform:translateY(-3px)}.about-page .about-difference .difference-grid .difference-item h3{font-size:1.4rem;color:#1f2937;margin-bottom:1rem;font-weight:600}.about-page .about-difference .difference-grid .difference-item p{color:#6b7280;line-height:1.7}.about-page .about-service-areas{background:#000;color:#fff;padding:4rem 2rem;border-radius:20px;text-align:center}.about-page .about-service-areas h2{font-size:2.5rem;margin-bottom:1.5rem;font-weight:700}.about-page .about-service-areas .service-areas-intro{font-size:1.1rem;opacity:.9;max-width:700px;margin:0 auto 2.5rem;line-height:1.8}.about-page .about-service-areas .counties-list{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem}.about-page .about-service-areas .counties-list .county{background:hsla(0,0%,100%,.1);padding:.75rem 1.5rem;border-radius:50px;font-weight:600;transition:all .3s ease;border:2px solid hsla(0,0%,100%,.2)}.about-page .about-service-areas .counties-list .county:hover{background:#dc2626;border-color:#dc2626;transform:translateY(-2px)}.about-page .about-service-areas .btn{margin-top:1rem}.about-page .about-cta{background:linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);padding:4rem 2rem;border-radius:20px;margin-top:5rem}.about-page .about-cta .cta-content{text-align:center}.about-page .about-cta .cta-content h2{font-size:2.5rem;color:#1f2937;margin-bottom:1rem;font-weight:700}.about-page .about-cta .cta-content p{font-size:1.2rem;color:#6b7280;margin-bottom:2rem}.about-page .about-cta .cta-content .cta-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.about-page .btn{display:inline-block;padding:1rem 2rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s ease;font-size:1rem}.about-page .btn.btn-primary{background:#dc2626;color:#fff}.about-page .btn.btn-primary:hover{background:#b91c1c;transform:translateY(-2px);box-shadow:0 5px 15px rgba(220,38,38,.3)}.about-page .btn.btn-secondary{background:#fff;color:#1f2937;border:2px solid #1f2937}.about-page .btn.btn-secondary:hover{background:#1f2937;color:#fff;transform:translateY(-2px)}.about-page .btn.btn-tertiary{background:rgba(0,0,0,0);color:#1f2937;border:2px solid #e5e7eb}.about-page .btn.btn-tertiary:hover{border-color:#dc2626;color:#dc2626;transform:translateY(-2px)}@media(max-width: 1024px){.about-page .about-intro h1{font-size:2.5rem}.about-page .about-story .story-content{grid-template-columns:1fr}.about-page .about-story .story-content .story-image{order:-1}.about-page .about-expertise .expertise-content{grid-template-columns:1fr}.about-page .about-expertise .expertise-content .expertise-stats{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 768px){.about-page section{margin-bottom:3rem}.about-page .about-intro{padding:2rem 0 1rem}.about-page .about-intro h1{font-size:2rem}.about-page .about-intro .lead{font-size:1.1rem}.about-page .about-story .story-content .story-text h2,.about-page .about-story .story-content .about-values h2,.about-page .about-story .story-content .about-expertise h2,.about-page .about-story .story-content .about-difference h2,.about-page .about-story .story-content .about-service-areas h2,.about-page .about-story .story-content .about-cta h2{font-size:2rem}.about-page .about-values,.about-page .about-service-areas,.about-page .about-cta{padding:2rem 1.5rem}.about-page .about-expertise .expertise-content .expertise-stats{grid-template-columns:1fr}.about-page .about-cta .cta-buttons{flex-direction:column;align-items:stretch}.about-page .about-cta .cta-buttons .btn{width:100%;text-align:center}.about-page .about-service-areas .counties-list{flex-direction:column;align-items:stretch}.about-page .about-service-areas .counties-list .county{width:100%}}.gallery-page{padding:4rem 0}.gallery-page h1{margin-bottom:1rem;text-align:center;font-size:2.5rem;color:#1f2937}.gallery-page .gallery-subtitle{text-align:center;color:#6b7280;font-size:1.1rem;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.gallery-page .gallery-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));gap:1.5rem}.gallery-page .gallery-grid img{width:100%;height:250px;object-fit:cover;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.2);transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.gallery-page .gallery-grid img:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 10px 25px rgba(0,0,0,.3)}@media(max-width: 768px){.gallery-page .gallery-grid{grid-template-columns:repeat(auto-fill, minmax(150px, 1fr));gap:1rem}.gallery-page .gallery-grid img{height:180px}}.service-areas-page,.service-area-page{padding:4rem 0}.service-areas-page h1,.service-area-page h1{text-align:center;font-size:2.5rem;margin-bottom:1rem;color:#1f2937}.service-areas-page .page-subtitle,.service-area-page .page-subtitle{text-align:center;font-size:1.2rem;color:#6b7280;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.service-areas-page .counties-grid,.service-area-page .counties-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:4rem}.service-areas-page .county-card,.service-area-page .county-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:2rem;box-shadow:0 5px 15px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.service-areas-page .county-card:hover,.service-area-page .county-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.15)}.service-areas-page .county-card h2,.service-area-page .county-card h2{color:#dc2626;font-size:1.5rem;margin-bottom:1rem;border-bottom:2px solid #dc2626;padding-bottom:.5rem}.service-areas-page .county-card .county-description,.service-area-page .county-card .county-description{color:#6b7280;margin-bottom:1.5rem;line-height:1.6}.service-areas-page .county-card .cities-section,.service-area-page .county-card .cities-section{margin-bottom:2rem}.service-areas-page .county-card .cities-section h3,.service-area-page .county-card .cities-section h3{color:#1f2937;font-size:1.1rem;margin-bottom:1rem}.service-areas-page .county-card .cities-section .cities-list,.service-area-page .county-card .cities-section .cities-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit, minmax(150px, 1fr));gap:.5rem}.service-areas-page .county-card .cities-section .cities-list li a,.service-area-page .county-card .cities-section .cities-list li a{color:#1f2937;text-decoration:none;padding:.5rem .75rem;border-radius:4px;transition:all .2s ease;display:block;font-size:.9rem}.service-areas-page .county-card .cities-section .cities-list li a:hover,.service-area-page .county-card .cities-section .cities-list li a:hover{background:#f9fafb;color:#dc2626;padding-left:1rem}.service-areas-page .county-card .see-more-btn,.service-area-page .county-card .see-more-btn{background:rgba(0,0,0,0);color:#dc2626;border:2px solid #dc2626;padding:.5rem 1rem;border-radius:5px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem;display:inline-block}.service-areas-page .county-card .see-more-btn:hover,.service-area-page .county-card .see-more-btn:hover{background:#dc2626;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(220,38,38,.3)}.service-areas-page .county-card .see-more-btn:focus,.service-area-page .county-card .see-more-btn:focus{outline:none;box-shadow:0 0 0 3px rgba(220,38,38,.3)}.service-areas-page .county-card .btn,.service-area-page .county-card .btn{display:inline-block;background:#dc2626;color:#fff;padding:.75rem 1.5rem;border-radius:5px;text-decoration:none;font-weight:600;transition:all .3s ease}.service-areas-page .county-card .btn:hover,.service-area-page .county-card .btn:hover{background:#b91c1c;transform:translateY(-2px)}.service-areas-page .cta-section,.service-area-page .cta-section{text-align:center;background:#f9fafb;padding:3rem 2rem;border-radius:10px;border:2px solid #dc2626}.service-areas-page .cta-section h2,.service-area-page .cta-section h2{color:#1f2937;font-size:2rem;margin-bottom:1rem}.service-areas-page .cta-section p,.service-area-page .cta-section p{color:#6b7280;font-size:1.1rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}@media(min-width: 768px){.service-areas-page .counties-grid,.service-area-page .counties-grid{grid-template-columns:repeat(2, 1fr)}.service-areas-page .county-card .cities-list,.service-area-page .county-card .cities-list{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.service-areas-page .counties-grid,.service-area-page .counties-grid{grid-template-columns:repeat(3, 1fr)}.service-areas-page .county-card .cities-list,.service-area-page .county-card .cities-list{grid-template-columns:repeat(3, 1fr)}}.service-area-page .county-info,.service-area-page .city-info{max-width:1000px;margin:0 auto}.service-area-page .county-details,.service-area-page .city-details{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:2rem;margin-bottom:2rem;box-shadow:0 5px 15px rgba(0,0,0,.1)}.service-area-page .county-details h2,.service-area-page .city-details h2{color:#dc2626;font-size:1.8rem;margin-bottom:1.5rem;border-bottom:2px solid #dc2626;padding-bottom:.5rem}.service-area-page .county-details p,.service-area-page .city-details p{color:#6b7280;line-height:1.7;margin-bottom:1.5rem}.service-area-page .benefits-list{list-style:none;padding:0;margin:0}.service-area-page .benefits-list li{padding:.75rem 0;border-bottom:1px solid #e5e7eb;position:relative;padding-left:2rem}.service-area-page .benefits-list li:last-child{border-bottom:none}.service-area-page .benefits-list li::before{content:"✓";position:absolute;left:0;color:#dc2626;font-weight:bold;font-size:1.2rem}.service-area-page .cities-section{background:#f9fafb;border-radius:10px;padding:2rem;margin-bottom:2rem}.service-area-page .cities-section h2{color:#1f2937;font-size:1.5rem;margin-bottom:1.5rem}.service-area-page .cities-section .cities-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:1rem}.service-area-page .cities-section .cities-grid .city-link{background:#fff;color:#1f2937;text-decoration:none;padding:1rem;border-radius:8px;text-align:center;font-weight:500;transition:all .3s ease;border:2px solid rgba(0,0,0,0)}.service-area-page .cities-section .cities-grid .city-link:hover{background:#dc2626;color:#fff;transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,.2)}.service-area-page .services-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:1.5rem;margin:2rem 0}.service-area-page .services-grid .service-item{background:#f9fafb;padding:1.5rem;border-radius:8px}.service-area-page .services-grid .service-item h3{color:#1f2937;font-size:1.2rem;margin-bottom:.75rem}.service-area-page .services-grid .service-item p{color:#6b7280;font-size:.95rem;line-height:1.6;margin:0}.service-area-page .cta-section{background:#dc2626;color:#fff;padding:3rem 2rem;border-radius:10px;text-align:center;margin:2rem 0}.service-area-page .cta-section h2{color:#fff;font-size:2rem;margin-bottom:1rem}.service-area-page .cta-section p{color:#fff;font-size:1.1rem;margin-bottom:2rem;opacity:.9}.service-area-page .cta-section .cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.service-area-page .cta-section .btn{display:inline-block;padding:1rem 2rem;border-radius:5px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease}.service-area-page .cta-section .btn.btn-primary{background:#fff;color:#dc2626;border:2px solid #fff}.service-area-page .cta-section .btn.btn-primary:hover{background:rgba(0,0,0,0);color:#fff;border-color:#fff}.service-area-page .cta-section .btn.btn-secondary{background:rgba(0,0,0,0);color:#fff;border:2px solid #fff}.service-area-page .cta-section .btn.btn-secondary:hover{background:#fff;color:#dc2626}.service-area-page .work-types{margin:2rem 0}.service-area-page .work-types h3{color:#1f2937;font-size:1.3rem;margin-bottom:1.5rem}.service-area-page .work-types .work-types-grid{display:flex;flex-wrap:wrap;gap:.75rem}.service-area-page .work-types .work-types-grid .work-type-item{background:#dc2626;color:#fff;padding:.5rem 1rem;border-radius:25px;border:2px solid #dc2626;transition:all .3s ease;cursor:default}.service-area-page .work-types .work-types-grid .work-type-item:hover{background:#b91c1c;border-color:#b91c1c;transform:translateY(-2px);box-shadow:0 4px 12px rgba(220,38,38,.3)}.service-area-page .work-types .work-types-grid .work-type-item h4{color:#fff;font-size:.9rem;margin:0;font-weight:600;text-align:center}.service-area-page .work-types .work-types-grid .work-type-item p{display:none}.service-area-page .city-work-types{margin-top:.5rem}.service-area-page .city-work-types .work-type-tag{display:inline-block;background:#dc2626;color:#fff;padding:.25rem .5rem;border-radius:12px;font-size:.75rem;font-weight:500;margin-right:.25rem;margin-bottom:.25rem}.service-area-page .back-to-areas{text-align:center;margin-top:3rem;display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.service-area-page .back-to-areas .btn-outline{display:inline-block;background:rgba(0,0,0,0);color:#dc2626;border:2px solid #dc2626;padding:.75rem 1.5rem;border-radius:5px;text-decoration:none;font-weight:600;transition:all .3s ease}.service-area-page .back-to-areas .btn-outline:hover{background:#dc2626;color:#fff}@media(max-width: 768px){.service-area-page .cities-grid{grid-template-columns:1fr}.service-area-page .services-grid{grid-template-columns:1fr}.service-area-page .cta-buttons{flex-direction:column;align-items:center}.service-area-page .cta-buttons .btn{width:100%;max-width:300px}}
