/* AKA Conversion Product Page
 * v0.1.6: authoritative first-paint stylesheet.
 * Component appearance is server-defined; JavaScript adds behavior only.
 */

/* --------------------------------------------------------------------------
   1. Root / design tokens
   -------------------------------------------------------------------------- */
.akacpp-page,
.akacpp-page *,
.akacpp-page *::before,
.akacpp-page *::after,
.akacpp-conversion-header,
.akacpp-conversion-header * {
    box-sizing: border-box;
}

.akacpp-page {
    --akacpp-text: #171717;
    --akacpp-muted: #66645f;
    --akacpp-border: #e5e3df;
    --akacpp-soft: #f2f1ee;
    --akacpp-danger: #b42318;
    --akacpp-space: clamp(42px, 6vw, 84px);

    color: var(--akacpp-text, #171717);
    background: var(--akacpp-page-bg, #f7f7f5);
    font-family: inherit;
    line-height: 1.55;
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
}

.akacpp-container {
    width: min(calc(100% - 32px), var(--akacpp-container, 1180px));
    max-width: 100%;
    min-width: 0;
    margin-inline: auto;
}

.akacpp-page h1,
.akacpp-page h2,
.akacpp-page h3 {
    margin-block: 0 .55em;
    color: var(--akacpp-text, #171717);
    font-family: inherit;
    line-height: 1.12;
    letter-spacing: -.025em;
}

.akacpp-page h1 { font-size: clamp(30px, 4vw, 48px); }
.akacpp-page h2 { font-size: clamp(25px, 3.3vw, 38px); }
.akacpp-page h3 { font-size: clamp(18px, 2vw, 23px); }
.akacpp-page p { margin-block: .6em 0; }

/* --------------------------------------------------------------------------
   2. Theme / template ownership
   Only these rules deliberately override the surrounding theme shell.
   -------------------------------------------------------------------------- */
body.akacpp-active #content.site-content {
    margin-block: 0 !important;
    padding-block: 0 !important;
}

body.akacpp-active #content.site-content > .ast-container,
body.akacpp-active .site-content > .ast-container {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin-inline: 0 !important;
    padding-inline: 0 !important;
}

body.akacpp-active #primary {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.akacpp-minimal-header #masthead,
.akacpp-minimal-header .site-header {
    display: none !important;
}

/* --------------------------------------------------------------------------
   3. Shared page / sections
   -------------------------------------------------------------------------- */
.akacpp-section {
    padding-block: var(--akacpp-space);
}

.akacpp-section + .akacpp-section {
    border-top: 1px solid var(--akacpp-border, #e5e3df);
}

.akacpp-section-head {
    max-width: 740px;
    margin-block-end: 28px;
}

.akacpp-eyebrow {
    color: var(--akacpp-muted, #66645f);
    font-size: 12px;
    font-weight: 750;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.akacpp-lead {
    color: var(--akacpp-muted, #66645f);
    font-size: clamp(17px, 2vw, 20px);
}

.akacpp-icon {
    width: 20px;
    height: 20px;
    flex: none;
    fill: currentColor;
    stroke: none;
    color: currentColor;
}

/* --------------------------------------------------------------------------
   4. Hero
   -------------------------------------------------------------------------- */
.akacpp-hero {
    padding-block: clamp(16px, 2.2vw, 30px) clamp(30px, 4vw, 54px);
}

.akacpp-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(430px, .98fr);
    gap: clamp(30px, 3.5vw, 52px);
    align-items: start;
}

.akacpp-hero-grid--reverse .akacpp-hero-media {
    order: 2;
}

.akacpp-hero-media,
.akacpp-buy-panel,
.akacpp-gallery,
.akacpp-order-slot,
.akacpp-trust-strip,
.akacpp-final-cta,
.akacpp-sticky-inner {
    min-width: 0;
    max-width: 100%;
}

.akacpp-buy-panel {
    position: sticky;
    top: 24px;
    padding-block: 4px;
}

.akacpp-hero .akacpp-title {
    max-width: 21ch;
    font-size: clamp(32px, 3vw, 44px);
}

.akacpp-badge {
    display: inline-flex;
    margin-block-end: 14px;
    padding: 6px 10px;
    border-radius: 999px;
    background: var(--akacpp-soft, #f2f1ee);
    font-size: 12px;
    font-weight: 700;
}

.akacpp-rating {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: inherit;
    font-size: 13px;
    text-decoration: none;
}

.akacpp-rating .star-rating {
    margin: 0;
}

.akacpp-sales-hook {
    max-width: 64ch;
    margin-block: 14px 2px;
    color: var(--akacpp-muted, #66645f);
    font-size: 16px;
    line-height: 1.5;
}

.akacpp-short-description {
    max-width: 72ch;
    margin-block: 4px 20px;
    color: var(--akacpp-muted, #66645f);
    font-size: 16px;
    line-height: 1.68;
}

.akacpp-short-description > p:first-child { margin-top: 0; }
.akacpp-short-description > p:last-child { margin-bottom: 0; }

.akacpp-short-description ul,
.akacpp-short-description ol {
    margin-block: 10px 0;
    padding-inline-start: 1.25em;
}

.akacpp-short-description li + li { margin-top: 5px; }
.akacpp-short-description strong { color: var(--akacpp-text, #171717); }

.akacpp-price-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-block: 16px 14px;
}

.akacpp-price {
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 800;
    line-height: 1;
}

.akacpp-price del {
    color: var(--akacpp-muted, #66645f);
    font-size: .57em;
    font-weight: 500;
    opacity: .8;
}

.akacpp-price ins { text-decoration: none; }

.akacpp-saving {
    padding: 6px 9px;
    border-radius: 999px;
    background: #ecfdf3;
    color: #067647;
    font-size: 12px;
    font-weight: 750;
}

.akacpp-hero-benefits {
    display: grid;
    gap: 10px;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.akacpp-hero-benefits li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.akacpp-hero-benefits .akacpp-icon { margin-top: 2px; }
.akacpp-hero-benefits strong { display: block; font-size: 15px; }

.akacpp-hero-benefits small {
    display: block;
    margin-top: 1px;
    color: var(--akacpp-muted, #66645f);
    font-size: 13px;
}

/* --------------------------------------------------------------------------
   5. Gallery
   First slide is already active in server HTML. JS only switches slides.
   -------------------------------------------------------------------------- */
.akacpp-gallery {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.akacpp-gallery-main {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    isolation: isolate;
    border: 1px solid var(--akacpp-border, #e5e3df);
    border-radius: var(--akacpp-radius, 14px);
    background: var(--akacpp-surface, #fff);
}

.akacpp-gallery-slide {
    position: absolute;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0;
}

.akacpp-gallery-slide.is-active {
    display: flex;
}

.akacpp-gallery-backdrop {
    position: absolute;
    z-index: 0;
    inset: -22px;
    overflow: hidden;
    background: var(--akacpp-surface, #fff);
    pointer-events: none;
}

.akacpp-gallery-backdrop::after {
    position: absolute;
    inset: 0;
    content: "";
    background: rgba(255, 255, 255, .34);
    backdrop-filter: saturate(.82);
}

.akacpp-gallery-backdrop-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(24px) saturate(.82);
    opacity: .56;
    transform: scale(1.10);
}

.akacpp-gallery-foreground {
    position: absolute;
    z-index: 1;
    inset: clamp(10px, 1.5vw, 18px);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
}

.akacpp-gallery-image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    border-radius: calc(var(--akacpp-radius, 14px) - 5px);
    object-fit: var(--akacpp-gallery-fit, contain);
    object-position: center;
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .08));
}

.akacpp-gallery:not(.akacpp-gallery--blurred) .akacpp-gallery-foreground {
    inset: clamp(12px, 2vw, 24px);
}

.akacpp-gallery-thumbs {
    display: flex;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    gap: 8px;
    overflow-x: auto;
    padding-block: 10px 2px;
    scrollbar-width: thin;
}

.akacpp-gallery-thumb {
    width: 68px;
    height: 68px;
    flex: 0 0 68px;
    padding: 4px;
    border: 1px solid transparent;
    border-radius: 10px;
    background: var(--akacpp-surface, #fff);
    cursor: pointer;
}

.akacpp-gallery-thumb.is-active {
    border-color: var(--akacpp-text, #171717);
}

.akacpp-gallery-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 7px;
    object-fit: cover;
}

/* --------------------------------------------------------------------------
   6. Purchase CTA / trust
   AKA owns the complete appearance of parent-styled Quick COD launchers.
   -------------------------------------------------------------------------- */
.akacpp-order-slot {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.akacpp-order-slot .ssqc-launcher-wrap {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
}

.akacpp-page .akacpp-order-launcher {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 52px;
    margin: 0;
    padding: 13px 18px;
    border: 0;
    border-radius: 12px;
    appearance: none;
    -webkit-appearance: none;
    background: var(--akacpp-action, #111);
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: transform .16s ease, opacity .16s ease;
    -webkit-tap-highlight-color: transparent;
}

.akacpp-page .akacpp-order-launcher:hover {
    color: #fff;
    opacity: .92;
}

.akacpp-page .akacpp-order-launcher:active {
    transform: translateY(1px);
}

.akacpp-page .akacpp-order-launcher:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--akacpp-action, #111), white 55%);
    outline-offset: 3px;
}

.akacpp-delivery-note {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-block: 12px 16px;
    color: var(--akacpp-muted, #66645f);
    font-size: 13px;
}

.akacpp-trust-strip {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 10px;
    padding-top: 14px;
    border-top: 1px solid var(--akacpp-border, #e5e3df);
}

.akacpp-trust-item {
    display: flex;
    align-items: center;
    gap: 7px;
    color: var(--akacpp-muted, #66645f);
    font-size: 12px;
}

.akacpp-trust-item .akacpp-icon {
    width: 16px;
    height: 16px;
    opacity: .88;
}

/* --------------------------------------------------------------------------
   7. Media / story / benefits / steps
   -------------------------------------------------------------------------- */
.akacpp-video-wrap {
    max-width: 920px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: var(--akacpp-radius, 14px);
    background: #111;
}

.akacpp-video-wrap video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.akacpp-proof-image img {
    width: 100%;
    height: auto;
    border-radius: var(--akacpp-radius, 14px);
}

.akacpp-two-up {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.akacpp-story-card {
    overflow: hidden;
    border: 1px solid var(--akacpp-border, #e5e3df);
    border-radius: var(--akacpp-radius, 14px);
    background: var(--akacpp-surface, #fff);
}

.akacpp-story-image,
.akacpp-benefit-image,
.akacpp-step-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.akacpp-story-copy { padding: clamp(20px, 3vw, 32px); }

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

.akacpp-benefit,
.akacpp-step {
    border: 1px solid var(--akacpp-border, #e5e3df);
    border-radius: var(--akacpp-radius, 14px);
    background: var(--akacpp-surface, #fff);
}

.akacpp-benefit {
    display: grid;
    gap: 14px;
    padding: 20px;
}

.akacpp-benefit-image {
    border-radius: calc(var(--akacpp-radius, 14px) - 4px);
}

.akacpp-benefit-icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    background: var(--akacpp-soft, #f2f1ee);
    color: var(--akacpp-text, #171717);
}

.akacpp-benefit-icon .akacpp-icon {
    width: 19px;
    height: 19px;
}

.akacpp-benefit p,
.akacpp-step p {
    margin-top: 4px;
    color: var(--akacpp-muted, #66645f);
}

.akacpp-steps {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: step;
}

.akacpp-step {
    position: relative;
    padding: 20px;
}

.akacpp-step-number {
    display: grid;
    width: 34px;
    height: 34px;
    margin-block-end: 14px;
    place-items: center;
    border-radius: 50%;
    background: var(--akacpp-text, #171717);
    color: #fff;
    font-family: inherit;
    font-size: 15px;
    font-weight: 800;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: geometricPrecision;
}

.akacpp-step-image {
    margin-bottom: 14px;
    border-radius: 10px;
}

/* --------------------------------------------------------------------------
   8. Before/after / specs / details / reviews / FAQ
   -------------------------------------------------------------------------- */
.akacpp-before-after {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.akacpp-before-after figure {
    position: relative;
    overflow: hidden;
    margin: 0;
    border: 1px solid var(--akacpp-border, #e5e3df);
    border-radius: var(--akacpp-radius, 14px);
    background: var(--akacpp-surface, #fff);
}

.akacpp-before-after figure span {
    position: absolute;
    z-index: 1;
    inset-block-start: 12px;
    inset-inline-start: 12px;
    padding: 5px 9px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .92);
    font-size: 12px;
    font-weight: 750;
}

.akacpp-before-after img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.akacpp-caption {
    color: var(--akacpp-muted, #66645f);
    font-size: 13px;
    text-align: center;
}

.akacpp-specs {
    overflow: hidden;
    margin: 0;
    border: 1px solid var(--akacpp-border, #e5e3df);
    border-radius: var(--akacpp-radius, 14px);
    background: var(--akacpp-surface, #fff);
}

.akacpp-specs > div {
    display: grid;
    grid-template-columns: minmax(140px, .35fr) 1fr;
    gap: 20px;
    padding: 13px 16px;
    border-bottom: 1px solid var(--akacpp-border, #e5e3df);
}

.akacpp-specs > div:last-child { border-bottom: 0; }
.akacpp-specs dt { font-weight: 700; }

.akacpp-specs dd {
    margin: 0;
    color: var(--akacpp-muted, #66645f);
}

.akacpp-details,
.akacpp-faq-item {
    margin-top: 10px;
    border: 1px solid var(--akacpp-border, #e5e3df);
    border-radius: 12px;
    background: var(--akacpp-surface, #fff);
}

.akacpp-details summary,
.akacpp-faq-item summary {
    padding: 15px 16px;
    cursor: pointer;
    font-weight: 750;
}

.akacpp-details-body,
.akacpp-faq-item > div {
    padding: 0 16px 16px;
    color: var(--akacpp-muted, #66645f);
}

.akacpp-review-summary {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.akacpp-review-summary .star-rating { margin: 0; }
.akacpp-woo-reviews #reviews { display: block; }

.akacpp-woo-reviews #comments,
.akacpp-woo-reviews #review_form_wrapper {
    width: 100%;
    float: none;
}

.akacpp-woo-reviews .commentlist { padding: 0; }
.akacpp-faq-list { max-width: 840px; }

.akacpp-faq-item summary {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.akacpp-faq-item[open] summary span {
    transform: rotate(45deg);
}

/* --------------------------------------------------------------------------
   9. Final CTA
   -------------------------------------------------------------------------- */
.akacpp-final-cta {
    display: grid;
    grid-template-columns: 1fr minmax(280px, .42fr);
    align-items: center;
    gap: 38px;
    margin-block: var(--akacpp-space);
    padding: clamp(24px, 4vw, 44px);
    border: 1px solid var(--akacpp-border, #e5e3df);
    border-radius: var(--akacpp-radius, 14px);
    background: var(--akacpp-surface, #fff);
}

.akacpp-final-price {
    margin-top: 16px;
    font-size: 28px;
    font-weight: 800;
}

.akacpp-final-note {
    color: var(--akacpp-muted, #66645f);
    font-size: 12px;
    text-align: center;
}

/* --------------------------------------------------------------------------
   10. Sticky CTA
   Hidden is the correct server state while the hero CTA is initially visible.
   IntersectionObserver changes only visibility after the hero leaves viewport.
   -------------------------------------------------------------------------- */
.akacpp-sticky {
    position: fixed;
    z-index: 9000;
    inset-inline: 0;
    inset-block-end: 0;
    width: auto;
    max-width: 100%;
    padding-block: 10px calc(10px + env(safe-area-inset-bottom));
    padding-inline-start: max(12px, env(safe-area-inset-left));
    padding-inline-end: max(12px, env(safe-area-inset-right));
    border-top: 1px solid var(--akacpp-border, #e5e3df);
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(10px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(120%);
    transition: transform .18s ease, opacity .18s ease;
}

.akacpp-sticky.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: none;
}

.akacpp-sticky-inner {
    display: grid;
    grid-template-columns: minmax(0, auto) minmax(180px, 360px);
    align-items: center;
    justify-content: center;
    gap: 18px;
    width: min(100%, 760px);
    max-width: 100%;
    min-width: 0;
    margin: auto;
}

.akacpp-sticky-price {
    font-size: 19px;
    font-weight: 850;
    white-space: nowrap;
}

.akacpp-sticky-price del {
    color: var(--akacpp-muted, #66645f);
    font-size: .65em;
}

.akacpp-sticky-price ins { text-decoration: none; }

.akacpp-sticky .akacpp-order-launcher {
    min-height: 46px;
    padding: 10px 16px;
}

.akacpp-sticky-visible .akacpp-page {
    padding-bottom: 78px;
}

/* --------------------------------------------------------------------------
   11. Conversion header / notices
   -------------------------------------------------------------------------- */
.akacpp-conversion-header {
    border-bottom: 1px solid #e5e3df;
    background: #fff;
}

.akacpp-conversion-header .akacpp-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 64px;
}

.akacpp-brand img {
    width: auto;
    max-height: 38px;
}

.akacpp-brand > a {
    color: #171717;
    font-weight: 800;
    text-decoration: none;
}

.akacpp-header-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.akacpp-support-link {
    color: #171717;
    font-size: 14px;
}

.akacpp-page .woocommerce-error,
.akacpp-page .woocommerce-info,
.akacpp-page .woocommerce-message {
    max-width: var(--akacpp-container, 1180px);
    margin: 16px auto !important;
}

/* --------------------------------------------------------------------------
   12. RTL
   -------------------------------------------------------------------------- */
[dir="rtl"] .akacpp-page {
    text-align: start;
}

[dir="rtl"] .akacpp-buy-panel,
[dir="rtl"] .akacpp-short-description,
[dir="rtl"] .akacpp-sales-hook {
    direction: rtl;
    text-align: start;
}

[dir="rtl"] .akacpp-rating,
[dir="rtl"] .akacpp-trust-item,
[dir="rtl"] .akacpp-delivery-note,
[dir="rtl"] .akacpp-price-row {
    direction: rtl;
}

[dir="rtl"] .akacpp-price {
    unicode-bidi: isolate;
}

[dir="rtl"] .akacpp-hero-benefits {
    padding-inline: 0;
}

[dir="rtl"] .akacpp-icon--arrow {
    transform: scaleX(-1);
}

/* --------------------------------------------------------------------------
   13. Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 960px) {
    .akacpp-hero-grid {
        grid-template-columns: 1fr;
    }

    .akacpp-hero-grid--reverse .akacpp-hero-media {
        order: 0;
    }

    .akacpp-buy-panel {
        position: static;
        padding-block: 0;
    }

    .akacpp-hero .akacpp-title {
        max-width: none;
    }

    .akacpp-benefit-grid,
    .akacpp-steps {
        grid-template-columns: 1fr 1fr;
    }

    .akacpp-final-cta {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .akacpp-container {
        width: min(
            calc(
                100% - 24px - env(safe-area-inset-left) - env(safe-area-inset-right)
            ),
            var(--akacpp-container, 1180px)
        );
        max-width: calc(
            100% - env(safe-area-inset-left) - env(safe-area-inset-right)
        );
    }

    .akacpp-hero-grid,
    .akacpp-hero-media,
    .akacpp-buy-panel,
    .akacpp-gallery,
    .akacpp-gallery-main,
    .akacpp-order-slot,
    .akacpp-order-slot .ssqc-launcher-wrap,
    .akacpp-page .akacpp-order-launcher {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .akacpp-section {
        padding-block: 38px;
    }

    .akacpp-hero {
        padding-block: 10px 28px;
    }

    .akacpp-hero .akacpp-title {
        margin-top: 10px;
        font-size: clamp(28px, 8vw, 36px);
        line-height: 1.08;
    }

    .akacpp-sales-hook {
        font-size: 15px;
    }

    .akacpp-short-description {
        margin-block: 4px 16px;
        font-size: 15px;
        line-height: 1.62;
    }

    .akacpp-price-row {
        margin-block: 14px;
    }

    .akacpp-trust-strip {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .akacpp-gallery-main {
        border-radius: 12px;
    }

    .akacpp-gallery-backdrop {
        inset: -14px;
    }

    .akacpp-gallery-backdrop-image {
        filter: blur(18px) saturate(.82);
        opacity: .50;
    }

    .akacpp-gallery-foreground {
        inset: 8px;
    }

    .akacpp-gallery-thumb {
        width: 58px;
        height: 58px;
        flex-basis: 58px;
    }

    .akacpp-two-up,
    .akacpp-benefit-grid,
    .akacpp-steps,
    .akacpp-before-after {
        grid-template-columns: 1fr;
    }

    .akacpp-benefit {
        grid-template-columns: auto 1fr;
        align-items: start;
    }

    .akacpp-benefit-image {
        width: 76px;
        height: 76px;
    }

    .akacpp-specs > div {
        grid-template-columns: 1fr;
        gap: 3px;
    }

    .akacpp-final-cta {
        margin-block: 38px;
        padding: 22px;
    }

    .akacpp-sticky-inner {
        width: 100%;
        grid-template-columns: auto minmax(150px, 1fr);
        gap: 10px;
    }

    .akacpp-sticky-price {
        font-size: 17px;
    }

    .akacpp-page .akacpp-order-launcher {
        font-size: 15px;
    }

    .akacpp-conversion-header .akacpp-container {
        min-height: 56px;
    }
}

/* --------------------------------------------------------------------------
   14. Reduced motion / accessibility
   -------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
    .akacpp-page *,
    .akacpp-page *::before,
    .akacpp-page *::after {
        scroll-behavior: auto !important;
        transition-duration: .001ms !important;
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
    }
}

@media (max-width: 390px) {
    .akacpp-container {
        width: min(
            calc(
                100% - 20px - env(safe-area-inset-left) - env(safe-area-inset-right)
            ),
            var(--akacpp-container, 1180px)
        );
    }

    .akacpp-sticky-inner {
        grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
        gap: 8px;
    }

    .akacpp-sticky-price {
        min-width: 0;
        overflow: hidden;
        font-size: 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .akacpp-sticky .akacpp-order-launcher {
        min-width: 0;
        padding-inline: 10px;
        font-size: 14px;
        white-space: nowrap;
    }
}
