.project-card[data-astro-cid-mspuyifq]{background-color:var(--color-background-header);border:1px solid var(--color-border-light);border-radius:8px;box-shadow:0 2px 4px #0000000d;display:flex;flex-direction:column;justify-content:space-between;padding:1.5rem;transition:box-shadow .3s ease,transform .3s ease;height:100%}.project-card[data-astro-cid-mspuyifq]:hover{box-shadow:0 5px 15px #0000001a;transform:translateY(-3px)}.card-content[data-astro-cid-mspuyifq] h3[data-astro-cid-mspuyifq]{margin-top:0;margin-bottom:.75rem;font-size:1.375rem;color:var(--color-adatar-blue-base)}.card-content[data-astro-cid-mspuyifq] p[data-astro-cid-mspuyifq]{font-size:.95rem;color:var(--color-text-secondary);line-height:1.6;margin-bottom:0}.card-footer[data-astro-cid-mspuyifq]{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--color-border-light);display:flex;justify-content:flex-end;align-items:center}.card-link-button[data-astro-cid-mspuyifq]{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,var(--color-adatar-blue-base),var(--color-adatar-green-base));color:#fff!important;font-weight:600;text-decoration:none;font-size:.9rem;padding:.7rem 1.2rem;border-radius:8px;transition:all .3s ease;box-shadow:0 2px 8px #0d47a133}.card-link-button[data-astro-cid-mspuyifq]:hover{transform:translateY(-1px);box-shadow:0 4px 15px #0d47a14d;text-decoration:none}.card-link-button[data-astro-cid-mspuyifq] svg[data-astro-cid-mspuyifq]{transition:transform .2s ease}.card-link-button[data-astro-cid-mspuyifq]:hover svg[data-astro-cid-mspuyifq]{transform:translate(2px)}.card-link[data-astro-cid-mspuyifq]{color:var(--color-adatar-green-base);font-weight:600;text-decoration:none;font-size:.9rem;display:inline-flex;align-items:center}.card-link[data-astro-cid-mspuyifq] .arrow[data-astro-cid-mspuyifq]{margin-left:.3rem;transition:transform .2s ease-out}.card-link[data-astro-cid-mspuyifq]:hover{color:var(--color-adatar-blue-base);text-decoration:underline}.card-link[data-astro-cid-mspuyifq]:hover .arrow[data-astro-cid-mspuyifq]{transform:translate(3px)}.status-badge[data-astro-cid-mspuyifq]{display:inline-flex;align-items:center;gap:.4rem;font-size:.75rem;font-weight:700;padding:.6rem 1rem;border-radius:20px;text-transform:uppercase;letter-spacing:.5px}.status-badge[data-astro-cid-mspuyifq].soon{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);color:#64748b;border:1px solid #cbd5e1;box-shadow:0 2px 4px #64748b1a}.project-card[data-astro-cid-mspuyifq].status-soon{opacity:.7}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,var(--color-background-header) 0%,#f8fafc 30%,#f1f5f9 100%)}.hero-background{position:absolute;inset:0;opacity:.05;pointer-events:none}.hero-shapes{position:relative;width:100%;height:100%}.shape{position:absolute;border-radius:50%;background:linear-gradient(135deg,var(--color-adatar-blue-base),var(--color-adatar-green-base));animation:float 6s ease-in-out infinite}.shape-1{width:300px;height:300px;top:10%;right:-10%;animation-delay:0s}.shape-2{width:200px;height:200px;top:60%;left:-5%;animation-delay:2s}.shape-3{width:150px;height:150px;top:80%;right:20%;animation-delay:4s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(180deg)}}.hero-content{position:relative;z-index:2;max-width:1200px;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#0d47a11a;color:var(--color-adatar-blue-base);padding:.5rem 1rem;border-radius:50px;font-size:.9rem;font-weight:500;margin-bottom:1.5rem;border:1px solid rgba(13,71,161,.2)}.hero-title{font-size:clamp(3rem,8vw,5rem);font-weight:800;line-height:1.1;margin-bottom:1rem;background:linear-gradient(135deg,var(--color-adatar-blue-base),var(--color-adatar-green-base));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-tagline{font-size:1.4rem;color:var(--color-text-secondary);margin-bottom:1.5rem;line-height:1.4;font-weight:500}.hero-description{font-size:1.1rem;color:var(--color-text-secondary);line-height:1.6;margin-bottom:2.5rem;max-width:90%}.hero-actions{display:flex;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.cta-button{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:12px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;position:relative;overflow:hidden}.cta-button.primary{background:linear-gradient(135deg,var(--color-adatar-blue-base),var(--color-adatar-green-base));color:#fff!important;box-shadow:0 8px 25px #0d47a14d}.cta-button.primary:hover{transform:translateY(-2px);box-shadow:0 12px 35px #0d47a166}.cta-button.secondary{background:#fff;color:var(--color-adatar-blue-base)!important;border:2px solid var(--color-adatar-blue-base);box-shadow:0 4px 15px #0d47a11a}.cta-button.secondary:hover{background:var(--color-adatar-blue-base);color:#fff!important;transform:translateY(-2px);box-shadow:0 8px 25px #0d47a14d}.hero-stats{display:flex;align-items:center;gap:2rem;padding:1.5rem;background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000001a;border:1px solid rgba(13,71,161,.1)}.stat-item{text-align:center}.stat-number{font-size:2rem;font-weight:800;color:var(--color-adatar-blue-base);line-height:1}.stat-label{font-size:.9rem;color:var(--color-text-secondary);margin-top:.25rem}.stat-separator{width:1px;height:2rem;background:var(--color-border-light)}.hero-visual{position:relative;display:flex;align-items:center;justify-content:center}.map-representation{position:relative;width:300px;height:300px}.map-dot{position:absolute;width:16px;height:16px;background:var(--color-adatar-blue-base);border-radius:50%;box-shadow:0 0 20px #0d47a166;animation:pulse 2s infinite}.dot-1{top:20%;left:30%;animation-delay:0s}.dot-2{top:40%;right:25%;animation-delay:.4s}.dot-3{bottom:30%;left:20%;animation-delay:.8s}.dot-4{bottom:20%;right:30%;animation-delay:1.2s}.dot-5{top:50%;left:50%;animation-delay:1.6s;background:var(--color-adatar-green-base)}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.8}}.connecting-line{position:absolute;height:2px;background:linear-gradient(90deg,var(--color-adatar-blue-base),transparent,var(--color-adatar-green-base));opacity:.3}.line-1{width:120px;top:35%;left:25%;transform:rotate(25deg)}.line-2{width:100px;top:60%;right:20%;transform:rotate(-30deg)}.line-3{width:80px;bottom:25%;left:35%;transform:rotate(60deg)}.projects-section{padding:6rem 0;background:#fff}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--color-text-primary)}.section-description{font-size:1.2rem;color:var(--color-text-secondary);max-width:600px;margin:0 auto;line-height:1.6}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}@media(max-width:1024px){.hero-content{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-visual{order:-1}.map-representation{width:250px;height:250px}}@media(max-width:768px){.hero-section{min-height:90vh}.hero-title{font-size:3rem}.hero-stats{flex-direction:column;gap:1rem}.stat-separator{width:2rem;height:1px}.projects-grid{grid-template-columns:1fr}.cta-button{width:100%;justify-content:center}}@media(max-width:480px){.hero-content{gap:2rem}.hero-actions{flex-direction:column}.projects-section{padding:4rem 0}}
