:root{--wd-ink:#12241d;--wd-muted:#5b6b64;--wd-green:#12633f;--wd-green2:#0a4b31;--wd-gold:#d6a84b;--wd-soft:#f4f8f5;--wd-line:#dce6df;--wd-white:#fff}
.wd-hero{position:relative;min-height:540px;display:flex;align-items:flex-end;background-size:cover;background-position:center;overflow:hidden}.wd-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,35,24,.88),rgba(7,35,24,.58) 48%,rgba(7,35,24,.18))}.wd-hero .container{position:relative;z-index:2;padding-top:110px;padding-bottom:72px}.wd-hero-copy{max-width:780px;color:#fff}.wd-kicker{display:inline-flex;gap:8px;align-items:center;font-size:.79rem;text-transform:uppercase;letter-spacing:.13em;font-weight:800;margin-bottom:16px}.wd-kicker:before{content:"";width:34px;height:2px;background:var(--wd-gold)}.wd-hero h1{font-size:clamp(2.5rem,5vw,4.9rem);line-height:1.02;margin:0 0 18px;color:#fff;letter-spacing:-.035em}.wd-hero p{font-size:clamp(1.03rem,1.7vw,1.28rem);line-height:1.65;max-width:700px;color:rgba(255,255,255,.92);margin:0}.wd-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.wd-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:13px 19px;border-radius:8px;font-weight:800;text-decoration:none}.wd-btn.primary{background:#fff;color:var(--wd-green2)}.wd-btn.ghost{border:1px solid rgba(255,255,255,.55);color:#fff;background:rgba(255,255,255,.08)}
.wd-section{padding:76px 0}.wd-section.soft{background:var(--wd-soft)}.wd-section.dark{background:linear-gradient(135deg,#0b3726,#0a5034);color:#fff}.wd-section-head{max-width:780px;margin-bottom:34px}.wd-section-head .wd-kicker{color:var(--wd-green)}.wd-section-head h2{font-size:clamp(1.9rem,3vw,3rem);line-height:1.12;margin:0 0 12px;color:var(--wd-ink);letter-spacing:-.025em}.wd-section-head p{font-size:1.06rem;line-height:1.7;color:var(--wd-muted);margin:0}.wd-grid{display:grid;gap:22px}.wd-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.wd-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.wd-grid.five{grid-template-columns:repeat(5,minmax(0,1fr))}.wd-card{background:#fff;border:1px solid var(--wd-line);border-radius:16px;overflow:hidden;box-shadow:0 10px 34px rgba(16,53,37,.07);height:100%}.wd-card-media{aspect-ratio:16/10;overflow:hidden;background:#dde8e1}.wd-card-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.wd-card:hover .wd-card-media img{transform:scale(1.03)}.wd-card-body{padding:24px}.wd-card h3{font-size:1.28rem;margin:0 0 10px;color:var(--wd-ink)}.wd-card p{color:var(--wd-muted);line-height:1.65;margin:0 0 16px}.wd-card-link{font-weight:800;color:var(--wd-green);text-decoration:none}.wd-card-link:after{content:" →"}
.wd-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.wd-stat{background:#fff;border:1px solid var(--wd-line);border-radius:14px;padding:25px 20px}.wd-stat strong{display:block;color:var(--wd-green2);font-size:clamp(1.7rem,3vw,2.65rem);line-height:1;margin-bottom:9px}.wd-stat span{color:var(--wd-muted);line-height:1.5;font-size:.95rem}.wd-source{display:block;margin-top:10px;font-size:.78rem;color:#73817b}.wd-source a{color:inherit;text-decoration:underline}
.wd-split{display:grid;grid-template-columns:1.02fr .98fr;gap:42px;align-items:center}.wd-photo-frame{position:relative}.wd-photo-frame img{width:100%;min-height:420px;max-height:560px;object-fit:cover;border-radius:18px;display:block}.wd-photo-frame:after{content:"";position:absolute;right:-12px;bottom:-12px;width:34%;height:34%;border-right:4px solid var(--wd-gold);border-bottom:4px solid var(--wd-gold);border-radius:0 0 18px 0;pointer-events:none}.wd-copy h2{font-size:clamp(2rem,3.3vw,3.2rem);margin:0 0 16px;color:var(--wd-ink)}.wd-copy p{font-size:1.05rem;line-height:1.75;color:var(--wd-muted)}.wd-points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:24px}.wd-point{padding:18px;border:1px solid var(--wd-line);border-radius:13px;background:#fff}.wd-point b{display:block;color:var(--wd-ink);margin-bottom:6px}.wd-point span{color:var(--wd-muted);line-height:1.5;font-size:.94rem}
.wd-process{counter-reset:wdstep}.wd-step{position:relative;padding:24px 22px 24px 70px;background:#fff;border:1px solid var(--wd-line);border-radius:14px}.wd-step:before{counter-increment:wdstep;content:counter(wdstep);position:absolute;left:20px;top:21px;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--wd-green2);color:#fff;font-weight:800}.wd-step h3{margin:0 0 6px;color:var(--wd-ink);font-size:1.05rem}.wd-step p{margin:0;color:var(--wd-muted);line-height:1.55;font-size:.94rem}
.wd-dark-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:36px;align-items:start}.wd-section.dark h2,.wd-section.dark h3{color:#fff}.wd-section.dark p{color:rgba(255,255,255,.82)}.wd-evidence{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.16);border-radius:16px;padding:26px}.wd-evidence strong{display:block;font-size:2rem;color:#fff;margin-bottom:10px}.wd-evidence a{color:#fff}.wd-note{font-size:.86rem;color:rgba(255,255,255,.72);line-height:1.6;margin-top:14px}.wd-cta{display:flex;justify-content:space-between;gap:30px;align-items:center;padding:34px;border-radius:16px;background:#fff;border:1px solid var(--wd-line);box-shadow:0 12px 38px rgba(16,53,37,.08)}.wd-cta h2{margin:0 0 8px;color:var(--wd-ink)}.wd-cta p{margin:0;color:var(--wd-muted);max-width:720px}.wd-cta .wd-btn{background:var(--wd-green2);color:#fff;white-space:nowrap}
@media(max-width:980px){.wd-grid.five{grid-template-columns:repeat(2,minmax(0,1fr))}.wd-grid.three,.wd-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wd-split,.wd-dark-grid{grid-template-columns:1fr}.wd-photo-frame img{min-height:340px}.wd-hero{min-height:470px}}
@media(max-width:640px){.wd-hero .container{padding-top:84px;padding-bottom:48px}.wd-section{padding:54px 0}.wd-grid.two,.wd-grid.three,.wd-grid.five,.wd-stat-grid,.wd-points{grid-template-columns:1fr}.wd-cta{align-items:flex-start;flex-direction:column;padding:24px}.wd-photo-frame img{min-height:270px}.wd-card-body{padding:20px}}

/* AWEDO program portfolio and update clarity improvements */
.wd-grid.five-programs{grid-template-columns:repeat(6,minmax(0,1fr));align-items:stretch}.five-programs .wd-card{height:100%;display:flex;flex-direction:column;grid-column:span 2}.five-programs .wd-card:nth-child(4){grid-column:2 / span 2}.five-programs .wd-card:nth-child(5){grid-column:4 / span 2}.five-programs .wd-card-body{display:flex;flex-direction:column;flex:1}.five-programs .wd-card-link{margin-top:auto}.update-glance{padding:0 0 12px;background:#f4f7f7}.update-glance-head{padding:30px 0 10px}.update-glance-head h2{margin:6px 0 0;font-size:clamp(1.8rem,3vw,2.5rem);color:#07233c}.update-glance-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.update-glance-item{background:#fff;border:1px solid #dbe4e7;border-radius:8px;padding:18px 20px}.update-glance-item strong{display:block;color:#0d5f63;font-size:.76rem;letter-spacing:.08em;text-transform:uppercase;margin-bottom:7px}.update-glance-item span{display:block;color:#425663;line-height:1.55}.update-glance-summary{margin-top:16px;background:#fff;border:1px solid #dbe4e7;border-left:4px solid #0d6b69;border-radius:8px;padding:20px 22px}.update-glance-summary strong{display:block;color:#123a4e;margin-top:8px}.update-glance-summary strong:first-child{margin-top:0}.update-glance-summary p{margin:6px 0 12px;color:#425663;line-height:1.7}@media(max-width:980px){.wd-grid.five-programs{grid-template-columns:repeat(2,minmax(0,1fr))}.five-programs .wd-card,.five-programs .wd-card:nth-child(4),.five-programs .wd-card:nth-child(5){grid-column:auto}}@media(max-width:820px){.wd-grid.five-programs{grid-template-columns:1fr}.update-glance-grid{grid-template-columns:1fr}}
