.rural-architecture-form-container{font-family:Vazirmatn,sans-serif;color:var(--gray-700);line-height:1.6;max-width:1200px;margin:0 auto;padding:2rem 1rem}.form-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:3rem;background:linear-gradient(to left,#16a34a0d,#16a34a33);border-radius:1rem;padding:2rem;position:relative;overflow:hidden}.form-header:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/images/pattern.svg);background-size:cover;opacity:.05;z-index:0}.header-content{flex:1;z-index:1}.form-header h1{font-size:2.5rem;color:var(--gray-800);margin-bottom:1rem;position:relative;display:inline-block}.form-header h1:after{content:"";position:absolute;bottom:-.5rem;left:0;right:0;height:3px;background:linear-gradient(to right,var(--primary),var(--primary-light));border-radius:2px}.subtitle{font-size:1.2rem;color:var(--gray-600);max-width:600px}.header-image{width:350px;height:250px;border-radius:1rem;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;position:relative;z-index:1}.header-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.header-image:hover img{transform:scale(1.05)}.form-progress{display:flex;align-items:center;justify-content:space-between;margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto}.progress-step{display:flex;flex-direction:column;align-items:center;position:relative;z-index:1}.step-number{width:40px;height:40px;border-radius:50%;background:var(--gray-100);border:2px solid var(--gray-300);display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;color:var(--gray-500);margin-bottom:.5rem;transition:all .3s ease}.step-label{font-size:.9rem;color:var(--gray-500);white-space:nowrap;transition:all .3s ease}.progress-line{flex:1;height:2px;background:var(--gray-300);margin:0 .5rem;position:relative;top:-20px}.progress-step.active .step-number{background:var(--primary-50);border-color:var(--primary);color:var(--primary)}.progress-step.active .step-label{color:var(--primary);font-weight:600}.form-content{background:var(--white);border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:2rem;margin-bottom:3rem}.architecture-form{max-width:800px;margin:0 auto}.form-step{animation:fadeIn .5s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.form-step h2{font-size:1.8rem;margin-bottom:.5rem;color:var(--gray-800);text-align:center}.step-description{text-align:center;color:var(--gray-600);margin-bottom:2rem;font-size:1.1rem}.form-group{margin-bottom:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:0}.form-group label{display:block;font-size:1rem;color:var(--gray-700);margin-bottom:.5rem;font-weight:500}.required{color:var(--danger);margin-right:.25rem}.form-group input[type=text],.form-group input[type=tel],.form-group input[type=email],.form-group input[type=number],.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid var(--gray-300);border-radius:.5rem;font-size:1rem;color:var(--gray-800);background-color:var(--white);transition:all .3s ease;font-family:Vazirmatn,sans-serif}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #16a34a1a}.form-group select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:left 1rem center;background-size:1rem;padding-left:2.5rem}.radio-group{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.5rem}.radio-option{display:flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:.5rem;border-radius:.5rem;transition:all .2s ease}.radio-option:hover{background:var(--gray-50)}.radio-option input[type=radio]{display:none}.radio-design{width:20px;height:20px;border-radius:50%;border:2px solid var(--gray-400);position:relative;display:inline-block;transition:all .2s ease}.radio-design:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:10px;height:10px;border-radius:50%;background:var(--primary);transition:all .2s ease}.radio-option input[type=radio]:checked+.radio-design{border-color:var(--primary)}.radio-option input[type=radio]:checked+.radio-design:after{transform:translate(-50%,-50%) scale(1)}.checkbox-group{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.5rem}.feature-checkboxes{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:.75rem}.checkbox-option{display:flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:.5rem;border-radius:.5rem;transition:all .2s ease}.checkbox-option:hover{background:var(--gray-50)}.checkbox-option input[type=checkbox]{display:none}.checkbox-design{width:20px;height:20px;border-radius:4px;border:2px solid var(--gray-400);position:relative;display:inline-block;transition:all .2s ease}.checkbox-design:after{content:"";position:absolute;top:2px;left:6px;width:5px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg) scale(0);opacity:0;transition:all .2s ease}.checkbox-option input[type=checkbox]:checked+.checkbox-design{background:var(--primary);border-color:var(--primary)}.checkbox-option input[type=checkbox]:checked+.checkbox-design:after{transform:rotate(45deg) scale(1);opacity:1}.file-upload-container{margin-top:.5rem}.file-upload-box{border:2px dashed var(--gray-300);border-radius:.75rem;padding:2rem;text-align:center;cursor:pointer;transition:all .3s ease;position:relative}.file-upload-box:hover{border-color:var(--primary);background-color:var(--primary-50)}.file-input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.file-upload-box svg{width:40px;height:40px;stroke:var(--primary);margin-bottom:1rem}.file-upload-box span{display:block;margin-bottom:.5rem;color:var(--gray-700);font-weight:500}.file-upload-box small{color:var(--gray-500)}.uploaded-files{margin-top:1.5rem;background-color:var(--white);border-radius:.75rem;padding:1.5rem;border:1px solid var(--gray-200)}.uploaded-files h4{font-size:1rem;margin-bottom:1rem;color:var(--gray-700)}.uploaded-files ul{list-style:none;padding:0;margin:0}.uploaded-files li{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background-color:var(--gray-50);border-radius:.5rem;margin-bottom:.75rem;border:1px solid var(--gray-200)}.uploaded-files li:last-child{margin-bottom:0}.file-info{display:flex;align-items:center;gap:.75rem}.file-info svg{width:20px;height:20px;stroke:var(--primary)}.file-info span{font-size:.95rem;color:var(--gray-700);max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-info small{color:var(--gray-500);font-size:.85rem}.remove-file{background:none;border:none;color:var(--gray-500);cursor:pointer;padding:.25rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.remove-file:hover{background-color:var(--danger);color:var(--white)}.remove-file svg{width:16px;height:16px}.terms-group{margin-top:2rem}.terms-link{color:var(--primary);text-decoration:none;font-weight:500}.terms-link:hover{text-decoration:underline}.form-actions{display:flex;align-items:center;justify-content:space-between;margin-top:2.5rem}.next-btn,.back-btn,.submit-button{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none}.next-btn{background:var(--primary);color:var(--white)}.next-btn:hover{background:var(--primary-dark);transform:translateY(-3px);box-shadow:0 10px 20px #16a34a33}.back-btn{background:var(--gray-100);color:var(--gray-700)}.back-btn:hover{background:var(--gray-200)}.submit-button{background:var(--primary);color:var(--white)}.submit-button:hover:not(:disabled){background:var(--primary-dark);transform:translateY(-3px);box-shadow:0 10px 20px #16a34a33}.submit-button:disabled{opacity:.7;cursor:not-allowed}.next-btn svg,.back-btn svg,.submit-button svg{width:20px;height:20px}.spinner{display:inline-block;width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.success-message{background:var(--white);border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:3rem 2rem;text-align:center;margin-bottom:3rem}.success-icon{width:80px;height:80px;border-radius:50%;background:var(--primary-50);display:flex;align-items:center;justify-content:center;margin:0 auto 2rem}.success-icon svg{width:40px;height:40px;stroke:var(--primary)}.success-message h2{font-size:1.8rem;margin-bottom:1rem;color:var(--gray-800)}.success-message p{color:var(--gray-600);margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.reference-number{font-weight:500;margin-bottom:2rem}.reference-number span{background:var(--primary-50);color:var(--primary);padding:.25rem .75rem;border-radius:.5rem;font-weight:700;margin-right:.5rem}.new-request-btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;background:var(--primary);color:var(--white);border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.new-request-btn:hover{background:var(--primary-dark);transform:translateY(-3px);box-shadow:0 10px 20px #16a34a33}.form-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:3rem}.feature-item{background:var(--white);border-radius:1rem;padding:2rem;text-align:center;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s ease}.feature-item:hover{transform:translateY(-10px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.feature-icon{width:70px;height:70px;border-radius:50%;background:var(--primary-50);color:var(--primary);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.feature-icon svg{width:35px;height:35px}.feature-item h3{font-size:1.2rem;margin-bottom:1rem;color:var(--gray-800)}.feature-item p{color:var(--gray-600);line-height:1.6}.form-info-section{background:linear-gradient(to left,#16a34a0d,#16a34a33);border-radius:1rem;padding:3rem 2rem;position:relative;overflow:hidden}.form-info-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/images/pattern.svg);background-size:cover;opacity:.05;z-index:0}.info-container{display:flex;align-items:center;gap:3rem;position:relative;z-index:1}.info-text{flex:1}.info-text h2{font-size:2rem;margin-bottom:1.5rem;color:var(--gray-800);position:relative;display:inline-block}.info-text h2:after{content:"";position:absolute;bottom:-.5rem;left:0;right:0;height:3px;background:linear-gradient(to right,var(--primary),var(--primary-light));border-radius:2px}.info-text p{color:var(--gray-600);margin-bottom:1.5rem;line-height:1.7;font-size:1.1rem}.info-list{list-style:none;padding:0;margin:0}.info-list li{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.info-list li svg{width:20px;height:20px;stroke:var(--primary);flex-shrink:0}.info-list li span{color:var(--gray-700);font-size:1.05rem}.info-image{width:350px;height:300px;border-radius:1rem;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;flex-shrink:0}.info-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.info-image:hover img{transform:scale(1.05)}@media (max-width: 1024px){.form-header{flex-direction:column;text-align:center;padding:2rem 1rem}.form-header h1:after{right:0;margin:0 auto}.subtitle{margin:0 auto 2rem}.header-image{width:100%;max-width:400px;margin:0 auto}.info-container{flex-direction:column}.info-text{text-align:center}.info-text h2:after{right:0;margin:0 auto}.info-list li{justify-content:center}.info-image{width:100%;max-width:400px;margin:0 auto}}@media (max-width: 768px){.form-progress{margin-bottom:2rem}.step-label{display:none}.form-row{grid-template-columns:1fr;gap:1rem}.form-features{grid-template-columns:1fr;gap:1.5rem}.form-actions{flex-direction:column;gap:1rem}.back-btn,.next-btn,.submit-button{width:100%;justify-content:center}.form-content{padding:1.5rem}}@media (max-width: 480px){.form-header h1{font-size:2rem}.subtitle{font-size:1rem}.form-step h2{font-size:1.5rem}.step-description{font-size:1rem}.radio-group,.checkbox-group{flex-direction:column;align-items:flex-start}.feature-checkboxes{grid-template-columns:1fr}.info-text h2{font-size:1.8rem}}:root{--primary: #16a34a;--primary-light: #22c55e;--primary-dark: #15803d;--primary-50: #f0fdf4;--primary-100: #dcfce7;--primary-200: #bbf7d0;--secondary: #f97316;--secondary-light: #fb923c;--secondary-dark: #ea580c;--dark: #1e293b;--gray-50: #f8fafc;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-300: #cbd5e1;--gray-400: #94a3b8;--gray-500: #64748b;--gray-600: #475569;--gray-700: #334155;--gray-800: #1e293b;--gray-900: #0f172a;--white: #ffffff;--success: #22c55e;--warning: #eab308;--danger: #ef4444;--info: #3b82f6}.hero-section[data-astro-cid-bdchlsyi]{display:flex;align-items:center;justify-content:space-between;padding:4rem 2rem;background:linear-gradient(to left,#16a34a0d,#16a34a33);border-radius:1rem;margin-bottom:4rem;position:relative;overflow:hidden}.hero-section[data-astro-cid-bdchlsyi]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/images/pattern.svg);background-size:cover;opacity:.05;z-index:0}.hero-content[data-astro-cid-bdchlsyi]{flex:1;z-index:1}.hero-section[data-astro-cid-bdchlsyi] h1[data-astro-cid-bdchlsyi]{font-size:3.5rem;color:var(--gray-800);margin-bottom:1rem;position:relative;display:inline-block}.hero-section[data-astro-cid-bdchlsyi] h1[data-astro-cid-bdchlsyi]:after{content:"";position:absolute;bottom:-.5rem;left:0;right:0;height:4px;background:linear-gradient(to right,var(--primary),var(--primary-light));border-radius:2px}.hero-subtitle[data-astro-cid-bdchlsyi]{font-size:1.5rem;color:var(--gray-600);margin-bottom:2rem;max-width:600px}.hero-buttons[data-astro-cid-bdchlsyi]{display:flex;gap:1rem}.primary-btn[data-astro-cid-bdchlsyi],.secondary-btn[data-astro-cid-bdchlsyi]{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;border-radius:.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease}.primary-btn[data-astro-cid-bdchlsyi]{background:var(--primary);color:var(--white)}.primary-btn[data-astro-cid-bdchlsyi]:hover{background:var(--primary-dark);transform:translateY(-3px);box-shadow:0 10px 20px #16a34a33}.secondary-btn[data-astro-cid-bdchlsyi]{background:var(--white);color:var(--primary);border:1px solid var(--primary)}.secondary-btn[data-astro-cid-bdchlsyi]:hover{background:var(--primary-50);transform:translateY(-3px);box-shadow:0 10px 20px #16a34a1a}.hero-buttons[data-astro-cid-bdchlsyi] svg[data-astro-cid-bdchlsyi]{width:20px;height:20px}.hero-image[data-astro-cid-bdchlsyi]{width:500px;height:350px;border-radius:1rem;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;position:relative;z-index:1}.hero-image[data-astro-cid-bdchlsyi] img[data-astro-cid-bdchlsyi]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.hero-image[data-astro-cid-bdchlsyi]:hover img[data-astro-cid-bdchlsyi]{transform:scale(1.05)}.section-header[data-astro-cid-bdchlsyi]{text-align:center;margin-bottom:3rem}.section-header[data-astro-cid-bdchlsyi] h2[data-astro-cid-bdchlsyi]{font-size:2.5rem;color:var(--gray-800);margin-bottom:1rem;position:relative;display:inline-block}.section-header[data-astro-cid-bdchlsyi] h2[data-astro-cid-bdchlsyi]:after{content:"";position:absolute;bottom:-.5rem;left:0;right:0;height:3px;background:linear-gradient(to right,var(--primary),var(--primary-light));border-radius:2px}.section-header[data-astro-cid-bdchlsyi] p[data-astro-cid-bdchlsyi]{font-size:1.2rem;color:var(--gray-600);max-width:700px;margin:0 auto}.services-section[data-astro-cid-bdchlsyi]{padding:4rem 0}.services-grid[data-astro-cid-bdchlsyi]{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.service-card[data-astro-cid-bdchlsyi]{background:var(--white);border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s ease}.service-card[data-astro-cid-bdchlsyi]:hover{transform:translateY(-10px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.service-image[data-astro-cid-bdchlsyi]{height:250px;overflow:hidden}.service-image[data-astro-cid-bdchlsyi] img[data-astro-cid-bdchlsyi]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.service-card[data-astro-cid-bdchlsyi]:hover .service-image[data-astro-cid-bdchlsyi] img[data-astro-cid-bdchlsyi]{transform:scale(1.05)}.service-content[data-astro-cid-bdchlsyi]{padding:2rem}.service-content[data-astro-cid-bdchlsyi] h3[data-astro-cid-bdchlsyi]{font-size:1.5rem;color:var(--gray-800);margin-bottom:1rem}.service-content[data-astro-cid-bdchlsyi] p[data-astro-cid-bdchlsyi]{color:var(--gray-600);margin-bottom:1.5rem;line-height:1.7}.service-features[data-astro-cid-bdchlsyi]{list-style:none;padding:0;margin:0 0 1.5rem}.service-features[data-astro-cid-bdchlsyi] li[data-astro-cid-bdchlsyi]{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;color:var(--gray-700)}.service-features[data-astro-cid-bdchlsyi] li[data-astro-cid-bdchlsyi] svg[data-astro-cid-bdchlsyi]{width:18px;height:18px;stroke:var(--primary);flex-shrink:0}.service-link[data-astro-cid-bdchlsyi]{display:inline-flex;align-items:center;gap:.5rem;color:var(--primary);font-weight:600;text-decoration:none;transition:all .3s ease}.service-link[data-astro-cid-bdchlsyi]:hover{color:var(--primary-dark)}.service-link[data-astro-cid-bdchlsyi] svg[data-astro-cid-bdchlsyi]{width:18px;height:18px}.benefits-section[data-astro-cid-bdchlsyi]{padding:4rem 0;background-color:var(--gray-50);border-radius:1rem;margin:4rem 0}.benefits-grid[data-astro-cid-bdchlsyi]{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.benefit-card[data-astro-cid-bdchlsyi]{background:var(--white);border-radius:1rem;padding:2rem;text-align:center;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s ease}.benefit-card[data-astro-cid-bdchlsyi]:hover{transform:translateY(-10px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.benefit-icon[data-astro-cid-bdchlsyi]{width:70px;height:70px;border-radius:50%;background:var(--primary-50);color:var(--primary);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.benefit-icon[data-astro-cid-bdchlsyi] svg[data-astro-cid-bdchlsyi]{width:35px;height:35px}.benefit-card[data-astro-cid-bdchlsyi] h3[data-astro-cid-bdchlsyi]{font-size:1.2rem;margin-bottom:1rem;color:var(--gray-800)}.benefit-card[data-astro-cid-bdchlsyi] p[data-astro-cid-bdchlsyi]{color:var(--gray-600);line-height:1.6}.earthquake-section[data-astro-cid-bdchlsyi]{display:flex;align-items:center;justify-content:space-between;padding:4rem 0;gap:3rem}.section-content[data-astro-cid-bdchlsyi]{flex:1}.section-content[data-astro-cid-bdchlsyi] h2[data-astro-cid-bdchlsyi]{font-size:2rem;color:var(--gray-800);margin-bottom:1.5rem;position:relative;display:inline-block}.section-content[data-astro-cid-bdchlsyi] h2[data-astro-cid-bdchlsyi]:after{content:"";position:absolute;bottom:-.5rem;left:0;right:0;height:3px;background:linear-gradient(to right,var(--primary),var(--primary-light));border-radius:2px}.section-content[data-astro-cid-bdchlsyi] p[data-astro-cid-bdchlsyi]{color:var(--gray-600);margin-bottom:1.5rem;line-height:1.7}.earthquake-features[data-astro-cid-bdchlsyi]{list-style:none;padding:0;margin:0 0 2rem}.earthquake-features[data-astro-cid-bdchlsyi] li[data-astro-cid-bdchlsyi]{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;color:var(--gray-700)}.earthquake-features[data-astro-cid-bdchlsyi] li[data-astro-cid-bdchlsyi] svg[data-astro-cid-bdchlsyi]{width:18px;height:18px;stroke:var(--primary);flex-shrink:0}.earthquake-btn[data-astro-cid-bdchlsyi]{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;background:var(--primary);color:var(--white);border-radius:.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease}.earthquake-btn[data-astro-cid-bdchlsyi]:hover{background:var(--primary-dark);transform:translateY(-3px);box-shadow:0 10px 20px #16a34a33}.earthquake-btn[data-astro-cid-bdchlsyi] svg[data-astro-cid-bdchlsyi]{width:20px;height:20px}.section-image[data-astro-cid-bdchlsyi]{width:500px;height:400px;border-radius:1rem;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;flex-shrink:0}.section-image[data-astro-cid-bdchlsyi] img[data-astro-cid-bdchlsyi]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.section-image[data-astro-cid-bdchlsyi]:hover img[data-astro-cid-bdchlsyi]{transform:scale(1.05)}.projects-section[data-astro-cid-bdchlsyi]{padding:4rem 0}.projects-grid[data-astro-cid-bdchlsyi]{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:2rem}.project-card[data-astro-cid-bdchlsyi]{background:var(--white);border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s ease}.project-card[data-astro-cid-bdchlsyi]:hover{transform:translateY(-10px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.project-image[data-astro-cid-bdchlsyi]{height:250px;overflow:hidden}.project-image[data-astro-cid-bdchlsyi] img[data-astro-cid-bdchlsyi]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.project-card[data-astro-cid-bdchlsyi]:hover .project-image[data-astro-cid-bdchlsyi] img[data-astro-cid-bdchlsyi]{transform:scale(1.05)}.project-content[data-astro-cid-bdchlsyi]{padding:2rem}.project-content[data-astro-cid-bdchlsyi] h3[data-astro-cid-bdchlsyi]{font-size:1.5rem;color:var(--gray-800);margin-bottom:1rem}.project-details[data-astro-cid-bdchlsyi]{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem}.detail-item[data-astro-cid-bdchlsyi]{display:flex;align-items:center;gap:.5rem;color:var(--gray-700)}.detail-item[data-astro-cid-bdchlsyi] svg[data-astro-cid-bdchlsyi]{width:16px;height:16px;stroke:var(--primary)}.project-features[data-astro-cid-bdchlsyi]{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.feature-tag[data-astro-cid-bdchlsyi]{background:var(--primary-50);color:var(--primary);padding:.25rem .75rem;border-radius:50px;font-size:.85rem;font-weight:500}.project-link[data-astro-cid-bdchlsyi]{display:inline-flex;align-items:center;gap:.5rem;color:var(--primary);font-weight:600;text-decoration:none;transition:all .3s ease}.project-link[data-astro-cid-bdchlsyi]:hover{color:var(--primary-dark)}.project-link[data-astro-cid-bdchlsyi] svg[data-astro-cid-bdchlsyi]{width:18px;height:18px}.experts-section[data-astro-cid-bdchlsyi]{padding:4rem 0;background-color:var(--gray-50);border-radius:1rem;margin:4rem 0}.experts-grid[data-astro-cid-bdchlsyi]{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem}.expert-card[data-astro-cid-bdchlsyi]{background:var(--white);border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s ease}.expert-card[data-astro-cid-bdchlsyi]:hover{transform:translateY(-10px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.expert-image[data-astro-cid-bdchlsyi]{height:200px;overflow:hidden}.expert-image[data-astro-cid-bdchlsyi] img[data-astro-cid-bdchlsyi]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.expert-card[data-astro-cid-bdchlsyi]:hover .expert-image[data-astro-cid-bdchlsyi] img[data-astro-cid-bdchlsyi]{transform:scale(1.05)}.expert-info[data-astro-cid-bdchlsyi]{padding:1.5rem;text-align:center}.expert-info[data-astro-cid-bdchlsyi] h3[data-astro-cid-bdchlsyi]{font-size:1.2rem;color:var(--gray-800);margin-bottom:.5rem}.expert-role[data-astro-cid-bdchlsyi]{color:var(--primary);font-weight:500;margin-bottom:.5rem}.expert-experience[data-astro-cid-bdchlsyi]{color:var(--gray-600);font-size:.9rem}.faq-section[data-astro-cid-bdchlsyi]{padding:4rem 0}.faq-container[data-astro-cid-bdchlsyi]{max-width:800px;margin:0 auto}.faq-item[data-astro-cid-bdchlsyi]{background:var(--white);border-radius:1rem;margin-bottom:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow:hidden}.faq-question[data-astro-cid-bdchlsyi]{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;cursor:pointer;transition:all .3s ease}.faq-question[data-astro-cid-bdchlsyi] h3[data-astro-cid-bdchlsyi]{font-size:1.1rem;margin:0;color:var(--gray-800)}.toggle-btn[data-astro-cid-bdchlsyi]{background:none;border:none;color:var(--gray-500);cursor:pointer;padding:.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.toggle-btn[data-astro-cid-bdchlsyi]:hover{background:var(--gray-100)}.toggle-btn[data-astro-cid-bdchlsyi] svg[data-astro-cid-bdchlsyi]{width:20px;height:20px;transition:all .3s ease}.faq-question[data-astro-cid-bdchlsyi].active .toggle-btn[data-astro-cid-bdchlsyi] svg[data-astro-cid-bdchlsyi]{transform:rotate(180deg)}.faq-answer[data-astro-cid-bdchlsyi]{padding:0 1.5rem;max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-answer[data-astro-cid-bdchlsyi] p[data-astro-cid-bdchlsyi]{padding-bottom:1.5rem;color:var(--gray-600);line-height:1.7}.form-section[data-astro-cid-bdchlsyi]{padding:4rem 0;background-color:var(--gray-50);border-radius:1rem;margin:4rem 0}.form-container[data-astro-cid-bdchlsyi]{max-width:1200px;margin:0 auto}.contact-section[data-astro-cid-bdchlsyi]{padding:4rem 0}.contact-info[data-astro-cid-bdchlsyi]{text-align:center;margin-bottom:3rem}.contact-info[data-astro-cid-bdchlsyi] h2[data-astro-cid-bdchlsyi]{font-size:2.5rem;color:var(--gray-800);margin-bottom:1rem;position:relative;display:inline-block}.contact-info[data-astro-cid-bdchlsyi] h2[data-astro-cid-bdchlsyi]:after{content:"";position:absolute;bottom:-.5rem;left:0;right:0;height:3px;background:linear-gradient(to right,var(--primary),var(--primary-light));border-radius:2px}.contact-info[data-astro-cid-bdchlsyi] p[data-astro-cid-bdchlsyi]{font-size:1.2rem;color:var(--gray-600);max-width:700px;margin:0 auto 2rem}.contact-methods[data-astro-cid-bdchlsyi]{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.contact-method[data-astro-cid-bdchlsyi]{display:flex;align-items:center;gap:1rem;background:var(--white);border-radius:1rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s ease;min-width:250px}.contact-method[data-astro-cid-bdchlsyi]:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.method-icon[data-astro-cid-bdchlsyi]{width:50px;height:50px;border-radius:50%;background:var(--primary-50);display:flex;align-items:center;justify-content:center;flex-shrink:0}.method-icon[data-astro-cid-bdchlsyi] svg[data-astro-cid-bdchlsyi]{width:25px;height:25px;stroke:var(--primary)}.method-details[data-astro-cid-bdchlsyi] h3[data-astro-cid-bdchlsyi]{font-size:1.1rem;color:var(--gray-800);margin:0 0 .5rem}.method-details[data-astro-cid-bdchlsyi] p[data-astro-cid-bdchlsyi]{margin:0;color:var(--gray-600)}.contact-map[data-astro-cid-bdchlsyi]{border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}@media (max-width: 1024px){.hero-section[data-astro-cid-bdchlsyi]{flex-direction:column;text-align:center;padding:3rem 1.5rem}.hero-section[data-astro-cid-bdchlsyi] h1[data-astro-cid-bdchlsyi]:after{right:0;margin:0 auto}.hero-subtitle[data-astro-cid-bdchlsyi]{margin:0 auto 2rem}.hero-buttons[data-astro-cid-bdchlsyi]{justify-content:center}.hero-image[data-astro-cid-bdchlsyi]{width:100%;max-width:500px;margin:2rem auto 0}.earthquake-section[data-astro-cid-bdchlsyi]{flex-direction:column-reverse;text-align:center}.section-content[data-astro-cid-bdchlsyi] h2[data-astro-cid-bdchlsyi]:after{right:0;margin:0 auto}.earthquake-features[data-astro-cid-bdchlsyi] li[data-astro-cid-bdchlsyi]{justify-content:center}.section-image[data-astro-cid-bdchlsyi]{width:100%;max-width:500px;margin:0 auto 2rem}.services-grid[data-astro-cid-bdchlsyi]{grid-template-columns:1fr}}@media (max-width: 768px){.hero-section[data-astro-cid-bdchlsyi] h1[data-astro-cid-bdchlsyi]{font-size:2.5rem}.hero-subtitle[data-astro-cid-bdchlsyi]{font-size:1.2rem}.section-header[data-astro-cid-bdchlsyi] h2[data-astro-cid-bdchlsyi]{font-size:2rem}.section-content[data-astro-cid-bdchlsyi] h2[data-astro-cid-bdchlsyi]{font-size:1.8rem}.hero-buttons[data-astro-cid-bdchlsyi]{flex-direction:column;gap:1rem}.primary-btn[data-astro-cid-bdchlsyi],.secondary-btn[data-astro-cid-bdchlsyi]{width:100%;justify-content:center}.projects-grid[data-astro-cid-bdchlsyi]{grid-template-columns:1fr}.contact-methods[data-astro-cid-bdchlsyi]{flex-direction:column;align-items:center}.contact-method[data-astro-cid-bdchlsyi]{width:100%;max-width:350px}}@media (max-width: 480px){.hero-section[data-astro-cid-bdchlsyi] h1[data-astro-cid-bdchlsyi]{font-size:2rem}.hero-subtitle[data-astro-cid-bdchlsyi]{font-size:1rem}.section-header[data-astro-cid-bdchlsyi] h2[data-astro-cid-bdchlsyi]{font-size:1.8rem}.section-content[data-astro-cid-bdchlsyi] h2[data-astro-cid-bdchlsyi]{font-size:1.5rem}.benefit-card[data-astro-cid-bdchlsyi],.expert-card[data-astro-cid-bdchlsyi]{padding:1.5rem}}
