.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.store-eyebrow {
    margin: 0 0 14px;
    color: var(--gold-dark);
    font-family: var(--font-ui);
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.store-hero {
    padding: 76px 0 54px;
    color: #c7d2d9;
    background:
        radial-gradient(
            circle at 86% 12%,
            rgba(201, 162, 39, 0.11),
            transparent 28rem
        ),
        var(--navy-950);
}

.store-hero .store-eyebrow {
    color: var(--gold-light);
}

.store-hero-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 50px;
}

.store-hero-heading > div {
    max-width: 780px;
}

.store-hero h1 {
    margin: 0;
    color: var(--white);
    font-family: var(--font-heading);
    font-size: clamp(3.1rem, 5.5vw, 5rem);
    font-weight: 600;
    letter-spacing: -0.045em;
    line-height: 1.02;
}

.store-hero-heading
> div
> p:last-child {
    max-width: 660px;
    margin: 23px 0 0;
    color: #9eb0ba;
    font-family: var(--font-ui);
    font-size: 0.9rem;
    line-height: 1.75;
}

.store-hero .button-light {
    color: var(--white);
    border-color:
        rgba(255, 255, 255, 0.24);
    background: transparent;
}

.store-hero-search {
    margin-top: 42px;
}

.store-hero-search form {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        auto;
    gap: 9px;
    padding: 10px;
    border:
        1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    background:
        rgba(255, 255, 255, 0.07);
}

.store-hero-search label {
    display: block;
}

.store-hero-search input {
    width: 100%;
    height: 48px;
    padding: 0 15px;
    border:
        1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    outline: 0;
    color: var(--white);
    background:
        rgba(255, 255, 255, 0.08);
    font-family: var(--font-ui);
    font-size: 0.76rem;
}

.store-hero-search input::placeholder {
    color: #91a4ae;
}

.store-hero-search input:focus {
    border-color:
        rgba(242, 223, 145, 0.65);
}

.store-hero-search button {
    min-width: 120px;
    border: 1px solid var(--white);
    border-radius: 8px;
    color: var(--navy-950);
    background: var(--white);
    font-family: var(--font-ui);
    font-size: 0.7rem;
    font-weight: 800;
    cursor: pointer;
}

.store-hero-search ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 30px;
    padding: 0;
    margin: 19px 0 0;
    list-style: none;
}

.store-hero-search li {
    position: relative;
    padding-left: 16px;
    color: #8fa3ae;
    font-family: var(--font-ui);
    font-size: 0.65rem;
}

.store-hero-search li::before {
    position: absolute;
    width: 5px;
    height: 5px;
    top: 0.58em;
    left: 0;
    border-radius: 50%;
    background: var(--gold-light);
    content: "";
}

.store-featured {
    padding: 88px 0 94px;
    background: var(--white);
}

.store-section-heading,
.store-catalog-heading {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        minmax(280px, 430px);
    align-items: end;
    gap: 60px;
}

.store-section-heading h2,
.store-catalog-heading h2,
.store-access h2 {
    margin: 0;
    color: var(--navy-900);
    font-family: var(--font-heading);
    font-size: clamp(2.3rem, 4vw, 3.7rem);
    font-weight: 600;
    letter-spacing: -0.035em;
    line-height: 1.08;
}

.store-section-heading > p,
.store-catalog-heading > p {
    margin: 0 0 5px;
    color: var(--muted);
    font-family: var(--font-ui);
    font-size: 0.86rem;
    line-height: 1.7;
}

.store-featured-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 45px;
}

.store-featured-card {
    display: grid;
    grid-template-columns: 145px 1fr;
    min-height: 210px;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: #fafbfb;
}

.store-featured-card > div:last-child {
    padding: 24px 20px;
}

.store-featured-card
> div:last-child
> span {
    color: var(--gold-dark);
    font-family: var(--font-ui);
    font-size: 0.57rem;
    font-weight: 800;
    text-transform: uppercase;
}

.store-featured-card h3 {
    margin: 15px 0 0;
    color: var(--navy-900);
    font-size: 1.12rem;
    font-weight: 600;
    line-height: 1.3;
}

.store-featured-card
> div:last-child
> strong {
    display: block;
    margin-top: 20px;
    color: var(--navy-900);
    font-family: var(--font-ui);
    font-size: 0.69rem;
}

.store-cover {
    position: relative;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 22px;
    overflow: hidden;
    color: var(--white);
    background: #123f60;
}

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

.store-cover::before {
    width: 210px;
    height: 210px;
    top: -105px;
    right: -90px;
}

.store-cover::after {
    width: 95px;
    height: 95px;
    top: -40px;
    right: -27px;
}

.store-cover-curso {
    background: #1c536a;
}

.store-cover-video {
    background: #3a5361;
}

.store-featured-link {
    display: inline-block;
    margin-top: 14px;
    color: var(--navy-900);
    font-family: var(--font-ui);
    font-size: 0.61rem;
    font-weight: 800;
    text-decoration: none;
}

.store-featured-link:hover {
    color: var(--gold-dark);
}

.store-cover-audio {
    background: #315165;
}

.store-cover-material {
    background: #55626a;
}

.store-cover > img {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    inset: 0;
    object-fit: cover;
}

.store-cover:has(> img)::before {
    z-index: 1;
    width: 100%;
    height: 64%;
    inset: auto 0 0;
    border: 0;
    border-radius: 0;
    background: linear-gradient(transparent, rgba(5, 26, 40, 0.88));
}

.store-cover:has(> img)::after {
    display: none;
}

.store-cover span,
.store-cover strong,
.store-cover small {
    position: relative;
    z-index: 2;
    display: block;
}

.store-cover span {
    margin-bottom: auto;
    color: var(--gold-light);
    font-family: var(--font-ui);
    font-size: 0.57rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.store-cover strong {
    font-family: var(--font-heading);
    font-size: 1.35rem;
    font-weight: 600;
    line-height: 1.15;
}

.store-cover small {
    margin-top: 7px;
    color: rgba(255, 255, 255, 0.66);
    font-family: var(--font-ui);
    font-size: 0.57rem;
}

.store-catalog {
    padding: 96px 0 106px;
    border-top: 1px solid var(--border);
    background: #f3f6f6;
}

.store-layout {
    display: grid;
    grid-template-columns:
        235px
        minmax(0, 1fr);
    align-items: start;
    gap: 24px;
    margin-top: 45px;
}

.store-filters {
    position: sticky;
    top: 96px;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 13px;
    background: var(--white);
}

.store-filters-heading {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding: 18px;
    border-bottom: 1px solid var(--border);
}

.store-filters-heading strong,
.store-filters-heading a {
    font-family: var(--font-ui);
    font-size: 0.66rem;
}

.store-filters-heading strong {
    color: var(--navy-900);
}

.store-filters-heading a {
    color: var(--gold-dark);
    text-decoration: none;
}

.store-filters form {
    display: grid;
    gap: 17px;
    padding: 20px 18px;
}

.store-filters label {
    color: var(--navy-900);
    font-family: var(--font-ui);
    font-size: 0.62rem;
    font-weight: 700;
}

.store-filters input,
.store-filters select {
    width: 100%;
    height: 42px;
    padding: 0 11px;
    margin-top: 7px;
    border: 1px solid var(--border-strong);
    border-radius: 7px;
    outline: 0;
    color: var(--text);
    background: #fbfcfc;
    font-family: var(--font-ui);
    font-size: 0.68rem;
}

.store-filters input:focus,
.store-filters select:focus {
    border-color: var(--navy-700);
    box-shadow:
        0 0 0 3px rgba(33, 99, 139, 0.1);
}

.store-filters button {
    height: 42px;
    border: 1px solid var(--navy-900);
    border-radius: 7px;
    color: var(--white);
    background: var(--navy-900);
    font-family: var(--font-ui);
    font-size: 0.68rem;
    font-weight: 750;
    cursor: pointer;
}

.store-filter-note {
    padding: 17px 18px;
    border-top: 1px solid var(--border);
    background: #fafbfb;
}

.store-filter-note span {
    color: var(--gold-dark);
    font-family: var(--font-ui);
    font-size: 0.58rem;
    font-weight: 800;
    text-transform: uppercase;
}

.store-filter-note p {
    margin: 6px 0 0;
    color: var(--muted);
    font-family: var(--font-ui);
    font-size: 0.61rem;
    line-height: 1.55;
}

.store-results-bar {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0 17px;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: var(--white);
}

.store-results-bar p,
.store-results-bar a {
    margin: 0;
    font-family: var(--font-ui);
    font-size: 0.67rem;
}

.store-results-bar p {
    color: var(--muted);
}

.store-results-bar strong {
    color: var(--navy-900);
}

.store-results-bar a {
    color: var(--navy-900);
    font-weight: 700;
    text-decoration: none;
}

.store-product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 16px;
}

.store-product-card {
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 13px;
    background: var(--white);
    box-shadow:
        0 8px 24px rgba(11, 34, 51, 0.04);
}

.store-product-card .store-cover {
    min-height: 225px;
}

.store-product-content {
    padding: 21px;
}

.store-product-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.store-product-meta span {
    padding: 4px 7px;
    border-radius: 999px;
    color: #536a77;
    background: #eef2f3;
    font-family: var(--font-ui);
    font-size: 0.54rem;
    font-weight: 700;
}

.store-product-content h3 {
    min-height: 64px;
    margin: 16px 0 9px;
    color: var(--navy-900);
    font-size: 1.18rem;
    font-weight: 600;
    line-height: 1.3;
}

.store-product-content > p {
    min-height: 68px;
    margin: 0;
    color: var(--muted);
    font-family: var(--font-ui);
    font-size: 0.7rem;
    line-height: 1.65;
}

.store-product-price {
    padding-top: 17px;
    margin-top: 17px;
    border-top: 1px solid var(--border);
}

.store-product-price span,
.store-product-price strong {
    display: block;
    font-family: var(--font-ui);
}

.store-product-price span {
    color: var(--muted);
    font-size: 0.56rem;
}

.store-product-price strong {
    margin-top: 3px;
    color: var(--navy-900);
    font-size: 0.75rem;
}

.store-product-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 18px;
}

.store-product-actions > span {
    color: var(--gold-dark);
    font-family: var(--font-ui);
    font-size: 0.58rem;
    font-weight: 700;
}

.store-product-actions a {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    border: 1px solid var(--navy-900);
    border-radius: 7px;
    color: var(--white);
    background: var(--navy-900);
    font-family: var(--font-ui);
    font-size: 0.61rem;
    font-weight: 750;
    text-decoration: none;
    transition:
        background-color 160ms ease,
        border-color 160ms ease;
}


.store-product-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 18px;
}

.store-product-actions > span {
    color: var(--gold-dark);
    font-family: var(--font-ui);
    font-size: 0.58rem;
    font-weight: 700;
}

.store-product-actions button {
    min-height: 36px;
    padding: 0 12px;
    border: 1px solid var(--navy-900);
    border-radius: 7px;
    color: var(--white);
    background: var(--navy-900);
    font-family: var(--font-ui);
    font-size: 0.61rem;
    font-weight: 750;
}

.store-product-actions button:disabled {
    cursor: not-allowed;
    opacity: 0.62;
}

.store-development-note {
    display: flex;
    align-items: center;
    gap: 17px;
    padding: 15px 18px;
    margin-top: 18px;
    border: 1px solid #e3d9be;
    border-radius: 9px;
    background: #faf8f1;
}

.store-development-note strong {
    color: var(--gold-dark);
    font-family: var(--font-ui);
    font-size: 0.62rem;
    white-space: nowrap;
}

.store-development-note p {
    margin: 0;
    color: #65747d;
    font-family: var(--font-ui);
    font-size: 0.64rem;
}

.store-empty-state {
    padding: 70px 30px;
    margin-top: 16px;
    border: 1px dashed var(--border-strong);
    border-radius: 12px;
    text-align: center;
    background: var(--white);
}

.store-empty-state span {
    color: var(--gold-dark);
    font-family: var(--font-ui);
    font-size: 0.6rem;
    font-weight: 800;
    text-transform: uppercase;
}

.store-empty-state h3 {
    margin: 13px 0 0;
    color: var(--navy-900);
    font-size: 1.5rem;
}

.store-empty-state p {
    margin: 8px 0 0;
    color: var(--muted);
    font-family: var(--font-ui);
    font-size: 0.74rem;
}

.store-empty-state a {
    display: inline-block;
    margin-top: 18px;
    color: var(--navy-900);
    font-family: var(--font-ui);
    font-size: 0.69rem;
    font-weight: 750;
    text-decoration: none;
}

.store-access {
    padding: 88px 0;
    background: var(--white);
}

.store-access-box {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 65px;
    padding: 48px;
    border: 1px solid var(--border);
    border-radius: 20px;
    background: #f7f9f9;
}

.store-access-box > div {
    max-width: 760px;
}

.store-access p:not(.store-eyebrow) {
    margin: 20px 0 0;
    color: var(--muted);
    font-family: var(--font-ui);
    font-size: 0.88rem;
    line-height: 1.75;
}

@media (max-width: 1120px) {
    .store-featured-grid {
        grid-template-columns: 1fr;
    }

    .store-featured-card {
        grid-template-columns: 180px 1fr;
    }

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

@media (max-width: 900px) {
    .store-hero-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .store-section-heading,
    .store-catalog-heading {
        grid-template-columns: 1fr;
        gap: 20px;
    }

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

    .store-filters {
        position: static;
    }

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

    .store-filter-note {
        display: none;
    }

    .store-access-box {
        grid-template-columns: 1fr;
        align-items: start;
    }
}

@media (max-width: 680px) {
    .store-hero {
        padding: 62px 0 45px;
    }

    .store-hero h1 {
        font-size: clamp(2.75rem, 13vw, 4rem);
    }

    .store-hero-search form {
        grid-template-columns: 1fr;
    }

    .store-hero-search button {
        min-height: 44px;
    }

    .store-featured,
    .store-catalog {
        padding: 72px 0;
    }

    .store-featured-card {
        grid-template-columns: 120px 1fr;
    }

    .store-featured-card .store-cover {
        min-height: 220px;
        padding: 16px;
    }

    .store-featured-card
    .store-cover strong {
        font-size: 1.05rem;
    }

    .store-filters form,
    .store-product-grid {
        grid-template-columns: 1fr;
    }

    .store-results-bar,
    .store-development-note {
        align-items: flex-start;
        flex-direction: column;
        padding-block: 14px;
    }

    .store-product-content h3,
    .store-product-content > p {
        min-height: 0;
    }

    .store-access {
        padding: 64px 0;
    }

    .store-access-box {
        gap: 34px;
        padding: 32px 23px;
        border-radius: 16px;
    }
}
