/**
 * REEID Design V3
 *
 * Gutenberg owns geometry.
 * CSS owns appearance.
 */

/* REEID V3 FOUNDATION START */

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) {
    --reeid-v3-bg: #171717;
    --reeid-v3-panel: #1d1d1d;
    --reeid-v3-text: #f7f7f5;
    --reeid-v3-muted: #c7c7c3;
    --reeid-v3-accent: #b14046;
    --reeid-v3-accent-hover: #c65359;
    --reeid-v3-line: rgba(255, 255, 255, 0.14);

    color: var(--reeid-v3-text);
    background-color: var(--reeid-v3-bg);
    font-family:
        Ubuntu,
        "Noto Sans",
        Arial,
        sans-serif;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) :is(h1, h2, h3, h4, h5, h6) {
    color: var(--reeid-v3-text);
    font-weight: 500;
    letter-spacing: -0.025em;
    text-wrap: balance;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) :is(p, li) {
    color: var(--reeid-v3-muted);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-kicker {
    color: #df898e;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    line-height: 1.4;
    text-transform: uppercase;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-lead {
    color: var(--reeid-v3-muted);
    font-size: 1.15rem;
    line-height: 1.65;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) :is(
    .reeid-v3-card,
    .reeid-v3-panel
) {
    color: var(--reeid-v3-text);
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.055),
            rgba(255, 255, 255, 0.014)
        ),
        var(--reeid-v3-panel);
    border: 1px solid var(--reeid-v3-line);
    border-radius: 14px;
    box-shadow:
        0 24px 58px
        rgba(0, 0, 0, 0.20);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-card--accent {
    border-color: rgba(196, 75, 82, 0.36);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-button-primary
.wp-block-button__link {
    color: #ffffff;
    background: var(--reeid-v3-accent);
    border: 1px solid var(--reeid-v3-accent);
    border-radius: 4px;
    box-shadow: none;
    font-weight: 600;
    text-decoration: none;
}

body.reeid-v3-active
.reeid-v3-button-primary
.wp-block-button__link:hover {
    background: var(--reeid-v3-accent-hover);
    border-color: var(--reeid-v3-accent-hover);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-button-secondary
.wp-block-button__link {
    color: var(--reeid-v3-text);
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 4px;
    box-shadow: none;
    font-weight: 600;
    text-decoration: none;
}

/* REEID V3 FOUNDATION END */

/* REEID V3 PLUGIN HERO START */

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-hero {
    background:
        linear-gradient(
            180deg,
            #101010 0%,
            #171717 100%
        );
    border: 0;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-title {
    color: #ffffff;
    font-size: clamp(3.05rem, 4.8vw, 4.55rem);
    font-weight: 400;
    letter-spacing: -0.048em;
    line-height: 1;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-title-accent {
    display: block;
    color: var(--reeid-v3-accent);
    font-size: 0.60em;
    line-height: 1.02;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-hero
.reeid-v3-lead {
    color: rgba(255, 255, 255, 0.84);
    font-size: clamp(1.06rem, 1.45vw, 1.22rem);
    line-height: 1.56;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-credibility {
    color: rgba(255, 255, 255, 0.70);
    font-size: 0.93rem;
    line-height: 1.5;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-hero-media {
    background: transparent;
    border: 0;
    box-shadow: none;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-media-caption {
    display: none;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-proof-grid {
    border-top: 1px solid var(--reeid-v3-line);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-proof-grid
> .wp-block-column {
    border-left: 1px solid var(--reeid-v3-line);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-proof-grid
> .wp-block-column:first-child {
    border-left: 0;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-proof-value {
    color: var(--reeid-v3-text);
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.3;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-proof-label {
    color: var(--reeid-v3-muted);
    font-size: 0.88rem;
    line-height: 1.5;
}

/* REEID V3 PLUGIN HERO END */

/*
 * REEID V3 PAGE SHELL START
 *
 * Theme-wrapper exception: these Astra containers are not editable
 * Gutenberg block geometry.
 */

body.reeid-v3-active
.site-content
> .ast-container,
body.reeid-v3-active #primary,
body.reeid-v3-active .content-area,
body.reeid-v3-active .site-main,
body.reeid-v3-active article.page,
body.reeid-v3-active .entry-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.reeid-v3-active article.page {
    padding: 0 !important;
}

body.reeid-v3-active .entry-header {
    display: none !important;
}

/* REEID V3 PAGE SHELL END */

/* REEID V3 PLUGIN DIFFERENCE START */

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-difference {
    background: var(--reeid-v3-bg);
    border-top: 1px solid var(--reeid-v3-line);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-section-title {
    color: var(--reeid-v3-text);
    font-size: clamp(2.35rem, 4.2vw, 3.7rem);
    font-weight: 400;
    line-height: 1.06;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-section-lead {
    color: var(--reeid-v3-muted);
    font-size: clamp(1.04rem, 1.45vw, 1.18rem);
    line-height: 1.62;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-card-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: var(--reeid-v3-accent);
    background: rgba(177, 64, 70, 0.13);
    border: 1px solid rgba(177, 64, 70, 0.34);
    border-radius: 11px;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1;
}

/* REEID V3 PLUGIN DIFFERENCE END */

/* REEID V3 PLUGIN POLISH START */

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-proof-grid {
    overflow: hidden;
    background:
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.025),
            rgba(177, 64, 70, 0.035),
            rgba(255, 255, 255, 0.025)
        );
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 14px;
    box-shadow:
        0 18px 44px rgba(0, 0, 0, 0.16);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-proof-grid
> .wp-block-column {
    border-left:
        1px solid rgba(255, 255, 255, 0.10);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-proof-grid
> .wp-block-column:first-child {
    border-left: 0;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-proof-value {
    color: #ffffff;
    font-size: 1.08rem;
    font-weight: 600;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-difference {
    background:
        radial-gradient(
            circle at 8% 12%,
            rgba(177, 64, 70, 0.065),
            transparent 31%
        ),
        linear-gradient(
            180deg,
            #1a1919 0%,
            #171717 100%
        );
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-section
.reeid-v3-kicker::before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 1px;
    margin-right: 11px;
    background: var(--reeid-v3-accent);
    vertical-align: middle;
    opacity: 0.85;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-difference
.reeid-v3-card {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.028),
            rgba(255, 255, 255, 0) 52%
        ),
        var(--reeid-v3-panel);
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease;
}

@media (hover: hover) {
    body.reeid-v3-active
    .reeid-v3-plugin-difference
    .reeid-v3-card:hover {
        transform: translateY(-4px);
        border-color:
            rgba(255, 255, 255, 0.25);
        box-shadow:
            0 22px 54px rgba(0, 0, 0, 0.18);
    }
}

/* REEID V3 PLUGIN POLISH END */

/* REEID V3 PLUGIN WORKFLOW START */

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-workflow {
    background:
        radial-gradient(
            circle at 88% 12%,
            rgba(255, 255, 255, 0.035),
            transparent 30%
        ),
        linear-gradient(
            180deg,
            #111111 0%,
            #0f0f0f 100%
        );
    border-top: 1px solid var(--reeid-v3-line);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-process-step {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.028),
            rgba(255, 255, 255, 0) 52%
        ),
        var(--reeid-v3-panel);
    border: 1px solid var(--reeid-v3-line);
    border-top: 2px solid rgba(177, 64, 70, 0.58);
    border-radius: 14px;
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: var(--reeid-v3-accent);
    background: rgba(177, 64, 70, 0.13);
    border: 1px solid rgba(177, 64, 70, 0.34);
    border-radius: 11px;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-gallery figure {
    overflow: hidden;
    background: #0e0e0e;
    border: 1px solid var(--reeid-v3-line);
    border-radius: 10px;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-gallery img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    transition: transform 180ms ease;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-audience-grid
> .wp-block-column {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(
            180deg,
            rgba(177, 64, 70, 0.075),
            rgba(177, 64, 70, 0) 44%
        ),
        var(--reeid-v3-panel);
    border: 1px solid var(--reeid-v3-line);
    border-top: 2px solid rgba(177, 64, 70, 0.82);
    border-radius: 14px;
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-audience-grid
> .wp-block-column::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    margin-bottom: 24px;
    background-color: var(--reeid-v3-accent);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-audience-grid
> .wp-block-column:nth-child(1)::before {
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjEuNyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cmVjdCB4PSIzIiB5PSI0IiB3aWR0aD0iMTgiIGhlaWdodD0iMTYiIHJ4PSIxIi8+PHBhdGggZD0iTTMgOGgxOE03IDEyaDRNNyAxNmg4Ii8+PC9zdmc+");
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjEuNyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cmVjdCB4PSIzIiB5PSI0IiB3aWR0aD0iMTgiIGhlaWdodD0iMTYiIHJ4PSIxIi8+PHBhdGggZD0iTTMgOGgxOE03IDEyaDRNNyAxNmg4Ii8+PC9zdmc+");
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-audience-grid
> .wp-block-column:nth-child(2)::before {
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjEuNyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cGF0aCBkPSJNNiA4aDEybDEgMTJINVQ2IDhaIi8+PHBhdGggZD0iTTkgOFY2YTMgMyAwIDAgMSA2IDB2MiIvPjwvc3ZnPg==");
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjEuNyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cGF0aCBkPSJNNiA4aDEybDEgMTJINVQ2IDhaIi8+PHBhdGggZD0iTTkgOFY2YTMgMyAwIDAgMSA2IDB2MiIvPjwvc3ZnPg==");
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-audience-grid
> .wp-block-column:nth-child(3)::before {
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjEuNyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cGF0aCBkPSJtMTIgMyA5IDUtOSA1LTktNSA5LTVaIi8+PHBhdGggZD0ibTMgMTIgOSA1IDktNU0zIDE2bDkgNSA5LTUiLz48L3N2Zz4=");
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjEuNyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cGF0aCBkPSJtMTIgMyA5IDUtOSA1LTktNSA5LTVaIi8+PHBhdGggZD0ibTMgMTIgOSA1IDktNU0zIDE2bDkgNSA5LTUiLz48L3N2Zz4=");
}

@media (hover: hover) and (pointer: fine) {
    body.reeid-v3-active
    .reeid-v3-plugin-process-step:hover,
    body.reeid-v3-active
    .reeid-v3-plugin-audience-grid
    > .wp-block-column:hover {
        transform: translateY(-4px);
        border-color: rgba(255, 255, 255, 0.25);
        box-shadow: 0 22px 54px rgba(0, 0, 0, 0.18);
    }

    body.reeid-v3-active
    .reeid-v3-plugin-gallery
    a:hover img {
        transform: scale(1.015);
    }
}

/* REEID V3 PLUGIN WORKFLOW END */

/* REEID V3 PLUGIN FEATURES START */

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-features {
    background:
        radial-gradient(
            circle at 76% 18%,
            rgba(177, 64, 70, 0.05),
            transparent 27%
        ),
        linear-gradient(
            180deg,
            #1a1a19 0%,
            #181818 100%
        );
    border-top: 1px solid var(--reeid-v3-line);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-feature-card {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 100% 0,
            rgba(177, 64, 70, 0.075),
            transparent 35%
        ),
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.048),
            rgba(255, 255, 255, 0.014)
        ),
        #191919;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 18px;
    box-shadow:
        0 22px 54px rgba(0, 0, 0, 0.18);
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-feature-card::before {
    content: "";
    display: block;
    width: 54px;
    height: 54px;
    margin-bottom: 27px;
    background-color: rgba(177, 64, 70, 0.12);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    border: 1px solid rgba(204, 78, 85, 0.35);
    border-radius: 14px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.07),
        0 12px 28px rgba(0, 0, 0, 0.16);
    transition:
        transform 180ms ease,
        background-color 180ms ease,
        border-color 180ms ease;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-feature-grid
> .reeid-v3-plugin-feature-card:nth-child(1)::before {
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f08b90' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='3'/%3E%3Cpath d='M3 9h18M9 9v12'/%3E%3C/svg%3E");
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-feature-grid
> .reeid-v3-plugin-feature-card:nth-child(2)::before {
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f08b90' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 8h12l1 13H5L6 8Z'/%3E%3Cpath d='M9 8a3 3 0 0 1 6 0'/%3E%3C/svg%3E");
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-feature-grid
> .reeid-v3-plugin-feature-card:nth-child(3)::before {
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f08b90' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='10' cy='10' r='7'/%3E%3Cpath d='M3 10h14M10 3a11 11 0 0 1 0 14M10 3a11 11 0 0 0 0 14'/%3E%3Cpath d='m16 16 5 5'/%3E%3C/svg%3E");
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-feature-grid
> .reeid-v3-plugin-feature-card:nth-child(4)::before {
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f08b90' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='15' r='4'/%3E%3Cpath d='m11 12 9-9M16 7l2 2M14 9l2 2'/%3E%3C/svg%3E");
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-feature-grid
> .reeid-v3-plugin-feature-card:nth-child(5)::before {
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f08b90' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 5a3 3 0 0 1 3-3h5v17H7a3 3 0 0 0-3 3V5Z'/%3E%3Cpath d='M20 5a3 3 0 0 0-3-3h-5v17h5a3 3 0 0 1 3 3V5Z'/%3E%3C/svg%3E");
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-feature-grid
> .reeid-v3-plugin-feature-card:nth-child(6)::before {
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f08b90' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 18h10a4 4 0 0 0 .6-8 6 6 0 0 0-11.4-1.5A4.8 4.8 0 0 0 7 18Z'/%3E%3Cpath d='m9 14 3 3 3-3M12 17V9'/%3E%3C/svg%3E");
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-feature-title {
    color: #ffffff;
    font-size: clamp(1.35rem, 1.9vw, 1.65rem);
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.2;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-feature-text {
    color: rgba(255, 255, 255, 0.64);
    font-size: 0.97rem;
    line-height: 1.65;
}

@media (hover: hover) and (pointer: fine) {
    body.reeid-v3-active
    .reeid-v3-plugin-feature-card:hover {
        transform: translateY(-4px);
        border-color: rgba(255, 255, 255, 0.25);
        box-shadow: 0 28px 64px rgba(0, 0, 0, 0.24);
    }

    body.reeid-v3-active
    .reeid-v3-plugin-feature-card:hover::before {
        transform: translateY(-3px) scale(1.035);
        background-color: rgba(177, 64, 70, 0.18);
        border-color: rgba(219, 91, 98, 0.56);
    }
}

@media (max-width: 781px) {
    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-plugin-features
    .reeid-v3-plugin-feature-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-plugin-features
    .reeid-v3-plugin-feature-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-plugin-feature-card::before {
        width: 50px;
        height: 50px;
        margin-bottom: 23px;
    }
}

/* REEID V3 PLUGIN FEATURES END */

/* REEID V3 PLUGIN COMPARISON START */

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-compare {
    background:
        radial-gradient(
            circle at 18% 14%,
            rgba(177, 64, 70, 0.045),
            transparent 29%
        ),
        linear-gradient(
            180deg,
            #111212 0%,
            #101010 100%
        );
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-comparison-card {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 100% 0,
            rgba(255, 255, 255, 0.045),
            transparent 36%
        ),
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.042),
            rgba(255, 255, 255, 0.012)
        ),
        #181818;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 18px;
    box-shadow:
        0 22px 55px rgba(0, 0, 0, 0.20);
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-comparison-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.24),
            transparent
        );
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-comparison-card-pro {
    background:
        radial-gradient(
            circle at 90% 5%,
            rgba(177, 64, 70, 0.19),
            transparent 38%
        ),
        linear-gradient(
            180deg,
            rgba(177, 64, 70, 0.085),
            rgba(255, 255, 255, 0.018)
        ),
        #1b1818;
    border-color: rgba(205, 78, 85, 0.88);
    box-shadow:
        0 32px 78px rgba(0, 0, 0, 0.32),
        0 0 0 1px rgba(177, 64, 70, 0.15),
        0 0 52px rgba(177, 64, 70, 0.09);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-comparison-card-pro::before {
    background:
        linear-gradient(
            90deg,
            #92343a,
            #d45b62,
            #92343a
        );
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-comparison-card-pro::after {
    content: "PRODUCTION READY";
    position: absolute;
    top: 24px;
    right: 24px;
    padding: 7px 10px;
    color: #ffffff;
    background: rgba(177, 64, 70, 0.18);
    border: 1px solid rgba(214, 91, 98, 0.52);
    border-radius: 999px;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.11em;
    line-height: 1;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-comparison-card-pro
> .reeid-v3-plugin-comparison-title {
    padding-right: 145px;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-plan-label {
    display: inline-block;
    width: fit-content;
    padding: 6px 9px;
    color: rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 500;
    letter-spacing: 0.13em;
    line-height: 1.2;
    text-transform: uppercase;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-comparison-card-pro
.reeid-v3-plugin-plan-label {
    color: #d9878b;
    background: rgba(177, 64, 70, 0.12);
    border-color: rgba(205, 78, 85, 0.30);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-comparison-title {
    color: #ffffff;
    font-size: clamp(1.8rem, 2.6vw, 2.35rem);
    letter-spacing: -0.035em;
    line-height: 1.2;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-comparison-list {
    padding-left: 0;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    list-style: none;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-comparison-list li {
    position: relative;
    margin: 0 0 13px;
    padding-left: 28px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.55;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-comparison-list li:last-child {
    margin-bottom: 0;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-comparison-list li::before {
    content: "✓";
    position: absolute;
    top: 0;
    left: 0;
    color: var(--reeid-v3-accent);
    font-size: 1.02rem;
    font-weight: 700;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-comparison-card:not(
    .reeid-v3-plugin-comparison-card-pro
) .reeid-v3-plugin-comparison-list li::before {
    color: rgba(255, 255, 255, 0.48);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-comparison-card
.reeid-v3-plugin-buttons {
    margin-top: auto;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-comparison-card
.wp-block-button__link {
    min-height: 56px;
    border-radius: 8px;
    font-weight: 600;
    text-align: center;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-comparison-card-pro
.reeid-v3-button-primary
.wp-block-button__link {
    background:
        linear-gradient(
            135deg,
            #b14046,
            #ce5158
        );
    border-color: #d35d63;
    box-shadow:
        0 14px 30px rgba(177, 64, 70, 0.27);
}

@media (hover: hover) and (pointer: fine) {
    body.reeid-v3-active
    .reeid-v3-plugin-comparison-card:hover {
        transform: translateY(-5px);
        border-color: rgba(255, 255, 255, 0.24);
        box-shadow:
            0 30px 68px rgba(0, 0, 0, 0.30);
    }

    body.reeid-v3-active
    .reeid-v3-plugin-comparison-card-pro
    .reeid-v3-button-primary
    .wp-block-button__link:hover {
        background:
            linear-gradient(
                135deg,
                #c34950,
                #db6268
            );
        box-shadow:
            0 18px 38px rgba(177, 64, 70, 0.36);
        transform: translateY(-2px);
    }
}

@media (max-width: 680px) {
    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-plugin-comparison-card-pro::after {
        position: static;
        display: inline-flex;
        margin-bottom: 20px;
    }

    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-plugin-comparison-card-pro
    > .reeid-v3-plugin-comparison-title {
        padding-right: 0;
    }
}

/* REEID V3 PLUGIN COMPARISON END */

/* REEID V3 PLUGIN PRICING START */

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-pricing {
    color: var(--reeid-v3-text);
    background:
        radial-gradient(
            circle at 82% 10%,
            rgba(177, 64, 70, 0.09),
            transparent 34%
        ),
        linear-gradient(
            180deg,
            #191918 0%,
            #141414 100%
        );
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-pricing-grid
> .wp-block-column {
    display: flex;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-price-card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 100% 0,
            rgba(255, 255, 255, 0.055),
            transparent 36%
        ),
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.052),
            rgba(255, 255, 255, 0.018)
        );
    border-color: rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.18);
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-price-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.24),
            transparent
        );
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-price-card-featured {
    z-index: 2;
    transform: translateY(-10px);
    background:
        radial-gradient(
            circle at 90% 4%,
            rgba(177, 64, 70, 0.20),
            transparent 38%
        ),
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.075),
            rgba(177, 64, 70, 0.035)
        );
    border-color: rgba(205, 78, 85, 0.92);
    box-shadow:
        0 34px 80px rgba(0, 0, 0, 0.36),
        0 0 0 1px rgba(177, 64, 70, 0.18),
        0 0 48px rgba(177, 64, 70, 0.10);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-price-card-featured::before {
    background:
        linear-gradient(
            90deg,
            #91353a,
            #d45a61,
            #91353a
        );
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-price-card-featured::after {
    content: "MOST POPULAR";
    position: absolute;
    top: 22px;
    right: 22px;
    padding: 7px 10px;
    color: #ffffff;
    background: rgba(177, 64, 70, 0.20);
    border: 1px solid rgba(214, 91, 98, 0.58);
    border-radius: 999px;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.11em;
    line-height: 1;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-price-card-featured
> .reeid-v3-plugin-price-title {
    padding-right: 118px;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-price-title {
    color: #ffffff;
    font-size: 1.45rem;
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.25;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-plan-fit {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.94rem;
    line-height: 1.55;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-price {
    color: #ffffff;
    font-size: clamp(3rem, 4.5vw, 4.15rem);
    font-weight: 600;
    letter-spacing: -0.055em;
    line-height: 1;
    text-shadow:
        0 8px 28px rgba(0, 0, 0, 0.30);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-price-term {
    color: #e39195;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0.11em;
    line-height: 1.4;
    text-transform: uppercase;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-price-list {
    list-style: none;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-price-list li {
    position: relative;
    margin: 0 0 11px;
    padding-left: 22px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.94rem;
    line-height: 1.5;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-price-list li:last-child {
    margin-bottom: 0;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-price-list li::before {
    content: "✓";
    position: absolute;
    top: 0;
    left: 0;
    color: var(--reeid-v3-accent);
    font-weight: 700;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-price-card
.wp-block-button__link {
    min-height: 56px;
    border-radius: 8px;
    font-weight: 600;
    text-align: center;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-price-card-featured
.reeid-v3-button-primary
.wp-block-button__link {
    background:
        linear-gradient(
            135deg,
            #b14046,
            #ce5158
        );
    border-color: #d35d63;
    box-shadow:
        0 14px 30px rgba(177, 64, 70, 0.28);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-license-note {
    position: relative;
    max-width: 960px;
    background:
        linear-gradient(
            90deg,
            rgba(177, 64, 70, 0.08),
            rgba(255, 255, 255, 0.025)
        );
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-left: 3px solid var(--reeid-v3-accent);
    border-radius: 12px;
    box-shadow:
        0 18px 42px rgba(0, 0, 0, 0.16);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-license-note-title {
    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 500;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-license-note-text {
    color: rgba(255, 255, 255, 0.64);
    font-size: 0.94rem;
    line-height: 1.6;
}

@media (hover: hover) and (pointer: fine) {
    body.reeid-v3-active
    .reeid-v3-plugin-price-card:hover {
        transform: translateY(-5px);
        border-color: rgba(255, 255, 255, 0.26);
        box-shadow:
            0 28px 64px rgba(0, 0, 0, 0.28);
    }

    body.reeid-v3-active
    .reeid-v3-plugin-price-card-featured:hover {
        transform: translateY(-15px);
    }

    body.reeid-v3-active
    .reeid-v3-plugin-price-card-featured
    .reeid-v3-button-primary
    .wp-block-button__link:hover {
        background:
            linear-gradient(
                135deg,
                #c34950,
                #db6268
            );
        box-shadow:
            0 18px 38px rgba(177, 64, 70, 0.36);
        transform: translateY(-2px);
    }
}

@media (max-width: 781px) {
    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-plugin-price-card-featured {
        transform: none;
    }
}

/* REEID V3 PLUGIN PRICING END */

/* REEID V3 PLUGIN FAQ START */

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-faq {
    background:
        radial-gradient(
            circle at 86% 12%,
            rgba(177, 64, 70, 0.075),
            transparent 31%
        ),
        linear-gradient(
            180deg,
            #111111 0%,
            #0e0e0e 100%
        );
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-faq-list {
    align-items: start;
    width: 100%;
    max-width: none;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-faq-item {
    position: relative;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 100% 0,
            rgba(177, 64, 70, 0.065),
            transparent 38%
        ),
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.044),
            rgba(255, 255, 255, 0.014)
        ),
        #181818;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 15px;
    box-shadow:
        0 18px 46px rgba(0, 0, 0, 0.17);
    transition:
        border-color 180ms ease,
        box-shadow 180ms ease,
        transform 180ms ease;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-faq-item[open] {
    background:
        radial-gradient(
            circle at 96% 0,
            rgba(177, 64, 70, 0.13),
            transparent 40%
        ),
        linear-gradient(
            180deg,
            rgba(177, 64, 70, 0.065),
            rgba(255, 255, 255, 0.016)
        ),
        #1a1818;
    border-color: rgba(207, 80, 87, 0.54);
    box-shadow:
        0 24px 58px rgba(0, 0, 0, 0.26),
        0 0 38px rgba(177, 64, 70, 0.06);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-faq-item summary {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 84px;
    padding: 24px 68px 24px 26px;
    cursor: pointer;
    list-style: none;
    color: #ffffff;
    font-size: clamp(1.05rem, 1.4vw, 1.18rem);
    font-weight: 500;
    letter-spacing: -0.015em;
    line-height: 1.42;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-faq-item summary::-webkit-details-marker {
    display: none;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-faq-item summary::marker {
    content: "";
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-faq-item summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: #ef8b90;
    background: rgba(177, 64, 70, 0.12);
    border: 1px solid rgba(208, 80, 87, 0.36);
    border-radius: 10px;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1;
    transform: translateY(-50%);
    transition:
        transform 180ms ease,
        background-color 180ms ease,
        border-color 180ms ease;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-faq-item[open]
summary::after {
    content: "−";
    background: rgba(177, 64, 70, 0.22);
    border-color: rgba(218, 91, 98, 0.58);
    transform:
        translateY(-50%)
        rotate(180deg);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-faq-item p {
    max-width: none;
    margin: 0;
    padding: 0 68px 27px 26px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.97rem;
    line-height: 1.7;
}

@media (hover: hover) and (pointer: fine) {
    body.reeid-v3-active
    .reeid-v3-plugin-faq-item:hover {
        transform: translateY(-3px);
        border-color: rgba(255, 255, 255, 0.23);
        box-shadow:
            0 24px 58px rgba(0, 0, 0, 0.25);
    }
}

@media (max-width: 781px) {
    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-plugin-faq-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-plugin-faq-item summary {
        min-height: 76px;
        padding: 21px 62px 21px 22px;
    }

    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-plugin-faq-item summary::after {
        right: 20px;
        width: 32px;
        height: 32px;
    }

    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-plugin-faq-item p {
        padding: 0 22px 24px;
    }
}

/* REEID V3 PLUGIN FAQ END */

/* REEID V3 PLUGIN FINAL CTA START */

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-cta {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 82% 15%,
            rgba(177, 64, 70, 0.10),
            transparent 34%
        ),
        linear-gradient(
            180deg,
            #151515 0%,
            #101010 100%
        );
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-final {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 92% 8%,
            rgba(215, 86, 93, 0.22),
            transparent 34%
        ),
        radial-gradient(
            circle at 8% 100%,
            rgba(177, 64, 70, 0.12),
            transparent 36%
        ),
        linear-gradient(
            135deg,
            rgba(177, 64, 70, 0.15),
            rgba(255, 255, 255, 0.035) 48%,
            rgba(255, 255, 255, 0.018)
        );
    border-color: rgba(255, 255, 255, 0.16);
    border-radius: 22px;
    box-shadow:
        0 36px 90px rgba(0, 0, 0, 0.34),
        0 0 0 1px rgba(177, 64, 70, 0.08),
        0 0 60px rgba(177, 64, 70, 0.08);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-final::before {
    content: "LIVE PRODUCT DEMO";
    display: inline-flex;
    width: fit-content;
    margin-bottom: 24px;
    padding: 7px 11px;
    color: #f09a9e;
    background: rgba(177, 64, 70, 0.13);
    border: 1px solid rgba(214, 91, 98, 0.42);
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    line-height: 1;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-final::after {
    content: "";
    position: absolute;
    top: -110px;
    right: -90px;
    width: 340px;
    height: 340px;
    pointer-events: none;
    background:
        radial-gradient(
            circle,
            rgba(211, 82, 89, 0.18),
            transparent 68%
        );
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-final
> * {
    position: relative;
    z-index: 1;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-final-title {
    max-width: 900px;
    color: #ffffff;
    font-size: clamp(2.7rem, 5vw, 4.35rem);
    font-weight: 400;
    letter-spacing: -0.045em;
    line-height: 1.02;
    text-wrap: balance;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-final-text {
    max-width: 720px;
    color: rgba(255, 255, 255, 0.70);
    font-size: clamp(1rem, 1.4vw, 1.15rem);
    line-height: 1.65;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-final
.wp-block-button__link {
    min-height: 58px;
    padding: 16px 28px;
    border-radius: 8px;
    font-weight: 600;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-final
.reeid-v3-button-primary
.wp-block-button__link {
    background:
        linear-gradient(
            135deg,
            #b33f46,
            #d2575e
        );
    border-color: #d65c63;
    box-shadow:
        0 16px 38px rgba(177, 64, 70, 0.30);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-final
.reeid-v3-button-secondary
.wp-block-button__link {
    background: rgba(255, 255, 255, 0.035);
    border-color: rgba(255, 255, 255, 0.24);
}

@media (hover: hover) and (pointer: fine) {
    body.reeid-v3-active
    .reeid-v3-plugin-final
    .reeid-v3-button-primary
    .wp-block-button__link:hover {
        background:
            linear-gradient(
                135deg,
                #c64950,
                #df666c
            );
        box-shadow:
            0 22px 46px rgba(177, 64, 70, 0.38);
        transform: translateY(-2px);
    }
}

@media (max-width: 680px) {
    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-plugin-final {
        border-radius: 16px;
    }

    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-plugin-final-title {
        font-size: clamp(2.2rem, 10vw, 3rem);
    }

    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-plugin-final
    .wp-block-button,
    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-plugin-final
    .wp-block-button__link {
        width: 100%;
        text-align: center;
    }
}

/* REEID V3 PLUGIN FINAL CTA END */

/* REEID V3 PLUGIN HERO PILL START */

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-plugin-hero-kicker {
    display: inline-flex;
    align-items: center;
    width: auto;
    min-height: 30px;
    padding: 6px 11px;
    color: #f09a9e;
    background: rgba(177, 64, 70, 0.11);
    border: 1px solid rgba(210, 83, 90, 0.32);
    border-radius: 999px;
}

/* REEID V3 PLUGIN HERO PILL END */

/* REEID V3 HOME HERO START */

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-hero {
    overflow: hidden;
    background: #101010;
    border: 0;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-hero
.wp-block-cover__video-background {
    filter:
        saturate(0.62)
        contrast(1.15)
        brightness(0.62);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-hero
.wp-block-cover__background {
    background:
        linear-gradient(
            90deg,
            rgba(8, 8, 8, 0.96) 0%,
            rgba(12, 12, 12, 0.82) 54%,
            rgba(17, 17, 17, 0.66) 100%
        ) !important;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-title {
    color: #ffffff;
    font-size: clamp(3.05rem, 4.8vw, 4.55rem);
    font-weight: 400;
    letter-spacing: -0.048em;
    line-height: 1;
    text-shadow:
        0 18px 48px rgba(0, 0, 0, 0.34);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-title-accent {
    display: block;
    color: var(--reeid-v3-accent);
    font-size: 0.60em;
    line-height: 1.02;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-hero
.reeid-v3-lead {
    color: rgba(255, 255, 255, 0.84);
    font-size: clamp(1.06rem, 1.45vw, 1.22rem);
    line-height: 1.56;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-credibility {
    color: rgba(255, 255, 255, 0.70);
    font-size: 0.93rem;
    line-height: 1.5;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-hero-kicker {
    display: inline-flex;
    align-items: center;
    width: auto;
    min-height: 30px;
    padding: 6px 11px;
    color: #f09a9e;
    background: rgba(177, 64, 70, 0.11);
    border: 1px solid rgba(210, 83, 90, 0.32);
    border-radius: 999px;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-proof-grid {
    overflow: hidden;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.055),
            rgba(255, 255, 255, 0.018)
        );
    border: 1px solid var(--reeid-v3-line);
    border-radius: 14px;
    backdrop-filter: blur(12px);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-proof-grid
> .wp-block-column {
    border-left: 1px solid var(--reeid-v3-line);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-proof-grid
> .wp-block-column:first-child {
    border-left: 0;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-proof-value {
    color: var(--reeid-v3-text);
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.3;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-proof-label {
    color: var(--reeid-v3-muted);
    font-size: 0.88rem;
    line-height: 1.5;
}

@media (max-width: 781px) {
    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-home-proof-grid
    > .wp-block-column {
        border-top: 1px solid var(--reeid-v3-line);
        border-left: 0;
    }

    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-home-proof-grid
    > .wp-block-column:first-child {
        border-top: 0;
    }
}

/* REEID V3 HOME HERO END */

/* REEID V3 HEADER PARITY START */

body.reeid-v3-active #masthead,
body.reeid-v3-active .site-header,
body.reeid-v3-active .ast-above-header-wrap,
body.reeid-v3-active .ast-above-header-bar {
    margin: 0 !important;
    padding: 0 !important;
    background: #101010 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

body.reeid-v3-active .ast-primary-header-bar,
body.reeid-v3-active #ast-fixed-header,
body.reeid-v3-active #ast-fixed-header .main-header-bar,
body.reeid-v3-active #ast-fixed-header .ast-primary-header-bar,
body.reeid-v3-active
.ast-primary-sticky-header-active
.main-header-bar,
body.reeid-v3-active
.ast-primary-sticky-header-active
.ast-primary-header-bar,
body.reeid-v3-active
.ast-header-sticked
.main-header-bar,
body.reeid-v3-active
.ast-header-sticked
.ast-primary-header-bar {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    background: #101010 !important;
    border: 0 !important;
    border-bottom:
        1px solid var(--reeid-v3-line) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
}

body.reeid-v3-active
.site-above-header-wrap.ast-builder-grid-row-container.ast-container,
body.reeid-v3-active
.site-primary-header-wrap.ast-builder-grid-row-container.ast-container,
body.reeid-v3-active
.site-below-header-wrap.ast-builder-grid-row-container.ast-container,
body.reeid-v3-active
.ast-primary-header-bar
.ast-container,
body.reeid-v3-active
.ast-above-header-bar
.ast-container,
body.reeid-v3-active
.main-header-container,
body.reeid-v3-active
#ast-fixed-header
.site-primary-header-wrap,
body.reeid-v3-active
#ast-fixed-header
.ast-builder-grid-row-container,
body.reeid-v3-active
#ast-fixed-header
.ast-container,
body.reeid-v3-active
#ast-fixed-header
.main-header-container {
    width: min(1180px, calc(100% - 48px)) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

body.reeid-v3-active
#mega-menu-wrap-primary,
body.reeid-v3-active
#mega-menu-wrap-primary
#mega-menu-primary {
    background: transparent !important;
}

body.reeid-v3-active
#mega-menu-wrap-primary
#mega-menu-primary
> li.mega-menu-item
> a.mega-menu-link {
    min-height: 64px !important;
    padding: 0 15px !important;
    background: transparent !important;
    color: var(--reeid-v3-text) !important;
}

body.reeid-v3-active
#mega-menu-wrap-primary
#mega-menu-primary
> li.mega-menu-item:hover
> a.mega-menu-link,
body.reeid-v3-active
#mega-menu-wrap-primary
#mega-menu-primary
> li.mega-current-menu-item
> a.mega-menu-link,
body.reeid-v3-active
#mega-menu-wrap-primary
#mega-menu-primary
> li.mega-current-menu-ancestor
> a.mega-menu-link,
body.reeid-v3-active
#mega-menu-wrap-primary
#mega-menu-primary
> li.mega-current-page-ancestor
> a.mega-menu-link {
    background: transparent !important;
    color: #ffffff !important;
}

@media (min-width: 922px) {
    body.reeid-v3-active
    .ast-above-header-wrap
    .ast-builder-grid-row {
        min-height: 40px !important;
    }

    body.reeid-v3-active
    .ast-primary-header-bar
    .ast-builder-grid-row,
    body.reeid-v3-active
    #ast-fixed-header
    .ast-builder-grid-row,
    body.reeid-v3-active
    .ast-primary-header-bar
    .site-header-section {
        min-height: 64px !important;
    }
}

@media (max-width: 921px) {
    body.reeid-v3-active
    .site-above-header-wrap.ast-builder-grid-row-container.ast-container,
    body.reeid-v3-active
    .site-primary-header-wrap.ast-builder-grid-row-container.ast-container,
    body.reeid-v3-active
    .ast-mobile-header-wrap
    .ast-builder-grid-row-container.ast-container,
    body.reeid-v3-active
    #ast-fixed-header
    .ast-container {
        width: calc(100% - 32px) !important;
    }
}


body.reeid-v3-active .ast-above-header-bar {
    border-bottom:
        1px solid rgba(255, 255, 255, 0.08) !important;
}

/* REEID V3 HEADER PARITY END */

/* REEID V3 HOME SYSTEMS START */

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-systems {
    background:
        radial-gradient(
            circle at 88% 12%,
            rgba(177, 64, 70, 0.08),
            transparent 32%
        ),
        linear-gradient(
            180deg,
            #111111 0%,
            #0f0f0f 100%
        );
    border-top: 1px solid var(--reeid-v3-line);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-section-title {
    color: var(--reeid-v3-text);
    font-size: clamp(2.45rem, 4vw, 3.75rem);
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1.05;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-section-lead {
    color: var(--reeid-v3-muted);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-system-grid
> .wp-block-column {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.032),
            rgba(255, 255, 255, 0) 52%
        ),
        var(--reeid-v3-panel);
    border: 1px solid var(--reeid-v3-line);
    border-top: 2px solid rgba(177, 64, 70, 0.70);
    border-radius: 14px;
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-system-step {
    background: transparent;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: var(--reeid-v3-accent);
    background: rgba(177, 64, 70, 0.13);
    border: 1px solid rgba(177, 64, 70, 0.34);
    border-radius: 11px;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-step-title {
    color: var(--reeid-v3-text);
    font-size: 1.22rem;
    font-weight: 500;
    line-height: 1.22;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-step-copy {
    color: var(--reeid-v3-muted);
    font-size: 0.96rem;
    line-height: 1.62;
}

@media (hover: hover) and (pointer: fine) {
    body.reeid-v3-active
    .reeid-v3-home-system-grid
    > .wp-block-column:hover {
        transform: translateY(-4px);
        border-color: rgba(255, 255, 255, 0.25);
        box-shadow:
            0 22px 54px
            rgba(0, 0, 0, 0.18);
    }
}

/* REEID V3 HOME SYSTEMS END */

/* REEID V3 HOME ROUTES START */

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-routes {
    background:
        radial-gradient(
            circle at 8% 18%,
            rgba(177, 64, 70, 0.055),
            transparent 30%
        ),
        var(--reeid-v3-bg);
    border-top: 1px solid var(--reeid-v3-line);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-route-featured {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(
            145deg,
            rgba(177, 64, 70, 0.12),
            rgba(255, 255, 255, 0.018) 54%
        ),
        var(--reeid-v3-panel);
    border: 1px solid rgba(177, 64, 70, 0.42);
    border-top: 2px solid rgba(210, 83, 90, 0.88);
    border-radius: 14px;
    box-shadow:
        0 24px 58px
        rgba(0, 0, 0, 0.18);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-route-compact {
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.042),
            rgba(255, 255, 255, 0.012)
        ),
        var(--reeid-v3-panel);
    border: 1px solid var(--reeid-v3-line);
    border-radius: 14px;
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-route-eyebrow {
    color: #df898e;
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0.13em;
    line-height: 1.4;
    text-transform: uppercase;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-route-title {
    color: var(--reeid-v3-text);
    font-size: clamp(1.35rem, 2vw, 1.7rem);
    font-weight: 500;
    line-height: 1.18;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-route-copy,
:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-route-points {
    color: var(--reeid-v3-muted);
    font-size: 0.98rem;
    line-height: 1.62;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-route-points
li::marker {
    color: var(--reeid-v3-accent);
}

@media (hover: hover) and (pointer: fine) {
    body.reeid-v3-active
    .reeid-v3-home-route-compact:hover {
        transform: translateY(-3px);
        border-color: rgba(255, 255, 255, 0.25);
        box-shadow:
            0 20px 48px
            rgba(0, 0, 0, 0.17);
    }
}

/* REEID V3 HOME ROUTES END */

/* REEID V3 HOME CAPABILITIES START */

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-capabilities {
    background:
        radial-gradient(
            circle at 82% 14%,
            rgba(177, 64, 70, 0.045),
            transparent 30%
        ),
        var(--reeid-v3-bg);
    border-top: 1px solid var(--reeid-v3-line);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-capability-intro
.reeid-v3-kicker {
    display: flex;
    align-items: center;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-capability-intro
.reeid-v3-kicker::before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 2px;
    margin-right: 12px;
    background: var(--reeid-v3-accent);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-capability-list {
    border-top: 1px solid var(--reeid-v3-line);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-capability-row {
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid var(--reeid-v3-line);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-capability-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 30px;
    color: #e38b90;
    background: rgba(177, 64, 70, 0.13);
    border: 1px solid rgba(210, 83, 90, 0.28);
    border-radius: 5px;
    font-family:
        ui-monospace,
        SFMono-Regular,
        Menlo,
        Monaco,
        Consolas,
        monospace;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-capability-title {
    color: var(--reeid-v3-text);
    font-size: clamp(1.25rem, 1.8vw, 1.55rem);
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.2;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-capability-copy {
    color: var(--reeid-v3-muted);
    font-size: 0.98rem;
    line-height: 1.66;
}

@media (max-width: 781px) {
    body.reeid-v3-active
    .reeid-v3-home-capability-row {
        display: grid !important;
        grid-template-columns:
            42px
            minmax(0, 1fr);
        column-gap: 16px;
        row-gap: 10px;
    }

    body.reeid-v3-active
    .reeid-v3-home-capability-row
    > .wp-block-column {
        min-width: 0;
    }

    body.reeid-v3-active
    .reeid-v3-home-capability-row
    > .wp-block-column:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
    }

    body.reeid-v3-active
    .reeid-v3-home-capability-row
    > .wp-block-column:nth-child(2) {
        grid-column: 2;
        grid-row: 1;
    }

    body.reeid-v3-active
    .reeid-v3-home-capability-row
    > .wp-block-column:nth-child(3) {
        grid-column: 2;
        grid-row: 2;
    }
}

/* REEID V3 HOME CAPABILITIES END */

/* REEID V3 HOME PRODUCT START */

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-product {
    background:
        radial-gradient(
            circle at 82% 18%,
            rgba(177, 64, 70, 0.065),
            transparent 32%
        ),
        linear-gradient(
            180deg,
            #111111 0%,
            #0f0f0f 100%
        );
    border-top: 1px solid var(--reeid-v3-line);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-product-copy
.reeid-v3-kicker {
    display: flex;
    align-items: center;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-product-copy
.reeid-v3-kicker::before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 2px;
    margin-right: 12px;
    background: var(--reeid-v3-accent);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-product-points {
    display: grid;
    gap: 15px;
    list-style: none;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-product-points
li {
    position: relative;
    margin: 0;
    padding-left: 30px;
    color: var(--reeid-v3-muted);
    font-size: 0.96rem;
    line-height: 1.55;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-product-points
li::before {
    content: "";
    position: absolute;
    top: 0.58em;
    left: 2px;
    width: 11px;
    height: 11px;
    background: rgba(177, 64, 70, 0.14);
    border: 1px solid rgba(210, 83, 90, 0.48);
    border-radius: 3px;
    box-shadow:
        inset 0 0 0 3px
        rgba(177, 64, 70, 0.13);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-product-frame {
    overflow: hidden;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.075),
            rgba(255, 255, 255, 0.025)
        );
    border: 1px solid var(--reeid-v3-line);
    border-radius: 17px;
    box-shadow:
        0 28px 70px
        rgba(0, 0, 0, 0.31);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-product-frame-bar {
    position: relative;
    color: rgba(255, 255, 255, 0.56);
    font-family:
        ui-monospace,
        SFMono-Regular,
        Menlo,
        Monaco,
        Consolas,
        monospace;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.3;
    text-transform: uppercase;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-product-frame-bar::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 16px;
    width: 7px;
    height: 7px;
    background: rgba(210, 83, 90, 0.82);
    border-radius: 50%;
    box-shadow:
        14px 0 0 rgba(255, 255, 255, 0.26),
        28px 0 0 rgba(255, 255, 255, 0.15);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-product-image {
    overflow: hidden;
    background: #ffffff;
    border-radius: 11px;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-product-image
img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-product-meta {
    border-top: 1px solid var(--reeid-v3-line);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-product-label {
    color: #e38b90;
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    line-height: 1.45;
    text-transform: uppercase;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-product-caption {
    color: var(--reeid-v3-muted);
    font-size: 0.93rem;
    line-height: 1.62;
}

/* REEID V3 HOME PRODUCT END */

/* REEID V3 HOME EXPERIENCE START */

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-experience {
    background:
        radial-gradient(
            circle at 18% 16%,
            rgba(177, 64, 70, 0.055),
            transparent 30%
        ),
        linear-gradient(
            180deg,
            #191919 0%,
            #171717 100%
        );
    border-top: 1px solid var(--reeid-v3-line);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-experience-intro
.reeid-v3-kicker {
    display: flex;
    align-items: center;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-experience-intro
.reeid-v3-kicker::before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 2px;
    margin-right: 12px;
    background: var(--reeid-v3-accent);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-experience-card {
    position: relative;
    overflow: hidden;
    height: 100%;
    background:
        radial-gradient(
            circle at 100% 0,
            rgba(177, 64, 70, 0.08),
            transparent 36%
        ),
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.045),
            rgba(255, 255, 255, 0.014)
        ),
        var(--reeid-v3-panel);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-top: 2px solid rgba(177, 64, 70, 0.78);
    border-radius: 16px;
    box-shadow:
        0 22px 54px
        rgba(0, 0, 0, 0.18);
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-experience-card::before {
    content: "";
    display: block;
    width: 52px;
    height: 52px;
    margin-bottom: 26px;
    background-color: rgba(177, 64, 70, 0.13);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    border: 1px solid rgba(204, 78, 85, 0.36);
    border-radius: 14px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.07),
        0 12px 28px rgba(0, 0, 0, 0.16);
    transition:
        transform 180ms ease,
        background-color 180ms ease,
        border-color 180ms ease;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-experience-card-production::before {
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f08b90' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 20V10l5 3V8l5 3V4h6v16H4Z'/%3E%3Cpath d='M8 20v-3M13 20v-3M18 20v-3'/%3E%3C/svg%3E");
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-experience-card-website::before {
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f08b90' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='16' rx='2'/%3E%3Cpath d='M3 9h18M7 6.5h.01M10 6.5h.01'/%3E%3C/svg%3E");
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-experience-card-control::before {
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f08b90' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h10M18 7h2M4 17h2M10 17h10M14 4v6M7 14v6'/%3E%3C/svg%3E");
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-experience-title {
    color: var(--reeid-v3-text);
    font-size: clamp(1.35rem, 1.9vw, 1.65rem);
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.2;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-experience-copy {
    color: var(--reeid-v3-muted);
    font-size: 0.97rem;
    line-height: 1.65;
}

@media (hover: hover) and (pointer: fine) {
    body.reeid-v3-active
    .reeid-v3-home-experience-card:hover {
        transform: translateY(-4px);
        border-color: rgba(255, 255, 255, 0.25);
        box-shadow:
            0 28px 64px
            rgba(0, 0, 0, 0.24);
    }

    body.reeid-v3-active
    .reeid-v3-home-experience-card:hover::before {
        transform: translateY(-3px) scale(1.035);
        background-color: rgba(177, 64, 70, 0.19);
        border-color: rgba(219, 91, 98, 0.56);
    }
}

/* REEID V3 HOME EXPERIENCE END */

/* REEID V3 HOME PROCESS START */

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-process {
    background:
        radial-gradient(
            circle at 82% 16%,
            rgba(177, 64, 70, 0.045),
            transparent 30%
        ),
        linear-gradient(
            180deg,
            #111111 0%,
            #0f0f0f 100%
        );
    border-top: 1px solid var(--reeid-v3-line);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-process-intro
.reeid-v3-kicker {
    display: flex;
    align-items: center;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-process-intro
.reeid-v3-kicker::before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 2px;
    margin-right: 12px;
    background: var(--reeid-v3-accent);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-process-grid
> .wp-block-column {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.19);
    transition:
        border-color 180ms ease,
        transform 180ms ease;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-process-grid
> .wp-block-column::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 54px;
    height: 2px;
    background: rgba(177, 64, 70, 0.88);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-process-step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: #e38b90;
    background: rgba(177, 64, 70, 0.13);
    border: 1px solid rgba(210, 83, 90, 0.34);
    border-radius: 11px;
    font-family:
        ui-monospace,
        SFMono-Regular,
        Menlo,
        Monaco,
        Consolas,
        monospace;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-process-title {
    color: var(--reeid-v3-text);
    font-size: clamp(1.35rem, 1.9vw, 1.65rem);
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.2;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-process-copy {
    color: var(--reeid-v3-muted);
    font-size: 0.97rem;
    line-height: 1.65;
}

@media (hover: hover) and (pointer: fine) {
    body.reeid-v3-active
    .reeid-v3-home-process-grid
    > .wp-block-column:hover {
        transform: translateY(-3px);
        border-color: rgba(255, 255, 255, 0.32);
    }
}

/* REEID V3 HOME PROCESS END */

/* REEID V3 HOME PRICING START */

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-pricing {
    background:
        radial-gradient(
            circle at 82% 10%,
            rgba(177, 64, 70, 0.10),
            transparent 35%
        ),
        linear-gradient(
            180deg,
            #191918 0%,
            #141414 100%
        );
    border-top: 1px solid var(--reeid-v3-line);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-pricing-intro
.reeid-v3-kicker {
    display: flex;
    align-items: center;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-pricing-intro
.reeid-v3-kicker::before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 2px;
    margin-right: 12px;
    background: var(--reeid-v3-accent);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-pricing-grid
> .wp-block-column {
    display: flex;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-pricing-card {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 100% 0,
            rgba(255, 255, 255, 0.055),
            transparent 36%
        ),
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.052),
            rgba(255, 255, 255, 0.018)
        );
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    box-shadow:
        0 20px 50px
        rgba(0, 0, 0, 0.18);
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-pricing-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.24),
            transparent
        );
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-pricing-card-featured {
    z-index: 2;
    transform: translateY(-8px);
    background:
        radial-gradient(
            circle at 90% 4%,
            rgba(177, 64, 70, 0.20),
            transparent 38%
        ),
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.075),
            rgba(177, 64, 70, 0.035)
        );
    border-color: rgba(205, 78, 85, 0.92);
    box-shadow:
        0 34px 80px rgba(0, 0, 0, 0.36),
        0 0 0 1px rgba(177, 64, 70, 0.18),
        0 0 48px rgba(177, 64, 70, 0.10);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-pricing-card-featured::before {
    background:
        linear-gradient(
            90deg,
            #91353a,
            #d45a61,
            #91353a
        );
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-pricing-card-featured::after {
    content: "MOST POPULAR";
    position: absolute;
    top: 22px;
    right: 22px;
    padding: 7px 10px;
    color: #ffffff;
    background: rgba(177, 64, 70, 0.20);
    border: 1px solid rgba(214, 91, 98, 0.58);
    border-radius: 999px;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.11em;
    line-height: 1;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-pricing-card-featured
.reeid-v3-home-pricing-label {
    padding-right: 112px;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-pricing-label {
    color: #e39195;
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0.11em;
    line-height: 1.4;
    text-transform: uppercase;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-pricing-title {
    color: var(--reeid-v3-text);
    font-size: clamp(1.55rem, 2.4vw, 2rem);
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1.2;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-pricing-copy {
    color: var(--reeid-v3-muted);
    font-size: 0.97rem;
    line-height: 1.65;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-pricing-card
.wp-block-button__link {
    min-height: 52px;
    border-radius: 8px;
    font-weight: 600;
    text-align: center;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-pricing-card-featured
.reeid-v3-button-primary
.wp-block-button__link {
    background:
        linear-gradient(
            135deg,
            #b14046,
            #ce5158
        );
    border-color: #d35d63;
    box-shadow:
        0 14px 30px
        rgba(177, 64, 70, 0.27);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-pricing-note {
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.04),
            rgba(255, 255, 255, 0.012)
        );
    border: 1px solid var(--reeid-v3-line);
    border-left: 3px solid rgba(177, 64, 70, 0.82);
    border-radius: 12px;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-pricing-note-title {
    color: var(--reeid-v3-text);
    font-size: clamp(1.25rem, 1.8vw, 1.5rem);
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.25;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-pricing-note-copy {
    color: var(--reeid-v3-muted);
    font-size: 0.96rem;
    line-height: 1.62;
}

@media (hover: hover) and (pointer: fine) {
    body.reeid-v3-active
    .reeid-v3-home-pricing-card:hover {
        transform: translateY(-5px);
        border-color: rgba(255, 255, 255, 0.25);
        box-shadow:
            0 30px 68px
            rgba(0, 0, 0, 0.30);
    }

    body.reeid-v3-active
    .reeid-v3-home-pricing-card-featured:hover {
        transform: translateY(-12px);
    }
}

@media (max-width: 781px) {
    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-home-pricing-card-featured {
        transform: none;
    }

    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-home-pricing-card-featured:hover {
        transform: none;
    }
}

@media (max-width: 520px) {
    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-home-pricing-card-featured::after {
        position: static;
        display: inline-flex;
        order: -1;
        margin-bottom: 18px;
    }

    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-home-pricing-card-featured
    .reeid-v3-home-pricing-label {
        padding-right: 0;
    }
}

/* REEID V3 HOME PRICING END */

/* REEID V3 HOME FINAL START */

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-final {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(215, 86, 93, 0.17),
            transparent 32%
        ),
        radial-gradient(
            circle at 8% 100%,
            rgba(177, 64, 70, 0.10),
            transparent 34%
        ),
        linear-gradient(
            135deg,
            rgba(177, 64, 70, 0.11),
            rgba(255, 255, 255, 0.025) 48%,
            #101010
        );
    border-top: 1px solid var(--reeid-v3-line);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-final::after {
    content: "";
    position: absolute;
    top: -150px;
    right: -110px;
    width: 420px;
    height: 420px;
    pointer-events: none;
    background:
        radial-gradient(
            circle,
            rgba(211, 82, 89, 0.15),
            transparent 68%
        );
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-final
> * {
    position: relative;
    z-index: 1;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-final-copy
.reeid-v3-kicker {
    display: flex;
    align-items: center;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-final-copy
.reeid-v3-kicker::before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 2px;
    margin-right: 12px;
    background: var(--reeid-v3-accent);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-final
.wp-block-button__link {
    min-height: 56px;
    padding: 15px 26px;
    border-radius: 8px;
    font-weight: 600;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-final
.reeid-v3-button-primary
.wp-block-button__link {
    background:
        linear-gradient(
            135deg,
            #b33f46,
            #d2575e
        );
    border-color: #d65c63;
    box-shadow:
        0 16px 38px
        rgba(177, 64, 70, 0.30);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-final
.reeid-v3-button-secondary
.wp-block-button__link {
    background: rgba(255, 255, 255, 0.035);
    border-color: rgba(255, 255, 255, 0.25);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-final-panel {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 100% 0,
            rgba(177, 64, 70, 0.13),
            transparent 38%
        ),
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.065),
            rgba(255, 255, 255, 0.018)
        ),
        #181818;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-top: 2px solid rgba(205, 78, 85, 0.88);
    border-radius: 18px;
    box-shadow:
        0 30px 72px
        rgba(0, 0, 0, 0.30);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-final-panel-label {
    color: #e39195;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    line-height: 1.4;
    text-transform: uppercase;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-final-panel-title {
    color: var(--reeid-v3-text);
    font-size: clamp(1.65rem, 2.5vw, 2.15rem);
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1.18;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-final-points {
    display: grid;
    gap: 13px;
    list-style: none;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-final-points
li {
    position: relative;
    margin: 0;
    padding-left: 27px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.97rem;
    line-height: 1.55;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-final-points
li::before {
    content: "✓";
    position: absolute;
    top: 0;
    left: 0;
    color: var(--reeid-v3-accent);
    font-weight: 700;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-final-note {
    padding-top: 20px;
    color: var(--reeid-v3-muted);
    border-top: 1px solid var(--reeid-v3-line);
    font-size: 0.93rem;
    line-height: 1.6;
}

@media (hover: hover) and (pointer: fine) {
    body.reeid-v3-active
    .reeid-v3-home-final
    .reeid-v3-button-primary
    .wp-block-button__link:hover {
        background:
            linear-gradient(
                135deg,
                #c64950,
                #df666c
            );
        box-shadow:
            0 22px 46px
            rgba(177, 64, 70, 0.38);
        transform: translateY(-2px);
    }
}

@media (max-width: 680px) {
    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-home-final-buttons
    .wp-block-button,
    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-home-final-buttons
    .wp-block-button__link {
        width: 100%;
        text-align: center;
    }

    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-home-final-panel {
        border-radius: 15px;
    }
}

/* REEID V3 HOME FINAL END */

/* REEID V3 HOME FINAL BOTTOM DIVIDER FIX START */

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-home-final {
    border-bottom: 1px solid var(--reeid-v3-line);
}

/* REEID V3 HOME FINAL BOTTOM DIVIDER FIX END */

/* REEID V3 FOOTER DOUBLE DIVIDER FIX START */

body.reeid-v3-active
.site-primary-footer-wrap[
    data-section="section-primary-footer-builder"
] {
    border-top: 0 !important;
}

/* REEID V3 FOOTER DOUBLE DIVIDER FIX END */

/* REEID V3 FEATURES DIRECTORY START */

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-features-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 88% 8%,
            rgba(177, 64, 70, 0.16),
            transparent 34%
        ),
        linear-gradient(
            135deg,
            #101010,
            #171515 56%,
            #111111
        );
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-features-title {
    max-width: 760px;
    color: var(--reeid-v3-text);
    font-size: clamp(3.1rem, 5.2vw, 4.8rem);
    font-weight: 400;
    letter-spacing: -0.052em;
    line-height: 1;
    text-wrap: balance;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-features-lead {
    max-width: 720px;
    color: rgba(255, 255, 255, 0.76);
    font-size: clamp(1.04rem, 1.45vw, 1.2rem);
    line-height: 1.66;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-features-hero
.wp-block-button__link {
    min-height: 56px;
    padding: 15px 26px;
    border-radius: 8px;
    font-weight: 600;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-features-panel-copy,
:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-features-card-copy {
    color: var(--reeid-v3-muted);
    line-height: 1.65;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-features-mini {
    height: 100%;
    background: rgba(255, 255, 255, 0.032);
    border: 1px solid var(--reeid-v3-line);
    border-radius: 10px;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-features-mini-index {
    color: var(--reeid-v3-accent);
    font-family:
        ui-monospace,
        SFMono-Regular,
        Menlo,
        Monaco,
        Consolas,
        monospace;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.1em;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-features-mini-title {
    color: var(--reeid-v3-text);
    font-size: 0.83rem;
    font-weight: 600;
    line-height: 1.3;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-features-intro
.reeid-v3-kicker,
:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-features-license
.reeid-v3-kicker {
    display: flex;
    align-items: center;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-features-intro
.reeid-v3-kicker::before,
:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-features-license
.reeid-v3-kicker::before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 2px;
    margin-right: 12px;
    background: var(--reeid-v3-accent);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-features-grid
> .wp-block-column {
    display: flex;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-features-card {
    width: 100%;
    height: 100%;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-features-card-title {
    color: var(--reeid-v3-text);
    font-size: clamp(1.35rem, 2vw, 1.7rem);
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.18;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-features-card-link {
    color: #e18b90;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.5;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-features-card-link
a {
    color: inherit;
    text-decoration: none;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-feature-builders::before {
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f08b90' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='3'/%3E%3Cpath d='M3 9h18M9 9v12'/%3E%3C/svg%3E");
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-feature-woocommerce::before {
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f08b90' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='20' r='1'/%3E%3Ccircle cx='19' cy='20' r='1'/%3E%3Cpath d='M3 4h2l2.5 11h11l2-7H7'/%3E%3C/svg%3E");
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-feature-seo::before {
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f08b90' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3 12h18M12 3a15 15 0 0 1 0 18M12 3a15 15 0 0 0 0 18'/%3E%3C/svg%3E");
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-feature-cloud::before {
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f08b90' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 18h12a4 4 0 0 0 .7-7.9A7 7 0 0 0 5.2 9 4.5 4.5 0 0 0 6 18Z'/%3E%3C/svg%3E");
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-feature-glossary::before {
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f08b90' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 5a3 3 0 0 1 3-3h12v18H7a3 3 0 0 0-3 3Z'/%3E%3Cpath d='M4 5v15a3 3 0 0 1 3-3h12'/%3E%3C/svg%3E");
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-feature-ui::before {
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f08b90' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 6h16M4 12h16M4 18h10'/%3E%3C/svg%3E");
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-feature-byok::before {
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f08b90' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='15' r='4'/%3E%3Cpath d='m11 12 8-8M16 7l3 3M14 9l3 3'/%3E%3C/svg%3E");
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-feature-cache::before {
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f08b90' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 7v5h-5M4 17v-5h5'/%3E%3Cpath d='M18.5 9A7 7 0 0 0 6 7l-2 5M5.5 15A7 7 0 0 0 18 17l2-5'/%3E%3C/svg%3E");
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-feature-safety::before {
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f08b90' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3 20 6v6c0 5-3.4 8-8 9-4.6-1-8-4-8-9V6Z'/%3E%3Cpath d='m9 12 2 2 4-5'/%3E%3C/svg%3E");
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-features-license {
    background:
        radial-gradient(
            circle at 84% 14%,
            rgba(177, 64, 70, 0.055),
            transparent 30%
        ),
        linear-gradient(
            180deg,
            #111111,
            #0f0f0f
        );
    border-top: 1px solid var(--reeid-v3-line);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-features-final-buttons
.wp-block-button__link {
    min-height: 54px;
    padding: 14px 23px;
    border-radius: 8px;
    font-weight: 600;
}

@media (max-width: 781px) {
    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-features-final-buttons {
        justify-content: flex-start;
    }
}

@media (max-width: 520px) {
    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-features-mini-grid {
        display: grid;
        grid-template-columns: 1fr;
    }

    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-features-final-buttons
    .wp-block-button,
    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-features-final-buttons
    .wp-block-button__link {
        width: 100%;
        text-align: center;
    }
}

/* REEID V3 FEATURES DIRECTORY END */

/* REEID V3 WOOCOMMERCE PAGE START */

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-woo-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 88% 8%,
            rgba(177, 64, 70, 0.16),
            transparent 34%
        ),
        linear-gradient(
            135deg,
            #101010,
            #171515 56%,
            #111111
        );
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-woo-title {
    max-width: 790px;
    color: var(--reeid-v3-text);
    font-size: clamp(3rem, 5vw, 4.7rem);
    font-weight: 400;
    letter-spacing: -0.052em;
    line-height: 1;
    text-wrap: balance;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-woo-lead {
    max-width: 760px;
    color: rgba(255, 255, 255, 0.76);
    font-size: clamp(1.04rem, 1.45vw, 1.2rem);
    line-height: 1.66;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-woo-hero
.wp-block-button__link {
    min-height: 56px;
    padding: 15px 26px;
    border-radius: 8px;
    font-weight: 600;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-woo-panel-copy,
:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-woo-card-copy {
    color: var(--reeid-v3-muted);
    line-height: 1.65;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-woo-mini {
    height: 100%;
    background: rgba(255, 255, 255, 0.032);
    border: 1px solid var(--reeid-v3-line);
    border-radius: 10px;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-woo-mini-index {
    color: var(--reeid-v3-accent);
    font-family:
        ui-monospace,
        SFMono-Regular,
        Menlo,
        Monaco,
        Consolas,
        monospace;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.1em;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-woo-mini-title {
    color: var(--reeid-v3-text);
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.3;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-woo-intro
.reeid-v3-kicker,
:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-woo-workflow-intro
.reeid-v3-kicker {
    display: flex;
    align-items: center;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-woo-intro
.reeid-v3-kicker::before,
:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-woo-workflow-intro
.reeid-v3-kicker::before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 2px;
    margin-right: 12px;
    background: var(--reeid-v3-accent);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-woo-feature-grid
> .wp-block-column,
:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-woo-workflow-grid
> .wp-block-column {
    display: flex;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-woo-card,
:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-woo-step {
    width: 100%;
    height: 100%;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-woo-card-title {
    color: var(--reeid-v3-text);
    font-size: clamp(1.25rem, 1.7vw, 1.55rem);
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.2;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-woo-content-card::before {
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f08b90' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 5h16M4 10h10M4 15h16M4 20h10'/%3E%3C/svg%3E");
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-woo-url-card::before {
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f08b90' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 13a5 5 0 0 0 7 0l2-2a5 5 0 0 0-7-7l-1 1'/%3E%3Cpath d='M14 11a5 5 0 0 0-7 0l-2 2a5 5 0 0 0 7 7l1-1'/%3E%3C/svg%3E");
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-woo-attributes-card::before {
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f08b90' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h10M4 17h16M17 7h3M4 12h3M10 12h10'/%3E%3Ccircle cx='15' cy='7' r='2'/%3E%3Ccircle cx='8' cy='12' r='2'/%3E%3C/svg%3E");
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-woo-seo-card::before {
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f08b90' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m16 16 5 5M8 12l2-2 2 2 3-4'/%3E%3C/svg%3E");
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-woo-workflow {
    background:
        radial-gradient(
            circle at 14% 16%,
            rgba(177, 64, 70, 0.055),
            transparent 30%
        ),
        var(--reeid-v3-bg);
    border-top: 1px solid var(--reeid-v3-line);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-woo-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 38px;
    color: #e58f94;
    background: rgba(177, 64, 70, 0.14);
    border: 1px solid rgba(210, 83, 90, 0.34);
    border-radius: 8px;
    font-family:
        ui-monospace,
        SFMono-Regular,
        Menlo,
        Monaco,
        Consolas,
        monospace;
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-woo-data {
    background:
        radial-gradient(
            circle at 86% 12%,
            rgba(177, 64, 70, 0.06),
            transparent 31%
        ),
        linear-gradient(
            180deg,
            #191919,
            #171717
        );
    border-top: 1px solid var(--reeid-v3-line);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-woo-table {
    overflow-x: auto;
    background:
        linear-gradient(
            145deg,
            rgba(177, 64, 70, 0.07),
            rgba(255, 255, 255, 0.015) 48%
        ),
        var(--reeid-v3-panel);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 16px;
    box-shadow:
        0 24px 58px rgba(0, 0, 0, 0.2);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-woo-table
table {
    width: 100%;
    min-width: 820px;
    margin: 0;
    color: var(--reeid-v3-muted);
    border: 0;
    border-collapse: collapse;
    background: transparent;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-woo-table
th,
:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-woo-table
td {
    padding: 20px 22px;
    border: 0;
    border-right: 1px solid var(--reeid-v3-line);
    border-bottom: 1px solid var(--reeid-v3-line);
    text-align: left;
    vertical-align: top;
    line-height: 1.6;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-woo-table
th:last-child,
:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-woo-table
td:last-child {
    border-right: 0;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-woo-table
tbody
tr:last-child
td {
    border-bottom: 0;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-woo-table
th {
    color: var(--reeid-v3-text);
    background: rgba(255, 255, 255, 0.035);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-woo-table
td:first-child {
    color: var(--reeid-v3-text);
    font-weight: 500;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-woo-safety {
    background:
        radial-gradient(
            circle at 84% 14%,
            rgba(177, 64, 70, 0.055),
            transparent 30%
        ),
        linear-gradient(
            180deg,
            #111111,
            #0f0f0f
        );
    border-top: 1px solid var(--reeid-v3-line);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-woo-final-buttons
.wp-block-button__link {
    min-height: 54px;
    padding: 14px 23px;
    border-radius: 8px;
    font-weight: 600;
}

@media (max-width: 921px) {
    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-woo-feature-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 781px) {
    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-woo-final-buttons {
        justify-content: flex-start;
    }
}

@media (max-width: 600px) {
    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-woo-feature-grid,
    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-woo-mini-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-woo-final-buttons
    .wp-block-button,
    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-woo-final-buttons
    .wp-block-button__link {
        width: 100%;
        text-align: center;
    }
}

/* REEID V3 WOOCOMMERCE PAGE END */

/* REEID V3 CLOUD CACHE CONTRAST START */

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-cloud-cache-contrast {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 88% 12%,
            rgba(177, 64, 70, 0.13),
            transparent 34%
        ),
        radial-gradient(
            circle at 12% 92%,
            rgba(255, 255, 255, 0.025),
            transparent 30%
        ),
        linear-gradient(
            180deg,
            #171717 0%,
            #121313 100%
        );
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-cloud-cache-contrast::before {
    content: "";
    position: absolute;
    top: -330px;
    right: -220px;
    width: 760px;
    height: 760px;
    background:
        repeating-radial-gradient(
            circle,
            rgba(210, 83, 90, 0.22) 0 1px,
            transparent 1px 88px
        );
    border-radius: 50%;
    opacity: 0.28;
    pointer-events: none;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-cloud-cache-contrast::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: -35px;
    width: 390px;
    height: 250px;
    background-image:
        radial-gradient(
            rgba(255, 255, 255, 0.16) 1px,
            transparent 1px
        );
    background-size: 18px 18px;
    opacity: 0.12;
    pointer-events: none;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-cloud-cache-contrast
> * {
    position: relative;
    z-index: 1;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-cloud-cache-contrast
.reeid-v3-kicker {
    display: flex;
    align-items: center;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-cloud-cache-contrast
.reeid-v3-kicker::before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 2px;
    margin-right: 12px;
    background: var(--reeid-v3-accent);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-cloud-cache-contrast
> .wp-block-group
> .reeid-v3-home-section-title {
    max-width: 920px;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-cloud-cache-contrast
> .wp-block-group
> .reeid-v3-home-section-lead {
    max-width: 930px;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-cloud-cache-cards
> .wp-block-column {
    display: flex;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-cloud-cache-card {
    position: relative;
    width: 100%;
    min-height: 300px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 100% 0,
            rgba(255, 255, 255, 0.045),
            transparent 38%
        ),
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.045),
            rgba(255, 255, 255, 0.012)
        ),
        #171818;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 17px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.035),
        0 22px 54px rgba(0, 0, 0, 0.20);
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-cloud-cache-card::before {
    content: "";
    display: block;
    width: 54px;
    height: 54px;
    margin-bottom: 26px;
    background-color: rgba(177, 64, 70, 0.12);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 26px 26px;
    border: 1px solid rgba(210, 83, 90, 0.32);
    border-radius: 50%;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.07),
        0 12px 28px rgba(0, 0, 0, 0.18);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-cloud-cache-card-unchanged::before {
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f08b90' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 3h7l4 4v14H7z'/%3E%3Cpath d='M14 3v5h5M4 7v13h10'/%3E%3C/svg%3E");
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-cloud-cache-card-changed::before {
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f08b90' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 7v5h-5M4 17v-5h5'/%3E%3Cpath d='M18.5 9A7 7 0 0 0 6 7l-2 5M5.5 15A7 7 0 0 0 18 17l2-5'/%3E%3C/svg%3E");
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-cloud-cache-card-warning::before {
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f08b90' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3 20 6v6c0 5-3.4 8-8 9-4.6-1-8-4-8-9V6Z'/%3E%3Cpath d='M12 8v5M12 17h.01'/%3E%3C/svg%3E");
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-cloud-cache-card
.reeid-v3-home-route-title {
    max-width: 330px;
    font-size: clamp(1.45rem, 2vw, 1.78rem);
    letter-spacing: -0.025em;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-cloud-cache-card
.reeid-v3-home-route-title::after {
    content: "";
    display: block;
    width: 42px;
    height: 2px;
    margin-top: 18px;
    background: rgba(210, 83, 90, 0.82);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-cloud-cache-card
.reeid-v3-home-route-copy {
    max-width: 340px;
    font-size: 1rem;
    line-height: 1.66;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-cloud-cache-card-warning {
    background:
        radial-gradient(
            circle at 92% 4%,
            rgba(177, 64, 70, 0.24),
            transparent 42%
        ),
        linear-gradient(
            145deg,
            rgba(177, 64, 70, 0.11),
            rgba(255, 255, 255, 0.018) 55%
        ),
        #191718;
    border-color: rgba(218, 86, 93, 0.70);
    border-top: 2px solid rgba(230, 99, 106, 0.95);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 28px 66px rgba(0, 0, 0, 0.27),
        0 0 34px rgba(177, 64, 70, 0.11);
}

@media (hover: hover) and (pointer: fine) {
    body.reeid-v3-active
    .reeid-v3-cloud-cache-card:hover {
        transform: translateY(-5px);
        border-color: rgba(255, 255, 255, 0.27);
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.05),
            0 30px 68px rgba(0, 0, 0, 0.28);
    }

    body.reeid-v3-active
    .reeid-v3-cloud-cache-card-warning:hover {
        border-color: rgba(232, 103, 110, 0.90);
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.06),
            0 34px 76px rgba(0, 0, 0, 0.31),
            0 0 42px rgba(177, 64, 70, 0.17);
    }
}

@media (max-width: 781px) {
    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-cloud-cache-card {
        min-height: 0;
    }
}

/* REEID V3 CLOUD CACHE CONTRAST END */

/* REEID V3 GLOSSARY PAGE START */

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-glossary-rule-grid
> .wp-block-column {
    display: flex;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-glossary-rule-card {
    width: 100%;
    height: 100%;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-glossary-code-label {
    color: #df898e;
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 0.11em;
    line-height: 1.4;
    text-transform: uppercase;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-glossary-code {
    width: 100%;
    margin: 0;
    padding: 18px 19px;
    overflow-x: auto;
    color: rgba(255, 255, 255, 0.82);
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.035),
            rgba(255, 255, 255, 0.009)
        ),
        #101111;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-left: 3px solid rgba(210, 83, 90, 0.76);
    border-radius: 9px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.025);
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-glossary-code
code {
    display: block;
    padding: 0;
    color: inherit;
    background: transparent;
    font-family:
        ui-monospace,
        SFMono-Regular,
        Menlo,
        Monaco,
        Consolas,
        monospace;
    font-size: 0.86rem;
    line-height: 1.66;
    white-space: inherit;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-glossary-warning {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 96% 0,
            rgba(177, 64, 70, 0.18),
            transparent 38%
        ),
        linear-gradient(
            145deg,
            rgba(177, 64, 70, 0.09),
            rgba(255, 255, 255, 0.014) 56%
        ),
        var(--reeid-v3-panel);
    border: 1px solid rgba(210, 83, 90, 0.48);
    border-top: 2px solid rgba(225, 94, 101, 0.92);
    border-radius: 15px;
    box-shadow:
        0 24px 58px rgba(0, 0, 0, 0.22);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-glossary-usecases {
    background:
        radial-gradient(
            circle at 86% 12%,
            rgba(177, 64, 70, 0.075),
            transparent 32%
        ),
        linear-gradient(
            180deg,
            #191919,
            #171717
        );
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-glossary-example-good {
    border-color: rgba(210, 83, 90, 0.52);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-glossary-final
.wp-block-button__link {
    min-height: 54px;
    padding: 14px 23px;
    border-radius: 8px;
    font-weight: 600;
}

@media (max-width: 781px) {
    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-glossary-final
    .wp-block-buttons {
        justify-content: flex-start;
    }
}

@media (max-width: 520px) {
    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-glossary-code {
        padding: 16px;
    }

    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-glossary-final
    .wp-block-button,
    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-glossary-final
    .wp-block-button__link {
        width: 100%;
        text-align: center;
    }
}

/* REEID V3 GLOSSARY PAGE END */

/* REEID V3 UI STRINGS PAGE START */

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-ui-hero {
    background:
        radial-gradient(
            circle at 87% 8%,
            rgba(177, 64, 70, 0.18),
            transparent 34%
        ),
        radial-gradient(
            circle at 8% 92%,
            rgba(255, 255, 255, 0.025),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            #101010,
            #171515 58%,
            #111111
        );
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-ui-title {
    max-width: 820px;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-ui-feature-grid
> .wp-block-column {
    display: flex;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-ui-card {
    width: 100%;
    height: 100%;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-ui-card-menu::before {
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f08b90' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 6h16M4 12h16M4 18h10'/%3E%3C/svg%3E");
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-ui-card-dictionary::before {
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f08b90' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 5a3 3 0 0 1 3-3h5v17H7a3 3 0 0 0-3 3V5Z'/%3E%3Cpath d='M20 5a3 3 0 0 0-3-3h-5v17h5a3 3 0 0 1 3 3V5Z'/%3E%3C/svg%3E");
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-ui-card-override::before {
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f08b90' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m4 20 4.5-1 10-10a2.1 2.1 0 0 0-3-3l-10 10L4 20Z'/%3E%3Cpath d='m13.5 7.5 3 3'/%3E%3C/svg%3E");
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-ui-card-review::before {
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f08b90' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m4 12 5 5L20 6'/%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3C/svg%3E");
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-ui-difference-card {
    height: 100%;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-ui-difference-card
.wp-block-button__link {
    min-height: 48px;
    padding: 12px 19px;
    border-radius: 8px;
    font-weight: 600;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-ui-final
.wp-block-button__link {
    min-height: 54px;
    padding: 14px 23px;
    border-radius: 8px;
    font-weight: 600;
}

@media (max-width: 921px) {
    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-ui-feature-grid {
        display: grid;
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 781px) {
    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-ui-final
    .wp-block-buttons {
        justify-content: flex-start;
    }
}

@media (max-width: 600px) {
    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-ui-feature-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-ui-final
    .wp-block-button,
    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-ui-final
    .wp-block-button__link {
        width: 100%;
        text-align: center;
    }
}

/* REEID V3 UI STRINGS PAGE END */

/* REEID V3 SHARED CONTENT COMPONENTS START */

/*
 * Top-level full-width V3 sections should meet directly.
 * Gutenberg block spacing must not create exposed gutters.
 */
body.reeid-v3-active
.entry-content
> .alignfull {
    margin-block-start: 0 !important;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-section {
    background-color: var(--reeid-v3-bg);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-split-grid {
    align-items: center;
    gap: clamp(34px, 5vw, 68px);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-section-title {
    max-width: 850px;
    margin-top: 18px;
    margin-bottom: 22px;
    font-size: clamp(2.25rem, 4vw, 3.4rem);
    line-height: 1.06;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-section-lead {
    max-width: 850px;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-panel-pad {
    padding: clamp(26px, 3vw, 38px);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-panel-title {
    margin-top: 18px;
    margin-bottom: 16px;
    font-size: clamp(1.8rem, 3vw, 2.45rem);
    line-height: 1.08;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-content-copy {
    color: var(--reeid-v3-muted);
    line-height: 1.65;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-content-buttons,
:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-final-buttons {
    gap: 12px;
    margin-top: 32px;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) :is(
    .reeid-v3-content-buttons,
    .reeid-v3-final-buttons
) .wp-block-button__link {
    min-height: 54px;
    padding: 14px 23px;
    border-radius: 8px;
    font-weight: 600;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-mini-grid {
    gap: 12px;
    margin-top: 26px;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-mini-grid
> .wp-block-column {
    display: flex;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-mini-card {
    width: 100%;
    min-height: 126px;
    padding: 18px 15px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.05),
            rgba(255, 255, 255, 0.012)
        );
    border: 1px solid var(--reeid-v3-line);
    border-radius: 10px;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) :is(
    .reeid-v3-mini-card,
    .reeid-v3-icon-card
)::before {
    content: "";
    display: block;
    background-color: #e18b90;
    mask-image: var(--reeid-v3-icon);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-image: var(--reeid-v3-icon);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-mini-card::before {
    width: 28px;
    height: 28px;
    margin-bottom: 20px;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-icon-card::before {
    width: 38px;
    height: 38px;
    margin-bottom: 26px;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-icon-center::before {
    margin-left: auto;
    margin-right: auto;
}
:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-icon-link {
    --reeid-v3-icon:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10 13a5 5 0 0 0 7.1 0l2-2a5 5 0 0 0-7.1-7.1l-1.1 1.1M14 11a5 5 0 0 0-7.1 0l-2 2A5 5 0 0 0 12 20.1l1.1-1.1' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-icon-globe {
    --reeid-v3-icon:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9' fill='none' stroke='%23000' stroke-width='1.8'/%3E%3Cpath d='M3 12h18M12 3a15 15 0 0 1 0 18M12 3a15 15 0 0 0 0 18' fill='none' stroke='%23000' stroke-width='1.8'/%3E%3C/svg%3E");
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-icon-content {
    --reeid-v3-icon:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 6h16M4 12h10M4 18h7M17 15l3 3M20 15l-3 3' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-icon-sitemap {
    --reeid-v3-icon:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 4v6M6 20v-4h12v4M6 16v-3h12v3' fill='none' stroke='%23000' stroke-width='1.8'/%3E%3Ccircle cx='12' cy='4' r='2' fill='none' stroke='%23000' stroke-width='1.8'/%3E%3Ccircle cx='6' cy='20' r='2' fill='none' stroke='%23000' stroke-width='1.8'/%3E%3Ccircle cx='18' cy='20' r='2' fill='none' stroke='%23000' stroke-width='1.8'/%3E%3C/svg%3E");
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-mini-title {
    margin: 0;
    color: var(--reeid-v3-text);
    font-size: 0.86rem;
    font-weight: 600;
    line-height: 1.3;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-grid-4 {
    display: grid;
    grid-template-columns:
        repeat(4, minmax(0, 1fr));
    gap: 18px;
}

/* REEID V3 SHARED GRID ITEM RESET START */

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) :is(
    .reeid-v3-grid-3,
    .reeid-v3-grid-4
) > * {
    min-width: 0;
    margin-block-start: 0 !important;
}

/* REEID V3 SHARED GRID ITEM RESET END */

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-grid-3 {
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 40px;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-equal-columns
> .wp-block-column {
    display: flex;
    min-width: 0;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-card-pad {
    width: 100%;
    height: 100%;
    padding: 28px 24px;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-content-card-title {
    margin-top: 0;
    margin-bottom: 12px;
    color: var(--reeid-v3-text);
    font-size: 1.35rem;
    font-weight: 500;
    line-height: 1.2;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-table {
    overflow-x: auto;
    margin-top: 38px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.055),
            rgba(255, 255, 255, 0.014)
        ),
        #181818;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    box-shadow:
        0 22px 54px rgba(0, 0, 0, 0.20),
        inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-table table {
    width: 100%;
    min-width: 860px;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    background: transparent;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-table :is(th, td) {
    padding: 18px 20px;
    color: var(--reeid-v3-muted);
    border: 0;
    border-right: 1px solid var(--reeid-v3-line);
    border-bottom: 1px solid var(--reeid-v3-line);
    text-align: left;
    vertical-align: top;
    line-height: 1.62;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-table th {
    color: var(--reeid-v3-text);
    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.085),
            rgba(255, 255, 255, 0.04)
        ),
        #202020;
    border-bottom-color: rgba(255, 255, 255, 0.25);
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-table :is(th, td):first-child {
    width: 18%;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-table :is(th, td):nth-child(2) {
    width: 39%;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-table :is(th, td):nth-child(3) {
    width: 43%;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-table tbody
tr:nth-child(odd) td {
    background: rgba(255, 255, 255, 0.018);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-table tbody
tr:nth-child(even) td {
    background: rgba(255, 255, 255, 0.038);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-table td:first-child {
    color: var(--reeid-v3-text);
    background:
        linear-gradient(
            90deg,
            rgba(177, 64, 70, 0.075),
            transparent 72%
        );
    font-weight: 600;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-table :is(th, td):last-child {
    border-right: 0;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-table tbody
tr:last-child td {
    border-bottom: 0;
}

@media (hover: hover) and (pointer: fine) {
    body.reeid-v3-active
    .reeid-v3-table tbody
    tr:hover td {
        background-color: rgba(177, 64, 70, 0.075);
    }
}
:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-stack {
    display: grid;
    gap: 16px;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-stack
> .reeid-v3-card {
    position: relative;
    overflow: hidden;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-stack
> .reeid-v3-card::before {
    content: "";
    position: absolute;
    top: 18px;
    bottom: 18px;
    left: 0;
    width: 3px;
    background: rgba(177, 64, 70, 0.58);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-final-section {
    background:
        radial-gradient(
            circle at 88% 12%,
            rgba(177, 64, 70, 0.13),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #111111,
            #181515
        );
    border-top: 1px solid var(--reeid-v3-line);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-final-title {
    margin-top: 0;
    margin-bottom: 14px;
    font-size: clamp(2rem, 3.4vw, 3rem);
    line-height: 1.08;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-final-buttons {
    justify-content: flex-end;
    margin-top: 0;
}

@media (max-width: 1020px) {
    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-grid-4 {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 781px) {
    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) :is(
        .reeid-v3-grid-3,
        .reeid-v3-grid-4
    ) {
        grid-template-columns: 1fr;
    }

    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-final-buttons {
        justify-content: flex-start;
    }
}

@media (max-width: 600px) {
    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-mini-grid {
        display: grid;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) :is(
        .reeid-v3-content-buttons,
        .reeid-v3-final-buttons
    ) .wp-block-button,
    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) :is(
        .reeid-v3-content-buttons,
        .reeid-v3-final-buttons
    ) .wp-block-button__link {
        width: 100%;
        text-align: center;
    }
}


/* REEID V3 LEGAL DOCUMENT START */

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-legal-page {
    background:
        radial-gradient(
            circle at 88% 4%,
            rgba(177, 64, 70, 0.10),
            transparent 24%
        ),
        var(--reeid-v3-bg);
    padding:
        clamp(72px, 8vw, 112px)
        24px;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-legal-hero {
    margin-bottom: 52px;
    padding:
        clamp(34px, 5vw, 58px)
        clamp(24px, 5vw, 54px);
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.065),
            rgba(255, 255, 255, 0.018)
        ),
        var(--reeid-v3-panel);
    border:
        1px solid
        rgba(177, 64, 70, 0.42);
    border-radius: 18px;
    box-shadow:
        0 28px 68px
        rgba(0, 0, 0, 0.24);
    text-align: center;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-legal-hero
> p:first-child {
    margin:
        0 auto
        18px;
    color: #df898e;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    line-height: 1.4;
    text-transform: uppercase;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-legal-hero h1 {
    max-width: 820px;
    margin:
        0 auto
        20px;
    color: #ffffff;
    font-size:
        clamp(2.75rem, 6vw, 4.45rem);
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 1.01;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-legal-hero
> p:last-child {
    max-width: 760px;
    margin:
        0 auto;
    color:
        rgba(255, 255, 255, 0.78);
    font-size:
        clamp(1.04rem, 1.5vw, 1.18rem);
    line-height: 1.68;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-legal-page
> .reeid-v3-legal-hero
+ p {
    margin:
        0 0
        18px;
    padding: 24px 26px;
    background:
        rgba(255, 255, 255, 0.025);
    border:
        1px solid
        var(--reeid-v3-line);
    border-radius: 12px;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-legal-page
:is(p, li) {
    color: var(--reeid-v3-muted);
    font-size: 1rem;
    line-height: 1.78;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-legal-page
> p {
    margin-top: 0;
    margin-bottom: 18px;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-legal-page
> h2 {
    margin:
        52px 0
        18px;
    padding-top: 38px;
    color: var(--reeid-v3-text);
    border-top:
        1px solid
        var(--reeid-v3-line);
    font-size:
        clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.14;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-legal-page
> ul {
    margin:
        16px 0
        24px;
    padding:
        20px 24px
        20px 46px;
    background:
        rgba(255, 255, 255, 0.018);
    border:
        1px solid
        rgba(255, 255, 255, 0.09);
    border-radius: 12px;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-legal-page
> ul li {
    padding-left: 5px;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-legal-page
> ul li + li {
    margin-top: 11px;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-legal-page
li::marker {
    color: #df898e;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-legal-page strong {
    color: var(--reeid-v3-text);
    font-weight: 600;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-legal-acceptance {
    margin-top: 58px;
    padding:
        30px
        clamp(24px, 4vw, 42px);
    background:
        linear-gradient(
            135deg,
            rgba(177, 64, 70, 0.13),
            rgba(255, 255, 255, 0.025)
        ),
        var(--reeid-v3-panel);
    border:
        1px solid
        rgba(177, 64, 70, 0.48);
    border-radius: 14px;
    box-shadow:
        0 22px 54px
        rgba(0, 0, 0, 0.18);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-legal-acceptance p {
    margin: 0;
    color: var(--reeid-v3-text);
    font-size: 1.08rem;
    font-weight: 500;
    line-height: 1.68;
    text-align: center;
}

@media (max-width: 600px) {
    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-legal-page {
        padding:
            64px 18px;
    }

    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-legal-page
    > ul {
        padding:
            18px 18px
            18px 38px;
    }
}

/* REEID V3 LEGAL DOCUMENT END */

/* REEID V3 SHARED GUIDE COMPONENTS START */

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-media-frame {
    margin-top: clamp(38px, 5vw, 58px);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-media-frame figure {
    overflow: hidden;
    margin: 0;
    background: #0d0d0d;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 16px;
    box-shadow:
        0 28px 68px
        rgba(0, 0, 0, 0.28);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-media-frame
.wp-block-embed__wrapper {
    position: relative;
    aspect-ratio: 16 / 9;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-media-frame iframe {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-step-card {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.028),
            rgba(255, 255, 255, 0) 52%
        ),
        var(--reeid-v3-panel);
    border-top:
        2px solid
        rgba(177, 64, 70, 0.58);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin: 0 0 24px;
    color: var(--reeid-v3-accent);
    background: rgba(177, 64, 70, 0.13);
    border:
        1px solid
        rgba(177, 64, 70, 0.34);
    border-radius: 11px;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-checklist {
    margin:
        20px 0
        24px;
    padding-left: 1.35rem;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-checklist li {
    color: var(--reeid-v3-muted);
    line-height: 1.68;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-checklist li + li {
    margin-top: 10px;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-checklist li::marker {
    color: #df898e;
}

/* REEID V3 SHARED GUIDE COMPONENTS END */

/* REEID V3 SHARED FAQ PAGE START */

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-faq-page {
    background:
        radial-gradient(
            circle at 88% 3%,
            rgba(177, 64, 70, 0.08),
            transparent 24%
        ),
        var(--reeid-v3-bg);
    padding:
        clamp(76px, 8vw, 112px)
        24px;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-faq-hero {
    margin-bottom:
        clamp(38px, 5vw, 58px);
    text-align: center;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-faq-title {
    max-width: 860px;
    margin:
        0 auto
        22px;
    color: var(--reeid-v3-text);
    font-size:
        clamp(2.7rem, 5.5vw, 4.25rem);
    font-weight: 400;
    letter-spacing: -0.048em;
    line-height: 1.02;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-faq-lead {
    max-width: 800px;
    margin: 0 auto;
    color: var(--reeid-v3-muted);
    font-size:
        clamp(1.03rem, 1.5vw, 1.16rem);
    line-height: 1.7;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-faq-search {
    margin-bottom: 26px;
    padding:
        clamp(22px, 3vw, 30px);
    background:
        rgba(255, 255, 255, 0.025);
    border:
        1px solid
        var(--reeid-v3-line);
    border-radius: 12px;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-faq-search-title {
    margin:
        0 0
        8px;
    color: var(--reeid-v3-text);
    font-size:
        clamp(1.45rem, 2.4vw, 1.8rem);
    font-weight: 500;
    line-height: 1.2;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-faq-search
> p {
    margin:
        0 0
        18px;
    color: var(--reeid-v3-muted);
    line-height: 1.65;
}

body.reeid-v3-active
.reeid-v3-faq-page
#reeid-faq-live-search-input,
.editor-styles-wrapper
.reeid-v3-faq-page
#reeid-faq-live-search-input {
    display: block;
    width: 100%;
    max-width: 660px;
    margin: 0;
    padding: 14px 16px;
    color: #f4f4f4;
    background: #111111;
    border:
        1px solid
        rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    box-shadow: none;
    font: inherit;
    line-height: 1.4;
}

body.reeid-v3-active
.reeid-v3-faq-page
#reeid-faq-live-search-input:focus {
    border-color:
        rgba(205, 78, 85, 0.82);
    box-shadow:
        0 0 0 3px
        rgba(177, 64, 70, 0.14);
    outline: 0;
}

body.reeid-v3-active
.reeid-v3-faq-page
#reeid-faq-live-search-count,
.editor-styles-wrapper
.reeid-v3-faq-page
#reeid-faq-live-search-count {
    min-height: 20px;
    margin-top: 10px;
    color: var(--reeid-v3-muted);
    font-size: 0.84rem;
    line-height: 1.5;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-faq-section {
    margin-top: 20px;
    padding:
        clamp(24px, 3vw, 32px);
    background:
        rgba(255, 255, 255, 0.018);
    border:
        1px solid
        var(--reeid-v3-line);
    border-radius: 12px;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-faq-section-title {
    margin:
        0 0
        20px;
    color: var(--reeid-v3-text);
    font-size:
        clamp(1.55rem, 2.5vw, 1.95rem);
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.18;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-faq-item {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin:
        10px 0
        0;
    padding: 0;
    background: #141414;
    border:
        1px solid
        rgba(255, 255, 255, 0.12);
    border-radius: 9px;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-faq-item[open] {
    border-color:
        rgba(205, 78, 85, 0.48);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-faq-item summary {
    position: relative;
    display: block;
    padding:
        18px 58px
        18px 20px;
    cursor: pointer;
    list-style: none;
    color: var(--reeid-v3-text);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.45;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-faq-item
summary::-webkit-details-marker {
    display: none;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-faq-item
summary::marker {
    content: "";
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-faq-item
summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 28px;
    height: 28px;
    color: #e8898e;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    transform:
        translateY(-50%);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-faq-item[open]
summary::after {
    content: "−";
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-faq-item p {
    margin: 0;
    padding:
        0 20px
        20px;
    color: var(--reeid-v3-muted);
    font-size: 0.96rem;
    font-weight: 400;
    line-height: 1.72;
}

@media (max-width: 600px) {
    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-faq-page {
        padding:
            64px 18px;
    }

    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-faq-section {
        padding:
            22px 16px;
    }
}

/* REEID V3 SHARED FAQ PAGE END */
/* REEID V3 SHARED CONTENT COMPONENTS END */

/* REEID V3 WHY REEID COMPOSITION START */

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-hero {
    padding:
        clamp(84px, 9vw, 132px)
        24px
        clamp(78px, 8vw, 116px);
    background:
        radial-gradient(
            circle at 86% 16%,
            rgba(177, 64, 70, 0.16),
            transparent 29%
        ),
        linear-gradient(
            135deg,
            #101010 0%,
            #181515 58%,
            #121212 100%
        );
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-hero-grid {
    display: grid;
    grid-template-columns:
        minmax(0, 1.12fr)
        minmax(340px, 0.88fr);
    align-items: center;
    gap: clamp(52px, 7vw, 94px);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-title {
    max-width: 720px;
    margin:
        18px 0
        24px;
    color: #ffffff;
    font-size:
        clamp(2.75rem, 4.2vw, 3.95rem);
    font-weight: 400;
    letter-spacing: -0.045em;
    line-height: 1.02;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-lead {
    max-width: 720px;
    margin-bottom: 30px;
    color:
        rgba(255, 255, 255, 0.72);
    font-size:
        clamp(1.05rem, 1.5vw, 1.2rem);
    line-height: 1.68;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-hero-buttons {
    gap: 12px;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-capability {
    max-width: 520px;
    margin-left: auto;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-capability-kicker {
    margin:
        0 0
        17px;
    color: #e38b90;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.13em;
    line-height: 1.4;
    text-transform: uppercase;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-capability-title {
    margin:
        0 0
        34px;
    color: #ffffff;
    font-size:
        clamp(1.85rem, 2.8vw, 2.55rem);
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1.08;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-capability-list {
    display: grid;
    gap: 28px;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-capability-row {
    display: grid;
    grid-template-columns:
        38px
        minmax(0, 1fr);
    gap: 18px;
    padding: 0;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-capability-number {
    margin: 2px 0 0;
    color:
        rgba(225, 126, 132, 0.82);
    font-family:
        ui-monospace,
        SFMono-Regular,
        Menlo,
        Consolas,
        monospace;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.4;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-capability-row h3 {
    margin:
        0 0
        7px;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 1.35;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-capability-row
.wp-block-group
> p {
    margin: 0;
    color:
        rgba(255, 255, 255, 0.61);
    font-size: 0.88rem;
    line-height: 1.62;
}

@media (max-width: 900px) {
    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-why-capability {
        max-width: none;
        margin-left: 0;
        padding-top: 38px;
    }
}
:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-section {
    padding:
        clamp(78px, 8vw, 112px)
        24px;
    border-top:
        1px solid
        var(--reeid-v3-line);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-editorial {
    background: #1a1a1a;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-editorial-grid,
:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-requirements-grid,
:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-experience-grid {
    display: grid;
    grid-template-columns:
        minmax(0, 0.9fr)
        minmax(0, 1.1fr);
    align-items: start;
    gap: clamp(52px, 7vw, 96px);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-editorial p,
:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-requirements-section p,
:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-experience-section p {
    color: var(--reeid-v3-muted);
    line-height: 1.7;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-pullquote {
    margin-top: 34px;
    padding:
        8px 0
        8px 24px;
    color: var(--reeid-v3-text) !important;
    border-left:
        3px solid
        var(--reeid-v3-accent);
    font-size:
        clamp(1.3rem, 2vw, 1.7rem);
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1.45 !important;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-system-list {
    display: grid;
    gap: 28px;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-system-row {
    display: grid;
    grid-template-columns:
        minmax(150px, 0.42fr)
        minmax(0, 1fr);
    gap: 28px;
    padding: 0;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-system-row p {
    margin: 0;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-system-row strong {
    color: var(--reeid-v3-text);
    font-weight: 500;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-reasons-section {
    background:
        linear-gradient(
            180deg,
            #121212,
            #101010
        );
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-reasons {
    margin-top: 54px;
    border-top:
        1px solid
        rgba(255, 255, 255, 0.19);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-reason {
    display: grid;
    grid-template-columns:
        62px
        minmax(210px, 0.75fr)
        minmax(0, 1.35fr);
    gap: clamp(24px, 4vw, 54px);
    align-items: start;
    padding:
        34px 0;
    border-bottom:
        1px solid
        rgba(255, 255, 255, 0.13);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-reason-number {
    margin: 0;
    color: #e38b90;
    font-family:
        ui-monospace,
        SFMono-Regular,
        Menlo,
        Consolas,
        monospace;
    font-size: 0.84rem;
    letter-spacing: 0.09em;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-reason h3 {
    margin: 0;
    color: var(--reeid-v3-text);
    font-size:
        clamp(1.3rem, 2vw, 1.65rem);
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.25;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-reason
> p:last-child {
    margin: 0;
    color: var(--reeid-v3-muted);
    line-height: 1.7;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-comparison-section {
    background:
        radial-gradient(
            circle at 92% 8%,
            rgba(177, 64, 70, 0.07),
            transparent 30%
        ),
        #191919;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-matrix table {
    min-width: 1080px;
    table-layout: auto;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-matrix
:is(th, td) {
    width: auto;
    padding:
        17px 16px;
    font-size: 0.91rem;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-matrix
:is(th, td):first-child {
    width: 19%;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-matrix
:is(th, td):nth-child(5) {
    background:
        linear-gradient(
            90deg,
            rgba(177, 64, 70, 0.14),
            rgba(177, 64, 70, 0.07)
        );
    border-left:
        1px solid
        rgba(211, 85, 92, 0.32);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-matrix
th:nth-child(5) {
    color: #ffffff;
    background:
        linear-gradient(
            135deg,
            rgba(177, 64, 70, 0.38),
            rgba(177, 64, 70, 0.21)
        ),
        #242020;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-requirements-section {
    background: #111111;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-requirement-list {
    border-top:
        1px solid
        rgba(255, 255, 255, 0.18);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-requirement {
    display: grid;
    grid-template-columns:
        minmax(190px, 0.6fr)
        minmax(0, 1fr);
    gap: 28px;
    padding:
        24px 0;
    border-bottom:
        1px solid
        rgba(255, 255, 255, 0.13);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-requirement h3 {
    margin: 0;
    color: var(--reeid-v3-text);
    font-size: 1.08rem;
    font-weight: 500;
    line-height: 1.35;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-requirement p {
    margin: 0;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-workflow-section {
    background:
        linear-gradient(
            180deg,
            #1a1a1a,
            #171717
        );
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-workflow-grid {
    display: grid;
    grid-template-columns:
        repeat(4, minmax(0, 1fr));
    gap: 28px;
    margin-top: 54px;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-workflow-step {
    position: relative;
    padding:
        30px 0
        0;
    border-top:
        1px solid
        rgba(255, 255, 255, 0.22);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-workflow-step::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 54px;
    height: 2px;
    background:
        var(--reeid-v3-accent);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-workflow-step h3 {
    margin:
        0 0
        12px;
    color: var(--reeid-v3-text);
    font-size: 1.35rem;
    font-weight: 500;
    letter-spacing: -0.02em;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-workflow-step
> p:last-child {
    margin: 0;
    color: var(--reeid-v3-muted);
    line-height: 1.65;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-experience-section {
    background: #111111;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-audience-list {
    margin-top: 34px;
    border-top:
        1px solid
        rgba(255, 255, 255, 0.17);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-audience-list
> .wp-block-group {
    padding:
        22px 0;
    border-bottom:
        1px solid
        rgba(255, 255, 255, 0.12);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-audience-list h3 {
    margin:
        0 0
        8px;
    color: var(--reeid-v3-text);
    font-size: 1.08rem;
    font-weight: 500;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-audience-list p {
    margin: 0;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-experience-panel {
    padding:
        clamp(34px, 5vw, 54px);
    background:
        radial-gradient(
            circle at 100% 0,
            rgba(177, 64, 70, 0.18),
            transparent 40%
        ),
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.07),
            rgba(255, 255, 255, 0.018)
        ),
        #191919;
    border:
        1px solid
        rgba(255, 255, 255, 0.16);
    border-top:
        2px solid
        rgba(205, 78, 85, 0.84);
    border-radius: 18px;
    box-shadow:
        0 30px 72px
        rgba(0, 0, 0, 0.28);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-experience-number {
    margin:
        0 0
        4px;
    color: #ffffff !important;
    font-size:
        clamp(4.5rem, 8vw, 7rem);
    font-weight: 400;
    letter-spacing: -0.065em;
    line-height: 0.9 !important;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-experience-label {
    margin:
        0 0
        38px;
    color: #e38b90 !important;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-experience-panel h3 {
    margin:
        0 0
        18px;
    color: var(--reeid-v3-text);
    font-size:
        clamp(1.7rem, 3vw, 2.35rem);
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1.12;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-final-grid {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        auto;
    align-items: center;
    gap: 48px;
    padding:
        clamp(72px, 8vw, 104px)
        0;
}

@media (max-width: 900px) {
    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-why-hero-grid,
    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-why-editorial-grid,
    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-why-requirements-grid,
    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-why-experience-grid {
        grid-template-columns: 1fr;
    }

    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-why-workflow-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-why-hero {
        padding:
            72px 18px;
    }

    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-why-section {
        padding:
            68px 18px;
    }

    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-why-reason,
    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-why-system-row,
    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-why-requirement {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-why-workflow-grid {
        grid-template-columns: 1fr;
    }

    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-why-final-grid {
        grid-template-columns: 1fr;
        padding:
            68px 0;
    }

    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-why-final-grid
    .wp-block-button,
    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-why-final-grid
    .wp-block-button__link {
        width: 100%;
        text-align: center;
    }
}

/* REEID V3 WHY REEID COMPOSITION END */

/* REEID V3 WHY EDITORIAL SIMPLIFICATION START */

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-editorial
.reeid-v3-why-editorial-grid {
    grid-template-columns:
        minmax(0, 1.15fr)
        minmax(300px, 0.65fr);
    align-items: center;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-editorial-principle {
    max-width: 430px;
    margin-left: auto;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-principle-label {
    margin: 0 0 16px;
    color: #e38b90 !important;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.13em;
    line-height: 1.4 !important;
    text-transform: uppercase;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-principle-statement {
    max-width: 420px;
    margin: 0 0 18px;
    color: var(--reeid-v3-text) !important;
    font-size:
        clamp(1.22rem, 1.75vw, 1.55rem);
    font-weight: 500;
    letter-spacing: -0.018em;
    line-height: 1.42 !important;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-principle-note {
    max-width: 410px;
    margin: 0;
    color: var(--reeid-v3-muted) !important;
    font-size: 0.94rem;
    line-height: 1.68 !important;
}

/* REEID V3 WHY EDITORIAL SIMPLIFICATION END */

/* REEID V3 WHY REASONS CLEANUP START */

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-reasons-section
> .reeid-v3-section-title {
    max-width: 900px;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-reasons {
    display: grid;
    gap: 38px;
    margin-top: 48px;
    border-top: 0;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-reason {
    grid-template-columns:
        48px
        minmax(210px, 0.72fr)
        minmax(0, 1.28fr);
    gap: clamp(24px, 4vw, 52px);
    padding: 0;
    border-bottom: 0;
}

/* REEID V3 WHY REASONS CLEANUP END */

/* REEID V3 WHY MATRIX FIX START */

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-matrix {
    overflow-x: visible;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-matrix table {
    width: 100%;
    min-width: 0;
    table-layout: fixed;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-matrix
:is(th, td) {
    width: 20.5% !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 15px 13px;
    font-size: 0.82rem;
    line-height: 1.48;
    overflow-wrap: normal;
    word-break: normal;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-matrix
:is(th, td):first-child {
    width: 18% !important;
}

@media (max-width: 900px) {
    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-why-matrix {
        overflow-x: auto;
    }

    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-why-matrix table {
        min-width: 920px;
    }
}

/* REEID V3 WHY MATRIX FIX END */

/* REEID V3 WHY REQUIREMENTS CLEANUP START */

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-requirements-grid {
    grid-template-columns:
        minmax(0, 0.82fr)
        minmax(0, 1.18fr);
    align-items: start;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-requirement-list {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap:
        42px
        38px;
    border-top: 0;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-requirement {
    position: relative;
    display: block;
    padding:
        0 0
        0 18px;
    border: 0;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-requirement::before {
    content: "";
    position: absolute;
    top: 0.42em;
    left: 0;
    width: 5px;
    height: 5px;
    background: #d05a61;
    border-radius: 50%;
    box-shadow:
        0 0 0 4px
        rgba(177, 64, 70, 0.10);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-requirement h3 {
    margin:
        0 0
        10px;
    font-size: 1.08rem;
    line-height: 1.35;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-requirement p {
    margin: 0;
    font-size: 0.94rem;
    line-height: 1.68;
}

@media (max-width: 680px) {
    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-why-requirement-list {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

/* REEID V3 WHY REQUIREMENTS CLEANUP END */

/* REEID V3 WHY EXPERIENCE CLEANUP START */

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-experience-grid {
    grid-template-columns:
        minmax(0, 1fr)
        minmax(340px, 0.82fr);
    align-items: center;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-audience-list {
    display: grid;
    gap: 26px;
    margin-top: 34px;
    border-top: 0;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-audience-list
> .wp-block-group {
    position: relative;
    padding:
        0 0
        0 18px;
    border: 0;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-audience-list
> .wp-block-group::before {
    content: "";
    position: absolute;
    top: 0.48em;
    left: 0;
    width: 5px;
    height: 5px;
    background: #d05a61;
    border-radius: 50%;
    box-shadow:
        0 0 0 4px
        rgba(177, 64, 70, 0.10);
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-experience-panel {
    max-width: 490px;
    margin-left: auto;
    padding:
        8px 0
        8px
        clamp(28px, 4vw, 48px);
    background: none;
    border: 0;
    border-left:
        2px solid
        rgba(205, 78, 85, 0.78);
    border-radius: 0;
    box-shadow: none;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-experience-number {
    margin:
        0 0
        5px;
    font-size:
        clamp(3.3rem, 5vw, 4.8rem);
    letter-spacing: -0.055em;
    line-height: 0.95 !important;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-experience-label {
    margin:
        0 0
        28px;
    font-size: 0.72rem;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-experience-panel h3 {
    margin:
        0 0
        16px;
    font-size:
        clamp(1.45rem, 2.2vw, 1.9rem);
    line-height: 1.18;
}

:where(
    body.reeid-v3-active,
    .editor-styles-wrapper
) .reeid-v3-why-experience-panel p {
    font-size: 0.94rem;
}

@media (max-width: 900px) {
    :where(
        body.reeid-v3-active,
        .editor-styles-wrapper
    ) .reeid-v3-why-experience-panel {
        max-width: none;
        margin-left: 0;
    }
}

/* REEID V3 WHY EXPERIENCE CLEANUP END */
