/* Software product story. Scoped independently from the shared method section. */
.ps-story {
	--ps-story-accent: #00ca64;
	--ps-story-dark: #027f48;
	--ps-story-mint: #bbffca;
	--ps-story-tint: #effaf3;
	float: left;
	clear: both;
	width: 100%;
	color: #2b2b2b;
	background: #fff;
	font-family: "Raleway", sans-serif;
}
.ps-story[data-exam="ACT"] { --ps-story-accent: #00d2b2; --ps-story-dark: #006e61; --ps-story-mint: #a5fee8; --ps-story-tint: #effaf8; }
.ps-story *, .ps-story *::before, .ps-story *::after { box-sizing: border-box; }
.ps-story :is(h2,h3,p,figure,ul) { float: none; position: static; width: auto; margin: 0; }
.ps-story-section { padding: clamp(64px,7vw,112px) 5vw; scroll-margin-top: 110px; }
.ps-story-shell { width: min(1320px,100%); margin: 0 auto; }
.ps-story .ps-story-computer { width: 100%; min-width: 0; padding: 0; background: transparent; }
.ps-story-computer-screen { position: relative; margin: 0 4%; padding: clamp(8px,1.2vw,18px); background: #262928; border: 2px solid #555c59; border-radius: clamp(14px,2vw,28px) clamp(14px,2vw,28px) 8px 8px; box-shadow: 0 24px 70px #153d2920; }
.ps-story-computer-screen::before { content: ""; position: absolute; top: 5px; left: calc(50% - 2px); width: 4px; height: 4px; border-radius: 50%; background: #747d79; }
.ps-story-computer-screen img { display: block; width: 100%; height: auto; border-radius: 5px; }
.ps-story-computer-base { position: relative; height: clamp(12px,2vw,28px); border-radius: 3px 3px 50% 50% / 3px 3px 90% 90%; background: linear-gradient(#e9edeb,#b9c0bd 50%,#747f7a); box-shadow: 0 16px 25px #153d2920; }
.ps-story-computer-base::before { content: ""; position: absolute; left: 40%; top: 0; width: 20%; height: 35%; background: #9ba6a0; border-radius: 0 0 12px 12px; }
.ps-story-computer figcaption { margin-top: 32px; font-size: 14px; font-weight: 600; line-height: 1.6; color: var(--ps-story-dark); text-align: center; }
.ps-story-computer figcaption span { font-size: 12px; font-weight: 400; }
.ps-story-split { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); align-items: center; gap: clamp(40px,6vw,88px); }
.ps-story-overview .ps-story-split { grid-template-columns: minmax(0,.78fr) minmax(0,1.22fr); gap: clamp(32px,4vw,64px); }
.ps-story .ps-story-eyebrow { display: block; color: var(--ps-story-dark); font-size: 13px; font-weight: 800; line-height: 1.4; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 18px; }
.ps-story h2, .ps-story h3 { font-family: "adapt-variable",sans-serif; font-variation-settings: "wdth" 60,"wght" 800; text-transform: uppercase; }
.ps-story h2 { font-size: clamp(42px,4.7vw,68px); line-height: 1.02; margin-bottom: 24px; }
.ps-story h3 { font-size: clamp(26px,2.25vw,34px); line-height: 1.12; }
.ps-story p { font-size: 17px; line-height: 1.7; font-weight: 400; }
.ps-story .ps-story-copy > p { margin-bottom: 28px; }
.ps-story .ps-story-checklist { list-style: none; padding: 0; margin: 28px 0; }
.ps-story-checklist li { display: flex; align-items: baseline; gap: 12px; margin: 14px 0; font-size: 16px; line-height: 1.6; }
.ps-story-checklist li::before { content: "✓"; color: var(--ps-story-dark); font-weight: 800; flex: 0 0 auto; }
.ps-story .ps-story-copy > .ps-story-start-note { font-size: 15px; padding-top: 24px; border-top: 1px solid #e0e5e1; margin-bottom: 0; }
.ps-story a { color: var(--ps-story-dark); }
.ps-story a:focus-visible { outline: 3px solid var(--ps-story-dark); outline-offset: 5px; }
.ps-story-text-link { display: inline-flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 700; line-height: 1.5; text-decoration: underline; text-underline-offset: 6px; }
.ps-story-plan { min-width: 0; }
.ps-story-plan-top { display: flex; justify-content: space-between; gap: 12px; background: #2b2b2b; color: #fff; padding: 18px 24px; border-radius: 22px 22px 0 0; font-size: 12px; font-weight: 700; }
.ps-story-plan-top > span:last-child { color: var(--ps-story-mint); font-weight: 500; }
.ps-story-plan-body { padding: clamp(20px,2.5vw,36px); border: 1px solid #dce6df; border-top: 0; border-radius: 0 0 22px 22px; background: #f8faf9; box-shadow: 10px 12px 0 var(--ps-story-tint); }
.ps-story-plan-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 28px; }
.ps-story-plan-heading .ps-story-eyebrow { font-size: 11px; margin-bottom: 8px; }
.ps-story-plan-heading h3 { font-family: "Raleway",sans-serif; text-transform: none; font-size: 27px; font-weight: 800; }
.ps-story-time { flex: 0 0 auto; border-radius: 30px; background: var(--ps-story-mint); padding: 10px 13px; font-size: 12px; font-weight: 800; color: var(--ps-story-dark); }
.ps-story-task { display: flex; align-items: center; gap: 14px; padding: 18px 16px; background: #fff; border: 1px solid #e0e4e1; border-radius: 14px; margin-top: 12px; }
.ps-story-task > div { flex: 1; min-width: 0; }
.ps-story-task strong { display: block; font-family: "Raleway",sans-serif; font-size: 15px; line-height: 1.4; font-weight: 750; margin: 4px 0; }
.ps-story-task small { display: block; color: var(--ps-story-dark); font-size: 10px; line-height: 1.4; font-weight: 800; text-transform: uppercase; }
.ps-story-task > div > span { display: block; font-size: 12px; line-height: 1.5; color: #59665f; }
.ps-story-task-mark { display: grid; place-items: center; width: 30px; height: 30px; flex: 0 0 auto; border-radius: 9px; background: #f0f2f0; font-size: 11px; font-weight: 800; }
.ps-story-task-current { border-color: var(--ps-story-accent); background: var(--ps-story-tint); }
.ps-story-task-current .ps-story-task-mark, .ps-story-task-done .ps-story-task-mark { background: var(--ps-story-mint); color: var(--ps-story-dark); }
.ps-story-task-status { font-size: 10px; font-weight: 700; color: var(--ps-story-dark); }
.ps-story-plan-note { display: flex; align-items: center; gap: 12px; padding-top: 24px; color: var(--ps-story-dark); }
.ps-story-plan-note > span { font-size: 24px; }
.ps-story-plan-note p { font-size: 12px; font-weight: 600; line-height: 1.5; }
.ps-story-plan figcaption { color: #59665f; font-size: 11px; line-height: 1.5; margin: 22px 10px 0; }
.ps-story-priorities { background: var(--ps-story-tint); }
.ps-story-section-head { max-width: 780px; margin-bottom: 48px; }
.ps-story-demo-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: clamp(24px,3vw,44px); }
.ps-story-demo-grid article { min-width: 0; }
.ps-story-demo-frame { padding: 12px; border-radius: 20px; background: #f5f5f2; margin-bottom: 28px; }
.ps-story video { display: block; width: 100%; height: auto; border-radius: 12px; background: #edf1ee; }
.ps-story-demo-frame video { aspect-ratio: 16 / 10; object-fit: contain; }
.ps-story-demo-grid .ps-story-eyebrow { font-size: 11px; margin-bottom: 12px; }
.ps-story-demo-grid h3 { margin-bottom: 18px; }
.ps-story-demo-grid p { font-size: 16px; }
@media(max-width: 1000px) {
	.ps-story-split { grid-template-columns: 1fr; gap: 40px; }
	.ps-story-overview .ps-story-split { grid-template-columns: 1fr; gap: 40px; }
	.ps-story-plan { width: 100%; max-width: 680px; justify-self: center; }
	.ps-story-copy { max-width: 740px; }
	.ps-story-demo-grid { gap: 24px; }
}
@media(max-width: 700px) {
	.ps-story-section { padding: 64px 20px; }
	.ps-story-computer figcaption { font-size: 12px; margin-top: 24px; }
	.ps-story h2 { font-size: clamp(38px,10vw,52px); }
	.ps-story-demo-grid { grid-template-columns: 1fr; gap: 40px; }
	.ps-story-demo-frame { margin-bottom: 20px; }
	.ps-story-task { flex-wrap: wrap; gap: 10px; padding: 14px 12px; }
	.ps-story-task-status { margin-left: 40px; }
	.ps-story-plan-body { box-shadow: none; }
	.ps-story-plan-top { padding: 16px 20px; }
}
