:root{

    --navy:#16263f;
    --navy-light:#233a58;

    --gold:#e3c46b;

    --gold-dark:#d2aa41;

    --red:#c92a2a;

    --white:#ffffff;

    --gray:#68768a;

    --light:#f6f8fb;

    --border:#e7ebf2;

}
/* ==========================================
   Shared Header
========================================== */

.site-header{
    position:sticky;
    top:0;
    z-index:999;
    background:#10233b;
    border-bottom:4px solid #d8b14b;
    box-shadow:0 4px 12px rgba(0,0,0,.15);
}

.site-header .container{
    max-width:1400px;
    margin:auto;
    padding:0 20px;
    height:72px;
    display:flex;
    justify-content:space-between;
    align-items:center;

}

.logo{
    color:#fff;
    font-size:28px;
    font-weight:800;
    text-decoration:none;
    letter-spacing:.5px;

}

.main-nav{
    display:flex;
    gap:30px;

}

.main-nav a{
    color:#fff;
    text-decoration:none;
    font-weight:700;
    font-size:15px;
    transition:.25s;

}

.main-nav a:hover{
    color:#d8b14b;

}

@media(max-width:900px){

.main-nav{

    display:none;

}

}

  
 /* =========================================================
   Mobile bottom navigation
========================================================= */

.mobile-bottom-nav {
    display: none;
}

@media (max-width: 1024px) {

    body {
        padding-bottom: 90px;
    }

    .mobile-bottom-nav {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 5000;

        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));

        min-height: 78px;
        padding: 6px 8px calc(6px + env(safe-area-inset-bottom));

        background: #10233b;
        border-top: 3px solid #d8b14b;
        box-shadow: 0 -5px 18px rgba(0, 0, 0, 0.2);
    }

    .mobile-bottom-nav a,
    .mobile-bottom-nav button {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        gap: 5px;

        min-width: 0;
        min-height: 64px;

        margin: 0;
        padding: 7px 5px;

        border: 0;
        border-radius: 13px;

        background: transparent;
        color: #ffffff;

        font: inherit;
        text-align: center;
        text-decoration: none;
        cursor: pointer;

        transition:
            background 0.2s ease,
            color 0.2s ease,
            transform 0.2s ease;
    }

    .mobile-bottom-nav a:hover,
    .mobile-bottom-nav button:hover,
    .mobile-bottom-nav a:focus-visible,
    .mobile-bottom-nav button:focus-visible {
        background: #284665;
        color: #ffffff;
        transform: translateY(-1px);
    }

    .mobile-bottom-nav a.active {
        background: #315273;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    }

    .mobile-bottom-nav a.active i {
        color: #d8b14b;
    }

    .mobile-bottom-nav i {
        display: block;
        font-size: 25px;
        line-height: 1;
    }

    .mobile-bottom-nav span {
        font-size: 13px;
        font-weight: 800;
        line-height: 1;
    }

} 
  


        * {
            box-sizing: border-box;
        }

        body {
            margin: 0;
            background: #f4f6f8;
            color: #1d2733;
            font-family: Arial, Helvetica, sans-serif;
        }
		

        .results-page {
			width: min(1500px, calc(100% - 30px));
			margin: 35px auto 60px;
         
        }

        .results-heading {
            margin-bottom: 22px;
        }

        .results-heading h1 {
            margin: 0 0 8px;
            font-size: clamp(28px, 5vw, 46px);
        }

        .results-heading p {
            margin: 0;
            color: #687585;
        }

        .results-filter {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
            gap: 12px;
            align-items: end;
            margin-bottom: 24px;
            padding: 18px;
            background: #ffffff;
            border-radius: 12px;
            box-shadow: 0 6px 22px rgba(0, 0, 0, 0.07);
        }

        .results-filter label {
            display: block;
            margin-bottom: 7px;
            font-size: 13px;
            font-weight: 700;
            text-transform: uppercase;
        }

        .results-filter select,
        .results-filter button {
            width: 100%;
            min-height: 44px;
            border-radius: 8px;
            font-size: 16px;
        }

        .results-filter select {
            padding: 8px 10px;
            border: 1px solid #ccd3da;
            background: #ffffff;
        }

        .results-filter button {
            padding: 10px 20px;
            border: 0;
            background: #c62828;
            color: #ffffff;
            font-weight: 700;
            cursor: pointer;
        }

        .summary-grid {
            display: grid;
            grid-template-columns: repeat(6, minmax(0, 1fr));
            gap: 12px;
            margin-bottom: 24px;
        }

        .summary-card {
            min-width: 0;
            padding: 18px 14px;
            background: #ffffff;
            border-radius: 12px;
            text-align: center;
            box-shadow: 0 6px 22px rgba(0, 0, 0, 0.07);
        }

        .summary-card span {
            display: block;
            margin-bottom: 7px;
            color: #708090;
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
        }

        .summary-card strong {
            display: block;
            font-size: 25px;
        }

        .summary-card small {
            display: block;
            margin-top: 6px;
            color: #7c8794;
            line-height: 1.35;
        }

        .table-wrap {
			width: 100%;
            overflow-x: auto;
            background: #ffffff;
            border-radius: 12px;
            box-shadow: 0 6px 22px rgba(0, 0, 0, 0.07);
			-webkit-overflow-scrolling: touch;
        }

        .results-table {
            width: 100%;
            min-width: 1000px;
            border-collapse: collapse;
        }

        .results-table th,
        .results-table td {
            padding: 12px 10px;
            border-bottom: 1px solid #e8edf1;
            text-align: left;
            white-space: nowrap;
        }

        .results-table th {
            background: #202a35;
            color: #ffffff;
            font-size: 12px;
            text-transform: uppercase;
        }

        .result-win {
            color: #157a35;
            font-weight: 700;
        }

        .result-loss {
            color: #bd2026;
            font-weight: 700;
        }

        .result-push {
            color: #9a6a00;
            font-weight: 700;
        }

        .positive-profit {
            color: #157a35;
            font-weight: 700;
        }

        .negative-profit {
            color: #bd2026;
            font-weight: 700;
        }

        .empty-results {
            padding: 30px;
            text-align: center;
            color: #687585;
        }

        @media (max-width: 900px) {

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

        }

        @media (max-width: 650px) {

            .results-page {
                width: min(100% - 20px, 1180px);
                margin-top: 22px;
            }

            .results-filter {
                grid-template-columns: 1fr;
            }

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

            .summary-card strong {
                font-size: 21px;
            }

        }
		
		/* Phone only: hide the full historical plays table */
@media (max-width: 767px) {

    .results-table-wrapper,
    .results-scroll-hint {
        display: none;
    }

}

.results-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 767px) {

    .results-table-wrapper {
        display: none;
    }

}

.results-active-filters {
    margin: 0 0 14px;
    padding: 12px 16px;
    background: #ffffff;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    color: #1f2b38;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.results-active-filters span {
    margin: 0 7px;
    color: #8a96a3;
}

.conference-page {
    width: min(1400px, calc(100% - 30px));
    margin: 35px auto 60px;
}

.conference-heading {
    margin-bottom: 24px;
}

.conference-heading h1 {
    margin: 0 0 8px;
    font-size: clamp(30px, 5vw, 46px);
}

.conference-heading p {
    margin: 0;
    color: #687585;
    line-height: 1.6;
}

.conference-filter {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
    gap: 12px;
    align-items: end;
    margin-bottom: 24px;
    padding: 18px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.07);
}

.conference-filter label {
    display: block;
    margin-bottom: 7px;
    font-weight: 700;
}

.conference-filter select,
.conference-filter button {
    width: 100%;
    min-height: 44px;
    border-radius: 8px;
    font-size: 16px;
}

.conference-filter select {
    padding: 8px 10px;
    border: 1px solid #ccd3da;
    background: #fff;
}

.conference-filter button {
    padding: 10px 20px;
    border: 0;
    background: #c62828;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.conference-summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 24px;
}

.conference-stat {
    padding: 20px;
    text-align: center;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.07);
}

.conference-stat span {
    display: block;
    margin-bottom: 8px;
    color: #687585;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.conference-stat strong {
    font-size: 28px;
    white-space: nowrap;
}

.conference-table-wrapper {
    overflow-x: auto;
}

.conference-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.conference-table th,
.conference-table td {
    padding: 14px 16px;
    border-bottom: 1px solid #e5e8eb;
    text-align: left;
}

.conference-table th {
    background: #f4f6f8;
}

.positive-profit {
    color: #16823c;
    font-weight: 800;
}

.negative-profit {
    color: #c62828;
    font-weight: 800;
}

@media (max-width: 767px) {

    .conference-filter,
    .conference-summary {
        grid-template-columns: 1fr;
    }

}	

.research-page {
    width: min(1400px, calc(100% - 30px));
    margin: 35px auto 60px;
}

.research-heading {
    margin-bottom: 28px;
}

.research-heading h1 {
    margin: 0 0 10px;
    font-size: clamp(30px, 5vw, 48px);
}

.research-heading p {
    max-width: 900px;
    margin: 0;
    color: #687585;
    line-height: 1.7;
    font-size: 17px;
}

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

.research-card {
    display: block;
    padding: 26px;
    color: inherit;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid #e4e8ec;
    border-radius: 14px;
    box-shadow: 0 7px 24px rgba(0, 0, 0, 0.07);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.research-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 11px 30px rgba(0, 0, 0, 0.11);
}

.research-card h2 {
    margin: 0 0 12px;
    font-size: 24px;
}

.research-card p {
    margin: 0 0 18px;
    color: #687585;
    line-height: 1.65;
}

.research-card span {
    color: #c62828;
    font-weight: 800;
}

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

/* =========================================================
   Full-screen mobile menu
========================================================= */

.mobile-menu-panel {
    position: fixed;
    inset: 0;
    z-index: 10000;

    display: block;
    width: 100%;
    min-height: 100dvh;

    background: #10233b;
    overflow-y: auto;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transform: translateY(18px);

    transition:
        opacity 0.22s ease,
        visibility 0.22s ease,
        transform 0.22s ease;
}

.mobile-menu-panel.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.mobile-menu-inner {
    width: min(100% - 34px, 560px);
    margin: 0 auto;
    padding: 92px 0 120px;
}

.mobile-menu-brand {
    margin-bottom: 26px;
    text-align: center;
}

.mobile-menu-brand span {
    display: block;
    margin-bottom: 7px;

    color: #d8b14b;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.mobile-menu-brand strong {
    display: block;

    color: #ffffff;
    font-size: clamp(1.8rem, 7vw, 2.4rem);
    font-weight: 900;
    line-height: 1.1;
}

.mobile-menu-links {
    display: grid;
    gap: 0;
}

.mobile-menu-links a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;

    min-height: 58px;
    padding: 14px 16px;

    color: #ffffff;
    font-size: 1.02rem;
    font-weight: 800;
    text-decoration: none;

    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 0;

    transition:
        background 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.mobile-menu-links a:last-child {
    border-bottom: 0;
}

.mobile-menu-links a i {
    width: 24px;

    color: #d8b14b;
    font-size: 1.15rem;
    text-align: center;
}

.mobile-menu-links a:hover,
.mobile-menu-links a:focus-visible {
    background: rgba(255, 255, 255, 0.08);
}

.mobile-menu-links a.active {
    margin: 5px 0;

    color: #ffffff;
    background: #315273;
    border-bottom-color: transparent;
    border-radius: 12px;

    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.mobile-menu-links a.active i {
    color: #d8b14b;
}

.mobile-menu-close {
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 10001;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1px;

    padding: 5px 8px;

    color: #ffffff;
    font: inherit;
    font-weight: 800;

    background: transparent;
    border: 0;
    cursor: pointer;
}

.mobile-menu-close i {
    color: #d8b14b;
    font-size: 1.9rem;
    line-height: 1;
}

.mobile-menu-close span {
    font-size: 0.78rem;
}

body.mobile-menu-open {
    overflow: hidden;
}


.segment-page {
    width: min(1400px, calc(100% - 30px));
    margin: 35px auto 60px;
}

.segment-heading {
    margin-bottom: 24px;
}

.segment-heading h1 {
    margin: 0 0 8px;
    font-size: clamp(30px, 5vw, 46px);
}

.segment-heading p {
    margin: 0;
    color: #687585;
    line-height: 1.6;
}

.segment-table-wrapper {
    overflow-x: auto;
    border-radius: 12px;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.07);
}

.segment-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
}

.segment-table th,
.segment-table td {
    padding: 15px 16px;
    border-bottom: 1px solid #e5e8eb;
    text-align: left;
    white-space: nowrap;
}

.segment-table th {
    background: #f4f6f8;
}

.view-plays-link {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 7px;
    background: #c62828;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
}

.view-plays-link:hover {
    background: #9f1f1f;
}

@media (max-width: 767px) {
    .segment-page {
        width: min(100% - 20px, 1400px);
    }
}

/* =========================================================
   Homepage shared layout
========================================================= */

.home-shell {
    width: min(1400px, calc(100% - 30px));
    margin: 0 auto;
}

.home-eyebrow {
    display: inline-block;
    margin-bottom: 10px;
	color: var(--navy);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-hero .home-eyebrow,
.app-teaser-section .home-eyebrow {
    color: var(--gold);
}

.home-section-heading {
    max-width: 850px;
    margin-bottom: 30px;
}

.home-section-heading h2 {
    margin: 0 0 12px;
    color: var(--navy);
    font-size: clamp(30px, 5vw, 48px);
    line-height: 1.12;
}

.home-section-heading p {
    margin: 0;
    color: #687585;
    font-size: 17px;
    line-height: 1.7;
}


/* =========================================================
   Homepage hero
========================================================= */

.home-hero {
    padding: 72px 0;
    color: #ffffff;
    background:
        linear-gradient(
            135deg,
            rgba(16, 35, 59, 0.98),
            rgba(24, 53, 86, 0.94)
        );
    border-bottom: 5px solid #d8b14b;
}

.home-hero .home-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
    gap: 45px;
    align-items: center;
}

.home-hero-content h1 {
    max-width: 850px;
    margin: 0 0 20px;
    font-size: clamp(38px, 6vw, 68px);
    line-height: 1.05;
}

.home-hero-content p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    line-height: 1.75;
}

.home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.home-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 20px;
    border-radius: 9px;
    font-weight: 800;
    text-decoration: none;
    transition:
        transform 0.2s ease,
        background 0.2s ease;
}

.home-button:hover {
    transform: translateY(-2px);
}

.home-button-primary {
    background: var(--red);
    color: var(--white);
}

.home-button-primary:hover {
    background: #a52020;
}

.home-button-secondary {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.38);
    background: rgba(255, 255, 255, 0.08);
}

.home-hero-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.home-hero-stats article {
    padding: 22px 16px;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 14px;
    backdrop-filter: blur(5px);
}

.home-hero-stats strong {
    display: block;
    margin-bottom: 6px;
    color: #ffffff;
    font-size: 31px;
}

.home-hero-stats span {
    color: rgba(255, 255, 255, 0.76);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}


/* =========================================================
   Historical performance
========================================================= */

.home-performance {
    padding: 70px 0;
    background: #f4f6f8;
}

.home-overall-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 28px;
}

.home-overall-grid article {
    padding: 20px 14px;
    text-align: center;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.07);
}

.home-overall-grid span {
    display: block;
    margin-bottom: 8px;
    color: #687585;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.home-overall-grid strong {
    color: #10233b;
    font-size: 25px;
    white-space: nowrap;
}

.home-sport-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.home-sport-card {
    padding: 24px;
    background: #ffffff;
    border: 1px solid #e2e7eb;
    border-radius: 14px;
    box-shadow: 0 7px 24px rgba(0, 0, 0, 0.06);
}

.home-sport-card h3 {
    margin: 0 0 14px;
    color: #10233b;
    font-size: 25px;
}

.home-sport-record {
    display: block;
    margin-bottom: 8px;
    color: #10233b;
    font-size: 27px;
}

.home-sport-card > span {
    display: block;
    margin: 6px 0;
}

.home-sport-card a {
    display: inline-block;
    margin-top: 15px;
    color: #c62828;
    font-weight: 800;
    text-decoration: none;
}


/* =========================================================
   Research path cards
========================================================= */

.home-research-paths {
    padding: 70px 0;
    background: #ffffff;
}

.home-path-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.home-path-card {
    display: block;
    padding: 26px;
    color: inherit;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid #e0e5e9;
    border-radius: 14px;
    box-shadow: 0 7px 24px rgba(0, 0, 0, 0.06);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.home-path-card:hover {
	transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.10);
    border-color:var(--gold-dark);
   
}

.home-path-card:hover .home-path-link{

    color:var(--navy);

}

.home-path-card i {
    margin-bottom: 16px;
    color: var(--navy);
    font-size: 31px;
}

.home-path-card h3 {
    margin: 0 0 10px;
    color: var(--navy);
    font-size: 23px;
}

.home-path-card p {
    margin: 0 0 18px;
    color: var(--gray);
    line-height: 1.65;
}

.home-path-card span {
    color: var(--red);
    font-weight: 800;
}


/* =========================================================
   Homepage responsive
========================================================= */

@media (max-width: 1100px) {

    .home-hero .home-shell {
        grid-template-columns: 1fr;
    }

    .home-overall-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

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

@media (max-width: 700px) {

    .home-hero {
        padding: 50px 0;
    }

    .home-hero-stats,
    .home-overall-grid,
    .home-sport-grid,
    .home-path-grid {
        grid-template-columns: 1fr;
    }

    .home-hero-actions {
        flex-direction: column;
    }

    .home-button {
        width: 100%;
    }

    .home-section-heading p,
    .home-hero-content p {
        font-size: 16px;
    }
}

/* =========================================================
   Shared footer
========================================================= */

.site-footer {
    color: #ffffff;
    background: #223246;
}

.site-footer-main {
    padding: 58px 0 48px;
}

.site-footer-inner {
    width: min(1400px, calc(100% - 30px));
    margin: 0 auto;

    display: grid;
    grid-template-columns:
        minmax(0, 1.35fr)
        minmax(170px, 0.65fr)
        minmax(170px, 0.65fr)
        minmax(250px, 0.9fr);

    gap: 42px;
}

.site-footer h2 {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 17px;
}

.site-footer-logo {
    display: inline-block;
    margin-bottom: 16px;

    color: #ffffff;
    font-size: 27px;
    font-weight: 800;
    text-decoration: none;
}

.site-footer-brand p {
    max-width: 560px;
    margin: 0 0 20px;

    color: rgba(255, 255, 255, 0.7);
    line-height: 1.75;
}

.site-footer-contact {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    color: #d8b14b;
    font-weight: 800;
    text-decoration: none;
}

.site-footer-column nav {
    display: grid;
    gap: 12px;
}

.site-footer-column a {
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
}

.site-footer-column a:hover,
.site-footer-column a:focus-visible {
    color: #d8b14b;
}

.site-footer-trust {
    display: grid;
    align-content: start;
    gap: 16px;
}

.site-footer-trust-item {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
}

.site-footer-trust-item i {
    margin-top: 3px;
    color: #d8b14b;
    font-size: 21px;
}

.site-footer-trust-item strong,
.site-footer-trust-item span {
    display: block;
}

.site-footer-trust-item strong {
    margin-bottom: 4px;
}

.site-footer-trust-item span {
    color: rgba(255, 255, 255, 0.65);
    font-size: 13px;
    line-height: 1.5;
}

.site-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background: #1b2939;
}

.site-footer-bottom-inner {
    width: min(1400px, calc(100% - 30px));
    min-height: 78px;
    margin: 0 auto;

    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        auto
        auto;

    gap: 24px;
    align-items: center;
}

.site-footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
}

.site-footer-bottom-links {
    display: flex;
    gap: 16px;
}

.site-footer-bottom-links a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
}

.site-footer-social {
    display: flex;
    align-items: center;
    gap: 10px;
}

.site-footer-social span {
    color: rgba(255, 255, 255, 0.7);
}

.site-footer-social a {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;

    color: #ffffff;
    background: #111111;
    border-radius: 8px;
    text-decoration: none;
}

.site-footer-social a:hover {
    background: #d8b14b;
    color: #10233b;
}

@media (max-width: 1050px) {

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

    .site-footer-bottom-inner {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 22px 0;
    }
}

@media (max-width: 700px) {

    .site-footer-main {
        padding: 42px 0 36px;
    }

    .site-footer-inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .site-footer-bottom-links {
        flex-wrap: wrap;
    }

    .site-footer-bottom {
        padding-bottom: 76px;
    }
}

/* =========================================================
   Wacky Wins mobile app teaser
========================================================= */

.app-teaser-section {
    padding: 72px 0;
    color: #ffffff;
    background:
        linear-gradient(
            135deg,
            #07192e,
            #102d4d
        );
    border-top: 4px solid #d8b14b;
}

.app-teaser-heading {
    max-width: 820px;
    margin: 0 auto 30px;
    text-align: center;
}

.app-teaser-heading h2 {
    margin: 0 0 12px;
    font-size: clamp(34px, 5vw, 54px);
}

.app-teaser-heading p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 17px;
    line-height: 1.7;
}

.app-teaser-image-wrap {
    max-width: 1250px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid rgba(216, 177, 75, 0.35);
    border-radius: 18px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
}

.app-teaser-image {
    display: block;
    width: 100%;
    height: auto;
}

.app-store-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 30px;
}

.app-store-button {
    display: inline-flex;
    align-items: center;
    gap: 13px;

    min-width: 210px;
    padding: 12px 18px;

    color: #ffffff;
    background: #070707;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 10px;

    font-family: inherit;
    text-align: left;
    cursor: not-allowed;
    opacity: 0.82;
}

.app-store-button i {
    font-size: 34px;
}

.app-store-button span {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.05;
}

.app-store-button small {
    display: block;
    margin-bottom: 3px;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

.app-coming-soon-note {
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.66);
    text-align: center;
}

@media (max-width: 700px) {

    .app-teaser-section {
        padding: 48px 0;
    }

    .app-store-buttons {
        flex-direction: column;
    }

    .app-store-button {
        width: 100%;
        justify-content: center;
    }
}

.confidence-section {
    padding: 80px 0;
    background: var(--navy);
}

.confidence-heading {
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center;
}

.confidence-heading .home-eyebrow {
    color: var(--gold);
}

.confidence-heading h2 {
    margin: 8px 0 14px;
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.1;
}

.confidence-heading p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.05rem;
    line-height: 1.7;
}

.confidence-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    max-width: 900px;
    margin: 0 auto;
}

.confidence-card {
    padding: 34px;
    text-align: center;
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.16);
}

.confidence-card-featured {
    border: 2px solid var(--gold);
}

.confidence-stars {
    margin-bottom: 12px;
    color: var(--gold);
    font-size: 1.65rem;
    letter-spacing: 0.08em;
}

.confidence-card h3 {
    margin: 0 0 16px;
    color: var(--navy);
    font-size: 1.35rem;
}

.confidence-record {
    margin-bottom: 16px;
    color: var(--navy);
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    font-weight: 800;
    line-height: 1;
}

.confidence-stats {
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: var(--gray);
    font-weight: 700;
}

.confidence-summary {
    max-width: 780px;
    margin: 34px auto 0;
    text-align: center;
    color: #ffffff;
}

.confidence-summary strong {
    display: block;
    color: var(--gold);
    font-size: 1.35rem;
}

.confidence-summary p {
    margin: 10px 0 22px;
    color: rgba(255, 255, 255, 0.8);
}

.confidence-button {
    display: inline-block;
    padding: 13px 22px;
    color: #ffffff;
    font-weight: 800;
    text-decoration: none;
    background: var(--red);
    border-radius: 9px;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.confidence-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

@media (max-width: 720px) {

    .confidence-section {
        padding: 58px 0;
    }

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

    .confidence-card {
        padding: 28px 22px;
    }

}

.home-hero-description {
    margin: 18px 0 0;
    max-width: 700px;
    line-height: 1.75;
}

.home-hero-note {
    margin: 14px 0 0;
    font-weight: 700;
    color: var(--gold);
}

.home-hero-archive-note {
    margin: 30px auto 0;
    max-width: 900px;
    text-align: center;
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.7;
}

/* =========================================================
   CONTACT PAGE
========================================================= */

.contact-page {
    background: #f4f6f8;
}

.contact-shell {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}


/* Hero */

.contact-hero {
    padding: 76px 0 82px;
    text-align: center;
    background:
        linear-gradient(
            135deg,
            rgba(10, 28, 50, 0.98),
            rgba(22, 38, 63, 0.94)
        );
}

.contact-hero .home-eyebrow {
    color: var(--gold);
}

.contact-hero h1 {
    margin: 10px 0 16px;
    color: #ffffff;
    font-size: clamp(2.3rem, 5vw, 4rem);
    line-height: 1.05;
}

.contact-hero p {
    max-width: 720px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.08rem;
    line-height: 1.75;
}


/* Main layout */

.contact-main-section {
    padding: 72px 0 90px;
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.75fr);
    gap: 30px;
    align-items: start;
}


/* Form card */

.contact-form-card,
.contact-info-card {
    background: #ffffff;
    border: 1px solid #dfe4e9;
    border-radius: 18px;
    box-shadow: 0 14px 42px rgba(12, 27, 45, 0.08);
}

.contact-form-card {
    padding: 38px;
}

.contact-card-heading {
    margin-bottom: 30px;
}

.contact-card-heading .home-eyebrow {
    color: var(--gold-dark, #a67c00);
}

.contact-card-heading h2 {
    margin: 8px 0 10px;
    color: var(--navy);
    font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.contact-card-heading p {
    margin: 0;
    color: #66717c;
    line-height: 1.7;
}


/* Form fields */

.contact-field {
    margin-bottom: 21px;
}

.contact-field label {
    display: block;
    margin-bottom: 8px;
    color: var(--navy);
    font-weight: 750;
}

.contact-field label span {
    color: #a11b2b;
}

.contact-field input,
.contact-field textarea {
    display: block;
    width: 100%;
    padding: 13px 14px;
    color: #202830;
    font: inherit;
    background: #ffffff;
    border: 1px solid #cbd4dc;
    border-radius: 9px;
    outline: none;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}

.contact-field textarea {
    min-height: 180px;
    line-height: 1.6;
    resize: vertical;
}

.contact-field input:hover,
.contact-field textarea:hover {
    border-color: #aeb9c3;
}

.contact-field input:focus,
.contact-field textarea:focus {
    background: #fffef9;
    border-color: var(--gold);
    box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.16);
}

.contact-submit {
    width: 100%;
    margin-top: 3px;
    border: 0;
    cursor: pointer;
}


/* Honeypot */

.contact-honeypot {
    position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}


/* Messages */

.contact-message {
    scroll-margin-top: 30px;
}

.contact-success,
.contact-error {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 24px;
    padding: 15px 17px;
    line-height: 1.5;
    border-radius: 10px;
}

.contact-success {
    color: #0f5132;
    background: #d1e7dd;
    border: 1px solid #badbcc;
}

.contact-error {
    color: #842029;
    background: #f8d7da;
    border: 1px solid #f5c2c7;
}


/* Contact information card */

.contact-info-card {
    position: sticky;
    top: 25px;
    padding: 34px;
    overflow: hidden;
}

.contact-info-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--gold);
}

.contact-info-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 72px;
    height: 72px;

    margin-bottom: 24px;

    background: var(--navy);
    border-radius: 50%;

    box-shadow: 0 12px 28px rgba(22, 38, 63, .20);
}

.contact-info-icon i {
    color: var(--gold);
    font-size: 32px;
}

.contact-info-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin-bottom: 24px;
    background: var(--navy);
    color: var(--gold);
    border-radius: 50%;
    font-size: 28px;
    box-shadow: 0 10px 24px rgba(22, 38, 63, .20);

}

.contact-info-card .home-eyebrow {
    color: var(--gold-dark, #a67c00);
}

.contact-info-card h2 {
    margin: 8px 0 13px;
    color: var(--navy);
    font-size: 1.75rem;
}

.contact-info-card > p {
    margin: 0 0 25px;
    color: #66717c;
    line-height: 1.7;
}

.contact-info-block {
    padding: 18px 0;
    border-top: 1px solid #e4e8ec;
    border-bottom: 1px solid #e4e8ec;
}

.contact-info-block span {
    display: block;
    margin-bottom: 5px;
    color: #737d87;
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.contact-info-block a {
    color: var(--navy);
    font-weight: 800;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.contact-info-block a:hover {
    color: var(--gold-dark, #a67c00);
}

.contact-response-note {
    padding: 22px 0 4px;
}

.contact-response-note strong {
    color: var(--navy);
}

.contact-response-note p {
    margin: 7px 0 0;
    color: #66717c;
    line-height: 1.65;
}


/* Helpful links */

.contact-help-links {
    display: grid;
    gap: 10px;
    margin-top: 22px;
}

.contact-help-links a {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 14px 15px;
    color: var(--navy);
    text-decoration: none;
    background: #f5f7f9;
    border: 1px solid #e0e5e9;
    border-radius: 10px;
    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.contact-help-links a:hover {
    transform: translateY(-2px);
    border-color: var(--gold);
    box-shadow: 0 8px 20px rgba(12, 27, 45, 0.08);
}

.contact-help-links span {
    font-weight: 800;
}

.contact-help-links small {
    color: #6e7882;
}


/* Responsive */

@media (max-width: 860px) {

    .contact-layout {
        grid-template-columns: 1fr;
    }

    .contact-info-card {
        position: static;
    }

}

@media (max-width: 640px) {

    .contact-shell {
        width: min(100% - 28px, 1180px);
    }

    .contact-hero {
        padding: 58px 0 62px;
    }

    .contact-main-section {
        padding: 44px 0 62px;
    }

    .contact-form-card,
    .contact-info-card {
        padding: 25px 20px;
        border-radius: 14px;
    }

}

@media (max-width: 1024px) {

    .mobile-menu-inner {
        padding-top: 100px;
        padding-bottom: 120px;
    }

}

/* =========================================================
   ABOUT PAGE
========================================================= */

.about-page {
    background: #f4f6f8;
}

.about-shell {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}


/* About hero */

.about-hero {
    padding: 82px 0 88px;
    color: #ffffff;
    text-align: center;

    background:
        linear-gradient(
            135deg,
            rgba(10, 28, 50, 0.99),
            rgba(25, 54, 87, 0.95)
        );

    border-bottom: 5px solid var(--gold);
}

.about-hero .home-eyebrow {
    color: var(--gold);
}

.about-hero h1 {
    margin: 8px 0 18px;
    color: #ffffff;
    font-size: clamp(2.6rem, 6vw, 4.7rem);
    line-height: 1.04;
}

.about-hero p {
    max-width: 760px;
    margin: 0 auto;

    color: rgba(255, 255, 255, 0.82);
    font-size: 1.12rem;
    line-height: 1.75;
}

.about-hero-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}


/* Introduction */

.about-intro-section {
    padding: 78px 0;
    background: #ffffff;
}

.about-intro-grid {
    display: grid;
    grid-template-columns:
        minmax(260px, 0.75fr)
        minmax(0, 1.4fr);

    gap: 58px;
    align-items: center;
}

.about-photo-frame {
    position: relative;
    padding: 3px;

    background: #ffffff;
    border: 2px solid var(--gold);
    border-radius: 20px;

    box-shadow: 0 18px 45px rgba(16, 35, 59, 0.16);
}

.about-photo-frame::before {
    content: "";
    position: absolute;
    top: -14px;
    left: -14px;
    z-index: -1;

    width: 100%;
    height: 100%;

    background: var(--navy);
    border-radius: 20px;
}

.about-photo {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 13px;
}

.about-photo-caption {
    margin-top: 20px;
    text-align: center;
}

.about-photo-caption strong,
.about-photo-caption span {
    display: block;
}

.about-photo-caption strong {
    color: var(--navy);
    font-size: 1.18rem;
}

.about-photo-caption span {
    margin-top: 4px;
    color: var(--gray);
}

.about-intro-content .home-eyebrow {
    color: var(--gold-dark);
}

.about-intro-content h2 {
    margin: 7px 0 22px;
    color: var(--navy);

    font-size: clamp(2.1rem, 4vw, 3.4rem);
    line-height: 1.08;
}

.about-intro-content p {
    margin: 0 0 18px;
    color: #5f6b77;
    font-size: 1.04rem;
    line-height: 1.8;
}

.about-core-message {
    margin-top: 28px;
    padding: 21px 23px;

    background: #f3f6f9;
    border-left: 5px solid var(--gold);
    border-radius: 10px;
}

.about-core-message strong,
.about-core-message span {
    display: block;
}

.about-core-message strong {
    color: var(--navy);
    font-size: 1.05rem;
}

.about-core-message span {
    margin-top: 7px;
    color: var(--gray);
}


/* Responsive */

@media (max-width: 850px) {

    .about-intro-grid {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .about-photo-column {
        width: min(100%, 420px);
        margin: 0 auto;
    }

}

@media (max-width: 640px) {

    .about-shell {
        width: min(100% - 28px, 1180px);
    }

    .about-hero {
        padding: 58px 0 64px;
    }

    .about-hero-actions {
        flex-direction: column;
    }

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

    .about-intro-section {
        padding: 54px 0;
    }

    .about-intro-content h2 br {
        display: none;
    }

}

/* =========================================================
   ABOUT PAGE — QUICK FACTS
========================================================= */

.about-facts-section {
    padding: 76px 0 82px;
    background: #f4f6f8;
}

.about-section-heading {
    max-width: 820px;
    margin-bottom: 34px;
}

.about-section-heading-center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.about-section-heading .home-eyebrow {
    color: var(--gold-dark);
}

.about-section-heading h2 {
    margin: 7px 0 13px;
    color: var(--navy);
    font-size: clamp(2rem, 4vw, 3.1rem);
    line-height: 1.12;
}

.about-section-heading p {
    margin: 0;
    color: var(--gray);
    font-size: 1.03rem;
    line-height: 1.75;
}

.about-facts-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.about-fact-card {
    position: relative;
    padding: 27px 22px;
    text-align: center;

    background: #ffffff;
    border: 1px solid #e1e6eb;
    border-radius: 16px;

    box-shadow: 0 9px 28px rgba(16, 35, 59, 0.07);

    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.about-fact-card:hover {
    transform: translateY(-4px);
    border-color: var(--gold);
    box-shadow: 0 15px 34px rgba(16, 35, 59, 0.11);
}

.about-fact-icon {
    display: grid;
    place-items: center;

    width: 58px;
    height: 58px;
    margin: 0 auto 17px;

    color: var(--gold);
    font-size: 1.45rem;

    background: var(--navy);
    border-radius: 50%;

    box-shadow: 0 9px 22px rgba(22, 38, 63, 0.2);
}

.about-fact-card > span {
    display: block;
    margin-bottom: 8px;

    color: var(--gray);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.about-fact-card > strong {
    display: block;
    color: var(--navy);
    font-size: clamp(1.65rem, 3vw, 2.15rem);
    line-height: 1.1;
}

.about-fact-card > small {
    display: block;
    margin-top: 9px;

    color: #77828d;
    font-size: 0.88rem;
    line-height: 1.5;
}

@media (max-width: 900px) {

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

}

@media (max-width: 560px) {

    .about-facts-section {
        padding: 56px 0 62px;
    }

    .about-facts-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .about-fact-card {
        padding: 24px 19px;
    }

}



.main-nav a {
    transition: all .25s ease;
}

.main-nav a:hover {
    color: var(--gold);
}

.main-nav a.active {
    color: var(--gold);
    border-bottom: 2px solid var(--gold);
}

/* =========================================================
   LEGAL / PRIVACY POLICY PAGE
========================================================= */

.legal-page {
    background: #f4f6f8;
}

.legal-shell {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}


/* Hero */

.legal-hero {
    padding: 76px 0 82px;
    text-align: center;
    background:
        linear-gradient(
            135deg,
            rgba(10, 28, 50, 0.98),
            rgba(22, 38, 63, 0.94)
        );
    border-bottom: 5px solid var(--gold);
}

.legal-hero .home-eyebrow {
    color: var(--gold);
}

.legal-hero h1 {
    margin: 10px 0 16px;
    color: #ffffff;
    font-size: clamp(2.3rem, 5vw, 4rem);
    line-height: 1.05;
}

.legal-hero p {
    max-width: 760px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.08rem;
    line-height: 1.75;
}


/* Main section */

.legal-main-section {
    padding: 68px 0 90px;
}

.legal-intro-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;

    margin-bottom: 32px;
    padding: 28px 30px;

    background: #ffffff;
    border: 1px solid #dfe4e9;
    border-radius: 16px;
    box-shadow: 0 12px 36px rgba(12, 27, 45, 0.07);
}

.legal-intro-card h2 {
    margin: 7px 0 8px;
    color: var(--navy);
    font-size: clamp(1.7rem, 3vw, 2.35rem);
}

.legal-intro-card p {
    margin: 0;
    color: #66717c;
    line-height: 1.65;
}

.legal-updated {
    flex: 0 0 auto;
    min-width: 165px;
    padding: 15px 18px;
    text-align: center;
    background: #f5f7f9;
    border: 1px solid #e0e5e9;
    border-radius: 12px;
}

.legal-updated span,
.legal-updated strong {
    display: block;
}

.legal-updated span {
    margin-bottom: 5px;
    color: #737d87;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.legal-updated strong {
    color: var(--navy);
}


/* Policy sections */

.legal-policy-section {
    margin-top: 30px;
    padding: 34px;

    background: #ffffff;
    border: 1px solid #dfe4e9;
    border-radius: 18px;
    box-shadow: 0 14px 42px rgba(12, 27, 45, 0.08);
}

.legal-terms-section {
    margin-top: 38px;
}

.legal-section-heading {
    display: flex;
    align-items: flex-start;
    gap: 20px;

    margin-bottom: 28px;
    padding-bottom: 24px;

    border-bottom: 1px solid #e4e8ec;
}

.legal-section-icon {
    display: grid;
    place-items: center;
    flex: 0 0 64px;

    width: 64px;
    height: 64px;

    color: var(--gold);
    font-size: 1.65rem;

    background: var(--navy);
    border-radius: 50%;

    box-shadow: 0 10px 24px rgba(22, 38, 63, 0.18);
}

.legal-section-heading h2 {
    margin: 6px 0 8px;
    color: var(--navy);
    font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.legal-section-heading p {
    margin: 0;
    color: #66717c;
    line-height: 1.65;
}


/* Accordions */

.legal-accordion-group {
    display: grid;
    gap: 12px;
}

.legal-accordion {
    overflow: hidden;

    background: #f7f9fb;
    border: 1px solid #dfe5ea;
    border-radius: 12px;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.legal-accordion[open] {
    background: #ffffff;
    border-color: rgba(212, 175, 55, 0.7);
    box-shadow: 0 8px 24px rgba(12, 27, 45, 0.07);
}

.legal-accordion summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;

    min-height: 62px;
    padding: 16px 18px;

    color: var(--navy);
    font-weight: 850;
    cursor: pointer;

    list-style: none;
}

.legal-accordion summary::-webkit-details-marker {
    display: none;
}

.legal-accordion summary:hover {
    background: rgba(22, 38, 63, 0.035);
}

.legal-accordion-marker {
    display: grid;
    place-items: center;
    flex: 0 0 34px;

    width: 34px;
    height: 34px;

    color: var(--gold);
    background: var(--navy);
    border-radius: 50%;

    transition:
        transform 0.2s ease,
        background 0.2s ease;
}

.legal-accordion[open] .legal-accordion-marker {
    transform: rotate(45deg);
}

.legal-accordion-content {
    padding: 0 20px 20px;

    color: #596571;
    line-height: 1.75;
}

.legal-accordion-content p {
    margin: 0 0 14px;
}

.legal-accordion-content p:last-child {
    margin-bottom: 0;
}

.legal-accordion-content ul {
    margin: 0;
    padding-left: 22px;
}

.legal-accordion-content li {
    margin-bottom: 10px;
}

.legal-accordion-content li:last-child {
    margin-bottom: 0;
}

.legal-accordion-content a {
    color: var(--navy);
    font-weight: 800;
}


/* Contact card */

.legal-contact-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;

    margin-top: 38px;
    padding: 28px 30px;

    color: #ffffff;
    background:
        linear-gradient(
            135deg,
            #10233b,
            #1d3e63
        );
    border: 1px solid rgba(212, 175, 55, 0.4);
    border-radius: 16px;
    box-shadow: 0 14px 38px rgba(12, 27, 45, 0.16);
}

.legal-contact-icon {
    display: grid;
    place-items: center;

    width: 58px;
    height: 58px;

    color: var(--gold);
    font-size: 1.5rem;

    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

.legal-contact-card .home-eyebrow {
    color: var(--gold);
}

.legal-contact-card h2 {
    margin: 5px 0 6px;
    color: #ffffff;
}

.legal-contact-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.75);
}


/* Responsive */

@media (max-width: 760px) {

    .legal-shell {
        width: min(100% - 28px, 1120px);
    }

    .legal-hero {
        padding: 58px 0 62px;
    }

    .legal-main-section {
        padding: 44px 0 66px;
    }

    .legal-intro-card {
        align-items: stretch;
        flex-direction: column;
        padding: 24px 20px;
    }

    .legal-updated {
        width: 100%;
    }

    .legal-policy-section {
        padding: 24px 18px;
        border-radius: 14px;
    }

    .legal-section-heading {
        flex-direction: column;
    }

    .legal-section-icon {
        width: 58px;
        height: 58px;
        flex-basis: 58px;
    }

    .legal-accordion summary {
        min-height: 58px;
        padding: 15px;
    }

    .legal-accordion-content {
        padding: 0 16px 18px;
    }

    .legal-contact-card {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 26px 20px;
    }

    .legal-contact-icon {
        margin: 0 auto;
    }

    .legal-contact-card .home-button {
        width: 100%;
    }

}

/* =========================================================
   FAQ PAGE
========================================================= */

.faq-page {
    background: #f4f6f8;
}

.faq-shell {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}


/* Hero */

.faq-hero {
    padding: 76px 0 82px;
    text-align: center;
    background:
        linear-gradient(
            135deg,
            rgba(10, 28, 50, 0.98),
            rgba(22, 38, 63, 0.94)
        );
    border-bottom: 5px solid var(--gold);
}

.faq-hero .home-eyebrow {
    color: var(--gold);
}

.faq-hero h1 {
    margin: 10px 0 16px;
    color: #ffffff;
    font-size: clamp(2.3rem, 5vw, 4rem);
    line-height: 1.05;
}

.faq-hero p {
    max-width: 760px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.08rem;
    line-height: 1.75;
}


/* Main */

.faq-main {
    padding: 68px 0 90px;
}

.faq-intro-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;

    margin-bottom: 34px;
    padding: 28px 30px;

    background: #ffffff;
    border: 1px solid #dfe4e9;
    border-radius: 16px;
    box-shadow: 0 12px 36px rgba(12, 27, 45, 0.07);
}

.faq-intro-card h2 {
    margin: 7px 0 8px;
    color: var(--navy);
    font-size: clamp(1.7rem, 3vw, 2.35rem);
}

.faq-intro-card p {
    max-width: 760px;
    margin: 0;
    color: #66717c;
    line-height: 1.7;
}

.faq-stat-box {
    flex: 0 0 170px;
    padding: 18px;
    text-align: center;
    background: #f5f7f9;
    border: 1px solid #e0e5e9;
    border-radius: 12px;
}

.faq-stat-box strong,
.faq-stat-box span {
    display: block;
}

.faq-stat-box strong {
    margin-bottom: 5px;
    color: var(--navy);
    font-size: 2rem;
}

.faq-stat-box span {
    color: #737d87;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}


/* Category cards */

.faq-category {
    margin-top: 30px;
    padding: 34px;

    background: #ffffff;
    border: 1px solid #dfe4e9;
    border-radius: 18px;
    box-shadow: 0 14px 42px rgba(12, 27, 45, 0.08);
}

.faq-category-header {
    display: flex;
    align-items: flex-start;
    gap: 20px;

    margin-bottom: 28px;
    padding-bottom: 24px;

    border-bottom: 1px solid #e4e8ec;
}

.faq-category-icon {
    display: grid;
    place-items: center;
    flex: 0 0 64px;

    width: 64px;
    height: 64px;

    color: var(--gold);
    font-size: 1.6rem;

    background: var(--navy);
    border-radius: 50%;

    box-shadow: 0 10px 24px rgba(22, 38, 63, 0.18);
}

.faq-category-header h2 {
    margin: 6px 0 8px;
    color: var(--navy);
    font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.faq-category-header p {
    margin: 0;
    color: #66717c;
    line-height: 1.65;
}


/* Accordion */

.faq-list {
    display: grid;
    gap: 12px;
}

.faq-item {
    overflow: hidden;

    background: #f7f9fb;
    border: 1px solid #dfe5ea;
    border-radius: 12px;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.faq-item[open] {
    background: #ffffff;
    border-color: rgba(212, 175, 55, 0.72);
    box-shadow: 0 8px 24px rgba(12, 27, 45, 0.07);
}

.faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;

    min-height: 62px;
    padding: 16px 18px;

    color: var(--navy);
    font-weight: 850;
    cursor: pointer;
    list-style: none;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary:hover {
    background: rgba(22, 38, 63, 0.035);
}

.faq-plus {
    display: grid;
    place-items: center;
    flex: 0 0 34px;

    width: 34px;
    height: 34px;

    color: var(--gold);
    background: var(--navy);
    border-radius: 50%;

    transition: transform 0.2s ease;
}

.faq-item[open] .faq-plus {
    transform: rotate(45deg);
}

.faq-answer {
    padding: 0 20px 20px;

    color: #596571;
    line-height: 1.75;
}

.faq-answer p {
    margin: 0 0 14px;
}

.faq-answer p:last-child {
    margin-bottom: 0;
}

.faq-answer ul {
    margin: 0 0 15px;
    padding-left: 22px;
}

.faq-answer li {
    margin-bottom: 9px;
}

.faq-answer a {
    color: var(--navy);
    font-weight: 800;
}

.faq-inline-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-top: 5px;

    color: var(--navy);
    font-weight: 800;
    text-decoration: none;
}

.faq-inline-link:hover {
    color: var(--gold-dark);
}

.faq-answer-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 15px;
}

.faq-answer-grid > div {
    padding: 17px;
    background: #f5f7f9;
    border: 1px solid #e0e5e9;
    border-radius: 10px;
}

.faq-answer-grid h3 {
    margin: 0 0 7px;
    color: var(--navy);
}


/* Why section */

.faq-why-section {
    margin-top: 40px;
}

.faq-section-heading {
    max-width: 760px;
    margin: 0 auto 28px;
    text-align: center;
}

.faq-section-heading h2 {
    margin: 7px 0 10px;
    color: var(--navy);
    font-size: clamp(1.9rem, 4vw, 2.8rem);
}

.faq-section-heading p {
    margin: 0;
    color: #66717c;
    line-height: 1.7;
}

.faq-why-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.faq-why-grid article {
    padding: 25px 18px;
    text-align: center;

    background: #ffffff;
    border: 1px solid #dfe4e9;
    border-radius: 14px;
    box-shadow: 0 9px 28px rgba(12, 27, 45, 0.07);
}

.faq-why-grid i {
    margin-bottom: 14px;
    color: var(--gold-dark);
    font-size: 1.8rem;
}

.faq-why-grid strong,
.faq-why-grid span {
    display: block;
}

.faq-why-grid strong {
    margin-bottom: 7px;
    color: var(--navy);
    font-size: 1.2rem;
}

.faq-why-grid span {
    color: #66717c;
    line-height: 1.5;
}


/* Contact CTA */

.faq-contact-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;

    margin-top: 38px;
    padding: 28px 30px;

    color: #ffffff;
    background:
        linear-gradient(
            135deg,
            #10233b,
            #1d3e63
        );

    border: 1px solid rgba(212, 175, 55, 0.4);
    border-radius: 16px;
    box-shadow: 0 14px 38px rgba(12, 27, 45, 0.16);
}

.faq-contact-icon {
    display: grid;
    place-items: center;

    width: 58px;
    height: 58px;

    color: var(--gold);
    font-size: 1.5rem;

    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

.faq-contact-card .home-eyebrow {
    color: var(--gold);
}

.faq-contact-card h2 {
    margin: 5px 0 6px;
    color: #ffffff;
}

.faq-contact-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.75);
}


/* Responsive */

@media (max-width: 900px) {

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

}

@media (max-width: 760px) {

    .faq-shell {
        width: min(100% - 28px, 1120px);
    }

    .faq-hero {
        padding: 58px 0 62px;
    }

    .faq-main {
        padding: 44px 0 66px;
    }

    .faq-intro-card {
        align-items: stretch;
        flex-direction: column;
        padding: 24px 20px;
    }

    .faq-stat-box {
        width: 100%;
        flex-basis: auto;
    }

    .faq-category {
        padding: 24px 18px;
        border-radius: 14px;
    }

    .faq-category-header {
        flex-direction: column;
    }

    .faq-category-icon {
        width: 58px;
        height: 58px;
        flex-basis: 58px;
    }

    .faq-item summary {
        min-height: 58px;
        padding: 15px;
    }

    .faq-answer {
        padding: 0 16px 18px;
    }

    .faq-answer-grid {
        grid-template-columns: 1fr;
    }

    .faq-why-grid {
        grid-template-columns: 1fr;
    }

    .faq-contact-card {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 26px 20px;
    }

    .faq-contact-icon {
        margin: 0 auto;
    }

    .faq-contact-card .home-button {
        width: 100%;
    }

}

/* =========================================================
   HOME EVOLUTION / TIMELINE
========================================================= */

.home-evolution {
    padding: 76px 0;
    background: #ffffff;
}

.home-evolution-heading {
    max-width: 820px;
    margin: 0 auto 36px;
    text-align: center;
}

.home-evolution-heading .home-eyebrow {
    color: var(--gold-dark);
}

.home-evolution-heading h2 {
    margin: 8px 0 14px;
    color: var(--navy);
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.1;
}

.home-evolution-heading p {
    margin: 0;
    color: var(--gray);
    font-size: 1.05rem;
    line-height: 1.75;
}

.evolution-grid {
    position: relative;

    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;

    margin-top: 42px;
}

.evolution-grid::before {
    content: "";
    position: absolute;
    top: 31px;
    right: 8%;
    left: 8%;
    z-index: 0;

    height: 4px;

    background:
        linear-gradient(
            90deg,
            var(--gold),
            #4d9f78,
            #5c74b8,
            #9a67b2
        );

    border-radius: 999px;
}

.evolution-card {
    position: relative;
    z-index: 1;

    padding: 72px 22px 24px;

    background: #f7f9fb;
    border: 1px solid #dfe5ea;
    border-radius: 16px;

    box-shadow: 0 10px 30px rgba(12, 27, 45, 0.07);
}

.evolution-year {
    position: absolute;
    top: 0;
    left: 50%;

    display: grid;
    place-items: center;

    width: 64px;
    height: 64px;

    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 900;

    background: var(--navy);
    border: 5px solid #ffffff;
    border-radius: 50%;

    box-shadow: 0 8px 20px rgba(12, 27, 45, 0.18);

    transform: translate(-50%, -2px);
}

.evolution-card:nth-child(2) .evolution-year {
    background: #3c8768;
}

.evolution-card:nth-child(3) .evolution-year {
    background: #4d629f;
}

.evolution-card:nth-child(4) .evolution-year {
    background: #7b4e91;
}

.evolution-card h3 {
    margin: 0 0 12px;

    color: var(--navy);
    font-size: 1.25rem;
    text-align: center;
}

.evolution-card p {
    margin: 0;

    color: #66717c;
    line-height: 1.7;
}

.evolution-card strong {
    color: var(--navy);
}

.evolution-quote {
    max-width: 850px;
    margin: 38px auto 0;
    padding: 28px 30px;

    text-align: center;

    background:
        linear-gradient(
            135deg,
            #10233b,
            #1d3e63
        );

    border: 1px solid rgba(212, 175, 55, 0.45);
    border-radius: 16px;

    box-shadow: 0 14px 36px rgba(12, 27, 45, 0.15);
}

.evolution-quote i {
    margin-bottom: 12px;

    color: var(--gold);
    font-size: 1.8rem;
}

.evolution-quote p {
    margin: 0;

    color: #ffffff;
    font-size: 1.18rem;
    font-weight: 800;
    line-height: 1.7;
}

.evolution-note {
    margin: 18px 0 0;

    color: rgba(255, 255, 255, 0.72);
    font-size: 0.95rem;
    font-weight: 600;
}


/* Responsive */

@media (max-width: 1000px) {

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

    .evolution-grid::before {
        display: none;
    }

}

@media (max-width: 650px) {

    .home-evolution {
        padding: 56px 0;
    }

    .evolution-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .evolution-card {
        padding: 76px 20px 22px;
    }

    .evolution-quote {
        padding: 24px 20px;
    }

    .evolution-quote p {
        font-size: 1.05rem;
    }

}

/*=========================================================
HOME STORY
=========================================================*/

.home-story {

    padding: 70px 0;

    background: #ffffff;

}

.home-story .home-shell{

    max-width:900px;

    margin:auto;

    text-align:center;

}

.home-story h2{

    margin:12px 0 20px;

    color:var(--navy);

    font-size:clamp(2rem,4vw,3rem);

}

.home-story-text{

    margin:0 auto 24px;

    max-width:760px;

    color:#5f6873;

    font-size:1.08rem;

    line-height:1.9;

}

.home-story .btn{

    margin-top:12px;

}

/* =========================================================
   SIGNATURE TOTALS
========================================================= */

.home-signature-totals {
    padding: 24px 0 68px;
    background: #f4f6f8;
}

.signature-totals-card {
    position: relative;

    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 24px;
    align-items: center;

    overflow: hidden;

    padding: 30px 32px;

    color: #ffffff;

    background:
        radial-gradient(
            circle at 92% 10%,
            rgba(216, 177, 75, 0.18),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #10233b,
            #1d3e63
        );

    border: 1px solid rgba(216, 177, 75, 0.55);
    border-radius: 18px;

    box-shadow: 0 18px 44px rgba(12, 27, 45, 0.18);

    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        border-color 0.22s ease;
}

.signature-totals-card:hover {
    transform: translateY(-4px);

    border-color: rgba(216, 177, 75, 0.85);

    box-shadow:
        0 22px 52px rgba(12, 27, 45, 0.22),
        0 0 24px rgba(216, 177, 75, 0.08);
}

.signature-totals-card::after {
    content: "";
    position: absolute;
    right: -55px;
    bottom: -80px;

    width: 210px;
    height: 210px;

    border: 34px solid rgba(255, 255, 255, 0.025);
    border-radius: 50%;

    pointer-events: none;
}

.signature-totals-icon {
    position: relative;
    z-index: 1;

    display: grid;
    place-items: center;

    width: 82px;
    height: 82px;

    color: var(--gold);
    font-size: 2rem;

    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(216, 177, 75, 0.45);
    border-radius: 50%;

    box-shadow:
        inset 0 0 0 5px rgba(255, 255, 255, 0.025),
        0 12px 28px rgba(0, 0, 0, 0.18);
}

.signature-totals-content {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.signature-totals-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;

    margin-bottom: 22px;
}

.signature-totals-heading .home-eyebrow {
    color: var(--gold);
}

.signature-totals-heading h2 {
    margin: 6px 0 0;

    color: #ffffff;
    font-size: clamp(1.8rem, 3vw, 2.55rem);
    line-height: 1.08;
}

.signature-totals-badge {
    flex: 0 0 auto;

    padding: 8px 13px;

    color: #10233b;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.07em;
    text-transform: uppercase;

    background: var(--gold);
    border-radius: 999px;
}

.signature-totals-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;

    margin-bottom: 22px;
}

.signature-totals-stats > div {
    padding: 14px 15px;

    background: rgba(255, 255, 255, 0.065);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 12px;
}

.signature-totals-stats span,
.signature-totals-stats strong {
    display: block;
}

.signature-totals-stats span {
    margin-bottom: 5px;

    color: rgba(255, 255, 255, 0.62);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.signature-totals-stats strong {
    color: #ffffff;
    font-size: clamp(1.05rem, 2vw, 1.38rem);
    line-height: 1.2;
}

.signature-totals-stats .signature-positive {
    color: #78d7a7;
}

.signature-totals-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.signature-totals-bottom p {
    max-width: 710px;
    margin: 0;

    color: rgba(255, 255, 255, 0.72);
    line-height: 1.65;
}

.signature-totals-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    flex: 0 0 auto;

    min-height: 46px;
    padding: 11px 17px;

    color: var(--gold);
    font-weight: 850;
    text-decoration: none;

    border: 1px solid rgba(216, 177, 75, 0.72);
    border-radius: 10px;

    transition:
        color 0.2s ease,
        background 0.2s ease,
        transform 0.2s ease;
}

.signature-totals-link:hover,
.signature-totals-link:focus-visible {
    color: #10233b;
    background: var(--gold);
    transform: translateY(-1px);
}


/* Tablet */

@media (max-width: 900px) {

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

    .signature-totals-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

}


/* Mobile */

@media (max-width: 650px) {

    .home-signature-totals {
        padding: 18px 0 52px;
    }

    .signature-totals-card {
        grid-template-columns: 1fr;
        gap: 18px;

        padding: 25px 19px;
    }

    .signature-totals-icon {
        width: 68px;
        height: 68px;

        font-size: 1.65rem;
    }

    .signature-totals-heading {
        flex-direction: column;
        margin-bottom: 18px;
    }

    .signature-totals-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
    }

    .signature-totals-stats > div {
        padding: 13px 11px;
    }

    .signature-totals-link {
        width: 100%;
    }

}

/* =========================================================
   HOME PERFORMANCE DASHBOARD
========================================================= */

.performance-hero {
    position: relative;
    overflow: hidden;
    padding: 42px 0 60px;

    color: #ffffff;

    background:
        radial-gradient(
            circle at 15% 10%,
            rgba(35, 104, 190, 0.22),
            transparent 32%
        ),
        radial-gradient(
            circle at 88% 8%,
            rgba(216, 177, 75, 0.13),
            transparent 28%
        ),
        linear-gradient(
            145deg,
            #07172b 0%,
            #0d213a 52%,
            #102944 100%
        );

    border-bottom: 4px solid var(--gold);
}

.performance-hero::before {
    content: "";
    position: absolute;
    inset: 0;

    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.018) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.018) 1px,
            transparent 1px
        );

    background-size: 42px 42px;
    pointer-events: none;
}

.performance-hero-shell {
    position: relative;
    z-index: 1;

    width: min(1500px, calc(100% - 42px));
    margin: 0 auto;
}


/* =========================================================
   HERO HEADING
========================================================= */

.performance-hero-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 42px;
}

.performance-hero-heading > div:first-child {
    width: 100%;
    max-width: none;
}

.performance-hero-heading h1 {
    max-width: none;
    font-size: clamp(2rem, 3.25vw, 3.4rem);
}



.performance-eyebrow,
.performance-panel-label {
    display: block;

    color: var(--gold);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.performance-hero-heading h1 {
    margin: 9px 0 13px;
    color: #ffffff;
	font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.08;
    max-width: 760px;
    letter-spacing: -0.035em;
}



.performance-hero-heading p {
    max-width: 800px;
    margin: 0;

    color: rgba(255, 255, 255, 0.73);
    font-size: 1.06rem;
    line-height: 1.7;
}

.performance-hero-actions {
    display: flex;
    gap: 12px;
    flex: 0 0 auto;
}

.performance-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    min-height: 48px;
    padding: 12px 19px;

    font-weight: 850;
    text-decoration: none;

    border-radius: 10px;

    transition:
        transform 0.2s ease,
        background 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease;
}

.performance-button:hover,
.performance-button:focus-visible {
    transform: translateY(-2px);
}

.performance-button-primary {
    color: #10233b;
    background: var(--gold);
    border: 1px solid var(--gold);
}

.performance-button-primary:hover,
.performance-button-primary:focus-visible {
    color: #10233b;
    background: #f0c958;
}

.performance-button-secondary {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.22);
}

.performance-button-secondary:hover,
.performance-button-secondary:focus-visible {
    color: var(--gold);
    border-color: rgba(216, 177, 75, 0.68);
}


/* =========================================================
   METRIC CARDS
========================================================= */

.performance-metric-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;

	margin-top: 28px;
    margin-bottom: 18px;
}

.performance-metric-card {
    position: relative;
    overflow: hidden;

    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: center;

    min-height: 118px;
    padding: 18px;

    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 15px;

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.045),
        0 12px 28px rgba(0, 0, 0, 0.16);

    transition:
        transform 0.22s ease,
        border-color 0.22s ease,
        box-shadow 0.22s ease;
}

.performance-metric-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.22);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.2);
}

.performance-metric-card::after {
    content: "";
    position: absolute;
    right: -24px;
    bottom: -45px;

    width: 110px;
    height: 110px;

    border: 18px solid rgba(255, 255, 255, 0.026);
    border-radius: 50%;
}

.performance-metric-icon {
    position: relative;
    z-index: 1;

    display: grid;
    place-items: center;

    width: 46px;
    height: 46px;

    font-size: 1.25rem;

    border-radius: 50%;
    border: 1px solid currentColor;
}

.performance-metric-card > div:last-child {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.performance-metric-card span,
.performance-metric-card strong,
.performance-metric-card small {
    display: block;
}

.performance-metric-card span {
    margin-bottom: 5px;

    color: rgba(255, 255, 255, 0.62);
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.performance-metric-card strong {
    color: #ffffff;
    font-size: clamp(1.14rem, 2vw, 1.55rem);
    line-height: 1.12;
}

.performance-metric-card small {
    margin-top: 6px;

    color: rgba(255, 255, 255, 0.58);
    font-size: 0.72rem;
    line-height: 1.35;
}


/* Card colors */

.metric-blue {
    background:
        linear-gradient(
            145deg,
            rgba(31, 92, 167, 0.23),
            rgba(255, 255, 255, 0.045)
        );
}

.metric-blue .performance-metric-icon {
    color: #67a8ff;
    background: rgba(53, 126, 221, 0.11);
}

.metric-green {
    background:
        linear-gradient(
            145deg,
            rgba(38, 129, 83, 0.22),
            rgba(255, 255, 255, 0.045)
        );
}

.metric-green .performance-metric-icon {
    color: #77d89f;
    background: rgba(61, 173, 111, 0.11);
}

.metric-emerald {
    background:
        linear-gradient(
            145deg,
            rgba(27, 121, 98, 0.23),
            rgba(255, 255, 255, 0.045)
        );
}

.metric-emerald .performance-metric-icon {
    color: #6de0bf;
    background: rgba(48, 183, 147, 0.11);
}

.metric-purple {
    background:
        linear-gradient(
            145deg,
            rgba(103, 73, 164, 0.22),
            rgba(255, 255, 255, 0.045)
        );
}

.metric-purple .performance-metric-icon {
    color: #bc9aff;
    background: rgba(139, 100, 218, 0.11);
}

.metric-gold {
    background:
        linear-gradient(
            145deg,
            rgba(158, 119, 33, 0.23),
            rgba(255, 255, 255, 0.045)
        );
}

.metric-gold .performance-metric-icon {
    color: var(--gold);
    background: rgba(216, 177, 75, 0.1);
}


/* =========================================================
   MAIN DASHBOARD GRID
========================================================= */

.performance-dashboard-grid {
    display: grid;
    grid-template-columns: minmax(0, 2.7fr) minmax(290px, 1fr);
    gap: 18px;
}

.performance-chart-card,
.performance-sport-card {
    overflow: hidden;

    background:
        linear-gradient(
            150deg,
            rgba(255, 255, 255, 0.065),
            rgba(255, 255, 255, 0.035)
        );

    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 17px;

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 18px 38px rgba(0, 0, 0, 0.18);
}

.performance-chart-card {
    padding: 23px;
}

.performance-sport-card {
    display: flex;
    flex-direction: column;
    padding: 23px;
}

.performance-panel-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;

    margin-bottom: 19px;
}

.performance-panel-heading h2 {
    margin: 6px 0 7px;

    color: #ffffff;
    font-size: clamp(1.35rem, 2.5vw, 1.95rem);
    line-height: 1.15;
}

.performance-panel-heading p {
    max-width: 680px;
    margin: 0;

    color: rgba(255, 255, 255, 0.6);
    line-height: 1.55;
}

.performance-current-total {
    flex: 0 0 auto;

    min-width: 160px;
    padding: 12px 15px;

    text-align: right;

    background: rgba(17, 169, 100, 0.09);
    border: 1px solid rgba(92, 218, 151, 0.26);
    border-radius: 11px;
}

.performance-current-total span,
.performance-current-total strong {
    display: block;
}

.performance-current-total span {
    margin-bottom: 4px;

    color: rgba(255, 255, 255, 0.58);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.performance-current-total strong {
    color: #74e0a6;
    font-size: 1.22rem;
}


/* =========================================================
   CHART AREA
========================================================= */

.performance-chart-wrap {
    position: relative;
    width: 100%;
    height: 480px;
    padding: 8px 0 0;
}

.performance-chart-wrap canvas {
    width: 100% !important;
    height: 100% !important;
}

.performance-chart-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;

    margin-top: 14px;
    padding-top: 14px;

    color: rgba(255, 255, 255, 0.48);
    font-size: 0.75rem;

    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.performance-chart-footer span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}


/* =========================================================
   SPORT PANEL
========================================================= */

.performance-sport-list {
    display: grid;
    gap: 11px;
}

.performance-sport-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;

    padding: 13px;

    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.085);
    border-radius: 11px;

    transition:
        transform 0.2s ease,
        background 0.2s ease,
        border-color 0.2s ease;
}

.performance-sport-row:hover {
    transform: translateX(3px);

    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(216, 177, 75, 0.26);
}

.performance-sport-name {
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 0;
}

.sport-icon {
    display: grid;
    place-items: center;
    flex: 0 0 39px;

    width: 39px;
    height: 39px;

    color: #ffffff;
    border-radius: 50%;
}

.sport-icon-nfl {
    background: linear-gradient(145deg, #8d3d24, #c6683d);
}

.sport-icon-ncaaf {
    background: linear-gradient(145deg, #2b5b9c, #507fc1);
}

.sport-icon-mlb {
    background: linear-gradient(145deg, #b52f36, #e25b62);
}

.sport-icon-ncaab {
    background: linear-gradient(145deg, #c66624, #e9914d);
}

.performance-sport-name strong,
.performance-sport-name small {
    display: block;
}

.performance-sport-name strong {
    color: #ffffff;
    font-size: 0.95rem;
}

.performance-sport-name small {
    margin-top: 3px;

    color: rgba(255, 255, 255, 0.52);
    font-size: 0.72rem;
}

.performance-sport-results {
    flex: 0 0 auto;
    text-align: right;
}

.performance-sport-results span,
.performance-sport-results strong {
    display: block;
}

.performance-sport-results span {
    margin-bottom: 4px;

    color: rgba(255, 255, 255, 0.62);
    font-size: 0.76rem;
}

.performance-sport-results strong {
    color: #74e0a6;
    font-size: 0.9rem;
}

.performance-sport-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    width: 100%;
    min-height: 47px;
    margin-top: auto;
    padding: 12px 15px;

    color: var(--gold);
    font-weight: 850;
    text-decoration: none;

    border: 1px solid rgba(216, 177, 75, 0.5);
    border-radius: 10px;

    transition:
        background 0.2s ease,
        color 0.2s ease;
}

.performance-sport-link:hover,
.performance-sport-link:focus-visible {
    color: #10233b;
    background: var(--gold);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1200px) {

    .performance-metric-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .performance-dashboard-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .performance-sport-card {
        min-height: auto;
    }

    .performance-sport-link {
        margin-top: 18px;
    }

}

@media (max-width: 820px) {

    .performance-hero {
        padding: 46px 0 58px;
    }

    .performance-hero-shell {
        width: min(100% - 28px, 1500px);
    }

    .performance-hero-heading {
        display: block;
        margin-bottom: 24px;
    }

    .performance-hero-heading h1 {
        white-space: normal;
    }

    .performance-hero-heading .performance-hero-actions {
        display: none;
    }

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

    .performance-button {
        flex: 1 1 0;
    }

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

    .performance-panel-heading {
        flex-direction: column;
    }

    .performance-current-total {
        width: 100%;
        text-align: left;
    }

    .performance-chart-wrap {
        height: 320px;
    }

}



    .performance-hero {
        padding: 38px 0 52px;
    }
	
	.performance-hero-heading h1 {
		font-size: 1.8rem;
		line-height: 1.18;
		max-width: 100%;
		letter-spacing: -0.02em;
}


    .performance-hero-actions {
        flex-direction: column;
    }

    .performance-metric-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .performance-metric-card {
        min-height: 98px;
        padding: 15px;
    }

    .performance-chart-card,
    .performance-sport-card {
        padding: 18px 15px;
        border-radius: 14px;
    }

    .performance-chart-wrap {
        height: 310px;
    }

    .performance-chart-footer {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }

    .performance-sport-row {
        padding: 12px 10px;
    }

}


@media (max-width: 560px) {
	.performance-sport-link {
        margin-top: 18px;
    }
	
  .performance-hero-heading .performance-hero-actions{
        display:none;
    }
}
    .hero-title-desktop {
        display: none;
    }

    .hero-title-mobile {
        display: block;
        font-size: 1.8rem;
        line-height: 1.15;
    }
	
	.performance-metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.performance-metric-card {
    min-height: 145px;
    padding: 14px;
    gap: 10px;
}

.performance-metric-card {
    min-height: 132px;
    padding: 12px;
}

/* Right column cards */
.performance-metric-card:nth-child(even) {
    grid-template-columns: minmax(0, 1fr) auto;
    text-align: right;
}

.performance-metric-card:nth-child(even) .performance-metric-icon {
    order: 2;
}

.performance-metric-card:nth-child(even) > div:last-child {
    order: 1;
}

.performance-metric-card:nth-child(4) span {
    font-size: 0.58rem;
    letter-spacing: 0.06em;
}

/* Latest Record uses full row */
.performance-metric-card:nth-child(5) {
    grid-column: 1 / -1;
    min-height: 105px;
}

.performance-metric-card strong {
    font-size: 1.05rem;
}

.performance-metric-card span {
    font-size: 0.62rem;
}

.performance-metric-card small {
    font-size: 0.64rem;
}
	

.performance-history-track {
    display: none;
}



.history-w {
    color: #ffffff !important;
    font-size: 1rem !important;
    font-weight: 900;
}


/* BLUE */

.point-blue {
    color: #4da3ff;
}

.point-blue .performance-history-circle {
    background: rgba(77,163,255,.22);
}


/* CYAN */

.point-cyan {
    color: #56c8e8;
}

.point-cyan .performance-history-circle {
    background: rgba(86,200,232,.22);
}


/* GREEN */

.point-green {
    color: #62df9c;
}

.point-green .performance-history-circle {
    background: rgba(98,223,156,.20);
}


/* GOLD */

.point-gold {
    color: #e5bd55;
}

.point-gold .performance-history-circle {
    background: rgba(229,189,85,.20);
}


/* PURPLE */

.point-purple {
    color: #a97cff;
}

.point-purple .performance-history-circle {
    background: rgba(169,124,255,.22);
}

.performance-history-point strong {
    font-size: 0.68rem;
}

.performance-history-point small {
    display: none;
}

}

.performance-hero-subtitle strong {
    color: var(--gold);
    font-weight: 900;
}

.mobile-membership-button {
    display: none;
}


.mobile-membership-button {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    min-height: 47px;
    margin-top: 14px;
}

/* =========================================================
   HORIZONTAL HISTORY TIMELINE
========================================================= */

.performance-history-track {
    position: relative;

    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));

    margin: 24px 8px 10px;
    padding-top: 2px;
}

.performance-history-line {
    position: absolute;

    top: 18px;
    left: 10%;
    right: 10%;

    height: 2px;

    background: rgba(255, 255, 255, 0.16);
}

.performance-history-point {
    position: relative;
    z-index: 2;

    text-align: center;
}

.performance-history-circle {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 52px;
    height: 52px;
    margin: 0 auto 10px;

    border: 2px solid currentColor !important;
    border-radius: 50%;

    background: #10263d !important;

    box-shadow:
        0 0 0 5px rgba(255,255,255,.025),
        0 0 14px currentColor;
}

/* ICON = SAME COLOR AS CIRCLE */
.performance-history-circle i {
    color: currentColor !important;
    font-size: 1.15rem;
}

/* W = SAME COLOR TOO */
.performance-history-circle .history-w {
    color: currentColor !important;
    font-size: 1.25rem !important;
    font-weight: 900;
}



.performance-history-point strong {
    display: block;

    margin-bottom: 4px;

    font-size: 0.82rem;
    font-weight: 900;
}

.performance-history-point small {
    display: block;

    color: rgba(255, 255, 255, 0.52);

    font-size: 0.62rem;
    line-height: 1.25;
}



.history-blue {
    color: #39a5ff;
}

.history-sky {
    color: #32b8ef;
}

.history-cyan {
    color: #32dfe9;
}

.history-lime {
    color: #8fdf35;
}

.history-gold {
    color: #f2c130;
}

.history-green {
    color: #32dc76;
}

.history-company {
    color: #4da3ff;
}

.history-red {
    color: #ff6268;
}

.history-purple {
    color: #ad68ed;
}

/* =========================================================
   WACKY SPORTS HISTORY TIMELINE
========================================================= */

.performance-history-track {
    width: 100%;
    margin: 30px 0 16px;
}

.performance-history-row {
    position: relative;

    display: grid;
    grid-template-columns: repeat(9, minmax(0, 1fr));

    align-items: start;
    width: 100%;

    padding: 0 6px;
}


/* Connecting line */

.performance-history-line {
    position: absolute;

    top: 31px;
    left: 5.5%;
    right: 5.5%;

    height: 2px;

    border-radius: 999px;

    background: linear-gradient(
        90deg,
        #39a5ff 0%,
        #32b8ef 12%,
        #32dfe9 25%,
        #8fdf35 38%,
        #f2c130 52%,
        #32dc76 65%,
        #4da3ff 76%,
        #ff6268 88%,
        #ad68ed 100%
    );

    opacity: .85;
}


/* Each milestone */

.performance-history-point {
    position: relative;
    z-index: 2;

    text-align: center;
    padding: 0 4px;
}


/* Circle */

.performance-history-circle {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 62px;
    height: 62px;

    margin: 0 auto 13px;

    background: #10263d;

    border: 2px solid currentColor;
    border-radius: 50%;

    box-shadow:
        0 0 0 4px rgba(255,255,255,.025),
        0 0 15px currentColor;
}


/* Icon same color as circle */

.performance-history-circle i {
    color: currentColor;
    font-size: 1.35rem;
}


/* 2014 football + baseball */

.history-dual-icon {
    gap: 3px;
}

.history-dual-icon i {
    font-size: .90rem;
}


/* W inside 2026 */

.history-w {
    color: currentColor;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1;
}


/* Year */

.performance-history-point > strong {
    display: block;

    margin-bottom: 7px;

    color: currentColor;

    font-size: 1.05rem;
    font-weight: 900;
    line-height: 1;
}


/* Milestone description */

.performance-history-point > small {
    display: block;

    max-width: 135px;
    margin: 0 auto;

    color: rgba(255,255,255,.76);

    font-size: .72rem;
    font-weight: 600;
    line-height: 1.35;
}


/* =========================================================
   TIMELINE COLORS
========================================================= */

.history-blue {
    color: #39a5ff;
}

.history-sky {
    color: #32b8ef;
}

.history-cyan {
    color: #32dfe9;
}

.history-lime {
    color: #8fdf35;
}

.history-gold {
    color: #f2c130;
}

.history-green {
    color: #32dc76;
}

.history-company {
    color: #4da3ff;
}

.history-red {
    color: #ff6268;
}

.history-purple {
    color: #ad68ed;
}

/* =========================================================
   TIMELINE LAYOUT FIX
========================================================= */

.performance-history-track {
    display: block !important;
    width: 100% !important;
}

.performance-history-row {
    position: relative !important;

    display: grid !important;
    grid-template-columns: repeat(9, 1fr) !important;

    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 12px !important;

    box-sizing: border-box !important;
}

.performance-history-point {
    width: auto !important;
    min-width: 0 !important;

    margin: 0 !important;
    padding: 0 4px !important;

    text-align: center !important;
}

@media (max-width: 560px) {
    .performance-history-track {
        display: none !important;
    }
}

.hero-title-desktop {
    display: block;
}

.hero-title-mobile {
    display: none;
}

/* =========================================================
   DESKTOP PERFORMANCE LAYOUT RESET
========================================================= */

@media (min-width: 1201px) {

    .performance-hero-heading {
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-end !important;
        justify-content: space-between !important;
    }

    .performance-hero-actions {
        display: flex !important;
        flex-direction: row !important;
        width: auto !important;
    }

    .performance-metric-grid {
        display: grid !important;
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
        gap: 14px !important;
    }

    .performance-dashboard-grid {
        display: grid !important;
        grid-template-columns: minmax(0, 3fr) minmax(300px, 1fr) !important;
    }
	
	.performance-metric-card:nth-child(even) {
    grid-template-columns: auto minmax(0, 1fr);
    text-align: left;
}

.performance-metric-card:nth-child(even) .performance-metric-icon {
    order: 1;
}

.performance-metric-card:nth-child(even) > div:last-child {
    order: 2;
}

.performance-metric-card:nth-child(5) {
    grid-column: auto;
}

}