/* Homepage only. Bootstrap provides containers, collapse and dropdown behavior. */
.hp-page { --hp-green: #087f50; --hp-ink: #193b2c; --hp-muted: #67776d; --hp-border: #e1ebe4; color: var(--hp-ink); }
.hp-page h1, .hp-page h2, .hp-page h3, .hp-page h4 { color: var(--hp-ink); }
.hp-page .site-footer h2 { color: #fff; }
.hp-page h2 { font-size: clamp(1.7rem, 2.5vw, 2.3rem); line-height: 1.2; letter-spacing: -.035em; font-weight: 700; }
.hp-page h2 span { color: var(--hp-green); }
.hp-page p { color: var(--hp-muted); }
.hp-eyebrow { display: block; font-size: .65rem; letter-spacing: .14em; font-weight: 700; color: var(--hp-green); margin-bottom: .65rem; }
.hp-hero { background: #f5faf6; background-image: radial-gradient(ellipse at 90% 20%, #dfefdf80, transparent 60%); padding: 4.2rem 0 4.6rem; overflow: clip; }
.hp-hero-grid { display: grid; grid-template-columns: 1.16fr 1fr; align-items: center; gap: 3.4rem; }
.hp-hero-badge { display: inline-flex; align-items: center; gap: .5rem; border: 1px solid #b5d9c2; border-radius: 30px; background: #eaf5ed; color: #326747; font-size: .73rem; font-weight: 600; padding: .4rem .8rem; }
.hp-hero-badge > span { width: 6px; height: 6px; background: #118550; border-radius: 50%; }
.hp-hero h1 { font-size: clamp(2.1rem, 3.1vw, 2.9rem); line-height: 1.18; letter-spacing: -.055em; margin: 1.25rem 0; font-weight: 700; }
.hp-hero h1 > span { color: var(--hp-green); }
.hp-hero-copy > p { font-size: .98rem; line-height: 1.8; max-width: 550px; margin-bottom: 1.65rem; }
.hp-actions { display: flex; align-items: center; flex-wrap: wrap; gap: .8rem; }
.hp-actions .site-button { min-height: 48px; padding: .8rem 1.3rem; }
.hp-career-call { display: inline-block; font-size: .76rem; color: #54765e; text-decoration: none; margin: 1.1rem 0 0; }
.hp-career-call:hover { color: #075337; text-decoration: underline; }
.hp-hero-trust { display: flex; flex-wrap: wrap; gap: .8rem 1.05rem; border-top: 1px solid #dbe8de; padding-top: 1.2rem; margin-top: 1.5rem; max-width: 570px; }
.hp-hero-trust span { color: #5a7261; font-size: .68rem; display: flex; gap: .35rem; align-items: center; }
.hp-hero-trust i { color: var(--hp-green); font-size: .85rem; }
.hp-hero-visual { position: relative; min-width: 0; height: 510px; }
.hp-photo-frame { width: 79%; height: 440px; margin-left: 19%; border: 6px solid #fff; border-radius: 20px; overflow: hidden; position: relative; box-shadow: 0 12px 32px #143d2420; }
.hp-photo-frame > img { width: 100%; height: 100%; object-fit: cover; object-position: 60% 56%; }
.hp-photo-caption { position: absolute; bottom: 0; inset-inline: 0; padding: 2rem 1rem 1rem; color: #fff; background: linear-gradient(transparent, #163e35bc); font-size: .64rem; text-align: right; }
.hp-photo-caption i { color: #8febbb; }
.hp-visual-outline { position: absolute; width: 79%; height: 440px; top: -14px; right: -7px; border: 1px solid #c2ddc9; border-radius: 23px; transform: rotate(5deg); }
.hp-floating-note { position: absolute; top: 45px; left: -12px; display: flex; align-items: center; gap: .65rem; padding: .8rem 1rem; border: 1px solid #e2ebe4; border-radius: 12px; background: #fff; box-shadow: 0 8px 20px #163f2110; }
.hp-note-icon { color: var(--hp-green); background: #e9f8ee; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 9px; font-size: 1.3rem; }
.hp-floating-note strong { font-size: .81rem; display: block; }
.hp-floating-note small { font-size: .66rem; color: #809085; display: block; margin-top: .15rem; }
.hp-code-editor { position: absolute; width: 326px; max-width: 90%; bottom: 0; left: -10px; border: 1px solid #dae4dc; border-radius: 13px; background: #fff; box-shadow: 0 14px 40px #10331e17; overflow: hidden; transform: rotate(-2deg); }
.hp-editor-bar { display: flex; align-items: center; justify-content: space-between; gap: .6rem; padding: .7rem .9rem; font-size: .61rem; color: #7c8e81; background: #f7faf7; border-bottom: 1px solid #e7ede8; }
.hp-editor-dots { display: flex; gap: 4px; }
.hp-editor-dots i { width: 6px; height: 6px; border-radius: 50%; background: #e3a9a4; }
.hp-editor-dots i:nth-child(2) { background: #e6d49d; }
.hp-editor-dots i:nth-child(3) { background: #a5d4b4; }
.hp-code-editor pre { margin: 0; font: .76rem/1.85 'IBM Plex Mono', monospace; color: #51675b; padding: 1rem 1.35rem; overflow: auto; }
.hp-code-purple { color: #8754a5; }
.hp-code-green { color: #14825b; }
.hp-editor-status { background: #eef8f0; padding: .5rem 1rem; font-size: .59rem; color: #659a76; border-top: 1px solid #e0eee3; }
.hp-editor-status i { margin-right: .3rem; }
.hp-visual-code { position: absolute; right: -6px; bottom: 7px; font: 700 3.3rem 'IBM Plex Mono', monospace; color: #2e3d33; transform: rotate(8deg); opacity: .55; }
.hp-search-section { padding: 1.9rem 0 0; background: #fff; }
.hp-search-panel { display: grid; grid-template-columns: .8fr 1.6fr; align-items: center; gap: 2rem; padding: 2rem 2.25rem; border: 1px solid var(--hp-border); border-radius: 16px; box-shadow: 0 6px 24px #123a2305; }
.hp-search-panel h2 { font-size: 1.3rem; letter-spacing: -.035em; margin: 0 0 .3rem; }
.hp-search-panel p { font-size: .8rem; margin-bottom: 0; }
.hp-search-form { border: 1px solid #cdddce; background: #fff; border-radius: 10px; padding: .35rem; display: flex; align-items: center; gap: .65rem; }
.hp-search-form > i { margin-left: .65rem; color: #7b9281; }
.hp-search-form input { border: none; background: transparent; flex: 1; min-width: 0; color: var(--hp-ink); font-size: .82rem; padding: .6rem 0; }
.hp-search-form input::placeholder { color: #8a9b90; }
.hp-search-form:focus-within { border-color: #138753; box-shadow: 0 0 0 3px #0c8a5112; }
.hp-search-form input:focus-visible { outline: none; }
.hp-search-form button { white-space: nowrap; font-size: .76rem; }
.hp-popular { display: flex; align-items: center; flex-wrap: wrap; gap: .45rem .7rem; margin-top: .7rem; font-size: .65rem; color: #94a097; }
.hp-popular a { color: #617b69; text-decoration: none; }
.hp-popular a:hover { color: var(--hp-green); text-decoration: underline; }
.hp-section { padding: 4.4rem 0; }
.hp-tinted { background: #f7faf7; border-block: 1px solid #eef3ef; }
.welcome-section { background: #fff; border-block: 1px solid #eef3ef; }
.hp-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 1.5rem; margin-bottom: 2rem; }
.hp-section-heading h2 { margin-bottom: .65rem; }
.hp-section-heading p { font-size: .9rem; line-height: 1.65; margin: 0; max-width: 650px; }
.hp-text-link { color: var(--hp-green); font-size: .81rem; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: .6rem; line-height: 1.45; }
.hp-text-link:hover { color: #044e31; }
.hp-text-link i { transition: transform .22s; }
.hp-text-link:hover i { transform: translateX(3px); }
.hp-section-heading > .hp-text-link { flex-shrink: 0; padding-bottom: .25rem; }
.hp-section-aside { font-size: .78rem; color: #8a9c8f; }
.hp-section-aside i { margin-right: .5rem; }
.hp-category-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: .9rem; }
.hp-category { border: 1px solid var(--hp-border); background: #fff; border-radius: 13px; padding: 1.2rem 1rem 1rem; text-decoration: none; transition: border-color .22s, background .22s, transform .22s; }
.hp-category:hover { border-color: #9bcdb1; background: #f6fcf7; transform: translateY(-4px); }
.hp-icon { display: inline-flex; width: 43px; height: 43px; border-radius: 10px; background: #edf7ef; color: var(--hp-green); align-items: center; justify-content: center; font-size: 1.2rem; }
.hp-category h3 { font: 600 .86rem/1.4 'IBM Plex Sans', sans-serif; margin: .9rem 0 .75rem; min-height: 2.4em; }
.hp-category > span:last-child { display: flex; align-items: center; justify-content: space-between; color: #86968a; font-size: .68rem; }
.hp-program-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.4rem; }
.hp-program { border: 1px solid var(--hp-border); background: #fff; border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; transition: transform .23s, box-shadow .23s, border-color .23s; }
.hp-program:hover { transform: translateY(-4px); box-shadow: 0 12px 28px #123a2310; border-color: #b4d0bf; }
.hp-program-art { min-height: 158px; background: #e9eee3; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; color: #678754; text-decoration: none; }
.hp-art-data { background: #e6f0e9; color: #298866; }
.hp-art-java { background: #fcf0e2; color: #bd8050; }
.hp-art-ai { background: #f1edf7; color: #9070a8; }
.hp-art-web { background: #eef0e4; color: #798647; }
.hp-art-grid { position: absolute; inset: 0; opacity: .32; background-image: linear-gradient(#ffffffc0 1px, transparent 1px), linear-gradient(90deg, #ffffffc0 1px, transparent 1px); background-size: 26px 26px; }
.hp-art-symbol { font: 500 2.7rem 'IBM Plex Mono', monospace; position: relative; letter-spacing: -.08em; margin-bottom: 1rem; }
.hp-art-stack { position: absolute; bottom: 1rem; left: 1.2rem; font: .63rem 'IBM Plex Mono', monospace; opacity: .8; }
.hp-program-mode { position: absolute; top: .8rem; right: .85rem; background: #ffffffdc; border: 1px solid #ffffff; color: #53665a; border-radius: 20px; padding: .3rem .6rem; font-size: .62rem; }
.hp-program-art > img { width: 100%; height: 158px; object-fit: cover; }
.hp-program-body { display: flex; flex: 1; flex-direction: column; padding: 1.25rem; }
.hp-program-meta { display: flex; align-items: center; flex-wrap: wrap; gap: .65rem; font-size: .65rem; color: #7c8f81; margin-bottom: .7rem; }
.hp-program-meta i { margin-right: .2rem; color: #4a9970; }
.hp-program h3 { font-size: 1.08rem; line-height: 1.45; font-weight: 700; margin: 0 0 .65rem; letter-spacing: -.03em; }
.hp-program h3 a { color: inherit; text-decoration: none; }
.hp-program h3 a:hover { color: var(--hp-green); }
.hp-program-body > p { font-size: .78rem; line-height: 1.7; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; margin-bottom: .9rem; }
.hp-chips { display: flex; flex-wrap: wrap; gap: .35rem; margin-bottom: 1.1rem; }
.hp-chips span { font-size: .62rem; color: #6b7f6f; background: #f4f7f4; padding: .25rem .5rem; border-radius: 5px; border: 1px solid #eaf0eb; }
.hp-program-bottom { display: flex; align-items: end; justify-content: space-between; flex-wrap: wrap; gap: .5rem; margin-top: auto; border-top: 1px solid #eaf0eb; padding-top: .9rem; }
.hp-program-bottom small { display: block; font-size: .6rem; color: #8c9a90; margin-bottom: .15rem; }
.hp-program-bottom strong { font: 700 1.13rem 'Space Grotesk', sans-serif; }
.hp-program-bottom del { margin-left: .4rem; color: #9ca99f; font-size: .64rem; }
.hp-program-bottom .hp-text-link { font-size: .75rem; padding-block: .5rem; }
.hp-path-grid, .hp-feature-grid, .hp-project-grid, .hp-resource-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.3rem; }
.hp-path { border: 1px solid var(--hp-border); border-radius: 14px; padding: 1.5rem; transition: border-color .22s, transform .22s; }
.hp-path:hover { border-color: #a2cdb3; transform: translateY(-4px); }
.hp-path-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.1rem; }
.hp-path-number { color: #c3d3c7; font: .85rem 'IBM Plex Mono', monospace; }
.hp-path h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: .6rem; }
.hp-path p { font-size: .81rem; line-height: 1.75; min-height: 2.8em; }
.hp-path-stack { display: flex; flex-wrap: wrap; align-items: center; gap: .3rem; padding: .85rem 0; margin-bottom: .7rem; border-block: 1px solid #ecf1ed; font-size: .65rem; color: #607967; }
.hp-path-stack i { font-size: .5rem; color: #a6b6aa; }
.hp-heading-center { text-align: center; margin: 0 auto 2.2rem; max-width: 790px; }
.hp-heading-center p { font-size: .88rem; line-height: 1.7; margin: .75rem 0 0; }
.hp-tech-section { background: #f7faf6; border-block: 1px solid #e9f0e8; padding: 3.6rem 0; }
.hp-tech-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: .75rem; max-width: 1040px; margin: auto; }
.hp-technology { display: inline-flex; align-items: center; gap: .6rem; padding: .65rem .95rem .65rem .6rem; background: #fff; border: 1px solid #e0e9df; border-radius: 9px; color: #4c6454; text-decoration: none; font-size: .82rem; transition: transform .22s, border-color .22s; }
.hp-technology span { width: 28px; height: 28px; background: #f0f6ee; border-radius: 6px; display: grid; place-items: center; color: #4c7f58; font: 600 .74rem 'IBM Plex Mono', monospace; }
.hp-technology:hover { transform: translateY(-3px); border-color: #8fc5a4; color: #0c784a; }
.hp-project { border: 1px solid var(--hp-border); border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; }
.hp-project-preview { padding: 1.3rem 1.6rem .55rem; background: #edf3ed; overflow: hidden; }
.hp-preview-analytics { background: #eef0e8; }
.hp-mini-browser { display: flex; align-items: center; justify-content: space-between; gap: .4rem; background: #fff; padding: .55rem .6rem; font-size: .45rem; color: #9aae9c; border-radius: 7px 7px 0 0; border: 1px solid #dce8df; }
.hp-mini-browser > span:first-child { letter-spacing: 2px; font-size: .35rem; }
.hp-mini-workspace { display: flex; height: 126px; background: #fff; border: 1px solid #dce8df; border-top: 0; border-radius: 0 0 6px 6px; overflow: hidden; box-shadow: 0 6px 16px #14392308; }
.hp-mini-sidebar { display: flex; flex-direction: column; gap: .85rem; width: 30px; align-items: center; background: #f4f8f4; color: #90ad96; font-size: .48rem; padding-top: .75rem; }
.hp-mini-content { padding: .75rem; flex: 1; }
.hp-mini-title { font-size: .55rem; font-weight: 600; display: block; margin-bottom: .5rem; }
.hp-mini-stats { display: flex; gap: .5rem; }
.hp-mini-stats span { height: 20px; border-radius: 3px; background: #f0f7f0; flex: 1; }
.hp-mini-chart { display: flex; align-items: end; gap: .55rem; height: 47px; border-bottom: 1px solid #dae7dc; margin-top: .5rem; background: repeating-linear-gradient(transparent 0 14px, #edf4ee 14px 15px); }
.hp-mini-chart span { flex: 1; height: 40%; background: #88b79c; border-radius: 2px 2px 0 0; }
.hp-mini-chart span:nth-child(2n) { height: 66%; background: #63967e; }
.hp-mini-chart span:nth-child(3n) { height: 50%; }
.hp-mini-chart span:nth-child(7) { height: 91%; }
.hp-mini-chart span:last-child { height: 75%; }
.hp-project-preview > small { display: block; text-align: right; color: #90a08e; font-size: .49rem; margin-top: .45rem; }
.hp-preview-mobile { background: #f0eef5; }
.hp-preview-app { background: #eff2e8; }
.hp-mini-phone { position: relative; margin: -.25rem auto 0; width: 68px; height: 94px; border: 3px solid #738877; border-radius: 9px; background: #f8fbf8; padding: .65rem .35rem .25rem; }
.hp-mini-phone > span { position: absolute; width: 18px; height: 3px; top: 3px; left: 22px; border-radius: 4px; background: #738877; }
.hp-mini-phone > i { display: block; font-size: .9rem; color: #93b6a0; margin-bottom: .3rem; }
.hp-mini-phone > div { height: 9px; background: #d4e4d8; margin: .2rem 0; border-radius: 3px; }
.hp-mini-kanban { display: grid; grid-template-columns: repeat(3, 1fr); gap: .5rem; }
.hp-mini-kanban > div { background: #f0f5ef; padding: .4rem; height: 76px; border-radius: 4px; }
.hp-mini-kanban span { display: block; width: 65%; height: 4px; background: #9abd9f; margin-bottom: .5rem; border-radius: 3px; }
.hp-mini-kanban i { display: block; height: 20px; background: #fff; border: 1px solid #e2ebe3; border-radius: 3px; margin-bottom: .3rem; }
.hp-project-body { padding: 1.4rem; display: flex; flex-direction: column; flex: 1; }
.hp-project h3 { font-size: 1.07rem; line-height: 1.45; margin-bottom: .6rem; font-weight: 700; }
.hp-project p { font-size: .8rem; line-height: 1.7; }
.hp-project .hp-text-link { margin-top: auto; }
.hp-build-banner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 2rem; border: 1px solid var(--hp-border); border-radius: 15px; background: #f8fbf7; }
.hp-build-banner > i { font-size: 2.5rem; color: #50966e; }
.hp-build-banner h3 { font-size: 1.25rem; }
.hp-build-banner p { font-size: .85rem; margin: 0; }
.hp-build-intro { margin-top: 2rem; text-align: center; padding: 2rem 1rem 0; }
.hp-build-intro .hp-eyebrow { margin-bottom: .7rem; }
.hp-build-intro h2 { margin-bottom: .7rem; }
.hp-build-intro p { font-size: .96rem; line-height: 1.7; max-width: 760px; margin: 0 auto 1.25rem; }
.hp-feature { padding: 1.65rem; background: #fff; border: 1px solid #e4eee5; border-radius: 14px; }
.hp-feature h3 { font-size: 1rem; margin: 1rem 0 .55rem; font-weight: 700; }
.hp-feature p { font-size: .83rem; line-height: 1.75; margin: 0; max-width: 300px; }
.welcome-visual { width: min(100%, 560px); height: 560px; margin-left: auto; border-width: 8px; border-radius: 26px; box-shadow: 0 18px 42px rgba(20, 61, 36, 0.15); }
.welcome-checklist { list-style: none; padding: 0; margin: 1.5rem 0 0; display: grid; gap: .9rem; }
.welcome-checklist li { display: flex; align-items: flex-start; gap: .75rem; font-size: 1rem; line-height: 1.7; color: var(--hp-ink); }
.welcome-checklist i { color: var(--hp-green); font-size: 1.1rem; margin-top: .18rem; }
.hp-learning-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 1.4rem; }
.hp-learning-grid > a { text-decoration: none; padding: 1.3rem .35rem; border-top: 2px solid #deede1; }
.hp-learning-grid > a:hover { border-top-color: #0f8754; }
.hp-learning-grid > a > i { display: block; font-size: 1.4rem; color: #418c5c; margin-bottom: 1rem; }
.hp-learning-grid h3 { font-size: .9rem; line-height: 1.5; font-weight: 700; }
.hp-learning-grid p { font-size: .77rem; line-height: 1.65; margin-bottom: 0; }
.hp-batches-wrap { padding-top: 1rem; }
.hp-batches { border: 1px solid rgba(255, 255, 255, .18); border-radius: 15px; margin-top: 0; overflow: hidden; background: #087f50; }
.hp-batches-heading { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: .75rem; background: #087f50; padding: 1.05rem 1.3rem; border-bottom: 1px solid rgba(255, 255, 255, .18); }
.hp-batches-heading h3 { margin: 0; font-size: 1.05rem; font-weight: 700; color: #fff; }
.hp-batches-heading > span { font-size: .65rem; color: rgba(255, 255, 255, .8); }
.hp-batches-heading i { font-size: .35rem; margin-right: .4rem; color: #dff7ea; }
.hp-batch-grid { display: grid; grid-template-columns: 1fr 1fr; }
.hp-batch { display: flex; align-items: center; gap: 1rem; padding: 1.15rem 1.3rem; border-bottom: 1px solid rgba(8, 127, 80, .12); background: #fff; }
.hp-batch:nth-child(odd) { border-right: 1px solid rgba(8, 127, 80, .12); }
.hp-batch-date { background: #edf8f1; border: 1px solid #dfeee5; border-radius: 9px; width: 57px; flex: 0 0 57px; text-align: center; padding: .4rem; }
.hp-batch-date strong { display: block; font: 700 1.25rem 'Space Grotesk', sans-serif; color: #087f50; }
.hp-batch-date span { font-size: .55rem; text-transform: uppercase; color: #3c6e57; }
.hp-batch-info { min-width: 0; }
.hp-batch h4 { font: 600 .79rem/1.5 'IBM Plex Sans', sans-serif; margin: 0 0 .25rem; color: #0f1720; }
.hp-batch p { font-size: .65rem; margin: 0; color: #4f5d56; }
.hp-batch small { font-size: .6rem; color: #2a7a57; }
.hp-batch-link { margin-left: auto; color: #087f50; display: grid; place-items: center; width: 40px; min-width: 40px; height: 44px; border-radius: 8px; background: #edf8f1; }
.hp-stats { background: #eaf5ed; border-block: 1px solid #dfebe0; padding: 2.65rem 0; }
.hp-stats-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); text-align: center; }
.hp-stats-grid > div + div { border-left: 1px solid #d0e3d5; }
.hp-stats strong { display: block; font: 700 2.5rem 'Space Grotesk', sans-serif; color: #13794e; letter-spacing: -.04em; }
.hp-stats span { display: block; color: #64826c; font-size: .75rem; margin-top: .3rem; }
.hp-carousel-controls { display: none; gap: .5rem; }
.hp-carousel-controls button { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid #caddcd; border-radius: 50%; background: #fff; color: var(--hp-green); }
.hp-carousel-controls button:disabled { opacity: .4; }
.hp-testimonial-track { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.3rem; }
.hp-testimonial { border: 1px solid var(--hp-border); border-radius: 14px; padding: 1.5rem; display: flex; flex-direction: column; }
.hp-stars { color: #448c5a; display: flex; align-items: center; gap: .2rem; font-size: .7rem; margin-bottom: 1.1rem; }
.hp-stars .hp-quote-icon { margin-left: auto; font-size: 2rem; color: #c5dbc8; line-height: 1; }
.hp-testimonial blockquote { font-size: .87rem; color: #5b7162; line-height: 1.9; margin: 0 0 1.6rem; }
.hp-student { margin-top: auto; display: flex; gap: .75rem; align-items: center; border-top: 1px solid #edf2ed; padding-top: 1.1rem; }
.hp-student img, .hp-avatar { display: grid; place-items: center; width: 44px; height: 44px; flex: 0 0 44px; border-radius: 50%; object-fit: cover; background: #eaf3e9; color: #63916b; font-weight: 600; }
.hp-student strong { display: block; font-size: .79rem; }
.hp-student div > span { display: block; font-size: .64rem; color: #8b9b8e; margin-top: .2rem; line-height: 1.5; }
.hp-career-section { background: #f3f8f1; }
.hp-career-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 4rem; align-items: center; }
.hp-career-grid > div > p { font-size: .91rem; line-height: 1.85; max-width: 510px; margin: 1.1rem 0 1.6rem; }
.hp-career-checklist { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; padding: 1.8rem; background: #ffffffb5; border: 1px solid #dde8d9; border-radius: 16px; }
.hp-career-checklist > div { display: flex; align-items: center; gap: .6rem; font-size: .84rem; padding: .55rem 0; }
.hp-career-checklist i { color: #1a955a; font-size: 1.25rem; }
.hp-placement-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-top: 2rem; }
.hp-placement { padding: 1.3rem; background: #fff; border: 1px solid #dce8df; border-radius: 13px; }
.hp-placement > i { color: var(--hp-green); }
.hp-placement h3 { font-size: 1rem; margin-top: .65rem; }
.hp-placement p, .hp-placement small { font-size: .78rem; }
.hp-gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.hp-gallery-item { position: relative; border-radius: 13px; overflow: hidden; margin: 0; aspect-ratio: 1.65; background: #edf4ed; }
.hp-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.hp-gallery-item:hover img { transform: scale(1.035); }
.hp-gallery-item figcaption { position: absolute; inset: auto 0 0; padding: 2.8rem 1.1rem 1.1rem; background: linear-gradient(transparent, #071e11c2); color: #fff; }
.hp-gallery-item figcaption span { display: block; font-size: .56rem; letter-spacing: .1em; text-transform: uppercase; color: #d6e7d6; margin-bottom: .3rem; }
.hp-gallery-item figcaption strong { display: block; font-size: .79rem; }
.hp-resource { display: flex; flex-direction: column; padding: 1.5rem; border: 1px solid var(--hp-border); border-radius: 14px; background: #fff; }
.hp-resource small { color: #819887; font-size: .68rem; margin: 1rem 0 .5rem; }
.hp-resource h3 { font-size: 1.1rem; line-height: 1.4; }
.hp-resource p { font-size: .81rem; line-height: 1.7; }
.hp-resource .hp-text-link { margin-top: auto; }
.hp-final-cta { padding: 1rem 0 4rem; }
.hp-final-inner { display: flex; flex-direction: column; align-items: center; position: relative; overflow: hidden; border-radius: 19px; background: #081426; padding: 3.6rem 2rem; text-align: center; }
.hp-final-inner .hp-eyebrow { color: #9ccd9b; }
.hp-final-inner h2 { color: #fff; font-size: clamp(1.65rem, 2.5vw, 2.3rem); }
.hp-final-inner p { color: #b1ceb6; font-size: .88rem; margin: .85rem 0 1.7rem; }
.hp-final-inner > div { position: relative; }
.hp-final-inner .site-button-green { background: #d6efd6; color: #165335; }
.hp-final-inner .site-button-green:hover { background: #fff; }
.hp-final-inner .site-button-outline { color: #e4f1e5; border-color: #789f80; background: transparent; }
.hp-final-inner .site-button-outline:hover { background: #ffffff18; }
.hp-final-symbol { position: absolute; right: -2rem; bottom: -1rem; color: #ffffff08; font: 700 12rem 'IBM Plex Mono', monospace; transform: rotate(-10deg); }
.hp-empty { grid-column: 1 / -1; padding: 2rem; background: #fff; border: 1px solid var(--hp-border); border-radius: 14px; }
.hp-empty h3 { font-size: 1.2rem; }
/* Muted copy still needs sufficient contrast at small sizes. */
.hp-floating-note small, .hp-editor-bar, .hp-popular, .hp-section-aside,
.hp-category > span:last-child, .hp-program-meta, .hp-program-bottom small,
.hp-program-bottom del, .hp-student div > span, .hp-resource small { color: #5c7363; }
.hp-editor-status { color: #476f50; font-size: .65rem; }
.hp-technology span { color: #396847; }
.hp-project-preview > small { color: #5d7262; font-size: .63rem; }
.hp-search-form input::placeholder { color: #65776b; }
@media (max-width: 1199px) {
  .hp-hero-grid { gap: 2rem; }
  .hp-hero h1 { font-size: 2.25rem; }
  .hp-hero-visual { height: 475px; }
  .hp-photo-frame, .hp-visual-outline { height: 405px; }
  .hp-code-editor { width: 296px; }
  .hp-category-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .hp-search-panel { padding: 1.5rem; gap: 1.5rem; grid-template-columns: .7fr 1.3fr; }
  .hp-search-form button { font-size: .7rem; padding-inline: .65rem; }
  .hp-career-grid { gap: 2rem; }
  .hp-career-checklist { padding: 1.2rem; gap: .5rem 1rem; }
  .hp-career-checklist > div { font-size: .76rem; }
  .hp-program-bottom { align-items: flex-start; }
  .hp-path-stack { min-height: 55px; }
}
@media (max-width: 991px) {
  .hp-hero { padding: 3rem 0 3.5rem; }
  .hp-hero-grid { grid-template-columns: 1fr; gap: 3rem; }
  .hp-hero h1 { font-size: 2.6rem; }
  .hp-hero-copy > p { max-width: 610px; }
  .hp-hero-visual { width: 100%; max-width: 505px; margin-inline: auto; }
  .hp-search-panel { grid-template-columns: 1fr; gap: 1.15rem; }
  .hp-search-panel h2 { font-size: 1.45rem; }
  .hp-section { padding: 3.5rem 0; }
  .hp-section-heading { align-items: start; }
  .hp-section-heading > .hp-text-link { font-size: .75rem; max-width: 140px; }
  .hp-program-grid, .hp-path-grid, .hp-feature-grid, .hp-project-grid, .hp-resource-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hp-learning-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .8rem 1.5rem; }
  .hp-testimonial { padding: 1.1rem; }
  .hp-testimonial blockquote { font-size: .81rem; }
  .hp-career-grid { grid-template-columns: 1fr; }
  .hp-career-checklist { padding: 1.5rem; gap: 1rem; }
  .hp-career-checklist > div { font-size: .87rem; }
  .hp-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hp-section-aside { display: none; }
  .hp-batch-grid { grid-template-columns: 1fr; }
  .hp-batch:nth-child(odd) { border-right: 0; }
}
@media (max-width: 767px) {
  .hp-hero h1 { font-size: clamp(1.8rem, 5.4vw, 2.45rem); line-height: 1.24; }
  .hp-hero-copy > p { font-size: .9rem; }
  .hp-hero-visual { max-width: 440px; height: 455px; }
  .hp-floating-note { left: 0; }
  .hp-code-editor { left: 0; }
  .hp-search-panel { padding: 1.4rem; }
  .hp-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hp-category { padding: 1rem; }
  .hp-category h3 { min-height: 0; }
  .hp-section-heading { flex-direction: column; align-items: flex-start; gap: .8rem; }
  .hp-section-heading > .hp-text-link { max-width: none; min-height: 35px; }
  .hp-program-grid, .hp-project-grid, .hp-resource-grid { grid-template-columns: 1fr; }
  .hp-program-art, .hp-program-art > img { height: 180px; }
  .hp-path { padding: 1.2rem; }
  .hp-path h3 { font-size: 1rem; }
  .hp-path-stack { min-height: 76px; }
  .hp-feature { padding: 1.2rem; }
  .hp-feature-grid, .hp-path-grid { gap: .8rem; }
  .hp-carousel-controls { display: flex; }
  .hp-testimonial-track { display: flex; gap: 1rem; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: #b8d6c0 #f5f8f5; padding-bottom: .8rem; }
  .hp-testimonial { flex: 0 0 calc(100% - 30px); scroll-snap-align: start; padding: 1.5rem; }
  .hp-testimonial blockquote { font-size: .88rem; }
  .hp-stats-grid { grid-template-columns: 1fr 1fr; gap: 2rem 0; }
  .hp-stats-grid > div:nth-child(3) { border-left: none; }
  .hp-stats strong { font-size: 2.15rem; }
  .hp-stats span { font-size: .68rem; }
  .hp-project-preview { padding-inline: 2rem; }
  .hp-mini-workspace { height: 160px; }
  .hp-mini-chart { height: 65px; }
  .hp-build-banner { flex-wrap: wrap; }
  .hp-placement-grid { grid-template-columns: 1fr; }
}
@media (max-width: 575px) {
  .hp-hero { padding: 2.2rem 0 2.8rem; }
  .hp-hero-grid { gap: 2.7rem; }
  .hp-hero-badge { font-size: .67rem; }
  .hp-hero h1 { font-size: clamp(1.75rem, 7.1vw, 2.25rem); }
  .hp-actions { gap: .6rem; }
  .hp-actions .site-button { padding-inline: 1rem; font-size: .8rem; }
  .hp-career-call { font-size: .69rem; line-height: 1.7; }
  .hp-hero-trust { gap: .75rem 1rem; }
  .hp-hero-trust span { font-size: .64rem; }
  .hp-hero-visual { height: 436px; max-width: 360px; }
  .hp-photo-frame { height: 355px; margin-left: 16%; width: 82%; border-width: 4px; }
  .hp-visual-outline { height: 355px; width: 78%; right: 4px; }
  .hp-floating-note { top: 32px; padding: .65rem; gap: .45rem; }
  .hp-note-icon { width: 30px; height: 30px; font-size: 1rem; }
  .hp-floating-note strong { font-size: .72rem; }
  .hp-floating-note small { font-size: .58rem; }
  .hp-code-editor { width: 275px; max-width: 86%; bottom: 0; transform: rotate(-1deg); }
  .hp-code-editor pre { font-size: .72rem; padding: .8rem 1rem; line-height: 1.8; }
  .hp-photo-caption { font-size: .52rem; padding-right: .5rem; }
  .hp-visual-code { right: 3px; bottom: 14px; font-size: 2.2rem; }
  .hp-search-section { padding-top: 1.1rem; }
  .hp-search-panel { padding: 1.25rem; }
  .hp-search-form { flex-wrap: wrap; gap: .3rem .5rem; padding: .5rem; }
  .hp-search-form input { flex-basis: calc(100% - 2rem); width: 0; font-size: .76rem; }
  .hp-search-form > i { margin-left: .25rem; }
  .hp-search-form button { flex: 1 0 100%; font-size: .8rem; }
  .hp-popular { gap: .2rem .6rem; }
  .hp-popular a { display: inline-flex; align-items: center; min-height: 35px; }
  .hp-section { padding: 2.8rem 0; }
  .hp-section-heading { margin-bottom: 1.5rem; }
  .hp-section-heading p, .hp-heading-center p { font-size: .82rem; }
  .hp-eyebrow { font-size: .58rem; letter-spacing: .12em; }
  .hp-category-grid { gap: .7rem; }
  .hp-category h3 { font-size: .81rem; min-height: 2.7em; }
  .hp-icon { width: 39px; height: 39px; font-size: 1.08rem; }
  .hp-program-body { padding: 1.2rem; }
  .hp-path-grid, .hp-feature-grid { grid-template-columns: 1fr; }
  .hp-path { padding: 1.4rem; }
  .hp-path-stack { min-height: 0; }
  .hp-path h3 { font-size: 1.13rem; }
  .hp-path p { min-height: 0; }
  .hp-feature { padding: 1.35rem; }
  .hp-feature p { max-width: none; }
  .hp-tech-section { padding: 2.8rem 0; }
  .hp-tech-grid { gap: .55rem; }
  .hp-technology { font-size: .73rem; padding: .5rem .7rem .5rem .5rem; gap: .4rem; }
  .hp-learning-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .7rem 1.2rem; }
  .hp-learning-grid h3 { font-size: .82rem; }
  .hp-learning-grid p { font-size: .74rem; }
  .hp-batch { padding: 1rem; gap: .7rem; }
  .hp-batch-link { min-width: 32px; width: 32px; }
  .hp-batch h4 { font-size: .73rem; }
  .hp-career-checklist { padding: 1rem; gap: .6rem; }
  .hp-career-checklist > div { font-size: .74rem; gap: .4rem; }
  .hp-career-checklist i { font-size: 1.08rem; }
  .hp-gallery-grid { gap: .7rem; }
  .hp-gallery-item { aspect-ratio: 1; }
  .hp-gallery-item figcaption { padding: 2rem .65rem .65rem; }
  .hp-gallery-item figcaption strong { font-size: .65rem; }
  .hp-gallery-item figcaption span { font-size: .48rem; }
  .hp-final-cta { padding-bottom: 2.5rem; }
  .hp-final-inner { padding: 2.6rem 1.2rem; border-radius: 15px; }
  .hp-final-inner .hp-actions { justify-content: center; }
  .hp-final-inner p { font-size: .79rem; line-height: 1.7; }
  .hp-text-link, .hp-career-call { min-height: 44px; align-items: center; }
  .hp-career-call { display: inline-flex; }
}
