.products-page {
    padding-bottom: 56px;
}

.products-paths,
.products-lead-magnet,
.products-next-step,
.products-positioning,
.products-catalog,
.products-bundles,
.products-content-bridge {
    padding: 10px 0 24px;
}

.products-section-head {
    width: min(100%, 860px);
    margin: 0 auto 22px;
    text-align: center;
}

.products-section-head h2 {
    width: auto;
    max-width: 22ch;
    margin: 0 auto;
    color: #102d3a;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(1.9rem, 2.8vw, 2.7rem);
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
    text-wrap: balance;
}

.products-section-head p:last-of-type {
    width: min(100%, 860px);
    margin: 16px auto 0;
    color: #4a6170;
    font-size: 1rem;
    line-height: 1.75;
    text-align: center;
}

.products-paths__grid,
.products-positioning__layout,
.products-next-step__grid,
.products-service-bridge__grid,
.products-bundles__grid,
.products-content-bridge__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

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

.products-lead-magnet__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, .95fr);
    gap: 24px;
    align-items: stretch;
}

.products-positioning__layout {
    align-items: start;
}

.products-positioning__copy,
.products-next-card,
.products-service-card,
.products-path-card,
.products-bundle-card,
.products-article-card {
    padding: 28px 26px;
    border: 1px solid rgba(10, 97, 104, .12);
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff, #f8fbfc);
    box-shadow: 0 18px 38px rgba(10, 37, 50, .08);
}

.products-positioning__copy h2,
.products-service-bridge__intro h2,
.products-lead-magnet__copy h2 {
    width: auto;
    max-width: 22ch;
    margin: 0 auto;
    color: #102d3a;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(1.9rem, 2.8vw, 2.7rem);
    font-weight: 900;
    line-height: 1.1;
    text-wrap: balance;
}

.products-positioning__copy > p:last-of-type,
.products-service-bridge__intro > p:last-of-type,
.products-lead-magnet__copy > p:last-of-type {
    margin: 16px 0 0;
    color: #4a6170;
    font-size: 1rem;
    line-height: 1.75;
}

.products-positioning__actions,
.products-service-bridge__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.products-positioning__highlights {
    display: grid;
    gap: 16px;
}

.products-highlight-card {
    padding: 22px 22px 20px;
    border: 1px solid rgba(10, 97, 104, .1);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(3, 138, 149, .06), rgba(3, 138, 149, .02));
}

.products-highlight-card strong {
    display: block;
    margin-bottom: 10px;
    color: #102d3a;
    font-family: "Montserrat", sans-serif;
    font-size: 1.05rem;
    font-weight: 800;
}

.products-highlight-card p {
    margin: 0;
    color: #4a6170;
    line-height: 1.7;
}

.products-path-card {
    display: grid;
    gap: 12px;
}

.products-path-card__eyebrow,
.products-bundle-card__eyebrow,
.products-article-card__eyebrow,
.products-lead-magnet__eyebrow {
    margin: 0;
    color: #0b6b77;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
    text-align: center;
}

.products-path-card h3,
.products-bundle-card h3,
.products-article-card h3,
.products-lead-magnet__panel h3 {
    width: auto;
    max-width: 18ch;
    margin: 0 auto;
    color: #102d3a;
    font-family: "Montserrat", sans-serif;
    font-size: 1.28rem;
    font-weight: 800;
    line-height: 1.18;
    text-align: center;
    text-wrap: balance;
}

.products-path-card p:last-child,
.products-bundle-card p:last-of-type,
.products-article-card p:last-of-type,
.products-lead-magnet__panel p:last-of-type {
    margin: 0;
    color: #526a77;
    line-height: 1.72;
}

.products-lead-magnet__copy,
.products-lead-magnet__panel {
    padding: 32px 30px;
    border-radius: 28px;
}

.products-lead-magnet__copy {
    background: linear-gradient(135deg, #0d3040, #15687a);
    box-shadow: 0 24px 48px rgba(7, 31, 44, .2);
}

.products-lead-magnet__copy .section-eyebrow,
.products-lead-magnet__copy h2,
.products-lead-magnet__copy > p:last-of-type,
.products-lead-magnet__copy .products-bullet-list li {
    color: #f7fbfd;
}

.products-lead-magnet__copy .button-link {
    border-color: rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .08);
    color: #ffffff;
}

.products-lead-magnet__copy .button-link.button-link--dark {
    border-color: #ffffff;
    background: #ffffff;
    color: #0d3040;
}

.products-lead-magnet__panel {
    border: 1px solid rgba(10, 97, 104, .12);
    background: linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(236, 246, 248, .94));
    box-shadow: 0 18px 38px rgba(10, 37, 50, .08);
}

.products-bullet-list {
    list-style: none;
    display: grid;
    gap: 10px;
    margin: 22px 0 0;
    padding: 0;
}

.products-bullet-list li {
    position: relative;
    padding-left: 18px;
    line-height: 1.68;
}

.products-bullet-list li::before {
    content: "";
    position: absolute;
    top: .62em;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #0a8e96;
}

.products-bullet-list--compact {
    margin-top: 18px;
}

.products-bundle-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.products-next-step__grid {
    align-items: stretch;
}

.products-next-card {
    display: grid;
    gap: 14px;
}

.products-next-card--primary {
    border-color: rgba(10, 142, 150, .28);
    background: linear-gradient(180deg, rgba(3, 138, 149, .08), rgba(248, 251, 252, .98));
}

.products-next-card__eyebrow {
    margin: 0;
    color: #0b6b77;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.products-next-card h3 {
    width: auto;
    max-width: 18ch;
    margin: 0 auto;
    color: #102d3a;
    font-family: "Montserrat", sans-serif;
    font-size: 1.32rem;
    font-weight: 800;
    line-height: 1.16;
    text-align: center;
    text-wrap: balance;
}

.products-next-card p {
    margin: 0;
    color: #526a77;
    line-height: 1.72;
}

.products-next-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.products-next-card__meta span {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    color: #0b6b75;
    background: rgba(11, 107, 117, .08);
    font-size: .82rem;
    font-weight: 700;
}

.products-next-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: auto;
}

.products-article-card a,
.products-bundle-card a {
    text-decoration: none;
}

.products-article-card a:hover,
.products-bundle-card a:hover {
    text-decoration: underline;
}

.products-catalog__head {
    margin-bottom: 18px;
}

.products-payment-note {
    width: min(100%, 900px);
    margin: 0 auto 24px;
    color: #47606f;
    font-size: 15px;
    text-align: center;
}

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

.product-card {
    display: grid;
    overflow: hidden;
    border: 1px solid rgba(10, 97, 104, .12);
    border-radius: 26px;
    background: linear-gradient(180deg, #ffffff, #f8fbfc);
    box-shadow: 0 18px 38px rgba(10, 37, 50, .08);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.product-card:hover {
    transform: translateY(-6px);
    border-color: rgba(10, 142, 150, .24);
    box-shadow: 0 24px 44px rgba(10, 37, 50, .14);
}

.product-card__media {
    position: relative;
    display: grid;
    align-items: stretch;
    justify-items: stretch;
    aspect-ratio: 1.4 / 1;
    min-height: 0;
    overflow: hidden;
    padding: 0;
    background: linear-gradient(135deg, rgba(9, 50, 72, .96), rgba(23, 132, 147, .88));
}

.product-card__media::before {
    display: none;
}

.product-card__brand-chip {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    max-width: calc(100% - 32px);
    padding: 8px 14px 9px;
    border-radius: 12px;
    color: #ffffff;
    background: linear-gradient(135deg, rgba(202, 9, 29, .96), rgba(164, 12, 38, .92));
    box-shadow: 0 12px 28px rgba(23, 29, 46, .24);
    font-family: "Montserrat", sans-serif;
    font-size: clamp(.86rem, .95vw, 1rem);
    font-weight: 900;
    letter-spacing: .01em;
    line-height: 1;
    white-space: nowrap;
    pointer-events: none;
}

.product-card__media img {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center center;
    background: transparent;
    transform: scale(1);
    transform-origin: center center;
    transition: transform .3s ease;
}

.product-card:hover .product-card__media img {
    transform: scale(1.03);
}

.product-card__body {
    display: grid;
    gap: 14px;
    padding: 22px 22px 24px;
}

.product-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.product-card__badge,
.product-card__format,
.product-card__coming-soon {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 700;
}

.product-card__badge {
    color: #ffffff;
    background: var(--accent);
}

.product-card__format {
    color: #0b6b75;
    background: rgba(11, 107, 117, .08);
}

.product-card__coming-soon {
    color: #6e7f89;
    background: #edf2f5;
}

.product-card h2 {
    width: auto;
    max-width: 18ch;
    margin: 0 auto;
    color: #102d3a;
    font-family: "Montserrat", sans-serif;
    font-size: 1.3rem;
    font-weight: 800;
    line-height: 1.16;
    text-align: center;
    text-wrap: balance;
}

.product-card p {
    margin: 0;
    color: #47606f;
}

.product-card__price {
    color: #0a8e96;
    font-family: "Montserrat", sans-serif;
    font-size: 1.08rem;
    font-weight: 800;
    text-align: center;
}

.product-card__facts {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: -4px 0 0;
    padding: 0;
}

.product-card__facts li {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    color: #516874;
    background: #edf4f6;
    font-size: .8rem;
    font-weight: 700;
    line-height: 1.3;
}

.product-card__features {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

.product-card__features li {
    position: relative;
    padding-left: 18px;
    color: #47606f;
    font-size: .92rem;
}

.product-card__features li::before {
    content: "";
    position: absolute;
    top: .55em;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #0a8e96;
}

.product-card__features--single {
    margin-top: 24px;
}

.product-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.product-card__actions .button-link {
    justify-content: center;
}

.product-card__cta-note {
    padding-top: 6px;
    border-top: 1px solid rgba(10, 97, 104, .08);
    color: #47606f;
    font-size: .9rem;
    line-height: 1.55;
}

.products-service-bridge {
    padding: 28px 0 24px;
}

.products-service-bridge__intro {
    width: min(100%, 880px);
    margin: 0 auto 22px;
    text-align: center;
}

.products-service-card__eyebrow {
    margin: 0 0 10px;
    color: #0b6b77;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.products-service-card h3 {
    width: auto;
    max-width: 18ch;
    margin: 0 auto 12px;
    color: #102d3a;
    font-family: "Montserrat", sans-serif;
    font-size: 1.18rem;
    font-weight: 800;
    text-align: center;
    text-wrap: balance;
}

.products-service-card p {
    margin: 0 0 16px;
    color: #526a77;
    line-height: 1.7;
}

.products-service-card a {
    color: #0b6b77;
    font-weight: 700;
    text-decoration: none;
}

.products-service-card a:hover {
    text-decoration: underline;
}

.product-single .article-card {
    gap: 18px;
}

.product-single__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
}

.product-single__details {
    display: grid;
    gap: 14px;
    padding: 18px 20px;
    border: 1px solid rgba(11, 107, 117, .12);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(3, 138, 149, .05), rgba(3, 138, 149, .02));
}

.product-single__details h2 {
    margin: 0;
    color: #102d3a;
    font-family: "Montserrat", sans-serif;
    font-size: 1.18rem;
    font-weight: 800;
}

.product-single__detail-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 12px;
    margin: 0;
}

.product-single__detail {
    display: grid;
    gap: 6px;
}

.product-single__detail dt {
    color: #0b6b75;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.product-single__detail dd {
    margin: 0;
    color: #102d3a;
    font-size: .95rem;
    font-weight: 700;
}

.products-hero .archive-hero__panel {
    display: grid;
    gap: 24px;
    align-items: start;
    justify-items: center;
    text-align: center;
}

.products-hero .archive-hero__panel > :not(.archive-stats) {
    width: min(100%, 900px);
    margin-inline: auto;
    text-align: center;
}

.products-hero .archive-hero__panel > p:first-child,
.products-hero .archive-hero__panel h1,
.products-hero .archive-hero__panel > p:last-of-type {
    margin: 0;
}

.products-hero .archive-hero__panel h1 {
    width: auto;
    max-width: 18ch;
    text-align: center;
    text-wrap: balance;
}

.products-hero .archive-hero__panel > p:last-of-type {
    max-width: 860px;
}

.products-hero .archive-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

.products-hero .archive-stat {
    display: grid;
    place-items: center;
    min-height: 118px;
    text-align: center;
}

.products-hero .archive-stat span {
    line-height: 1.4;
}

.products-path-card,
.products-next-card,
.products-service-card,
.products-bundle-card,
.products-article-card,
.products-highlight-card {
    height: 100%;
}

.product-card__body {
    align-content: start;
}

.product-card__actions {
    margin-top: auto;
}

@media (max-width: 1100px) {
    .products-paths__grid,
    .products-positioning__layout,
    .products-next-step__grid,
    .products-service-bridge__grid,
    .products-grid,
    .products-bundles__grid,
    .products-content-bridge__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .products-lead-magnet__layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 860px) {
    .products-paths__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .products-hero .archive-stats {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .product-card__brand-chip {
        top: 12px;
        left: 12px;
        max-width: calc(100% - 24px);
        padding: 7px 11px 8px;
        border-radius: 10px;
        font-size: .82rem;
    }

    .products-paths__grid,
    .products-positioning__layout,
    .products-next-step__grid,
    .products-service-bridge__grid,
    .products-grid,
    .products-bundles__grid,
    .products-content-bridge__grid {
        grid-template-columns: 1fr;
    }

    .products-positioning__copy,
    .products-next-card,
    .products-service-card,
    .products-highlight-card,
    .products-path-card,
    .products-bundle-card,
    .products-article-card,
    .products-lead-magnet__copy,
    .products-lead-magnet__panel {
        padding-inline: 20px;
    }

    .products-positioning__actions,
    .products-service-bridge__actions,
    .products-bundle-card__actions {
        align-items: stretch;
    }

    .products-positioning__actions .button-link,
    .products-service-bridge__actions .button-link,
    .products-bundle-card__actions .button-link {
        justify-content: center;
    }
}
