:root {
    --ink: #142226;
    --ink-soft: #48575b;
    --paper: #f5f4ef;
    --white: #ffffff;
    --line: #d9dedc;
    --brand: #0b62d6;
    --brand-dark: #071f7c;
    --brand-soft: #dcebe5;
    --accent: #b99a55;
    --max: 1180px;
    --radius: 22px;
}

* {
    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, "Segoe UI", sans-serif;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}

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

img {
    max-width: 100%;
}

.shell {
    width: min(calc(100% - 40px), var(--max));
    margin-inline: auto;
}

.skip-link {
    position: fixed;
    z-index: 999;
    left: 16px;
    top: -80px;
    padding: 10px 14px;
    background: var(--ink);
    color: white;
}

.skip-link:focus {
    top: 16px;
}

.site-header {
    position: sticky;
    z-index: 50;
    top: 0;
    background: color-mix(in srgb, var(--paper) 92%, transparent);
    border-bottom: 1px solid rgba(20, 34, 38, .08);
    backdrop-filter: blur(16px);
}

.header-inner {
    min-height: 78px;
    display: flex;
    align-items: center;
    gap: 32px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-right: auto;
}

.brand-mark {
    display: grid;
    place-items: center;
    min-width: 56px;
    height: 42px;
    padding-inline: 8px;
    border-radius: 10px;
    color: white;
    background: var(--brand);
    font-weight: 900;
    letter-spacing: -.04em;
}

.brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}

.brand-copy strong {
    font-size: .88rem;
}

.brand-copy small {
    margin-top: 4px;
    color: var(--ink-soft);
    font-size: .72rem;
}

.desktop-nav {
    display: flex;
    align-items: center;
    gap: 25px;
    font-size: .91rem;
    font-weight: 650;
}

.desktop-nav a,
.text-link {
    transition: color .18s ease;
}

.desktop-nav a:hover,
.text-link:hover {
    color: var(--brand);
}

.header-actions {
    display: flex;
    gap: 18px;
    align-items: center;
    font-size: .9rem;
    font-weight: 700;
}

.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    padding: 0 22px;
    border-radius: 999px;
    background: var(--brand);
    color: white;
    font-weight: 800;
    transition: transform .18s ease, background .18s ease;
}

.button:hover {
    transform: translateY(-1px);
    background: var(--brand-dark);
}

.button-small {
    min-height: 42px;
    padding-inline: 18px;
    font-size: .88rem;
}

.button-ghost {
    color: var(--ink);
    background: transparent;
    border: 1px solid var(--line);
}

.button-ghost:hover {
    color: var(--brand);
    background: white;
}

.hero {
    padding: 72px 0 56px;
}

.hero-grid {
    min-height: 610px;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 55px;
    align-items: stretch;
}

.hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-block: 24px;
}

.eyebrow {
    margin: 0 0 17px;
    color: var(--brand);
    font-size: .76rem;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .15em;
}

.hero h1 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(3.55rem, 7vw, 6.4rem);
    font-weight: 860;
    line-height: .91;
    letter-spacing: -.065em;
}

.hero h1 span {
    display: block;
    color: var(--brand);
}

.hero-intro {
    max-width: 620px;
    margin: 30px 0 0;
    color: var(--ink-soft);
    font-size: clamp(1.08rem, 2vw, 1.28rem);
}

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

.hero-panel {
    position: relative;
    overflow: hidden;
    min-height: 560px;
    padding: 44px;
    border-radius: 34px;
    color: white;
    background:
        radial-gradient(circle at 75% 25%, rgba(255,255,255,.16), transparent 28%),
        linear-gradient(145deg, #0b62d6, #071f7c);
}

.hero-panel::before,
.hero-panel::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 50%;
}

.hero-panel::before {
    width: 390px;
    height: 390px;
    top: -60px;
    right: -170px;
}

.hero-panel::after {
    width: 260px;
    height: 260px;
    right: -40px;
    bottom: -100px;
}

.hero-panel-content {
    position: relative;
    z-index: 2;
    margin-top: 62px;
}

.hero-panel-content p {
    margin: 0;
    font-size: clamp(2.6rem, 5vw, 4.7rem);
    font-weight: 850;
    line-height: .98;
    letter-spacing: -.055em;
}

.hero-panel-content p:nth-child(2) {
    color: #c8dfd5;
}

.hero-panel-content p:nth-child(3) {
    color: #d7bf88;
}

.hero-panel-note {
    position: absolute;
    z-index: 2;
    right: 38px;
    bottom: 38px;
    left: 38px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.26);
    color: rgba(255,255,255,.76);
    font-size: .9rem;
}

.section {
    padding: 92px 0;
}

.section-heading {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 60px;
    align-items: end;
    margin-bottom: 45px;
}

.section-heading h2,
.panel h2,
.join-section h2 {
    margin: 0;
    font-size: clamp(2.15rem, 4vw, 3.8rem);
    line-height: 1;
    letter-spacing: -.05em;
}

.section-heading > p {
    max-width: 500px;
    margin: 0;
    color: var(--ink-soft);
    font-size: 1rem;
}

.pillars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--line);
}

.pillar-card {
    min-height: 315px;
    padding: 34px 30px 28px 0;
    border-right: 1px solid var(--line);
}

.pillar-card + .pillar-card {
    padding-left: 30px;
}

.pillar-card:last-child {
    border-right: 0;
}

.card-number,
.resource-card > span {
    display: inline-block;
    margin-bottom: 50px;
    color: var(--brand);
    font-size: .76rem;
    font-weight: 850;
    letter-spacing: .1em;
}

.pillar-card h3 {
    margin: 0 0 12px;
    font-size: 1.48rem;
}

.pillar-card p {
    min-height: 72px;
    margin: 0;
    color: var(--ink-soft);
}

.pillar-card a {
    display: inline-block;
    margin-top: 28px;
    color: var(--brand);
    font-size: .88rem;
    font-weight: 800;
}

.quick-section {
    padding: 10px 0 80px;
}

.quick-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.quick-card {
    position: relative;
    min-height: 190px;
    padding: 25px;
    border-radius: 18px;
    background: white;
    border: 1px solid rgba(20,34,38,.07);
    transition: transform .18s ease, box-shadow .18s ease;
}

.quick-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(20,34,38,.08);
}

.quick-card > span:first-child {
    color: var(--brand);
    font-size: .75rem;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.quick-card strong {
    display: block;
    margin-top: 46px;
    max-width: 190px;
    line-height: 1.25;
}

.quick-card .arrow {
    position: absolute;
    right: 23px;
    bottom: 20px;
    color: var(--brand);
    font-size: 1.3rem;
}

.news-section {
    background: white;
}

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

.section-link {
    color: var(--brand);
    font-weight: 800;
}

.news-grid {
    display: grid;
    grid-template-columns: 1.35fr .65fr;
    gap: 45px;
}

.news-card-featured {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    min-height: 400px;
    overflow: hidden;
    border-radius: var(--radius);
    background: var(--paper);
}

.news-image {
    min-height: 300px;
    display: grid;
    place-items: center;
}

.news-image-main {
    color: rgba(255,255,255,.85);
    background:
        linear-gradient(135deg, rgba(11,98,214,.96), rgba(7,31,124,.94));
}

.news-image-main span {
    font-size: 4rem;
    font-weight: 900;
    letter-spacing: -.07em;
}

.news-content {
    padding: 36px;
}

.meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    color: var(--ink-soft);
    font-size: .73rem;
    text-transform: uppercase;
    letter-spacing: .07em;
}

.meta span {
    color: var(--brand);
    font-weight: 850;
}

.news-content h3 {
    margin: 45px 0 15px;
    font-size: 1.75rem;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.news-content p {
    color: var(--ink-soft);
}

.news-content > a {
    display: inline-block;
    margin-top: 15px;
    color: var(--brand);
    font-weight: 800;
}

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

.news-row {
    position: relative;
    padding: 25px 45px 28px 0;
    border-bottom: 1px solid var(--line);
}

.news-row h3 {
    margin: 14px 0 0;
    font-size: 1.16rem;
    line-height: 1.25;
}

.news-row > a {
    position: absolute;
    right: 5px;
    bottom: 30px;
    color: var(--brand);
    font-size: 1.35rem;
}

.split-section {
    background: #e9ece8;
}

.split-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.panel {
    min-height: 490px;
    padding: 42px;
    border-radius: var(--radius);
    background: white;
}

.panel-dark {
    color: white;
    background: var(--ink);
}

.panel-dark .eyebrow,
.panel-dark .panel-heading a {
    color: #9cc9bd;
}

.panel-heading {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: flex-start;
    margin-bottom: 46px;
}

.panel-heading h2 {
    font-size: 2.5rem;
}

.panel-heading a {
    color: var(--brand);
    font-size: .82rem;
    font-weight: 800;
}

.compact-story {
    padding: 22px 0;
    border-top: 1px solid var(--line);
}

.compact-story time {
    color: var(--ink-soft);
    font-size: .73rem;
}

.compact-story h3 {
    margin: 10px 0 8px;
    font-size: 1.18rem;
}

.compact-story p {
    margin: 0;
    color: var(--ink-soft);
}

.event {
    display: grid;
    grid-template-columns: 82px 1fr;
    gap: 24px;
    align-items: center;
    padding: 24px 0;
    border-top: 1px solid rgba(255,255,255,.16);
}

.event-date {
    text-align: center;
}

.event-date strong {
    display: block;
    font-size: 2.4rem;
    line-height: 1;
}

.event-date span {
    color: #9cc9bd;
    font-size: .72rem;
    font-weight: 850;
    letter-spacing: .12em;
}

.event p {
    margin: 0 0 5px;
    color: #9cc9bd;
    font-size: .75rem;
    text-transform: uppercase;
}

.event h3 {
    margin: 0;
    font-size: 1.15rem;
}

.resource-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.resource-card {
    min-height: 300px;
    padding: 32px;
    border-radius: var(--radius);
    color: white;
    background: var(--brand);
    transition: transform .18s ease;
}

.resource-card:nth-child(2) {
    background: #28545a;
}

.resource-card:nth-child(3) {
    background: var(--ink);
}

.resource-card:hover {
    transform: translateY(-3px);
}

.resource-card > span {
    color: rgba(255,255,255,.65);
}

.resource-card h3 {
    margin: 20px 0 10px;
    font-size: 1.5rem;
}

.resource-card p {
    color: rgba(255,255,255,.73);
}

.resource-card strong {
    display: inline-block;
    margin-top: 25px;
    font-size: .85rem;
}

.benefits-section {
    background: white;
}

.benefits-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 90px;
    align-items: start;
}

.benefits-grid h2 {
    margin: 0;
    font-size: clamp(2.6rem, 5vw, 4.8rem);
    line-height: .95;
    letter-spacing: -.055em;
}

.large-copy {
    max-width: 560px;
    margin-top: 28px;
    color: var(--ink-soft);
    font-size: 1.1rem;
}

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

.benefits-list > div {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 20px;
    padding: 24px 0;
    border-bottom: 1px solid var(--line);
}

.benefits-list strong {
    color: var(--brand);
    font-size: .75rem;
}

.benefits-list span {
    font-size: 1.12rem;
    font-weight: 720;
}

.join-section {
    padding: 82px 0;
    color: white;
    background: var(--brand);
}

.join-section .eyebrow {
    color: #b8dace;
}

.join-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 60px;
    align-items: center;
}

.join-inner h2 {
    max-width: 750px;
    font-size: clamp(2.4rem, 5vw, 4.7rem);
}

.join-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.button-light {
    color: var(--brand);
    background: white;
}

.button-light:hover {
    color: var(--brand-dark);
    background: #f4f4f0;
}

.join-link {
    font-size: .84rem;
    font-weight: 700;
}

.site-footer {
    padding: 65px 0 100px;
    color: rgba(255,255,255,.75);
    background: #061734;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr repeat(3, 1fr);
    gap: 50px;
}

.footer-brand {
    color: white;
    font-size: 2.4rem;
    font-weight: 900;
    letter-spacing: -.06em;
}

.footer-grid > div:not(:first-child) {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.footer-grid strong {
    margin-bottom: 8px;
    color: white;
    font-size: .9rem;
}

.footer-grid a {
    font-size: .84rem;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 55px;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,.12);
    font-size: .78rem;
}

.footer-bottom div {
    display: flex;
    gap: 20px;
}

.mobile-nav {
    display: none;
}

@media (max-width: 980px) {
    .desktop-nav {
        display: none;
    }

    .hero-grid,
    .section-heading,
    .news-grid,
    .benefits-grid,
    .join-inner {
        grid-template-columns: 1fr;
    }

    .hero-grid {
        min-height: auto;
    }

    .hero-panel {
        min-height: 420px;
    }

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

    .news-card-featured {
        grid-template-columns: 1fr;
    }

    .pillars,
    .resource-grid {
        grid-template-columns: 1fr;
    }

    .pillar-card,
    .pillar-card + .pillar-card {
        min-height: auto;
        padding: 30px 0;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .card-number {
        margin-bottom: 25px;
    }

    .split-grid {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: 1.5fr 1fr 1fr;
    }

    .footer-grid > div:last-child {
        display: none;
    }
}

@media (max-width: 680px) {
    body {
        padding-bottom: 68px;
    }

    .shell {
        width: min(calc(100% - 28px), var(--max));
    }

    .site-header {
        position: relative;
    }

    .header-inner {
        min-height: 68px;
    }

    .brand-copy,
    .header-actions .text-link {
        display: none;
    }

    .brand-mark {
        min-width: 52px;
    }

    .header-actions {
        margin-left: auto;
    }

    .hero {
        padding: 42px 0 35px;
    }

    .hero-grid {
        gap: 30px;
    }

    .hero h1 {
        font-size: clamp(3rem, 15vw, 4.4rem);
    }

    .hero-intro {
        font-size: 1rem;
    }

    .hero-actions .button {
        width: 100%;
    }

    .hero-panel {
        min-height: 350px;
        padding: 28px;
        border-radius: 24px;
    }

    .hero-panel-content {
        margin-top: 30px;
    }

    .hero-panel-content p {
        font-size: 2.8rem;
    }

    .section {
        padding: 68px 0;
    }

    .section-heading {
        gap: 20px;
        margin-bottom: 32px;
    }

    .section-heading h2,
    .panel h2 {
        font-size: 2.25rem;
    }

    .quick-grid {
        grid-template-columns: 1fr;
    }

    .quick-card {
        min-height: 150px;
    }

    .news-content,
    .panel,
    .resource-card {
        padding: 25px;
    }

    .news-content h3 {
        margin-top: 28px;
    }

    .news-grid {
        gap: 28px;
    }

    .panel {
        min-height: auto;
    }

    .panel-heading {
        margin-bottom: 30px;
    }

    .resource-grid {
        gap: 10px;
    }

    .benefits-grid {
        gap: 45px;
    }

    .join-inner {
        gap: 35px;
    }

    .join-actions {
        align-items: stretch;
    }

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

    .footer-grid > div:first-child {
        grid-column: 1 / -1;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 12px;
    }

    .mobile-nav {
        position: fixed;
        z-index: 100;
        right: 0;
        bottom: 0;
        left: 0;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        padding: 7px 8px calc(7px + env(safe-area-inset-bottom));
        border-top: 1px solid rgba(20,34,38,.1);
        background: rgba(255,255,255,.96);
        backdrop-filter: blur(16px);
    }

    .mobile-nav a {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2px;
        color: var(--ink-soft);
        font-size: .66rem;
        font-weight: 700;
    }

    .mobile-nav span {
        color: var(--brand);
        font-size: 1.18rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        transition: none !important;
    }
}

/* APL MOCKUP TOP START */

.mockup-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255,255,255,.98);
    border-bottom: 1px solid rgba(7,31,124,.08);
    box-shadow: 0 4px 22px rgba(7,31,124,.05);
    backdrop-filter: blur(14px);
}

.mockup-header .mockup-header-inner {
    width: min(calc(100% - 48px), 1500px);
    min-height: 92px;
    gap: 24px;
}

.brand-official {
    flex: 0 1 430px;
    min-width: 250px;
    margin-right: auto;
}

.brand-official img {
    display: block;
    width: min(100%, 430px);
    height: auto;
    max-height: 74px;
    object-fit: contain;
    object-position: left center;
}

.brand-fallback {
    color: #071f7c;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.1;
}

.mockup-nav {
    gap: 18px;
    color: #071f7c;
    font-size: .72rem;
    font-weight: 820;
    text-transform: uppercase;
    white-space: nowrap;
}

.mockup-nav a {
    position: relative;
    padding: 35px 0 31px;
}

.mockup-nav a::after {
    content: "";
    position: absolute;
    right: 50%;
    bottom: 20px;
    left: 50%;
    height: 3px;
    border-radius: 99px;
    background: #1687ed;
    transition: left .18s ease, right .18s ease;
}

.mockup-nav a:hover::after,
.mockup-nav .is-active::after {
    right: 0;
    left: 0;
}

.mockup-header-actions {
    gap: 12px;
}

.header-search {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    color: #071f7c;
    font-size: 1.55rem;
    font-weight: 800;
}

.area-reserved {
    min-height: 45px;
    padding-inline: 22px;
    border-radius: 8px;
    background: #1068d8;
    box-shadow: 0 8px 20px rgba(16,104,216,.18);
    text-transform: uppercase;
    letter-spacing: .04em;
}

.area-reserved:hover {
    background: #071f7c;
}

.mockup-hero {
    position: relative;
    overflow: hidden;
    padding: 0;
    color: #fff;
    background:
        radial-gradient(circle at 62% 18%, rgba(76,188,255,.34), transparent 28%),
        radial-gradient(circle at 88% 70%, rgba(26,136,231,.34), transparent 34%),
        linear-gradient(118deg, #041946 0%, #063a89 47%, #0786d9 100%);
}

.mockup-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(115deg, rgba(0,0,0,.08), transparent 45%),
        radial-gradient(circle at 48% 80%, rgba(255,255,255,.07), transparent 34%);
}

.hero-mockup-grid {
    position: relative;
    z-index: 2;
    min-height: 585px;
    display: grid;
    grid-template-columns: 1.02fr .98fr;
    gap: 30px;
    align-items: stretch;
}

.mockup-hero-copy {
    position: relative;
    z-index: 4;
    justify-content: center;
    padding: 72px 0 54px;
}

.hero-kicker {
    margin: 0 0 20px;
    color: rgba(255,255,255,.88);
    font-size: .74rem;
    font-weight: 750;
    text-transform: uppercase;
    letter-spacing: .34em;
}

.mockup-hero h1 {
    max-width: 700px;
    margin: 0;
    color: white;
    font-size: clamp(3.8rem, 6vw, 6.3rem);
    font-weight: 900;
    line-height: .89;
    letter-spacing: -.065em;
}

.mockup-hero h1 span {
    display: block;
    color: #55baff;
}

.hero-community {
    margin: 18px 0 0;
    color: white;
    font-size: clamp(1.4rem, 2.4vw, 2.1rem);
    font-weight: 820;
    letter-spacing: -.025em;
}

.mockup-hero .hero-intro {
    max-width: 650px;
    margin-top: 22px;
    color: rgba(255,255,255,.88);
    font-size: 1.08rem;
    line-height: 1.55;
}

.mockup-hero .hero-actions {
    margin-top: 28px;
}

.mockup-hero .hero-primary,
.mockup-hero .hero-secondary {
    min-height: 55px;
    padding-inline: 27px;
    border-radius: 999px;
}

.mockup-hero .hero-primary {
    color: #071f7c;
    background: #f5c62b;
}

.mockup-hero .hero-primary:hover {
    color: #071f7c;
    background: #ffda53;
}

.mockup-hero .hero-secondary {
    color: white;
    background: rgba(2,22,66,.25);
    border: 1px solid rgba(255,255,255,.75);
}

.mockup-hero .hero-secondary:hover {
    color: white;
    background: rgba(2,22,66,.6);
}

.hero-values {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    max-width: 720px;
    margin-top: 34px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.16);
}

.hero-values span {
    color: rgba(255,255,255,.77);
    font-size: .68rem;
    font-weight: 760;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.hero-mascot-stage {
    position: relative;
    min-height: 585px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.hero-mascot {
    position: relative;
    z-index: 3;
    display: block;
    width: auto;
    max-width: 100%;
    height: min(610px, 100%);
    max-height: 610px;
    object-fit: contain;
    object-position: bottom center;
    filter: drop-shadow(0 22px 24px rgba(2,14,49,.28));
}

.hero-motto {
    position: absolute;
    z-index: 4;
    top: 72px;
    right: 2px;
    margin: 0;
    transform: rotate(-5deg);
    color: white;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.45rem;
    font-style: italic;
    line-height: 1.15;
    text-align: center;
}

.hero-badge-watermark {
    position: absolute;
    z-index: 1;
    top: 55px;
    right: -65px;
    width: 350px;
    opacity: .17;
    transform: rotate(8deg);
}

.hero-badge-watermark img {
    width: 100%;
    height: auto;
}

.news-image-main {
    background:
        linear-gradient(
            135deg,
            rgba(11,98,214,.96),
            rgba(7,31,124,.94)
        );
}

@media (max-width: 1240px) {
    .brand-official {
        flex-basis: 320px;
    }

    .mockup-nav {
        gap: 12px;
        font-size: .66rem;
    }

    .mockup-header .mockup-header-inner {
        gap: 16px;
    }
}

@media (max-width: 1040px) {
    .mockup-header .desktop-nav {
        display: none;
    }

    .brand-official {
        flex-basis: 360px;
    }

    .hero-mockup-grid {
        grid-template-columns: 1fr .8fr;
    }

    .hero-values {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 760px) {
    .mockup-header .mockup-header-inner {
        min-height: 72px;
        width: min(calc(100% - 28px), 1500px);
    }

    .brand-official {
        flex-basis: 245px;
        min-width: 0;
    }

    .brand-official img {
        max-height: 55px;
    }

    .mockup-header-actions .header-search {
        display: none;
    }

    .area-reserved {
        min-height: 40px;
        padding-inline: 13px;
        font-size: .69rem;
    }

    .hero-mockup-grid {
        min-height: auto;
        grid-template-columns: 1fr;
        gap: 0;
    }

    .mockup-hero-copy {
        padding: 52px 0 24px;
    }

    .mockup-hero h1 {
        font-size: clamp(3rem, 14vw, 4.6rem);
    }

    .hero-community {
        font-size: 1.42rem;
    }

    .hero-values {
        grid-template-columns: 1fr 1fr;
        margin-top: 28px;
    }

    .hero-mascot-stage {
        min-height: 430px;
    }

    .hero-mascot {
        max-height: 445px;
    }

    .hero-motto {
        top: 38px;
        right: 8px;
        font-size: 1.15rem;
    }

    .hero-badge-watermark {
        top: auto;
        right: -90px;
        bottom: 20px;
        width: 280px;
    }
}

/* APL MOCKUP TOP END */

/* PL HERO MASCOT HALF-BUST START */

.hero-mascot-stage {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.hero-mascot-stage .hero-mascot {
    position: absolute;
    z-index: 3;
    right: 50%;
    bottom: -230px;
    width: 610px;
    max-width: none;
    height: auto;
    transform: translateX(50%);
    filter: drop-shadow(0 22px 24px rgba(2,14,49,.28));
}

@media (max-width: 1040px) {
    .hero-mascot-stage .hero-mascot {
        bottom: -205px;
        width: 550px;
    }
}

@media (max-width: 760px) {
    .hero-mascot-stage {
        min-height: 410px;
    }

    .hero-mascot-stage .hero-mascot {
        bottom: -175px;
        width: 475px;
    }
}

/* PL HERO MASCOT HALF-BUST END */
