.aow-toolkit {
    --aow-primary: #28464E;
    color: var(--e-global-color-e07bf0c);
}

.aow-toolkit * {
    box-sizing: border-box
}

.aow-toolkit-header {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 28px;
    border-radius: 22px 22px 0 0;
    background: linear-gradient(135deg, var(--aow-primary), #082d32);
    color: #fff
}

.aow-toolkit-header h2 {
    margin: 0 0 7px;
    font-size: clamp(28px, 4vw, 46px);
    line-height: 1.05;
    color: #fff
}

.aow-toolkit-header p {
    margin: 0;
    max-width: 760px;
    color: rgba(255, 255, 255, .84)
}

.aow-logo {
    width: 90px;
    max-height: 76px;
    object-fit: contain;
    background: #fff;
    border-radius: 14px;
    padding: 8px
}

.aow-panel {
    background: #fff;
    border: 1px solid rgba(18, 63, 70, .12);
    border-radius: 18px;
    padding: 24px;
    margin-bottom: 20px;
    box-shadow: 0 8px 28px rgba(18, 63, 70, .06)
}

.aow-panel h3 {
    color: var(--aow-primary);
    margin: 0 0 16px;
    font-size: 24px
}

.aow-panel label:not(.aow-check):not(.aow-option):not(.aow-toggle):not(.aow-consent) {
    display: block;
    font-weight: 700;
    color: var(--aow-primary)
}

.aow-panel input[type=text],
.aow-panel input[type=email],
.aow-panel input[type=number],
.aow-panel input[type=tel],
.aow-panel select,
.aow-panel textarea {
    display: block;
    width: 100%;
    margin-top: 8px;
    padding: 13px 14px;
    border: 1px solid #cbd7d9;
    border-radius: 10px;
    background: #fff;
    color: #17343a;
    font: inherit
}

.aow-panel input:focus,
.aow-panel select:focus,
.aow-panel textarea:focus {
    outline: 3px solid color-mix(in srgb, var(--e-global-color-2fbd9c5) 35%, transparent);
    border-color: var(--e-global-color-2fbd9c5)
}

.aow-intro-grid,
.aow-field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px
}

.aow-intro-grid .aow-toggle {
    grid-column: 1/-1
}

.aow-toggle,
.aow-consent {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600
}

.aow-toggle input,
.aow-consent input {
    width: 18px;
    height: 18px;
    accent-color: var(--aow-primary)
}

.aow-summary-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    text-align: center
}

.aow-summary-grid>div {
    padding: 18px;
    border-radius: 14px;
    background: #eff5f4
}

.aow-metric-value {
    display: block;
    font-size: 34px;
    font-weight: 800;
    color: var(--aow-primary)
}

.aow-metric-label {
    font-size: 13px;
    color: #567075
}

.aow-progress,
.aow-step-progress {
    height: 10px;
    background: #dbe6e5;
    border-radius: 20px;
    overflow: hidden;
    margin: 21px 0 30px;
}

.aow-progress span,
.aow-step-progress span {
    display: block;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, var(--aow-primary), var(--e-global-color-2fbd9c5));
    transition: width .25s ease
}

.aow-table-wrap {
    overflow-x: auto;
    padding: 0
}

.aow-habit-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 900px
}

.aow-habit-table th,
.aow-habit-table td {
    padding: 12px;
    border-bottom: 1px solid #e5eceb;
    text-align: center
}

.aow-habit-table th:first-child {
    text-align: left
}

.aow-habit-table thead th {
    position: sticky;
    top: 0;
    background: var(--aow-primary);
    color: #fff;
    z-index: 1
}

.aow-category-row th {
    background: #edf4f3;
    color: var(--aow-primary);
    font-size: 16px
}

.aow-category-row span {
    float: right;
    color: var(--e-global-color-2fbd9c5)
}

.aow-check {
    display: inline-flex
}

.aow-check input {
    position: absolute;
    opacity: 0
}

.aow-check span {
    width: 26px;
    height: 26px;
    border: 2px solid #b9ccca;
    border-radius: 7px;
    display: block;
    cursor: pointer;
    transition: .2s
}

.aow-check input:checked+span {
    background: var(--aow-primary);
    border-color: var(--aow-primary);
    box-shadow: inset 0 0 0 5px #fff
}

.aow-custom-goal input {
    margin: 0 !important;
    padding: 8px !important
}

.aow-actions,
.aow-step-actions {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 18px
}

.aow-button {
    border: 0;
    border-radius: 10px;
    background: var(--aow-primary);
    color: #fff !important;
    padding: 13px 20px;
    font-weight: 800;
    cursor: pointer;
    text-decoration: none !important
}

.aow-button:hover {
    filter: brightness(1.08)
}

.aow-button:disabled {
    opacity: .55;
    cursor: not-allowed
}

.aow-button-secondary {
    background: #e6eeee;
    color: var(--aow-primary) !important
}

.aow-save-status {
    min-height: 26px;
    color: #64777a;
    font-size: 13px
}

.aow-results {
    border-top: 1px solid #dbe6e5
}

.aow-results-card {
    background: #fff;
    border-radius: 20px;
    padding: 26px;
    border: 1px solid #dbe6e5
}

.aow-results-card h3 {
    font-size: 30px;
    color: var(--aow-primary);
    margin-top: 0
}

.aow-results-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px
}

.aow-results-grid>div {
    background: #eff5f4;
    padding: 18px;
    border-radius: 14px
}

.aow-results-grid strong {
    display: block;
    font-size: 28px;
    color: var(--aow-primary)
}

.aow-result-list {
    padding-left: 20px
}

.aow-toolkit-footer {
    text-align: center;
    padding: 18px;
    background: var(--aow-primary);
    color: #fff;
    border-radius: 0 0 22px 22px;
    font-size: 13px
}

.aow-option-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px
}

.aow-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px;
    border: 1px solid #d4e0de;
    border-radius: 12px;
    cursor: pointer;
    background: #fafcfb
}

.aow-option:has(input:checked) {
    border-color: var(--e-global-color-2fbd9c5);
    background: #fff8e9
}

.aow-option input {
    accent-color: var(--aow-primary);
    width: 18px;
    height: 18px
}

.aow-step {
    display: none
}

.aow-step.is-active {
    display: block
}

.aow-step-label {
    color: var(--e-global-color-2fbd9c5);
    font-weight: 800;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .08em
}

.aow-disclaimer {
    font-size: 13px;
    background: #f5f1e6;
    padding: 14px;
    border-left: 4px solid var(--e-global-color-2fbd9c5)
}

.aow-error {
    color: #a21c1c;
    font-weight: 700
}

.aow-success {
    color: #12643c;
    font-weight: 700
}

@media(max-width:760px) {
    .aow-toolkit {
        margin: 16px 0
    }

    .aow-toolkit-header {
        border-radius: 0;
        padding: 22px
    }

    .aow-logo {
        width: 70px
    }

    .aow-form,
    .aow-results {
        padding: 14px
    }

    .aow-panel {
        padding: 18px
    }

    .aow-intro-grid,
    .aow-field-grid,
    .aow-option-grid,
    .aow-summary-grid,
    .aow-results-grid {
        grid-template-columns: 1fr
    }

    .aow-actions,
    .aow-step-actions {
        flex-direction: column-reverse
    }

    .aow-button {
        width: 100%
    }

    .aow-toolkit-footer {
        border-radius: 0
    }
}

.aow-toolkit-content[hidden],
.aow-email-gate[hidden] {
    display: none !important
}

.aow-gate-card {
    max-width: 760px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid rgba(18, 63, 70, .12);
    border-radius: 22px;
    padding: 34px;
    box-shadow: 0 14px 40px rgba(18, 63, 70, .08)
}

.aow-gate-kicker,
.aow-section-heading>span {
    display: block;
    margin-bottom: 8px;
    color: var(--e-global-color-2fbd9c5);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase
}

.aow-gate-card h3,
.aow-section-heading h3,
.aow-fillable-download h3 {
    margin: 0 0 10px;
    color: var(--aow-primary);
    font-size: 28px
}

.aow-gate-card>p {
    margin: 0 0 22px;
    color: #567075
}

.aow-gate-form .aow-consent {
    margin: 18px 0
}

.aow-gate-message {
    min-height: 24px;
    margin: 12px 0 0
}

.aow-access-toolkit .aow-access-panel {
    margin: 24px;
    background: #fff;
    text-align: center
}

.aow-access-icon {
    display: inline-grid;
    width: 56px;
    height: 56px;
    place-items: center;
    border-radius: 50%;
    background: #eff5f4;
    font-size: 25px
}

.aow-access-panel h3 {
    margin-top: 16px
}

.aow-promotions {
    padding-top: 22px;
    border-top: 1px solid #dbe6e5
}

.aow-section-heading {
    margin-bottom: 18px
}

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

.aow-promo-card {
    display: flex;
    min-height: 180px;
    flex-direction: column;
    padding: 22px;
    border: 1px solid #dbe6e5;
    border-radius: 16px;
    background: #fff;
    color: #17343a !important;
    text-decoration: none !important;
    transition: transform .2s ease, box-shadow .2s ease
}

.aow-promo-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 26px rgba(18, 63, 70, .1)
}

.aow-promo-card span {
    color: var(--aow-primary);
    font-size: 19px;
    font-weight: 800
}

.aow-promo-card small {
    margin: 10px 0 20px;
    color: #61777b;
    font-size: 14px;
    line-height: 1.5
}

.aow-promo-card strong {
    margin-top: auto;
    color: var(--e-global-color-2fbd9c5)
}

.aow-fillable-download {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin: 0;
    padding: 26px 24px;
    background: #eef4f3;
    border-top: 1px solid #dbe6e5
}

.aow-fillable-download span {
    color: var(--e-global-color-2fbd9c5);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase
}

.aow-fillable-download h3 {
    font-size: 23px
}

.aow-fillable-download p {
    margin: 0;
    color: #61777b
}

.aow-fillable-download .aow-button {
    flex: 0 0 auto
}

@media(max-width:900px) {
    .aow-promo-grid {
        grid-template-columns: 1fr 1fr
    }
}

@media(max-width:760px) {
    .aow-email-gate {
        padding: 14px
    }

    .aow-gate-card {
        padding: 22px
    }

    .aow-promo-grid {
        grid-template-columns: 1fr
    }

    .aow-promotions {
        padding: 24px 14px
    }

    .aow-fillable-download {
        align-items: stretch;
        flex-direction: column;
        padding: 22px 14px
    }

    .aow-access-toolkit .aow-access-panel {
        margin: 14px
    }
}

.aow-history-list {
    display: grid;
    gap: 14px
}

.aow-history-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 20px;
    border: 1px solid #dbe6e5;
    border-radius: 16px;
    background: #fafcfb
}

.aow-history-card span {
    color: var(--e-global-color-2fbd9c5);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em
}

.aow-history-card h3 {
    margin: 5px 0 7px;
    font-size: 20px
}

.aow-history-card p {
    margin: 0;
    color: #61777b
}

.aow-history-card .aow-button {
    flex: 0 0 auto
}

@media(max-width:760px) {
    .aow-history-card {
        align-items: stretch;
        flex-direction: column
    }

    .aow-history-card .aow-button {
        width: 100%;
        text-align: center
    }
}

.aow-access-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 18px
}

.aow-registration-wrap {
    max-width: 520px;
    margin: 24px auto 0
}

.aow-registration-wrap[hidden] {
    display: none !important
}

.aow-registration-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 8px 0 20px;
    color: #789094;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em
}

.aow-registration-divider:before,
.aow-registration-divider:after {
    content: "";
    height: 1px;
    flex: 1;
    background: #dbe6e5
}

.aow-registration-form {
    text-align: left;
    padding: 22px;
    border: 1px solid #dbe6e5;
    border-radius: 16px;
    background: #f8fbfa
}

.aow-registration-form h4 {
    margin: 0 0 6px;
    color: var(--aow-primary);
    font-size: 22px
}

.aow-registration-form>p {
    margin: 0 0 18px;
    color: #61777b;
    line-height: 1.5
}

.aow-registration-form label {
    display: block;
    margin-top: 14px;
    color: var(--aow-primary);
    font-weight: 700
}

.aow-registration-form input {
    display: block;
    width: 100%;
    margin-top: 7px;
    padding: 12px 13px;
    border: 1px solid #cbd7d9;
    border-radius: 10px;
    background: #fff;
    color: #17343a;
    font: inherit
}

.aow-registration-form input:focus {
    outline: 3px solid color-mix(in srgb, var(--e-global-color-2fbd9c5) 35%, transparent);
    border-color: var(--e-global-color-2fbd9c5)
}

.aow-registration-form small {
    display: block;
    margin-top: 5px;
    color: #789094;
    font-weight: 400
}

.aow-registration-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 20px
}

.aow-link-button {
    padding: 8px;
    border: 0;
    background: transparent;
    color: var(--aow-primary);
    font: inherit;
    font-weight: 800;
    cursor: pointer;
    text-decoration: underline
}

.aow-registration-message {
    min-height: 24px;
    margin: 12px 0 0 !important
}

.aow-access-panel .aow-button-secondary {
    border: 1px solid var(--aow-primary)
}

@media(max-width:760px) {

    .aow-access-actions,
    .aow-registration-actions {
        align-items: stretch;
        flex-direction: column
    }

    .aow-access-actions .aow-button,
    .aow-registration-actions .aow-button {
        width: 100%;
        text-align: center
    }

    .aow-registration-form {
        padding: 18px
    }
}

/* Reusable toolkit builder and personalised result progress bars */
.aow-category-progress-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none
}

.aow-category-progress-item {
    margin: 0;
    padding: 0
}

.aow-category-progress-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 8px;
    color: var(--aow-primary);
    font-size: 15px;
    font-weight: 700
}

.aow-category-progress-header strong {
    color: var(--e-global-color-2fbd9c5);
    font-size: 15px;
    font-weight: 800
}

.aow-category-progress-track {
    position: relative;
    width: 100%;
    height: 12px;
    overflow: hidden;
    background: #e8eeed;
    border-radius: 999px
}

.aow-category-progress-fill {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, var(--aow-primary) 0%, color-mix(in srgb, var(--aow-primary) 72%, #fff) 70%, var(--e-global-color-2fbd9c5) 100%);
    border-radius: inherit;
    transition: width .8s ease
}

.aow-next-focus {
    margin-top: 28px;
    padding: 22px;
    background: #f5f0e5;
    border-left: 4px solid var(--e-global-color-2fbd9c5);
    border-radius: 10px
}

.aow-next-focus-label {
    display: block;
    margin-bottom: 7px;
    color: var(--e-global-color-2fbd9c5);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase
}

.aow-next-focus p {
    margin: 0;
    color: var(--aow-primary);
    font-size: 16px;
    line-height: 1.6
}

.aow-results-card>.aow-button {
    display: inline-block;
    margin-top: 24px
}

.aow-result-overall-progress {
    margin: 18px 0 24px
}

.aow-custom-question-list {
    display: grid;
    gap: 22px
}

.aow-custom-question {
    padding: 18px;
    border: 1px solid #dbe6e5;
    border-radius: 14px;
    background: #fafcfb
}

.aow-question-label {
    margin: 0 0 12px;
    color: var(--aow-primary);
    font-size: 16px;
    font-weight: 800
}

.aow-question-label span {
    color: var(--e-global-color-2fbd9c5)
}

.aow-custom-question>input,
.aow-custom-question>select,
.aow-custom-question>textarea {
    display: block;
    width: 100%;
    padding: 13px 14px;
    border: 1px solid #cbd7d9;
    border-radius: 10px;
    background: #fff;
    color: #17343a;
    font: inherit
}

.aow-custom-question>input:focus,
.aow-custom-question>select:focus,
.aow-custom-question>textarea:focus {
    outline: 3px solid color-mix(in srgb, var(--e-global-color-2fbd9c5) 35%, transparent);
    border-color: var(--e-global-color-2fbd9c5)
}

.aow-gate-form input[type=text],
.aow-gate-form input[type=email],
.aow-gate-form input[type=tel] {
    display: block;
    width: 100%;
    margin-top: 8px;
    padding: 13px 14px;
    border: 1px solid #cbd7d9;
    border-radius: 10px;
    background: #fff;
    color: #17343a;
    font: inherit
}

.aow-gate-form input:focus {
    outline: 3px solid color-mix(in srgb, var(--e-global-color-2fbd9c5) 35%, transparent);
    border-color: var(--e-global-color-2fbd9c5)
}

/* Dedicated product toolkit system */
.aow-product-header {
    position: relative;
    overflow: hidden
}

.aow-product-header>div {
    flex: 1;
    min-width: 0
}

.aow-product-kicker,
.aow-result-kicker {
    display: block;
    margin-bottom: 8px;
    color: var(--e-global-color-2fbd9c5);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase
}

.aow-product-cover {
    width: 118px;
    height: 150px;
    flex: 0 0 118px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .22);
    transform: rotate(2deg)
}

.aow-product-field {
    display: block;
    margin-bottom: 18px
}

.aow-product-field>span,
.aow-product-field legend {
    display: block;
    margin-bottom: 8px;
    color: var(--aow-primary);
    font-weight: 800
}

.aow-product-field fieldset {
    border: 0
}

.aow-product-field textarea {
    min-height: 112px;
    resize: vertical
}

.aow-option-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px
}

.aow-product-field.aow-product-field {
    border: 0;
    padding: 0
}

.aow-product-field legend {
    padding: 0
}

.aow-money-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 18px
}

.aow-download-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap
}

.aow-result-kicker {
    margin-bottom: 6px
}

.aow-overall-result {
    margin: 22px 0
}

.aow-overall-result>div:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--aow-primary);
    font-weight: 800
}

.aow-overall-result strong {
    color: var(--e-global-color-2fbd9c5);
    font-size: 22px
}

.aow-result-actions {
    margin-top: 26px;
    padding: 20px;
    background: #f8faf7;
    border: 1px solid #dbe6e5;
    border-radius: 14px
}

.aow-result-actions h4 {
    margin-top: 0
}

.aow-result-actions .aow-result-list {
    margin-bottom: 0
}

.aow-toolkit-library {}

.aow-toolkit-library * {
    box-sizing: border-box
}

.aow-library-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 28px
}

.aow-library-card {
    position: relative;
    display: block;
    overflow: hidden;
    min-width: 0;
    aspect-ratio: 4 / 5.15;
    padding: 0;
    border: 0;
    border-radius: 20px;
    background: linear-gradient(145deg, var(--aow-primary), #071d20);
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: 0 14px 34px rgba(8, 32, 36, .14);
    isolation: isolate;
    transform: translateZ(0);
    transition: transform .38s ease, box-shadow .38s ease;
}

.aow-library-card:hover,
.aow-library-card:focus-visible {
    transform: translateY(-7px);
    box-shadow: 0 24px 48px rgba(8, 32, 36, .24);
    outline: 0
}

.aow-library-card:focus-visible {
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--e-global-color-2fbd9c5) 55%, transparent), 0 24px 48px rgba(8, 32, 36, .24)
}

.aow-library-media {
    position: absolute;
    inset: 0;
    display: block;
    overflow: hidden;
    background: linear-gradient(145deg, var(--aow-primary), #071d20)
}

.aow-library-media:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, .18) 100%);
    pointer-events: none
}

.aow-library-media>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform .65s cubic-bezier(.2, .72, .22, 1), filter .45s ease
}

.aow-library-card:hover .aow-library-media>img,
.aow-library-card:focus-visible .aow-library-media>img {
    transform: scale(1.045);
    filter: saturate(.96) brightness(.91)
}

.aow-library-image-placeholder {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    background: radial-gradient(circle at 25% 18%, color-mix(in srgb, var(--e-global-color-2fbd9c5) 32%, transparent), transparent 38%), linear-gradient(145deg, var(--aow-primary), #071d20)
}

.aow-library-image-placeholder>span {
    display: grid;
    width: 96px;
    height: 96px;
    place-items: center;
    border: 2px solid color-mix(in srgb, var(--e-global-color-2fbd9c5) 72%, #fff);
    border-radius: 50%;
    color: var(--e-global-color-2fbd9c5);
    font-family: Georgia, serif;
    font-size: 31px;
    font-weight: 700;
    letter-spacing: .08em
}

.aow-library-card:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000000;
    z-index: 1;
}

.aow-library-card:hover:before {
    background-color: #00000040;
}

.aow-library-overlay {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: 45%;
    padding: 20px 18px;
    width: 90%;
    border-radius: 0 15px 0 0;
    background: linear-gradient(145deg, #121212 0%, #050505 100%);
    color: #fff;
    transform: translateY(calc(100% - 94px));
    transition: transform .5s cubic-bezier(.2, .78, .2, 1);
}

.aow-library-card:hover .aow-library-overlay,
.aow-library-card:focus-visible .aow-library-overlay {
    transform: translateY(0)
}

.aow-library-summary {
    align-items: center;
    gap: 12px;
    position: relative;
    display: flex;
    padding-bottom: 18px;
}

.aow-library-icon {
    display: grid;
    width: 60px;
    height: 60px;
    place-items: center;
    border-radius: 50%;
    background: var(--e-global-color-2fbd9c5);
    color: #121212;
    box-shadow: 0 7px 22px rgba(0, 0, 0, .22)
}

.aow-library-icon svg {
    width: 34px;
    height: 34px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.7;
    stroke-linecap: round;
    stroke-linejoin: round
}

.aow-library-title {
    display: block;
    color: var(--aow-accent);
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.2;
}

.aow-library-arrow {
    width: 98px;
    color: #fff;
    transition: transform .4s ease;
    position: absolute;
    right: -17px;
    top: -34px;
    opacity: 0.2;
}

.aow-library-arrow .aow-library-arrow-icon {
    width: 98px !important;
    height: auto !important;
}

.aow-library-card:hover .aow-library-arrow,
.aow-library-card:focus-visible .aow-library-arrow {
    transform: translate(4px, -4px)
}

.aow-library-reveal {
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .28s ease .05s, transform .38s ease .05s;
}

.aow-library-card:hover .aow-library-reveal,
.aow-library-card:focus-visible .aow-library-reveal {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .16s
}

.aow-library-divider {
    display: block;
    width: 100%;
    height: 1px;
    margin: 0 0 25px;
    background: rgba(255, 255, 255, .16)
}

.aow-library-description {
    display: block;
    color: rgba(255, 255, 255, .92);
    font-size: 14px;
    line-height: 1.2;
}

.aow-library-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 21px;
    color: var(--e-global-color-2fbd9c5);
    font-size: 16px;
    font-weight: 700
}

.aow-library-cta-icon {
    width: 24px;
    height: 24px
}

.aow-promo-card img {
    width: 100%;
    height: 132px;
    margin: -20px -20px 18px;
    width: calc(100% + 40px);
    object-fit: cover;
    border-radius: 15px 15px 0 0;
    background: #eef2ef
}

@media(max-width:980px) {
    .aow-library-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .aow-product-cover {
        width: 96px;
        height: 124px;
        flex-basis: 96px
    }

    .aow-library-summary {
        gap: 14px
    }

    .aow-library-icon {
        width: 54px;
        height: 54px
    }

    .aow-library-arrow,
    .aow-library-arrow-icon {
        width: 48px;
        height: 48px
    }
}

@media(max-width:760px) {
    .aow-product-header {
        align-items: flex-start;
        flex-wrap: wrap
    }

    .aow-product-header .aow-logo {
        width: 70px
    }

    .aow-product-cover {
        display: none
    }

    .aow-money-grid,
    .aow-option-grid,
    .aow-library-grid {
        grid-template-columns: 1fr
    }

    .aow-toolkit-library {
        margin: 18px 0;
        padding: 18px;
        border-radius: 14px
    }

    .aow-library-grid {
        gap: 20px
    }

    .aow-library-card {
        aspect-ratio: 4/5.05;
        border-radius: 24px
    }

    .aow-library-summary {
        min-height: 122px
    }

    .aow-library-description {
        min-height: 0;
        font-size: 15px
    }

    .aow-download-actions {
        align-items: stretch;
        flex-direction: column
    }

    .aow-download-actions .aow-button {
        width: 100%;
        text-align: center
    }
}

/* Lightweight media mode: uploaded covers are optional; a branded placeholder is shown when empty. */
.aow-promo-card:not(:has(>img)) {
    padding-top: 22px
}

.aow-product-header:not(:has(.aow-product-cover))>div {
    max-width: 860px
}

@media(hover:none) {
    .aow-library-overlay {
        transform: translateY(0)
    }

    .aow-library-reveal {
        opacity: 1;
        transform: none
    }

    .aow-library-card:hover {
        transform: none
    }

    .aow-library-media>img {
        filter: saturate(.96) brightness(.93)
    }
}

/* v3.0.3: every toolkit recommendation card uses the same hover-card design as [aow_toolkit_hub]. */
.aow-promotions-library .aow-library-grid {
    margin-top: 0;
    gap: 24px;
}

.aow-promotions-library .aow-library-card {
    min-height: 0;
}

@media(max-width:980px) {
    .aow-promotions-library .aow-library-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media(max-width:760px) {
    .aow-promotions-library {
        padding: 24px 18px;
    }

    .aow-promotions-library .aow-library-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}