:root{
  --ayge-blue:#1b2f8f;
  --ayge-blue-dark:#121f67;
  --ayge-teal:#66c7c0;
  --ayge-teal-dark:#276f68;
  --ayge-gold:#f4c542;
  --ayge-copper:#9b6a55;
  --ayge-green:#123d36;
  --ayge-orange:#cf7e42;
  --ayge-orange-dark:#a95c2e;
  --ayge-ink:#10213a;
  --ayge-muted:#61706f;
  --ayge-soft:#f6f3ec;
  --ayge-white:#fff;
  --ayge-line:#e8dfd2;
  --ayge-shadow:0 18px 48px rgba(23,63,95,.09);
  --ayge-radius:24px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  background:var(--ayge-soft);
  color:#1e2d2a;
  line-height:1.6;
}
img{max-width:100%}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
.sr-only{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}
.ayge-skip-link{
  position:fixed;
  left:12px;
  top:-80px;
  z-index:999;
  padding:10px 14px;
  border-radius:10px;
  background:#fff;
  color:var(--ayge-green);
  font-weight:700;
}
.ayge-skip-link:focus{top:12px}

/* Header */
.ayge-site-header{position:relative;z-index:100}
.ayge-nav{
  position:sticky;
  top:0;
  z-index:100;
  background:rgba(255,255,255,.96);
  border-bottom:1px solid rgba(232,223,210,.92);
  backdrop-filter:blur(12px);
}
.ayge-nav__inner{
  max-width:1220px;
  margin:0 auto;
  min-height:78px;
  padding:10px 22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
}
.ayge-brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:210px;
}
.ayge-brand img{width:112px;height:auto;display:block}
.ayge-brand span{
  color:var(--ayge-green);
  font-size:12px;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.ayge-nav__links{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:4px;
}
.ayge-nav__links a{
  padding:9px 10px;
  border-radius:999px;
  color:#29423e;
  font-size:13px;
  font-weight:800;
}
.ayge-nav__links a:hover,
.ayge-nav__links a:focus{background:#f0ebe4;color:var(--ayge-orange)}
.ayge-nav__links .ayge-nav__cta{
  margin-left:5px;
  padding-left:16px;
  padding-right:16px;
  background:var(--ayge-orange);
  color:#fff;
}
.ayge-nav__links .ayge-nav__cta:hover{background:var(--ayge-orange-dark);color:#fff}
.ayge-nav-toggle{
  display:none;
  width:45px;
  height:42px;
  border:1px solid var(--ayge-line);
  border-radius:12px;
  background:#fff;
  cursor:pointer;
}
.ayge-nav-toggle span:not(.sr-only){
  display:block;
  width:21px;
  height:2px;
  margin:4px auto;
  background:var(--ayge-green);
}

/* Existing public module compatibility */
.page-hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 15% 10%,rgba(102,199,192,.34),transparent 30%),
    radial-gradient(circle at 85% 15%,rgba(244,197,66,.28),transparent 27%),
    linear-gradient(135deg,#fff 0%,#f4f7f8 44%,#eef4ee 100%);
}
.page-hero-inner{max-width:1180px;margin:0 auto;padding:62px 22px 56px}
.page-kicker,.tag{
  display:inline-flex;
  background:#fff;
  border:1px solid var(--ayge-line);
  color:var(--ayge-green);
  padding:7px 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
}
.page-hero h1{
  margin:18px 0 12px;
  color:var(--ayge-blue);
  font-size:clamp(38px,5vw,62px);
  line-height:1;
  letter-spacing:-1.5px;
}
.page-hero p{max-width:820px;margin:0;color:#42524e;font-size:18px}
.page-wrap{max-width:1180px;margin:0 auto;padding:54px 22px 76px}
.member-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.member-card{
  background:#fff;
  border:1px solid var(--ayge-line);
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 12px 32px rgba(23,63,95,.07);
}
.member-card img{width:100%;height:250px;object-fit:cover;display:block}
.member-card-body{padding:22px}
.member-card h2{margin:12px 0 8px;color:var(--ayge-green);font-size:25px;line-height:1.12}
.member-card p{margin:7px 0;color:#53625f}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:0;
  border-radius:999px;
  padding:12px 17px;
  background:var(--ayge-orange);
  color:#fff;
  font-weight:700;
  margin-top:12px;
  box-shadow:0 10px 24px rgba(207,126,66,.20);
  cursor:pointer;
}
.btn:hover{background:var(--ayge-orange-dark)}
.btn.secondary{background:var(--ayge-green)}
.btn.light{background:#f2eee7;color:var(--ayge-green);box-shadow:none}
.notice,.card{
  background:#fff;
  border:1px solid var(--ayge-line);
  border-radius:24px;
  padding:30px;
  box-shadow:0 12px 32px rgba(23,63,95,.06);
}
.notice h2,.card h2,.card h3{color:var(--ayge-green)}
.notice.error,.alert.error{
  background:#fff5f3;
  border-color:#e6aaa5;
  color:#7b1d17;
}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.form-full{grid-column:1/-1}
label{font-weight:700}
input,select,textarea{
  width:100%;
  padding:12px;
  border:1px solid #ccd6d2;
  border-radius:10px;
  background:#fff;
}
table{width:100%;border-collapse:collapse}
th,td{padding:12px;border-bottom:1px solid var(--ayge-line);text-align:left}
.muted{color:var(--ayge-muted)}

/* Footer */
.ayge-site-footer{
  background:var(--ayge-ink);
  color:rgba(255,255,255,.82);
  padding:54px 22px 28px;
}
.ayge-footer-grid{
  max-width:1220px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.25fr .75fr .85fr .9fr;
  gap:34px;
}
.ayge-footer-brand img{
  width:132px;
  padding:8px;
  border-radius:12px;
  background:#fff;
}
.ayge-site-footer h2,.ayge-site-footer h3{color:#fff}
.ayge-site-footer h2{font-size:22px;margin:13px 0 8px}
.ayge-site-footer h3{font-size:15px;margin:0 0 12px}
.ayge-site-footer a,.ayge-site-footer span{display:block;margin:7px 0}
.ayge-site-footer a:hover{color:var(--ayge-gold)}
.ayge-footer-bottom{
  max-width:1220px;
  margin:34px auto 0;
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,.12);
  display:flex;
  justify-content:space-between;
  gap:20px;
  font-size:13px;
}

@media(max-width:980px){
  .ayge-nav-toggle{display:block}
  .ayge-nav__links{
    position:absolute;
    left:18px;
    right:18px;
    top:74px;
    display:none;
    padding:14px;
    border:1px solid var(--ayge-line);
    border-radius:18px;
    background:#fff;
    box-shadow:var(--ayge-shadow);
  }
  .ayge-nav__links.is-open{display:grid}
  .ayge-nav__links a{padding:11px 13px}
  .ayge-nav__links .ayge-nav__cta{margin-left:0;text-align:center}
  .ayge-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:760px){
  .brand-name,.ayge-brand span{display:none}
  .member-grid,.form-grid{grid-template-columns:1fr}
  .form-full{grid-column:auto}
  .ayge-footer-grid{grid-template-columns:1fr}
  .ayge-footer-bottom{display:block}
}
