html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

body {
    background: #f4f7fc;
    font-family: Segoe UI;
}

.hero {
    padding: 100px 20px;
    text-align: center;
}

    .hero h1 {
        font-size: 70px;
        color: #0b1f53;
    }

    .hero p {
        width: 800px;
        max-width: 100%;
        margin: auto;
        color: #5a6785;
        font-size: 22px;
    }

.page-hero {
    text-align: center;
    padding: 80px 20px;
}

    .page-hero h1 {
        color: #0b1f53;
    }

.card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    gap: 30px;
    padding: 40px 80px;
}

.research-card {
    background: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

    .research-card h3 {
        color: #0b1f53;
    }

.site-btn {
    display: inline-block;
    margin-top: 20px;
    background: #2563eb;
    color: white;
    padding: 14px 25px;
    border-radius: 10px;
    text-decoration: none;
}

.footer {
    background: white;
    margin-top: 80px;
    padding: 50px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
    gap: 40px;
}

.footer a {
    text-decoration: none;
    color: #0b1f53;
}

.copyright {
    text-align: center;
    margin-top: 40px;
    color: gray;
}

.research-hero {
    text-align: center;
    padding: 80px 20px;
}

.research-hero h1 {
    font-size: 60px;
    color: #0b1f53;
}

.research-tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 100px;
}

.research-tab {
    background: white;
    padding: 20px 35px;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,.08);
    font-weight: 700;
    color: #071b3a;
}

.research-section {
    padding: 50px 80px;
}

.section-heading {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.section-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #edf3ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

table {
    width: 100%;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

th {
    background: #0b1f53;
    color: white;
    padding: 20px;
}

td {
    padding: 20px;
    border-bottom: 1px solid #ececec;
}

body {
    background: #f4f7fc;
    font-family: "Segoe UI", sans-serif;
}

.hero-section {
    display: flex;
    height: 520px;
    background: #071b3a;
    overflow: hidden;
}

.hero-left {
    width: 48%;
    background: linear-gradient(135deg, #061947 0%, #10286c 100%);
    color: white;
    padding: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 5;
    /* overlap image slightly */
    margin-right: -90px;
    /* diagonal edge */
    clip-path: polygon(0 0, 88% 0, 100% 100%, 0 100%);
}

    .hero-left h1 {
        font-size: 78px;
        line-height: .9;
        font-weight: 800;
        margin-bottom: 35px;
        color: white;
    }

    .hero-left p {
        font-size: 20px;
        color: #d6def3;
        line-height: 1.9;
        max-width: 550px;
    }

.hero-buttons {
    margin-top: 40px;
    display: flex;
    gap: 20px;
}

.primary-btn {
    background: #315fe9;
    color: white;
    padding: 16px 34px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
    transition: .2s;
}

    .primary-btn:hover {
        background: #4a73f0;
    }

.secondary-btn {
    border: 1px solid rgba(255,255,255,.7);
    color: white;
    padding: 16px 34px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
    transition: .2s;
}

    .secondary-btn:hover {
        background: rgba(255,255,255,.1);
    }

.hero-right {
    flex: 1;
    overflow: hidden;
}

    .hero-right img {
        width: 100%;
        height: 520px;
        object-fit: cover;
        object-position: center;
    }

.focus-section {
    background: #f4f7fc;
    padding: 80px;
    text-align: center;
}

    .focus-section h2 {
        color: #071b3a;
        font-size: 42px;
    }

.focus-subtitle {
    color: gray;
    margin-bottom: 50px;
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
    max-width: 1400px;
    margin: auto;
}

.focus-card {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    text-align: left;
}

    .focus-card h3 {
        margin-top: 20px;
        color: #071b3a;
    }

    .focus-card p {
        color: #4c5c78;
        line-height: 1.8;
    }

    .focus-card a {
        color: #315fe9;
        text-decoration: none;
        font-weight: 700;
    }

.icon {
    width: 70px;
    height: 70px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.blue {
    background: #edf3ff;
}

.green {
    background: #ecfaf1;
}

.purple {
    background: #f3ecff;
}

.mission-banner {
    background: #071b3a;
    color: white;
    border-radius: 20px;
    margin: 80px auto;
    max-width: 1400px;
    padding: 40px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.quote-icon {
    font-size: 60px;
}

.mission-text {
    flex: 1;
    padding: 0 40px;
    font-size: 22px;
}

.research-hero {
    text-align: center;
    padding: 100px 20px 60px;
}

    .research-hero h1 {
        font-size: 80px;
        color: #071b3a;
        margin-bottom: 20px;
    }

    .research-hero p {
        font-size: 22px;
        color: #607090;
    }

.ap-header {
    background: linear-gradient(120deg,#061947,#0d2c74);
    color: white;
    padding: 60px;
    display: flex;
    gap: 30px;
    align-items: center;
}

.ap-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #315fe9;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
}

.ap-tabs {
    display: flex;
    gap: 40px;
    background: white;
    padding: 20px 60px;
    border-bottom: 1px solid #ececec;
}

.ap-tab {
    font-weight: 700;
    color: #071b3a;
}

.active {
    color: #315fe9;
}

.overview-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 30px;
    padding: 50px 80px;
}

.overview-card,
.benchmark-card,
.latest-card {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.big-number {
    font-size: 70px;
    font-weight: 800;
    color: #315fe9;
    text-align: center;
}

.small-note {
    text-align: center;
    color: gray;
}

.featured-study {
    background: white;
    border-radius: 20px;
    padding: 40px;
    margin: 40px 80px;
    display: flex;
    gap: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

    .featured-study img {
        width: 300px;
        border-radius: 15px;
    }


.ap-header {
    background: linear-gradient(120deg,#061947,#0d2c74);
    color: white;
    padding: 60px;
    display: flex;
    gap: 30px;
    align-items: center;
}

.ap-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #315fe9;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
}

.ap-tabs {
    display: flex;
    gap: 40px;
    background: white;
    padding: 20px 60px;
    border-bottom: 1px solid #ececec;
}

.ap-tab {
    font-weight: 700;
    color: #071b3a;
}

.active {
    color: #315fe9;
}

.overview-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 30px;
    padding: 50px 80px;
}

.overview-card,
.benchmark-card,
.latest-card {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.big-number {
    font-size: 70px;
    font-weight: 800;
    color: #315fe9;
    text-align: center;
}

.small-note {
    text-align: center;
    color: gray;
}

.featured-study {
    background: white;
    border-radius: 20px;
    padding: 40px;
    margin: 40px 80px;
    display: flex;
    gap: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

    .featured-study img {
        width: 300px;
        border-radius: 15px;
    }

.ap-header {
    background: linear-gradient(120deg,#061947,#0d2c74);
    color: white;
    padding: 60px;
    display: flex;
    gap: 30px;
    align-items: center;
}

.ap-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #315fe9;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
}

.ap-tabs {
    display: flex;
    gap: 40px;
    background: white;
    padding: 20px 60px;
    border-bottom: 1px solid #ececec;
}

.ap-tab {
    font-weight: 700;
    color: #071b3a;
}

.active {
    color: #315fe9;
}

.overview-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 30px;
    padding: 50px 80px;
}

.overview-card,
.benchmark-card,
.latest-card {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.big-number {
    font-size: 70px;
    font-weight: 800;
    color: #315fe9;
    text-align: center;
}

.small-note {
    text-align: center;
    color: gray;
}

.featured-study {
    background: white;
    border-radius: 20px;
    padding: 40px;
    margin: 40px 80px;
    display: flex;
    gap: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

    .featured-study img {
        width: 300px;
        border-radius: 15px;
    }

.ap-header {
    background: linear-gradient(120deg,#061947,#0d2c74);
    color: white;
    padding: 60px;
    display: flex;
    gap: 30px;
    align-items: center;
}

.ap-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #315fe9;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
}

.ap-tabs {
    display: flex;
    gap: 40px;
    background: white;
    padding: 20px 60px;
    border-bottom: 1px solid #ececec;
}

.ap-tab {
    font-weight: 700;
    color: #071b3a;
}

.active {
    color: #315fe9;
}

.overview-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 30px;
    padding: 50px 80px;
}

.overview-card, .benchmark-card, .latest-card {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.big-number {
    font-size: 70px;
    font-weight: 800;
    color: #315fe9;
    text-align: center;
}

.small-note {
    text-align: center;
    color: gray;
}

.featured-study {
    background: white;
    border-radius: 20px;
    padding: 40px;
    margin: 40px 80px;
    display: flex;
    gap: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

    .featured-study img {
        width: 300px;
        border-radius: 15px;
    }

.study-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
    padding: 0 80px 80px;
}

.study-card {
    background: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

    .study-card h2 {
        color: #071b3a;
        margin-bottom: 25px;
    }

    .study-card h3 {
        color: #315fe9;
    }

    .study-card ul {
        padding-left: 20px;
    }

    .study-card li {
        margin-bottom: 15px;
    }

/* =======================================
   AP HEADER
=======================================*/

.ap-header {
    background: linear-gradient(120deg,#061947,#152a74);
    color: white;
    padding: 45px 70px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.ap-icon {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background: #4864f0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 45px;
}

.ap-header h1 {
    margin-bottom: 10px;
    font-size: 58px;
}

.ap-header p {
    color: #dbe4ff;
    font-size: 22px;
}


/* =======================================
   MAIN GRID
=======================================*/

.research-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 30px;
    padding: 50px 70px;
}

.research-card {
    background: white;
    border-radius: 25px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

    .research-card h2 {
        color: #071b3a;
        margin-bottom: 25px;
    }

    .research-card h3 {
        color: #071b3a;
        margin-top: 25px;
    }

    .research-card p {
        color: #5f6c85;
        line-height: 1.8;
    }

    .research-card li {
        margin-bottom: 15px;
    }

.large {
    min-height: 420px;
}


/* =======================================
   BIG STAT
=======================================*/

.big-stat {
    text-align: center;
    font-size: 90px;
    font-weight: 800;
    color: #4864f0;
    margin: 40px 0;
}

.small-note {
    text-align: center;
    color: gray;
    line-height: 1.8;
}


/* =======================================
   TABLE
=======================================*/

.stats-section {
    padding: 0 70px 50px;
}

    .stats-section h2 {
        color: #071b3a;
        margin-bottom: 25px;
    }

table {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    background: white;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

th {
    background: #071b3a;
    color: white;
    padding: 20px;
}

td {
    padding: 18px;
    border-bottom: 1px solid #ececec;
}


/* =======================================
   TAKEAWAYS
=======================================*/

.takeaways {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
    padding: 40px 70px 100px;
}

.takeaway-card {
    background: #071b3a;
    color: white;
    border-radius: 25px;
    padding: 45px;
    text-align: center;
}

.takeaway-number {
    font-size: 70px;
    font-weight: 800;
    color: #4d6cff;
    margin-bottom: 20px;
}


/* =======================================
   RESPONSIVE
=======================================*/

@media(max-width:1200px) {

    .research-grid {
        grid-template-columns: 1fr;
    }

    .takeaways {
        grid-template-columns: repeat(2,1fr);
    }
}

@media(max-width:768px) {

    .ap-header {
        flex-direction: column;
        text-align: center;
    }

    .takeaways {
        grid-template-columns: 1fr;
    }
}

.active-tab {
    background: #315fe9;
    color: white;
}

.coming-soon-card {
    background: white;
    max-width: 1000px;
    margin: 80px auto;
    padding: 70px;
    border-radius: 25px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.coming-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #edf3ff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    margin: auto;
    margin-bottom: 30px;
}

.notify-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

    .notify-row input {
        width: 350px;
        padding: 18px;
        border: 1px solid #d9d9d9;
        border-radius: 12px;
    }

.network-hero {
    text-align: center;
    padding: 80px 20px 50px;
}

    .network-hero h1 {
        color: #0b1f53;
        font-size: 56px;
        margin-bottom: 20px;
    }

    .network-hero p {
        max-width: 700px;
        margin: auto;
        color: #607090;
        font-size: 20px;
    }

.network-grid {
    max-width: 1400px;
    margin: auto;
    padding: 20px 80px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}

.network-card {
    background: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
}

    .network-card h3 {
        color: #071b3a;
        margin-top: 25px;
        margin-bottom: 20px;
    }

    .network-card p {
        color: #607090;
        line-height: 1.8;
    }

.network-icon {
    width: 70px;
    height: 70px;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
}

.visit-link {
    display: inline-block;
    margin-top: 25px;
    text-decoration: none;
    color: #315fe9;
    font-weight: 700;
}

.network-banner {
    max-width: 1400px;
    margin: 60px auto;
    background: white;
    border-radius: 20px;
    padding: 45px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
}

.banner-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #edf3ff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 42px;
}

.banner-text {
    flex: 1;
    padding: 0 40px;
}

    .banner-text h3 {
        color: #071b3a;
        line-height: 1.6;
    }

.outline-btn {
    border: 2px solid #315fe9;
    color: #315fe9;
    padding: 18px 35px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
}

.about-section {
    max-width: 1400px;
    margin: auto;
    padding: 80px;
    display: flex;
    gap: 80px;
    align-items: center;
}

.about-left {
    flex: 1;
}

    .about-left h1 {
        color: #071b3a;
        font-size: 56px;
        margin-bottom: 30px;
    }

    .about-left p {
        color: #5b6b89;
        line-height: 1.9;
        font-size: 18px;
        margin-bottom: 25px;
    }

.about-right {
    flex: 1;
}

    .about-right img {
        width: 100%;
        border-radius: 20px;
        box-shadow: 0 10px 30px rgba(0,0,0,.08);
    }

.about-features {
    max-width: 1400px;
    margin: auto;
    padding: 20px 80px 80px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
}

.feature-card {
    text-align: center;
}

.feature-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
}

.feature-card h3 {
    margin-top: 20px;
    color: #071b3a;
}

.feature-card p {
    color: #607090;
    line-height: 1.8;
}

.about-banner {
    max-width: 1400px;
    margin: 40px auto 80px auto;
    background: #071b3a;
    color: white;
    border-radius: 20px;
    padding: 40px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .about-banner h3 {
        line-height: 1.7;
    }

.banner-text {
    flex: 1;
    padding: 0 40px;
}

.about-banner {
    max-width: 1400px;
    margin: 40px auto 80px auto;
    background: #071b3a;
    color: white;
    border-radius: 20px;
    padding: 40px 60px;
    display: flex;
    align-items: center;
    gap: 40px;
}

.about-banner-text {
    flex: 1;
}

    .about-banner-text h3 {
        color: white;
        font-size: 28px;
        line-height: 1.7;
        margin: 0;
    }

.quote-icon {
    font-size: 60px;
    color: white;
}

.about-main {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 1500px;
    margin: auto;
    padding: 80px;
}

.about-left {
    flex: 1;
}

.about-image {
    flex: 1;
}

    .about-image img {
        width: 100%;
        height: 500px;
        object-fit: cover;
        border-radius: 18px;
        box-shadow: 0 20px 50px rgba(0,0,0,.15);
    }

.topbar {
    height: 86px;
    background: white;
    padding: 0 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 4px 18px rgba(0,0,0,.06);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.brand {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
}

.brand-icon {
    font-size: 32px;
}

.brand-text {
    font-size: 28px;
    font-weight: 800;
    color: #071b3a;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 42px;
}

    .nav-links a {
        color: #071b3a;
        text-decoration: none;
        font-size: 17px;
        font-weight: 650;
        padding: 30px 0;
        border-bottom: 3px solid transparent;
    }

        .nav-links a:hover {
            color: #315fe9;
        }

        .nav-links a.active {
            color: #315fe9;
            border-bottom-color: #315fe9;
        }

.today-topic {
    max-width: 1400px;
    margin: 70px auto 0 auto;
}

    .today-topic h2 {
        text-align: center;
        color: #071b3a;
        font-size: 56px;
        margin-bottom: 50px;
    }

.topic-card {
    background: white;
    border-radius: 25px;
    box-shadow: 0 12px 35px rgba(0,0,0,.08);
    padding: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
}

.topic-left {
    flex: 1;
}

.topic-icon {
    width: 90px;
    height: 90px;
    border-radius: 22px;
    background: #edf3ff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 42px;
    margin-bottom: 30px;
}

.topic-left h3 {
    font-size: 44px;
    color: #071b3a;
    margin-bottom: 25px;
}

.topic-left p {
    color: #5a6785;
    font-size: 20px;
    line-height: 1.8;
    max-width: 700px;
}

.topic-left a {
    display: inline-block;
    margin-top: 35px;
    background: #315fe9;
    color: white;
    text-decoration: none;
    padding: 18px 34px;
    border-radius: 10px;
    font-weight: 700;
}

.topic-right {
    display: flex;
    gap: 25px;
}

.mini-stat {
    background: #f4f7fc;
    border-radius: 20px;
    padding: 35px 40px;
    text-align: center;
    min-width: 180px;
}

.stat-number {
    font-size: 52px;
    font-weight: 800;
    color: #315fe9;
    margin-bottom: 10px;
}

