.dmlp-delivery-page {
    --delivery-purple: #8b2cff;
    --delivery-violet: #5a36ff;
    --delivery-blue: #087cff;
    --delivery-cyan: #00c8ff;
    --delivery-panel: #0b0a16;
    --delivery-panel-2: #11101f;
    background:
        radial-gradient(circle at 18% 4%, rgba(122, 31, 255, 0.18), transparent 31rem),
        radial-gradient(circle at 86% 17%, rgba(0, 174, 255, 0.14), transparent 32rem),
        #030307;
}

.dmlp-delivery-header {
    position: relative;
    z-index: 30;
}

.dmlp-delivery-header .dmlp-brand b,
.dmlp-delivery-page .dmlp-section-label {
    color: var(--delivery-cyan);
}

.dmlp-delivery-header nav a:hover {
    color: var(--delivery-cyan);
}

.dmlp-delivery-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
    align-items: center;
    gap: 54px;
    width: min(calc(100% - 40px), var(--dmlp-max));
    min-height: 760px;
    margin: 0 auto;
    padding: 70px 0 88px;
}

.dmlp-delivery-grid {
    position: absolute;
    inset: 0;
    opacity: 0.28;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(0, 200, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(139, 44, 255, 0.06) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to bottom, black 5%, transparent 92%);
}

.dmlp-delivery-glow {
    position: absolute;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    filter: blur(110px);
    pointer-events: none;
}

.dmlp-delivery-glow-purple {
    top: 16%;
    left: -20%;
    background: rgba(139, 44, 255, 0.28);
}

.dmlp-delivery-glow-blue {
    right: -17%;
    bottom: 8%;
    background: rgba(0, 174, 255, 0.22);
}

.dmlp-delivery-hero-copy,
.dmlp-delivery-book-wrap {
    position: relative;
    z-index: 2;
}

.dmlp-delivery-hero h1 {
    max-width: 720px;
    margin-bottom: 16px;
    font-size: clamp(42px, 5.2vw, 70px);
    line-height: 1.03;
    letter-spacing: -0.045em;
}

.dmlp-delivery-highlight {
    max-width: 690px;
    margin-bottom: 18px;
    background: linear-gradient(90deg, #b54bff 0%, #6f5cff 44%, #00c8ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: clamp(22px, 2.3vw, 31px);
    font-weight: 900;
    line-height: 1.2;
}

.dmlp-delivery-hero .dmlp-lead {
    max-width: 690px;
    color: #c9c4d5;
    font-size: 18px;
    line-height: 1.72;
}

.dmlp-delivery-hero .dmlp-actions {
    align-items: flex-start;
}

.dmlp-delivery-hero .dmlp-cta,
.dmlp-delivery-final .dmlp-cta {
    background: linear-gradient(105deg, var(--delivery-purple), var(--delivery-blue));
    box-shadow: 0 18px 44px rgba(86, 52, 255, 0.31);
}

.dmlp-delivery-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.dmlp-delivery-proof li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #e8e5ef;
    font-size: 13px;
    font-weight: 750;
}

.dmlp-delivery-proof i {
    display: grid;
    width: 21px;
    height: 21px;
    place-items: center;
    border: 1px solid rgba(0, 200, 255, 0.45);
    border-radius: 50%;
    color: var(--delivery-cyan);
    font-style: normal;
}

.dmlp-delivery-book-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 610px;
}

.dmlp-delivery-book-wrap::after {
    content: "";
    position: absolute;
    bottom: 42px;
    width: 80%;
    height: 48px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.76);
    filter: blur(21px);
}

.dmlp-delivery-book-halo {
    position: absolute;
    width: 460px;
    height: 460px;
    border: 1px solid rgba(0, 200, 255, 0.34);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(30, 18, 75, 0.1) 30%, rgba(0, 200, 255, 0.09) 58%, transparent 70%);
    box-shadow: 0 0 75px rgba(0, 174, 255, 0.18), inset 0 0 60px rgba(139, 44, 255, 0.12);
}

.dmlp-delivery-book-wrap img {
    position: relative;
    z-index: 2;
    display: block;
    width: min(100%, 560px);
    max-height: 610px;
    object-fit: contain;
    filter: drop-shadow(0 30px 45px rgba(0, 0, 0, 0.55));
    transform: rotate(-1deg);
}

.dmlp-delivery-book-wrap > span {
    position: relative;
    z-index: 3;
    margin-top: -12px;
    padding: 9px 16px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 999px;
    background: rgba(8, 7, 15, 0.82);
    color: #d7d2e1;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    backdrop-filter: blur(12px);
}

.dmlp-delivery-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: min(calc(100% - 40px), var(--dmlp-max));
    margin: -14px auto 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(16, 13, 31, 0.95), rgba(7, 15, 29, 0.95));
    box-shadow: 0 24px 65px rgba(0, 0, 0, 0.34);
}

.dmlp-delivery-stats > div {
    display: flex;
    min-height: 124px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.dmlp-delivery-stats > div:last-child {
    border-right: 0;
}

.dmlp-delivery-stats strong {
    background: linear-gradient(90deg, #b648ff, var(--delivery-cyan));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 35px;
    line-height: 1;
}

.dmlp-delivery-stats span {
    margin-top: 9px;
    color: #bdb7ca;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.dmlp-delivery-section {
    width: min(calc(100% - 40px), var(--dmlp-max));
    margin: 0 auto;
    padding: 110px 0;
}

.dmlp-delivery-section-heading {
    max-width: 780px;
}

.dmlp-delivery-section-heading-centered {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.dmlp-delivery-section-heading h2,
.dmlp-delivery-content h2,
.dmlp-delivery-method h2,
.dmlp-delivery-included h2,
.dmlp-delivery-audience h2,
.dmlp-delivery-author h2,
.dmlp-delivery-faq h2,
.dmlp-delivery-final h2 {
    margin-bottom: 18px;
    font-size: clamp(32px, 4.2vw, 54px);
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.dmlp-delivery-section-heading > p,
.dmlp-delivery-content-intro > p,
.dmlp-delivery-audience > div > p {
    color: #bdb7ca;
    font-size: 17px;
    line-height: 1.75;
}

.dmlp-delivery-card-grid,
.dmlp-delivery-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 46px;
}

.dmlp-delivery-card-grid article,
.dmlp-delivery-benefit-grid article {
    position: relative;
    min-height: 290px;
    padding: 34px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    background: linear-gradient(150deg, rgba(19, 15, 37, 0.95), rgba(7, 11, 23, 0.95));
}

.dmlp-delivery-card-grid article::after,
.dmlp-delivery-benefit-grid article::after {
    content: "";
    position: absolute;
    right: -55px;
    bottom: -55px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: rgba(111, 50, 255, 0.12);
    filter: blur(15px);
}

.dmlp-delivery-card-grid article > span,
.dmlp-delivery-benefit-grid article > div {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    margin-bottom: 30px;
    border: 1px solid rgba(0, 200, 255, 0.3);
    border-radius: 15px;
    background: rgba(0, 200, 255, 0.07);
    color: var(--delivery-cyan);
    font-size: 14px;
    font-weight: 900;
}

.dmlp-delivery-card-grid h3,
.dmlp-delivery-benefit-grid h3,
.dmlp-delivery-project-grid h3 {
    margin-bottom: 12px;
    font-size: 21px;
    line-height: 1.25;
}

.dmlp-delivery-card-grid p,
.dmlp-delivery-benefit-grid p,
.dmlp-delivery-project-grid p {
    margin-bottom: 0;
    color: #afa9bd;
    font-size: 15px;
    line-height: 1.7;
}

.dmlp-delivery-method {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 70px;
    width: min(calc(100% - 40px), var(--dmlp-max));
    margin: 20px auto;
    padding: 70px;
    border: 1px solid rgba(0, 200, 255, 0.16);
    border-radius: 30px;
    background:
        radial-gradient(circle at 15% 20%, rgba(139, 44, 255, 0.18), transparent 45%),
        linear-gradient(145deg, #100b22, #071321);
}

.dmlp-delivery-method-copy p {
    color: #c1bbce;
    font-size: 16px;
    line-height: 1.75;
}

.dmlp-delivery-method ol {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dmlp-delivery-method li {
    display: flex;
    gap: 14px;
    min-height: 145px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.035);
}

.dmlp-delivery-method li > b {
    display: grid;
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--delivery-purple), var(--delivery-blue));
    font-size: 18px;
}

.dmlp-delivery-method li div {
    display: flex;
    flex-direction: column;
}

.dmlp-delivery-method li strong {
    margin: 4px 0 6px;
    font-size: 16px;
}

.dmlp-delivery-method li span {
    color: #aaa4b8;
    font-size: 13px;
    line-height: 1.55;
}

.dmlp-delivery-benefits {
    padding-bottom: 120px;
}

.dmlp-delivery-content {
    display: grid;
    grid-template-columns: 0.86fr 1.14fr;
    gap: 72px;
    width: min(calc(100% - 40px), var(--dmlp-max));
    margin: 0 auto;
    padding: 105px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.dmlp-delivery-content-intro {
    align-self: start;
    position: sticky;
    top: 36px;
}

.dmlp-delivery-callout {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 28px;
    padding: 22px;
    border-left: 3px solid var(--delivery-cyan);
    border-radius: 0 16px 16px 0;
    background: rgba(0, 200, 255, 0.065);
}

.dmlp-delivery-callout span {
    color: #b8b2c4;
    font-size: 14px;
}

.dmlp-delivery-learning-list {
    display: grid;
    gap: 12px;
}

.dmlp-delivery-learning-list > div {
    display: grid;
    grid-template-columns: 98px 1fr;
    gap: 22px;
    align-items: center;
    min-height: 86px;
    padding: 18px 22px;
    border: 1px solid rgba(255, 255, 255, 0.095);
    border-radius: 17px;
    background: linear-gradient(105deg, rgba(139, 44, 255, 0.055), rgba(0, 200, 255, 0.035));
}

.dmlp-delivery-learning-list span {
    color: var(--delivery-cyan);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.1em;
}

.dmlp-delivery-learning-list p {
    margin: 0;
    color: #ddd9e5;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}

.dmlp-delivery-project {
    width: min(calc(100% - 40px), var(--dmlp-max));
    margin: 0 auto;
    padding: 115px 0;
}

.dmlp-delivery-project-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-top: 44px;
}

.dmlp-delivery-project-grid article {
    display: flex;
    gap: 18px;
    min-height: 180px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 22px;
    background: var(--delivery-panel);
}

.dmlp-delivery-project-grid i {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 13px;
    background: linear-gradient(135deg, rgba(139, 44, 255, 0.2), rgba(0, 200, 255, 0.18));
    color: var(--delivery-cyan);
    font-style: normal;
}

.dmlp-delivery-prompt {
    padding: 110px max(20px, calc((100% - var(--dmlp-max)) / 2));
    background:
        radial-gradient(circle at 50% 110%, rgba(0, 200, 255, 0.14), transparent 35rem),
        #07060d;
}

.dmlp-delivery-prompt-compare {
    display: grid;
    grid-template-columns: 1fr 52px 1fr;
    align-items: stretch;
    gap: 18px;
    margin-top: 46px;
}

.dmlp-delivery-prompt-compare article {
    min-height: 260px;
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 24px;
    background: #0e0c18;
}

.dmlp-delivery-prompt-compare article > span {
    display: inline-block;
    margin-bottom: 22px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.15em;
}

.dmlp-delivery-prompt-bad > span {
    color: #ff9cb4;
}

.dmlp-delivery-prompt-good {
    box-shadow: inset 0 0 0 1px rgba(0, 200, 255, 0.18), 0 24px 55px rgba(0, 140, 255, 0.08);
}

.dmlp-delivery-prompt-good > span {
    color: var(--delivery-cyan);
}

.dmlp-delivery-prompt-compare blockquote {
    margin: 0 0 24px;
    color: #f4f2f7;
    font-size: 17px;
    font-weight: 720;
    line-height: 1.65;
}

.dmlp-delivery-prompt-compare small {
    color: #938da1;
    font-size: 13px;
}

.dmlp-delivery-prompt-compare > div {
    display: grid;
    place-items: center;
    color: var(--delivery-cyan);
    font-size: 30px;
}

.dmlp-delivery-included {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    gap: 75px;
    width: min(calc(100% - 40px), var(--dmlp-max));
    margin: 0 auto;
    padding: 110px 0;
}

.dmlp-delivery-included-image {
    position: relative;
    display: grid;
    min-height: 500px;
    place-items: center;
}

.dmlp-delivery-included-image::before {
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(139, 44, 255, 0.28), rgba(0, 200, 255, 0.24));
    filter: blur(75px);
}

.dmlp-delivery-included-image img {
    position: relative;
    width: min(100%, 470px);
    max-height: 520px;
    object-fit: contain;
    filter: drop-shadow(0 30px 40px rgba(0, 0, 0, 0.55));
}

.dmlp-delivery-included ul,
.dmlp-delivery-audience ul {
    display: grid;
    gap: 12px;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

.dmlp-delivery-included li,
.dmlp-delivery-audience li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.085);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.025);
    color: #d6d1de;
    font-size: 14px;
}

.dmlp-delivery-included li i,
.dmlp-delivery-audience li i {
    color: var(--delivery-cyan);
    font-style: normal;
    font-weight: 900;
}

.dmlp-delivery-audience {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 70px;
    align-items: start;
    padding-top: 70px;
}

.dmlp-delivery-audience ul {
    margin-top: 0;
}

.dmlp-delivery-author {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 38px;
    align-items: center;
    width: min(calc(100% - 40px), 900px);
    margin: 10px auto 95px;
    padding: 42px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 26px;
    background: linear-gradient(130deg, rgba(139, 44, 255, 0.1), rgba(0, 200, 255, 0.055));
}

.dmlp-delivery-author-mark {
    display: grid;
    width: 118px;
    height: 118px;
    place-items: center;
    border: 1px solid rgba(0, 200, 255, 0.3);
    border-radius: 26px;
    background: linear-gradient(135deg, #2a114e, #071f34);
    color: white;
    font-size: 32px;
    font-weight: 950;
}

.dmlp-delivery-author h2 {
    margin-bottom: 12px;
}

.dmlp-delivery-author p {
    margin-bottom: 8px;
    color: #bbb5c7;
}

.dmlp-delivery-author strong {
    color: var(--delivery-cyan);
    font-size: 13px;
    letter-spacing: 0.1em;
}

.dmlp-delivery-faq {
    padding-top: 80px;
}

.dmlp-delivery-faq .dmlp-faq-list {
    margin-top: 38px;
}

.dmlp-delivery-faq details {
    background: #0c0a14;
}

.dmlp-delivery-final {
    position: relative;
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 60px;
    align-items: center;
    width: min(calc(100% - 40px), var(--dmlp-max));
    margin: 20px auto 90px;
    padding: 70px;
    overflow: hidden;
    border: 1px solid rgba(0, 200, 255, 0.17);
    border-radius: 32px;
    background: linear-gradient(135deg, #170b2d 0%, #071626 100%);
}

.dmlp-delivery-final-glow {
    position: absolute;
    right: -90px;
    bottom: -110px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(0, 200, 255, 0.15);
    filter: blur(75px);
}

.dmlp-delivery-final > div {
    position: relative;
    z-index: 2;
}

.dmlp-delivery-final p {
    max-width: 690px;
    color: #c6c0d1;
    font-size: 17px;
}

.dmlp-delivery-final > div > small {
    display: block;
    margin-top: 14px;
    color: #9f98ad;
}

.dmlp-delivery-final-stats {
    display: grid;
    gap: 12px;
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 22px;
    background: rgba(0, 0, 0, 0.22);
}

.dmlp-delivery-final-stats strong,
.dmlp-delivery-final-stats span {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.dmlp-delivery-final-stats strong {
    color: var(--delivery-cyan);
    font-size: 24px;
}

.dmlp-delivery-final-stats span {
    color: #d0cad9;
    font-size: 14px;
    font-weight: 800;
}

.dmlp-delivery-final-stats span:last-child {
    border-bottom: 0;
}

.dmlp-delivery-price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}

.dmlp-delivery-price > span {
    color: var(--delivery-cyan);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.dmlp-delivery-price > strong {
    font-size: 36px;
}

.dmlp-delivery-footer {
    border-top-color: rgba(0, 200, 255, 0.13);
}

.dmlp-delivery-mobile-buy {
    display: none;
}

@media (max-width: 980px) {
    .dmlp-delivery-hero {
        grid-template-columns: 1fr;
        gap: 20px;
        padding-top: 60px;
        text-align: center;
    }

    .dmlp-delivery-hero-copy {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .dmlp-delivery-hero .dmlp-lead {
        max-width: 760px;
    }

    .dmlp-delivery-hero .dmlp-actions {
        align-items: center;
    }

    .dmlp-delivery-proof {
        justify-content: center;
    }

    .dmlp-delivery-book-wrap {
        min-height: 520px;
    }

    .dmlp-delivery-book-wrap img {
        max-height: 520px;
    }

    .dmlp-delivery-method,
    .dmlp-delivery-content,
    .dmlp-delivery-included,
    .dmlp-delivery-audience,
    .dmlp-delivery-final {
        grid-template-columns: 1fr;
    }

    .dmlp-delivery-method {
        gap: 36px;
        padding: 48px;
    }

    .dmlp-delivery-content-intro {
        position: static;
    }

    .dmlp-delivery-included {
        gap: 35px;
    }

    .dmlp-delivery-included-image {
        min-height: 450px;
    }

    .dmlp-delivery-audience {
        gap: 34px;
    }

    .dmlp-delivery-final {
        gap: 34px;
    }
}

@media (max-width: 760px) {
    .dmlp-delivery-header nav {
        display: none;
    }

    .dmlp-delivery-hero {
        width: min(calc(100% - 28px), var(--dmlp-max));
        min-height: auto;
        padding: 50px 0 58px;
    }

    .dmlp-delivery-hero h1 {
        font-size: clamp(37px, 11vw, 54px);
    }

    .dmlp-delivery-highlight {
        font-size: 22px;
    }

    .dmlp-delivery-hero .dmlp-lead {
        font-size: 16px;
    }

    .dmlp-delivery-proof {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .dmlp-delivery-book-wrap {
        min-height: 400px;
    }

    .dmlp-delivery-book-halo {
        width: 330px;
        height: 330px;
    }

    .dmlp-delivery-book-wrap img {
        width: min(100%, 430px);
        max-height: 420px;
    }

    .dmlp-delivery-stats {
        grid-template-columns: 1fr 1fr;
        width: min(calc(100% - 28px), var(--dmlp-max));
        border-radius: 20px;
    }

    .dmlp-delivery-stats > div {
        min-height: 105px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .dmlp-delivery-stats > div:nth-child(2) {
        border-right: 0;
    }

    .dmlp-delivery-stats > div:nth-child(n+3) {
        border-bottom: 0;
    }

    .dmlp-delivery-stats strong {
        font-size: 29px;
    }

    .dmlp-delivery-section,
    .dmlp-delivery-content,
    .dmlp-delivery-project,
    .dmlp-delivery-included,
    .dmlp-delivery-author,
    .dmlp-delivery-final {
        width: min(calc(100% - 28px), var(--dmlp-max));
    }

    .dmlp-delivery-section,
    .dmlp-delivery-project,
    .dmlp-delivery-content,
    .dmlp-delivery-included {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .dmlp-delivery-card-grid,
    .dmlp-delivery-benefit-grid,
    .dmlp-delivery-project-grid {
        grid-template-columns: 1fr;
    }

    .dmlp-delivery-card-grid article,
    .dmlp-delivery-benefit-grid article {
        min-height: auto;
    }

    .dmlp-delivery-method {
        width: min(calc(100% - 28px), var(--dmlp-max));
        padding: 34px 22px;
    }

    .dmlp-delivery-method ol {
        grid-template-columns: 1fr;
    }

    .dmlp-delivery-learning-list > div {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .dmlp-delivery-prompt {
        padding: 80px 14px;
    }

    .dmlp-delivery-prompt-compare {
        grid-template-columns: 1fr;
    }

    .dmlp-delivery-prompt-compare > div {
        transform: rotate(90deg);
    }

    .dmlp-delivery-included-image {
        min-height: 390px;
    }

    .dmlp-delivery-included-image img {
        max-height: 410px;
    }

    .dmlp-delivery-author {
        grid-template-columns: 1fr;
        padding: 30px;
    }

    .dmlp-delivery-author-mark {
        width: 82px;
        height: 82px;
        border-radius: 20px;
        font-size: 25px;
    }

    .dmlp-delivery-final {
        padding: 44px 26px;
        text-align: center;
    }

    .dmlp-delivery-final .dmlp-eyebrow,
    .dmlp-delivery-price {
        align-items: center;
    }

    .dmlp-delivery-final .dmlp-cta {
        width: 100%;
    }

    .dmlp-delivery-mobile-buy {
        display: block;
    }
}

@media (max-width: 420px) {
    .dmlp-delivery-hero h1 {
        font-size: 36px;
    }

    .dmlp-delivery-book-wrap {
        min-height: 350px;
    }

    .dmlp-delivery-book-wrap img {
        max-height: 365px;
    }

    .dmlp-delivery-stats span {
        font-size: 10px;
    }

    .dmlp-delivery-section-heading h2,
    .dmlp-delivery-content h2,
    .dmlp-delivery-method h2,
    .dmlp-delivery-included h2,
    .dmlp-delivery-audience h2,
    .dmlp-delivery-author h2,
    .dmlp-delivery-faq h2,
    .dmlp-delivery-final h2 {
        font-size: 32px;
    }

    .dmlp-delivery-card-grid article,
    .dmlp-delivery-benefit-grid article,
    .dmlp-delivery-project-grid article,
    .dmlp-delivery-prompt-compare article {
        padding: 25px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .dmlp-delivery-page *,
    .dmlp-delivery-page *::before,
    .dmlp-delivery-page *::after {
        scroll-behavior: auto !important;
        animation: none !important;
        transition: none !important;
    }
}
