
:root{
  --green:#0b6b3a;
  --green-2:#0f8d4f;
  --deep:#0b3d2e;
  --gold:#f4c542;
  --white:#ffffff;
  --off:#f6faf7;
  --muted:#607067;
  --line:#d9eadf;
  --dark:#123227;
  --shadow:0 16px 40px rgba(9,52,34,.12);
  --radius:22px;
  --container:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;color:var(--dark);background:#fff;line-height:1.6}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
.skip-link{position:absolute;left:-999px;top:auto;background:var(--green);color:white;padding:.65rem 1rem;z-index:999}
.skip-link:focus{left:1rem;top:1rem;border-radius:8px}
.container{width:min(var(--container),calc(100% - 32px));margin-inline:auto}
.topbar{background:var(--deep);color:#eaf8ee;font-size:.92rem}
.topbar .container{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.55rem 0;flex-wrap:wrap}
.topbar a:hover{text-decoration:underline}.topbar-left,.topbar-right{display:flex;align-items:center;gap:.85rem;flex-wrap:wrap}.social{display:inline-grid;place-items:center;width:30px;height:30px;border:1px solid rgba(255,255,255,.25);border-radius:999px;font-weight:800;background:rgba(255,255,255,.06)}
.site-header{position:sticky;top:0;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);z-index:50;border-bottom:1px solid var(--line)}
.navbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 0}.brand{display:flex;align-items:center;gap:.75rem;min-width:230px}.brand img{width:76px}.brand-title{font-weight:900;color:var(--deep);line-height:1.1;font-size:1.05rem}.brand-sub{font-size:.78rem;color:var(--muted);font-weight:700}.nav-links{display:flex;align-items:center;gap:.1rem;list-style:none;margin:0;padding:0}.nav-links a{display:block;padding:.8rem .72rem;border-radius:999px;font-weight:800;font-size:.94rem;color:#1c4938}.nav-links a:hover,.nav-links a.active{background:#eaf7ef;color:var(--green)}.menu-toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;border:0;border-radius:10px;background:var(--green);color:#fff;font-size:1.5rem;cursor:pointer}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.15rem;border-radius:999px;border:2px solid transparent;background:var(--green);color:#fff;font-weight:900;box-shadow:0 8px 20px rgba(11,107,58,.18);transition:.2s}.btn:hover{transform:translateY(-1px);background:var(--green-2)}.btn.secondary{background:#fff;color:var(--green);border-color:var(--green);box-shadow:none}.btn.gold{background:var(--gold);color:#183126}.btn.small{padding:.55rem .85rem;font-size:.9rem}.page-hero{background:linear-gradient(120deg,#eaf7ef,#ffffff 55%,#fff7dd);padding:4rem 0 3rem;border-bottom:1px solid var(--line)}.page-hero h1{font-size:clamp(2.1rem,5vw,4rem);line-height:1.05;margin:0 0 1rem;color:var(--deep)}.breadcrumb{font-weight:800;color:var(--green);margin-bottom:1rem}.lead{font-size:1.13rem;color:#4b6258;max-width:840px}.section{padding:4rem 0}.section.alt{background:var(--off)}.section-title{max-width:780px;margin-bottom:2rem}.eyebrow{font-weight:900;color:var(--green);text-transform:uppercase;letter-spacing:.08em;font-size:.82rem}.section-title h2,.section h2{font-size:clamp(1.75rem,3.2vw,2.75rem);line-height:1.1;color:var(--deep);margin:.45rem 0}.section-title p{color:var(--muted);font-size:1.05rem}.grid{display:grid;gap:1.25rem}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.35rem;box-shadow:0 6px 22px rgba(12,73,46,.06)}.card h3{margin:.25rem 0 .55rem;color:var(--deep);line-height:1.2}.card p{color:var(--muted);margin:.35rem 0}.icon{width:48px;height:48px;border-radius:14px;background:#eaf7ef;display:grid;place-items:center;color:var(--green);font-weight:900;font-size:1.25rem}.hero-slider{position:relative;overflow:hidden;background:#eef8f1}.slides{position:relative;min-height:680px}.slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .55s ease, visibility .55s ease}.slide.active{opacity:1;visibility:visible}.slide .container{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:2rem;min-height:680px}.hero-content{padding:3rem 0}.badge{display:inline-flex;align-items:center;gap:.45rem;background:#fff;border:1px solid var(--line);color:var(--green);font-weight:900;border-radius:999px;padding:.45rem .75rem;margin-bottom:1rem}.hero-content h1{font-size:clamp(2.4rem,6vw,5rem);line-height:.98;margin:.3rem 0 1rem;color:var(--deep);letter-spacing:-.04em}.hero-content p{font-size:1.14rem;color:#4d665b;max-width:650px}.hero-actions{display:flex;gap:.85rem;flex-wrap:wrap;margin-top:1.4rem}.hero-img{border-radius:32px;overflow:hidden;box-shadow:var(--shadow);border:8px solid #fff}.slider-controls{position:absolute;left:50%;bottom:1.25rem;transform:translateX(-50%);display:flex;gap:.6rem}.dot{width:12px;height:12px;border-radius:999px;border:0;background:#a8c8b6;cursor:pointer}.dot.active{background:var(--green);width:34px}.quick-strip{background:var(--green);color:#fff}.quick-strip .container{display:grid;grid-template-columns:repeat(4,1fr);gap:1px}.quick-item{padding:1.5rem;background:rgba(255,255,255,.08)}.quick-item strong{display:block;font-size:1.5rem}.quick-item span{opacity:.88}.split{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.split img{border-radius:var(--radius);box-shadow:var(--shadow);border:8px solid #fff}.list{margin:0;padding:0;list-style:none}.list li{padding:.75rem 0 .75rem 2rem;border-bottom:1px solid var(--line);position:relative}.list li:before{content:'✓';position:absolute;left:0;top:.78rem;color:var(--green);font-weight:900}.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:18px;background:#fff}.table{width:100%;border-collapse:collapse;min-width:720px}.table th,.table td{padding:1rem;text-align:left;border-bottom:1px solid var(--line)}.table th{background:#eaf7ef;color:var(--deep)}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.gallery-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 6px 22px rgba(12,73,46,.06)}.gallery-card div{padding:1rem}.news-card{display:flex;flex-direction:column;gap:.65rem}.date-pill{align-self:flex-start;background:#fff7dd;color:#67510a;border-radius:999px;padding:.35rem .7rem;font-weight:900;font-size:.86rem}.cta{background:linear-gradient(120deg,var(--deep),var(--green));color:#fff;border-radius:34px;padding:2.2rem;display:grid;grid-template-columns:1.3fr .7fr;gap:1rem;align-items:center;box-shadow:var(--shadow)}.cta h2{color:#fff;margin:0 0 .6rem}.cta p{color:#eaf8ee;margin:0}.contact-panel{background:#fff;border-radius:28px;border:1px solid var(--line);box-shadow:var(--shadow);padding:1.4rem}.form{display:grid;gap:1rem}.form label{font-weight:900;color:var(--deep)}.form input,.form textarea,.form select{width:100%;padding:.9rem 1rem;border:1px solid #cfe2d6;border-radius:12px;font:inherit}.form textarea{min-height:140px;resize:vertical}.site-footer{background:#0a2c22;color:#d9f4e4;padding:4rem 0 0}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr 1fr;gap:2rem}.footer-brand{display:flex;align-items:center;gap:.8rem;margin-bottom:1rem}.footer-brand img{width:82px;background:#fff;border-radius:14px;padding:4px}.site-footer h3{color:#fff;margin-top:0}.site-footer p,.site-footer li{color:#bdd8c8}.site-footer ul{list-style:none;margin:0;padding:0}.site-footer li{padding:.35rem 0}.site-footer a:hover{color:#fff;text-decoration:underline}.copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:2.5rem;padding:1.1rem 0;color:#b7d1c3;display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}.notice{background:#fff7dd;border:1px solid #f6dfa0;border-radius:18px;padding:1rem;color:#5f501a}.profile-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.profile-item{background:#fff;border:1px solid var(--line);border-radius:16px;padding:1rem}.profile-item strong{display:block;color:var(--deep)}.timeline{position:relative;padding-left:1.4rem}.timeline:before{content:'';position:absolute;left:7px;top:0;bottom:0;width:3px;background:#cce8d6}.timeline-item{position:relative;background:#fff;border:1px solid var(--line);border-radius:18px;padding:1rem;margin:0 0 1rem 1rem}.timeline-item:before{content:'';position:absolute;left:-1.63rem;top:1.2rem;width:15px;height:15px;border-radius:999px;background:var(--green);border:3px solid #fff;box-shadow:0 0 0 2px #cce8d6}.portal-box{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.login-panel{background:#fff;border:1px solid var(--line);border-radius:24px;padding:1.5rem;box-shadow:var(--shadow)}
@media (max-width:980px){.menu-toggle{display:flex}.nav-links{position:absolute;left:16px;right:16px;top:100%;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:18px;display:none;flex-direction:column;align-items:stretch;padding:.75rem}.nav-links.open{display:flex}.nav-links a{border-radius:12px}.slide .container,.split,.cta{grid-template-columns:1fr}.slides,.slide .container{min-height:unset}.slide{position:relative;display:none}.slide.active{display:block}.hero-content{padding:2.5rem 0 1rem}.hero-img{margin-bottom:4rem}.quick-strip .container{grid-template-columns:repeat(2,1fr)}.grid.three,.grid.four,.gallery-grid,.footer-grid,.portal-box{grid-template-columns:repeat(2,1fr)}.profile-list{grid-template-columns:1fr}}
@media (max-width:640px){.container{width:min(100% - 24px,var(--container))}.topbar .container{justify-content:center;text-align:center}.brand img{width:62px}.brand-title{font-size:.95rem}.brand-sub{font-size:.72rem}.page-hero{padding:2.6rem 0}.section{padding:2.8rem 0}.quick-strip .container,.grid.two,.grid.three,.grid.four,.gallery-grid,.footer-grid,.portal-box{grid-template-columns:1fr}.quick-item{padding:1.1rem}.hero-content h1{font-size:2.55rem}.hero-actions .btn{width:100%}.cta{padding:1.5rem;border-radius:24px}.copyright{display:block;text-align:center}.topbar-left{justify-content:center}.slide .container{gap:.5rem}.hero-img{border-width:5px;border-radius:22px}}

.stat-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:1rem;box-shadow:0 6px 22px rgba(12,73,46,.05)}
.stat-card strong{display:block;color:var(--green);font-size:1.55rem;line-height:1.1}.stat-card span{color:var(--muted);font-weight:700}
.tag-row{display:flex;gap:.6rem;flex-wrap:wrap;margin-top:1rem}.tag{background:#eaf7ef;border:1px solid var(--line);color:var(--deep);font-weight:800;padding:.45rem .7rem;border-radius:999px}
.feature-img{aspect-ratio:16/10;object-fit:cover;width:100%}
.map-card{min-height:280px;display:grid;place-items:center;text-align:center;background:linear-gradient(120deg,#eaf7ef,#fff7dd)}
.notice strong{color:var(--deep)}
