body,html{margin:0;padding:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#111827}.app-root,body,html{background-color:#ffffff}.app-root{min-height:100vh}.container{max-width:1280px;margin:0 auto;padding-inline:1rem}@media (min-width:640px){.container{padding-inline:1.5rem}}@media (min-width:1024px){.container{padding-inline:2rem}}.app-header{position:fixed;top:0;left:0;right:0;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #e5e7eb;z-index:50}.header-inner{justify-content:space-between;padding-block:1rem}.header-inner,.logo{display:flex;align-items:center}.logo{gap:.5rem}.logo-mark{width:2.5rem;height:2.5rem;border-radius:.75rem;background-color:#1e3a8a;display:flex;align-items:center;justify-content:center;color:#ffffff;font-weight:600}.logo-title{margin:0;font-size:.95rem;font-weight:600;color:#0f172a}.logo-subtitle{margin:0;font-size:.75rem;color:#4b5563}.app-nav{display:none;align-items:center;gap:2rem}@media (min-width:768px){.app-nav{display:flex}}.nav-link{font-size:.95rem;color:#374151;text-decoration:none;transition:color .15s ease}.nav-link:hover{color:#1e3a8a}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:.5rem;border:1px solid transparent;font-size:.95rem;font-weight:500;padding:.5rem 1rem;cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease,box-shadow .15s ease;background-color:#f3f4f6;color:#111827}.btn-primary{background-color:#1e3a8a;color:#ffffff}.btn-primary:hover{background-color:#1d4ed8}.btn-outline{background-color:rgba(255,255,255,.1);color:#ffffff;border-color:#ffffff}.btn-outline:hover{background-color:#ffffff;color:#1e3a8a}.btn-lg{padding-block:.75rem;padding-inline:2rem;font-size:1rem}.btn-block{width:100%}.btn-call{padding-inline:1rem;max-width:min-content}.btn-icon-left{width:1rem;height:1rem;margin-right:.5rem}.hero-section{position:relative;height:100vh;margin-top:4rem;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-bg{position:absolute;inset:0;background-size:cover;background-position:50%}.hero-bg-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(17,24,39,.8),rgba(17,24,39,.4))}.hero-content-wrapper{position:relative;z-index:10;width:100%}.hero-content{max-width:72rem;margin:0 auto;padding-inline:1rem;text-align:center}.hero-badge{margin-bottom:1.5rem}.hero-title{margin:0 0 1.5rem;color:#ffffff;font-size:clamp(2rem,4vw,3rem);font-weight:700}.hero-subtitle{margin:0 auto 2rem;color:#e5e7eb;font-size:1.125rem;max-width:36rem}.hero-actions{display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:center}.hero-btn{min-width:12rem;max-width:300px}@media (min-width:640px){.hero-actions{flex-direction:row}}.badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.35rem .75rem;font-size:.75rem;font-weight:500;border:1px solid #e5e7eb}.badge-accent{background-color:rgba(217,119,6,.9);color:#ffffff;border-color:transparent}.badge-primary{background-color:#1e3a8a;color:#ffffff}.section{padding-block:5rem;background-color:#ffffff}.section-alt{padding-block:5rem;background-color:#f9fafb}.section-header{margin-bottom:3rem}.section-header-center{text-align:center}.section-title{margin:0 0 1rem;font-size:1.875rem;font-weight:700;color:#111827}.section-description{margin:0 auto;max-width:32rem;font-size:.98rem;line-height:1.6;color:#4b5563}.section-title-light{color:#ffffff}.section-description-light{color:#dbeafe}.filter-bar{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-bottom:3rem}.filter-chip{cursor:pointer;padding:.5rem 1rem;border-radius:999px;border:1px solid #d1d5db;background-color:#ffffff;color:#374151;font-size:.85rem;transition:background-color .15s ease,color .15s ease,border-color .15s ease,box-shadow .15s ease}.filter-chip:hover{background-color:#f3f4f6;color:#111827}.filter-chip-active{background-color:#1e3a8a;color:#ffffff;border-color:transparent}.card-grid{display:grid;grid-gap:2rem;gap:2rem}.card-grid-3,.card-grid-4{grid-template-columns:1fr}@media (min-width:768px){.card-grid-3,.card-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.card-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.card-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.section-load-more{margin-top:3rem;text-align:center}.no-properties-message{padding-block:3rem;text-align:center;color:#4b5563}.about-grid{display:grid;grid-gap:3rem;gap:3rem}@media (min-width:1024px){.about-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center}}.about-text{max-width:36rem}.about-badge{margin-bottom:1rem}.about-paragraph{margin:0 0 1.5rem;color:#374151;line-height:1.7}.timeline{margin-top:2rem;display:flex;flex-direction:column;gap:1.5rem}.timeline-item{display:flex;gap:1rem;align-items:flex-start}.timeline-year{flex-shrink:0;width:3.5rem;color:#1e3a8a;font-weight:600}.timeline-title{margin:0;color:#111827;font-weight:600}.timeline-description{margin:.25rem 0 0;color:#6b7280;font-size:.85rem}.about-images-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.about-images-column{display:flex;flex-direction:column;gap:1rem}.about-images-column-offset{padding-top:2rem}.about-image-large{height:16rem}.about-image-large,.about-image-medium{width:100%;object-fit:cover;border-radius:.75rem}.about-image-medium{height:12rem}.section-certificates{background:linear-gradient(135deg,#1e3a8a,#1d4ed8);color:#ffffff}.card{background-color:#ffffff;border-radius:.75rem;border:1px solid #e5e7eb;box-shadow:0 10px 15px rgba(15,23,42,.05)}.card-overlay{background-color:rgba(255,255,255,.08);border-color:rgba(255,255,255,.25);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.card-content{padding:1.5rem}.card-content-center,.cert-card-wrapper{text-align:center}.cert-icon{width:3rem;height:3rem;color:#facc15;margin:0 auto .75rem}.cert-title{margin:0 0 .25rem;color:#ffffff;font-weight:600}.cert-subtitle{margin:0;color:#bfdbfe;font-size:.85rem}.testimonial-wrapper{height:100%}.contact-grid{display:grid;grid-gap:3rem;gap:3rem}@media (min-width:1024px){.contact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.contact-info{max-width:32rem}.contact-description{margin:0 0 2rem;color:#374151}.contact-details{display:flex;flex-direction:column;gap:1.5rem}.contact-detail-item{display:flex;align-items:flex-start;gap:1rem}.contact-icon-circle{width:3rem;height:3rem;border-radius:999px;background-color:#1e3a8a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-icon{width:1.5rem;height:1.5rem;color:#ffffff}.contact-detail-title{margin:0 0 .25rem;font-weight:600;color:#111827}.contact-detail-text{margin:0;color:#4b5563}.contact-detail-subtext{margin:.25rem 0 0;color:#6b7280;font-size:.85rem}.contact-map{margin-top:2rem;height:16rem;border-radius:.75rem;overflow:hidden;background-color:#e5e7eb}.contact-map-inner{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#6b7280}.contact-map-content{text-align:center}.contact-map-icon{width:3rem;height:3rem;margin:0 auto .5rem}.contact-form-wrapper{width:100%}.contact-form-card{padding:2rem}.contact-form-title{margin:0 0 1.5rem;font-size:1.25rem;font-weight:600;color:#111827}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.contact-form-row{display:grid;grid-gap:1rem;gap:1rem}@media (min-width:640px){.contact-form-row{grid-template-columns:repeat(2,minmax(0,1fr))}}.form-field{display:flex;flex-direction:column;gap:.35rem;font-size:.9rem}.input,.select,.textarea{width:100%;border-radius:.5rem;border:1px solid #d1d5db;padding:.5rem .75rem;font-size:.9rem;outline:none;background-color:#ffffff;color:#111827;transition:border-color .15s ease,box-shadow .15s ease}.input:focus,.select:focus,.textarea:focus{border-color:#1e3a8a;box-shadow:0 0 0 2px rgba(30,64,175,.35)}.footer{background-color:#111827;color:#ffffff;padding-block:3rem}.footer-grid{display:grid;grid-gap:2rem;gap:2rem;margin-bottom:2rem}@media (min-width:768px){.footer-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.footer-logo{margin-bottom:1rem}.footer-logo-title{color:#ffffff}.footer-logo-subtitle,.footer-text{color:#9ca3af}.footer-text{margin:0;font-size:.85rem}.footer-heading{margin:0 0 1rem;font-size:.95rem;font-weight:600}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem;font-size:.9rem}.footer-link{color:#9ca3af;text-decoration:none;transition:color .15s ease}.footer-link:hover{color:#ffffff}.footer-socials{display:flex;gap:.75rem;margin-bottom:1rem}.footer-social-icon{width:2.5rem;height:2.5rem;border-radius:999px;background-color:rgba(255,255,255,.05);display:flex;align-items:center;justify-content:center;transition:background-color .15s ease;color:white}.footer-social-icon:hover{background-color:rgba(255,255,255,.15)}.footer-social-icon-svg{width:1.25rem;height:1.25rem}.footer-license{margin:0;color:#9ca3af;font-size:.85rem}.footer-bottom{border-top:1px solid #1f2937;padding-top:1.5rem;display:flex;flex-direction:column;gap:1rem;font-size:.85rem;color:#9ca3af}@media (min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between;align-items:center}}.footer-bottom-text{margin:0}.footer-bottom-right{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.footer-bottom-link{color:#9ca3af;text-decoration:none;transition:color .15s ease}.footer-bottom-link:hover{color:#ffffff}.footer-language{display:flex;align-items:center;gap:.5rem;border-left:1px solid #4b5563;padding-left:1rem}.footer-language-icon{width:1rem;height:1rem}.footer-language-select{background-color:#1f2937;color:#9ca3af;border-radius:.375rem;border:1px solid #4b5563;padding:.25rem .5rem;font-size:.85rem;cursor:pointer}.footer-language-select:hover{color:#ffffff}.input-error{border-color:#e11d48;box-shadow:0 0 0 1px rgba(225,29,72,.3)}.form-error-text{margin-top:.25rem;font-size:.8rem;color:#e11d48}.contact-success-message{margin-top:1rem;padding:.75rem 1rem;border-radius:.5rem;background:#ecfdf5;color:#065f46;font-size:.9rem}.contact-success-link{text-decoration:underline;font-weight:500}