/* AI Adoption and AI Enablement page family.
   One namespace (.apv2) shared by both pillars and all five child pages.
   Tokens follow the home-v2 lineage. */

.apv2 {
    --ap-ink: #242623;
    --ap-olive: #203625;
    --ap-deep: #132a1c;
    --ap-lime: #e5fe96;
    --ap-green: #657d00;
    --ap-paper: #f4f4f0;
    --ap-line: rgba(36, 38, 35, .16);
    --ap-line-light: rgba(255, 255, 255, .17);
    --ap-muted: #666a64;
    color: var(--ap-ink);
    overflow: clip;
    font-family: "DM Sans", sans-serif;
}
.apv2 * { box-sizing: border-box; }
.apv2 .container { max-width: 1240px; margin: 0 auto; padding-left: 32px; padding-right: 32px; }
.apv2-grid { position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(229,254,150,.075) 1px, transparent 1px), linear-gradient(90deg, rgba(229,254,150,.075) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, #000, transparent 96%); }

/* Shared type ------------------------------------------------------------ */

.apv2-eyebrow,
.apv2-kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--ap-green); font-size: 11px; line-height: 1.2; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.apv2-eyebrow,
.apv2-kicker--lime { color: var(--ap-lime); }
.apv2-eyebrow span,
.apv2-kicker span { width: 28px; height: 1px; background: currentColor; }

.apv2-button { display: inline-flex; justify-content: center; align-items: center; gap: 30px; min-height: 54px; padding: 0 22px; border: 0; border-radius: 6px; background: var(--ap-lime); color: var(--ap-ink); font-family: inherit; font-size: 14px; font-weight: 700; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.apv2-button:hover { transform: translateY(-2px); background: #f0ffbf; color: var(--ap-ink); }
.apv2-button span { font-size: 18px; font-weight: 400; }
.apv2-button--ghost { background: transparent; border: 1px solid rgba(255,255,255,.32); color: #fff; }
.apv2-button--ghost:hover { background: rgba(255,255,255,.08); color: #fff; }
.apv2-text-link { color: #fff; font-size: 13px; font-weight: 600; text-decoration: none; }
.apv2-text-link span { margin-left: 8px; color: var(--ap-lime); }
.apv2-inline-link { display: inline-flex; gap: 9px; margin-top: 28px; color: var(--ap-green); font-size: 13px; font-weight: 700; text-decoration: none; }
.apv2-inline-link span { transition: transform .2s; }
.apv2-inline-link:hover span { transform: translate(2px, -2px); }
.apv2-actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
.apv2-actions--center { justify-content: center; }

/* Breadcrumbs ------------------------------------------------------------ */

.apv2-crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin: 0 0 26px; padding: 0; list-style: none; color: rgba(255,255,255,.5); font-size: 11px; font-weight: 600; }
.apv2-crumbs a { color: rgba(255,255,255,.72); text-decoration: none; }
.apv2-crumbs a:hover { color: var(--ap-lime); }
.apv2-crumbs li:not(:last-child):after { margin-left: 9px; content: "/"; opacity: .45; }

/* Hero ------------------------------------------------------------------- */

.apv2-hero { position: relative; padding: 160px 0 76px; background: var(--ap-olive); color: #fff; }
.apv2-hero__layout { position: relative; display: grid; grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr); gap: 62px; align-items: center; }
.apv2-hero h1 { margin: 0; font-size: clamp(46px, 4.6vw, 68px); line-height: .99; font-weight: 500; letter-spacing: -.055em; }
.apv2-hero__intro { max-width: 600px; margin: 27px 0 0; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.65; }
.apv2-context { display: flex; flex-wrap: wrap; gap: 17px; margin-top: 38px; padding-top: 23px; border-top: 1px solid rgba(229,254,150,.18); }
.apv2-context span { display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,.62); font-size: 10px; font-weight: 600; }
.apv2-context i { width: 5px; height: 5px; border-radius: 50%; background: var(--ap-lime); }

/* Hero panel: the programme summary card ---------------------------------- */

.apv2-panel { overflow: hidden; border: 1px solid rgba(229,254,150,.28); background: #151a16; box-shadow: 0 34px 90px rgba(0,0,0,.3); }
.apv2-panel__bar { display: flex; justify-content: space-between; align-items: center; min-height: 44px; padding: 0 16px; border-bottom: 1px solid #343d34; background: #202720; color: #899289; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace; font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.apv2-panel__bar b { display: flex; align-items: center; gap: 7px; }
.apv2-panel__bar i { width: 6px; height: 6px; border-radius: 50%; background: var(--ap-lime); box-shadow: 0 0 12px rgba(229,254,150,.45); }
.apv2-panel__head { padding: 23px 22px; border-bottom: 1px solid #303830; }
.apv2-panel__head small { color: var(--ap-lime); font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace; font-size: 7px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.apv2-panel__head p { margin: 10px 0 0; color: #fff; font-size: 24px; line-height: 1.1; letter-spacing: -.035em; }
.apv2-panel__rows { padding: 12px 22px; }
.apv2-panel__rows > div { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; min-height: 58px; border-bottom: 1px solid #303830; }
.apv2-panel__rows > div:last-child { border-bottom: 0; }
.apv2-panel__rows span { color: #78912f; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace; font-size: 7px; font-weight: 700; }
.apv2-panel__rows p { margin: 0; color: #c1c8c0; font-size: 11px; }
.apv2-panel__rows i { width: 6px; height: 6px; border-radius: 50%; background: var(--ap-lime); }
.apv2-panel__foot { display: flex; justify-content: space-between; align-items: center; min-height: 60px; padding: 0 22px; border-top: 1px solid #303830; background: #242c24; }
.apv2-panel__foot strong { color: #fff; font-size: 16px; letter-spacing: -.02em; }
.apv2-panel__foot b { padding: 6px 8px; border: 1px solid #59674e; color: var(--ap-lime); font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace; font-size: 7px; letter-spacing: .08em; }

/* Sticky subnav ---------------------------------------------------------- */

.apv2-subnav { position: sticky; top: 100px; z-index: 30; border-bottom: 1px solid var(--ap-line); background: rgba(255,255,255,.94); backdrop-filter: blur(12px); }
.apv2-subnav .container { display: flex; justify-content: center; align-items: center; gap: 40px; min-height: 58px; }
.apv2-subnav a { color: #6c706b; font-size: 12px; font-weight: 600; text-decoration: none; white-space: nowrap; }
.apv2-subnav a:hover { color: var(--ap-green); }

/* Sections and headings --------------------------------------------------- */

.apv2-section { position: relative; padding: 112px 0; scroll-margin-top: 150px; }
.apv2-section--paper { background: var(--ap-paper); }
.apv2-section--olive { background: var(--ap-olive); color: #fff; }
.apv2-section--ink { background: var(--ap-ink); color: #fff; }
.apv2-heading { max-width: 800px; margin-bottom: 58px; }
.apv2-heading--split { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .65fr); gap: 100px; max-width: none; align-items: end; }
.apv2-heading h2 { margin: 0; font-size: clamp(38px, 4.2vw, 56px); line-height: 1.03; font-weight: 500; letter-spacing: -.05em; }
.apv2-heading > p:last-child { margin: 22px 0 0; color: #656862; font-size: 16px; line-height: 1.65; }
.apv2-heading--split > p:last-child { margin: 0; }
.apv2-section--olive .apv2-heading > p:last-child,
.apv2-section--ink .apv2-heading > p:last-child { color: rgba(255,255,255,.64); }

/* Definition block. The passage answer engines quote. --------------------- */

.apv2-definition { display: grid; grid-template-columns: minmax(0, .34fr) minmax(0, 1fr); gap: 60px; padding: 34px 0 0; border-top: 1px solid var(--ap-line); }
.apv2-definition dt { color: var(--ap-green); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.apv2-definition dd { margin: 0; font-size: 21px; line-height: 1.55; letter-spacing: -.015em; }
.apv2-definition dd b { font-weight: 600; }
.apv2-definition dd p { margin: 16px 0 0; color: var(--ap-muted); font-size: 15px; line-height: 1.7; }

/* Track list: the five adoption programmes -------------------------------- */

.apv2-tracks { border: 1px solid var(--ap-line); background: #fff; }
.apv2-track { display: grid; grid-template-columns: 52px 1fr minmax(0, 300px) auto; gap: 16px; align-items: center; min-height: 132px; padding: 22px 24px; border-bottom: 1px solid var(--ap-line); color: inherit; text-decoration: none; transition: background .18s ease; }
.apv2-track:last-child { border-bottom: 0; }
.apv2-track:hover { background: #f8f9f2; }
.apv2-track > span { color: var(--ap-green); font-size: 10px; font-weight: 700; letter-spacing: .1em; }
.apv2-track strong { display: block; font-size: 22px; line-height: 1.2; font-weight: 600; letter-spacing: -.03em; }
.apv2-track strong + p { max-width: 460px; margin: 7px 0 0; color: #6d716b; font-size: 13px; line-height: 1.55; }
.apv2-track__for { margin: 0; color: #6d716a; font-size: 12px; line-height: 1.5; }
.apv2-track__for b { display: block; margin-bottom: 4px; color: var(--ap-green); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.apv2-track__go { color: var(--ap-green); font-size: 18px; opacity: 0; transform: translate(-4px, 4px); transition: opacity .2s, transform .2s; }
.apv2-track:hover .apv2-track__go { opacity: 1; transform: none; }

/* Capability mesh: the six enablement blocks ------------------------------ */

.apv2-mesh { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ap-line-light); border-left: 1px solid var(--ap-line-light); }
.apv2-mesh--four { grid-template-columns: repeat(4, 1fr); }
.apv2-mesh--four article { min-height: 236px; padding: 22px; }
.apv2-mesh--four h3 { margin-top: 64px; font-size: 18px; }
.apv2-mesh article { position: relative; min-height: 258px; padding: 24px; border-right: 1px solid var(--ap-line-light); border-bottom: 1px solid var(--ap-line-light); }
.apv2-mesh span { color: var(--ap-lime); font-size: 9px; font-weight: 700; letter-spacing: .1em; }
.apv2-mesh i { position: absolute; top: 24px; right: 24px; width: 26px; height: 26px; border: 1px solid rgba(229,254,150,.38); border-radius: 50%; }
.apv2-mesh i:before,
.apv2-mesh i:after { position: absolute; background: var(--ap-lime); content: ""; }
.apv2-mesh i:before { top: 12px; left: 8px; width: 8px; height: 1px; }
.apv2-mesh i:after { top: 8px; left: 12px; width: 1px; height: 8px; }
.apv2-mesh h3 { margin: 74px 0 12px; color: #fff; font-size: 20px; line-height: 1.2; font-weight: 600; letter-spacing: -.03em; }
.apv2-mesh p { margin: 0; color: rgba(255,255,255,.56); font-size: 13px; line-height: 1.55; }

/* Card grid: audiences, outcomes, modules --------------------------------- */

.apv2-cards { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ap-line); border-left: 1px solid var(--ap-line); }
.apv2-cards--four { grid-template-columns: repeat(4, 1fr); }
.apv2-cards article { min-height: 250px; padding: 25px; border-right: 1px solid var(--ap-line); border-bottom: 1px solid var(--ap-line); background: rgba(255,255,255,.36); }
.apv2-card__top { display: flex; justify-content: space-between; align-items: center; }
.apv2-card__top span { color: var(--ap-green); font-size: 10px; font-weight: 700; letter-spacing: .1em; }
.apv2-card__top i { position: relative; width: 9px; height: 9px; border: 1px solid var(--ap-green); border-radius: 50%; }
.apv2-card__top i:after { position: absolute; inset: 2px; border-radius: 50%; background: var(--ap-lime); content: ""; transform: scale(0); transition: transform .2s; }
.apv2-cards article:hover .apv2-card__top i:after { transform: scale(1); }
.apv2-cards h3 { max-width: 280px; margin: 62px 0 13px; font-size: 21px; line-height: 1.18; font-weight: 600; letter-spacing: -.035em; }
.apv2-cards p { max-width: 320px; margin: 0; color: var(--ap-muted); font-size: 13px; line-height: 1.6; }
.apv2-cards ul { margin: 14px 0 0; padding: 0; list-style: none; }
.apv2-cards li { position: relative; padding: 6px 0 6px 17px; color: #6d716b; font-size: 12px; line-height: 1.5; }
.apv2-cards li:before { position: absolute; left: 0; color: var(--ap-green); content: "\21b3"; }

/* Curriculum table -------------------------------------------------------- */

.apv2-curriculum { border-top: 1px solid var(--ap-line); border-left: 1px solid var(--ap-line); }
.apv2-curriculum__row { display: grid; grid-template-columns: 62px minmax(0, 1fr) minmax(0, 1.25fr) 116px; align-items: start; }
.apv2-curriculum__row > * { min-height: 92px; padding: 20px 22px; border-right: 1px solid var(--ap-line); border-bottom: 1px solid var(--ap-line); }
.apv2-curriculum__row--head > * { min-height: 0; padding-top: 13px; padding-bottom: 13px; background: var(--ap-paper); color: var(--ap-green); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.apv2-curriculum__num { color: var(--ap-green); font-size: 11px; font-weight: 700; letter-spacing: .1em; }
.apv2-curriculum__row strong { display: block; font-size: 17px; line-height: 1.25; font-weight: 600; letter-spacing: -.025em; }
.apv2-curriculum__row p { margin: 0; color: var(--ap-muted); font-size: 13px; line-height: 1.6; }
.apv2-curriculum__time { color: var(--ap-ink); font-size: 12px; font-weight: 600; }

/* Format cards ------------------------------------------------------------ */

.apv2-formats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--ap-line); border-left: 1px solid var(--ap-line); }
.apv2-formats article { display: flex; flex-direction: column; min-height: 268px; padding: 25px; border-right: 1px solid var(--ap-line); border-bottom: 1px solid var(--ap-line); background: #fff; }
.apv2-formats span { color: var(--ap-green); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.apv2-formats strong { margin: 20px 0 6px; font-size: 34px; line-height: 1; font-weight: 500; letter-spacing: -.05em; }
.apv2-formats h3 { margin: 0 0 12px; font-size: 18px; font-weight: 600; letter-spacing: -.025em; }
.apv2-formats p { margin: 0 0 18px; color: var(--ap-muted); font-size: 13px; line-height: 1.6; }
.apv2-formats b { margin-top: auto; padding-top: 15px; border-top: 1px solid var(--ap-line); color: #6d716a; font-size: 11px; font-weight: 600; }

/* Timeline ---------------------------------------------------------------- */

.apv2-timeline { display: grid; grid-template-columns: repeat(4, 1fr); }
.apv2-timeline article { min-height: 300px; padding-right: 30px; }
.apv2-timeline__rail { position: relative; height: 49px; border-top: 1px solid var(--ap-line); }
.apv2-timeline__rail span { position: absolute; top: -16px; display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid var(--ap-green); border-radius: 50%; background: var(--ap-paper); color: var(--ap-green); font-size: 10px; font-weight: 700; }
.apv2-timeline article > p { margin: 27px 0 32px; color: var(--ap-green); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.apv2-timeline h3 { max-width: 230px; margin: 0 0 15px; font-size: 21px; line-height: 1.15; font-weight: 600; letter-spacing: -.035em; }
.apv2-timeline small { display: block; max-width: 250px; color: #676b65; font-size: 13px; line-height: 1.6; }

/* Proof strip ------------------------------------------------------------- */

.apv2-proof { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ap-line-light); border-left: 1px solid var(--ap-line-light); }
.apv2-proof article { min-height: 232px; padding: 24px; border-right: 1px solid var(--ap-line-light); border-bottom: 1px solid var(--ap-line-light); }
.apv2-proof span { color: var(--ap-lime); font-size: 9px; font-weight: 700; letter-spacing: .1em; }
.apv2-proof strong { display: block; margin-top: 58px; color: #fff; font-size: 40px; line-height: 1; font-weight: 500; letter-spacing: -.055em; }
.apv2-proof p { margin: 15px 0 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.55; }

/* India section ----------------------------------------------------------- */

.apv2-india { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 90px; align-items: start; }
.apv2-india__points { margin: 0; padding: 0; border-top: 1px solid var(--ap-line); list-style: none; }
.apv2-india__points li { display: grid; grid-template-columns: 30px 1fr; align-items: start; padding: 20px 0; border-bottom: 1px solid var(--ap-line); }
.apv2-india__points i { margin-top: 7px; width: 7px; height: 7px; border-radius: 50%; background: var(--ap-green); }
.apv2-india__points strong { display: block; margin-bottom: 5px; font-size: 15px; font-weight: 600; }
.apv2-india__points p { margin: 0; color: var(--ap-muted); font-size: 13px; line-height: 1.65; }
.apv2-cities { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.apv2-cities span { padding: 8px 11px; border: 1px solid var(--ap-line); background: #fff; color: #555952; font-size: 11px; }

/* Lead capture: gated curriculum download --------------------------------- */

.apv2-lead { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 80px; align-items: center; }
.apv2-lead__copy h2 { margin: 0; font-size: clamp(34px, 3.4vw, 46px); line-height: 1.05; font-weight: 500; letter-spacing: -.05em; }
.apv2-lead__copy > p { max-width: 460px; margin: 20px 0 0; color: rgba(255,255,255,.66); font-size: 15px; line-height: 1.7; }
.apv2-lead__includes { margin: 26px 0 0; padding: 0; list-style: none; }
.apv2-lead__includes li { position: relative; padding: 7px 0 7px 20px; color: rgba(255,255,255,.78); font-size: 13px; }
.apv2-lead__includes li:before { position: absolute; left: 0; color: var(--ap-lime); content: "\21b3"; }
.apv2-form { padding: 32px; border: 1px solid rgba(229,254,150,.24); background: rgba(255,255,255,.04); }
.apv2-form__row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.apv2-form label { display: block; margin-bottom: 7px; color: rgba(255,255,255,.62); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.apv2-form__field { margin-bottom: 16px; }
.apv2-form input,
.apv2-form select { width: 100%; height: 46px; padding: 0 13px; border: 1px solid rgba(255,255,255,.2); border-radius: 4px; background: rgba(0,0,0,.24); color: #fff; font-family: inherit; font-size: 14px; }
.apv2-form select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, rgba(229,254,150,.8) 50%), linear-gradient(135deg, rgba(229,254,150,.8) 50%, transparent 50%); background-position: calc(100% - 18px) 20px, calc(100% - 13px) 20px; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
.apv2-form option { background: var(--ap-ink); color: #fff; }
.apv2-form input:focus,
.apv2-form select:focus { outline: none; border-color: var(--ap-lime); }
/* Chrome paints autofilled fields pale blue, which breaks the dark form. The
   inset shadow is the only way to override that background. */
.apv2-form input:-webkit-autofill,
.apv2-form input:-webkit-autofill:hover,
.apv2-form input:-webkit-autofill:focus,
.apv2-form select:-webkit-autofill { -webkit-text-fill-color: #fff; -webkit-box-shadow: 0 0 0 1000px #1b211c inset; caret-color: #fff; transition: background-color 9999s ease-in-out 0s; }
.apv2-form input::placeholder { color: rgba(255,255,255,.32); }
.apv2-form .apv2-button { width: 100%; margin-top: 8px; }
.apv2-form__note { margin: 15px 0 0; color: rgba(255,255,255,.42); font-size: 11px; line-height: 1.6; }
.apv2-form__status { margin: 14px 0 0; font-size: 13px; line-height: 1.6; }
.apv2-form__status[data-state="error"] { color: #ffb4a8; }
.apv2-form__status[data-state="success"] { color: var(--ap-lime); }
/* Must be display:none. Chrome autofills fields hidden by off-screen
   positioning, which fires the honeypot against real people. */
.apv2-form__hp { display: none; }

/* Related links ----------------------------------------------------------- */

.apv2-related { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ap-line); border-left: 1px solid var(--ap-line); }
.apv2-related a { display: flex; flex-direction: column; min-height: 172px; padding: 22px; border-right: 1px solid var(--ap-line); border-bottom: 1px solid var(--ap-line); color: inherit; text-decoration: none; transition: background .2s ease, transform .2s ease; }
.apv2-related a:hover { z-index: 1; background: var(--ap-lime); transform: translateY(-4px); }
.apv2-related span { color: var(--ap-green); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.apv2-related strong { margin: auto 0 8px; font-size: 19px; line-height: 1.2; font-weight: 600; letter-spacing: -.03em; }
.apv2-related p { margin: 0; color: #6d716b; font-size: 12px; line-height: 1.55; }
.apv2-related a:hover p { color: #4c5049; }

/* FAQ --------------------------------------------------------------------- */

.apv2-faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 100px; }
.apv2-faq-layout > .apv2-heading { position: sticky; top: 180px; margin: 0; }
.apv2-faqs { border-top: 1px solid var(--ap-line); }
.apv2-faqs details { border-bottom: 1px solid var(--ap-line); }
.apv2-faqs summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; min-height: 82px; cursor: pointer; list-style: none; font-size: 17px; font-weight: 600; }
.apv2-faqs summary::-webkit-details-marker { display: none; }
.apv2-faqs summary i { position: relative; flex: 0 0 auto; width: 24px; height: 24px; border: 1px solid #bdc2ba; border-radius: 50%; }
.apv2-faqs summary i:before,
.apv2-faqs summary i:after { position: absolute; background: var(--ap-green); content: ""; }
.apv2-faqs summary i:before { top: 11px; right: 7px; left: 7px; height: 1px; }
.apv2-faqs summary i:after { top: 7px; bottom: 7px; left: 11px; width: 1px; transition: transform .2s; }
.apv2-faqs details[open] summary i:after { transform: scaleY(0); }
.apv2-faqs details > p { max-width: 700px; margin: -4px 45px 27px 0; color: var(--ap-muted); font-size: 14px; line-height: 1.7; }

/* Closing CTA ------------------------------------------------------------- */

.apv2-cta { position: relative; padding: 115px 0; background: var(--ap-deep); color: #fff; text-align: center; }
.apv2-cta .container { position: relative; }
.apv2-cta .apv2-kicker { justify-content: center; }
.apv2-cta h2 { max-width: 790px; margin: 0 auto; font-size: clamp(42px, 4.8vw, 64px); line-height: 1; font-weight: 500; letter-spacing: -.055em; }
.apv2-cta > .container > p:not(.apv2-kicker) { max-width: 590px; margin: 25px auto 0; color: rgba(255,255,255,.65); font-size: 16px; line-height: 1.65; }

/* Responsive -------------------------------------------------------------- */

@media (max-width: 1100px) {
    .apv2-hero__layout { grid-template-columns: 1fr; }
    .apv2-panel { max-width: 850px; }
    .apv2-faq-layout,
    .apv2-india,
    .apv2-lead { gap: 60px; }
    .apv2-heading--split { gap: 60px; }
    .apv2-mesh,
    .apv2-mesh--four,
    .apv2-cards--four { grid-template-columns: repeat(2, 1fr); }
    .apv2-definition { gap: 40px; }
    .apv2-track { grid-template-columns: 52px 1fr auto; }
    .apv2-track__for { display: none; }
}

@media (max-width: 800px) {
    .apv2 .container { padding-left: 22px; padding-right: 22px; }
    .apv2-hero { padding-top: 132px; }
    .apv2-hero h1 { font-size: 46px; }
    .apv2-subnav { top: 84px; overflow-x: auto; }
    .apv2-subnav .container { justify-content: flex-start; }
    .apv2-section { padding: 82px 0; }
    .apv2-heading--split,
    .apv2-faq-layout,
    .apv2-india,
    .apv2-lead,
    .apv2-definition { grid-template-columns: 1fr; gap: 38px; }
    .apv2-faq-layout > .apv2-heading { position: static; }
    .apv2-cards,
    .apv2-formats,
    .apv2-timeline,
    .apv2-proof,
    .apv2-related { grid-template-columns: repeat(2, 1fr); }
    .apv2-timeline { row-gap: 45px; }
    .apv2-cards article:nth-child(3):last-child,
    .apv2-related a:nth-child(3):last-child { grid-column: 1 / -1; }
    .apv2-curriculum__row { grid-template-columns: 52px 1fr 96px; }
    .apv2-curriculum__row > p { grid-column: 2 / -1; }
    /* Pin the duration beside the title. The description spans columns 2 and 3
       on row two, so an auto-placed duration would fall to a third row. */
    .apv2-curriculum__time { grid-column: 3; grid-row: 1; }
    .apv2-curriculum__row--head > *:nth-child(3) { display: none; }
    .apv2-lead__copy h2 { font-size: 34px; }
}

@media (max-width: 560px) {
    .apv2-hero h1 { font-size: 40px; }
    .apv2-actions { flex-direction: column; align-items: flex-start; gap: 20px; }
    .apv2-actions--center { align-items: center; }
    .apv2-heading h2 { font-size: 36px; }
    .apv2-cards,
    .apv2-formats,
    .apv2-mesh,
    .apv2-mesh--four,
    .apv2-timeline,
    .apv2-proof,
    .apv2-related,
    .apv2-cards--four,
    .apv2-form__row { grid-template-columns: 1fr; }
    .apv2-cards article:nth-child(3):last-child,
    .apv2-related a:nth-child(3):last-child { grid-column: auto; }
    .apv2-cards article { min-height: 220px; }
    .apv2-cards h3 { margin-top: 48px; }
    .apv2-track { grid-template-columns: 40px 1fr; padding: 20px 16px; }
    .apv2-track__go { display: none; }
    .apv2-curriculum__row { grid-template-columns: 44px 1fr; }
    .apv2-curriculum__time { grid-column: 2; grid-row: auto; }
    .apv2-curriculum__row--head { display: none; }
    .apv2-definition dd { font-size: 18px; }
    .apv2-form { padding: 22px; }
    .apv2-subnav .container { gap: 25px; }
    .apv2-cta h2 { font-size: 38px; }
    .apv2-panel__foot { flex-direction: column; gap: 10px; align-items: flex-start; justify-content: center; padding: 18px 22px; }
}

@media (prefers-reduced-motion: reduce) {
    .apv2 * { scroll-behavior: auto !important; transition: none !important; }
}
