@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");*{margin:0;padding:0;box-sizing:border-box}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.admin-input{appearance:none;border:1px solid var(--gray-300);border-radius:var(--border-radius);padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;color:var(--gray-900);background-color:var(--white);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.admin-input:focus{outline:none;border-color:var(--sunset-orange);box-shadow:0 0 0 3px rgba(255,107,53,.1)}.admin-btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border:1px solid transparent;font-size:.875rem;font-weight:500;line-height:1.25rem;border-radius:var(--border-radius);cursor:pointer;text-decoration:none;transition:all .15s ease-in-out}.admin-btn-primary{color:var(--white);background-color:var(--sunset-orange);border-color:var(--sunset-orange)}.admin-btn-primary:hover{background-color:#e55a2b;border-color:#e55a2b}.admin-btn-secondary{color:var(--gray-700);background-color:var(--white);border-color:var(--gray-300)}.admin-btn-secondary:hover{background-color:var(--gray-50)}.admin-card{background-color:var(--white);border-radius:var(--border-radius);box-shadow:var(--shadow);overflow:hidden}.admin-table{min-width:100%;border-collapse:collapse}.admin-table td,.admin-table th{padding:.75rem 1.5rem;text-align:left;border-bottom:1px solid var(--gray-200)}.admin-table th{background-color:var(--gray-50);font-weight:500;color:var(--gray-500);text-transform:uppercase;font-size:.75rem;letter-spacing:.05em}.admin-sidebar-active{background-color:#fff7f0;color:var(--sunset-orange)}.admin-status-badge{display:inline-flex;padding:.25rem .5rem;font-size:.75rem;font-weight:600;border-radius:9999px}.admin-status-new{background-color:#fef2f2;color:#991b1b}.admin-status-published{background-color:#f0fdf4;color:#166534}.admin-status-draft{background-color:var(--gray-100);color:var(--gray-800)}.admin-status-featured{background-color:#fefce8;color:#a16207}:root{--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;--sunset-orange:#ff6b35;--sunset-gold:#f7931e;--warm-brown:#8b4513;--earth-brown:#654321;--mountain-grey:#2c3e50;--mist-grey:#95a5a6;--forest-green:#27ae60;--purple:#B19CD9;--purple-light:#C5B4E3;--purple-dark:#9B84C9;--brand-gray:#808080;--brand-gray-light:#999999;--brand-gray-dark:#666666;--blue-50:#eff6ff;--blue-600:#ff6b35;--blue-700:#e55a2b;--max-width:1200px;--border-radius:8px;--shadow:0 1px 3px 0 rgb(0 0 0/0.1);--shadow-lg:0 10px 15px -3px rgb(0 0 0/0.1)}body{font-family:Inter,system-ui,sans-serif;line-height:1.6;color:var(--gray-900);background:var(--white);margin:0;min-height:100vh;display:flex;flex-direction:column}.main-content{flex-grow:1;padding-top:5rem}h1,h2,h3,h4{font-weight:600;line-height:1.3;margin-bottom:1rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}p{margin-bottom:1rem;color:var(--gray-600)}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.nav{position:fixed;top:0;left:0;right:0;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--gray-200);z-index:50}.nav-content{justify-content:space-between;padding:1rem 0}.nav-content,.nav-logo{display:flex;align-items:center}.nav-logo{text-decoration:none;transition:all .3s ease;margin-right:-2rem;padding-left:1rem}.nav-logo:hover{transform:translateY(-1px)}.nav-logo-image{height:80px;width:auto;object-fit:contain}.nav-menu{display:flex;align-items:center;gap:2rem}.nav-link{color:var(--gray-600);text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:var(--border-radius);transition:all .2s}.nav-link.active,.nav-link:hover{color:var(--gray-900);background:var(--gray-100)}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:var(--border-radius);font-weight:500;text-decoration:none;transition:all .2s;cursor:pointer}.btn-primary{background:var(--sunset-orange);color:var(--white)}.btn-primary:hover{background:var(--warm-brown)}.btn-secondary{background:var(--white);color:var(--gray-700);border:1px solid var(--gray-300)}.btn-secondary:hover{background:var(--gray-50)}.btn-lg{padding:1rem 2rem;font-size:1.125rem}.hero-section{color:var(--white);padding:8rem 0 4rem;position:relative;overflow:hidden;min-height:100vh;display:flex;align-items:center}.hero-video-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-2}.hero-video{width:100%;height:100%;object-fit:cover}.hero-video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(44,62,80,.9),rgba(139,69,19,.7) 50%,rgba(255,107,53,.6));z-index:-1}.hero-section:not(:has(.hero-video)) .hero-video-overlay{background:linear-gradient(135deg,var(--mountain-grey) 0,var(--warm-brown) 50%,var(--sunset-orange) 100%)}.hero-section:not(:has(.hero-video)) .hero-video-overlay:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none}.hero-content{text-align:center;max-width:800px;margin:0 auto;position:relative;z-index:1}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;color:var(--white)}.hero-accent,.hero-title{text-shadow:0 2px 8px rgba(0,0,0,.6)}.hero-accent{color:var(--sunset-gold)}.hero-subtitle{font-size:1.25rem;line-height:1.8;margin-bottom:3rem;color:var(--white);text-shadow:0 2px 4px rgba(0,0,0,.5)}.hero-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:4rem}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:2rem;background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border-radius:var(--border-radius);border:1px solid rgba(255,255,255,.2)}.hero-stat{text-align:center}.hero-stat-number{display:block;font-size:2.5rem;font-weight:700;color:var(--white);margin-bottom:.5rem}.hero-stat-label{display:block;font-size:.875rem;opacity:.8}.hero-video-nav{display:flex;justify-content:center;gap:.75rem;margin-top:2rem}.hero-video-dot{width:12px;height:12px;border-radius:50%;border:2px solid rgba(255,255,255,.5);background:transparent;cursor:pointer;transition:all .3s ease}.hero-video-dot:hover{border-color:var(--white);background:rgba(255,255,255,.3)}.hero-video-dot.active{background:var(--white);border-color:var(--white)}.card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--border-radius);padding:1.5rem;box-shadow:var(--shadow);transition:all .2s}.card:hover{box-shadow:var(--shadow-lg);border-color:var(--gray-300)}.features-section{background:var(--gray-50);padding:5rem 0}.features-header{text-align:center;margin-bottom:4rem}.features-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--gray-900)}.features-subtitle{font-size:1.25rem;color:var(--gray-600);max-width:600px;margin:0 auto;line-height:1.8}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;max-width:900px;margin:0 auto}.feature-card{background:var(--white);padding:2.5rem;border-radius:12px;box-shadow:0 4px 6px -1px rgb(0 0 0/.1);border:1px solid var(--gray-200);transition:all .3s ease;display:flex;align-items:flex-start;gap:1.5rem}.feature-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px rgb(0 0 0/.1),0 10px 10px -5px rgb(0 0 0/.04);border-color:var(--blue-600)}.feature-icon{width:3.5rem;height:3.5rem;background:linear-gradient(135deg,var(--blue-600) 0,var(--blue-700) 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--white);flex-shrink:0;box-shadow:0 4px 6px -1px rgb(59 130 246/.3)}.feature-icon svg{width:1.5rem;height:1.5rem}.feature-content{flex:1}.feature-title{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:var(--gray-900)}.feature-description{color:var(--gray-600);line-height:1.7;font-size:.95rem}.recent-projects-section{padding:5rem 0;background:var(--white)}.recent-projects-header{text-align:center;margin-bottom:4rem}.recent-projects-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--gray-900)}.recent-projects-subtitle{font-size:1.25rem;color:var(--gray-600);max-width:600px;margin:0 auto;line-height:1.8}.recent-projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.recent-project-card{background:var(--white);border-radius:12px;overflow:hidden;box-shadow:0 4px 6px -1px rgb(0 0 0/.1);border:1px solid var(--gray-200);transition:all .3s ease;text-decoration:none;color:inherit}.recent-project-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px rgb(0 0 0/.1),0 10px 10px -5px rgb(0 0 0/.04);border-color:var(--blue-600)}.recent-project-image{height:250px;background:var(--gray-100);position:relative;overflow:hidden}.recent-project-image-placeholder{height:100%;display:flex;align-items:center;justify-content:center;color:var(--gray-500);font-size:.875rem;font-weight:500}.recent-project-badge{position:absolute;top:1rem;right:1rem;background:var(--blue-600);color:var(--white);font-size:.75rem;font-weight:600;padding:.5rem 1rem;border-radius:20px;box-shadow:0 2px 4px rgb(59 130 246/.3)}.recent-project-content{padding:2rem}.recent-project-header{margin-bottom:1rem}.recent-project-title{font-size:1.25rem;font-weight:600;color:var(--gray-900);margin-bottom:.5rem}.recent-project-description{color:var(--gray-600);font-size:.875rem;line-height:1.6;margin-bottom:1.5rem}.recent-project-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.recent-project-price{font-size:1.125rem;font-weight:600;color:var(--blue-600)}.recent-project-location{font-size:.875rem;color:var(--gray-500)}.recent-project-testimonial{background:var(--gray-50);padding:1rem;border-radius:8px;border-left:3px solid var(--blue-600)}.recent-project-testimonial-quote{font-size:.875rem;font-style:italic;color:var(--gray-600);margin-bottom:.5rem}.recent-project-testimonial-author{font-size:.75rem;color:var(--gray-500);font-weight:500}.recent-projects-cta{text-align:center}.text-accent{color:var(--blue-600)}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mt-8{margin-top:2rem}.mt-12{margin-top:3rem}.gap-4{gap:1rem}.grid{display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.services-grid-section{padding:3rem 0 5rem;background:var(--white)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:2rem;margin-top:2rem}.services-card{background:var(--white);border-radius:16px;box-shadow:0 4px 6px -1px rgb(0 0 0/.1),0 2px 4px -1px rgb(0 0 0/.06);border:1px solid var(--gray-200);overflow:hidden;transition:all .3s ease;cursor:pointer;position:relative}.services-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px rgb(0 0 0/.1),0 10px 10px -5px rgb(0 0 0/.04);border-color:var(--blue-600)}.services-card-header{padding:2rem 2rem 0;display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.services-card-icon{width:3.5rem;height:3.5rem;background:linear-gradient(135deg,var(--blue-600) 0,var(--blue-700) 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--white);box-shadow:0 4px 6px -1px rgb(59 130 246/.3)}.services-card-icon svg{width:1.75rem;height:1.75rem}.services-card-badge{background:var(--gray-100);color:var(--gray-700);font-size:.75rem;font-weight:600;padding:.375rem .75rem;border-radius:20px;text-transform:uppercase;letter-spacing:.05em}.services-card:first-child .services-card-badge{background:#fef3c7;color:#f59e0b}.services-card:nth-child(2) .services-card-badge{background:#dbeafe;color:#3b82f6}.services-card-content{padding:0 2rem 2rem}.services-card-title{font-size:1.5rem;font-weight:700;color:var(--gray-900);margin-bottom:1rem;line-height:1.3}.services-card-description{color:var(--gray-600);line-height:1.6;margin-bottom:1.5rem;font-size:.95rem}.services-card-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1rem;background:var(--gray-50);border-radius:8px}.services-card-price{display:flex;flex-direction:column}.services-card-price-label{font-size:.75rem;color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.services-card-price-value{font-size:1.25rem;font-weight:700;color:var(--blue-600)}.services-card-duration{display:flex;align-items:center;gap:.5rem;color:var(--gray-600);font-size:.875rem}.services-duration-icon{width:1rem;height:1rem;color:var(--gray-400)}.services-card-features{margin-bottom:2rem}.services-features-title{font-size:.875rem;font-weight:600;color:var(--gray-900);margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.services-feature-item{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.875rem;color:var(--gray-700)}.services-feature-check{width:1rem;height:1rem;color:#16a34a;flex-shrink:0}.services-feature-more{font-size:.8rem;color:var(--gray-500);font-style:italic;margin-top:.5rem;padding-left:1.75rem}.services-card-footer{padding:0 2rem 2rem}.services-card-cta{width:100%;background:linear-gradient(135deg,var(--blue-600) 0,var(--blue-700) 100%);color:var(--white);border:none;padding:1rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 4px 6px -1px rgb(59 130 246/.3)}.services-card-cta:hover{transform:translateY(-1px);box-shadow:0 8px 15px -3px rgb(59 130 246/.4)}.services-cta-arrow{width:1rem;height:1rem;transition:transform .3s ease}.services-card-cta:hover .services-cta-arrow{transform:translateX(2px)}.services-calculator-section{padding:5rem 0;background:var(--gray-50)}.services-calculator-header{text-align:center;margin-bottom:3rem}.services-calculator-title{font-size:2rem;font-weight:700;color:var(--gray-900);margin-bottom:1rem}.services-calculator-subtitle{font-size:1.125rem;color:var(--gray-600);max-width:600px;margin:0 auto;line-height:1.7}.services-cta-section{padding:5rem 0;background:var(--gray-900);color:var(--white)}.services-cta-content{text-align:center;max-width:600px;margin:0 auto}.services-cta-title{font-size:2.5rem;font-weight:700;color:var(--white);margin-bottom:1rem}.services-cta-subtitle{font-size:1.25rem;color:rgba(255,255,255,.9);margin-bottom:2rem;line-height:1.7}.mobile-menu{display:none;position:absolute;top:100%;left:0;right:0;background:var(--white);border-bottom:1px solid var(--gray-200);box-shadow:var(--shadow-lg)}.mobile-menu-content{padding:1rem 0;display:flex;flex-direction:column;gap:.5rem}@media (max-width:768px){.hero-stats{grid-template-columns:1fr;gap:2rem}.hero-title{font-size:2.5rem}.hero-buttons{flex-direction:column}.recent-projects-grid{grid-template-columns:1fr;gap:1.5rem}.recent-projects-title{font-size:2rem}.features-grid{grid-template-columns:1fr;gap:2rem}.features-title{font-size:2rem}.feature-card{padding:2rem;flex-direction:column;text-align:center}.services-grid{grid-template-columns:1fr;gap:1.5rem}.services-cta-title{font-size:2rem}.services-calculator-title{font-size:1.75rem}.nav-menu{display:none}.mobile-menu{display:block}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.container{padding:0 1rem}.section{padding:3rem 0}}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:3rem;font-weight:700;margin-bottom:1rem}.section-subtitle{font-size:1.25rem;color:var(--gray-600);max-width:600px;margin:0 auto}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:4rem}.blog-link{text-decoration:none;color:inherit}.blog-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--border-radius);overflow:hidden;transition:all .2s}.blog-card:hover{box-shadow:var(--shadow-lg);border-color:var(--blue-600)}.blog-image-container{height:200px;overflow:hidden}.blog-placeholder{height:100%;background:var(--gray-100);display:flex;align-items:center;justify-content:center}.blog-placeholder-content{text-align:center;padding:1rem}.blog-category-badge{background:var(--blue-600);color:var(--white);font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:1rem;margin-top:.5rem;display:inline-block}.blog-content{padding:1.5rem}.blog-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.blog-category{font-size:.875rem;color:var(--blue-600);font-weight:600}.blog-read-time{font-size:.875rem;color:var(--gray-500)}.blog-title{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:var(--gray-900)}.blog-excerpt{color:var(--gray-600);margin-bottom:1rem}.blog-footer{display:flex;justify-content:space-between;font-size:.875rem;color:var(--gray-500)}.blog-author{font-weight:500}.blog-date{font-weight:400}.featured-post{margin-top:4rem;padding-top:3rem;border-top:2px solid var(--gray-200)}.featured-post-label{text-align:center;margin-bottom:2rem;font-size:2rem;font-weight:600}.featured-post-link{text-decoration:none;color:inherit}.featured-post-card{display:grid;grid-template-columns:1fr 1fr;gap:2rem;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--border-radius);overflow:hidden;transition:all .2s}.featured-post-card:hover{box-shadow:var(--shadow-lg);border-color:var(--blue-600)}.featured-post-image{height:300px}.featured-post-content{padding:2rem;display:flex;flex-direction:column;justify-content:center}.featured-post-title{font-size:1.75rem;font-weight:600;margin-bottom:1rem;color:var(--gray-900)}.featured-post-excerpt{color:var(--gray-600);font-size:1.125rem;margin-bottom:1.5rem}.newsletter-form{max-width:500px;margin:0 auto}.newsletter-input-group{display:flex;gap:1rem;margin-bottom:1rem}.newsletter-input{flex:1;padding:1rem;border:1px solid var(--gray-300);border-radius:var(--border-radius);font-size:1rem}.newsletter-disclaimer{font-size:.875rem;opacity:.8}.service-duration{font-size:.875rem;color:var(--gray-500);margin-bottom:1rem}.service-features{margin-bottom:1.5rem}.service-feature{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.875rem;color:var(--gray-600)}.service-feature-icon{width:16px;height:16px;color:var(--blue-600)}.service-feature-more{font-size:.875rem;color:var(--gray-500);font-style:italic;margin-top:.5rem}.service-cta{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem 1.5rem;background:var(--blue-600);color:var(--white);border:none;border-radius:var(--border-radius);font-weight:500;cursor:pointer;transition:all .2s}.service-cta:hover{background:var(--blue-700)}.service-cta-icon{width:16px;height:16px}.service-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:100}.service-modal{background:var(--white);border-radius:var(--border-radius);padding:2rem;max-width:600px;width:90%;max-height:80vh;overflow-y:auto;position:relative}.service-modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;color:var(--gray-500);cursor:pointer;padding:.5rem}.service-modal-title{font-size:1.75rem;font-weight:600;margin-bottom:1rem;color:var(--gray-900)}.service-modal-description{color:var(--gray-600);margin-bottom:2rem}.service-modal-features h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:var(--gray-900)}.service-modal-features ul{list-style:none;padding:0;margin:0}.service-modal-features li{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;color:var(--gray-600)}.service-modal-features svg{width:20px;height:20px;color:var(--blue-600)}.service-modal-footer{border-top:1px solid var(--gray-200);padding-top:2rem;margin-top:2rem}.service-modal-price{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-size:1.125rem;font-weight:600}.pricing-calculator{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--border-radius);padding:2rem;max-width:800px;margin:0 auto}.calculator-content{display:grid;gap:2rem}.calculator-field{display:grid;gap:1rem}.calculator-label{font-weight:600;color:var(--gray-900)}.calculator-select{padding:.75rem;border:1px solid var(--gray-300);border-radius:var(--border-radius);font-size:1rem;background:var(--white)}.calculator-radio-group{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.calculator-radio{background:var(--white);border:2px solid var(--gray-200);border-radius:var(--border-radius);padding:1.5rem;text-align:center;cursor:pointer;transition:all .2s}.calculator-radio.active,.calculator-radio:hover{border-color:var(--blue-600)}.calculator-radio.active{background:var(--blue-50)}.calculator-radio-title{font-weight:600;margin-bottom:.5rem;color:var(--gray-900)}.calculator-radio-desc{font-size:.875rem;color:var(--gray-600)}.calculator-checkboxes{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.calculator-checkbox{display:flex;align-items:center;gap:.75rem;padding:1rem;border:1px solid var(--gray-200);border-radius:var(--border-radius);cursor:pointer;transition:all .2s}.calculator-checkbox:hover{border-color:var(--blue-600)}.calculator-checkbox input{margin:0}.calculator-checkbox-label{flex:1;font-weight:500;color:var(--gray-900)}.calculator-checkbox-price{font-weight:600;color:var(--blue-600)}.calculator-total{background:var(--gray-50);border-radius:var(--border-radius);padding:2rem;text-align:center}.calculator-total-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.calculator-total-label{font-size:1.25rem;font-weight:600;color:var(--gray-900)}.calculator-total-price{font-size:2rem;font-weight:700;color:var(--blue-600)}.calculator-disclaimer{font-size:.875rem;color:var(--gray-500);margin-bottom:1.5rem}.calculator-cta{margin-top:1rem}.mobile-menu-button{display:none;background:none;border:none;padding:.5rem;font-size:1.5rem;color:var(--gray-600)}@media (max-width:768px){.mobile-menu-button{display:block}.featured-post-card{grid-template-columns:1fr}.newsletter-input-group{flex-direction:column}.section-title{font-size:2rem}.calculator-checkboxes,.calculator-radio-group{grid-template-columns:1fr}.calculator-total-row{flex-direction:column;gap:.5rem}}.footer{background:var(--gray-900);color:var(--white);padding:3rem 0 1.5rem;margin-top:auto}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand{max-width:400px}.footer-brand-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--white)}.footer-brand-description{color:rgba(255,255,255,.7);margin-bottom:1.5rem;line-height:1.6}.footer-social{display:flex;gap:1rem}.footer-social-link{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:rgba(255,255,255,.1);border-radius:50%;transition:all .2s}.footer-social-link:hover{background:var(--blue-600)}.footer-social-icon{width:1.25rem;height:1.25rem;color:var(--white)}.footer-links-section{display:flex;flex-direction:column}.footer-links-title{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:var(--white)}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-link{color:rgba(255,255,255,.7);text-decoration:none;transition:color .2s}.footer-link:hover{color:var(--white)}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center}.footer-copyright,.footer-location{font-size:.875rem;color:rgba(255,255,255,.6);margin:0}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--border-radius);padding:2rem;box-shadow:var(--shadow)}.testimonial-rating{display:flex;gap:.25rem;margin-bottom:1rem}.testimonial-star{width:1.25rem;height:1.25rem;color:var(--blue-600)}.testimonial-quote{font-size:1.125rem;line-height:1.6;color:var(--gray-700);margin-bottom:1.5rem;font-style:italic}.testimonial-author{display:flex;flex-direction:column;gap:.25rem}.testimonial-author-name{font-weight:600;color:var(--gray-900)}.testimonial-author-location,.testimonial-project-type{font-size:.875rem;color:var(--gray-500)}.cta-section{background:var(--blue-600);color:var(--white);padding:5rem 0}.cta-content{text-align:center;max-width:800px;margin:0 auto}.cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--white)}.cta-subtitle{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-white{background:var(--white);color:var(--blue-600);border:2px solid var(--white)}.btn-white:hover{background:var(--gray-100)}.btn-outline-white{background:transparent;color:var(--white);border:2px solid var(--white)}.btn-outline-white:hover{background:var(--white);color:var(--blue-600)}.pt-20{padding-top:5rem}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.text-center{text-align:center}@media (max-width:768px){.footer-content{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:.5rem;text-align:center}.testimonials-grid{grid-template-columns:1fr}.cta-title{font-size:2rem}.cta-subtitle{font-size:1.125rem}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn{width:100%;max-width:300px}}.portfolio-hero{background:linear-gradient(135deg,var(--mountain-grey) 0,var(--warm-brown) 50%,var(--sunset-orange) 100%);color:var(--white);padding:8rem 0 4rem;position:relative;overflow:hidden}.portfolio-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none}.portfolio-hero-content{text-align:center;max-width:800px;margin:0 auto;position:relative;z-index:1}.portfolio-hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--white);text-shadow:0 2px 8px rgba(0,0,0,.6)}.portfolio-hero-subtitle{font-size:1.25rem;line-height:1.8;margin-bottom:3rem;color:var(--white);text-shadow:0 2px 4px rgba(0,0,0,.5)}.portfolio-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:2rem;background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border-radius:var(--border-radius);border:1px solid rgba(255,255,255,.2)}.portfolio-stat{text-align:center}.portfolio-stat-number{display:block;font-size:2.5rem;font-weight:700;color:var(--white);margin-bottom:.5rem}.portfolio-stat-label{font-size:.875rem;opacity:.8;text-transform:uppercase;letter-spacing:.05em}.portfolio-filters{background:var(--white);padding:2rem 0;border-bottom:1px solid var(--gray-200);position:sticky;top:80px;z-index:40;box-shadow:0 2px 4px rgba(0,0,0,.05)}.portfolio-filter-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.portfolio-filter-btn{padding:.75rem 1.5rem;border:2px solid var(--gray-200);background:var(--white);color:var(--gray-700);border-radius:2rem;font-weight:500;cursor:pointer;transition:all .3s ease}.portfolio-filter-btn:hover{border-color:var(--blue-600);color:var(--blue-600)}.portfolio-filter-btn.active{background:var(--blue-600);color:var(--white);border-color:var(--blue-600)}.portfolio-section{padding:4rem 0;background:var(--gray-50)}.portfolio-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:2rem}.portfolio-card-link{text-decoration:none;color:inherit;display:block}.portfolio-card{background:var(--white);border-radius:var(--border-radius);overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:all .3s ease;height:100%;display:flex;flex-direction:column}.portfolio-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,.12)}.portfolio-image{position:relative;height:280px;overflow:hidden;background:linear-gradient(135deg,var(--gray-100) 0,var(--gray-200) 100%)}.portfolio-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative}.portfolio-image-text{font-size:1.125rem;color:var(--gray-500);font-weight:500;opacity:0;transition:opacity .3s ease}.portfolio-card:hover .portfolio-image-text{opacity:1}.portfolio-badge{position:absolute;top:1rem;right:1rem;background:var(--blue-600);color:var(--white);padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:600}.portfolio-content{padding:2rem;flex-grow:1;display:flex;flex-direction:column}.portfolio-title{font-size:1.5rem;font-weight:600;margin-bottom:.75rem;color:var(--gray-900)}.portfolio-description{color:var(--gray-600);line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.portfolio-features{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.portfolio-feature{background:var(--gray-100);color:var(--gray-700);padding:.375rem .75rem;border-radius:1rem;font-size:.875rem}.portfolio-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;border-top:1px solid var(--gray-200)}.portfolio-price{font-size:1.25rem;font-weight:700;color:var(--blue-600)}.portfolio-location{font-size:.875rem;color:var(--gray-500)}.portfolio-empty{text-align:center;padding:4rem 0;color:var(--gray-600)}.portfolio-cta{background:var(--gray-900);color:var(--white);padding:5rem 0;text-align:center}.portfolio-cta-content h2{font-size:2.5rem;margin-bottom:1rem;color:var(--white)}.portfolio-cta-content p{font-size:1.25rem;margin-bottom:2rem;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto}@media (max-width:768px){.portfolio-hero-title{font-size:2.5rem}.portfolio-stats{grid-template-columns:1fr;gap:1.5rem}.portfolio-filter-buttons{padding:0 1rem}.portfolio-grid{grid-template-columns:1fr}.portfolio-cta-content h2{font-size:2rem}}.services-hero{background:linear-gradient(135deg,var(--mountain-grey) 0,var(--warm-brown) 50%,var(--sunset-orange) 100%);color:var(--white);padding:8rem 0 4rem;position:relative;overflow:hidden}.services-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none}.services-hero-content{text-align:center;max-width:800px;margin:0 auto;position:relative;z-index:1}.services-hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--white);text-shadow:0 2px 8px rgba(0,0,0,.6)}.services-hero-subtitle{font-size:1.25rem;line-height:1.8;margin-bottom:3rem;color:var(--white);text-shadow:0 2px 4px rgba(0,0,0,.5)}.services-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:2rem;background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border-radius:var(--border-radius);border:1px solid rgba(255,255,255,.2)}.services-stat{text-align:center}.services-stat-number{display:block;font-size:2.5rem;font-weight:700;color:var(--white);margin-bottom:.5rem}.services-stat-label{font-size:.875rem;opacity:.8;text-transform:uppercase;letter-spacing:.05em}@media (max-width:768px){.services-hero-title{font-size:2.5rem}.services-stats{grid-template-columns:1fr;gap:1.5rem}}.about-hero:before{background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.about-hero-subtitle{line-height:1.8;opacity:.9}.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:2rem;background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border-radius:var(--border-radius);border:1px solid rgba(255,255,255,.2)}.about-stat{text-align:center}.about-stat-number{display:block;font-size:2.5rem;font-weight:700;color:var(--white);margin-bottom:.5rem}.about-stat-label{font-size:.875rem;opacity:.8;text-transform:uppercase;letter-spacing:.05em}@media (max-width:768px){.about-hero-title{font-size:2.5rem}.about-stats{grid-template-columns:1fr;gap:1.5rem}}.contact-hero{background:linear-gradient(135deg,var(--mountain-grey) 0,var(--warm-brown) 50%,var(--sunset-orange) 100%);color:var(--white);padding:8rem 0 4rem;position:relative;overflow:hidden}.contact-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none}.contact-hero-content{text-align:center;max-width:800px;margin:0 auto;position:relative;z-index:1}.contact-hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--white);text-shadow:0 2px 8px rgba(0,0,0,.6)}.contact-hero-subtitle{font-size:1.25rem;line-height:1.8;margin-bottom:3rem;color:var(--white);text-shadow:0 2px 4px rgba(0,0,0,.5)}.contact-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:2rem;background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border-radius:var(--border-radius);border:1px solid rgba(255,255,255,.2)}.contact-stat{text-align:center}.contact-stat-number{display:block;font-size:2.5rem;font-weight:700;color:var(--white);margin-bottom:.5rem}.contact-stat-label{font-size:.875rem;opacity:.8;text-transform:uppercase;letter-spacing:.05em}@media (max-width:768px){.contact-hero-title{font-size:2.5rem}.contact-stats{grid-template-columns:1fr;gap:1.5rem}}.contact-content-section{padding:5rem 0;background:var(--white)}.contact-content-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-info{padding-right:2rem}.contact-info-title{font-size:2rem;font-weight:700;margin-bottom:2rem;color:var(--gray-900)}.contact-details{margin-bottom:3rem}.contact-detail-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:2rem;padding:1.5rem;border-radius:12px;transition:all .3s ease}.contact-detail-item:hover{background:var(--gray-50);transform:translateX(4px)}.contact-detail-icon{width:3rem;height:3rem;background:linear-gradient(135deg,var(--blue-600) 0,var(--blue-700) 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 6px -1px rgb(59 130 246/.3)}.contact-icon{width:1.5rem;height:1.5rem;color:var(--white)}.contact-detail-content{flex:1}.contact-detail-title{font-size:1.125rem;font-weight:600;color:var(--gray-900);margin-bottom:.5rem}.contact-detail-main{color:var(--gray-700);margin-bottom:.25rem;line-height:1.6}.contact-detail-sub{font-size:.875rem;color:var(--gray-500)}.contact-hours{background:var(--gray-50);padding:2rem;border-radius:12px;border:1px solid var(--gray-200)}.contact-hours-title{font-size:1.25rem;font-weight:600;color:var(--gray-900);margin-bottom:1rem}.contact-hours-list{display:flex;flex-direction:column;gap:.75rem}.contact-hours-item{display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.contact-hours-item span:first-child{color:var(--gray-700);font-weight:500}.contact-hours-item span:last-child{color:var(--gray-600)}.contact-form-container{position:sticky;top:6rem}.contact-form-card{background:var(--white);padding:2.5rem;border-radius:16px;box-shadow:0 10px 15px -3px rgb(0 0 0/.1),0 4px 6px -2px rgb(0 0 0/.05);border:1px solid var(--gray-200)}.contact-form-title{font-size:1.5rem;font-weight:700;color:var(--gray-900);margin-bottom:2rem}.contact-form-alert{padding:1rem;border-radius:8px;margin-bottom:1.5rem}.contact-form-alert-success{background:#f0fdf4;border:1px solid #bbf7d0}.contact-form-alert-error{background:#fef2f2;border:1px solid #fecaca}.contact-form-alert-content{display:flex;align-items:center;gap:.5rem}.contact-form-alert-icon{width:1.25rem;height:1.25rem;flex-shrink:0}.contact-form-alert-success .contact-form-alert-icon{color:#16a34a}.contact-form-alert-error .contact-form-alert-icon{color:#dc2626}.contact-form-alert-text{font-size:.875rem;font-weight:500}.contact-form-alert-success .contact-form-alert-text{color:#15803d}.contact-form-alert-error .contact-form-alert-text{color:#dc2626}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.contact-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.contact-form-field{display:flex;flex-direction:column}.contact-form-label{font-size:.875rem;font-weight:500;color:var(--gray-700);margin-bottom:.5rem}.contact-form-input,.contact-form-select,.contact-form-textarea{width:100%;padding:.75rem;border:1px solid var(--gray-300);border-radius:8px;font-size:.875rem;background:var(--white);transition:all .2s ease}.contact-form-input:focus,.contact-form-select:focus,.contact-form-textarea:focus{outline:none;border-color:var(--blue-600);box-shadow:0 0 0 3px rgb(59 130 246/.1)}.contact-form-textarea{resize:vertical;min-height:120px}.contact-form-submit{background:linear-gradient(135deg,var(--blue-600) 0,var(--blue-700) 100%);color:var(--white);border:none;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px -1px rgb(59 130 246/.3)}.contact-form-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 15px -3px rgb(59 130 246/.4)}.contact-form-submit:disabled{opacity:.5;cursor:not-allowed;transform:none}@media (max-width:768px){.contact-content-grid{grid-template-columns:1fr;gap:3rem}.contact-info{padding-right:0}.contact-form-row{grid-template-columns:1fr;gap:1.5rem}.contact-form-container{position:static}.contact-info-title{font-size:1.75rem}}.contact-map-section{padding:5rem 0;background:var(--gray-50)}.contact-map-title{font-size:2rem;font-weight:700;text-align:center;margin-bottom:3rem;color:var(--gray-900)}.contact-map-card{background:var(--white);border-radius:12px;overflow:hidden;box-shadow:0 10px 15px -3px rgb(0 0 0/.1),0 4px 6px -2px rgb(0 0 0/.05);border:1px solid var(--gray-200)}.contact-map-placeholder{aspect-ratio:16/9;background:var(--gray-200);display:flex;align-items:center;justify-content:center}.contact-map-content{text-align:center;color:var(--gray-500)}.contact-map-icon{width:4rem;height:4rem;margin:0 auto 1rem;color:var(--gray-400)}.contact-map-text{color:var(--gray-600);font-size:1rem;margin-bottom:.5rem}.contact-map-address{font-size:.875rem;color:var(--gray-500);line-height:1.5}.contact-faq-section{padding:5rem 0;background:var(--white)}.contact-faq-title{font-size:2rem;font-weight:700;text-align:center;margin-bottom:3rem;color:var(--gray-900)}.contact-faq-container{max-width:800px;margin:0 auto}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background:var(--white);border:1px solid var(--gray-200);border-radius:12px;overflow:hidden;transition:all .3s ease;box-shadow:0 2px 4px rgb(0 0 0/.05)}.faq-item:hover{border-color:var(--blue-600);box-shadow:0 4px 6px -1px rgb(0 0 0/.1)}.faq-question{width:100%;padding:1.5rem;text-align:left;display:flex;justify-content:space-between;align-items:center;background:transparent;border:none;cursor:pointer;transition:all .3s ease}.faq-question:hover{background:var(--gray-50)}.faq-question-text{font-size:1.125rem;font-weight:600;color:var(--gray-900);line-height:1.5;margin-right:1rem}.faq-chevron{width:1.25rem;height:1.25rem;color:var(--gray-400);transition:all .3s ease;flex-shrink:0}.faq-chevron-open{transform:rotate(180deg);color:var(--blue-600)}.faq-answer{border-top:1px solid var(--gray-100);padding:0 1.5rem 1.5rem;background:var(--gray-50);animation:slideDown .3s ease-out}.faq-answer-text{color:var(--gray-700);line-height:1.7;font-size:.95rem}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.contact-faq-title,.contact-map-title{font-size:1.75rem}.contact-map-icon{width:3rem;height:3rem}.faq-question{padding:1.25rem}.faq-question-text{font-size:1rem}.faq-answer{padding:0 1.25rem 1.25rem}}.blog-hero{background:linear-gradient(135deg,var(--mountain-grey) 0,var(--warm-brown) 50%,var(--sunset-orange) 100%);color:var(--white);padding:8rem 0 4rem;position:relative;overflow:hidden}.blog-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 20%,rgba(59,130,246,.1) 0,transparent 50%),radial-gradient(circle at 70% 80%,rgba(147,51,234,.1) 0,transparent 50%);pointer-events:none}.blog-hero-content{text-align:center;max-width:800px;margin:0 auto;position:relative;z-index:1}.blog-hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--white);text-shadow:0 2px 8px rgba(0,0,0,.6)}.blog-hero-subtitle{font-size:1.25rem;line-height:1.6;margin-bottom:3rem;color:var(--white);text-shadow:0 2px 4px rgba(0,0,0,.5);max-width:600px;margin-left:auto;margin-right:auto}.blog-hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:2rem;background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border-radius:var(--border-radius);border:1px solid rgba(255,255,255,.2)}.blog-hero-stat{text-align:center}.blog-hero-stat-number{display:block;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.blog-hero-stat-label{font-size:.875rem;opacity:.8;text-transform:uppercase;letter-spacing:.05em}.blog-filters{background:var(--white);padding:2rem 0;border-bottom:1px solid var(--gray-200);position:sticky;top:80px;z-index:40;box-shadow:0 2px 4px rgba(0,0,0,.05)}.blog-filter-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.blog-filter-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:2px solid var(--gray-200);background:var(--white);color:var(--gray-700);border-radius:2rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none}.blog-filter-btn:hover{color:var(--blue-600);box-shadow:0 4px 12px rgba(37,99,235,.15)}.blog-filter-btn.active,.blog-filter-btn:hover{border-color:var(--blue-600);transform:translateY(-2px)}.blog-filter-btn.active{background:var(--blue-600);color:var(--white);box-shadow:0 4px 12px rgba(37,99,235,.25)}.blog-filter-icon{width:1.25rem;height:1.25rem;flex-shrink:0}.blog-posts-section{padding:4rem 0;background:var(--gray-50)}.blog-posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:2rem;margin-bottom:4rem}.blog-post-link{text-decoration:none;color:inherit;display:block}.blog-post-card{background:var(--white);border-radius:var(--border-radius);overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:all .3s ease;height:100%;display:flex;flex-direction:column}.blog-post-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,.12)}.blog-post-header,.blog-post-image{position:relative}.blog-post-image{height:240px;overflow:hidden;background:linear-gradient(135deg,var(--gray-100) 0,var(--gray-200) 100%)}.blog-post-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;position:relative}.blog-post-icon{width:3rem;height:3rem;color:var(--gray-400)}.blog-post-coming-soon{font-size:1rem;color:var(--gray-500);font-weight:500}.blog-post-category-badge{position:absolute;top:1rem;right:1rem;background:var(--blue-600);color:var(--white);padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:600;text-transform:capitalize}.blog-post-content{padding:2rem;flex-grow:1;display:flex;flex-direction:column}.blog-post-meta{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.blog-post-category-icon{width:1rem;height:1rem;color:var(--blue-600);flex-shrink:0}.blog-post-category{font-size:.875rem;color:var(--blue-600);font-weight:600;text-transform:capitalize}.blog-post-read-time{font-size:.875rem;color:var(--gray-500);margin-left:auto}.blog-post-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--gray-900);line-height:1.3}.blog-post-excerpt{color:var(--gray-600);line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.blog-post-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;border-top:1px solid var(--gray-200)}.blog-post-author{display:flex;align-items:center;gap:.75rem}.blog-author-avatar{width:2.5rem;height:2.5rem;background:var(--blue-600);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem}.blog-post-date{font-size:.875rem;color:var(--gray-500)}.blog-featured-section{margin-top:4rem;padding-top:4rem;border-top:2px solid var(--gray-200)}.blog-featured-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:var(--gray-900)}.blog-featured-link{text-decoration:none;color:inherit;display:block}.blog-featured-card{background:var(--white);border-radius:var(--border-radius);overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.1);transition:all .3s ease;display:grid;grid-template-columns:1fr 1fr;max-width:900px;margin:0 auto}.blog-featured-card:hover{transform:translateY(-4px);box-shadow:0 16px 32px rgba(0,0,0,.15)}.blog-featured-image{position:relative;height:400px;overflow:hidden;background:linear-gradient(135deg,var(--gray-100) 0,var(--gray-200) 100%)}.blog-featured-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.blog-featured-icon{width:4rem;height:4rem;color:var(--gray-400)}.blog-featured-coming-soon{font-size:1.125rem;color:var(--gray-500);font-weight:500;text-align:center}.blog-featured-badge{position:absolute;top:1.5rem;right:1.5rem;background:var(--blue-600);color:var(--white);padding:.75rem 1.5rem;border-radius:2rem;font-size:1rem;font-weight:600;text-transform:capitalize}.blog-featured-content{padding:3rem;display:flex;flex-direction:column;justify-content:center}.blog-featured-post-title{font-size:2rem;font-weight:700;margin-bottom:1rem;color:var(--gray-900);line-height:1.2}.blog-featured-excerpt{color:var(--gray-600);line-height:1.7;margin-bottom:2rem;font-size:1.125rem}.blog-empty-state{text-align:center;padding:4rem 0;color:var(--gray-600)}.blog-empty-icon{width:4rem;height:4rem;margin:0 auto 1.5rem;color:var(--gray-400)}.blog-empty-text{font-size:1.25rem;font-weight:500;margin:0}.blog-newsletter-section{background:linear-gradient(135deg,var(--mountain-grey) 0,var(--warm-brown) 50%,var(--sunset-orange) 100%);color:var(--white);padding:5rem 0;position:relative;overflow:hidden}.blog-newsletter-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 70% 30%,rgba(59,130,246,.1) 0,transparent 50%);pointer-events:none}.blog-newsletter-content{position:relative;z-index:2;text-align:center;max-width:600px;margin:0 auto}.blog-newsletter-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,var(--white) 0,rgba(255,255,255,.8) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.blog-newsletter-subtitle{font-size:1.125rem;line-height:1.6;margin-bottom:2.5rem;opacity:.9}.blog-newsletter-form{max-width:450px;margin:0 auto}.blog-newsletter-input-group{display:flex;gap:.5rem;margin-bottom:1rem}.blog-newsletter-input{flex:1;padding:1rem 1.5rem;border:2px solid rgba(255,255,255,.2);border-radius:var(--border-radius);background:rgba(255,255,255,.1);color:var(--white);font-size:1rem;backdrop-filter:blur(10px);transition:all .3s ease}.blog-newsletter-input::placeholder{color:rgba(255,255,255,.7)}.blog-newsletter-input:focus{outline:none;border-color:rgba(255,255,255,.5);background:rgba(255,255,255,.15)}.blog-newsletter-button{padding:1rem 2rem;background:var(--white);color:var(--gray-900);border:none;border-radius:var(--border-radius);font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;white-space:nowrap}.blog-newsletter-button:hover{background:var(--gray-100);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2)}.blog-newsletter-disclaimer{font-size:.875rem;opacity:.7;margin:0}@media (max-width:768px){.blog-hero-title{font-size:2.5rem}.blog-hero-stats{grid-template-columns:1fr;gap:1.5rem}.blog-filter-buttons{gap:.75rem}.blog-filter-btn{padding:.5rem 1rem;font-size:.875rem}.blog-posts-grid{gap:1.5rem}.blog-featured-card,.blog-posts-grid{grid-template-columns:1fr}.blog-featured-image{height:250px}.blog-featured-content{padding:2rem}.blog-featured-post-title{font-size:1.75rem}.blog-newsletter-title{font-size:2rem}.blog-newsletter-input-group{flex-direction:column;gap:1rem}.blog-newsletter-button{width:100%}}.about-hero{background:linear-gradient(135deg,var(--mountain-grey) 0,var(--warm-brown) 50%,var(--sunset-orange) 100%);color:var(--white);padding:8rem 0 4rem;position:relative;overflow:hidden}.about-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(59,130,246,.1) 0,transparent 50%),radial-gradient(circle at 80% 20%,rgba(147,51,234,.1) 0,transparent 50%);pointer-events:none}.about-hero-content{text-align:center;max-width:800px;margin:0 auto;position:relative;z-index:1}.about-hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--white);text-shadow:0 2px 8px rgba(0,0,0,.6)}.about-hero-subtitle{font-size:1.25rem;line-height:1.6;margin-bottom:3rem;color:var(--white);text-shadow:0 2px 4px rgba(0,0,0,.5);max-width:600px;margin-left:auto;margin-right:auto}.about-hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:2rem;background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border-radius:var(--border-radius);border:1px solid rgba(255,255,255,.2)}.about-hero-stat{text-align:center}.about-hero-stat-number{display:block;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.about-hero-stat-label{font-size:.875rem;opacity:.8;text-transform:uppercase;letter-spacing:.05em}.about-history-section{padding:5rem 0;background:var(--white)}.about-history-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-history-content{order:1}.about-history-title{font-size:2.5rem;font-weight:700;margin-bottom:2rem;color:var(--gray-900);line-height:1.2}.about-history-text{display:flex;flex-direction:column;gap:1.5rem}.about-history-text p{color:var(--gray-600);line-height:1.7;font-size:1.125rem}.about-history-image{position:relative;order:2}.about-image-placeholder{aspect-ratio:4/3;background:linear-gradient(135deg,var(--gray-100) 0,var(--gray-200) 100%);border-radius:var(--border-radius);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem}.about-image-icon{width:4rem;height:4rem;color:var(--gray-400)}.about-image-text{font-size:1.125rem;color:var(--gray-500);font-weight:500}.about-values-section{padding:5rem 0;background:var(--gray-50)}.about-values-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:var(--gray-900)}.about-values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.about-value-card{background:var(--white);padding:2.5rem;border-radius:var(--border-radius);text-align:center;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:all .3s ease}.about-value-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,.12)}.about-value-icon{width:5rem;height:5rem;background:var(--blue-600);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;transition:all .3s ease}.about-value-card:hover .about-value-icon{background:var(--blue-700);transform:scale(1.05)}.about-value-icon svg{width:2.5rem;height:2.5rem}.about-value-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--gray-900)}.about-value-description{color:var(--gray-600);line-height:1.6;font-size:1rem}.about-team-section{padding:5rem 0;background:var(--white)}.about-team-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:var(--gray-900)}.about-team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.about-team-card{background:var(--white);border-radius:var(--border-radius);overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:all .3s ease}.about-team-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,.12)}.about-team-image{position:relative;height:300px;overflow:hidden}.about-team-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--blue-50) 0,var(--blue-100) 100%)}.about-team-avatar,.about-team-placeholder{display:flex;align-items:center;justify-content:center}.about-team-avatar{width:8rem;height:8rem;background:var(--blue-600);color:var(--white);border-radius:50%;font-size:2.5rem;font-weight:700;border:4px solid var(--white);box-shadow:0 4px 12px rgba(0,0,0,.15)}.about-team-content{padding:2rem}.about-team-name{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:var(--gray-900)}.about-team-role{color:var(--blue-600);font-weight:600;margin-bottom:1rem;font-size:1rem}.about-team-bio{color:var(--gray-600);line-height:1.6;font-size:.95rem}.about-cta-section{background:linear-gradient(135deg,var(--mountain-grey) 0,var(--warm-brown) 50%,var(--sunset-orange) 100%);color:var(--white);padding:5rem 0;position:relative;overflow:hidden}.about-cta-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 70%,rgba(59,130,246,.1) 0,transparent 50%);pointer-events:none}.about-cta-content{position:relative;z-index:2;text-align:center;max-width:600px;margin:0 auto}.about-cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,var(--white) 0,rgba(255,255,255,.8) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-cta-subtitle{font-size:1.25rem;line-height:1.6;margin-bottom:2.5rem;opacity:.9}@media (max-width:768px){.about-hero-title{font-size:2.5rem}.about-hero-stats{grid-template-columns:1fr;gap:1.5rem}.about-history-grid{grid-template-columns:1fr;gap:2rem}.about-history-content{order:2}.about-history-image{order:1}.about-history-title,.about-team-title,.about-values-title{font-size:2rem}.about-team-grid,.about-values-grid{grid-template-columns:1fr}.about-cta-title{font-size:2rem}.about-cta-subtitle{font-size:1.125rem}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_e8ce0c{font-family:Inter,Inter Fallback;font-style:normal}.__variable_e8ce0c{--font-inter:"Inter","Inter Fallback"}