@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";
:root{--blue:#4a8eff;--blue-dark:#1a3a6b;--white:#fff;--grey-light:#f5f7fa;--grey-mid:#8a9bb0;--dark:#060c1a;--header-h:72px;--radius:12px;--radius-sm:8px;--shadow:0 4px 24px #0000001f;--shadow-card:0 2px 16px #4a8eff1a;--transition:.2s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}html,body{background-color:var(--dark);height:100%;color:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}img,svg{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul,ol{list-style:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section--grey{background:var(--grey-light);color:var(--dark)}.section--dark{background:var(--dark);color:var(--white)}.section--blue-dark{background:var(--blue-dark);color:var(--white)}.section-label{letter-spacing:.14em;text-transform:uppercase;color:var(--blue);margin-bottom:.5rem;font-size:.75rem;font-weight:600;display:inline-block}.section-title{margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.2}.section-sub{color:var(--grey-mid);max-width:560px;font-size:1rem}.section--grey .section-sub{color:#5a6e84}.text-center{text-align:center}.text-blue{color:var(--blue)}.btn{border-radius:var(--radius-sm);transition:opacity var(--transition),transform var(--transition),box-shadow var(--transition);justify-content:center;align-items:center;gap:.4rem;padding:.7rem 1.6rem;font-size:.95rem;font-weight:600;display:inline-flex}.btn:hover{opacity:.88;transform:translateY(-1px)}.btn-primary{background:var(--blue);color:var(--white);box-shadow:0 4px 16px #4a8eff59}.btn-primary:hover{box-shadow:0 6px 24px #4a8eff8c}.btn-outline{color:var(--blue);border:2px solid var(--blue);background:0 0}.btn-outline:hover{background:var(--blue);color:var(--white)}.btn-outline-white{color:var(--white);border:2px solid var(--white);background:0 0}.btn-outline-white:hover{background:var(--white);color:var(--dark)}.card{background:var(--white);color:var(--dark);border-radius:var(--radius);box-shadow:var(--shadow-card);transition:transform var(--transition),box-shadow var(--transition);padding:2rem}.card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #4a8eff2e}.grid-2{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes blueGlow{0%,to{filter:drop-shadow(0 0 18px #4a8eff59)}50%{filter:drop-shadow(0 0 36px #4a8effa6)}}.animate-fadeInUp{animation:.8s ease-out both fadeInUp}.animate-fadeIn{animation:.6s ease-out both fadeIn}.logo-glow{animation:3.5s ease-in-out infinite blueGlow}.divider{background:var(--blue);border-radius:2px;width:48px;height:3px;margin:1rem auto}.divider--left{margin-left:0}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label{color:var(--dark);font-size:.85rem;font-weight:500}.form-group input,.form-group select,.form-group textarea{border-radius:var(--radius-sm);color:var(--dark);background:var(--white);transition:border-color var(--transition);border:1.5px solid #d0dce8;outline:none;padding:.75rem 1rem;font-family:inherit;font-size:.95rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--blue)}.form-group textarea{resize:vertical;min-height:120px}.page-hero{background:var(--blue-dark);text-align:center;padding:6rem 0 4rem}.page-hero h1{margin-bottom:.75rem;font-size:clamp(2rem,5vw,3rem);font-weight:700}.page-hero p{color:#ffffffbf;max-width:520px;margin:0 auto;font-size:1.05rem}.stars{color:#f5a623;letter-spacing:2px;font-size:1rem}.map-container{border-radius:var(--radius);border:2px solid #4a8eff26;width:100%;height:400px;overflow:hidden}.map-container iframe{border:none;width:100%;height:100%}.success-msg{color:#2e7d32;border-radius:var(--radius-sm);text-align:center;background:#e8f5e9;border:1.5px solid #4caf50;padding:1rem 1.5rem;font-weight:500}@media (max-width:1024px){.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.section{padding:3.5rem 0}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.section-sub{max-width:100%}.page-hero{padding:5rem 0 3rem}}@media (max-width:480px){.container{padding:0 1rem}.section{padding:2.5rem 0}}
