.seo-year-content {
    width: min(1120px, 100%);
    margin: clamp(3rem, 7vw, 5.5rem) auto 1rem;
    color: #102a5c;
}

.seo-year-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(16rem, 0.65fr);
    gap: clamp(1rem, 3vw, 2rem);
    align-items: stretch;
}

.seo-year-copy,
.seo-year-proof,
.seo-year-card,
.seo-year-cta {
    border: 1px solid rgba(255, 255, 255, 0.82);
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0 22px 60px rgba(16, 42, 92, 0.11);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.seo-year-copy {
    border-radius: clamp(1.5rem, 3vw, 2.5rem);
    padding: clamp(1.5rem, 4vw, 3rem);
}

.seo-year-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.8rem;
    color: var(--page-accent, #ea580c);
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.seo-year-copy h2 {
    max-width: 18ch;
    margin: 0 0 1rem;
    font-size: clamp(2rem, 4.6vw, 4.25rem);
    font-weight: 900;
    letter-spacing: -0.055em;
    line-height: 0.98;
    text-wrap: balance;
}

.seo-year-copy p,
.seo-year-card p,
.seo-year-proof p {
    color: #405178;
    font-size: clamp(0.98rem, 1.7vw, 1.08rem);
    line-height: 1.72;
}

.seo-year-proof {
    position: relative;
    overflow: hidden;
    border-radius: clamp(1.5rem, 3vw, 2.5rem);
    padding: clamp(1.5rem, 3vw, 2.2rem);
    background: linear-gradient(145deg, #102a5c, #173f82);
    color: #fff;
}

.seo-year-proof::after {
    content: "";
    position: absolute;
    width: 10rem;
    height: 10rem;
    right: -3.5rem;
    bottom: -4rem;
    border-radius: 999px;
    background: var(--page-second, #ffd23f);
    opacity: 0.9;
}

.seo-year-proof strong {
    display: block;
    max-width: 11ch;
    margin-bottom: 0.85rem;
    font-size: clamp(1.7rem, 3vw, 2.55rem);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1;
}

.seo-year-proof p {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, 0.78);
}

.seo-year-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(0.85rem, 2vw, 1.25rem);
    margin-top: clamp(0.85rem, 2vw, 1.25rem);
}

.seo-year-card {
    border-radius: 1.6rem;
    padding: clamp(1.25rem, 3vw, 2rem);
}

.seo-year-card span {
    display: grid;
    width: 2.75rem;
    height: 2.75rem;
    margin-bottom: 1.15rem;
    place-items: center;
    border-radius: 0.9rem;
    background: color-mix(in srgb, var(--page-accent, #ea580c) 14%, white);
    color: var(--page-accent-dark, #102a5c);
    font-size: 0.82rem;
    font-weight: 900;
}

.seo-year-card h3 {
    margin: 0 0 0.7rem;
    font-size: clamp(1.15rem, 2vw, 1.45rem);
    font-weight: 900;
    letter-spacing: -0.025em;
}

.seo-year-card ul {
    display: grid;
    gap: 0.7rem;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #405178;
}

.seo-year-card li {
    position: relative;
    padding-left: 1.15rem;
    line-height: 1.55;
}

.seo-year-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.62em;
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 999px;
    background: var(--page-accent, #ea580c);
}

.seo-year-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    margin-top: clamp(0.85rem, 2vw, 1.25rem);
    border-radius: 1.6rem;
    padding: clamp(1.25rem, 3vw, 2rem);
}

.seo-year-cta h3 {
    margin: 0 0 0.35rem;
    font-size: clamp(1.3rem, 2.6vw, 2rem);
    font-weight: 900;
    letter-spacing: -0.035em;
}

.seo-year-cta p {
    margin: 0;
    color: #405178;
    line-height: 1.55;
}

.seo-year-cta a {
    flex: 0 0 auto;
    min-height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0.8rem 1.2rem;
    background: var(--page-accent-dark, #102a5c);
    color: #fff;
    font-weight: 900;
    text-align: center;
    box-shadow: 0 14px 26px rgba(16, 42, 92, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.seo-year-cta a:hover,
.seo-year-cta a:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 18px 32px rgba(16, 42, 92, 0.24);
    outline: 3px solid color-mix(in srgb, var(--page-second, #ffd23f) 70%, white);
    outline-offset: 3px;
}

.seo-related-years {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem;
    margin-top: 1rem;
    padding: 0.2rem;
}

.seo-related-years strong {
    margin-right: 0.25rem;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.seo-related-years a {
    border-radius: 999px;
    padding: 0.6rem 0.85rem;
    background: rgba(255, 255, 255, 0.72);
    color: #102a5c;
    font-size: 0.82rem;
    font-weight: 900;
    box-shadow: 0 8px 20px rgba(16, 42, 92, 0.08);
}

@media (max-width: 820px) {
    .seo-year-intro,
    .seo-year-grid {
        grid-template-columns: 1fr;
    }

    .seo-year-copy h2 {
        max-width: 22ch;
    }

    .seo-year-cta {
        align-items: stretch;
        flex-direction: column;
    }

    .seo-year-cta a {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .seo-year-content {
        margin-top: 2.5rem;
    }

    .seo-year-copy,
    .seo-year-proof,
    .seo-year-card,
    .seo-year-cta {
        border-radius: 1.25rem;
    }

    .seo-year-copy h2 {
        letter-spacing: -0.04em;
    }
}

@media (prefers-reduced-motion: reduce) {
    .seo-year-cta a {
        transition: none;
    }
}

.hero-panel > .hero-title { max-width: 18ch; margin-left: auto; margin-right: auto; text-wrap: balance; }
@media (max-width: 640px) { .hero-panel > .hero-title { font-size: clamp(2.55rem, 12vw, 4rem); } }
