:root{
	--artis-dark:        #131313;
	--artis-black:       #000000;
	--artis-card-dark:   #101112;
	--artis-border-dark: #26262a;
	--artis-palm:        #061900;
	--artis-green:       #93d268;
	--artis-green-2:     #96d46c;
	--artis-green-light: #c1f3a8;
	--artis-green-pale:  #cbf2b5;
	--artis-blue:        #69d1ff;
	--artis-brand-deep:  #163200;
	--artis-brand-deep-2:#0d2400;
	--artis-bg-light:    #fbfcfc;
	--artis-grey:        #6f7173;
	--artis-grey-2:      #9c9c9c;
	--artis-grey-3:      #a0a2a4;
	--artis-grey-4:      #a1a1a1;
	--grad-brand: linear-gradient(113deg, #93d268 1%, #c1f3a8 56%, #69d1ff 120%);
}

/* ---------- scroll to top ---------- */
.to-top{
	position:fixed;right:24px;bottom:24px;z-index:1030;
	width:48px;height:48px;border:0;border-radius:50%;
	background-image:var(--grad-brand);
	color:var(--artis-dark);font-size:1.25rem;line-height:1;
	display:flex;align-items:center;justify-content:center;
	box-shadow:0 6px 20px rgba(0,0,0,.25);
	opacity:0;visibility:hidden;transform:translateY(12px);
	transition:opacity .3s ease, transform .3s ease, visibility .3s;
	z-index: 1030
}
.to-top.show{opacity:1;visibility:visible;transform:none;}
.to-top:hover{transform:translateY(-3px);box-shadow:0 10px 26px rgba(147,210,104,.35);}
@media (max-width: 575.98px){
	.to-top{right:16px;bottom:16px;width:44px;height:44px;}
}
@media (prefers-reduced-motion: reduce){
	.to-top{transition:none;}
}

body{
	font-family:'Outfit',sans-serif;
	background:var(--artis-dark);
	color:#fff;
	letter-spacing:-.01em;
}
.font-inter{font-family:'Inter',sans-serif;}

/* ---------- generic pieces ---------- */
.btn-pill{
	border-radius:40px;
	padding:.625rem 1.5rem;
	font-family:'Inter',sans-serif;
	font-weight:600;
	font-size:1rem;
	letter-spacing:-.04em;
	border:0;
	transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn-pill:hover{transform:translateY(-2px);}
.btn-grad{
	background-image:var(--grad-brand);
	color:var(--artis-dark);
	font-family:'Outfit',sans-serif;
	font-weight:700;
}
.btn-grad:hover{color:var(--artis-dark);box-shadow:0 8px 24px rgba(147,210,104,.35);}
.btn-glass{
	backdrop-filter:blur(28px);
	background:rgba(246,255,242,.03);
	border:1px solid rgba(255,255,255,.06);
	color:#f3feed;
	font-family:'Outfit',sans-serif;
	font-weight:700;
}
.btn-glass:hover{color:#f3feed;background:rgba(246,255,242,.08);}
.btn-solid-green{background:var(--artis-green-2);color:var(--artis-brand-deep);}
.btn-solid-green:hover{background:var(--artis-green-light);color:var(--artis-brand-deep);}

.section-tag{
	display:inline-flex;align-items:center;gap:.5rem;
	font-weight:600;font-size:1rem;text-transform:uppercase;letter-spacing:.02em;
}
.section-tag img{width:28px;height:28px;}
.section-title{font-weight:600;font-size:clamp(2rem,4vw,3.25rem);line-height:1.3;}
.section-sub{font-weight:500;font-size:1.125rem;line-height:28px;letter-spacing:-.01em;color:var(--artis-grey-2);}

/* ---------- top bar ---------- */
.topbar{background:var(--artis-palm);color:#fff;font-size:1rem;letter-spacing:-.02em;padding:.9rem 0;}
.topbar a{color:#fff;text-decoration:none;transition:color .2s;}
.topbar a:hover{color:var(--artis-green-light);}
.topbar .bi{font-size:1.1rem;vertical-align:-2px;}

/* ---------- navbar ---------- */
.navbar-artis{background:#fff;min-height:94px;padding:.75rem 0;}
.navbar-artis .navbar-brand img{height:80px;width:auto;}
.navbar-artis .nav-link{
	color:#000;font-size:1rem;letter-spacing:-.02em;padding:.5rem 1rem !important;
	transition:color .2s;
}
.navbar-artis .nav-link:hover{color:var(--artis-brand-deep);}
.navbar-artis .btn-grad{width:150px;padding:.625rem 1.5rem;letter-spacing:-.04em;}

/* ---------- announcement bar ---------- */
.announce-bar{background:var(--artis-palm);color:#fff;font-weight:500;font-size:1rem;padding:.8rem 0;}
.announce-bar .date-chip{background:#fff;color:#000;border-radius:33px;padding:1px 13px;font-weight:500;}
.announce-bar a{color:#fff;font-family:'Inter',sans-serif;font-weight:700;letter-spacing:-.04em;}

/* ---------- hero ---------- */
.hero{
	position:relative;
	min-height:760px;
	display:flex;align-items:center;
	padding-bottom:48px;
	background: url('../img/bg-12-1.webp') center top/cover no-repeat;
	z-index:1;
}
.hero::after{
	content:"";
	position:absolute;
	inset:0;
	pointer-events:none;
	background:linear-gradient(185deg, rgba(0,0,0,0) , #131313 67%);
	z-index: -1;
}
.hero .container-xl{position:relative;z-index:2;}
.hero-badge{display:flex;align-items:center;gap:.5rem;font-weight:500;text-transform:uppercase;font-size:1rem;}
.hero-badge img{width:28px;height:28px;}
.hero-title{font-weight:700;font-size:clamp(2.6rem,6vw,4.5rem);line-height:1.1;letter-spacing:-.02em;max-width:934px;}
.hero-sub{font-weight:500;font-size:1.125rem;opacity:0.7;line-height:28px;color:#dbdbdb;max-width:621px;}

/* ---------- who is ARTIS for ---------- */
.who{background:var(--artis-dark);padding:120px 0;}
/* --- overlap showcase (final: who-section-experiment) --- */
.who-showcase{
	position:relative;aspect-ratio:1181/914;
}
.who-showcase-bg{
	position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:24px;
}
.who-heading-card{
	position:absolute;left:0;border-radius:24px;
}
.who-heading-title{
	font-weight:600;font-size:clamp(2rem,3.9vw,3.5rem);line-height:1.3;color:#fff;max-width:517px;
}
.who-heading-sub{
	font-weight:500;font-size:1.125rem;line-height:28px;letter-spacing:-.01em;color:var(--artis-grey-2);max-width:481px;
}
.who-student-card{
	position:absolute;right:0;bottom:0;width:min(653px,46%);
}
.whocard{
	background:#070707;border:1px solid #afd785;border-radius:24px;
	padding:2rem;min-height:400px;overflow:hidden;
	display:flex;flex-direction:column;justify-content:space-between;
}
.who-card{
	background:#070707;border:1px solid #575757;border-radius:24px;
	padding:2rem;min-height:400px;overflow:hidden;
	display:flex;flex-direction:column;justify-content:space-between;
}
.who-card:hover{
	border-color: #afd785;
}
.who-card .glow{
	position:absolute;right:-160px;top:-160px;width:466px;height:372px;pointer-events:none;
	background:radial-gradient(closest-side, rgba(147,210,104,.55), rgba(147,210,104,0) 70%);
	filter:blur(30px);transform:rotate(52deg);
}
.audience-card{
	background:rgba(10,10,10,.6);border:1px solid #575757;border-radius:24px;
	padding:2rem;height:100%;
	display:flex;flex-direction:column;gap:4rem;justify-content:center;
	position:relative;overflow:hidden;
	transition:border-color .3s ease, box-shadow .3s ease;
}
/* Figma annotation: glowing gradient lighting effect on hover, like the featured card */
.audience-card:hover{border-color:#afd785;box-shadow:inset 0 0 80px rgba(147,210,104,.12);}
.audience-card .eyebrow, .who-card .eyebrow{
	font-weight:700;font-size:1rem;text-transform:uppercase;letter-spacing:-.01em;color:#838383;
}
.who-card .eyebrow{color:rgba(255,255,255,.5);}
.audience-card h3, .who-card h3{
	font-family:'Inter',sans-serif;font-weight:600;font-size:1.5rem;letter-spacing:-.04em;line-height:1.4;color:#fff;
}
.audience-card p, .who-card p{font-size:1rem;line-height:24px;color:#9c9c9c;letter-spacing:-.01em;}
.who-card p{color:rgba(255,255,255,.6);}
.link-underline{
	font-family:'Inter',sans-serif;font-weight:600;font-size:1rem;color:#fff;
	text-decoration:underline;text-underline-offset:4px;letter-spacing:-.01em;
}
.link-underline:hover{color:var(--artis-green-light);}
.audience-card .icon-64, .who-card .icon-64{width:64px;height:64px;}

/* ---------- programs ---------- */
.programs{background:var(--artis-bg-light);color:var(--artis-dark);padding:100px 0;}
.programs .section-sub{color:var(--artis-grey);}
.filter-pill{
	border-radius:40px;padding:.625rem 1rem;font-family:'Inter',sans-serif;font-weight:600;
	font-size:1rem;letter-spacing:-.04em;background:#f5f5f5;border:1px solid #e9e9e9;
	color:var(--artis-brand-deep);transition:all .2s ease;cursor:pointer;
}
.filter-pill.active,.filter-pill:hover{background:#181818;color:var(--artis-bg-light);border-color:#181818;}
.course-card{
	background:#fff;border-radius:16px;border:0;
	box-shadow:0 3px 4px rgba(0,0,0,.08);
	overflow:hidden;height:100%;
	transition:transform .25s ease, box-shadow .25s ease;
}
.course-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(0,0,0,.12);}
.course-card .course-img{position:relative;height:262px;padding:1rem;}
.course-card .course-img img.cover{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
.course-card .type-badge{
	position:relative;z-index:2;display:inline-block;background:#fff;
	border:1px solid rgba(147,210,104,.1);border-radius:9999px;padding:4px 16px;
	font-weight:700;font-size:1rem;color:#545454;letter-spacing:-.01em;
}
.course-card .card-body{padding:1rem 1.25rem 1.25rem;}
.course-card h3{font-family:'Inter',sans-serif;font-weight:600;font-size:1.5rem;letter-spacing:-.04em;line-height:1.4;color:#353535;}
.course-card .desc{font-size:1rem;line-height:24px;letter-spacing:-.04em;color:var(--artis-grey-3);}
.stat-badge{
	display:inline-flex;align-items:center;gap:.5rem;background:#fff;
	border:1px solid rgba(147,210,104,.1);border-radius:8px;padding:6px 8px;
	font-weight:500;font-size:1rem;color:#545454;
}
.stat-badge .bi{font-size:1.15rem;color:#545454;}
.stat-badge .bi-star-fill{color:#f6b21b;}
.stat-badge .muted{font-size:.875rem;color:#5e5e5e;font-weight:400;}
.btn-view{
	width:100%;border-radius:40px;background:#f5f5f5;border:1px solid #e9e9e9;
	color:var(--artis-brand-deep);font-family:'Inter',sans-serif;font-weight:600;
	padding:.625rem 1.5rem;letter-spacing:-.04em;transition:all .2s ease;
}
.btn-view:hover,.course-card:hover .btn-view{background:var(--artis-green);border-color:var(--artis-green);color:var(--artis-brand-deep);}

/* ---------- career advancement ---------- */
.career{background:var(--artis-dark);padding:100px 0;}
.career-steps{display:flex;align-items:center;gap:12px;flex-wrap:wrap;}
.career-step{
	flex:1 1 0;min-width:150px;text-align:center;background:rgba(124,124,124,.3);
	border-radius:40px;padding:.625rem 1rem;font-family:'Inter',sans-serif;font-weight:500;
	font-size:1rem;letter-spacing:-.04em;color:#fff;white-space:nowrap;
}
.career-steps .bi{color:#9c9c9c;font-size:1.25rem;}
.career-card{
	background:var(--artis-dark);border:1px solid var(--artis-border-dark);border-radius:16px;
	padding:2rem;height:100%;min-height:351px;
	display:flex;flex-direction:column;gap:2rem;
	transition:border-color .3s ease, box-shadow .3s ease;
}
.career-card:hover,.career-card.featured{background:var(--artis-card-dark);border-color:var(--artis-green);box-shadow:inset 0 0 60px rgba(147,210,104,.06);}
.career-card .chip{
	display:inline-block;background:rgba(255,255,255,.1);border-radius:34px;padding:6px 12px;
	font-weight:500;font-size:.875rem;text-transform:uppercase;color:var(--artis-green-pale);letter-spacing:-.01em;
}
.career-card h3{font-weight:700;font-size:1.5rem;letter-spacing:-.02em;line-height:1.4;color:#fff;}
.career-card p{font-size:1rem;line-height:24px;color:var(--artis-grey);letter-spacing:-.01em;}
.career-card .learn{font-family:'Inter',sans-serif;font-weight:600;color:#d8d8d8;text-decoration:none;letter-spacing:-.04em;}
.career-card .learn:hover{color:var(--artis-green-light);}
.career-card .icon-60{width:60px;height:60px;object-fit:contain;}

/* ---------- CTA ---------- */
.cta{background:var(--artis-dark);padding:48px 0;}
.cta-box{
	position:relative;overflow:hidden;border:1px solid var(--artis-border-dark);border-radius:24px;
	padding:48px 34px;min-height:356px;
	background:#131313;
	/* To restore the Figma circuit-board backdrop, export it locally and enable:
	background:#131313 url('assets/img/cta-bg.jpg') center/cover no-repeat; */
}
.cta-box .circuit{
	position:absolute;right:-40px;top:-126px;width:477px;height:588px;pointer-events:none;opacity:.9;
}
.cta-box .cta-glow{
	position:absolute;right:-80px;top:-190px;width:485px;height:354px;pointer-events:none;
	background:radial-gradient(closest-side, rgba(147,210,104,.5), rgba(147,210,104,0) 70%);
	filter:blur(36px);transform:rotate(55deg);
}
.cta-box h2{font-weight:600;font-size:2.25rem;letter-spacing:-.04em;line-height:1.3;color:var(--artis-bg-light);max-width:598px;}
.cta-box p{font-size:1.125rem;line-height:28px;color:#fffcf1;max-width:634px;letter-spacing:-.01em;}

/* ---------- advisors ---------- */
.advisors{background:var(--artis-dark);padding:120px 0;overflow-x:clip;}
.advisor-track{
	display:flex;gap:24px;overflow-x:auto;padding-bottom:1rem;
	scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;
	/* Full-bleed peek (per Figma): left edge stays on the container grid,
	right edge extends to the viewport so the last card is cut off */
	margin-right:calc(50% - 50vw);
	padding-right:calc(50vw - 50%);
}
.advisor-track::-webkit-scrollbar{height:6px;}
.advisor-track::-webkit-scrollbar-thumb{background:#2c2c2c;border-radius:3px;}
.advisor-card{flex:0 0 292px;scroll-snap-align:start;}
.advisor-photo{
	position:relative;height:398px;border-radius:16px;overflow:hidden;
	background:#1c1c1c center/cover no-repeat;
}
.advisor-photo::after{
	content:"";position:absolute;inset:0;
	background:linear-gradient(to bottom, rgba(76,76,76,0) 46%, #000 100%);
}
.advisor-photo .play{
	position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
	width:48px;height:48px;z-index:2;transition:transform .2s ease;
}
.advisor-card:hover .play{transform:translate(-50%,-50%) scale(1.1);}
.advisor-card h3{font-weight:500;font-size:1.25rem;line-height:30px;color:#fff;margin:0;}
.advisor-card .role{font-size:.875rem;line-height:18px;color:var(--artis-grey);}
.advisor-card .socials a{color:#fff;font-size:1.15rem;margin-right:.5rem;transition:color .2s;}
.advisor-card .socials a:hover{color:var(--artis-green-light);}

/* ---------- events ---------- */
.events{background:var(--artis-dark);padding:120px 0;}
.event-card{
	border:.5px solid rgba(255,255,255,.25);border-radius:12px;overflow:hidden;height:100%;
	transition:border-color .3s ease, transform .25s ease;
	display:flex;flex-direction:column;
}
.event-card:hover{border-color:rgba(147,210,104,.6);transform:translateY(-4px);}
.event-card .event-img{height:224px;object-fit:cover;width:100%;}
.event-card .body{padding:1.25rem;display:flex;flex-direction:column;gap:1.25rem;flex-grow:1;}
.event-tag{
	display:inline-block;border-radius:4px;padding:2px 8px;font-weight:500;font-size:1rem;line-height:20px;
}
.event-tag.free{background:rgba(233,239,254,.1);color:#296ae6;}
.event-tag.online{background:rgba(129,212,81,.1);color:#45bb00;}
.event-tag.webinar{background:rgba(24,89,254,.1);color:#31d3ff;}
.event-tag.date{background:rgba(246,246,246,.03);color:#fff;}
.event-card h3{font-weight:600;font-size:1.5rem;letter-spacing:-.01em;line-height:1.4;color:#fff;}
.event-card .desc{font-size:1rem;line-height:24px;color:rgba(255,255,255,.6);letter-spacing:-.02em;}
.btn-register{
	width:100%;backdrop-filter:blur(28px);background:rgba(246,255,242,.05);
	border:1px solid rgba(255,255,255,.04);border-radius:40px;padding:.75rem 1.5rem;
	color:#81d257;font-weight:700;font-size:1rem;letter-spacing:-.01em;transition:all .2s ease;
}
.btn-register:hover{background:var(--artis-green);color:var(--artis-brand-deep);}

/* ---------- FAQ ---------- */
.faq{background:var(--artis-bg-light);color:var(--artis-dark);padding:100px 0;}
.faq h2{font-weight:600;font-size:clamp(2.4rem,5vw,4rem);line-height:1.1;max-width:511px;}
.faq-cat{
	display:block;width:100%;text-align:left;border:0;border-radius:20px;
	background:rgba(0,0,0,.05);color:#9b9b9b;font-weight:500;font-size:1.125rem;
	letter-spacing:-.01em;padding:.5rem 1rem;margin-bottom:4px;transition:all .2s ease;
}
.faq-cat.active,.faq-cat:hover{background:var(--artis-brand-deep-2);color:#fff;}
.faq-item{border-bottom:1px solid #e5e5e5;padding:1.5rem 0;}
.faq-item:first-child{padding-top:0;}
.faq-q{
	width:100%;background:none;border:0;padding:0;
	display:flex;align-items:center;justify-content:space-between;gap:1rem;
	font-family:'Inter',sans-serif;font-weight:500;font-size:1.5rem;letter-spacing:-.04em;
	line-height:30px;color:var(--artis-dark);text-align:left;
}
.faq-q .bi{font-size:1.4rem;transition:transform .25s ease;flex-shrink:0;}
.faq-q[aria-expanded="true"] .bi{transform:rotate(45deg);}
.faq-a{font-size:1.125rem;line-height:28px;letter-spacing:-.02em;color:#474747;max-width:655px;padding-top:1.25rem;}

/* ---------- contact ---------- */
.contact{background:var(--artis-black);padding:100px 0;}
.contact-card{
	background:var(--artis-card-dark);border:1px solid var(--artis-border-dark);border-radius:16px;
	padding:1.5rem;height:100%;display:flex;flex-direction:column;gap:2rem;
}
.contact-card h3{font-weight:500;font-size:2rem;letter-spacing:-.01em;line-height:1.4;color:#f7f7f7;}
.contact-card .muted{font-size:1rem;line-height:20px;color:var(--artis-grey-4);letter-spacing:-.01em;}
.contact-card .detail{font-size:1.125rem;line-height:30px;}
.contact-card .detail .label{color:var(--artis-grey-4);font-weight:400;}
.contact-card .detail a{color:#fff;font-weight:500;text-decoration:underline;text-underline-offset:3px;}
.contact-card .detail a:hover{color:var(--artis-green-light);}

/* ---------- footer ---------- */
.footer{background:var(--artis-black);padding:80px 0 100px;position:relative;overflow:hidden;}
/* Footer background video (Figma "Background Layer" — video fill, 567px band at the bottom) */
.footer-video{
	position:absolute;left:0;right:0;bottom:0;width:100%;height:567px;
	object-fit:cover;pointer-events:none;z-index:0;
	/* fallback glow shows through the poster/before video loads */
	background:radial-gradient(60% 90% at 50% 115%, rgba(147,210,104,.22), rgba(0,0,0,0) 70%);
}
.footer-video-mask{
	position:absolute;left:0;right:0;bottom:0;height:567px;pointer-events:none;z-index:1;
	background:linear-gradient(to bottom, var(--artis-black) 0%, rgba(0,0,0,.35) 45%, rgba(0,0,0,.15) 100%);
}
@media (prefers-reduced-motion: reduce){
	.footer-video{display:none;}
}
.footer .container-xl{position:relative;z-index:2;}
.footer h4{font-weight:500;font-size:1.375rem;letter-spacing:-.04em;color:rgba(255,255,255,.5);margin-bottom:1.5rem;}
.footer ul{list-style:none;padding:0;margin:0;}
.footer ul li{margin-bottom:.75rem;}
.footer ul a{color:rgba(255,255,255,.8);text-decoration:none;font-weight:500;font-size:1rem;letter-spacing:-.04em;transition:color .2s;}
.footer ul a:hover{color:var(--artis-green-light);}
.footer-quote{text-align:center;margin:100px 0 0;}
.footer-quote .l1{font-weight:400;font-size:clamp(1.6rem,3.5vw,2.5rem);line-height:1.4;color:#fff;}
.footer-quote .l2{font-weight:800;font-size:clamp(2.4rem,6vw,4.25rem);line-height:1.1;color:#ecffe2;}
.footer-bottom{
	display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;
	margin-top:180px;font-size:1rem;letter-spacing:-.01em;color:#fff;
}
.footer-bottom a{color:#fff;text-decoration:none;}
.footer-bottom a:hover{color:var(--artis-green-light);}

/* ---------- responsive ---------- */
/* Match Figma proportions: content ≈ 80% of canvas on large screens.
Bootstrap caps .container-xl at 1320px; scale it with the viewport instead. */
@media (min-width: 1400px){
	.container-xl{max-width:min(80vw, 1680px);}
}
@media (max-width: 991.98px){
	.hero{min-height:640px;}
	.who,.advisors,.events{padding:80px 0;}
	.who-showcase{aspect-ratio:auto;display:flex;flex-direction:column;gap:1.5rem;}
	.who-showcase-bg{position:static;height:auto;order:2;}
	.who-heading-card{position:static;max-width:none;order:1;}
	.who-student-card{position:static;width:auto;order:3;}
	.programs,.career,.faq,.contact{padding:72px 0;}
	.career-steps{gap:8px;}
	.career-steps .bi{display:none;}
	.career-step{flex:1 1 45%;}
	.footer-bottom{margin-top:100px;}
}
@media (max-width: 575.98px){
	.who-card{min-height:0;gap:2rem;}
	.career-step{flex:1 1 100%;}
	.cta-box{padding:32px 20px;}
}
@media (prefers-reduced-motion: reduce){
	*{transition:none !important;animation:none !important;}
}
/* ============================================================
Scroll-reveal animations (vanilla, GPU-friendly)
Only opacity + transform are animated; elements are
unobserved after revealing. Gated on html.js so content
is never hidden when JavaScript is unavailable.
============================================================ */
html.js [data-reveal]{
	opacity:0;
	transform:translateY(28px);
	transition:opacity .7s cubic-bezier(.22,.61,.36,1), transform .7s cubic-bezier(.22,.61,.36,1);
	transition-delay:var(--d, 0s);
}
html.js [data-reveal="left"]{transform:translateX(-36px);}
html.js [data-reveal="right"]{transform:translateX(36px);}
html.js [data-reveal="zoom"]{transform:scale(.94);}
html.js [data-reveal].in{opacity:1;transform:none;}
@media (prefers-reduced-motion: reduce){
	html.js [data-reveal]{opacity:1 !important;transform:none !important;transition:none !important;}
}
/* ============================================================
Programs page (programs.html)
============================================================ */
.page-hero{
	position:relative;min-height:500px;display:flex;align-items:center;
	padding:120px 0 72px;
	background:
		linear-gradient(23deg, #031300 27%, rgba(5,26,0,0) 79%),
		#131313 url('../img/programs/programs-hero.webp') center/cover no-repeat;
}
.page-hero-title{
	font-weight:600;font-size:clamp(2.2rem,3.6vw,3.25rem);line-height:1.3;color:#fff;max-width:778px;
}
.page-hero-sub{
	font-weight:500;font-size:1.125rem;line-height:28px;letter-spacing:-.04em;color:#dbdbdb;max-width:740px;
}

/* glass info pills (intake / attachment partner) */
.glass-pill{
	display:inline-flex;align-items:center;flex-wrap:wrap;justify-content:center;
	border-radius:33px;padding:20px 32px;font-size:1rem;color:#d8d8d8;line-height:1.1;
	background:
		linear-gradient(122deg, rgba(0,0,0,0) 4%, rgba(193,243,168,.2) 127%),
		linear-gradient(115deg, rgba(200,255,175,.2) 2%, rgba(0,0,0,0) 24%),
		rgba(255,255,255,.06);
}
.glass-pill-strong{
	font-size:1.25rem;
	background:
		linear-gradient(91deg, rgba(0,0,0,0) 0%, rgba(193,243,168,.2) 103%),
		linear-gradient(107deg, rgba(200,255,175,.2) 2%, rgba(0,0,0,0) 73%),
		rgba(255,255,255,.22);
}
.glass-pill a{color:#7fd457;text-decoration:underline;text-underline-offset:3px;}
.glass-pill a:hover{color:var(--artis-green-light);}

/* leadership cards: light border variant + CTA link */
.career-card.light-border{border-color:#e4e4e4;}
.career-card.light-border:hover{border-color:var(--artis-green);}
.career-card .lead-link{
	font-family:'Inter',sans-serif;font-weight:600;font-size:1rem;letter-spacing:-.04em;
	color:#43961b;text-decoration:underline;text-underline-offset:3px;
}
.career-card .lead-link:hover{color:var(--artis-green-light);}

/* course card: attachment deliverable line (from courses master sheet) */
.course-deliverable{
	font-size:.9375rem;line-height:22px;letter-spacing:-.02em;color:#43961b;
	padding:8px 12px;border-left:2px solid var(--artis-green);
	background:rgba(147,210,104,.06);border-radius:0 8px 8px 0;
}



/* ---------- hero ---------- */
.form-hero{
	position:relative;padding:120px 0 72px;
	background:
		linear-gradient(90deg, rgba(6,25,0,.85) 0%, rgba(6,25,0,.35) 45%, rgba(5,29,0,0) 70%),
		#131313 url('../img/form/form-hero.webp') center/cover no-repeat;
}
.form-hero h1{font-weight:600;font-size:clamp(2.2rem,3.6vw,3.25rem);line-height:1.3;color:#fff;max-width:778px;}
.form-hero p{font-weight:500;font-size:1.125rem;line-height:28px;letter-spacing:-.01em;color:#dbdbdb;max-width:778px;}

/* ---------- section & feature image ---------- */
.form-section{background:#131313;padding:120px 0;}
.form-feature{width:100%;max-width:470px;border-radius:24px;display:block;object-fit:cover;}
.form-wrap{max-width:560px;}
.form-title{font-weight:700;font-size:clamp(1.8rem,2.8vw,2.25rem);line-height:1.2;color:#fff;letter-spacing:-.01em;}
.form-sub{font-size:1rem;line-height:24px;color:#b9bbb8;letter-spacing:-.01em;}

/* ---------- labels & inputs ---------- */
.field-label{
	display:block;font-weight:600;font-size:.875rem;letter-spacing:-.01em;color:#fff;margin-bottom:8px;
}
.form-input{
	width:100%;background:rgba(255,255,255,.04);border:1px solid #3a3a3a;border-radius:8px;
	padding:10px 13px;font-size:1rem;color:#fff;letter-spacing:-.01em;
	transition:border-color .2s ease, background .2s ease;
}
.form-input::placeholder{color:#8a8a8a;}
.form-input:focus{outline:none;border-color:var(--artis-green);background:rgba(255,255,255,.06);}

/* ---------- option cards ---------- */
.option-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
.option-card{
	position:relative;display:flex;align-items:flex-start;gap:12px;cursor:pointer;
	background:rgba(255,255,255,.03);border:1px solid #3a3a3a;border-radius:10px;
	padding:13px;min-height:70px;
	transition:border-color .2s ease, background .2s ease;
}
.option-card:hover{border-color:#5a5a5a;}
.option-card input{position:absolute;opacity:0;pointer-events:none;}
.option-card .oc-icon{font-size:1.25rem;color:#e6e6e6;line-height:1.2;flex-shrink:0;}
.option-card .oc-text{display:flex;flex-direction:column;gap:3px;}
.option-card .oc-title{font-weight:600;font-size:.9375rem;letter-spacing:-.01em;color:#fff;line-height:1.1;}
.option-card .oc-desc{font-size:.8125rem;line-height:1.35;color:#9c9c9c;letter-spacing:-.01em;}
.option-card .oc-check{
	position:absolute;top:10px;right:10px;font-size:.85rem;color:var(--artis-green);
	opacity:0;transition:opacity .2s ease;
}
.option-card.selected{
	border-color:var(--artis-green);
	background:linear-gradient(0deg, rgba(147,210,104,.12), rgba(147,210,104,.12)), rgba(255,255,255,.03);
}
.option-card.selected .oc-check{opacity:1;}

/* ---------- step indicator ---------- */
.step-info{font-weight:500;font-size:.9375rem;color:#d8d8d8;letter-spacing:-.01em;}
.step-track{width:100%;height:4px;border-radius:2px;background:#3a3a3a;overflow:hidden;}
.step-fill{
	height:100%;width:50%;border-radius:2px;background:#f5891f;
	transition:width .45s cubic-bezier(.22,.61,.36,1);
}

/* ---------- buttons & note ---------- */
.step-back{
	display:block;margin:12px auto 0;background:none;border:0;
	font-weight:600;font-size:.9375rem;color:#9c9c9c;text-decoration:underline;text-underline-offset:3px;
}
.step-back:hover{color:var(--artis-green-light);}
.response-note{text-align:center;font-size:.8125rem;color:#8a8a8a;letter-spacing:-.01em;}

/* ---------- responsive (form page) ---------- */
@media (max-width: 991.98px){
	.form-section{padding:72px 0;}
	.form-feature{max-width:100%;margin-bottom:8px;}
	.form-wrap{max-width:none;}
}
@media (max-width: 575.98px){
	.option-grid{grid-template-columns:1fr;}
}

/* ============================================================
   Program details page working on friday!!! (programdetails.html)
   ============================================================ */
.details-hero{
  position:relative;padding:120px 0 72px;
  background:
    linear-gradient(48deg, #062100 16%, rgba(5,29,0,0) 64%),
    #131313 url('../img/program-details/bg.webp') center/cover no-repeat;
}
.details-hero-text{max-width:621px;}
.details-hero h1{font-weight:600;font-size:clamp(2.2rem,3.6vw,3.25rem);line-height:1.3;color:#fff;}
.details-hero p{font-weight:500;font-size:1.125rem;line-height:28px;letter-spacing:-.04em;color:#dbdbdb;}

/* additional info (light) */
.details-info{background:#f8f9f8;color:var(--artis-dark);padding:56px 0 112px;}
.details-info .info-block{margin-bottom:40px;}
.details-info h2{font-weight:600;font-size:clamp(1.8rem,2.8vw,2.5rem);line-height:1.1;color:#000;margin-bottom:12px;}
.info-sub{font-weight:500;font-size:1.125rem;line-height:28px;letter-spacing:-.01em;color:var(--artis-grey);margin-bottom:20px;}
.check-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:24px;}
.check-list li{display:flex;align-items:flex-start;gap:12px;font-weight:500;font-size:1.125rem;line-height:28px;letter-spacing:-.01em;color:var(--artis-grey);}
.check-list-lg li{font-size:1.25rem;letter-spacing:-.01em;color:var(--artis-dark);}
.check-list .bi{font-size:1.4rem;color:#639d38;line-height:28px;}
.payment-strip{display:block;width:100%;border-radius:12px;margin-top:20px;}

/* tuition card */
.tuition-card{
  background:#fff;border-radius:24px;padding:40px 40px;
  box-shadow:0 3px 4px rgba(0,0,0,.08);
}
.tuition-label{font-weight:500;font-size:1.25rem;line-height:28px;letter-spacing:-.01em;color:var(--artis-grey);}
.tuition-status{
  display:inline-block;background:rgba(147,210,104,.17);color:#639d38;
  border-radius:40px;padding:6px 20px;font-weight:600;font-size:1rem;letter-spacing:-.01em;
}
.tuition-hr{border-color:#e5e5e5;opacity:1;margin:20px 0;}
.tuition-rows{display:flex;flex-direction:column;gap:18px;}
.tuition-value{font-weight:500;font-size:1.25rem;line-height:28px;letter-spacing:-.01em;color:var(--artis-dark);}
.tuition-value.accent{font-weight:600;color:#639d38;}

/* curriculum */
.curriculum{background:#fbfcfc;color:var(--artis-dark);padding:112px 0;}
.curriculum-title{font-weight:600;font-size:clamp(2rem,3.6vw,3.25rem);line-height:1;color:#000;}
.btn-brochure{
  background:#f5f5f5;border:1px solid #e9e9e9;color:var(--artis-brand-deep);
  font-family:'Inter',sans-serif;font-weight:600;padding:.75rem 2rem;
}
.btn-brochure:hover{background:var(--artis-green);border-color:var(--artis-green);color:var(--artis-brand-deep);}
.curriculum-panel{
  background:#fff;border:1px solid #ececec;border-radius:16px;padding:16px;
  box-shadow:0 3px 4px rgba(0,0,0,.04);
}
.module-item{border-bottom:1px solid #efefef;}
.module-item:last-child{border-bottom:0;}
.module-head{
  width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;
  background:none;border:0;padding:16px 20px;text-align:left;cursor:pointer;
}
.module-icon{width:92px;height:52px;object-fit:cover;border-radius:8px;flex-shrink:0;background:#eef3ea;}
.module-name{font-weight:500;font-size:1.125rem;letter-spacing:-.01em;color:var(--artis-dark);}
.module-head .bi{font-size:1rem;color:#7a7a7a;transition:transform .25s ease;flex-shrink:0;}
.module-head[aria-expanded="true"] .bi{transform:rotate(180deg);}
.module-body{padding:0 20px 20px 132px;}
.module-desc{font-size:1rem;line-height:26px;letter-spacing:-.01em;color:var(--artis-grey);max-width:889px;}
.module-link{
  font-family:'Inter',sans-serif;font-weight:600;font-size:.9375rem;color:#43961b;
  text-decoration:underline;text-underline-offset:3px;
}
.module-link:hover{color:var(--artis-green-light);}
.module-link .bi{font-size:.8rem;}
.load-toggle{
  display:block;width:100%;background:none;border:0;padding:16px 0 4px;
  font-weight:600;font-size:1rem;color:var(--artis-brand-deep);text-decoration:underline;text-underline-offset:3px;
}
.load-toggle:hover{color:#43961b;}
@media (max-width: 767.98px){
  .module-body{padding-left:20px;}
  .tuition-card{padding:32px 24px;}
}

/* fixed */
@media (max-width:991.98px){ .who-card .glow{display:none;} }
@media (max-width:991.98px){
  .who-showcase{overflow:hidden;}
  .who-card .glow{display:none;}
}
@media (max-width:575.98px){
  .career-step{
    min-width:0;
    white-space:normal;
  }
}
@media (max-width:575.98px){
  .faq .row.g-5{--bs-gutter-x:1.5rem;--bs-gutter-y:1.5rem;}
}

@media (min-width:992px) and (max-width:1199.98px){
  .who-heading-card{max-width:55%;}
}
.who-showcase{overflow:hidden;}