* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #fff;
    color: #232323;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #056cfd;
    text-decoration: none
}

/* TOP BRAND BAR */
.topbar {
    background: #005ed0;
    color: #fff;
    padding: 12px 0;
    text-align: center;
    font-weight: 700;
    letter-spacing: 3px;
}

/* MAIN WRAPPER */
.wrapper {
    max-width: 1100px;
    margin: 10px auto;
    padding: 0 20px;
    display: flex;
    gap: 25px;
}

/* LEFT ARTICLE */
.left {
    flex: 1;
}

.badge {
    background: #1d86ff;
    color: #fff;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    border-radius: 4px;
}

h1 {
    font-size: 24.5px;
    margin: 12px 0 16px;
    font-weight: 700;
    line-height: 1.5;
}

p {
    font-size: 20px;
}

.meta {
    font-size: 12px;
    color: #666;
    margin-bottom: 15px;
}

.hero img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 18px;
}

/* CALLOUT BOX */
.callout {
    background: #f2f2f2;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 6px;
    margin: 20px 0;
    font-size: 18px;
}

/* AGE GRID */
.age-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
    justify-content: center;
}

.age-card {
    width: 90px;
    border: 2px solid #143255;
    padding: 10px 5px;
    border-radius: 12px;
    text-align: center;
    background: #fff;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.07);
}

.age-card img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 6px;
}

.age-card span {
    font-weight: 700;
    color: #193a63;
    font-size: 14px;
}

/* CTA BUTTON */
.cta-container {
    text-align: center;
    margin: 30px 0;
}

.cta-btn {
    display: inline-block;
    background: #12b420;
    color: #fff;
    padding: 16px 28px;
    font-size: 26px;
    font-weight: 800;
    border-radius: 40px;
    box-shadow: 0 8px 0 rgba(0, 100, 0, 0.25), inset 0 -5px 0 rgba(0, 0, 0, 0.14);
}

/* SIDEBAR */
.sidebar {
    width: 300px;
    flex: 0 0 300px;
}

.side-box {
    border: 2px solid #ddd;
    padding: 18px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 20px;
}

.side-box h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #222;
}

.side-box p {
    margin-bottom: 14px;
}

.age-btns {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.age-btns button {
    width: 100%;
    padding: 12px 0;
    background: #0a67ff;
    color: #fff;
    border: 0;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
}

.side-cta {
    display: block;
    margin-top: 14px;
    background: #12b420;
    text-align: center;
    padding: 12px 20px;
    border-radius: 30px;
    font-weight: 800;
    color: #fff;
}

/* FOOTER DISCLAIMER */
.footer {

    font-size: 12px;
    color: #777;
    text-align: center;
    border-top: 1px solid #ddd;
    padding: 20px;
}

/* RESPONSIVE */
@media(max-width:900px) {
    .wrapper {
        flex-direction: column
    }

    .sidebar {
        width: 100%;
        position: relative
    }
    .cta-btn {

    font-size: 20px;
}
}

span {
    text-align: center;
    display: block;
    font-weight: 700;
    color: #000;
}