/* Shadow Technique audience landing pages
   Reconstructed from the supplied 1440px desktop references. */

.shadow-page {
    --shadow-ink: #0f172a;
    --shadow-copy: #7f8da3;
    --shadow-blue: #1c3faa;
    --shadow-green: #4bc77d;
    --shadow-red: #ff3232;
    --shadow-tint: #f8fafc;
    --shadow-line: #dce3ed;
    --shadow-card-shadow: 0 14px 34px rgba(15, 23, 42, 0.09);
    --shadow-shell: 1260px;
    --shadow-radius: 16px;
    color: var(--shadow-ink);
    background: #fff;
    font-size: 16px;
    line-height: 1.7;
}

.shadow-page main {
    display: block;
}

.shadow-page h1,
.shadow-page h2,
.shadow-page h3 {
    color: var(--shadow-ink);
    letter-spacing: -0.035em;
}

.shadow-page p {
    color: var(--shadow-copy);
}

.shadow-shell {
    width: min(calc(100% - 11rem), var(--shadow-shell));
    margin-inline: auto;
}

.shadow-shell--wide {
    width: min(calc(100% - 7.5rem), 1320px);
}

.shadow-shell--narrow {
    max-width: 850px;
}

.shadow-shell--faq {
    max-width: 790px;
}

.shadow-text-blue {
    color: var(--shadow-blue);
}

.shadow-text-green {
    color: var(--shadow-green);
}

.shadow-text-red {
    color: var(--shadow-red);
}

.shadow-site-header {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-bottom: 1px solid #edf1f6;
}

.shadow-site-header__logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 16px;
}

.shadow-site-header__logo img {
    width: auto;
    height: 31px;
}

.shadow-section {
    padding: 112px 0;
    background: #fff;
}

.shadow-section--tint {
    background: var(--shadow-tint);
}

.shadow-section-label,
.shadow-eyebrow {
    margin: 0 0 20px;
    color: var(--shadow-green) !important;
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.025em;
    text-transform: none;
}

.shadow-section-label::before {
    content: '— ';
}

.shadow-section-label--center {
    text-align: center;
}

.shadow-section-label--center::before {
    content: '';
}

.shadow-heading {
    max-width: 760px;
    margin: 0 auto 58px;
    text-align: center;
}

.shadow-heading--compact {
    margin-bottom: 38px;
}

.shadow-heading h2 {
    margin: 0 0 18px;
    font-size: clamp(34px, 3vw, 46px);
    line-height: 1.12;
}

.shadow-heading p:not(.shadow-section-label) {
    margin: 0;
    font-size: 18px;
    line-height: 1.55;
}

/* Header / hero */
.shadow-hero {
    min-height: 1015px;
    padding: 74px 0 76px;
    background: #fff;
    text-align: center;
}

.shadow-hero__inner {
    width: min(calc(100% - 3rem), 1040px);
}

.shadow-eyebrow {
    max-width: 710px;
    margin-inline: auto;
    line-height: 1.55;
}

.shadow-hero__title {
    margin: 0 auto 25px;
    font-size: clamp(42px, 4vw, 58px);
    font-weight: 800;
    line-height: 1.06;
}

.shadow-hero__title > span {
    display: block;
}

.shadow-hero__description {
    max-width: 830px;
    margin: 0 auto 28px;
    font-size: 16px;
    line-height: 1.68;
}

.shadow-cta-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: 28px;
    text-align: center;
}

.shadow-cta {
    min-width: 420px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 30px;
    border-radius: 999px;
    background: var(--shadow-blue);
    color: #fff;
    box-shadow: 0 8px 22px rgba(28, 63, 170, 0.2);
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.012em;
    line-height: 1.2;
    text-transform: uppercase;
}

.shadow-cta i {
    font-size: 12px;
    transition: transform 180ms ease;
}

.shadow-cta:hover,
.shadow-cta:focus-visible {
    background: #254bbb;
    color: #fff;
    box-shadow: 0 13px 28px rgba(28, 63, 170, 0.3);
    transform: translateY(-2px);
}

.shadow-cta:hover i,
.shadow-cta:focus-visible i {
    transform: translateX(3px);
}

.shadow-cta:focus-visible,
.shadow-contact a:focus-visible,
.shadow-faq summary:focus-visible,
.shadow-site-header__logo:focus-visible {
    outline: 3px solid rgba(75, 199, 125, 0.7);
    outline-offset: 4px;
}

.shadow-cta-wrap > p {
    margin: 0;
    color: #303846;
    font-size: 12px;
    line-height: 1.4;
}

.shadow-video-wrap {
    width: min(100%, 720px);
    margin: 45px auto 0;
}

.shadow-video {
    width: 100%;
    aspect-ratio: 16 / 9;
    display: block;
    overflow: hidden;
    border: 0;
    border-radius: 12px;
    background: #6e6e6e;
}

.shadow-video--placeholder {
    display: grid;
    place-items: center;
}

.shadow-video__play {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    padding-left: 3px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
    font-size: 20px;
}

.shadow-risk-note {
    width: calc(100% - 48px);
    margin: 0 auto;
    padding: 8px 15px;
    border-radius: 0 0 7px 7px;
    background: #fff2aa;
    color: #635513 !important;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.45;
}

.shadow-risk-note i {
    margin-right: 5px;
}

/* Split story sections */
.shadow-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: clamp(55px, 6vw, 92px);
}

.shadow-copy h2 {
    max-width: 590px;
    margin: 0 0 28px;
    font-size: clamp(35px, 3.2vw, 48px);
    line-height: 1.12;
}

.shadow-copy > p {
    margin: 0 0 17px;
    font-size: 16px;
    line-height: 1.74;
}

.shadow-copy > p:last-child {
    margin-bottom: 0;
}

.shadow-line-list {
    margin: 0 0 22px;
}

.shadow-line-list p {
    margin: 0 0 4px;
    color: var(--shadow-copy);
    font-size: 16px;
    line-height: 1.56;
}

.shadow-copy blockquote {
    margin: 19px 0 0;
    padding: 15px 19px;
    border-left: 4px solid var(--shadow-green);
    background: #fff;
    color: var(--shadow-ink);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.55;
}

.shadow-question-list {
    margin: 21px 0;
}

.shadow-question-list p {
    margin: 0 0 8px;
    color: var(--shadow-ink);
    font-size: 16px;
    font-weight: 700;
}

.shadow-media {
    overflow: hidden;
    margin: 0;
    border-radius: var(--shadow-radius);
    box-shadow: 0 9px 22px rgba(15, 23, 42, 0.08);
}

.shadow-media img {
    width: 100%;
    height: auto;
    display: block;
}

/* Real-problem callout */
.shadow-problem {
    padding-block: 88px 100px;
    text-align: center;
}

.shadow-needs {
    display: grid;
    gap: 20px;
    margin: 0 auto 34px;
}

.shadow-needs--3 {
    max-width: 1080px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.shadow-needs--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.shadow-need-card {
    min-height: 112px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 24px 22px;
    border: 1px solid #e8edf3;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 7px 18px rgba(15, 23, 42, 0.05);
    text-align: left;
}

.shadow-need-card i {
    flex: 0 0 auto;
    margin-top: 4px;
    color: var(--shadow-red);
    font-size: 18px;
}

.shadow-need-card p {
    margin: 0;
    color: var(--shadow-ink);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.55;
}

.shadow-problem__bridge {
    max-width: 850px;
    margin: 0 auto 35px;
    font-size: 16px;
}

.shadow-problem h3 {
    margin: 0;
    font-size: clamp(30px, 3vw, 42px);
    line-height: 1.14;
}

/* Solution */
.shadow-solution-card {
    display: grid;
    grid-template-columns: 1.03fr 0.97fr;
    align-items: center;
    gap: clamp(45px, 5vw, 78px);
    padding: 32px;
    border: 1px solid #e7ecf3;
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--shadow-card-shadow);
}

.shadow-solution-card__media {
    box-shadow: none;
}

.shadow-solution-card__copy {
    padding-right: 28px;
}

.shadow-solution-card__copy .shadow-cta-wrap,
.shadow-final .shadow-cta-wrap {
    align-items: flex-start;
    margin-top: 30px;
    text-align: left;
}

.shadow-solution-card__copy .shadow-cta,
.shadow-final .shadow-cta {
    min-width: 360px;
}

.shadow-transformation {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    margin-top: 26px;
    padding: 18px;
    border: 1px solid #e4eaf1;
    border-radius: 12px;
    background: var(--shadow-tint);
}

.shadow-transformation > p {
    margin: 0;
    color: var(--shadow-ink);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.45;
}

.shadow-transformation p span {
    display: block;
    margin-bottom: 5px;
    color: var(--shadow-copy);
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.shadow-transformation > i {
    color: var(--shadow-green);
}

/* Steps */
.shadow-section--steps {
    padding-top: 32px;
    padding-bottom: 118px;
}

.shadow-section--steps .shadow-heading {
    margin-bottom: 45px;
}

.shadow-steps {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #9eabbc;
}

.shadow-step {
    min-height: 184px;
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    align-items: start;
    gap: 20px;
    padding: 39px 0 36px;
    border-bottom: 1px solid #9eabbc;
}

.shadow-step:has(.shadow-step__reminder) {
    min-height: 242px;
}

.shadow-step__number {
    color: var(--shadow-green);
    font-family: 'Outfit', sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
}

.shadow-step__content h3 {
    margin: -5px 0 14px;
    font-size: 27px;
    line-height: 1.2;
}

.shadow-step__content p {
    margin: 0 0 13px;
    font-size: 16px;
    line-height: 1.65;
}

.shadow-step__content p:last-child {
    margin-bottom: 0;
}

.shadow-step__reminder {
    padding: 13px 15px;
    border-radius: 9px;
    background: #fff;
    color: #66758a !important;
}

.shadow-step__reminder strong {
    color: var(--shadow-ink);
}

.shadow-section--steps .shadow-cta-wrap {
    margin-top: 55px;
}

/* Audience qualification */
.shadow-fit {
    padding-block: 102px 116px;
}

.shadow-fit__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 32px;
    max-width: 1080px;
    margin: 0 auto;
}

.shadow-fit-card {
    padding: 45px 46px 48px;
    border: 1px solid #e1e7ef;
    border-radius: 18px;
    background: #fff;
}

.shadow-fit-card--yes {
    border: 2px solid var(--shadow-green);
    box-shadow: var(--shadow-card-shadow);
}

.shadow-fit-card h3 {
    margin: 0 0 30px;
    text-align: center;
    font-size: 23px;
}

.shadow-fit-card--yes h3 {
    color: var(--shadow-ink);
}

.shadow-fit-card--yes h3::first-line {
    color: var(--shadow-ink);
}

.shadow-fit-card ul {
    display: grid;
    gap: 16px;
}

.shadow-fit-card li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    color: #293344;
    font-size: 14px;
    line-height: 1.55;
}

.shadow-fit-card li i {
    flex: 0 0 auto;
    margin-top: 3px;
    color: var(--shadow-green);
    font-size: 18px;
}

.shadow-fit-card--no li i {
    color: var(--shadow-red);
}

/* Feature cards */
.shadow-inclusions {
    padding-block: 112px 105px;
}

.shadow-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.shadow-feature-card {
    min-height: 382px;
    padding: 38px 42px 40px;
    border: 1px solid #e9edf3;
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--shadow-card-shadow);
}

.shadow-feature-card__icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    margin-bottom: 26px;
    border-radius: 11px;
    background: linear-gradient(135deg, #1f68dd, #4bd188);
    color: #fff;
    box-shadow: 0 7px 16px rgba(28, 63, 170, 0.18);
    font-size: 19px;
}

.shadow-feature-card h3 {
    margin: 0 0 24px;
    color: var(--shadow-blue);
    font-size: 27px;
    line-height: 1.18;
}

.shadow-feature-card > p {
    margin: 0 0 24px;
    font-size: 17px;
    line-height: 1.64;
}

.shadow-feature-card .shadow-feature-card__value {
    margin-bottom: 0;
    color: var(--shadow-green);
    font-weight: 600;
}

.shadow-inclusions > .shadow-shell > .shadow-cta-wrap {
    margin-top: 58px;
}

/* Testimonials */
.shadow-testimonials {
    padding-block: 112px 138px;
}

.shadow-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    align-items: stretch;
    gap: 30px;
}

.shadow-testimonial-card {
    height: 100%;
    min-height: 285px;
    display: flex;
    flex-direction: column;
    padding: 31px 34px;
    border: 1.5px solid #8797ac;
    border-radius: 15px;
    background: #fff;
}

.shadow-testimonial-card:nth-child(4) {
    grid-column: 1;
}

.shadow-testimonial-card:nth-child(5) {
    grid-column: 2;
}

.shadow-stars {
    margin-bottom: 22px;
    color: #ff9900;
    font-size: 23px;
    letter-spacing: 2px;
    line-height: 1;
}

.shadow-testimonial-card blockquote {
    flex: 1 1 auto;
    min-height: 100px;
    margin: 0 0 22px;
    color: #2b3546;
    font-size: 15px;
    line-height: 1.65;
}

.shadow-member {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 14px;
}

.shadow-member__avatar {
    width: 46px;
    height: 46px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #e5e7eb;
    color: #b7bdc6;
}

.shadow-member p {
    display: flex;
    flex-direction: column;
    margin: 0;
    line-height: 1.35;
}

.shadow-member strong {
    color: var(--shadow-blue);
    font-size: 14px;
}

.shadow-member span {
    color: var(--shadow-copy);
    font-size: 12px;
}

/* FAQ */
.shadow-faq {
    padding-block: 106px 112px;
}

.shadow-faq .shadow-heading {
    margin-bottom: 38px;
}

.shadow-faq__list {
    border-top: 1px solid #aab5c4;
}

.shadow-faq__item {
    border-bottom: 1px solid #aab5c4;
}

.shadow-faq summary {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 19px 3px;
    color: var(--shadow-ink);
    cursor: pointer;
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
    list-style: none;
}

.shadow-faq summary::-webkit-details-marker {
    display: none;
}

.shadow-faq summary i {
    flex: 0 0 auto;
    color: #6d7d92;
    font-size: 11px;
    transition: transform 180ms ease;
}

.shadow-faq details:not([open]) summary i {
    transform: rotate(180deg);
}

.shadow-faq__answer {
    padding: 0 42px 27px 3px;
}

.shadow-faq__answer p,
.shadow-faq__answer li {
    margin: 0 0 9px;
    color: var(--shadow-copy);
    font-size: 13px;
    line-height: 1.7;
}

.shadow-faq__answer ol {
    margin: 10px 0 0 20px;
    padding-left: 12px;
}

.shadow-contact {
    margin-top: 57px;
    text-align: center;
}

.shadow-contact h3 {
    margin: 0 0 16px;
    font-size: 22px;
}

.shadow-contact a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 22px;
    border: 1.5px solid var(--shadow-blue);
    border-radius: 999px;
    color: var(--shadow-blue);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.shadow-contact a:hover {
    background: var(--shadow-blue);
    color: #fff;
}

/* Final CTA and footer */
.shadow-final {
    padding-block: 105px;
}

.shadow-final .shadow-copy h2 {
    font-size: clamp(38px, 3.4vw, 52px);
}

.shadow-final .shadow-media img {
    aspect-ratio: 590 / 495;
    object-fit: cover;
}

.shadow-page--ofw .shadow-final .shadow-media img {
    aspect-ratio: 1;
}

.shadow-footer {
    padding: 60px 0 35px;
    background: var(--shadow-ink);
    color: #fff;
}

.shadow-footer__inner {
    text-align: center;
}

.shadow-footer__inner > img {
    width: auto;
    height: 40px;
    margin: 0 auto 15px;
}

.shadow-footer__inner > p {
    margin: 0 0 48px;
    color: #8290a6;
    font-size: 13px;
}

.shadow-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding-top: 26px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.shadow-footer__bottom p,
.shadow-footer__bottom a {
    color: #748197;
    font-size: 11px;
}

.shadow-footer__bottom nav {
    display: flex;
    gap: 28px;
}

.shadow-footer__bottom a:hover {
    color: #fff;
}

@media (max-width: 1180px) {
    .shadow-shell,
    .shadow-shell--wide {
        width: min(calc(100% - 4rem), var(--shadow-shell));
    }

    .shadow-feature-card {
        min-height: 350px;
        padding: 34px 30px;
    }

    .shadow-feature-card h3 {
        font-size: 24px;
    }

    .shadow-feature-card > p {
        font-size: 15px;
    }

    .shadow-needs--4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 900px;
    }
}

@media (max-width: 900px) {
    .shadow-page {
        font-size: 15px;
    }

    .shadow-section {
        padding-block: 86px;
    }

    .shadow-split,
    .shadow-solution-card {
        grid-template-columns: 1fr;
    }

    .shadow-split {
        gap: 43px;
    }

    .shadow-split--media-first .shadow-media {
        order: 2;
    }

    .shadow-split--media-first .shadow-copy {
        order: 1;
    }

    .shadow-copy h2 {
        max-width: 700px;
    }

    .shadow-media {
        width: min(100%, 660px);
        margin-inline: auto;
    }

    .shadow-solution-card {
        padding: 25px;
    }

    .shadow-solution-card__copy {
        padding: 12px 10px 18px;
    }

    .shadow-feature-grid,
    .shadow-testimonial-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .shadow-testimonial-card:nth-child(4),
    .shadow-testimonial-card:nth-child(5) {
        grid-column: auto;
    }

    .shadow-fit-card {
        padding-inline: 32px;
    }

    .shadow-section--steps {
        padding-top: 25px;
    }

    .shadow-final .shadow-copy {
        text-align: center;
    }

    .shadow-final .shadow-copy h2 {
        margin-inline: auto;
    }

    .shadow-final .shadow-copy .shadow-section-label {
        text-align: center;
    }

    .shadow-final .shadow-cta-wrap {
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 680px) {
    .shadow-shell,
    .shadow-shell--wide,
    .shadow-hero__inner {
        width: min(calc(100% - 2.25rem), var(--shadow-shell));
    }

    .shadow-site-header {
        min-height: 52px;
    }

    .shadow-site-header__logo img {
        height: 29px;
    }

    .shadow-hero {
        min-height: auto;
        padding: 58px 0 68px;
    }

    .shadow-eyebrow {
        margin-bottom: 16px;
        font-size: 10px;
    }

    .shadow-hero__title {
        font-size: clamp(35px, 10.5vw, 47px);
        line-height: 1.08;
    }

    .shadow-hero__description {
        font-size: 14px;
    }

    .shadow-video-wrap {
        margin-top: 36px;
    }

    .shadow-risk-note {
        width: calc(100% - 18px);
        padding-inline: 9px;
        font-size: 8px;
    }

    .shadow-section {
        padding-block: 68px;
    }

    .shadow-heading {
        margin-bottom: 39px;
    }

    .shadow-heading h2,
    .shadow-copy h2 {
        font-size: 33px;
    }

    .shadow-heading p:not(.shadow-section-label) {
        font-size: 15px;
    }

    .shadow-copy > p,
    .shadow-line-list p,
    .shadow-question-list p {
        font-size: 14px;
    }

    .shadow-cta {
        width: 100%;
        min-width: 0;
        padding: 15px 20px;
        font-size: 12px;
    }

    .shadow-cta-wrap {
        width: 100%;
    }

    .shadow-needs--3,
    .shadow-needs--4,
    .shadow-fit__grid,
    .shadow-feature-grid,
    .shadow-testimonial-grid {
        grid-template-columns: 1fr;
    }

    .shadow-needs {
        gap: 13px;
    }

    .shadow-need-card {
        min-height: 0;
        padding: 19px;
    }

    .shadow-problem h3 {
        font-size: 29px;
    }

    .shadow-solution-card {
        padding: 14px;
        border-radius: 17px;
    }

    .shadow-solution-card__copy {
        padding: 17px 7px 13px;
    }

    .shadow-solution-card__copy .shadow-cta,
    .shadow-final .shadow-cta {
        min-width: 0;
    }

    .shadow-transformation {
        grid-template-columns: 1fr;
    }

    .shadow-transformation > i {
        transform: rotate(90deg);
    }

    .shadow-step {
        min-height: 0;
        grid-template-columns: 54px minmax(0, 1fr);
        gap: 10px;
        padding-block: 31px;
    }

    .shadow-step:has(.shadow-step__reminder) {
        min-height: 0;
    }

    .shadow-step__number {
        font-size: 27px;
    }

    .shadow-step__content h3 {
        font-size: 21px;
    }

    .shadow-step__content p {
        font-size: 13px;
    }

    .shadow-fit-card {
        padding: 34px 24px 37px;
    }

    .shadow-fit-card h3 {
        font-size: 21px;
    }

    .shadow-feature-card {
        min-height: 0;
        padding: 31px 27px 34px;
    }

    .shadow-feature-card h3 {
        font-size: 24px;
    }

    .shadow-testimonial-card {
        height: auto;
        min-height: 0;
    }

    .shadow-testimonial-grid {
        grid-auto-rows: auto;
    }

    .shadow-testimonial-card blockquote {
        min-height: 0;
    }

    .shadow-faq summary {
        font-size: 14px;
    }

    .shadow-faq__answer {
        padding-right: 18px;
    }

    .shadow-final .shadow-copy h2 {
        font-size: 36px;
    }

    .shadow-footer__bottom {
        flex-direction: column;
        justify-content: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .shadow-page *,
    .shadow-page *::before,
    .shadow-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
