:where(.dpe-commercial-preview, .dpe-commercial-offer) {
    --dpe-offer-ink: #07152f;
    --dpe-offer-navy: #061a40;
    --dpe-offer-blue: #245eea;
    --dpe-offer-cyan: #2de0ea;
    --dpe-offer-line: #cfdbeb;
    --dpe-offer-soft: #f2f7fd;
    --dpe-offer-white: #ffffff;
    color: var(--dpe-offer-ink);
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-offer-preview-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 38px;
    padding: 8px 24px;
    border-bottom: 1px solid rgba(45, 224, 234, 0.35);
    background: #020b1c;
    color: #ffffff;
    font: 600 12px/1.4 Inter, Arial, sans-serif;
    letter-spacing: 0;
    text-align: center;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-offer-preview-bar strong {
    color: var(--dpe-offer-cyan);
    font-weight: 800;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-offer-shell {
    width: min(1240px, calc(100% - 64px));
    margin: 0 auto;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-offer-value {
    position: relative;
    padding: 112px 0 104px;
    background:
        linear-gradient(rgba(36, 94, 234, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(36, 94, 234, 0.035) 1px, transparent 1px),
        radial-gradient(circle at 88% 10%, rgba(45, 224, 234, 0.13), transparent 32%),
        #ffffff;
    background-size: 48px 48px, 48px 48px, auto, auto;
    overflow: hidden;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-value-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.62fr);
    gap: 84px;
    align-items: end;
    margin-bottom: 48px;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-value-heading h2 {
    max-width: 850px;
    margin: 0;
    color: var(--dpe-offer-ink);
    font: 750 54px/1.03 Inter, Arial, sans-serif;
    letter-spacing: 0;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-value-heading > p {
    margin: 0;
    color: #52657e;
    font: 500 17px/1.65 Inter, Arial, sans-serif;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-workflow {
    position: relative;
    padding: 34px 30px 30px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background:
        radial-gradient(circle at 92% 0%, rgba(45, 224, 234, 0.19), transparent 28%),
        linear-gradient(135deg, #061a40 0%, #0a2b62 100%);
    box-shadow: 0 28px 80px rgba(7, 21, 47, 0.18);
    overflow: hidden;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-workflow-line {
    position: absolute;
    top: 53px;
    right: 7.5%;
    left: 7.5%;
    height: 1px;
    background: linear-gradient(90deg, rgba(45, 224, 234, 0.18), rgba(45, 224, 234, 0.9), rgba(45, 224, 234, 0.18));
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-workflow ol {
    position: relative;
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-workflow li {
    display: grid;
    justify-items: center;
    gap: 13px;
    min-width: 0;
    color: rgba(255, 255, 255, 0.74);
    text-align: center;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-workflow li span {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(45, 224, 234, 0.42);
    border-radius: 50%;
    background: #0b285b;
    color: var(--dpe-offer-cyan);
    font: 800 11px/1 Inter, Arial, sans-serif;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-workflow li strong {
    font: 700 12px/1.35 Inter, Arial, sans-serif;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-workflow li.is-human span {
    border-color: var(--dpe-offer-cyan);
    background: var(--dpe-offer-cyan);
    color: #061a40;
    box-shadow: 0 0 0 6px rgba(45, 224, 234, 0.1);
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-workflow li.is-human strong {
    color: #ffffff;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-value-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    margin-top: 28px;
    border: 1px solid var(--dpe-offer-line);
    border-radius: 8px;
    background: var(--dpe-offer-line);
    overflow: hidden;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-value-grid article {
    min-height: 238px;
    padding: 30px 28px;
    background: rgba(255, 255, 255, 0.96);
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-value-grid span {
    display: block;
    margin-bottom: 36px;
    color: var(--dpe-offer-blue);
    font: 800 11px/1.4 Inter, Arial, sans-serif;
    text-transform: uppercase;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-value-grid h3 {
    margin: 0 0 13px;
    color: var(--dpe-offer-ink);
    font: 750 21px/1.18 Inter, Arial, sans-serif;
    letter-spacing: 0;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-value-grid p {
    margin: 0;
    color: #5b6d84;
    font: 500 14px/1.6 Inter, Arial, sans-serif;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-value-guardrail {
    max-width: 920px;
    margin: 28px 0 0;
    padding-left: 18px;
    border-left: 3px solid var(--dpe-offer-cyan);
    color: #52657e;
    font: 500 14px/1.6 Inter, Arial, sans-serif;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-value-guardrail strong {
    color: var(--dpe-offer-ink);
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-offer-series {
    padding: 112px 0 104px;
    background: var(--dpe-offer-soft);
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-offer-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.7fr);
    gap: 72px;
    align-items: end;
    margin-bottom: 44px;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-offer-kicker {
    display: block;
    margin-bottom: 14px;
    color: var(--dpe-offer-blue);
    font: 800 12px/1.4 Inter, Arial, sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-offer-heading h2,
:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-journey-heading h2,
:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-price-copy h2,
:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-faq-layout > header h2 {
    margin: 0;
    font: 750 52px/1.04 Inter, Arial, sans-serif;
    letter-spacing: 0;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-offer-heading > p,
:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-journey-heading > p,
:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-price-copy > p,
:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-faq-layout > header > p {
    margin: 0;
    color: #53657d;
    font: 500 17px/1.65 Inter, Arial, sans-serif;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-offer-facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 28px;
    border: 1px solid var(--dpe-offer-line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 52px rgba(7, 21, 47, 0.08);
    overflow: hidden;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-offer-facts div {
    display: grid;
    gap: 3px;
    min-height: 98px;
    padding: 24px 28px;
    border-right: 1px solid var(--dpe-offer-line);
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-offer-facts div:last-child {
    border-right: 0;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-offer-facts strong {
    color: var(--dpe-offer-ink);
    font: 800 25px/1.15 Inter, Arial, sans-serif;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-offer-facts span {
    color: #62748c;
    font: 600 13px/1.45 Inter, Arial, sans-serif;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-series-workspace {
    border: 1px solid var(--dpe-offer-line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(7, 21, 47, 0.1);
    overflow: hidden;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-series-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-bottom: 1px solid var(--dpe-offer-line);
    background: #eaf1fb;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-series-tabs button {
    position: relative;
    display: grid;
    gap: 4px;
    min-height: 84px;
    padding: 18px 24px;
    border: 0;
    border-right: 1px solid var(--dpe-offer-line);
    border-radius: 0;
    background: transparent;
    color: #4f6178;
    font-family: Inter, Arial, sans-serif;
    letter-spacing: 0;
    text-align: left;
    cursor: pointer;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-series-tabs button:last-child {
    border-right: 0;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-series-tabs button::after {
    position: absolute;
    right: 20px;
    bottom: 0;
    left: 20px;
    height: 3px;
    background: var(--dpe-offer-blue);
    content: "";
    opacity: 0;
    transform: scaleX(0.6);
    transition: opacity 160ms ease, transform 160ms ease;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-series-tabs button[aria-selected="true"] {
    background: #ffffff;
    color: var(--dpe-offer-ink);
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-series-tabs button[aria-selected="true"]::after {
    opacity: 1;
    transform: scaleX(1);
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-series-tabs button:focus-visible {
    z-index: 2;
    outline: 3px solid rgba(36, 94, 234, 0.35);
    outline-offset: -3px;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-series-tabs span {
    font-size: 18px;
    font-weight: 800;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-series-tabs small {
    font-size: 13px;
    font-weight: 600;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-series-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    min-height: 398px;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-series-panel[hidden] {
    display: none;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-series-panel-copy {
    padding: 44px 48px 48px;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-series-number {
    color: var(--dpe-offer-blue);
    font: 800 12px/1.4 Inter, Arial, sans-serif;
    text-transform: uppercase;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-series-panel h3 {
    margin: 8px 0 10px;
    color: var(--dpe-offer-ink);
    font: 750 34px/1.1 Inter, Arial, sans-serif;
    letter-spacing: 0;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-series-panel-copy > p {
    max-width: 650px;
    margin: 0 0 28px;
    color: #5d6f87;
    font: 500 15px/1.6 Inter, Arial, sans-serif;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-date-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-date-list li {
    display: grid;
    gap: 8px;
    min-height: 74px;
    padding: 13px 14px;
    border: 1px solid #d9e3f0;
    border-radius: 6px;
    background: #f8fbff;
    color: var(--dpe-offer-ink);
    font: 750 14px/1.25 Inter, Arial, sans-serif;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-date-list span {
    color: var(--dpe-offer-blue);
    font-size: 10px;
    font-weight: 800;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-series-workshop {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 42px 36px;
    border-left: 1px solid rgba(255, 255, 255, 0.13);
    background: var(--dpe-offer-navy);
    color: #ffffff;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-series-workshop span {
    margin-bottom: 12px;
    color: var(--dpe-offer-cyan);
    font: 800 11px/1.4 Inter, Arial, sans-serif;
    text-transform: uppercase;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-series-workshop strong {
    margin-bottom: 10px;
    color: #ffffff;
    font: 750 29px/1.1 Inter, Arial, sans-serif;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-series-workshop p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font: 500 14px/1.55 Inter, Arial, sans-serif;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-series-note {
    margin: 20px 0 0;
    color: #5d6f87;
    font: 500 13px/1.55 Inter, Arial, sans-serif;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-offer-journey {
    padding: 104px 0;
    background: var(--dpe-offer-navy);
    color: #ffffff;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-journey-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.7fr);
    gap: 72px;
    align-items: end;
    margin-bottom: 54px;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-journey-heading .dpe-offer-kicker {
    grid-column: 1 / -1;
    margin-bottom: -54px;
    color: var(--dpe-offer-cyan);
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-journey-heading h2 {
    color: #ffffff;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-journey-heading > p {
    color: rgba(255, 255, 255, 0.7);
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-journey-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.17);
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
    list-style: none;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-journey-steps li {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 18px;
    min-height: 176px;
    padding: 32px 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.17);
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-journey-steps li:last-child {
    border-right: 0;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-journey-steps > li > span {
    color: var(--dpe-offer-cyan);
    font: 800 13px/1.5 Inter, Arial, sans-serif;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-journey-steps strong {
    display: block;
    margin-bottom: 9px;
    color: #ffffff;
    font: 750 19px/1.25 Inter, Arial, sans-serif;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-journey-steps p {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font: 500 14px/1.6 Inter, Arial, sans-serif;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-payment-note {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    margin-top: 24px;
    padding: 20px 24px;
    border: 1px solid rgba(45, 224, 234, 0.3);
    border-radius: 8px;
    background: #0b285b;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-payment-note i {
    color: var(--dpe-offer-cyan);
    font-size: 20px;
    text-align: center;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-payment-note p {
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
    font: 500 14px/1.55 Inter, Arial, sans-serif;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-payment-note strong {
    color: #ffffff;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-offer-price {
    padding: 112px 0;
    background: #07152f;
    color: #ffffff;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-price-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(420px, 0.65fr);
    gap: 96px;
    align-items: center;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-price-copy .dpe-offer-kicker {
    color: var(--dpe-offer-cyan);
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-price-copy h2 {
    color: #ffffff;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-price-copy > p {
    max-width: 610px;
    margin-top: 24px;
    color: rgba(255, 255, 255, 0.7);
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-price-summary {
    padding: 36px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: #0c2858;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-price-value {
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-price-value strong {
    color: #ffffff;
    font: 800 64px/0.95 Inter, Arial, sans-serif;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-price-value span {
    color: var(--dpe-offer-cyan);
    font: 800 18px/1 Inter, Arial, sans-serif;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-price-summary ul {
    display: grid;
    gap: 13px;
    margin: 25px 0 28px;
    padding: 0;
    list-style: none;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-price-summary li {
    position: relative;
    padding-left: 24px;
    color: rgba(255, 255, 255, 0.82);
    font: 600 14px/1.5 Inter, Arial, sans-serif;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-price-summary li::before {
    position: absolute;
    top: 8px;
    left: 2px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--dpe-offer-cyan);
    content: "";
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-price-disabled {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 13px 18px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 6px;
    background: #183568;
    color: #ffffff;
    font: 750 14px/1.35 Inter, Arial, sans-serif;
    text-align: center;
}

.dpe-commercial-offer a.dpe-price-contact {
    border-color: var(--dpe-offer-cyan);
    background: var(--dpe-offer-cyan);
    color: #031329;
    text-decoration: none;
    transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.dpe-commercial-offer a.dpe-price-contact:hover {
    border-color: #ffffff;
    background: #ffffff;
    transform: translateY(-1px);
}

.dpe-commercial-offer a.dpe-price-contact:focus-visible {
    outline: 3px solid #ffffff;
    outline-offset: 3px;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-price-summary small {
    display: block;
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.56);
    font: 500 12px/1.5 Inter, Arial, sans-serif;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-price-summary small a {
    color: rgba(255, 255, 255, 0.86);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-offer-faq {
    padding: 104px 0 112px;
    background: var(--dpe-offer-soft);
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-faq-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.55fr) minmax(0, 1fr);
    gap: 90px;
    align-items: start;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-faq-layout > header h2 {
    color: var(--dpe-offer-ink);
    font-size: 42px;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-faq-layout > header > p {
    margin-top: 20px;
    font-size: 15px;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-faq-list {
    border-top: 1px solid var(--dpe-offer-line);
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-faq-list details {
    border-bottom: 1px solid var(--dpe-offer-line);
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-faq-list summary {
    position: relative;
    padding: 24px 44px 24px 0;
    color: var(--dpe-offer-ink);
    font: 750 17px/1.4 Inter, Arial, sans-serif;
    list-style: none;
    cursor: pointer;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-faq-list summary::-webkit-details-marker {
    display: none;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-faq-list summary::after {
    position: absolute;
    top: 23px;
    right: 4px;
    color: var(--dpe-offer-blue);
    content: "+";
    font: 700 23px/1 Inter, Arial, sans-serif;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-faq-list details[open] summary::after {
    content: "−";
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-faq-list summary:focus-visible {
    outline: 3px solid rgba(36, 94, 234, 0.3);
    outline-offset: 4px;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-faq-list p {
    max-width: 760px;
    margin: -4px 0 24px;
    color: #5b6d84;
    font: 500 15px/1.65 Inter, Arial, sans-serif;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-faq-answer {
    padding: 0 0 26px;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-faq-answer > p {
    margin-bottom: 17px;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-official-proof {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 4px 24px;
    max-width: 760px;
    padding: 20px 58px 20px 22px;
    border: 1px solid rgba(36, 94, 234, .22);
    border-radius: 10px;
    background: linear-gradient(120deg, rgba(255, 255, 255, .96), rgba(232, 243, 255, .96));
    box-shadow: 0 14px 34px rgba(7, 21, 47, .07);
    color: var(--dpe-offer-ink);
    text-decoration: none;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-official-proof span,
:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-official-proof strong,
:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-official-proof small { grid-column: 1; }
:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-official-proof span { color: var(--dpe-offer-blue); font: 800 10px/1.4 Inter, Arial, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-official-proof strong { font: 750 16px/1.35 Inter, Arial, sans-serif; }
:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-official-proof small { color: #5b6d84; font: 600 12px/1.5 Inter, Arial, sans-serif; }
:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-official-proof i { position: absolute; top: 50%; right: 22px; color: var(--dpe-offer-blue); font: normal 700 22px/1 Inter, Arial, sans-serif; transform: translateY(-50%); }
:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-official-proof:hover { border-color: var(--dpe-offer-blue); box-shadow: 0 18px 40px rgba(36, 94, 234, .13); transform: translateY(-2px); }
:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-official-proof:focus-visible { outline: 3px solid rgba(36, 94, 234, .32); outline-offset: 3px; }

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-offer-registration {
    position: relative;
    padding: 104px 0;
    border-top: 1px solid rgba(207, 219, 235, 0.72);
    background:
        radial-gradient(circle at 12% 18%, rgba(45, 224, 234, 0.13), transparent 30%),
        radial-gradient(circle at 92% 84%, rgba(36, 94, 234, 0.10), transparent 32%),
        #f7faff;
    overflow: hidden;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-registration-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(540px, 1.18fr);
    gap: 78px;
    align-items: start;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-registration-copy {
    position: sticky;
    top: 112px;
    padding-top: 18px;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-registration-copy h2 {
    max-width: 590px;
    margin: 14px 0 24px;
    color: var(--dpe-offer-ink);
    font: 760 48px/1.06 Inter, Arial, sans-serif;
    letter-spacing: 0;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-registration-copy > p {
    max-width: 560px;
    margin: 0;
    color: #52657e;
    font: 500 17px/1.65 Inter, Arial, sans-serif;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-registration-promises {
    display: grid;
    gap: 0;
    margin: 38px 0 0;
    padding: 0;
    border-top: 1px solid var(--dpe-offer-line);
    list-style: none;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-registration-promises li {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 18px 0;
    border-bottom: 1px solid var(--dpe-offer-line);
    color: #30445f;
    font: 600 14px/1.55 Inter, Arial, sans-serif;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-registration-promises i {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(36, 94, 234, 0.22);
    border-radius: 50%;
    background: #ffffff;
    color: var(--dpe-offer-blue);
    font-size: 12px;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-registration-form {
    padding: 34px;
    border: 1px solid rgba(185, 203, 226, 0.92);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 28px 80px rgba(7, 21, 47, 0.13);
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-registration-form-heading {
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--dpe-offer-line);
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-registration-form-heading > span {
    color: var(--dpe-offer-blue);
    font: 800 11px/1.3 Inter, Arial, sans-serif;
    text-transform: uppercase;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-registration-form-heading h3 {
    margin: 8px 0 7px;
    color: var(--dpe-offer-ink);
    font: 750 28px/1.15 Inter, Arial, sans-serif;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-registration-form-heading p,
:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-registration-footnote {
    margin: 0;
    color: #64748b;
    font: 500 13px/1.55 Inter, Arial, sans-serif;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-registration-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-registration-field {
    display: grid;
    gap: 8px;
    min-width: 0;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-registration-field--wide {
    grid-column: 1 / -1;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-registration-field > span {
    color: #1d304c;
    font: 700 13px/1.35 Inter, Arial, sans-serif;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-registration-field input,
:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-registration-field select {
    width: 100%;
    min-height: 52px;
    margin: 0;
    padding: 0 15px;
    border: 1px solid #bdcce0;
    border-radius: 6px;
    outline: none;
    background: #ffffff;
    color: var(--dpe-offer-ink);
    font: 600 15px/1.35 Inter, Arial, sans-serif;
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-registration-field input:focus,
:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-registration-field select:focus {
    border-color: var(--dpe-offer-blue);
    box-shadow: 0 0 0 4px rgba(36, 94, 234, 0.12);
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-registration-consent {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 11px;
    align-items: start;
    margin: 22px 0;
    color: #52657e;
    font: 500 13px/1.55 Inter, Arial, sans-serif;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-registration-consent input {
    width: 18px;
    height: 18px;
    margin: 2px 0 0;
    accent-color: var(--dpe-offer-blue);
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-registration-consent a {
    color: var(--dpe-offer-blue);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-registration-submit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 56px;
    padding: 0 20px;
    border: 0;
    border-radius: 6px;
    background: #0b2d66;
    color: #ffffff;
    box-shadow: 0 14px 32px rgba(11, 45, 102, 0.22);
    font: 800 15px/1.2 Inter, Arial, sans-serif;
    cursor: pointer;
    transition: background-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-registration-submit:hover {
    background: #154aa3;
    box-shadow: 0 16px 38px rgba(11, 45, 102, 0.28);
    transform: translateY(-1px);
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-registration-submit:focus-visible {
    outline: 3px solid var(--dpe-offer-cyan);
    outline-offset: 3px;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-registration-footnote {
    margin-top: 14px;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-registration-notice,
:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-registration-closed {
    margin: 0 0 22px;
    padding: 16px 18px;
    border: 1px solid #b9cfe8;
    border-radius: 6px;
    background: #eef6ff;
    color: #173457;
    font: 650 14px/1.55 Inter, Arial, sans-serif;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-registration-notice--error {
    border-color: #f0b6b6;
    background: #fff5f5;
    color: #8f2525;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-hp-field {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
}

@media (max-width: 991px) {
    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-offer-shell {
        width: min(100% - 40px, 860px);
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-offer-series,
    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-offer-price {
        padding: 84px 0;
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-offer-value {
        padding: 84px 0;
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-offer-journey,
    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-offer-faq {
        padding: 80px 0;
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-offer-heading,
    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-value-heading,
    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-journey-heading,
    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-price-layout,
    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-faq-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-value-heading h2 {
        font-size: 44px;
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-workflow-line {
        display: none;
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-workflow ol {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 24px 12px;
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-value-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-journey-heading .dpe-offer-kicker {
        grid-column: auto;
        margin-bottom: -14px;
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-offer-heading h2,
    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-journey-heading h2,
    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-price-copy h2 {
        font-size: 44px;
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-offer-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-offer-facts div:nth-child(2) {
        border-right: 0;
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-offer-facts div:nth-child(-n+2) {
        border-bottom: 1px solid var(--dpe-offer-line);
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-series-panel {
        grid-template-columns: 1fr;
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-series-workshop {
        min-height: 184px;
        border-top: 1px solid rgba(255, 255, 255, 0.13);
        border-left: 0;
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-journey-steps {
        grid-template-columns: 1fr;
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-journey-steps li {
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.17);
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-journey-steps li:last-child {
        border-bottom: 0;
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-price-layout {
        max-width: 760px;
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-offer-registration {
        padding: 84px 0;
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-registration-layout {
        grid-template-columns: 1fr;
        gap: 44px;
        max-width: 780px;
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-registration-copy {
        position: static;
        padding-top: 0;
    }
}

@media (max-width: 640px) {
    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-offer-preview-bar {
        display: grid;
        gap: 2px;
        min-height: 48px;
        padding: 8px 14px;
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-offer-shell {
        width: calc(100% - 28px);
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-offer-series,
    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-offer-price {
        padding: 64px 0;
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-offer-value {
        padding: 64px 0;
        background-size: 32px 32px, 32px 32px, auto, auto;
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-offer-journey,
    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-offer-faq {
        padding: 60px 0;
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-offer-registration {
        padding: 64px 0;
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-offer-heading {
        margin-bottom: 30px;
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-offer-heading h2,
    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-value-heading h2,
    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-journey-heading h2,
    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-price-copy h2,
    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-faq-layout > header h2 {
        font-size: 34px;
        line-height: 1.08;
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-value-heading > p {
        font-size: 15px;
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-workflow {
        padding: 26px 18px;
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-workflow ol {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-workflow li.is-human {
        grid-column: 1 / -1;
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-value-grid {
        grid-template-columns: 1fr;
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-value-grid article {
        min-height: 0;
        padding: 26px 22px;
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-value-grid span {
        margin-bottom: 22px;
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-offer-heading > p,
    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-journey-heading > p,
    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-price-copy > p {
        font-size: 15px;
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-offer-facts div {
        min-height: 84px;
        padding: 18px 16px;
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-offer-facts strong {
        font-size: 21px;
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-series-tabs button {
        min-height: 72px;
        padding: 14px 10px;
        text-align: center;
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-series-tabs button::after {
        right: 8px;
        left: 8px;
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-series-tabs span {
        font-size: 15px;
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-series-tabs small {
        font-size: 11px;
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-series-panel-copy {
        padding: 30px 20px 28px;
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-series-panel h3 {
        font-size: 28px;
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-date-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-series-workshop {
        min-height: 166px;
        padding: 28px 22px;
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-series-workshop strong {
        font-size: 25px;
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-journey-steps li {
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 12px;
        padding: 25px 4px;
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-payment-note {
        grid-template-columns: 28px minmax(0, 1fr);
        padding: 17px 16px;
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-price-summary {
        padding: 28px 20px;
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-price-value strong {
        font-size: 54px;
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-faq-layout {
        gap: 34px;
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-registration-copy h2 {
        font-size: 34px;
        line-height: 1.08;
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-registration-form {
        padding: 25px 18px;
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-registration-fields {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-registration-field--wide {
        grid-column: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-series-tabs button::after {
        transition: none;
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-registration-field input,
    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-registration-field select,
    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-registration-submit {
        transition: none;
    }
}

/* Registration 0.8: restore the proven blue enrollment form without reopening checkout. */
:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-registration-card.form-card.is-form-card {
    min-width: 0;
    align-self: start;
    background:
        radial-gradient(ellipse at top, rgba(79, 147, 255, 0.18) 0%, transparent 64%),
        linear-gradient(180deg, #091a42 0%, #030b22 100%);
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-registration-card .form-head-title {
    letter-spacing: 0;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-registration-card .dpe-registration-form.window-form {
    display: flex;
    padding: 26px 28px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-registration-card .dpe-registration-submit {
    width: 100%;
    min-height: 54px;
    justify-content: center;
    border-radius: 12px;
    background: linear-gradient(135deg, #3b82f6 0%, #1e3a8a 100%);
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-registration-card .dpe-registration-footnote {
    margin: 0;
    color: rgba(255, 255, 255, 0.56);
    text-align: center;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-registration-card .wf-help {
    color: rgba(255, 255, 255, 0.52);
    font: 500 12px/1.5 Inter, Arial, sans-serif;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-showcase-readiness,
:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-showcase-notice {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding: 14px 16px;
    border: 1px solid rgba(72, 213, 255, 0.28);
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(24, 78, 154, 0.34), rgba(12, 32, 79, 0.72));
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-showcase-readiness__signal {
    display: inline-grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 999px;
    color: #85d9ff;
    background: rgba(133, 217, 255, 0.12);
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-showcase-readiness strong,
:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-showcase-notice strong {
    display: block;
    color: #ffffff;
    font: 750 13px/1.4 Inter, Arial, sans-serif;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-showcase-readiness p,
:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-showcase-notice span {
    display: block;
    margin: 3px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font: 500 12px/1.55 Inter, Arial, sans-serif;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-showcase-notice {
    grid-template-columns: minmax(0, 1fr);
    border-color: rgba(133, 217, 255, 0.55);
    background: #0b2457;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-showcase-notice[hidden] {
    display: none;
}

:where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-showcase-notice:focus-visible {
    outline: 3px solid #85d9ff;
    outline-offset: 3px;
}

@media (max-width: 767px) {
    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-registration-card.form-card.is-form-card {
        scroll-margin-top: 92px;
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-registration-form {
        scroll-margin-top: 92px;
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-registration-card .form-card-head {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-registration-card .form-head-badge {
        width: fit-content;
        max-width: 100%;
        align-self: flex-start;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-registration-card .dpe-registration-form.window-form {
        padding: 22px 18px 20px;
    }

    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-registration-card .dpe-registration-form .wf-row-2 {
        grid-template-columns: minmax(0, 1fr);
        gap: 14px;
    }
}

@media (max-width: 479px) {
    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-showcase-readiness,
    :where(.dpe-commercial-preview, .dpe-commercial-offer) .dpe-showcase-notice {
        padding: 13px 14px;
    }
}

/* Mobile reading safeguard: the accepted navigation keeps its appearance at
   the top of the page, but no persistent chrome covers the course content. */
@media (max-width: 991px) {
    body.dpe-commercial-offer {
        padding-bottom: 0 !important;
    }

    body.dpe-commercial-offer > .fttc-nav-wrapper {
        position: absolute !important;
    }

    body.dpe-commercial-offer > .fttc-sticky-mobile {
        display: none !important;
    }
}
