.ayge-home{background:#fff}

/* Hero */
.ayge-hero{
  position:relative;
  min-height:760px;
  display:flex;
  align-items:center;
  overflow:hidden;
  background:var(--ayge-ink);
  color:#fff;
}
.ayge-hero__media,.ayge-hero__overlay{position:absolute;inset:0}
.ayge-hero__media img{width:100%;height:100%;object-fit:cover;display:block}
.ayge-hero__overlay{
  background:
    linear-gradient(90deg,rgba(8,27,43,.92) 0%,rgba(8,27,43,.74) 47%,rgba(8,27,43,.16) 100%),
    linear-gradient(0deg,rgba(8,27,43,.45),transparent 45%);
}
.ayge-hero__content{position:relative;z-index:2;padding-top:100px;padding-bottom:125px}
.ayge-hero h1{
  max-width:820px;
  margin:15px 0 18px;
  color:#fff;
  font-size:clamp(48px,7vw,86px);
  line-height:.97;
  letter-spacing:-.055em;
}
.ayge-hero__lead{max-width:780px;margin:0;color:#fff;font-size:clamp(20px,2.3vw,29px);line-height:1.35}
.ayge-hero__text{max-width:710px;margin:18px 0 25px;color:rgba(255,255,255,.78);font-size:17px}
.ayge-hero__facts{
  position:absolute;
  z-index:2;
  left:50%;
  bottom:24px;
  transform:translateX(-50%);
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.ayge-hero__facts span{
  padding:8px 12px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:999px;
  background:rgba(255,255,255,.10);
  color:#fff;
  font-size:12px;
  font-weight:800;
  backdrop-filter:blur(8px);
}

/* META */
.ayge-meta-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:60px;align-items:center}
.ayge-meta-image{width:100%;margin-top:24px;border-radius:24px;box-shadow:0 18px 42px rgba(0,0,0,.25)}
.ayge-meta-steps{display:grid;gap:13px}
.ayge-meta-steps article{
  display:grid;
  grid-template-columns:76px 1fr;
  gap:18px;
  padding:22px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:22px;
  background:rgba(255,255,255,.06);
}
.ayge-meta-steps article>span{
  display:grid;
  place-items:center;
  width:64px;
  height:64px;
  border-radius:20px;
  background:linear-gradient(135deg,var(--ayge-gold),var(--ayge-orange));
  color:var(--ayge-ink);
  font-size:29px;
  font-weight:900;
}
.ayge-meta-steps h3{margin:0 0 6px;color:#fff;font-size:23px}
.ayge-meta-steps p{margin:0}

/* Routes/process/benefits */
.ayge-route-card{
  position:relative;
  min-height:290px;
  padding:26px;
  border-radius:24px;
  overflow:hidden;
  color:#fff;
  box-shadow:var(--ayge-shadow);
}
.ayge-route-card h3{margin:18px 0 10px;font-size:24px;line-height:1.15}
.ayge-route-card p{color:rgba(255,255,255,.80)}
.ayge-route-card .ayge-text-link{color:#fff}
.ayge-route-card--person{background:linear-gradient(145deg,#1b2f8f,#263daf)}
.ayge-route-card--org{background:linear-gradient(145deg,#123d36,#236a5f)}
.ayge-route-card--project{background:linear-gradient(145deg,#9b5f3d,#cf7e42)}
.ayge-route-card--ally{background:linear-gradient(145deg,#6a527e,#9978ad)}
.ayge-route-number{
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  border:1px solid rgba(255,255,255,.32);
  border-radius:15px;
  background:rgba(255,255,255,.10);
  font-weight:900;
}
.ayge-process{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin:0;padding:0;list-style:none}
.ayge-process li{
  min-height:245px;
  padding:22px 18px;
  border:1px solid var(--ayge-line);
  border-radius:20px;
  background:#fff;
}
.ayge-process li>span{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  margin-bottom:20px;
  border-radius:14px;
  background:var(--ayge-green);
  color:#fff;
  font-weight:900;
}
.ayge-process strong{color:var(--ayge-green);font-size:18px}
.ayge-process p{font-size:14px}
.ayge-benefit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;margin-top:25px}
.ayge-benefit-grid article{padding:17px;border:1px solid var(--ayge-line);border-radius:17px;background:#fff}
.ayge-benefit-grid strong{display:block;color:var(--ayge-green);font-size:18px}
.ayge-benefit-grid span{display:block;margin-top:5px;color:#65716e;font-size:14px}

/* Pricing */
.ayge-pricing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.ayge-pricing-grid--2{max-width:900px;margin:0 auto}
.ayge-price-card{
  display:flex;
  flex-direction:column;
  padding:30px;
  border:1px solid var(--ayge-line);
  border-radius:28px;
  background:#fff;
  box-shadow:0 16px 42px rgba(23,63,95,.07);
}
.ayge-price-card--featured{
  border:2px solid var(--ayge-orange);
  background:linear-gradient(180deg,#fffaf4,#fff);
  transform:translateY(-8px);
}
.ayge-price-card h3{margin:12px 0 6px;color:var(--ayge-green);font-size:28px}
.ayge-price{display:flex;align-items:baseline;gap:8px;margin:8px 0 10px}
.ayge-price strong{color:var(--ayge-orange);font-size:38px;line-height:1}
.ayge-price span{color:#6c7774;font-size:13px;font-weight:800}
.ayge-price-card .ayge-check-list{flex:1}
.ayge-price-card__intro{font-weight:800}
.ayge-org-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:28px;align-items:stretch}
.ayge-media-card--org,.ayge-media-card--org img{min-height:100%}

/* Projects/network/events */
.ayge-project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.ayge-project-card{
  overflow:hidden;
  border:1px solid var(--ayge-line);
  border-radius:24px;
  background:#fff;
  box-shadow:0 14px 36px rgba(23,63,95,.07);
}
.ayge-project-card img{width:100%;height:220px;object-fit:cover;display:block}
.ayge-project-card__body{padding:22px}
.ayge-project-card h3{margin:11px 0 8px;color:var(--ayge-green);font-size:24px}
.ayge-network-card{
  display:grid;
  grid-template-columns:72px 1fr;
  gap:20px;
  padding:28px;
  border:1px solid var(--ayge-line);
  border-radius:24px;
  background:#fff;
  box-shadow:0 12px 30px rgba(23,63,95,.06);
}
.ayge-network-card__icon{
  display:grid;
  place-items:center;
  width:64px;
  height:64px;
  border-radius:20px;
  background:linear-gradient(135deg,var(--ayge-teal),#d8f3eb);
  color:var(--ayge-green);
  font-size:28px;
  font-weight:900;
}
.ayge-network-card h3{margin:0 0 8px;color:var(--ayge-green);font-size:25px}
.ayge-event-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:28px;align-items:stretch}
.ayge-event-layout>img{width:100%;height:100%;min-height:430px;object-fit:cover;border-radius:26px}
.ayge-linked-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:28px}
.ayge-link-card{padding:25px;border-radius:23px;color:#fff}
.ayge-link-card h3{font-size:24px;margin:12px 0 5px}
.ayge-link-card p{color:rgba(255,255,255,.80)}
.ayge-link-card__sub{font-weight:800}
.ayge-link-card--green,.project-green{background:linear-gradient(145deg,#123d36,#247567)}
.ayge-link-card--copper,.project-pink{background:linear-gradient(145deg,#80523f,#c77d5e)}
.ayge-link-card--blue,.project-blue{background:linear-gradient(145deg,#1b2f8f,#4159bd)}

/* KPIs/roadmap/FAQ/CTA */
.ayge-kpi-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}
.ayge-kpi-grid article{padding:22px;border-radius:19px;background:#fff;border:1px solid var(--ayge-line)}
.ayge-kpi-grid strong{display:block;color:var(--ayge-green);font-size:20px}
.ayge-kpi-grid span{display:block;margin-top:7px;color:#687470}
.ayge-roadmap-card{padding:30px;border:1px solid var(--ayge-line);border-radius:26px;background:rgba(255,255,255,.82);box-shadow:var(--ayge-shadow)}
.ayge-roadmap-card h3{color:var(--ayge-green);font-size:28px}
.ayge-roadmap-card ol{padding-left:20px}
.ayge-roadmap-card li{margin:13px 0}
.ayge-faq-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:58px;align-items:start}
.ayge-faq{display:grid;gap:12px}
.ayge-faq details{border:1px solid var(--ayge-line);border-radius:17px;background:#fff;padding:0 18px}
.ayge-faq summary{padding:18px 0;color:var(--ayge-green);font-weight:900;cursor:pointer}
.ayge-faq details p{padding:0 0 18px;margin:0}
.ayge-cta{background:linear-gradient(135deg,var(--ayge-blue-dark),var(--ayge-blue) 55%,#2b776d);color:#fff}
.ayge-cta__inner{min-height:360px;padding-top:70px;padding-bottom:70px;display:flex;align-items:center;justify-content:space-between;gap:42px}
.ayge-cta h2{max-width:700px;margin:10px 0;color:#fff;font-size:clamp(36px,5vw,62px);line-height:1.02}
.ayge-cta p{max-width:690px;color:rgba(255,255,255,.76);font-size:18px}
.ayge-cta__actions{display:grid;min-width:270px;gap:10px}

@media(max-width:1080px){
  .ayge-process{grid-template-columns:repeat(3,minmax(0,1fr))}
  .ayge-project-grid,.ayge-kpi-grid,.ayge-linked-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ayge-org-layout,.ayge-event-layout,.ayge-faq-layout,.ayge-meta-layout{grid-template-columns:1fr}
}
@media(max-width:760px){
  .ayge-hero{min-height:710px}
  .ayge-hero__content{padding-top:86px;padding-bottom:138px}
  .ayge-hero__overlay{background:linear-gradient(90deg,rgba(8,27,43,.90),rgba(8,27,43,.62))}
  .ayge-process,.ayge-project-grid,.ayge-kpi-grid,.ayge-linked-grid,.ayge-pricing-grid,.ayge-benefit-grid{grid-template-columns:1fr}
  .ayge-price-card--featured{transform:none}
  .ayge-network-card{grid-template-columns:1fr}
  .ayge-cta__inner{display:block}
  .ayge-cta__actions{margin-top:24px;min-width:0}
}
