.page-title {
    text-align: center;
    background-color: white;
    margin: 0;
    color: var(--navy);
    font-size: 40px;
    font-weight: 325;
    padding: 20px;
}


.list-your-school-container {
    background-color: var(--navy);
    background-image: url('/static/artboard-4@3x.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding: 10px;
    height: auto;
    text-align: center;
    margin-right: 60px;
    margin-bottom: 60px;
    padding-top: 30px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.list-your-school-cards {
    margin-bottom: 0px;
    padding-left: 60px;
    position: relative;
}

.list-your-school-card {
    width: 22rem;
}

.list-your-school-title-base {
    text-align: center;
    font-size: 28px;    
    font-weight: 800;
    margin-top: 10px;
    margin-bottom: 10px;
}

.list-your-school-title-base.list-your-school-title {
    display: table;
    width:250px;
    margin-left: auto;
    margin-right: auto;
    padding: 0.5rem 1.25rem;
    border-radius: 0.75rem;
}

.list-your-school-grid .list-your-school-card:nth-child(1) .list-your-school-title {
    background-color: rgba(56, 189, 248, 0.2);
}

.list-your-school-grid .list-your-school-card:nth-child(2) .list-your-school-title {
    background-color: rgba(248, 92, 14, 0.15);
}

.list-your-school-grid .list-your-school-card:nth-child(3) .list-your-school-title {
    background-color: rgba(250, 204, 21, 0.25);
}

.list-your-school-subheader {
    font-size: 24px;
    font-weight: 800;
    text-decoration: underline;
    color: var(--navy);
    margin-top: 10px;
    margin-bottom: 10px;
}

.list-your-school-list {
    font-size: 16px;
    font-weight: 600;
    color: var(--navy);
    margin-top: 10px;
    margin-bottom: 10px;
    list-style: none;
    padding: 0;
    margin: 0 0 0 20px;
    list-style-type: disc;
}

.list-your-school-price {
    font-size: 20px;
    font-weight: 600;
    color: var(--orange);
    margin-top: 10px;
    margin-bottom: 10px;
}

.list-your-school-price-note {
    font-size: 12px;
    font-weight: 400;
    color: var(--navy);
    margin-top: 10px;
    margin-bottom: 10px;
}

.list-your-school-grid {
    grid-template-columns: repeat(3, 1fr);
    max-width: 72rem;
    margin: 0 auto;
    padding: 0 1.5rem 0 1.5rem;
    display: grid;
    gap: 1.5rem;
}

@media (max-width: 1300px) {
    .list-your-school-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {
    .list-your-school-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}
.list-your-school-card-base {
    background: white;
    border-radius: 40px;
    padding: 25px 50px;
}

.list-your-school-card {
    background: #eaf0f8;
    border-radius: 50px;
    overflow: hidden;
}

.list-your-school-content {
    flex: 1;
    text-align: left;
}

.list-your-school-desc {
    font-size: 16px;
    font-weight: 400;
    color: var(--navy);
    margin-top: 10px;
    margin-bottom: 10px;
}

.list-your-school-profile-btn {
    display: inline-block;
    text-decoration: none;
    border: 2px solid #1a3a6b;
    border-radius: 9999px;
    background: #1a3a6b;
    padding: 0.5rem 1.5rem;
    font-size: 16px;
    font-weight: 400;
    color: white;
    cursor: pointer;
}

.list-your-school-card-footer {
    margin-top: 1.25rem;
    text-align: center;
}

.need-more-info-container {
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5rem;
    padding: 0 1rem 1.5rem 60px;
    text-align: center;
}

.need-more-info-content {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 1.25rem;
    padding: 1rem 1.25rem 1.25rem;
    text-align: center;
}

.need-more-info-title {
    font-size: 2rem;
    font-weight: 800;
    margin: 0 0 0.5rem;
    color: #fff;
}

.need-more-info-text {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.92);
    margin: 0 0 1rem;
}

.need-more-info-btn {
    border: 2px solid #1a3a6b;
    border-radius: 9999px;
    background: #1a3a6b;
    padding: 0.4rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: white;
    cursor: pointer;
    margin-top: 1rem;
}

.about-aso-container {
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5rem;
    padding: 0 1rem 1.5rem;
    text-align: center;
}

.about-aso-content {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 1.25rem;
    padding: 1rem 1.25rem 1.25rem;
    text-align: center;
}

.about-aso-title {
    font-size: 2rem;
    font-weight: 800;
    margin: 0 0 0.5rem;
    color: var(--navy);
}

.about-aso-text {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
}

.text-emphasize {
    color: var(--orange);
    
    font-style  : italic;
    font-weight : bold;
}

.about-aso-list {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 1.25rem;
    padding: 1rem 1.25rem 1.25rem;
    text-align: center;
    
}

.about-aso-list-title {
    font-size: 2rem;
    font-weight: 800;
    margin: 1rem;
    color: var(--navy); 
}

.about-aso-list-item-container {
    background-color: var(--navy);
    border-radius: 1.25rem;
    padding: 2rem 2rem 2rem 3rem;
    margin: 1rem;
    color: white;
}

.about-aso-list-items {
    display: inline-block;
    max-width: min(48rem, 100%);
    margin: 0 auto 1rem;
    padding-left: 1.25rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2;
    text-align: left;
    color: var(--navy);
    list-style-position: outside;
    box-sizing: border-box;
}

.about-aso-list ul li::before {
    content: "✅ ";
}

.leads-table-container {
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5rem;
    padding: 0 1rem 1.5rem;
    text-align: center;
}

.leads-table-content {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 1.25rem;
    padding: 1rem 1.25rem 1.25rem;
    text-align: center;
}

.leads-table-title {
    font-size: 2rem;
    font-weight: 800;
    margin: 1rem;
    color: var(--navy);
}

.leads-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
}

.leads-table th {
    font-size: 1.5rem;
}

.leads-table td {
    padding: 0.5rem 1rem;
    border: 1px solid #ccc;
}

.leads-table th {
    background-color: var(--navy);
    color: white;
}

.accordion-container {
    max-width: 1200px;
    margin: 2rem auto 0;
    padding: 0 1.25rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    align-items: start;
}

@media (max-width: 767px) {
    .accordion-container {
        grid-template-columns: 1fr;
    }
}

.accordion {
    display: flex;
    flex-direction: column;
    min-width: 0;
    margin: 0;
    margin: 2rem;
    border-radius: 50px;
    overflow: hidden;
    background: #ffffff;
    transition: box-shadow 0.3s ease;
}

.accordion:has(.item.open) {
    box-shadow: 0 4px 12px rgba(0, 72, 125, 0.1);
}

.accordion .item {
    background: transparent;
    border-radius: 0;
    overflow: visible;
}

.accordion .item-subheader {
    font-size: 1rem;
    font-weight: 600;
    color: var(--navy);
    text-align: center;
}

.accordion .item-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    cursor: pointer;
    background: #ecf4f8;
    transition: background 0.2s ease;
}

.accordion .item-header:hover {
    background: #f3f4f6;
}

.accordion .item.open .item-header {
    background: var(--navy);
}

.accordion .item-title {
    margin: 0;
    width: 100%;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--navy);
    font-family: Montserrat, sans-serif;
    text-align: center;
}

.accordion .item.open .item-title, .accordion .item.open .item-subheader {
    color: var(--orange);
}

.accordion .item-description {
    margin: 0;
    max-width: 40rem;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--navy);
    text-align: center;
}

.accordion .item.open .item-description {
    color: rgba(255, 255, 255, 0.92);
}

.accordion .btn-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
}

.accordion .icon-btn {
    border-radius: 20px;
    border: 2px solid #d1d5db;
    background: #ffffff;
    color: var(--navy);
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    padding: 0.5rem 0.875rem;
    line-height: 1.2;
}

.accordion .icon-btn:hover {
    background: var(--navy);
    color: #ffffff;
    border-color: var(--navy);
}

.accordion .item:not(.open) .btn-minus {
    display: none;
}

.accordion .item.open .btn-plus {
    display: none;
}

.accordion .item.open .icon-btn {
    background: #ffffff;
    border-color: #ffffff;
    color: var(--navy);
}

.accordion .item-body {
    text-align: center;
    background-color: var(--navy);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    margin-top: 0;
    border-radius: 0;
}

.accordion .item.open + .item-body {
    max-height: 1000px;
}

.accordion .item-body-inner {
    padding: 0.25rem 1.5rem 1.5rem;
    margin: 0 auto;
    max-width: 48rem;
}

.accordion .item-body-inner p {
    color: white;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0 0 1rem;
    padding: 0;
    text-align: center;
}

.accordion .item-body-inner ul {
    margin: 1rem 0 1rem 1.25rem;
    padding: 0;
    color: var(--navy);
}

.accordion .item-body-inner li {
    margin-bottom: 0.5rem;
    line-height: 1.5;
}

.accordion .learn-more {
    display: inline-block;
    color: var(--navy);
    font-weight: 600;
    text-decoration: none;
    margin-top: 0.5rem;
    transition: color 0.2s ease;
}

.accordion .learn-more:hover {
    color: var(--sky);
}

.plans-table-container {
    width: min(72rem, 100%);
    margin: 1.5rem auto;
    padding: 0;
    background: #b0d2e2;
    border-radius: 1.25rem;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.plans-table-title {
    font-size: 2rem;
    font-weight: 800;
    margin: 0;
    padding: 1rem 1rem;
    text-align: center;
    color: var(--navy);
    background-color: #ffffff;
}

.plans-table {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.plans-table-content {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    color: var(--navy);
    font-size: 0.9375rem;
    box-shadow: none;
}

.plans-table-content thead th {
    padding: 1rem 1rem;
    vertical-align: top;
    text-align: center;
    font-weight: 700;
    border: 1px solid #00a1ed;
    background: #b0d2e2;
}

.plans-table-content thead th:first-child {
    text-align: left;
    font-size: 1.125rem;
    vertical-align: middle;
    padding-left: 1.25rem;
    width: 18%;
}

.plans-table-content tbody td {
    padding: 0.75rem 0.75rem;
    text-align: center;
    border: 1px solid #00a1ed;
    background: #d6e8f0;
    font-weight: 600;
    font-size: 0.875rem;
}

.plans-table-content tbody td:first-child {
    text-align: left;
    font-weight: 700;
    font-size: 0.8125rem;
    padding-left: 1.25rem;
    color: var(--navy);
}

.plans-table-content > tbody:last-of-type td {
    padding: 1.25rem 0.75rem;
}

.plans-table-content .icon-container {
    background-size: cover;
    background-position: center;
    border-radius: 0 0 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    margin: -1rem auto 1rem;
    width: 65%;
}

.plans-table-content .icon-badge {
    width: 80px;
    height: 80px;
    display: block;
    position: relative;
    object-fit: contain;
}

.plans-table-content .banner-container {
    margin-bottom: 0.5rem;
}

.plans-table-content .header-banner {
    display: inline-block;
    padding: 0.35rem 1rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: var(--navy);
    background: #eaf0f8;
}

.plans-table-content thead th:nth-child(2) .header-banner {
    background: rgba(56, 189, 248, 0.25);
    color: #0369a1;
}

.plans-table-content thead th:nth-child(3) .header-banner {
    background: rgba(248, 92, 14, 0.15);
    color: #c2410c;
}

.plans-table-content thead th:nth-child(4) .header-banner {
    background: rgba(250, 204, 21, 0.3);
    color: #a16207;
}

.plans-table-content thead th:nth-child(5) .header-banner,
.plans-table-content thead th:nth-child(6) .header-banner {
    background: rgba(0, 72, 125, 0.12);
    color: var(--navy);
}

.plans-table-content .header-big-text {
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 0.25rem;
    color: var(--navy);
}

.plans-table-content .header-special-text {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--orange);
    margin-bottom: 0.25rem;
    margin-top: -9px;
}

.plans-table-content .header-small-text {
    font-size: 0.75rem;
    font-weight: 800;
    line-height: 1.35;
    color: var(--navy);
    max-width: 9rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.plans-table-content .text-small {
    display: block;
    font-size: 0.6875rem;
    font-weight: 500;
    color: #64748b;
    margin-top: 0.25rem;
}

.plans-table-content .check-icon,
.plans-table-content .ex-icon {
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
}

.plans-table-content .btn-profile {
    border: 2px solid var(--navy);
    border-radius: 9999px;
    background: var(--orange);
    padding: 0.5rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s ease, color 0.2s ease;
}

.plans-table-content .btn-profile:hover {
    background: #fff;
    color: var(--navy);
}

.plans-tabbed-content {
    display: flex;
    justify-content: center;
    padding: 1rem 1rem 0;
    background: #ffffff;
}

.plans-billing-tabs {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0.25rem;
    border-radius: 999px;
    background: #d6e8f0;
    width: min(100%, 16rem);
}

.plans-billing-slider {
    position: absolute;
    top: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
    width: calc(50% - 0.25rem);
    border-radius: 999px;
    background: var(--navy);
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}

.plans-billing-tabs[data-billing="monthly"] .plans-billing-slider {
    transform: translateX(calc(100% + 0.25rem));
}

.plans-billing-tab {
    position: relative;
    z-index: 1;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 999px;
    background: transparent;
    color: var(--navy);
    font-size: 0.875rem;
    font-weight: 700;
    cursor: pointer;
    transition: color 0.25s ease;
}

.plans-billing-tab.active {
    color: #ffffff;
}

@media (max-width: 900px) {
    .plans-table-container {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .list-your-school-container {
        margin-right: 0;
    }
}

.more-info-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    width: 100%;
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
}

.info-box:nth-child(2),
.info-box:nth-child(3) {
    margin: 20px -20px 0 3rem;
}

.info-box:nth-child(1) {
    margin-right: -10px;
}

.info-box {
    border-radius: 1.25rem;
    padding: 1rem 1rem 1rem 1rem;
    text-align: left;
}

.info-box-title {
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0;
    text-align: left;
    color: var(--orange);
}

.info-box-text {
    color: var(--navy);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}

.info-box-list ul{
    color: var(--navy);
    list-style-type: disc;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.5;
    text-align: left;
    padding: 1rem 1.25rem 1.25rem;
}