/**
 * Expert product content for PSK / WooCommerce.
 * Scoped to the product-specific .c-aws-f11-product-content to avoid changing legacy descriptions.
 */

.c-aws-f11-product-content {
    --c-aws-f11-product-accent: #2f3e4e;
    --c-aws-f11-product-action: #b21d22;
    --c-aws-f11-product-ink: #0f0f0f;
    --c-aws-f11-product-muted: #303030;
    --c-aws-f11-product-line: #e8e8e8;
    --c-aws-f11-product-soft: #f8f9fa;
    container-type: inline-size;
    max-width: 1040px;
    margin: 0 auto;
    color: var(--c-aws-f11-product-ink);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.68;
}

.c-aws-f11-product-content * {
    box-sizing: border-box;
}

.c-aws-f11-product-content section {
    margin: 52px 0;
}

.c-aws-f11-product-content > section:first-child {
    margin-top: 0;
    padding-top: 24px;
}

.c-aws-f11-product-content h2,
.c-aws-f11-product-content h3,
.c-aws-f11-product-content p,
.c-aws-f11-product-content ul,
.c-aws-f11-product-content figure {
    margin-top: 0;
}

.c-aws-f11-product-content h2 {
    margin-bottom: 20px;
    color: var(--c-aws-f11-product-ink);
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 1.22;
}

.c-aws-f11-product-content h3 {
    margin-bottom: 10px;
    color: var(--c-aws-f11-product-ink);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

.c-aws-f11-product-content p {
    margin-bottom: 18px;
    color: var(--c-aws-f11-product-muted);
}

.c-aws-f11-product-content strong {
    color: var(--c-aws-f11-product-ink);
    font-weight: 700;
}

.c-aws-f11-product-content a:not(.c-aws-f11-product-button) {
    color: var(--c-aws-f11-product-ink);
    text-decoration-color: rgba(47, 62, 78, 0.5);
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.c-aws-f11-product-content a:not(.c-aws-f11-product-button):hover,
.c-aws-f11-product-content a:not(.c-aws-f11-product-button):focus-visible {
    color: var(--c-aws-f11-product-accent);
    text-decoration-color: currentColor;
}

.c-aws-f11-product-eyebrow {
    display: none;
}

.c-aws-f11-product-lead {
    max-width: 840px;
    font-size: 18px;
    line-height: 1.62;
}

.c-aws-f11-product-promo {
    position: relative;
    margin: 30px 0 0;
    padding: 22px 24px;
    overflow: hidden;
    border: 1px solid var(--c-aws-f11-product-line);
    border-radius: 6px;
    background: #fff;
    color: var(--c-aws-f11-product-ink);
}

.c-aws-f11-product-promo::before {
    content: none;
}

.c-aws-f11-product-promo__layout {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    column-gap: 24px;
    row-gap: 0;
    align-items: start;
}

.c-aws-f11-product-promo__media {
    display: block;
    grid-column: 1;
    grid-row: 1 / 4;
    width: 160px;
    height: 160px;
    margin: 0 !important;
    align-self: center;
    overflow: hidden;
    border: 1px solid var(--c-aws-f11-product-line);
    border-radius: 5px;
    background: #fff;
}

.c-aws-f11-product-promo__media a,
.c-aws-f11-product-promo__media img {
    display: block;
    width: 100%;
    height: 100%;
}

.c-aws-f11-product-promo__media img {
    object-fit: contain;
}

.c-aws-f11-product-promo__content {
    display: contents;
    min-width: 0;
}

.c-aws-f11-product-promo__label {
    display: inline-flex;
    width: auto;
    align-items: center;
    gap: 8px;
    grid-column: 2;
    grid-row: 1;
    justify-self: start;
    margin-bottom: 10px;
    padding: 10px 16px;
    border-radius: 5px;
    background: var(--c-aws-f11-product-action);
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.045em;
    line-height: 1.25;
    text-transform: uppercase;
}

.c-aws-f11-product-promo__label::before {
    content: "";
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='8' width='18' height='13' rx='1'/%3E%3Cpath d='M12 8v13M2 8h20v4H2zM12 8H7.5C5.9 8 5 7.1 5 5.8 5 4.8 5.8 4 6.8 4 9.1 4 12 8 12 8zm0 0h4.5C18.1 8 19 7.1 19 5.8 19 4.8 18.2 4 17.2 4 14.9 4 12 8 12 8z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='8' width='18' height='13' rx='1'/%3E%3Cpath d='M12 8v13M2 8h20v4H2zM12 8H7.5C5.9 8 5 7.1 5 5.8 5 4.8 5.8 4 6.8 4 9.1 4 12 8 12 8zm0 0h4.5C18.1 8 19 7.1 19 5.8 19 4.8 18.2 4 17.2 4 14.9 4 12 8 12 8z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.c-aws-f11-product-promo__gift {
    flex: 0 0 18px;
}

.c-aws-f11-product-promo h2,
.c-aws-f11-product-promo p,
.c-aws-f11-product-promo strong {
    color: var(--c-aws-f11-product-ink);
}

.c-aws-f11-product-promo h2 {
    grid-column: 2;
    grid-row: 2;
    margin-bottom: 9px;
    font-size: 27px;
}

.c-aws-f11-product-promo__content > p {
    grid-column: 2;
    grid-row: 3;
    max-width: 850px;
    margin-bottom: 0;
    color: var(--c-aws-f11-product-muted);
}

.c-aws-f11-product-promo__time {
    display: block;
    color: var(--c-aws-f11-product-ink);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
}

.c-aws-f11-product-promo__notice {
    grid-column: 1 / -1;
    grid-row: 4;
    margin-top: 14px;
    padding: 13px 16px;
    border-left: 4px solid var(--c-aws-f11-product-action);
    background: var(--c-aws-f11-product-soft);
}

.c-aws-f11-product-promo__notice h3 {
    margin: 0 0 5px;
    color: var(--c-aws-f11-product-ink);
    font-size: 16px;
    font-weight: 750;
    line-height: 1.3;
}

.c-aws-f11-product-promo__notice p {
    margin: 0 0 5px;
    color: var(--c-aws-f11-product-muted);
    font-size: 14px;
    line-height: 1.55;
}

.c-aws-f11-product-promo__notice p:last-child {
    margin-bottom: 0;
}

.c-aws-f11-product-promo__contact {
    display: flex;
    grid-column: 1 / -1;
    grid-row: 5;
    margin-top: 14px;
    gap: 8px 14px;
    align-items: center;
    flex-wrap: wrap;
}

.c-aws-f11-product-promo__phone {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    border-radius: 5px;
    background: var(--c-aws-f11-product-action);
    color: #fff !important;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none !important;
    white-space: nowrap;
}

.c-aws-f11-product-promo__phone:hover,
.c-aws-f11-product-promo__phone:focus-visible {
    background: var(--c-aws-f11-product-ink);
    color: #fff !important;
}

.c-aws-f11-product-promo__phone:focus-visible {
    outline: 3px solid var(--c-aws-f11-product-accent);
    outline-offset: 3px;
}

.c-aws-f11-product-figure {
    margin: 22px 0 0;
    overflow: hidden;
    border-radius: 6px;
    background: var(--c-aws-f11-product-soft);
}

.c-aws-f11-product-figure img {
    display: block;
    width: 100%;
    height: auto;
}

.c-aws-f11-product-facts,
.c-aws-f11-product-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 28px;
    margin: 24px 0 0;
}

.c-aws-f11-product-fact,
.c-aws-f11-product-card {
    min-width: 0;
    padding: 20px 0;
    border: 0;
    border-top: 1px solid var(--c-aws-f11-product-line);
    border-radius: 0;
    background: transparent;
    overflow-wrap: normal;
    word-break: normal;
}

.c-aws-f11-product-fact__value {
    display: block;
    margin-bottom: 5px;
    color: var(--c-aws-f11-product-ink);
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1;
}

.c-aws-f11-product-fact__label,
.c-aws-f11-product-card p {
    margin: 0;
    color: var(--c-aws-f11-product-muted);
    font-size: 14px;
    line-height: 1.55;
}

.c-aws-f11-product-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 24px;
}

.c-aws-f11-product-grid > :only-child {
    grid-column: 1 / -1;
}

.c-aws-f11-product-panel {
    padding: 24px;
    border-radius: 6px;
    background: var(--c-aws-f11-product-soft);
}

.c-aws-f11-product-list {
    display: grid;
    gap: 11px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.c-aws-f11-product-list li {
    position: relative;
    margin: 0;
    padding-left: 25px;
    color: var(--c-aws-f11-product-muted);
}

.c-aws-f11-product-list li::before {
    content: "";
    position: absolute;
    top: 0.68em;
    left: 1px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--c-aws-f11-product-action);
}

.c-aws-f11-product-note {
    margin-top: 22px;
    padding: 18px 20px;
    border-left: 4px solid var(--c-aws-f11-product-action);
    background: var(--c-aws-f11-product-soft);
}

.c-aws-f11-product-note p:last-child {
    margin-bottom: 0;
}

.c-aws-f11-product-specs {
    margin-top: 22px;
    overflow: hidden;
    border-top: 1px solid var(--c-aws-f11-product-line);
}

.c-aws-f11-product-specs table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    background: var(--c-aws-f11-product-soft);
}

.c-aws-f11-product-specs th,
.c-aws-f11-product-specs td {
    padding: 12px 14px;
    border-bottom: 1px solid var(--c-aws-f11-product-line);
    line-height: 1.45;
    vertical-align: top;
}

.c-aws-f11-product-specs th {
    width: 58%;
    background: var(--c-aws-f11-product-soft);
    color: var(--c-aws-f11-product-ink);
    font-weight: 700;
    text-align: left;
}

.c-aws-f11-product-specs td {
    background: #fff;
    color: var(--c-aws-f11-product-muted);
    text-align: right;
}

.c-aws-f11-product-category-link {
    margin: 18px 0 0 !important;
}

.c-aws-f11-product-category-link a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    border: 0;
    border-radius: 5px;
    background: var(--c-aws-f11-product-action);
    color: #fff !important;
    font-weight: bold;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
}

.c-aws-f11-product-category-link a::after {
    content: none;
}

.c-aws-f11-product-content .c-aws-f11-product-category-link a:hover,
.c-aws-f11-product-content .c-aws-f11-product-category-link a:focus-visible {
    background: var(--c-aws-f11-product-ink);
    color: #fff !important;
    text-decoration: none;
}

.c-aws-f11-product-recommendation {
    display: flex !important;
    width: 100%;
    min-width: 0;
    gap: 16px;
    align-items: start;
    padding: 20px 0;
    border: 0;
    border-top: 1px solid var(--c-aws-f11-product-line);
    border-radius: 0;
    background: transparent;
}

.c-aws-f11-product-grid > .c-aws-f11-product-recommendation {
    grid-column: 1 / -1;
}

.c-aws-f11-product-recommendation__media {
    display: block;
    flex: 0 0 132px;
    width: 132px;
    height: 132px;
    margin: 0 !important;
    overflow: hidden;
    border: 1px solid var(--c-aws-f11-product-line);
    border-radius: 5px;
    background: #fff;
}

.c-aws-f11-product-recommendation__media a,
.c-aws-f11-product-recommendation__media p {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 !important;
}

.c-aws-f11-product-recommendation__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.c-aws-f11-product-recommendation__body {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    max-width: none;
}

.c-aws-f11-product-recommendation__type {
    display: block;
    margin: 0 0 7px !important;
    color: var(--c-aws-f11-product-accent);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.c-aws-f11-product-recommendation p:last-child {
    margin-bottom: 0;
}

.c-aws-f11-product-recommendation__actions {
    margin: 12px 0 0 !important;
}

.c-aws-f11-product-recommendation__cart.button {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    padding: 9px 15px;
    border: 1px solid var(--c-aws-f11-product-action);
    border-radius: 3px;
    background: var(--c-aws-f11-product-action);
    color: #fff !important;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.2;
    text-decoration: none;
}

.c-aws-f11-product-recommendation__cart.button .single_add_to_cart_button-text,
.c-aws-f11-product-recommendation__cart.button .__text {
    color: inherit !important;
}

.c-aws-f11-product-recommendation__cart.button:hover,
.c-aws-f11-product-recommendation__cart.button:focus-visible {
    border-color: var(--c-aws-f11-product-ink) !important;
    background: var(--c-aws-f11-product-ink) !important;
    color: #fff !important;
}

.c-aws-f11-product-faq {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.c-aws-f11-product-faq h2 {
    margin-bottom: 22px;
}

.c-aws-f11-product-faq__items {
    display: grid;
    gap: 10px;
}

.c-aws-f11-product-faq__item {
    overflow: hidden;
    border: 1px solid var(--c-aws-f11-product-line);
    border-radius: 7px;
    background: #fff;
}

.c-aws-f11-product-faq__item[open] {
    border-color: #d3d3d3;
}

.c-aws-f11-product-faq__question {
    position: relative;
    display: block;
    padding: 20px 62px 20px 22px;
    color: var(--c-aws-f11-product-ink);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    cursor: pointer;
    list-style: none;
}

.c-aws-f11-product-faq__question::-webkit-details-marker {
    display: none;
}

.c-aws-f11-product-faq__question::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: var(--c-aws-f11-product-accent);
    font-size: 25px;
    font-weight: 500;
    line-height: 1;
}

.c-aws-f11-product-faq__item[open] .c-aws-f11-product-faq__question::after {
    content: "−";
}

.c-aws-f11-product-faq__question:focus-visible {
    outline: 3px solid rgba(47, 62, 78, 0.28);
    outline-offset: -3px;
}

.c-aws-f11-product-faq__answer {
    max-width: 900px;
    padding: 0 62px 22px 22px;
}

.c-aws-f11-product-faq__answer p:last-child {
    margin-bottom: 0;
}

.c-aws-f11-product-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 26px 28px;
    border: 1px solid var(--c-aws-f11-product-line);
    border-radius: 6px;
    background: var(--c-aws-f11-product-soft);
}

.c-aws-f11-product-cta h2,
.c-aws-f11-product-cta p {
    margin-bottom: 8px;
}

.c-aws-f11-product-cta h2 {
    font-size: 25px;
}

.c-aws-f11-product-button {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-width: 230px;
    min-height: 46px;
    padding: 0 20px;
    border-radius: 4px;
    background: var(--c-aws-f11-product-action);
    color: #fff !important;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
    white-space: nowrap;
}

.c-aws-f11-product-button:hover,
.c-aws-f11-product-button:focus-visible {
    background: var(--c-aws-f11-product-ink);
}

@container (max-width: 760px) {
    .c-aws-f11-product-content h2 {
        font-size: 27px;
    }

    .c-aws-f11-product-grid {
        grid-template-columns: 1fr;
    }

    .c-aws-f11-product-cta {
        align-items: flex-start;
        flex-direction: column;
    }
}

@container (max-width: 560px) {
    .c-aws-f11-product-content {
        font-size: 15px;
        line-height: 1.68;
    }

    .c-aws-f11-product-content section {
        margin: 40px 0;
    }

    .c-aws-f11-product-promo,
    .c-aws-f11-product-panel {
        padding: 22px;
    }

    .c-aws-f11-product-promo {
        padding: 16px;
    }

    .c-aws-f11-product-promo__layout {
        grid-template-columns: 88px minmax(0, 1fr);
        column-gap: 12px;
        row-gap: 8px;
        align-items: flex-start;
    }

    .c-aws-f11-product-promo__media {
        grid-column: 1;
        grid-row: 1 / 3;
        width: 88px;
        height: 88px;
    }

    .c-aws-f11-product-promo__label {
        grid-column: 2;
        grid-row: 1;
        width: 100%;
        min-height: 40px;
        margin: 0;
        padding: 7px 9px;
        gap: 7px;
        font-size: 12px;
        letter-spacing: 0.025em;
    }

    .c-aws-f11-product-promo__label::before {
        width: 18px;
        height: 18px;
        flex-basis: 18px;
    }

    .c-aws-f11-product-promo__content > h2 {
        grid-column: 2;
        grid-row: 2;
        margin: 0;
        font-size: 20px;
        line-height: 1.2;
    }

    .c-aws-f11-product-promo__content > p,
    .c-aws-f11-product-promo__notice,
    .c-aws-f11-product-promo__contact {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .c-aws-f11-product-promo__content > p {
        margin-top: 4px;
    }

    .c-aws-f11-product-promo__notice {
        margin-top: 4px;
        padding: 12px 13px;
    }

    .c-aws-f11-product-promo__contact {
        width: 100%;
        margin-top: 4px;
        gap: 10px;
        align-items: flex-start;
        flex-direction: column;
    }

    .c-aws-f11-product-promo__time {
        font-size: 17px;
    }

    .c-aws-f11-product-promo__phone {
        width: 100%;
    }

    .c-aws-f11-product-grid,
    .c-aws-f11-product-facts,
    .c-aws-f11-product-cards {
        grid-template-columns: 1fr;
    }

    .c-aws-f11-product-fact,
    .c-aws-f11-product-card {
        padding: 18px 0;
    }

    .c-aws-f11-product-faq__question {
        padding: 18px 50px 18px 16px;
        font-size: 16px;
    }

    .c-aws-f11-product-faq__question::after {
        right: 16px;
    }

    .c-aws-f11-product-faq__answer {
        padding: 0 16px 18px;
    }

    .c-aws-f11-product-button {
        width: 100%;
    }

    .c-aws-f11-product-recommendation {
        gap: 14px;
    }

    .c-aws-f11-product-recommendation__media {
        flex-basis: 88px;
        width: 88px;
        height: 88px;
    }

    .c-aws-f11-product-specs th,
    .c-aws-f11-product-specs td {
        display: block;
        width: 100%;
        text-align: left;
    }

    .c-aws-f11-product-specs th {
        padding-bottom: 3px;
        border-bottom: 0;
    }

    .c-aws-f11-product-specs td {
        padding-top: 3px;
    }
}

@media (max-width: 767px) {
    .c-aws-f11-product-content h2,
    .c-aws-f11-product-promo h2,
    .c-aws-f11-product-cta h2 {
        font-size: 25px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .c-aws-f11-product-content *,
    .c-aws-f11-product-content *::before,
    .c-aws-f11-product-content *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
