@import "https://fonts.googleapis.com/css2?family=Manrope:wght@500;700;800&family=Source+Sans+3:wght@400;600&display=swap";
:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--ink:#11213f;--bg:#fff;--card:#fff;--blue:#4762ed;--orange:#e57d1c;--red:#de3319;--muted:#4f638a;--line:#dce4ff;--soft-line:#e8ecff;--container:1200px}*{box-sizing:border-box}html{scroll-behavior:smooth}html,body{min-height:100%;margin:0;overflow-x:clip}body{background:var(--bg);color:var(--ink);font-family:"Source Sans 3",Arial,sans-serif}a{color:inherit}main{min-height:55vh}.container{width:min(var(--container), calc(100% - 2rem));margin:0 auto}.topbar{z-index:10;background:var(--bg);position:relative}.topbar-inner{justify-content:space-between;align-items:center;gap:2rem;padding:1.35rem 0;display:flex}.brand{color:var(--ink);flex:none;align-items:center;gap:.65rem;text-decoration:none;display:inline-flex}.brand img{object-fit:contain;border-radius:10px;width:46px;height:46px}.brand span,.hero-title,.section-title,.content-card h3,.feature-card h3,.footer-title,.stats-grid strong{font-family:Manrope,sans-serif}.brand span{letter-spacing:.02em;font-weight:800}.menu{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.7rem 1.25rem;display:flex}.menu a{color:var(--ink);font-weight:600;text-decoration:none}.menu a:hover,.menu a:focus-visible,.footer-links a:hover,.footer-links a:focus-visible{color:var(--blue)}.hero-section{padding:4rem 0 2.5rem;overflow:hidden}.hero-grid{grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);align-items:center;gap:2rem;display:grid}.hero-grid-solo{display:block}.hero-copy{max-width:760px;animation:.8s both fade-up}.hero-image{object-fit:contain;width:100%;height:auto;max-height:520px}.page-hero{border-block:1px solid var(--soft-line);background:#fff;padding:4.5rem 0 3.5rem}.page-hero .hero-body{max-width:720px}.eyebrow{color:var(--blue);letter-spacing:.06em;text-transform:uppercase;margin:0;font-weight:700}.hero-title{overflow-wrap:anywhere;max-width:950px;margin:.65rem 0 0;font-size:clamp(2.25rem,6vw,4.5rem);line-height:1.05}.hero-body{margin:1.2rem 0 0;font-size:1.18rem;line-height:1.65}.hero-actions{flex-wrap:wrap;gap:.75rem;margin-top:1.6rem;display:flex}.btn{min-height:46px;font:inherit;cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;padding:.75rem 1.2rem;font-weight:700;text-decoration:none;display:inline-flex}.btn-primary{color:#fff;background:var(--blue)}.btn-secondary{color:var(--ink);border:1px solid color-mix(in srgb, var(--ink) 20%, transparent);background:#fff}.section,.section-soft,.section-news{padding:4.5rem 0}.section-soft,.section-news{background:#fff}.section-head{max-width:820px;margin-bottom:1.5rem}.section-title{margin:0;font-size:clamp(1.65rem,3vw,2.4rem);line-height:1.2}.section-intro,.content-card p,.feature-card p,.detail-card p,.lead-copy,.state{line-height:1.65}.section-intro{color:var(--muted);margin:.65rem 0 0;font-size:1.08rem}.split-grid,.card-grid,.contact-grid{gap:1.25rem;display:grid}.split-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mission-grid{align-items:center;gap:clamp(2rem,6vw,5rem)}.card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.content-card,.feature-card,.detail-card,.contact-form{background:var(--card);border:1px solid var(--soft-line);border-radius:18px;padding:clamp(1.25rem,3vw,2rem)}.content-card{border-left:5px solid var(--blue)}.content-card:nth-child(2n){border-left-color:var(--orange)}.content-card h3,.feature-card h3{margin:0;font-size:1.25rem;line-height:1.35}.content-card p,.feature-card p{margin:.65rem 0 0}.feature-card{border-top:4px solid var(--orange);justify-content:space-between;align-items:center;gap:2rem;display:flex}.lead-copy{margin:0 0 1rem;font-size:1.1rem}.section-image{object-fit:cover;border-radius:20px;width:100%;height:auto;max-height:480px;display:block}.stats-section{padding-top:1.5rem}.stats-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.stats-grid div{border:1px solid var(--line);background:#fff;border-radius:18px;justify-content:center;align-items:baseline;gap:.7rem;padding:1.5rem;display:flex}.stats-grid strong{color:var(--red);font-size:clamp(1.8rem,4vw,3rem)}.stats-grid span{color:var(--muted);font-weight:600}.meta{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-weight:600;margin:0!important}.text-link{color:var(--blue);margin-top:.65rem;font-weight:700;text-decoration:none;display:inline-block}.state{color:var(--muted);border:1px dashed var(--line);background:#fff;border-radius:14px;margin:0;padding:1.25rem}.detail-card{max-width:840px}.detail-card .lead-copy{color:var(--blue);font-size:1.45rem;font-weight:700}.contact-grid{grid-template-columns:.8fr 1.2fr;align-items:start}.contact-card{position:sticky;top:1rem}.contact-email{color:var(--blue);overflow-wrap:anywhere;margin-top:1.25rem;font-weight:700;display:inline-block}.contact-form{gap:1rem;display:grid}.form-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.contact-form label{gap:.4rem;font-weight:600;display:grid}.contact-form input,.contact-form textarea{width:100%;color:var(--ink);font:inherit;background:#fbfcff;border:1px solid #cdd8f7;border-radius:10px;padding:.8rem .9rem}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--blue);outline:3px solid #4762ed29}.contact-form textarea{resize:vertical}.contact-form .btn{justify-self:start}.form-note{color:var(--muted);margin:0;font-size:.92rem}.municipality-explorer{grid-template-columns:1fr;align-items:start;gap:0;display:grid}.municipality-card{border:1px solid var(--soft-line);background:#fff;border-radius:20px}.map-panel{width:100%;min-width:0;max-width:none;margin:0 auto;position:relative;overflow:visible}.armenia-map{aspect-ratio:640/500;-webkit-user-select:none;user-select:none;width:100%;height:auto;max-height:none;margin:0 auto;display:block;overflow:hidden}.municipality-shape{fill:#edf1fb;stroke:#9dadcf;stroke-width:.75px;vector-effect:non-scaling-stroke}.partner-shape{fill:var(--orange);stroke:#9dadcf;stroke-width:.75px;cursor:pointer;transform-box:fill-box;transform-origin:50%;-webkit-user-select:none;user-select:none;outline:none;transition:fill .18s,transform .18s}.partner-shape.selected{fill:var(--orange)}.partner-shape:hover,.partner-shape:focus-visible{fill:color-mix(in srgb, var(--orange) 55%, #fff 45%);outline:none}.municipality-card{border-top:5px solid var(--blue);width:100%;max-width:340px;padding:1rem}.municipality-card-overlay{z-index:2;width:min(240px,48vw);max-width:260px;position:absolute;top:50%;left:50%;transform:translateY(-50%)}.municipality-card h2{margin:.35rem 0 1.25rem;font-family:Manrope,sans-serif;font-size:clamp(1.65rem,3vw,2.25rem)}.municipality-card-overlay h2{margin-bottom:.9rem;font-size:1.15rem}.municipality-card>p{line-height:1.65}.municipality-code{color:var(--blue);margin:0;font-weight:800}.municipality-card dl{background:#f1f4ff;border-radius:12px;margin:0 0 1.25rem;padding:1rem}.municipality-card dt{color:var(--muted);letter-spacing:.05em;text-transform:uppercase;font-size:.82rem;font-weight:700}.municipality-card dd{margin:.2rem 0 0;font-family:Manrope,sans-serif;font-size:1.15rem;font-weight:800}.instagram-card{color:var(--ink);border:1px solid var(--line);background:#fff;border-radius:14px;align-items:center;gap:.8rem;margin-top:1.5rem;padding:.9rem 1rem;text-decoration:none;display:flex}.instagram-card:hover,.instagram-card:focus-visible{border-color:var(--blue)}.instagram-card span:first-child{flex:1;display:grid}.instagram-card small{color:var(--muted);margin-top:.15rem}.date-note{color:var(--muted);border-left:3px solid var(--orange);background:#f7f8fc;margin-top:1.5rem;padding:.8rem 1rem}.footer{background:var(--ink);color:#fff;padding:3rem 0}.footer-inner{grid-template-columns:1fr auto;align-items:start;gap:1.5rem 3rem;display:grid}.footer p{margin:.3rem 0 0}.footer-title{font-size:1.35rem;font-weight:800;margin:0!important}.footer-links{flex-wrap:wrap;justify-content:flex-end;gap:.7rem 1.2rem;display:flex}.footer-links a{color:#fff;font-weight:600;text-decoration:none}.copyright{color:#bfc9e2;grid-column:1/-1;font-size:.9rem}.original-home .topbar{background:0 0}.original-home .topbar-inner{gap:1rem;padding:1.75rem 0 .5rem}.original-home .brand img{object-fit:cover;width:44px;height:44px}.original-home .menu{gap:1.25rem}.original-home main{gap:7rem;display:grid}.original-home .hero-section{padding:4rem 0 2.25rem}.original-home .hero-copy{max-width:760px}.original-home .section,.original-home .section-soft,.original-home .section-news{background:0 0;margin:0;padding:0}.original-home .section-head{margin-bottom:1rem}.original-home .section-title{font-size:clamp(1.45rem,2.4vw,2rem)}.original-home .card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.original-home .split-grid{grid-template-columns:1fr;gap:.85rem}.original-home .content-card{box-shadow:none;border-left-width:1px;border-radius:16px;padding:1rem}.original-home #focus .content-card{border-left-width:5px}.original-home #focus .content-card:first-child{border-left-color:var(--red)}.original-home #focus .content-card:nth-child(2){border-left-color:var(--blue)}.original-home #focus .content-card:nth-child(3){border-left-color:var(--orange)}.original-home #calls .content-card{border-left-color:var(--line);border-top:3px solid var(--orange)}.original-home #calls{margin-bottom:7rem}.original-home #calls .text-link{color:var(--orange)}.original-home #news .content-card{border-left-color:var(--line);border-top:3px solid var(--blue)}.original-home #mission .content-card,.original-home #calls .content-card:nth-child(2n),.original-home #news .content-card:nth-child(2n){border-left-color:var(--line)}.original-home .original-footer{color:var(--ink);background:0 0;padding:1rem 0 2rem}.original-home .footer-inner{border-top:1px solid var(--line);padding-top:1rem;display:block}.original-home .original-footer p{text-align:center}main>section+section{margin-top:7rem}@keyframes fade-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.topbar-inner{flex-direction:column;align-items:flex-start;gap:1rem}.menu{justify-content:flex-start}.hero-grid,.split-grid,.contact-grid,.municipality-explorer{grid-template-columns:1fr}.contact-card{position:static}.original-home .card-grid{grid-template-columns:1fr}}@media (max-width:640px){.container{width:min(var(--container), calc(100% - 1.25rem))}.topbar-inner{padding-block:1rem}.brand img{width:40px;height:40px}.menu{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;width:100%;display:grid}.menu a{border:1px solid var(--soft-line);background:#fff;border-radius:9px;padding:.5rem .65rem}.hero-section,.page-hero{padding:2.75rem 0}.hero-grid{gap:1rem}.hero-image{max-height:370px}.section,.section-soft,.section-news{padding:3rem 0}.card-grid,.stats-grid,.form-row{grid-template-columns:1fr}.stats-grid div{justify-content:flex-start}.feature-card{flex-direction:column;align-items:flex-start;gap:1.25rem}.footer-inner{grid-template-columns:1fr}.footer-links{justify-content:flex-start}.copyright{grid-column:auto}}
