:root{--green:#0a4f2d;--green2:#1d7a3d;--lime:#8dbc32;--cream:#fbfaf4;--tan:#f3eddf;--blue:#eaf5fb;--ink:#163226;--gold:#7b5710;--shadow:0 10px 30px rgba(7,55,31,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:#17241d;background:#fff;line-height:1.5}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}
.site-header{background:linear-gradient(90deg,#073a23,#0a4f2d);color:#fff;position:sticky;top:0;z-index:20;box-shadow:0 2px 10px rgba(0,0,0,.18)}
.header-inner{max-width:1180px;margin:auto;display:grid;grid-template-columns:1fr 260px 1.6fr;align-items:center;gap:20px;padding:13px 24px}.brand{display:flex;align-items:center;gap:12px;white-space:nowrap}.brand-mark{width:49px;height:49px;border:2px solid #8dbc32;border-radius:50%;display:grid;place-items:center;font-size:27px}.brand-title{font-weight:900;letter-spacing:.4px;font-size:22px;line-height:1;white-space:nowrap}.brand-sub{font-size:12px;font-weight:700;letter-spacing:.6px;white-space:nowrap}.foundation-logo{height:62px;width:auto;max-width:240px;object-fit:contain;margin:auto}.nav{display:flex;justify-content:flex-end;gap:30px;font-weight:800;text-transform:uppercase;font-size:14px;letter-spacing:.4px;flex-wrap:nowrap;white-space:nowrap}.nav a{white-space:nowrap;border-bottom:3px solid transparent;flex:0 0 auto}.nav a.active{color:#b2dc3a;border-color:#b2dc3a}
.hero{background:linear-gradient(180deg,#fffdf7 0%,#f7faf0 100%);padding:18px 0 8px}.hero-inner{max-width:1180px;margin:auto;padding:22px 28px 26px;display:grid;grid-template-columns:minmax(320px,560px) 1fr;align-items:center;gap:26px}.hero-copy{max-width:560px}.hero.home-hero{background:linear-gradient(90deg,#fffdf7 0 46%,rgba(255,253,247,.88) 54%,rgba(255,253,247,.18) 72%,rgba(255,253,247,0) 100%),var(--hero) center center/cover no-repeat;min-height:500px;padding:18px 0 8px}.hero.home-hero .hero-inner{display:block;max-width:1180px;margin:auto;padding:22px 28px 26px}.hero.home-hero .hero-copy{max-width:560px}.hero.home-hero .hero-art{display:none}
.hero.sector-hero{
  position:relative;
  min-height:500px;
  padding:0;
  background-image:
    linear-gradient(180deg,rgba(7,58,35,.10) 0%,rgba(7,58,35,0) 16%),
    linear-gradient(90deg,#fffdf7 0%,#fffdf7 28%,rgba(255,253,247,.94) 40%,rgba(255,253,247,.66) 52%,rgba(255,253,247,.18) 67%,rgba(255,253,247,0) 80%),
    var(--hero);
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
}
.hero.sector-hero .hero-inner{
  max-width:1180px;
  min-height:500px;
  margin:auto;
  padding:44px 28px 42px;
  display:flex;
  align-items:center;
}
.hero.sector-hero .hero-copy{max-width:560px;position:relative;z-index:1}
.hero.sector-hero .hero-art{display:none}
.hero-art{display:flex;align-items:stretch;min-height:360px}.hero-art img{width:100%;height:100%;object-fit:cover;border-radius:26px;box-shadow:var(--shadow);display:block}.eyebrow{color:var(--green);font-weight:900;text-transform:uppercase;letter-spacing:1px}.hero h1{font-size:clamp(42px,5vw,68px);line-height:1.02;margin:0;color:#08482a;text-transform:uppercase;font-weight:950;letter-spacing:-1.8px}.swish{width:95px;height:7px;background:var(--green2);border-radius:80% 20% 75% 25%;margin:18px 0 18px;transform:rotate(-1deg)}.hero p{font-size:18px;max-width:520px}.buttons{display:flex;gap:16px;flex-wrap:wrap;margin-top:24px}.btn{display:inline-flex;align-items:center;gap:10px;padding:14px 24px;border-radius:9px;border:2px solid var(--green);font-weight:800}.btn.primary{background:linear-gradient(90deg,#197a35,#2f8b38);color:#fff}.btn.secondary{background:#fff;color:var(--green)}
.section{padding:38px 24px}.section.alt{background:linear-gradient(90deg,#fffef9,#f4f8ec)}.wrap{max-width:1180px;margin:auto}.why-grid{display:grid;grid-template-columns:42% 58%;align-items:center;gap:24px}.section-title{color:var(--green);font-size:31px;margin:0 0 14px;font-weight:900}.section-title .circle{display:inline-grid;place-items:center;width:46px;height:46px;border-radius:50%;background:#24803d;color:white;margin-right:12px;font-size:23px}.why-grid img{width:100%;height:260px;object-fit:cover;border-radius:28px 0 0 28px}.careers-title{text-align:center;color:var(--green);font-size:34px;margin:4px 0 24px;font-weight:900}.cards{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.career-card{background:#fff;border:1px solid #d9dfd2;border-radius:14px;padding:16px 12px;text-align:center;min-height:270px;box-shadow:0 3px 12px rgba(0,0,0,.03)}.career-icon{width:82px;height:82px;border-radius:50%;display:grid;place-items:center;margin:0 auto 10px;background:#eef5ed;font-size:43px}.career-card h3{color:var(--green);font-size:18px;line-height:1.15;margin:8px 0}.career-card p{font-size:14px;line-height:1.45;margin:0}
.info-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:26px}.info-card{border-radius:14px;padding:20px;min-height:310px;background:#eff6ec}.info-card:nth-child(2){background:#eaf4fb}.info-card:nth-child(3){background:#fbf5e7}.info-card:nth-child(4){background:#eef6ea}.info-card h3{color:var(--green);font-size:21px;margin:0 0 12px}.info-card ul,.info-card ol{padding-left:20px;margin:0}.info-card li{margin:8px 0}.numbered{list-style:none;padding:0!important;counter-reset:item}.numbered li{counter-increment:item;display:grid;grid-template-columns:26px 1fr;gap:8px}.numbered li:before{content:counter(item);width:23px;height:23px;border-radius:50%;display:grid;place-items:center;background:#0b5b8c;color:#fff;font-weight:800;font-size:12px}
.footer-cta{background:linear-gradient(90deg,#064527,#09613a);color:#fff;padding:24px}.footer-inner{max-width:1180px;margin:auto;display:flex;align-items:center;gap:20px}.footer-icon{width:72px;height:72px;border:3px solid #fff;border-radius:50%;display:grid;place-items:center;font-size:35px}.footer-cta h2{font-size:30px;margin:0}.footer-cta p{margin:2px 0 0;font-size:17px}.home-paths{background:linear-gradient(90deg,#164f2a,#245e2d);color:#fff;padding:30px 14px 28px}.path-grid{max-width:1180px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.path-card img{height:215px;width:100%;object-fit:cover}.path-card h2{font-size:27px;text-transform:uppercase;line-height:1.05;margin:18px 18px 10px}.path-card p{margin:0 18px 12px;font-size:17px}.path-card a{display:inline-block;color:#b7da55;font-weight:900;margin:0 18px}.home-bottom{display:grid;grid-template-columns:38% 62%;max-width:1180px;margin:auto}.survey,.definition{padding:44px}.survey{background:#f2f8e8}.definition{background:#fffdf4}.survey h2,.definition h2{color:var(--green);font-size:36px;text-transform:uppercase;margin:0 0 12px}.survey-box{background:#dbe9cf;border-radius:18px;padding:28px;text-align:center;margin-top:22px}.survey-box .magnify{font-size:74px}.category{display:grid;grid-template-columns:42px 1fr;gap:14px;margin:20px 0}.category .num{width:36px;height:36px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;font-weight:800}
@media(max-width:900px){.header-inner{grid-template-columns:1fr auto}.foundation-logo{height:62px;width:auto;max-width:240px;object-fit:contain;margin:auto}.nav{display:flex;justify-content:flex-end;gap:30px;font-weight:800;text-transform:uppercase;font-size:14px;letter-spacing:.4px;flex-wrap:nowrap;white-space:nowrap}.hero-inner{grid-template-columns:1fr;gap:18px}.hero-copy{max-width:720px}.hero-art{min-height:260px}.hero.home-hero{background:linear-gradient(rgba(255,253,247,.90),rgba(255,253,247,.90)),var(--hero) center/cover no-repeat;min-height:auto}.hero.home-hero .hero-inner{padding:22px 20px 26px}.why-grid{grid-template-columns:1fr}.cards{grid-template-columns:repeat(2,1fr)}.info-grid{grid-template-columns:1fr 1fr}.path-grid{grid-template-columns:1fr}.home-bottom{grid-template-columns:1fr}.hero.sector-hero{min-height:auto;background-image:linear-gradient(rgba(255,253,247,.88),rgba(255,253,247,.88)),var(--hero);background-position:center}.hero.sector-hero .hero-inner{min-height:auto;padding:34px 20px 36px}.hero.sector-hero .hero-copy{max-width:720px}}
@media(max-width:620px){.header-inner{display:block}.brand{display:flex;align-items:center;gap:12px;white-space:nowrap}.nav{display:flex;justify-content:center;gap:18px;font-weight:800;text-transform:uppercase;font-size:13px;letter-spacing:.3px;flex-wrap:wrap;white-space:normal}.nav a{white-space:nowrap}.hero h1{font-size:42px}.hero-art img{border-radius:18px}.cards,.info-grid{grid-template-columns:1fr}.section{padding:28px 16px}.home-bottom{display:block}.survey,.definition{padding:28px 20px}}

.path-card img{border-radius:14px 14px 0 0}

.survey-image-box{background:transparent;border-radius:0;padding:0;margin-top:22px;text-align:center}
.survey-image-box img{width:100%;max-width:320px;margin:0 auto 18px;border-radius:6px;box-shadow:0 6px 18px rgba(0,0,0,.12)}
.survey-btn{margin:0 auto}

.career-icon-img{width:72px;height:72px;object-fit:contain;display:block;margin:auto;border-radius:50%}

.career-card-link{display:block;color:inherit;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.career-card-link:hover,.career-card-link:focus{transform:translateY(-4px);box-shadow:0 10px 24px rgba(7,55,31,.12);border-color:#9fbd80;outline:none}
.card-more{display:inline-block;margin-top:12px;color:var(--green2);font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.3px}
.career-icon-placeholder{font-size:46px}
.detail-main{background:#fff}
.detail-hero{background:linear-gradient(90deg,#fffdf7 0 50%,rgba(255,253,247,.92) 58%,rgba(255,253,247,.30) 76%,rgba(255,253,247,0) 100%),var(--detail-hero,url('assets/agriculture-hero-clean.png')) center/cover no-repeat;min-height:390px;display:flex;align-items:center}
.detail-hero-inner{max-width:1180px;width:100%;margin:auto;padding:44px 28px}
.detail-breadcrumb{display:inline-block;margin-bottom:14px;color:var(--green2);font-weight:800;font-size:14px}
.detail-hero h1{max-width:650px;font-size:clamp(44px,5.5vw,70px);line-height:1;margin:0;color:var(--green);text-transform:uppercase;letter-spacing:-1.5px}
.detail-hero p{max-width:610px;font-size:19px;margin:18px 0 0}
.detail-wrap{max-width:1180px;margin:auto;padding:42px 24px 54px}
.detail-intro-grid{display:grid;grid-template-columns:1.7fr .8fr;gap:26px;align-items:start}
.detail-panel{background:#fff;border:1px solid #dce4d6;border-radius:16px;padding:24px;box-shadow:0 5px 18px rgba(7,55,31,.05)}
.detail-panel h2,.detail-section h2{color:var(--green);font-size:29px;margin:0 0 12px}
.detail-panel h3{color:var(--green);margin:18px 0 6px}
.snapshot{background:linear-gradient(180deg,#eaf4df,#f8f5e8);border:none}
.snapshot-row{padding:12px 0;border-bottom:1px solid rgba(10,79,45,.14)}
.snapshot-row:last-child{border-bottom:0}
.snapshot-label{display:block;color:#56705e;font-size:12px;text-transform:uppercase;font-weight:900;letter-spacing:.7px}
.snapshot-value{display:block;margin-top:3px;font-weight:700}
.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:22px}
.detail-section{border-radius:16px;padding:25px;background:#f7faf4}
.detail-section:nth-child(2n){background:#f7f4e9}
.detail-section ul{margin:10px 0 0;padding-left:21px}.detail-section li{margin:9px 0}
.day-list{list-style:none!important;padding:0!important;counter-reset:dayitem}
.day-list li{counter-increment:dayitem;display:grid;grid-template-columns:32px 1fr;gap:10px;align-items:start}
.day-list li:before{content:counter(dayitem);width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:var(--green2);color:white;font-weight:900;font-size:13px}
.fit-box{margin-top:22px;background:linear-gradient(90deg,#0b5030,#1b6d3b);color:white;border-radius:18px;padding:28px}
.fit-box h2{color:white;margin:0 0 10px}.fit-tags{display:flex;flex-wrap:wrap;gap:9px;margin-top:15px}.fit-tag{background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.27);padding:7px 11px;border-radius:999px;font-weight:700;font-size:14px}
.source-note{margin-top:28px;padding-top:18px;border-top:1px solid #dfe4dc;font-size:13px;color:#627067}
.detail-actions{margin-top:28px;display:flex;gap:12px;flex-wrap:wrap}
@media(max-width:800px){.detail-intro-grid,.detail-grid{grid-template-columns:1fr}.detail-hero{background:linear-gradient(rgba(255,253,247,.88),rgba(255,253,247,.88)),var(--detail-hero,url('assets/agriculture-hero-clean.png')) center/cover no-repeat;min-height:auto}.detail-hero-inner{padding:36px 20px}.detail-hero h1{font-size:46px}}

.career-icon-custom{width:60px;height:60px;object-fit:contain;display:block;margin:auto}

/* Education pathway ladders */
.education-card{min-height:310px}
.education-path{margin:10px 0 0;padding-left:18px;font-size:13.5px;line-height:1.35}
.education-path li{margin:7px 0}
.education-path strong{color:var(--green)}
@media(max-width:900px){.education-path{font-size:14px}}

.education-path,.impact-path{padding-left:20px;margin:0}.education-path li,.impact-path li{margin:10px 0;line-height:1.42}.education-card p,.impact-card p{margin-top:0}

.skill-group{margin-top:14px}.skill-group:first-of-type{margin-top:8px}.skill-group h4{margin:0 0 6px;color:var(--green);font-size:15px;font-weight:900;text-transform:uppercase;letter-spacing:.35px}.skill-group ul{margin:0 0 12px;padding-left:19px}.skill-group li{margin:5px 0;line-height:1.35}

/* Career Paths landing page */
.career-paths-hero{background:linear-gradient(135deg,#f8f8ef 0%,#eef6e7 100%);padding:58px 24px 46px;border-bottom:1px solid #e3eadc}
.career-paths-hero .wrap{max-width:1180px}.career-paths-hero h1{margin:0;color:var(--green);font-size:clamp(52px,7vw,86px);line-height:.95;text-transform:uppercase;font-weight:950;letter-spacing:-2px}.career-paths-hero p{font-size:20px;max-width:760px;margin:0;color:#31483a}.career-paths-section{padding:46px 24px 54px;background:#fff}.sector-path-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.sector-path-card{background:#fff;border:1px solid #dce5d7;border-radius:20px;overflow:hidden;box-shadow:0 7px 24px rgba(7,55,31,.08);transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column}.sector-path-card:hover{transform:translateY(-5px);box-shadow:0 14px 34px rgba(7,55,31,.15)}.sector-path-card>img{width:100%;height:230px;object-fit:cover}.sector-card-body{padding:24px;display:flex;flex-direction:column;flex:1}.sector-number{font-size:13px;font-weight:900;letter-spacing:1.4px;color:var(--green2);margin-bottom:8px}.sector-path-card h2{font-size:27px;line-height:1.08;color:var(--green);margin:0 0 13px}.sector-path-card p{font-size:16px;color:#405147;margin:0 0 20px;flex:1}.sector-link{font-weight:900;color:var(--green2);font-size:16px}.career-paths-bottom{padding:38px 24px 48px;background:linear-gradient(90deg,#f3f8ea,#fffdf5)}.career-paths-bottom .wrap{max-width:900px;text-align:center}.career-paths-bottom h2{font-size:34px;color:var(--green);margin:0 0 10px}.career-paths-bottom p{font-size:18px;margin:0 auto 22px;max-width:760px}
@media(max-width:900px){.sector-path-grid{grid-template-columns:1fr}.sector-path-card{display:grid;grid-template-columns:42% 58%}.sector-path-card>img{height:100%;min-height:250px}.sector-card-body{padding:22px}}
@media(max-width:620px){.career-paths-hero{padding:40px 18px 34px}.career-paths-hero h1{font-size:50px}.career-paths-section{padding:30px 16px}.sector-path-card{display:block}.sector-path-card>img{height:210px;min-height:0}.sector-path-card h2{font-size:24px}}

.quiz-return{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:34px;align-items:center}
.quiz-return-copy{max-width:680px}
.quiz-return-image{display:block}
.quiz-return-image img{width:100%;max-width:320px;margin-left:auto;border-radius:8px;box-shadow:0 8px 24px rgba(7,55,31,.16);transition:transform .2s ease,box-shadow .2s ease}
.quiz-return-image:hover img{transform:translateY(-3px);box-shadow:0 12px 30px rgba(7,55,31,.22)}
.survey-image-link{display:block}
@media(max-width:760px){.quiz-return{grid-template-columns:1fr}.quiz-return-image img{margin:0 auto}}

/* Career definition block on Career Path landing page */
.career-definition-section{padding:42px 24px;background:#fffdf5;border-bottom:1px solid #e7eadf}
.career-definition-grid{max-width:1180px;display:grid;grid-template-columns:1.25fr .95fr;gap:34px;align-items:start}
.career-definition-main h2{margin:0;color:var(--green);font-size:38px;text-transform:uppercase;font-weight:950;letter-spacing:-.7px}
.career-definition-main p{font-size:18px;line-height:1.6;margin:0;max-width:720px}
.career-definition-categories{background:#f2f8e8;border-radius:18px;padding:24px 26px}
.career-definition-categories h3{margin:0 0 18px;color:var(--green);font-size:25px}
.definition-category{display:grid;grid-template-columns:40px 1fr;gap:12px;align-items:start;margin:17px 0}
.definition-category .num{width:34px;height:34px;border-radius:50%;background:var(--green);color:white;display:grid;place-items:center;font-weight:900}
.definition-category strong{color:var(--green);font-size:17px}
.definition-category p{margin:4px 0 0;line-height:1.45}
@media(max-width:800px){.career-definition-grid{grid-template-columns:1fr}.career-definition-main h2{font-size:32px}}

/* Compact Career Path landing intro so sector choices appear above the fold */
.career-paths-hero{padding:28px 24px 24px}
.career-paths-hero h1{font-size:clamp(46px,5.5vw,68px);line-height:.92}
.career-paths-hero .eyebrow{margin-bottom:4px}
.career-paths-hero .swish{margin:8px 0 10px}
.career-paths-hero p{font-size:17px;line-height:1.4;max-width:860px}

.career-definition-section{padding:20px 24px 22px}
.career-definition-grid{grid-template-columns:1.35fr 1fr;gap:24px;align-items:center}
.career-definition-main h2{font-size:30px}
.career-definition-main .swish{margin:6px 0 8px}
.career-definition-main p{font-size:16px;line-height:1.42;max-width:760px}
.career-definition-categories{padding:14px 18px;border-radius:15px}
.career-definition-categories h3{font-size:21px;margin:0 0 8px}
.definition-category{grid-template-columns:32px 1fr;gap:10px;margin:9px 0}
.definition-category .num{width:28px;height:28px;font-size:14px}
.definition-category strong{font-size:15px}
.definition-category p{font-size:14px;line-height:1.32;margin:2px 0 0}
.career-paths-section{padding-top:30px}

@media(max-width:800px){
  .career-definition-grid{grid-template-columns:1fr;gap:16px}
  .career-definition-section{padding:22px 18px 24px}
}
@media(max-width:620px){
  .career-paths-hero{padding:28px 18px 24px}
  .career-paths-hero h1{font-size:46px}
  .career-definition-main h2{font-size:28px}
}


/* Get Started landing page */
.get-started-hero{background:linear-gradient(135deg,#f8f8ef 0%,#eef6e7 100%);padding:46px 24px 34px;border-bottom:1px solid #e3eadc}
.get-started-hero .wrap{max-width:1180px}.get-started-hero h1{margin:0;color:var(--green);font-size:clamp(46px,5.5vw,68px);line-height:.92;text-transform:uppercase;font-weight:950;letter-spacing:-2px;white-space:nowrap}.get-started-hero p{font-size:19px;max-width:860px;margin:0;color:#31483a}
.starter-map-section{padding:38px 24px;background:#fff}.starter-map-section.alt{background:linear-gradient(90deg,#fbfdf8,#f3f8ea)}.starter-map-heading{margin-bottom:22px}.starter-map-heading h2{margin:0 0 8px;color:var(--green);font-size:34px;line-height:1.05}.starter-map-heading p{margin:0 0 10px;max-width:900px;font-size:17px;color:#425046}.inline-sector-link{font-weight:900;color:var(--green2)}
.starter-map-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:stretch}.starter-stage{position:relative;background:#fff;border:1px solid #dce5d7;border-radius:20px;padding:22px 20px 20px;box-shadow:0 7px 24px rgba(7,55,31,.06)}.starter-stage:not(:last-child)::after{content:'➜';position:absolute;right:-18px;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background:#eaf4e4;color:var(--green2);display:grid;place-items:center;font-size:20px;font-weight:900;box-shadow:0 4px 12px rgba(7,55,31,.10)}.stage-number{display:inline-block;font-size:12px;font-weight:900;letter-spacing:1.3px;color:var(--green2);margin-bottom:8px}.starter-stage h3{margin:0 0 14px;color:var(--green);font-size:24px;line-height:1.12}.map-list{margin:0;padding-left:20px}.map-list li{margin:9px 0;line-height:1.42}.choice-cloud{display:flex;flex-wrap:wrap;gap:10px}.choice-cloud span{display:inline-flex;align-items:center;padding:11px 14px;border-radius:999px;background:#edf5e9;color:var(--green);font-weight:800;font-size:15px;border:1px solid #d7e5d0}
.starter-note-section{padding:34px 24px 50px;background:#fffdf5}.starter-note{max-width:980px;text-align:center}.starter-note h2{margin:0 0 10px;color:var(--green);font-size:34px}.starter-note p{max-width:780px;margin:0 auto 20px;font-size:18px}
@media(max-width:980px){.starter-map-grid{grid-template-columns:1fr}.starter-stage:not(:last-child)::after{content:'↓';right:auto;left:50%;top:auto;bottom:-18px;transform:translateX(-50%)}.starter-stage{margin-bottom:18px}.starter-stage:last-child{margin-bottom:0}}
@media(max-width:620px){.get-started-hero{padding:32px 18px 26px}.get-started-hero h1{font-size:40px;white-space:normal}.get-started-hero p{font-size:17px}.starter-map-section,.starter-note-section{padding:28px 16px}.starter-map-heading h2,.starter-note h2{font-size:28px}.starter-stage h3{font-size:22px}}


/* Visual refresh for Get Started page */
.get-started-hero{background:radial-gradient(circle at top right, rgba(141,188,50,.22), transparent 32%),linear-gradient(135deg,#f7fbf2 0%,#eef6e7 60%,#fefcf5 100%);padding:54px 24px 40px;position:relative;overflow:hidden}
.get-started-hero::after{content:'';position:absolute;right:-60px;top:-60px;width:220px;height:220px;border-radius:50%;background:rgba(7,58,35,.05)}
.get-started-hero .wrap{position:relative;z-index:1}
.get-started-hero p{margin-bottom:22px;max-width:900px}
.starter-steps-bar{display:flex;flex-wrap:wrap;gap:14px;margin-top:18px}
.starter-mini-step{display:inline-flex;align-items:center;gap:10px;background:#fff;border:1px solid #dde8d7;border-radius:999px;padding:12px 16px;box-shadow:0 6px 18px rgba(7,55,31,.08)}
.starter-mini-step span{font-size:20px}
.starter-mini-step strong{font-size:15px;color:var(--green)}

.starter-map-section{padding:30px 24px;background:linear-gradient(180deg,#ffffff 0%,#fbfcf8 100%)}
.starter-map-shell{background:#fff;border:1px solid #e3eadc;border-radius:28px;padding:24px;box-shadow:0 10px 30px rgba(7,55,31,.07)}
.starter-map-heading.enhanced{display:grid;grid-template-columns:minmax(0,1.2fr) 280px;gap:28px;align-items:center;margin-bottom:26px}
.starter-heading-art img{width:100%;height:200px;object-fit:cover;border-radius:22px;box-shadow:0 10px 25px rgba(7,55,31,.10)}
.starter-heading-copy h2{font-size:36px;margin:2px 0 10px;color:var(--green)}
.sector-kicker{display:inline-flex;align-items:center;gap:10px;padding:7px 12px;border-radius:999px;background:#edf5e9;color:var(--green);font-weight:800;font-size:13px;letter-spacing:.3px}
.sector-kicker.center{justify-content:center;margin:0 auto 10px}
.sector-icon{display:inline-grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#fff}
.starter-map-grid{gap:18px}
.starter-stage{padding:22px 18px 20px;border-radius:22px;background:linear-gradient(180deg,#fff 0%,#fbfdf8 100%);box-shadow:0 8px 24px rgba(7,55,31,.07)}
.stage-number{display:block;margin-bottom:4px}
.stage-icon{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:#edf5e9;font-size:22px;margin-bottom:10px;box-shadow:inset 0 0 0 1px #dbe7d4}
.map-list{padding-left:18px}.map-list li::marker{color:var(--green2)}
.choice-cloud span{box-shadow:0 3px 10px rgba(7,55,31,.05)}
.inline-sector-link{display:inline-block;margin-top:6px}

.sector-ag .starter-map-shell{border-top:6px solid #80a93e}
.sector-ag .sector-kicker,.sector-ag .stage-icon{background:#eef5e5}
.sector-energy .starter-map-shell{border-top:6px solid #e0b527}
.sector-energy .sector-kicker,.sector-energy .stage-icon{background:#fbf5dc}
.sector-natural .starter-map-shell{border-top:6px solid #2e7d5a}
.sector-natural .sector-kicker,.sector-natural .stage-icon{background:#e7f3ed}
.sector-energy .inline-sector-link{color:#a27b00}
.sector-energy .stage-number{color:#a27b00}

.starter-note-section{background:linear-gradient(180deg,#fffdf5 0%,#f7fbef 100%);padding-top:38px}
.starter-note{background:#fff;border:1px solid #e6eadf;border-radius:24px;padding:28px 28px 30px;box-shadow:0 10px 28px rgba(7,55,31,.06)}

@media(max-width:980px){.starter-map-heading.enhanced{grid-template-columns:1fr}.starter-heading-art{order:-1}.starter-heading-art img{height:180px}.starter-steps-bar{gap:10px}}
@media(max-width:620px){.starter-map-shell{padding:18px}.starter-map-heading.enhanced{gap:16px}.starter-heading-copy h2{font-size:30px}.starter-mini-step{padding:10px 13px}.starter-heading-art img{height:160px}}


/* Linked local college program bubbles */
.program-link-note{display:flex;align-items:flex-start;gap:12px;max-width:820px;margin-top:20px;padding:14px 16px;background:rgba(255,255,255,.78);border:1px solid #dbe7d5;border-radius:16px;box-shadow:0 5px 16px rgba(7,55,31,.06)}
.program-link-note>span{font-size:24px}.program-link-note strong{color:var(--green);font-size:16px}.program-link-note p{margin:2px 0 0;font-size:14px;line-height:1.4;color:#435247}
.choice-cloud{align-items:stretch}.choice-cloud .college-bubble{position:relative;display:flex;flex-direction:column;justify-content:center;gap:3px;min-height:66px;padding:10px 34px 10px 14px;border-radius:16px;background:#edf5e9;color:var(--green);border:1px solid #d7e5d0;box-shadow:0 3px 10px rgba(7,55,31,.05);text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.choice-cloud .college-bubble:hover{transform:translateY(-2px);background:#fff;box-shadow:0 8px 20px rgba(7,55,31,.12)}
.college-interest{font-weight:900;font-size:15px;line-height:1.15}.college-bubble small{display:block;font-size:10.5px;line-height:1.25;color:#58685e;font-weight:600}.college-bubble small b{color:var(--green2);letter-spacing:.3px}.bubble-arrow{position:absolute;right:11px;top:50%;transform:translateY(-50%);font-size:16px;color:var(--green2);font-weight:900}
.sector-energy .choice-cloud .college-bubble{background:#fbf5dc;border-color:#ece0ab}.sector-energy .choice-cloud .college-bubble:hover{background:#fff}.sector-energy .college-bubble small b,.sector-energy .bubble-arrow{color:#9a7200}
.sector-natural .choice-cloud .college-bubble{background:#e7f3ed;border-color:#cfe4d9}.sector-natural .choice-cloud .college-bubble:hover{background:#fff}
@media(max-width:620px){.program-link-note{padding:12px 13px}.choice-cloud .college-bubble{width:100%}}


/* Restyled top step items on Get Started */
.starter-steps-bar,.starter-mini-step{all:unset}
.starter-steps-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:20px;max-width:980px}
.starter-step-item{display:flex;align-items:center;gap:14px;background:rgba(255,255,255,.7);border:1px solid #dfe9d8;border-radius:18px;padding:14px 16px;box-shadow:0 6px 18px rgba(7,55,31,.06)}
.starter-step-icon{width:54px;height:54px;flex:0 0 54px;border-radius:16px;display:grid;place-items:center;font-size:26px;background:#eef5e8;box-shadow:inset 0 0 0 1px #dde8d8}
.starter-step-text{display:flex;flex-direction:column;gap:2px}
.starter-step-text span{font-size:12px;line-height:1;color:#6a7d6f;font-weight:800;letter-spacing:.8px;text-transform:uppercase}
.starter-step-text strong{font-size:18px;line-height:1.15;color:var(--green);font-weight:900}
@media(max-width:900px){.starter-steps-list{grid-template-columns:1fr;max-width:620px}.starter-step-item{padding:13px 14px}}
@media(max-width:620px){.starter-step-icon{width:48px;height:48px;flex-basis:48px;font-size:23px}.starter-step-text strong{font-size:17px}}


/* Resources page */
.resources-hero{background:radial-gradient(circle at 88% 10%,rgba(141,188,50,.2),transparent 28%),linear-gradient(135deg,#f7fbf2 0%,#eef6e7 65%,#fffdf5 100%);padding:48px 24px 38px;border-bottom:1px solid #dfe8da}.resources-hero .wrap{max-width:1180px}.resources-hero h1{margin:0;color:var(--green);font-size:clamp(54px,7vw,86px);line-height:.95;text-transform:uppercase;font-weight:950;letter-spacing:-2px}.resources-hero p{font-size:19px;line-height:1.5;max-width:850px;margin:0}.resource-jump{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.resource-jump a{display:inline-flex;align-items:center;gap:7px;padding:10px 14px;border:1px solid #d6e3d0;background:#fff;border-radius:12px;color:var(--green);font-weight:900;box-shadow:0 4px 14px rgba(7,55,31,.06)}
.resource-section{padding:44px 24px;background:#fff}.resource-section.action-section{background:linear-gradient(180deg,#f7fbf2,#fff)}.resource-section.ted-section{background:#fffdf5}.resource-section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:30px;margin-bottom:24px}.resource-section-heading>div{max-width:820px}.resource-number{display:block;color:var(--green2);font-size:13px;font-weight:950;letter-spacing:1.4px;margin-bottom:5px}.resource-section-heading h2{font-size:40px;line-height:1;margin:0 0 8px;color:var(--green)}.resource-section-heading p{font-size:17px;line-height:1.5;margin:0}.resource-section-icon{width:68px;height:68px;flex:0 0 68px;border-radius:20px;background:#edf5e9;display:grid;place-items:center;font-size:32px}
.resource-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.resource-card{display:flex;flex-direction:column;background:#fff;border:1px solid #dfe7db;border-radius:20px;padding:22px;box-shadow:0 7px 22px rgba(7,55,31,.06);transition:transform .2s ease,box-shadow .2s ease;color:inherit}.resource-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px rgba(7,55,31,.12)}.resource-card.featured{grid-column:span 2;background:linear-gradient(135deg,#f2f8e8,#fff)}.resource-card.local-feature{background:linear-gradient(135deg,#eaf6ee,#fff)}.resource-card h3{font-size:24px;line-height:1.12;color:var(--green);margin:9px 0 10px}.resource-card p{font-size:15.5px;line-height:1.5;color:#415247;margin:0 0 16px;flex:1}.resource-source{font-size:14px;font-weight:900;color:var(--green2);margin-top:auto}.resource-badges{display:flex;flex-wrap:wrap;gap:7px}.badge{display:inline-flex;align-items:center;padding:5px 9px;border-radius:999px;font-size:11px;font-weight:900;letter-spacing:.2px;background:#edf5e9;color:var(--green)}.badge.maryland{background:#fff2cf;color:#795d00}.badge.moco{background:#e4f3e9;color:#176342}.badge.news{background:#eef0fb;color:#4d5689}.badge.student{background:#eaf2fa;color:#315c82}.badge.practical{background:#f3ecfa;color:#684384}.badge.national{background:#f0f1ed;color:#526050}
.ted-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.ted-card{display:grid;grid-template-columns:58px 1fr;gap:16px;background:#fff;border:1px solid #e4e4dc;border-radius:20px;padding:20px;box-shadow:0 7px 22px rgba(7,55,31,.05);color:inherit;transition:transform .2s ease,box-shadow .2s ease}.ted-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px rgba(7,55,31,.1)}.ted-card.featured{background:linear-gradient(135deg,#f0f8e9,#fff)}.ted-play{width:50px;height:50px;border-radius:50%;background:#e62b1e;color:#fff;display:grid;place-items:center;font-size:18px;padding-left:3px}.ted-speaker{font-size:12px;text-transform:uppercase;font-weight:950;letter-spacing:.9px;color:var(--green2)}.ted-card h3{font-size:22px;line-height:1.15;margin:5px 0 8px;color:var(--green)}.ted-card p{font-size:15px;line-height:1.45;color:#48544b;margin:0 0 12px}.resource-closing{padding:42px 24px 52px;background:linear-gradient(135deg,#0b4f30,#17683d);color:white;text-align:center}.resource-closing .wrap{max-width:850px}.resource-closing-icon{font-size:42px}.resource-closing h2{font-size:36px;margin:4px 0 8px}.resource-closing p{font-size:18px;line-height:1.5;margin:0 auto 20px}.resource-closing .btn.secondary{background:#fff;color:var(--green);border-color:#fff}
@media(max-width:900px){.resource-card-grid{grid-template-columns:1fr 1fr}.resource-card.featured{grid-column:span 2}.ted-grid{grid-template-columns:1fr}.resource-section-heading h2{font-size:34px}}
@media(max-width:620px){.resources-hero{padding:34px 18px 28px}.resources-hero h1{font-size:52px}.resource-section{padding:32px 16px}.resource-card-grid{grid-template-columns:1fr}.resource-card.featured{grid-column:auto}.resource-section-heading{gap:15px}.resource-section-icon{width:52px;height:52px;flex-basis:52px;font-size:25px}.resource-section-heading h2{font-size:30px}.ted-card{grid-template-columns:48px 1fr;padding:17px}.ted-play{width:42px;height:42px}.resource-closing{padding:34px 18px 42px}.resource-closing h2{font-size:30px}}


/* Resources page imagery refresh */
.resource-section-heading.with-image{display:grid;grid-template-columns:minmax(0,1.2fr) 360px;gap:26px;align-items:center}
.resource-heading-side{display:grid;grid-template-columns:48px 1fr;gap:14px;align-items:start}
.resource-heading-image{background:linear-gradient(180deg,#ffffff,#f7faf2);border:1px solid #dde8d8;border-radius:24px;padding:10px;box-shadow:0 10px 28px rgba(7,55,31,.08)}
.resource-heading-image img{display:block;width:100%;height:220px;object-fit:cover;border-radius:18px}
.resource-section-heading.with-image .resource-section-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:#edf5e9;font-size:24px;box-shadow:inset 0 0 0 1px #dbe6d4;margin-top:10px}
.action-section .resource-section-heading.with-image .resource-section-icon{background:#eef7e8}
.ted-section .resource-section-heading.with-image .resource-section-icon{background:#f1f5ea}
@media(max-width:980px){.resource-section-heading.with-image{grid-template-columns:1fr}.resource-heading-side{grid-template-columns:40px 1fr}.resource-heading-image img{height:200px}}
@media(max-width:620px){.resource-section-heading.with-image{gap:16px}.resource-heading-side{grid-template-columns:1fr;gap:10px}.resource-section-heading.with-image .resource-section-icon{margin-top:0}.resource-heading-image img{height:180px}}


/* Cleaner Resources section headings */
.resource-heading-side{display:block}
.resource-section-heading.with-image .resource-section-icon{display:none!important}
.resource-number{display:none!important}


/* Foundation logo link */
.foundation-logo-link{display:block;line-height:0;flex:0 0 auto}
.foundation-logo-link .foundation-logo{display:block}


/* Get Started stage label refinement */
.stage-number{
  display:block;
  margin-bottom:4px;
  font-size:12px;
  line-height:1;
  color:#6a7d6f;
  font-weight:800;
  letter-spacing:.8px;
  text-transform:uppercase;
}


/* Match Resources hero headline to Career Path headline size */
.resources-hero h1{font-size:clamp(46px,5.5vw,68px);line-height:.92}
@media(max-width:620px){.resources-hero h1{font-size:46px}}


/* YouTube resources section */
.youtube-section{background:linear-gradient(180deg,#f7fbf2,#fff)}
.youtube-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.youtube-card{display:grid;grid-template-columns:66px 1fr;gap:16px;align-items:start;background:#fff;border:1px solid #dce5d7;border-radius:20px;padding:20px;box-shadow:0 7px 22px rgba(7,55,31,.07);transition:transform .2s ease,box-shadow .2s ease}
.youtube-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(7,55,31,.12)}
.youtube-play{width:58px;height:58px;border-radius:18px;background:#edf5e9;color:var(--green);display:grid;place-items:center;font-size:25px;font-weight:900}
.youtube-card h3{margin:8px 0 8px;color:var(--green);font-size:23px;line-height:1.15}.youtube-card p{margin:0 0 12px;line-height:1.5;color:#405147}
@media(max-width:800px){.youtube-grid{grid-template-columns:1fr}}

/* Homepage Green Careers reflection */
.green-career-reflection{
  margin-top:34px;
  padding-top:28px;
  border-top:1px solid #e3e7dc;
}
.definition .green-career-reflection h2{
  margin:0;
  font-size:36px;
  line-height:1.08;
  max-width:620px;
}
.green-career-reflection .swish{
  margin:10px 0 12px;
}
.green-career-reflection p{
  margin:0;
  max-width:760px;
  font-size:17px;
  line-height:1.55;
}


/* Resources page inspirational lightbulb */
.resource-closing-icon{
  position:relative;
  width:120px;
  height:120px;
  margin:0 auto 10px;
  display:grid;
  place-items:center;
}
.resource-closing-glow{
  position:absolute;
  inset:10px;
  border-radius:50%;
  background:radial-gradient(circle at 50% 45%, rgba(255,242,150,.95) 0%, rgba(255,216,92,.88) 38%, rgba(255,255,255,.22) 68%, rgba(255,255,255,0) 100%);
  filter:drop-shadow(0 0 14px rgba(255,220,87,.55));
}
.resource-closing-bulb{
  position:relative;
  z-index:2;
  font-size:62px;
  line-height:1;
  transform:translateY(2px);
  filter:drop-shadow(0 10px 18px rgba(0,0,0,.18));
}
.resource-closing-spark{
  position:absolute;
  z-index:3;
  color:#fff7b0;
  text-shadow:0 0 10px rgba(255,235,130,.9), 0 0 22px rgba(255,215,80,.65);
  font-size:18px;
  line-height:1;
}
.resource-closing-spark.spark-one{top:14px;right:18px;font-size:20px}
.resource-closing-spark.spark-two{top:28px;left:16px;font-size:14px}
.resource-closing-spark.spark-three{right:10px;bottom:24px;font-size:15px}
.resource-closing h2{margin-top:2px}
@media(max-width:620px){
  .resource-closing-icon{width:104px;height:104px}
  .resource-closing-bulb{font-size:54px}
}


/* Center Resources closing action buttons */
.resource-closing .buttons{justify-content:center;}

/* Center Get Started closing bubbles */
.starter-note .buttons{justify-content:center;}


/* Internships page */
.internships-hero{background:linear-gradient(120deg,#f4f8e9 0%,#fffdf4 52%,#eef7e8 100%)}
.internship-jump{margin-top:20px}
.internship-intro{padding:44px 24px;background:#fff}
.internship-intro-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:34px;align-items:center}
.internship-intro h2,.internship-section-heading h2{font-size:40px;line-height:1.05;color:var(--green);margin:0}
.internship-intro p{font-size:18px;line-height:1.6;max-width:760px}
.internship-tip{display:flex;gap:18px;align-items:flex-start;background:linear-gradient(135deg,#eef7e8,#fffdf4);border:1px solid #dce8d7;border-radius:24px;padding:24px;box-shadow:0 10px 28px rgba(7,55,31,.07)}
.internship-tip-icon{width:60px;height:60px;border-radius:18px;background:#fff;display:grid;place-items:center;font-size:31px;box-shadow:0 5px 16px rgba(7,55,31,.08);flex:0 0 60px}
.internship-tip strong{display:block;color:var(--green);font-size:20px;line-height:1.2;margin-bottom:6px}
.internship-tip p{font-size:15px;line-height:1.5;margin:0}

.internship-section{padding:50px 24px;background:linear-gradient(180deg,#f7fbf2,#fff)}
.internship-section-heading{margin-bottom:26px}
.internship-section-heading>div{max-width:860px}
.internship-section-heading p{font-size:17px;line-height:1.55;margin:0}
.internship-section-heading.centered{text-align:center}
.internship-section-heading.centered>div{margin:0 auto}
.internship-section-heading.centered .swish{margin-left:auto;margin-right:auto}

.internship-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.internship-grid.two-column{grid-template-columns:repeat(2,minmax(0,1fr))}
.internship-card{display:flex;flex-direction:column;background:#fff;border:1px solid #dce5d7;border-radius:22px;padding:21px;box-shadow:0 7px 22px rgba(7,55,31,.06);color:inherit;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;min-height:100%}
.internship-card:hover{transform:translateY(-4px);box-shadow:0 14px 32px rgba(7,55,31,.12);border-color:#c5d9bf}
.internship-card.featured{background:linear-gradient(145deg,#f0f8e9,#fff)}
.internship-card-top{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:10px}
.internship-icon{width:58px;height:58px;border-radius:18px;background:#edf5e9;display:grid;place-items:center;font-size:29px;flex:0 0 58px}
.internship-card h3{font-size:23px;line-height:1.13;color:var(--green);margin:5px 0 9px}
.internship-card p{font-size:15px;line-height:1.5;color:#405147;margin:0 0 14px}
.internship-card .resource-source{margin-top:auto;padding-top:4px}
.internship-meta{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 13px}
.internship-meta span{font-size:12px;font-weight:800;color:#526457;background:#f1f5ef;border:1px solid #e1e9dd;border-radius:999px;padding:6px 9px}

.internship-hands-on{background:#fffdf5}
.internship-prepare{padding:52px 24px;background:#fff}
.prepare-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:28px}
.prepare-card{background:#f7faf4;border:1px solid #e0e9dc;border-radius:20px;padding:20px}
.prepare-card span{display:inline-grid;place-items:center;width:40px;height:40px;border-radius:50%;background:var(--green);color:#fff;font-weight:900;font-size:13px;margin-bottom:12px}
.prepare-card h3{color:var(--green);font-size:20px;line-height:1.18;margin:0 0 8px}
.prepare-card p{font-size:14px;line-height:1.5;margin:0;color:#455348}
.internship-closing-note{max-width:880px;margin:34px auto 0;display:flex;align-items:center;gap:20px;background:linear-gradient(135deg,#0b4f30,#17683d);color:#fff;border-radius:26px;padding:24px 28px;box-shadow:0 14px 32px rgba(7,55,31,.15)}
.internship-closing-icon{width:64px;height:64px;flex:0 0 64px;border-radius:20px;background:rgba(255,255,255,.12);display:grid;place-items:center;font-size:31px}
.internship-closing-note h3{font-size:24px;line-height:1.15;margin:0 0 5px}
.internship-closing-note p{font-size:16px;line-height:1.5;margin:0}

@media(max-width:980px){
  .internship-intro-grid{grid-template-columns:1fr}
  .internship-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .prepare-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:680px){
  .internship-intro,.internship-section,.internship-prepare{padding-left:16px;padding-right:16px}
  .internship-intro h2,.internship-section-heading h2{font-size:31px}
  .internship-grid,.internship-grid.two-column,.prepare-grid{grid-template-columns:1fr}
  .internship-card-top{display:block}
  .internship-card-top .resource-badges{margin-top:10px}
  .internship-closing-note{align-items:flex-start;padding:20px}
}

/* Keep Internships hero title consistent with the other main page banners */
.internships-hero h1{
  font-size:clamp(46px,5.5vw,68px);
  line-height:.92;
}
@media(max-width:620px){
  .internships-hero h1{font-size:46px}
}

/* Get Started closing artwork */
.keep-exploring-art{display:flex;justify-content:center;margin:0 auto 8px}
.keep-exploring-art img{display:block;width:min(560px,86%);height:auto;object-fit:contain}
@media(max-width:620px){.keep-exploring-art img{width:min(440px,96%)}}

/* Refine spacing in the Keep Exploring closing card */
.keep-exploring-art{margin-bottom:2px}
.starter-note h2{margin-top:2px;margin-bottom:8px;line-height:1.08}
.starter-note p{margin-top:0}
