.school-plan-page {
    min-width: 320px;
    color: #172033;
    background: #ffffff;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.school-plan-page main { overflow: hidden; }

.school-plan-container {
    width: min(1180px, calc(100% - 3rem));
    margin: 0 auto;
}

.school-plan-eyebrow {
    display: inline-flex;
    gap: 0.55rem;
    align-items: center;
    margin: 0 0 1rem;
    color: #2563eb;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.school-plan-eyebrow--light { color: #93c5fd; }

.school-plan-hero {
    position: relative;
    padding: 136px 0 86px;
    background:
        radial-gradient(circle at 6% 18%, rgba(59, 130, 246, 0.12), transparent 28rem),
        linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
}

.school-plan-hero::before {
    position: absolute;
    top: 95px;
    right: -180px;
    width: 520px;
    height: 520px;
    content: "";
    background: rgba(59, 130, 246, 0.07);
    border-radius: 50%;
}

.school-plan-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
    gap: clamp(2.5rem, 6vw, 5.25rem);
    align-items: center;
}

.school-plan-hero h1 {
    max-width: 720px;
    margin: 0;
    color: #0f172a;
    font-size: clamp(2.75rem, 5.4vw, 4.85rem);
    line-height: 0.99;
    letter-spacing: -0.055em;
}

.school-plan-hero__lead {
    max-width: 690px;
    margin: 1.5rem 0 0;
    color: #475569;
    font-size: clamp(1.05rem, 2vw, 1.22rem);
    line-height: 1.7;
}

.school-plan-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 2rem;
}

.school-plan-hero__actions .btn {
    min-height: 54px;
    gap: 0.55rem;
}

.school-plan-hero__reassurance {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem 1.15rem;
    margin: 1.3rem 0 0;
    padding: 0;
    color: #475569;
    font-size: 0.82rem;
    font-weight: 650;
    list-style: none;
}

.school-plan-hero__reassurance li {
    display: inline-flex;
    gap: 0.42rem;
    align-items: center;
}

.school-plan-hero__reassurance i { color: #059669; }

.school-plan-hero__visual {
    position: relative;
    min-height: 540px;
    margin: 0;
}

.school-plan-hero__image-frame {
    position: absolute;
    inset: 0 0 0 2.25rem;
    overflow: hidden;
    background: #dbeafe;
    border: 1px solid rgba(255, 255, 255, 0.84);
    border-radius: 28px;
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.18);
}

.school-plan-hero__image-frame::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, transparent 52%, rgba(15, 23, 42, 0.58) 100%);
}

.school-plan-hero__image-frame img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 68% center;
}

.school-plan-hero__visual-badge,
.school-plan-hero__visual-card {
    position: absolute;
    z-index: 1;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(219, 234, 254, 0.95);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.14);
    backdrop-filter: blur(12px);
}

.school-plan-hero__visual-badge {
    top: 2rem;
    left: 0;
    display: inline-flex;
    gap: 0.55rem;
    align-items: center;
    padding: 0.72rem 0.95rem;
    color: #1d4ed8;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 800;
}

.school-plan-hero__visual-card {
    right: -1.25rem;
    bottom: 2rem;
    width: min(280px, 72%);
    padding: 1rem 1.1rem;
    border-radius: 16px;
}

.school-plan-hero__visual-card strong,
.school-plan-hero__visual-card span { display: block; }

.school-plan-hero__visual-card strong {
    color: #0f172a;
    font-size: 1rem;
}

.school-plan-hero__visual-card span {
    margin-top: 0.3rem;
    color: #64748b;
    font-size: 0.8rem;
    line-height: 1.45;
}

.school-plan-trust {
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.school-plan-trust__list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
    padding: 1.2rem 0;
    list-style: none;
}

.school-plan-trust__list li {
    display: flex;
    gap: 0.7rem;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 1rem;
    color: #334155;
    font-size: 0.86rem;
    font-weight: 750;
    text-align: center;
    border-right: 1px solid #e2e8f0;
}

.school-plan-trust__list li:last-child { border-right: 0; }

.school-plan-trust__list i {
    color: #3b82f6;
    font-size: 1rem;
}

.school-plan-section {
    padding: 96px 0;
    background: #ffffff;
}

.school-plan-section--soft { background: #f4f7fb; }

.school-plan-section__heading {
    max-width: 780px;
    margin: 0 0 3rem;
}

.school-plan-section__heading--center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.school-plan-section__heading h2,
.school-plan-support__header h2,
.school-plan-product__copy h2,
.school-plan-application__copy h2 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(2.1rem, 4vw, 3.35rem);
    line-height: 1.08;
    letter-spacing: -0.045em;
}

.school-plan-section__heading > p:last-child,
.school-plan-support__header > p,
.school-plan-product__copy > p,
.school-plan-application__copy > p {
    margin: 1rem 0 0;
    color: #64748b;
    font-size: 1.05rem;
    line-height: 1.7;
}

.school-plan-outcomes {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.15rem;
}

.school-plan-outcome {
    position: relative;
    min-height: 360px;
    padding: 1.75rem;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dce5f0;
    border-radius: 20px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.055);
}

.school-plan-outcome::after {
    position: absolute;
    right: -3rem;
    bottom: -3.5rem;
    width: 10rem;
    height: 10rem;
    content: "";
    background: var(--outcome-soft, #eff6ff);
    border-radius: 50%;
}

.school-plan-outcome--leadership {
    --outcome-color: #7c3aed;
    --outcome-soft: #f5f3ff;
}

.school-plan-outcome--students {
    --outcome-color: #059669;
    --outcome-soft: #ecfdf5;
}

.school-plan-outcome__top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.school-plan-outcome__icon {
    display: inline-grid;
    width: 52px;
    height: 52px;
    place-items: center;
    color: var(--outcome-color, #2563eb);
    background: var(--outcome-soft, #eff6ff);
    border-radius: 15px;
    font-size: 1.15rem;
}

.school-plan-outcome__number {
    color: #cbd5e1;
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0.08em;
}

.school-plan-outcome h3 {
    position: relative;
    z-index: 1;
    margin: 1.45rem 0 0;
    color: #0f172a;
    font-size: 1.35rem;
    letter-spacing: -0.02em;
}

.school-plan-outcome > p {
    position: relative;
    z-index: 1;
    margin: 0.7rem 0 0;
    color: #64748b;
    line-height: 1.65;
}

.school-plan-outcome ul {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 0.65rem;
    margin: 1.25rem 0 0;
    padding: 0;
    color: #334155;
    font-size: 0.88rem;
    font-weight: 650;
    list-style: none;
}

.school-plan-outcome li {
    display: flex;
    gap: 0.55rem;
    align-items: flex-start;
}

.school-plan-outcome li i {
    margin-top: 0.24rem;
    color: var(--outcome-color, #2563eb);
    font-size: 0.68rem;
}

.school-plan-support {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 10%, rgba(16, 185, 129, 0.1), transparent 24rem),
        linear-gradient(145deg, #f8fafc 0%, #eff6ff 100%);
}

.school-plan-support__header {
    max-width: 900px;
    margin: 0 auto 2.5rem;
    text-align: center;
}

.school-plan-support__header h2 {
    text-wrap: balance;
}

.school-plan-support__header > p {
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
}

.school-plan-support__points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin: 1.25rem 0 0;
    padding: 0;
    list-style: none;
}

.school-plan-support__points li {
    display: flex;
    min-height: 220px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.45rem;
    color: #475569;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid #dce5f0;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.055);
    line-height: 1.55;
    text-align: center;
}

.school-plan-support__points i {
    display: grid;
    width: 3.6rem;
    height: 3.6rem;
    margin-bottom: 1rem;
    place-items: center;
    color: #047857;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    border-radius: 14px;
    font-size: 1.2rem;
    line-height: 1;
}

.school-plan-support__points strong,
.school-plan-support__points small {
    display: block;
}

.school-plan-support__points strong {
    color: #0f172a;
    font-size: 1rem;
}

.school-plan-support__points small {
    margin-top: 0.55rem;
    color: #64748b;
    font-size: 0.84rem;
    line-height: 1.6;
}

.school-plan-support-record {
    width: min(100%, 920px);
    margin: 0 auto;
    padding: 1.25rem;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid #dce5f0;
    border-radius: 22px;
    box-shadow: 0 20px 55px rgba(15, 23, 42, 0.11);
}

.school-plan-support-record__header {
    position: relative;
    display: grid;
    gap: 1rem;
    justify-items: center;
    padding: 0.25rem 0 1.25rem;
    border-bottom: 1px solid #e2e8f0;
    text-align: center;
}

.school-plan-support-record__identity {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 0.65rem;
    align-items: center;
}

.school-plan-support-record__avatar {
    display: grid;
    width: 60px;
    height: 60px;
    flex: 0 0 auto;
    place-items: center;
    color: #1d4ed8;
    background: #eff6ff;
    border-radius: 16px;
    font-size: 1.35rem;
    line-height: 1;
}

.school-plan-support-record__identity > div > span,
.school-plan-support-record__identity > div > strong {
    display: block;
}

.school-plan-support-record__identity > div > span {
    color: #64748b;
    font-size: 0.7rem;
    font-weight: 750;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.school-plan-support-record__identity > div > strong {
    margin-top: 0.18rem;
    color: #0f172a;
    font-size: 1rem;
}

.school-plan-support-record__demo {
    position: absolute;
    top: 0.25rem;
    right: 0;
    flex: 0 0 auto;
    padding: 0.38rem 0.6rem;
    color: #64748b;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    font-size: 0.64rem;
    font-weight: 750;
}

.school-plan-support-subjects {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.7rem;
    margin-top: 1rem;
}

.school-plan-support-subject {
    display: grid;
    min-width: 0;
    min-height: 142px;
    padding: 1rem;
    place-content: center;
    justify-items: center;
    background: #f8fafc;
    border: 1px solid #dbeafe;
    border-radius: 13px;
    text-align: center;
}

.school-plan-support-subject__icon {
    display: grid;
    width: 52px;
    height: 52px;
    margin: 0 auto 0.75rem;
    place-items: center;
    color: #2563eb;
    background: #eff6ff;
    border-radius: 14px;
    font-size: 1.2rem;
    line-height: 1;
}

.school-plan-support-subject--language {
    border-color: #ddd6fe;
}

.school-plan-support-subject--language .school-plan-support-subject__icon {
    color: #7c3aed;
    background: #f5f3ff;
}

.school-plan-support-subject--science {
    border-color: #a7f3d0;
}

.school-plan-support-subject--science .school-plan-support-subject__icon {
    color: #047857;
    background: #ecfdf5;
}

.school-plan-support-subject > div > strong,
.school-plan-support-subject > div > span {
    display: block;
}

.school-plan-support-subject > div > strong {
    color: #0f172a;
    font-size: 0.78rem;
}

.school-plan-support-subject > div > span {
    margin-top: 0.3rem;
    color: #64748b;
    font-size: 0.67rem;
    line-height: 1.4;
}

.school-plan-support-record__summary {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.65rem;
    justify-items: center;
    margin-top: 0.8rem;
    padding: 1.15rem;
    color: #334155;
    background: linear-gradient(135deg, #eff6ff, #ffffff);
    border: 1px solid #bfdbfe;
    border-radius: 13px;
    text-align: center;
}

.school-plan-support-record__summary > span {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    color: #1d4ed8;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 6px 16px rgba(37, 99, 235, 0.12);
    font-size: 1.2rem;
    line-height: 1;
}

.school-plan-support-record__summary strong {
    color: #0f172a;
    font-size: 0.86rem;
}

.school-plan-support-record__summary p {
    margin: 0.3rem 0 0;
    color: #64748b;
    font-size: 0.74rem;
    line-height: 1.5;
}

.school-plan-product {
    position: relative;
    padding: 104px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 88% 18%, rgba(59, 130, 246, 0.18), transparent 30rem),
        #0f172a;
}

.school-plan-product::before {
    position: absolute;
    bottom: -240px;
    left: -170px;
    width: 480px;
    height: 480px;
    content: "";
    background: rgba(37, 99, 235, 0.1);
    border-radius: 50%;
}

.school-plan-product__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(280px, 0.7fr) minmax(560px, 1.3fr);
    gap: clamp(2.5rem, 6vw, 5rem);
    align-items: center;
}

.school-plan-product__copy h2 { color: #ffffff; }
.school-plan-product__copy > p { color: #cbd5e1; }

.school-plan-product__points {
    display: grid;
    gap: 0.9rem;
    margin: 1.6rem 0 0;
    padding: 0;
    list-style: none;
}

.school-plan-product__points li {
    display: grid;
    grid-template-columns: 2.25rem minmax(0, 1fr);
    gap: 0.75rem;
    align-items: center;
    color: #e2e8f0;
    line-height: 1.5;
}

.school-plan-product__points i {
    display: grid;
    width: 2.25rem;
    height: 2.25rem;
    place-items: center;
    color: #93c5fd;
    background: rgba(59, 130, 246, 0.16);
    border: 1px solid rgba(147, 197, 253, 0.2);
    border-radius: 10px;
}

.school-plan-product__security-link {
    display: inline-flex;
    gap: 0.5rem;
    align-items: center;
    margin-top: 1.6rem;
    color: #bfdbfe;
    font-weight: 750;
    text-decoration: none;
}

.school-plan-product__security-link:hover,
.school-plan-product__security-link:focus-visible {
    color: #ffffff;
    outline: none;
}

.school-plan-product-window {
    overflow: hidden;
    color: #172033;
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 22px;
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.38);
    transform: rotate(0.6deg);
}

.school-plan-product-window__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 62px;
    padding: 0 1rem;
    background: #ffffff;
    border-bottom: 1px solid #dce5f0;
}

.school-plan-product-window__brand,
.school-plan-product-window__school {
    display: flex;
    align-items: center;
}

.school-plan-product-window__brand {
    gap: 0.6rem;
    font-weight: 850;
}

.school-plan-product-window__brand img {
    width: 34px;
    height: 34px;
}

.school-plan-product-window__school {
    gap: 0.45rem;
    color: #475569;
    font-size: 0.75rem;
    font-weight: 750;
}

.school-plan-product-window__school i { color: #3b82f6; }

.school-plan-product-window__body {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    min-height: 470px;
}

.school-plan-product-window__nav {
    padding: 1rem 0.65rem;
    background: #ffffff;
    border-right: 1px solid #dce5f0;
}

.school-plan-product-window__nav-label {
    margin: 0.8rem 0.55rem 0.35rem;
    color: #94a3b8;
    font-size: 0.58rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.school-plan-product-window .sp-nav-link {
    min-height: 34px;
    gap: 0.5rem;
    padding: 0.48rem 0.55rem;
    border-radius: 8px;
    font-size: 0.68rem;
}

.school-plan-product-window .sp-nav-link i { width: 0.8rem; }

.school-plan-product-window__main {
    min-width: 0;
    padding: 1.3rem;
    background: #f4f7fb;
}

.school-plan-product-window__heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.school-plan-product-window__heading p,
.school-plan-product-window__heading h3 { margin: 0; }

.school-plan-product-window__heading p {
    color: #2563eb;
    font-size: 0.58rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.school-plan-product-window__heading h3 {
    margin-top: 0.25rem;
    font-size: 1.2rem;
    letter-spacing: -0.03em;
}

.school-plan-product-window__demo-label {
    padding: 0.35rem 0.55rem;
    color: #64748b;
    background: #ffffff;
    border: 1px solid #dce5f0;
    border-radius: 999px;
    font-size: 0.56rem;
    font-weight: 750;
}

.school-plan-product-window .sp-grid--stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem;
    margin-bottom: 0.65rem;
}

.school-plan-product-window .sp-stat {
    min-height: 110px;
    padding: 0.85rem;
    border-radius: 13px;
}

.school-plan-product-window .sp-stat-icon {
    width: 30px;
    height: 30px;
    margin-bottom: 0.55rem;
    border-radius: 8px;
    font-size: 0.75rem;
}

.school-plan-product-window .sp-stat-value {
    margin-bottom: 0.12rem;
    font-size: 1.22rem;
}

.school-plan-product-window .sp-stat-label { font-size: 0.62rem; }

.school-plan-product-window .sp-card {
    padding: 1rem;
    border-radius: 13px;
}

.school-plan-product-window .sp-card-header { margin-bottom: 0.75rem; }
.school-plan-product-window .sp-card-header h3 { font-size: 0.78rem; }
.school-plan-product-window .sp-card-header p { font-size: 0.62rem; }

.school-plan-product-window .sp-dashboard-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
}

.school-plan-product-window .sp-dashboard-link {
    gap: 0.55rem;
    padding: 0.65rem;
    border-radius: 10px;
}

.school-plan-product-window .sp-dashboard-link-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    font-size: 0.72rem;
}

.school-plan-product-window .sp-dashboard-link-copy strong { font-size: 0.7rem; }

.school-plan-product-window .sp-dashboard-link-copy small {
    margin-top: 0.15rem;
    font-size: 0.56rem;
}

.school-plan-process {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
    margin: 0;
    padding: 0;
    counter-reset: school-plan-step;
    list-style: none;
}

.school-plan-process::before {
    position: absolute;
    top: 1.55rem;
    right: 16.5%;
    left: 16.5%;
    height: 2px;
    content: "";
    background: #bfdbfe;
}

.school-plan-step {
    position: relative;
    padding: 0 1.25rem;
    text-align: center;
    counter-increment: school-plan-step;
}

.school-plan-step::before {
    position: relative;
    z-index: 1;
    display: inline-flex;
    width: 3.1rem;
    height: 3.1rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.15rem;
    color: #ffffff;
    content: counter(school-plan-step);
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    border: 6px solid #f4f7fb;
    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.2);
    font-weight: 850;
}

.school-plan-step h3 {
    margin: 0;
    color: #0f172a;
    font-size: 1.12rem;
}

.school-plan-step p {
    margin: 0.65rem 0 0;
    color: #64748b;
    line-height: 1.65;
}

.school-plan-application {
    padding: 100px 0;
    background:
        radial-gradient(circle at 12% 86%, rgba(59, 130, 246, 0.13), transparent 24rem),
        linear-gradient(145deg, #eff6ff 0%, #ffffff 72%);
}

.school-plan-application__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(500px, 1.22fr);
    gap: clamp(2.5rem, 6vw, 5.25rem);
    align-items: start;
}

.school-plan-application__points {
    display: grid;
    gap: 0.95rem;
    margin: 1.65rem 0 0;
    padding: 0;
    list-style: none;
}

.school-plan-application__points li {
    display: grid;
    grid-template-columns: 2.3rem minmax(0, 1fr);
    gap: 0.8rem;
    align-items: center;
    color: #334155;
    line-height: 1.55;
}

.school-plan-application__points i {
    display: grid;
    width: 2.3rem;
    height: 2.3rem;
    place-items: center;
    color: #2563eb;
    background: #ffffff;
    border: 1px solid #bfdbfe;
    border-radius: 11px;
}

.school-plan-application__note {
    display: flex;
    gap: 0.65rem;
    align-items: flex-start;
    margin-top: 1.6rem;
    padding: 0.95rem;
    color: #475569;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid #dbeafe;
    border-radius: 12px;
    font-size: 0.83rem;
    line-height: 1.5;
}

.school-plan-application__note i {
    margin-top: 0.14rem;
    color: #3b82f6;
}

.school-plan-form {
    padding: clamp(1.4rem, 3vw, 2.15rem);
    background: #ffffff;
    border: 1px solid #dce5f0;
    border-radius: 20px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.11);
}

.school-plan-form__heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.school-plan-form__heading h2 {
    margin: 0;
    color: #0f172a;
    font-size: 1.55rem;
}

.school-plan-form__heading p {
    margin: 0.45rem 0 0;
    color: #64748b;
    font-size: 0.85rem;
    line-height: 1.5;
}

.school-plan-form__time {
    flex: 0 0 auto;
    padding: 0.42rem 0.65rem;
    color: #1d4ed8;
    background: #eff6ff;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
}

.school-plan-form__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.school-plan-field {
    display: grid;
    align-content: start;
    gap: 0.45rem;
    margin-bottom: 1rem;
}

.school-plan-field label {
    color: #172033;
    font-size: 0.9rem;
    font-weight: 750;
}

.school-plan-field label span {
    color: #64748b;
    font-weight: 600;
}

.school-plan-field input,
.school-plan-field select,
.school-plan-field textarea {
    width: 100%;
    min-height: 50px;
    padding: 0.8rem 0.9rem;
    color: #172033;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    font: inherit;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.school-plan-field input,
.school-plan-field select {
    box-sizing: border-box;
    height: 50px;
}

.school-plan-field select {
    padding-right: 2.6rem;
    appearance: none;
    -webkit-appearance: none;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364758b' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.9rem center;
    background-size: 1rem;
    cursor: pointer;
}

.school-plan-field select:invalid {
    color: #64748b;
}

.school-plan-field select option {
    color: #172033;
    background: #ffffff;
}

.school-plan-field textarea {
    min-height: 116px;
    resize: vertical;
}

.school-plan-field input:focus,
.school-plan-field select:focus,
.school-plan-field textarea:focus {
    border-color: #3b82f6;
    outline: none;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.16);
}

.school-plan-field input[aria-invalid="true"],
.school-plan-field select[aria-invalid="true"],
.school-plan-field textarea[aria-invalid="true"] { border-color: #dc2626; }

.school-plan-field__error {
    min-height: 1rem;
    margin: -0.1rem 0 0;
    color: #b91c1c;
    font-size: 0.76rem;
    line-height: 1.35;
}

.school-plan-submit {
    width: 100%;
    min-height: 54px;
    justify-content: center;
    gap: 0.55rem;
}

.school-plan-submit:disabled {
    cursor: wait;
    opacity: 0.68;
}

.school-plan-form__trust,
.school-plan-form__status {
    margin: 0.8rem 0 0;
    color: #64748b;
    font-size: 0.78rem;
    line-height: 1.5;
    text-align: center;
}

.school-plan-form__trust a { color: #2563eb; }
.school-plan-form__status.is-error { color: #b91c1c; }
.school-plan-form__status.is-success { color: #047857; }

@media (max-width: 1040px) {
    .school-plan-hero__grid,
    .school-plan-product__grid,
    .school-plan-application__grid { grid-template-columns: 1fr; }

    .school-plan-hero__visual {
        width: min(100%, 720px);
        min-height: 500px;
        margin: 0 auto;
    }

    .school-plan-product__copy,
    .school-plan-application__copy { max-width: 720px; }

    .school-plan-product-window {
        width: min(100%, 820px);
        transform: none;
    }
}

@media (max-width: 800px) {
    .school-plan-trust__list,
    .school-plan-outcomes { grid-template-columns: repeat(2, minmax(0, 1fr)); }

    .school-plan-support__points { grid-template-columns: 1fr; }

    .school-plan-support__points li {
        min-height: 0;
    }

    .school-plan-trust__list li:nth-child(2) { border-right: 0; }
    .school-plan-trust__list li:nth-child(-n + 2) { border-bottom: 1px solid #e2e8f0; }

    .school-plan-outcome:last-child {
        grid-column: 1 / -1;
        min-height: 300px;
    }

    .school-plan-product-window__body { grid-template-columns: 116px minmax(0, 1fr); }
    .school-plan-product-window .sp-nav-link span { font-size: 0.6rem; }
}

@media (max-width: 680px) {
    .school-plan-container { width: min(100% - 1.5rem, 1180px); }
    .school-plan-hero { padding: 112px 0 64px; }
    .school-plan-hero h1 { font-size: clamp(2.55rem, 13vw, 3.7rem); }

    .school-plan-section,
    .school-plan-support,
    .school-plan-product,
    .school-plan-application { padding: 68px 0; }

    .school-plan-hero__actions,
    .school-plan-hero__actions .btn,
    .school-plan-outcomes { width: 100%; }

    .school-plan-hero__actions .btn { justify-content: center; }
    .school-plan-hero__visual { min-height: 430px; }
    .school-plan-hero__image-frame { left: 0; }

    .school-plan-hero__visual-card {
        right: 0.75rem;
        bottom: 0.75rem;
    }

    .school-plan-trust__list,
    .school-plan-outcomes,
    .school-plan-process,
    .school-plan-form__row { grid-template-columns: 1fr; }

    .school-plan-trust__list li,
    .school-plan-trust__list li:nth-child(2) {
        justify-content: flex-start;
        border-right: 0;
        border-bottom: 1px solid #e2e8f0;
    }

    .school-plan-trust__list li:last-child { border-bottom: 0; }
    .school-plan-outcome:last-child { grid-column: auto; }
    .school-plan-outcome { min-height: 0; }

    .school-plan-process::before {
        top: 1.5rem;
        bottom: 1.5rem;
        left: 1.5rem;
        width: 2px;
        height: auto;
    }

    .school-plan-step {
        display: grid;
        grid-template-columns: 3.1rem minmax(0, 1fr);
        gap: 1rem;
        padding: 0;
        text-align: left;
    }

    .school-plan-step::before {
        grid-row: 1 / span 2;
        margin: 0;
    }

    .school-plan-step h3 { align-self: end; }
    .school-plan-step p { margin-top: 0.35rem; }
    .school-plan-product-window { overflow-x: auto; }

    .school-plan-product-window__bar,
    .school-plan-product-window__body { min-width: 580px; }

    .school-plan-form__heading { display: block; }

    .school-plan-support-subjects { grid-template-columns: 1fr; }

    .school-plan-support-record__header {
        align-items: center;
    }

    .school-plan-support-record__demo {
        white-space: nowrap;
    }

    .school-plan-form__time {
        display: inline-block;
        margin-top: 0.75rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .school-plan-page *,
    .school-plan-page *::before,
    .school-plan-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
