:root {
    --ink: #173042;
    --navy: #173f5f;
    --teal: #18756a;
    --teal-dark: #105d55;
    --blue: #3575a3;
    --amber: #c98b2e;
    --paper: #f6f8f7;
    --soft: #edf5f3;
    --blue-soft: #eef4f8;
    --line: #d7e0e2;
    --muted: #5f6f77;
    --white: #ffffff;
    --danger: #9f2d2d;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.6;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
summary:focus-visible {
    outline: 3px solid rgba(53, 117, 163, .35);
    outline-offset: 3px;
}

h1,
h2,
h3,
p {
    overflow-wrap: anywhere;
}

h1,
h2,
h3 {
    letter-spacing: 0;
    line-height: 1.16;
}

.container {
    width: min(1160px, calc(100% - 40px));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255, 255, 255, .97);
    border-bottom: 1px solid var(--line);
}

.nav {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.brand {
    min-width: 0;
    display: grid;
    gap: 1px;
}

.brand-name {
    color: var(--ink);
    font-size: 20px;
    font-weight: 850;
    line-height: 1.2;
}

.brand-subtitle {
    color: var(--teal);
    font-size: 12px;
    font-weight: 750;
    text-transform: uppercase;
}

.nav-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    color: #405761;
    font-size: 14px;
    font-weight: 700;
}

.nav-links a {
    border-radius: 6px;
    padding: 9px 11px;
}

.nav-links a:hover {
    color: var(--teal-dark);
    background: var(--soft);
}

.nav-links .nav-action {
    margin-left: 6px;
    color: var(--white);
    background: var(--ink);
}

.nav-links .nav-action:hover {
    color: var(--white);
    background: var(--teal-dark);
}

.btn {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--teal);
    border-radius: 7px;
    padding: 10px 17px;
    color: var(--white);
    background: var(--teal);
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
    cursor: pointer;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.btn:hover {
    border-color: var(--teal-dark);
    background: var(--teal-dark);
}

.btn.secondary {
    color: var(--ink);
    background: transparent;
    border-color: #9fb2b8;
}

.btn.secondary:hover {
    color: var(--teal-dark);
    background: var(--white);
    border-color: var(--teal);
}

.btn.light {
    color: var(--teal-dark);
    background: var(--white);
    border-color: var(--white);
}

.btn.light:hover {
    color: var(--ink);
    background: var(--blue-soft);
    border-color: var(--blue-soft);
}

.btn.outline-light {
    color: var(--white);
    background: transparent;
    border-color: rgba(255, 255, 255, .55);
}

.btn.outline-light:hover {
    color: var(--ink);
    background: var(--white);
    border-color: var(--white);
}

.btn.full-width,
.full-width {
    width: 100%;
}

.text-link,
.back-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--teal-dark);
    font-weight: 800;
}

.text-link:hover,
.back-link:hover {
    color: var(--blue);
}

.hero {
    padding: 64px 0 54px;
    background: var(--blue-soft);
    border-bottom: 1px solid var(--line);
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
    gap: 54px;
    align-items: center;
}

.hero-copy {
    max-width: 670px;
}

.eyebrow,
.section-kicker,
.card-label {
    margin: 0 0 10px;
    color: var(--teal-dark);
    font-size: 12px;
    font-weight: 850;
    line-height: 1.4;
    text-transform: uppercase;
}

.hero h1 {
    max-width: 660px;
    margin: 0;
    color: var(--ink);
    font-size: 56px;
}

.hero-lead {
    max-width: 650px;
    margin: 22px 0 0;
    color: #48616d;
    font-size: 19px;
    line-height: 1.75;
}

.hero-actions,
.cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.hero-note {
    margin: 18px 0 0;
    color: var(--muted);
    font-size: 14px;
}

.journey-panel {
    min-height: 410px;
    padding: 26px;
    color: var(--white);
    background: var(--ink);
    border: 1px solid #25485f;
    border-radius: 8px;
    box-shadow: 0 22px 48px rgba(23, 48, 66, .17);
}

.journey-heading {
    display: grid;
    gap: 5px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.journey-heading span {
    color: #9ed9d1;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.journey-heading strong {
    max-width: 330px;
    font-size: 25px;
    line-height: 1.3;
}

.journey-list {
    margin: 8px 0 0;
    padding: 0;
    list-style: none;
}

.journey-list li {
    min-height: 48px;
    display: grid;
    grid-template-columns: 38px 1fr;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.journey-list li:last-child {
    border-bottom: 0;
}

.journey-list span {
    color: #e9ba66;
    font-size: 12px;
    font-weight: 850;
}

.journey-list strong {
    font-size: 15px;
}

.section {
    padding: 68px 0;
}

.section-soft {
    background: var(--soft);
    border-top: 1px solid #dce8e5;
    border-bottom: 1px solid #dce8e5;
}

.section-catalog {
    background: var(--white);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
    align-items: end;
    gap: 40px;
    margin-bottom: 34px;
}

.section-heading.compact {
    align-items: start;
}

.section-heading.catalog-heading {
    grid-template-columns: 1fr auto;
}

.section-heading h2,
.audience-layout h2,
.faq-layout h2 {
    max-width: 700px;
    margin: 0;
    font-size: 36px;
}

.section-heading p,
.lead-copy {
    margin: 0;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.75;
}

.section-heading > div > p:last-child {
    margin-top: 10px;
}

.feature-grid,
.advantage-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 24px;
}

.feature-item {
    padding-top: 18px;
    border-top: 3px solid var(--teal);
}

.feature-item span {
    color: var(--amber);
    font-size: 12px;
    font-weight: 850;
}

.feature-item h3,
.advantage-grid h3 {
    margin: 8px 0 7px;
    font-size: 20px;
}

.feature-item p,
.advantage-grid p {
    margin: 0;
    color: var(--muted);
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #bdd2cd;
    border-left: 1px solid #bdd2cd;
}

.process-grid li {
    min-height: 210px;
    padding: 24px;
    border-right: 1px solid #bdd2cd;
    border-bottom: 1px solid #bdd2cd;
}

.process-grid span {
    color: var(--teal);
    font-weight: 900;
}

.process-grid h3 {
    margin: 18px 0 8px;
    font-size: 20px;
}

.process-grid p {
    margin: 0;
    color: var(--muted);
}

.advantage-grid article {
    min-height: 170px;
    padding: 20px;
    background: var(--white);
    border: 1px solid var(--line);
    border-left: 4px solid var(--blue);
    border-radius: 6px;
}

.catalog-grid,
.package-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.catalog-card,
.package-card {
    min-width: 0;
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
}

.catalog-card {
    display: flex;
    flex-direction: column;
}

.thumb,
.thumb-placeholder {
    width: 100%;
    aspect-ratio: 16 / 9;
    display: grid;
    place-items: center;
    margin: 0;
    object-fit: cover;
    color: var(--teal-dark);
    background: #dcebed;
    border-bottom: 1px solid var(--line);
}

.thumb-placeholder span {
    padding: 16px;
    font-size: 13px;
    font-weight: 850;
    text-transform: uppercase;
}

.catalog-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 21px;
}

.catalog-card h2,
.catalog-card h3,
.package-card h2,
.package-card h3 {
    margin: 0 0 10px;
    font-size: 22px;
}

.catalog-card-content > p:not(.card-label),
.package-card > p {
    margin: 0 0 20px;
    color: var(--muted);
}

.catalog-card-content .text-link {
    margin-top: auto;
}

.package-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 24px;
}

.package-card-top {
    min-height: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 22px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
}

.package-card-top .card-label {
    margin: 0;
}

.badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    border-radius: 999px;
    padding: 5px 10px;
    color: #5d4214;
    background: #f7e8c8;
    font-size: 12px;
    font-weight: 850;
}

.package-programs {
    display: grid;
    gap: 7px;
    margin: 0 0 20px;
    padding: 0;
    color: #405761;
    list-style: none;
}

.package-programs li {
    position: relative;
    padding-left: 18px;
}

.package-programs li::before {
    position: absolute;
    left: 0;
    color: var(--teal);
    content: '•';
}

.package-price {
    display: grid;
    gap: 2px;
    margin-top: auto;
}

.package-price strong,
.price {
    color: var(--ink);
    font-size: 28px;
    font-weight: 900;
}

.package-meta {
    margin: 4px 0 20px !important;
    font-size: 14px;
}

.strike {
    color: var(--muted);
    text-decoration: line-through;
}

.empty-state {
    grid-column: 1 / -1;
    padding: 30px;
    text-align: center;
    background: var(--white);
    border: 1px dashed #a9bcc1;
    border-radius: 8px;
}

.empty-state p {
    margin: 6px 0 0;
    color: var(--muted);
}

.section-workflow {
    color: var(--white);
    background: var(--ink);
}

.section-workflow .section-kicker {
    color: #9ed9d1;
}

.section-workflow .section-heading p {
    color: #c5d3d9;
}

.workflow-track {
    display: grid;
    grid-template-columns: repeat(8, minmax(100px, 1fr));
    margin: 0;
    padding: 0;
    overflow-x: auto;
    list-style: none;
    border-top: 1px solid rgba(255, 255, 255, .22);
    border-bottom: 1px solid rgba(255, 255, 255, .22);
}

.workflow-track li {
    min-height: 112px;
    display: grid;
    align-content: center;
    gap: 8px;
    padding: 16px;
    border-right: 1px solid rgba(255, 255, 255, .16);
    font-size: 14px;
    font-weight: 800;
}

.workflow-track li:last-child {
    border-right: 0;
}

.workflow-track span {
    color: #e9ba66;
    font-size: 11px;
}

.audience-layout,
.faq-layout {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(420px, 1.2fr);
    gap: 64px;
    align-items: start;
}

.audience-layout h2,
.faq-layout h2 {
    margin-bottom: 14px;
}

.audience-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.audience-list li {
    min-height: 118px;
    display: flex;
    align-items: center;
    padding: 20px;
    background: var(--white);
    border: 1px solid #cbdcd8;
    border-radius: 7px;
    font-weight: 700;
}

.faq-list {
    border-top: 1px solid var(--line);
}

.faq-list details {
    border-bottom: 1px solid var(--line);
}

.faq-list summary {
    padding: 18px 36px 18px 0;
    font-size: 17px;
    font-weight: 800;
    cursor: pointer;
}

.faq-list details p {
    margin: -2px 0 20px;
    color: var(--muted);
}

.final-cta-section {
    padding-top: 30px;
}

.cta-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    padding: 38px;
    color: var(--white);
    background: var(--teal-dark);
    border-radius: 8px;
}

.cta-band .section-kicker {
    color: #bfe8e2;
}

.cta-band h2 {
    max-width: 660px;
    margin: 0;
    font-size: 34px;
}

.cta-band p:not(.section-kicker) {
    margin: 10px 0 0;
    color: #d8efec;
}

.cta-actions {
    flex: 0 0 auto;
    margin-top: 0;
}

.footer {
    padding: 42px 0 20px;
    color: #d2dde1;
    background: #122936;
}

.footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 56px;
    padding-bottom: 34px;
}

.footer-brand {
    color: var(--white);
    font-size: 22px;
}

.footer-grid p {
    max-width: 600px;
    margin: 10px 0 0;
}

.footer-links {
    display: grid;
    gap: 8px;
}

.footer-links strong {
    margin-bottom: 3px;
    color: var(--white);
}

.footer-links a:hover {
    color: #9ed9d1;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 18px;
    color: #aabcc4;
    border-top: 1px solid rgba(255, 255, 255, .14);
    font-size: 13px;
}

.page-hero {
    padding: 54px 0 46px;
    background: var(--blue-soft);
    border-bottom: 1px solid var(--line);
}

.page-hero-content {
    max-width: 800px;
}

.page-hero h1,
.detail-content h1,
.form-page-heading h1,
.auth-intro h1,
.auth-panel h1 {
    margin: 0;
    font-size: 44px;
}

.page-hero-content > p:last-child,
.form-page-heading > p:last-child,
.auth-intro > p:last-child {
    max-width: 720px;
    margin: 14px 0 0;
    color: var(--muted);
    font-size: 18px;
}

.pagination-wrap {
    margin-top: 26px;
}

.detail-section {
    min-height: 66vh;
}

.back-link {
    margin-bottom: 24px;
}

.two-col {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 370px;
    gap: 28px;
    align-items: start;
}

.detail-layout {
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
}

.detail-content {
    min-width: 0;
}

.detail-thumb {
    width: 100%;
    max-height: 430px;
    aspect-ratio: 16 / 9;
    display: grid;
    place-items: center;
    margin-bottom: 28px;
    object-fit: cover;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.detail-content .section-kicker {
    margin-top: 0;
}

.detail-content .lead-copy {
    margin: 14px 0 20px;
}

.detail-description {
    color: #405761;
    line-height: 1.8;
}

.panel {
    min-width: 0;
    padding: 24px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
}

.panel h2 {
    margin: 0 0 16px;
    font-size: 25px;
}

.curriculum-panel {
    position: sticky;
    top: 98px;
}

.curriculum-section {
    padding: 18px 0;
    border-top: 1px solid var(--line);
}

.curriculum-section h3 {
    margin: 0 0 4px;
    font-size: 17px;
}

.list {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.list li {
    padding: 11px 0;
    border-bottom: 1px solid #e8edef;
}

.list li:last-child {
    border-bottom: 0;
}

.lesson-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 4px;
    color: var(--muted);
    font-size: 13px;
}

.package-detail-layout {
    grid-template-columns: minmax(0, 1fr) 350px;
}

.package-detail-layout .detail-content > .badge {
    margin-bottom: 16px;
}

.package-detail-layout h2 {
    margin: 36px 0 16px;
}

.included-programs {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--line);
}

.included-programs li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 0;
    border-bottom: 1px solid var(--line);
}

.included-programs li > div {
    display: grid;
    gap: 2px;
}

.included-programs li span {
    color: var(--muted);
    font-size: 12px;
}

.purchase-panel {
    position: sticky;
    top: 98px;
}

.purchase-panel .price {
    margin: 6px 0 0;
}

.duration-label {
    margin: 4px 0 10px;
    color: var(--teal-dark);
    font-weight: 800;
}

.form-page {
    min-height: 66vh;
}

.form-page-heading {
    max-width: 760px;
    margin-bottom: 28px;
}

.checkout-layout {
    grid-template-columns: minmax(0, 1fr) 360px;
}

.form-field {
    display: grid;
    gap: 7px;
    margin-bottom: 18px;
}

.form-field label {
    font-weight: 800;
}

input {
    width: 100%;
    min-height: 46px;
    padding: 10px 12px;
    color: var(--ink);
    background: var(--white);
    border: 1px solid #aebdc2;
    border-radius: 6px;
}

input:focus {
    border-color: var(--blue);
}

input[readonly] {
    color: var(--muted);
    background: #f0f3f3;
}

.password-input {
    position: relative;
}

.password-input input {
    padding-right: 52px;
}

.password-toggle {
    position: absolute;
    top: 3px;
    right: 3px;
    display: grid;
    width: 40px;
    height: 40px;
    padding: 0;
    color: var(--muted);
    background: transparent;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    place-items: center;
}

.password-toggle:hover {
    color: var(--blue);
    background: #eef5f7;
}

.password-toggle:focus-visible {
    color: var(--blue);
    outline: 2px solid var(--blue);
    outline-offset: 1px;
}

.password-toggle svg {
    width: 20px;
    height: 20px;
}

.password-toggle svg[hidden] {
    display: none;
}

.error {
    color: var(--danger);
    font-size: 13px;
}

.error-banner,
.alert {
    margin-bottom: 18px;
    padding: 12px 14px;
    border-radius: 6px;
}

.error-banner {
    color: #7f1d1d;
    background: #fff0f0;
    border: 1px solid #f4c7c7;
}

.alert.success {
    color: #155b50;
    background: #e8f7f3;
    border: 1px solid #bce3da;
}

.order-summary {
    position: sticky;
    top: 98px;
}

.order-summary h2 {
    margin-top: 0;
}

.order-summary .price {
    margin: 4px 0;
}

.detail-list {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 11px 16px;
    margin: 22px 0;
}

.detail-list dt {
    color: var(--muted);
}

.detail-list dd {
    min-width: 0;
    margin: 0;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.status-note p {
    color: var(--muted);
}

.bank-details {
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr);
    gap: 8px 14px;
    margin: 22px 0;
}

.bank-details dt {
    color: var(--muted);
}

.bank-details dd {
    margin: 0;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.bank-account-number {
    font-size: 22px;
}

.copy-account {
    margin-bottom: 18px;
}

.payment-state {
    margin-top: 20px;
    padding: 14px;
    color: #155b50;
    background: #e8f7f3;
    border: 1px solid #bce3da;
    border-radius: 6px;
}

.payment-state.rejected {
    color: #7f1d1d;
    background: #fff0f0;
    border-color: #f4c7c7;
}

.payment-state p {
    margin-bottom: 0;
}

.proof-upload-form {
    margin-top: 24px;
    padding-top: 22px;
    border-top: 1px solid var(--line);
}

.field-hint {
    color: var(--muted);
    font-size: 13px;
}

.auth-page {
    min-height: 68vh;
    display: grid;
    align-items: center;
    padding: 68px 0;
    background: var(--blue-soft);
}

.auth-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 430px;
    align-items: center;
    gap: 70px;
}

.auth-layout.single {
    grid-template-columns: minmax(0, 520px);
    justify-content: center;
}

.auth-panel {
    padding: 30px;
    box-shadow: 0 18px 38px rgba(23, 48, 66, .1);
}

.auth-panel h1 {
    margin-bottom: 12px;
}

.remember {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 20px;
    color: var(--muted);
    font-size: 14px;
    cursor: pointer;
}

.remember input {
    width: 17px;
    min-height: 17px;
    margin: 0;
}

.muted {
    color: var(--muted);
}

.plain-text {
    white-space: pre-wrap;
}

@media (max-width: 980px) {
    .hero-grid {
        grid-template-columns: minmax(0, 1fr) 340px;
        gap: 34px;
    }

    .hero h1 {
        font-size: 46px;
    }

    .feature-grid,
    .advantage-grid,
    .catalog-grid,
    .package-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .audience-layout,
    .faq-layout {
        grid-template-columns: minmax(0, .7fr) minmax(360px, 1.3fr);
        gap: 36px;
    }
}

@media (max-width: 760px) {
    .container {
        width: min(100% - 28px, 1160px);
    }

    .site-header {
        position: static;
    }

    .nav {
        min-height: 0;
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
        padding: 14px 0;
    }

    .nav-links {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 3px;
    }

    .nav-links a {
        padding: 8px;
    }

    .nav-links .nav-action {
        margin-left: 0;
    }

    .hero {
        padding: 46px 0;
    }

    .hero-grid,
    .section-heading,
    .section-heading.catalog-heading,
    .audience-layout,
    .faq-layout,
    .two-col,
    .detail-layout,
    .package-detail-layout,
    .checkout-layout,
    .auth-layout {
        grid-template-columns: 1fr;
    }

    .hero h1 {
        font-size: 42px;
    }

    .hero-lead {
        font-size: 17px;
    }

    .journey-panel {
        min-height: 0;
    }

    .section {
        padding: 52px 0;
    }

    .section-heading {
        align-items: start;
        gap: 14px;
        margin-bottom: 26px;
    }

    .section-heading.catalog-heading .text-link {
        margin-top: 4px;
    }

    .section-heading h2,
    .audience-layout h2,
    .faq-layout h2 {
        font-size: 31px;
    }

    .audience-list {
        grid-template-columns: 1fr;
    }

    .audience-list li {
        min-height: 86px;
    }

    .cta-band,
    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .cta-band {
        padding: 28px;
    }

    .cta-actions {
        width: 100%;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .page-hero h1,
    .detail-content h1,
    .form-page-heading h1,
    .auth-intro h1,
    .auth-panel h1 {
        font-size: 36px;
    }

    .curriculum-panel,
    .purchase-panel,
    .order-summary {
        position: static;
    }

    .auth-layout {
        gap: 28px;
    }
}

@media (max-width: 520px) {
    .hero h1 {
        font-size: 35px;
    }

    .hero-actions,
    .cta-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .hero-actions .btn,
    .cta-actions .btn {
        width: 100%;
    }

    .feature-grid,
    .advantage-grid,
    .catalog-grid,
    .package-grid,
    .process-grid {
        grid-template-columns: 1fr;
    }

    .process-grid li {
        min-height: 0;
    }

    .section-heading h2,
    .audience-layout h2,
    .faq-layout h2,
    .cta-band h2 {
        font-size: 28px;
    }

    .journey-panel,
    .package-card,
    .panel,
    .auth-panel {
        padding: 20px;
    }

    .detail-list {
        grid-template-columns: 1fr;
        gap: 2px;
    }

    .bank-details {
        grid-template-columns: 1fr;
        gap: 2px;
    }

    .detail-list dd {
        margin-bottom: 10px;
    }
}
