/*
Theme Name: easy2plugin Website
Theme URI: https://easy2plugin-ecc.com/
Author: easy2plugin
Author URI: https://easy2plugin-ecc.com/
Description: A native WordPress block theme for the easy2plugin product website. Activation creates an editable long-form homepage, BYOK and Credit product pages, nested plan pages, comparison, support, legal pages, navigation, and Media Library starter images.
Requires at least: 6.7
Tested up to: 7.0
Requires PHP: 7.4
Version: 1.4.14
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: easy2plugin-website
Tags: block-patterns, full-site-editing, one-column, custom-logo, editor-style, e-commerce
*/

:root {
    --e2p-navy-950: #06162f;
    --e2p-navy-900: #0a2148;
    --e2p-navy-800: #103567;
    --e2p-blue-700: #075ce5;
    --e2p-blue-600: #1473ff;
    --e2p-blue-100: #eaf3ff;
    --e2p-violet-700: #7028d9;
    --e2p-violet-600: #8c43ed;
    --e2p-violet-100: #f3eaff;
    --e2p-cyan: #38bdf8;
    --e2p-ink: #0b1325;
    --e2p-muted: #5d687b;
    --e2p-line: #dfe6ef;
    --e2p-paper: #ffffff;
    --e2p-surface: #f7f9fc;
    --e2p-surface-blue: #f2f7ff;
    --e2p-success: #078565;
    --e2p-warning: #a55b00;
    --e2p-radius-sm: 14px;
    --e2p-radius: 22px;
    --e2p-radius-lg: 32px;
    --e2p-shadow: 0 24px 70px rgba(11, 33, 72, 0.12);
    --e2p-shadow-soft: 0 12px 34px rgba(11, 33, 72, 0.075);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

body,
.editor-styles-wrapper {
    margin: 0;
    color: var(--e2p-ink);
    background: var(--e2p-paper);
    font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Inter', 'Aptos', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    text-rendering: optimizeLegibility;
}

.wp-site-blocks {
    min-height: 100vh;
}

.wp-site-blocks > * {
    margin-block-start: 0;
}

img {
    height: auto;
}

.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.screen-reader-text:focus {
    z-index: 100000;
    top: 1rem;
    left: 1rem;
    width: auto;
    height: auto;
    padding: 0.8rem 1rem;
    margin: 0;
    clip: auto;
    color: var(--e2p-ink);
    background: var(--e2p-paper);
    border-radius: 8px;
    box-shadow: var(--e2p-shadow-soft);
}

.e2p-shell {
    width: min(1320px, calc(100% - 2.5rem));
    margin-inline: auto;
}

/* Header */
.e2p-announcement {
    padding: var(--e2p-announcement-padding, 11px) 1.25rem;
    color: var(--e2p-announcement-text, #ffffff);
    background: linear-gradient(90deg, var(--e2p-announcement-start, #2866df), var(--e2p-announcement-end, #5450e8));
    font-family: var(--e2p-font-interface, "DM Sans", sans-serif);
    font-size: var(--e2p-announcement-size, 16px);
    font-weight: var(--e2p-announcement-weight, 600);
    line-height: 1.35;
    text-align: center;
    letter-spacing: -0.01em;
}

.e2p-announcement-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.e2p-announcement p {
    margin: 0;
}

.e2p-announcement a {
    color: inherit;
    text-decoration: none;
}

.e2p-announcement a:hover,
.e2p-announcement a:focus {
    color: inherit;
    text-decoration: underline;
}

.e2p-site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid rgba(223, 230, 239, 0.86);
    backdrop-filter: blur(18px);
}

.admin-bar .e2p-site-header {
    top: 32px;
}

.e2p-header-inner {
    min-height: 70px;
    gap: 1.4rem;
}

.e2p-brand {
    gap: 0.65rem;
    min-width: max-content;
}

.e2p-brand {
    flex-shrink: 0;
}

.e2p-brand .wp-block-site-logo {
    line-height: 0;
}

.e2p-brand .wp-block-site-logo img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 46px;
    object-fit: contain;
    border-radius: 0;
    box-shadow: none;
}

.e2p-footer-brand .wp-block-site-logo {
    display: inline-block;
    padding: 0.55rem 0.75rem;
    background: #ffffff;
    border-radius: 12px;
}

.e2p-footer-brand .wp-block-site-logo img {
    max-height: 36px;
}


.e2p-brand .wp-block-site-title {
    font-weight: 800;
    letter-spacing: -0.035em;
}

.e2p-site-header .wp-block-navigation {
    font-size: 0.84rem;
    font-weight: 620;
}

.e2p-site-header .wp-block-navigation-item__content {
    color: var(--e2p-ink);
    text-decoration: none;
}

.e2p-site-header .wp-block-navigation-item__content:hover,
.e2p-site-header .wp-block-navigation-item__content:focus {
    color: var(--e2p-blue-700);
}

.e2p-site-header .wp-block-navigation__submenu-container {
    min-width: 250px !important;
    padding: 0.65rem !important;
    border: 1px solid var(--e2p-line) !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: var(--e2p-shadow-soft) !important;
}

.e2p-site-header .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
    padding: 0.75rem 0.8rem;
    border-radius: 10px;
}

.e2p-site-header .wp-block-navigation__submenu-container .wp-block-navigation-item__content:hover {
    background: var(--e2p-surface-blue);
}

.e2p-header-cta .wp-block-button__link {
    padding: 0.64rem 0.92rem;
    font-size: 0.78rem;
}

/* Buttons */
.wp-block-button__link {
    display: inline-block;
    padding: 0.78rem 1.15rem;
    color: #ffffff;
    background: var(--e2p-blue-700);
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 690;
    line-height: 1.2;
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}


.wp-block-button.is-style-outline .wp-block-button__link,
.is-style-outline .wp-block-button__link {
    color: var(--e2p-blue-700);
    background: transparent;
    border-color: rgba(7, 92, 229, 0.42);
}

.e2p-section-dark .is-style-outline .wp-block-button__link,
.e2p-transparency-section .is-style-outline .wp-block-button__link,
.e2p-final-section .is-style-outline .wp-block-button__link {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.48);
}

.e2p-trust-grid,
.e2p-mini-trust {
    display: flex;
}

.wp-block-button__link:hover,
.wp-block-button__link:focus {
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(6, 22, 47, 0.18);
}

.wp-block-button.e2p-button-credit .wp-block-button__link,
.e2p-button-credit .wp-block-button__link {
    color: #ffffff;
    background: linear-gradient(135deg, var(--e2p-violet-700), var(--e2p-violet-600));
}

.wp-block-button.e2p-button-light .wp-block-button__link,
.e2p-button-light .wp-block-button__link {
    color: var(--e2p-navy-950);
    background: #ffffff;
}

.e2p-centered-buttons {
    justify-content: center;
}


.e2p-section p,
.e2p-home-hero p,
.e2p-product-page-hero p,
.e2p-plans-hero p,
.e2p-page-hero p,
.e2p-page-content p,
.e2p-section li,
.e2p-page-content li {
    font-size: 0.92rem;
}

.e2p-section h3:not(.e2p-product-tile h3):not(.e2p-feature-card h3):not(.e2p-price-card h3),
.e2p-page-content h3 {
    font-size: clamp(1.12rem, 1.9vw, 1.42rem);
    line-height: 1.2;
}

/* Typography */
.e2p-display-heading {
    margin-top: 0;
    margin-bottom: 1.35rem;
    font-size: clamp(1.95rem, 3.7vw, 3.4rem);
    line-height: 1.01;
    letter-spacing: -0.052em;
}

.e2p-gradient-text {
    color: transparent;
    background: linear-gradient(90deg, var(--e2p-blue-700), var(--e2p-cyan));
    -webkit-background-clip: text;
    background-clip: text;
}

.e2p-gradient-text-credit {
    color: transparent;
    background: linear-gradient(90deg, var(--e2p-violet-700), #b15cff);
    -webkit-background-clip: text;
    background-clip: text;
}

.e2p-eyebrow,
.e2p-kicker,
.e2p-plan-label {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin: 0 0 1rem;
    font-size: 0.73rem;
    font-weight: 760;
    line-height: 1;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.e2p-eyebrow {
    padding: 0.68rem 0.85rem;
    color: var(--e2p-navy-800);
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(20, 115, 255, 0.18);
    border-radius: 999px;
}

.e2p-eyebrow-blue,
.e2p-kicker {
    color: var(--e2p-blue-700);
}

.e2p-eyebrow-credit,
.e2p-kicker-credit {
    color: var(--e2p-violet-700);
    border-color: rgba(112, 40, 217, 0.22);
}

.e2p-kicker-light {
    color: #9bd6ff;
}

.e2p-hero-copy {
    max-width: 680px;
    margin-bottom: 1.8rem;
    color: var(--e2p-muted);
    font-size: clamp(0.96rem, 1.15vw, 1.04rem);
    line-height: 1.62;
}

.e2p-centered-heading {
    max-width: 850px;
    margin: 0 auto clamp(2.4rem, 5vw, 4rem);
    text-align: center;
}

.e2p-centered-heading .e2p-kicker {
    margin-inline: auto;
}

.e2p-centered-heading h2,
.e2p-section-heading h2 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: clamp(1.5rem, 2.6vw, 2.35rem);
    line-height: 1.08;
    letter-spacing: -0.052em;
}

.e2p-centered-heading p,
.e2p-section-heading p {
    color: var(--e2p-muted);
    font-size: 0.98rem;
    line-height: 1.68;
}

/* Hero areas */
.e2p-home-hero,
.e2p-product-page-hero,
.e2p-plans-hero,
.e2p-page-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(3.6rem, 6.2vw, 5.8rem) 1.25rem;
    background:
        radial-gradient(circle at 8% 15%, rgba(20, 115, 255, 0.14), transparent 32%),
        radial-gradient(circle at 92% 12%, rgba(140, 67, 237, 0.12), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
}

.e2p-home-hero::before,
.e2p-product-page-hero::before,
.e2p-plans-hero::before,
.e2p-page-hero::before {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    content: "";
    opacity: 0.55;
    background-image:
        linear-gradient(rgba(20, 115, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(20, 115, 255, 0.035) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to bottom, #000 0%, transparent 88%);
}

.e2p-home-hero > *,
.e2p-product-page-hero > *,
.e2p-plans-hero > *,
.e2p-page-hero > * {
    position: relative;
    z-index: 1;
}

.e2p-product-page-hero-credit,
.e2p-plans-hero-credit {
    background:
        radial-gradient(circle at 12% 12%, rgba(140, 67, 237, 0.17), transparent 34%),
        radial-gradient(circle at 88% 20%, rgba(20, 115, 255, 0.10), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #fbf7ff 100%);
}

.e2p-page-hero-centered {
    text-align: center;
}

.e2p-page-hero-centered .e2p-eyebrow,
.e2p-page-hero-centered .e2p-hero-copy {
    margin-inline: auto;
}

.e2p-hero-columns {
    gap: clamp(2rem, 5vw, 5.5rem);
}

.e2p-hero-product-image,
.e2p-page-product-image,
.e2p-wide-visual,
.e2p-about-image,
.e2p-comparison-product-image {
    overflow: hidden;
    margin: 0;
    border: 1px solid rgba(15, 52, 103, 0.13);
    border-radius: var(--e2p-radius-lg);
    background: #ffffff;
    box-shadow: var(--e2p-shadow);
}

.e2p-hero-product-image img,
.e2p-page-product-image img,
.e2p-wide-visual img,
.e2p-about-image img,
.e2p-comparison-product-image img {
    display: block;
    width: 100%;
}

.e2p-hero-product-image {
    transform: perspective(1200px) rotateY(-2deg) rotateX(1deg);
}

.e2p-mini-trust {
    gap: 1rem 1.35rem;
    margin-top: 1.6rem;
    color: var(--e2p-muted);
    font-size: 0.8rem;
    font-weight: 700;
}

.e2p-mini-trust p {
    margin: 0;
}

.e2p-coming-soon {
    display: inline-block;
    padding: 0.85rem 1rem;
    color: #5f2b9c;
    background: var(--e2p-violet-100);
    border: 1px solid rgba(112, 40, 217, 0.16);
    border-radius: 12px;
    font-size: 0.84rem;
}

/* Sections */
.e2p-section {
    padding: clamp(3.6rem, 6.2vw, 5.8rem) 1.25rem;
}

.e2p-section-soft {
    background: var(--e2p-surface);
}

.e2p-section-dark {
    color: #ffffff;
    background:
        radial-gradient(circle at 12% 10%, rgba(20, 115, 255, 0.28), transparent 32%),
        radial-gradient(circle at 92% 88%, rgba(140, 67, 237, 0.24), transparent 34%),
        var(--e2p-navy-950);
}

.e2p-section-dark h2,
.e2p-section-dark h3,
.e2p-section-dark strong {
    color: #ffffff;
}

.e2p-section-dark .e2p-section-heading p,
.e2p-section-dark .e2p-feature-card p {
    color: rgba(255, 255, 255, 0.68);
}

.e2p-transparency-section,
.e2p-final-section {
    color: #ffffff;
    background:
        radial-gradient(circle at 10% 20%, rgba(20, 115, 255, 0.45), transparent 34%),
        radial-gradient(circle at 90% 90%, rgba(140, 67, 237, 0.35), transparent 35%),
        linear-gradient(135deg, var(--e2p-navy-950), #0b2c63 62%, #171950);
}

.e2p-transparency-section h2,
.e2p-final-section h2,
.e2p-final-section p {
    color: #ffffff;
}

.e2p-transparency-section p {
    color: rgba(255, 255, 255, 0.76);
}

.e2p-transparency-light {
    background: linear-gradient(135deg, #edf5ff, #f7f1ff);
}

.e2p-final-section-credit {
    background:
        radial-gradient(circle at 12% 15%, rgba(177, 92, 255, 0.36), transparent 35%),
        radial-gradient(circle at 90% 85%, rgba(20, 115, 255, 0.28), transparent 33%),
        linear-gradient(135deg, #241044, #4d1a89);
}

.e2p-final-cta {
    max-width: 900px;
    text-align: center;
}

.e2p-final-cta .e2p-kicker,
.e2p-final-cta .wp-block-buttons {
    margin-inline: auto;
}

.e2p-final-cta h2 {
    margin-top: 0;
    font-size: clamp(1.6rem, 2.8vw, 2.45rem);
    line-height: 1.06;
    letter-spacing: -0.052em;
}

.e2p-final-cta > p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.98rem;
}

/* Trust strip */
.e2p-trust-strip {
    padding: 1.3rem 1.25rem;
    border-top: 1px solid var(--e2p-line);
    border-bottom: 1px solid var(--e2p-line);
    background: #ffffff;
}

.e2p-trust-grid {
    gap: 1rem 2.2rem;
}

.e2p-trust-grid p {
    margin: 0;
    color: var(--e2p-ink);
    font-size: 0.8rem;
    line-height: 1.35;
}

.e2p-trust-grid span {
    color: var(--e2p-muted);
    font-size: 0.74rem;
    font-weight: 500;
}

/* Product gallery */
.e2p-product-gallery {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1rem;
}

.e2p-product-tile {
    overflow: hidden;
    padding: 0.6rem;
    border: 1px solid var(--e2p-line);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: var(--e2p-shadow-soft);
}

.e2p-product-tile-image {
    overflow: hidden;
    margin: 0 0 0.75rem;
    border-radius: 13px;
    aspect-ratio: 4 / 5;
    background: var(--e2p-surface);
}

.e2p-product-tile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.e2p-product-tile h3 {
    margin: 0 0 0.25rem;
}

.e2p-product-tile p {
    margin: 0;
    color: var(--e2p-muted);
    line-height: 1.45;
}

/* Cards */
.e2p-product-choice,
.e2p-story-columns,
.e2p-home-pricing,
.e2p-comparison-product-cards {
    gap: 1.4rem;
}

.e2p-product-card,
.e2p-pricing-summary,
.e2p-contact-card,
.e2p-contact-side-card {
    height: 100%;
    padding: clamp(1.6rem, 3vw, 2.4rem);
    border: 1px solid var(--e2p-line);
    border-radius: var(--e2p-radius);
    background: #ffffff;
    box-shadow: var(--e2p-shadow-soft);
}

.e2p-product-card h3,
.e2p-pricing-summary h3 {
    margin-top: 0;
    font-size: clamp(1.18rem, 1.7vw, 1.56rem);
    letter-spacing: -0.04em;
}

.e2p-product-card-byok,
.e2p-pricing-summary-byok {
    border-top: 5px solid var(--e2p-blue-600);
    background: linear-gradient(180deg, #ffffff, #f5f9ff);
}

.e2p-product-card-credit,
.e2p-pricing-summary-credit {
    border-top: 5px solid var(--e2p-violet-600);
    background: linear-gradient(180deg, #ffffff, #fbf7ff);
}

.e2p-check-list {
    padding-left: 0;
    list-style: none;
}

.e2p-check-list li {
    position: relative;
    margin: 0.75rem 0;
    padding-left: 1.6rem;
    color: var(--e2p-muted);
}

.e2p-check-list li::before {
    position: absolute;
    top: 0.08rem;
    left: 0;
    display: grid;
    place-items: center;
    width: 1.05rem;
    height: 1.05rem;
    color: #ffffff;
    background: var(--e2p-success);
    border-radius: 50%;
    content: "✓";
    font-size: 0.68rem;
    font-weight: 900;
}

/* Feature and workflow grids */
.e2p-feature-grid,
.e2p-step-grid,
.e2p-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.15rem;
}

.e2p-feature-grid-four,
.e2p-step-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.e2p-feature-card {
    height: 100%;
    padding: 1.5rem;
    border: 1px solid var(--e2p-line);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(11, 33, 72, 0.045);
}

.e2p-feature-card h3 {
    margin: 0.55rem 0 0.7rem;
    font-size: 0.98rem;
    letter-spacing: -0.02em;
}

.e2p-feature-card p:last-child {
    margin-bottom: 0;
    color: var(--e2p-muted);
    font-size: 0.87rem;
    line-height: 1.6;
}

.e2p-feature-number {
    display: inline-grid;
    place-items: center;
    min-width: 2.25rem;
    height: 2.25rem;
    margin: 0;
    padding-inline: 0.55rem;
    color: var(--e2p-blue-700);
    background: var(--e2p-blue-100);
    border-radius: 10px;
    font-size: 0.7rem;
    font-weight: 760;
}

.e2p-dark-card {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.07);
    box-shadow: none;
}

.e2p-dark-card .e2p-feature-number {
    color: #ffffff;
    background: rgba(20, 115, 255, 0.42);
}

/* Pricing */
.e2p-price-grid {
    display: grid;
    gap: 1.2rem;
    align-items: stretch;
}

.e2p-price-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.e2p-price-grid-four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.e2p-price-card {
    position: relative;
    height: 100%;
    padding: 1.65rem;
    border: 1px solid var(--e2p-line);
    border-radius: var(--e2p-radius);
    background: #ffffff;
    box-shadow: var(--e2p-shadow-soft);
}

.e2p-price-card h3 {
    margin: 0 0 1rem;
    font-size: 1.34rem;
    letter-spacing: -0.035em;
}

.e2p-plan-label {
    color: var(--e2p-blue-700);
}

.e2p-credit-price-card .e2p-plan-label {
    color: var(--e2p-violet-700);
}

.e2p-price {
    margin: 0 0 0.45rem;
    color: var(--e2p-navy-950);
    font-size: clamp(1.5rem, 2.2vw, 2rem);
    font-weight: 760;
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.e2p-price sup {
    font-size: 0.45em;
    letter-spacing: 0;
}

.e2p-price-note {
    min-height: 2.8rem;
    margin-top: 0;
    color: var(--e2p-muted);
    font-size: 0.78rem;
}

.e2p-price-card .wp-block-buttons {
    margin-top: 1.45rem;
}

.e2p-price-card .wp-block-button,
.e2p-price-card .wp-block-button__link {
    width: 100%;
    text-align: center;
}

.e2p-price-card-featured {
    z-index: 1;
    border: 2px solid var(--e2p-blue-600);
    transform: translateY(-8px);
    box-shadow: 0 24px 54px rgba(20, 115, 255, 0.16);
}

.e2p-credit-price-card.e2p-price-card-featured {
    border-color: var(--e2p-violet-600);
    box-shadow: 0 24px 54px rgba(112, 40, 217, 0.16);
}

.e2p-price-card-premium {
    background: linear-gradient(180deg, #f5f8ff, #ffffff);
}

.e2p-credit-price-card.e2p-price-card-premium {
    background: linear-gradient(180deg, #f8f0ff, #ffffff);
}

.e2p-pricing-disclaimer,
.e2p-small-note {
    margin-top: 2rem;
    color: var(--e2p-muted);
    font-size: 0.8rem;
    line-height: 1.65;
}

/* Tables */
.e2p-comparison-table {
    overflow-x: auto;
    margin: 0;
    border: 1px solid var(--e2p-line);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: var(--e2p-shadow-soft);
}

.e2p-comparison-table table {
    width: 100%;
    min-width: 920px;
    border-collapse: collapse;
}

.e2p-comparison-table th,
.e2p-comparison-table td {
    padding: 1rem 1.15rem;
    border-bottom: 1px solid var(--e2p-line);
    vertical-align: top;
    text-align: left;
}

.e2p-comparison-table th {
    color: var(--e2p-navy-950);
    background: var(--e2p-surface-blue);
    font-size: 0.8rem;
    font-weight: 740;
}

.e2p-comparison-table td {
    color: var(--e2p-muted);
    font-size: 0.9rem;
}

.e2p-comparison-table tr:last-child td {
    border-bottom: 0;
}

.e2p-large-comparison {
    margin-top: 2rem;
}

/* FAQ */
.e2p-faq-layout {
    max-width: 980px;
}

.e2p-faq-item {
    margin-bottom: 0.85rem;
    padding: 0;
    border: 1px solid var(--e2p-line);
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(11, 33, 72, 0.04);
}

.e2p-faq-item summary {
    position: relative;
    padding: 1.15rem 3.25rem 1.15rem 1.2rem;
    color: var(--e2p-ink);
    cursor: pointer;
    font-weight: 690;
    list-style: none;
}

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

.e2p-faq-item summary::after {
    position: absolute;
    top: 50%;
    right: 1.2rem;
    width: 1.6rem;
    height: 1.6rem;
    color: var(--e2p-blue-700);
    content: "+";
    transform: translateY(-50%);
    font-size: 1.35rem;
    font-weight: 500;
    line-height: 1.5rem;
    text-align: center;
}

.e2p-faq-item[open] summary::after {
    content: "−";
}

.e2p-faq-item > p,
.e2p-faq-item > .wp-block-paragraph {
    margin: 0;
    padding: 0 1.2rem 1.2rem;
    color: var(--e2p-muted);
    line-height: 1.7;
}

/* Legal and standard pages */
.e2p-page-content {
    padding: clamp(3rem, 5.2vw, 4.7rem) 1.25rem;
}

.e2p-legal-content {
    max-width: 980px;
}

.e2p-legal-content h2 {
    margin-top: 2.5rem;
    font-size: clamp(1.3rem, 2.35vw, 1.85rem);
    letter-spacing: -0.035em;
}

.e2p-legal-content p,
.e2p-legal-content li {
    color: var(--e2p-muted);
    line-height: 1.78;
}

.e2p-legal-notice {
    padding: 1.15rem 1.25rem;
    color: #754500 !important;
    background: #fff7df;
    border: 1px solid #f4d58c;
    border-radius: 14px;
}

.e2p-service-grid {
    margin-block: 2rem;
}

.e2p-contact-card,
.e2p-contact-side-card {
    min-height: 100%;
}

.e2p-contact-side-card {
    background: var(--e2p-surface-blue);
}

/* Footer */
.e2p-site-footer {
    padding: clamp(3rem, 5vw, 4.2rem) 1.25rem 2rem;
    color: rgba(255, 255, 255, 0.72);
    background: var(--e2p-navy-950);
}

.e2p-site-footer h3,
.e2p-site-footer .wp-block-site-title,
.e2p-site-footer strong {
    color: #ffffff;
}

.e2p-site-footer a {
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
}

.e2p-site-footer a:hover,
.e2p-site-footer a:focus {
    color: #ffffff;
}

.e2p-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr repeat(4, minmax(0, 1fr));
    gap: 2rem;
}

.e2p-footer-brand p {
    max-width: 320px;
    font-size: 0.8rem;
    line-height: 1.65;
}

.e2p-footer-column h3 {
    margin-top: 0;
    font-size: 0.84rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.e2p-footer-column p {
    margin: 0.55rem 0;
    font-size: 0.8rem;
}

.e2p-footer-bottom {
    gap: 1rem 2rem;
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.e2p-footer-small {
    margin: 0;
    font-size: 0.7rem;
    line-height: 1.65;
}

/* Editor clarity */
.editor-styles-wrapper .e2p-section,
.editor-styles-wrapper .e2p-home-hero,
.editor-styles-wrapper .e2p-product-page-hero,
.editor-styles-wrapper .e2p-plans-hero,
.editor-styles-wrapper .e2p-page-hero {
    border-top: 1px dashed rgba(20, 115, 255, 0.15);
    border-bottom: 1px dashed rgba(20, 115, 255, 0.15);
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .wp-block-button__link {
        transition: none;
    }
}

@media (max-width: 1080px) {
    .e2p-product-gallery {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .e2p-feature-grid-four,
    .e2p-step-grid,
    .e2p-price-grid-four {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .e2p-footer-grid {
        grid-template-columns: 1.5fr repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 782px) {
    .admin-bar .e2p-site-header {
        top: 46px;
    }

    .e2p-header-inner {
        min-height: 68px;
    }

    .e2p-header-cta {
        display: none;
    }

    .e2p-display-heading {
        font-size: clamp(2rem, 9.5vw, 3rem);
    }

    .e2p-home-hero,
    .e2p-product-page-hero,
    .e2p-plans-hero,
    .e2p-page-hero,
    .e2p-section {
        padding-block: 3.35rem;
    }

    .e2p-hero-product-image {
        transform: none;
    }

    .e2p-feature-grid,
    .e2p-service-grid,
    .e2p-price-grid-three {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .e2p-price-card-featured {
        transform: none;
    }

    .e2p-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .e2p-footer-brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 900px) {
    .e2p-brand .wp-block-site-logo img {
        max-height: 42px;
    }
}

@media (max-width: 560px) {
    .e2p-announcement {
        font-size: 0.7rem;
    }

    .e2p-brand .wp-block-site-logo img {
        max-height: 38px;
    }

    .e2p-product-gallery,
    .e2p-feature-grid,
    .e2p-feature-grid-four,
    .e2p-step-grid,
    .e2p-service-grid,
    .e2p-price-grid-three,
    .e2p-price-grid-four,
    .e2p-footer-grid {
        grid-template-columns: 1fr;
    }

    .e2p-product-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .e2p-product-tile {
        padding: 0.45rem;
    }

    .e2p-product-tile h3 {
        font-size: 0.86rem !important;
    }

    .e2p-product-tile p {
        display: none;
    }

    .e2p-footer-brand {
        grid-column: auto;
    }

    .e2p-trust-grid {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
    }

    .e2p-comparison-table th,
    .e2p-comparison-table td {
        padding: 0.8rem;
        font-size: 0.78rem;
    }
}

.e2p-hero-product-image img,
.e2p-page-product-image img,
.e2p-wide-visual img {
    object-fit: contain;
}

.e2p-page-product-image,
.e2p-wide-visual,
.e2p-hero-product-image {
    padding: 0.35rem;
}

.e2p-comparison-table {
    width: 100%;
}

.e2p-centered-heading {
    max-width: 920px;
}

/* v1.2.1 homepage hero correction: actual theme layout matching the approved direction. */
.e2p-home-hero {
    padding-block: clamp(4.2rem, 6vw, 6.4rem);
}

.e2p-home-hero .e2p-hero-columns {
    align-items: center;
    flex-wrap: nowrap;
    gap: clamp(2.5rem, 4.5vw, 5.25rem);
}

.e2p-home-hero .e2p-hero-copy-column {
    flex-basis: 42% !important;
    min-width: 0;
}

.e2p-home-hero .e2p-hero-visual-column {
    flex-basis: 58% !important;
    min-width: 0;
}

.e2p-home-hero .e2p-display-heading {
    max-width: 620px;
    margin-bottom: 1.5rem;
    font-size: clamp(2.7rem, 3.9vw, 3.55rem) !important;
    font-weight: 690;
    line-height: 1.07;
    letter-spacing: -0.048em;
}

.e2p-home-hero .e2p-hero-copy {
    max-width: 585px;
    margin-bottom: 1.65rem;
    font-size: clamp(0.98rem, 1.15vw, 1.08rem) !important;
    line-height: 1.7;
}

.e2p-home-hero .e2p-hero-buttons {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 0.9rem;
}

.e2p-home-hero .e2p-hero-buttons .wp-block-button__link {
    padding: 0.84rem 1.2rem;
    font-size: 0.82rem;
    white-space: nowrap;
}

.e2p-home-hero .e2p-mini-trust {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.72rem;
    margin-top: 1.8rem;
}

.e2p-home-hero .e2p-mini-trust p {
    font-size: 0.86rem !important;
    font-weight: 650;
}

.e2p-hero-compare-card {
    position: relative;
    padding: clamp(1.1rem, 2vw, 1.55rem);
    overflow: hidden;
    border: 1px solid rgba(20, 115, 255, 0.14);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 28px 70px rgba(11, 33, 72, 0.14);
}

.e2p-hero-compare-card::after {
    position: absolute;
    top: 45%;
    left: 50%;
    z-index: 3;
    display: grid;
    place-items: center;
    width: 3rem;
    height: 3rem;
    color: var(--e2p-blue-700);
    background: #ffffff;
    border: 1px solid var(--e2p-line);
    border-radius: 50%;
    box-shadow: 0 10px 24px rgba(11, 33, 72, 0.14);
    content: "→";
    font-size: 1.35rem;
    font-weight: 700;
    transform: translate(-50%, -50%);
}

.e2p-hero-compare-grid {
    gap: clamp(1.25rem, 2.2vw, 2rem);
    margin: 0;
}

.e2p-hero-compare-pane {
    min-width: 0;
}

.e2p-compare-label {
    margin: 0 0 0.2rem;
    color: var(--e2p-ink);
    font-size: 0.76rem !important;
    font-weight: 760;
    letter-spacing: 0.07em;
}

.e2p-compare-label span {
    display: inline-grid;
    place-items: center;
    width: 1.15rem;
    height: 1.15rem;
    margin-right: 0.35rem;
    color: #ffffff;
    background: #657086;
    border-radius: 50%;
    font-size: 0.72rem;
    letter-spacing: 0;
}

.e2p-hero-compare-after .e2p-compare-label {
    color: var(--e2p-blue-700);
}

.e2p-hero-compare-after .e2p-compare-label span {
    color: #ffffff;
    background: var(--e2p-blue-700);
}

.e2p-compare-subtitle {
    margin: 0 0 0.85rem;
    color: var(--e2p-muted);
    font-size: 0.82rem !important;
}

.e2p-hero-compare-photo {
    overflow: hidden;
    margin: 0;
    border-radius: 18px;
    background: var(--e2p-surface);
    aspect-ratio: 3 / 4;
}

.e2p-hero-compare-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.e2p-hero-process-row {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.55rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--e2p-line);
}

.e2p-hero-process-item {
    min-width: 0;
    text-align: center;
}

.e2p-process-icon {
    display: grid;
    place-items: center;
    width: 2.25rem;
    height: 2.25rem;
    margin: 0 auto 0.45rem;
    color: var(--e2p-blue-700);
    background: var(--e2p-surface-blue);
    border: 1px solid rgba(20, 115, 255, 0.15);
    border-radius: 11px;
    font-size: 0.7rem !important;
    font-weight: 760;
}

.e2p-hero-process-item > p:last-child {
    margin: 0;
    color: var(--e2p-ink);
    font-size: 0.7rem !important;
    line-height: 1.25;
}

.e2p-hero-process-item span {
    color: var(--e2p-muted);
    font-size: 0.64rem;
}

@media (max-width: 1020px) {
    .e2p-home-hero .e2p-hero-columns {
        flex-wrap: wrap;
    }

    .e2p-home-hero .e2p-hero-copy-column,
    .e2p-home-hero .e2p-hero-visual-column {
        flex-basis: 100% !important;
    }

    .e2p-home-hero .e2p-display-heading,
    .e2p-home-hero .e2p-hero-copy {
        max-width: 760px;
    }
}

@media (max-width: 620px) {
    .e2p-home-hero .e2p-display-heading {
        font-size: clamp(2.2rem, 11vw, 3rem) !important;
    }

    .e2p-home-hero .e2p-hero-buttons {
        flex-wrap: wrap !important;
    }

    .e2p-home-hero .e2p-hero-buttons .wp-block-button,
    .e2p-home-hero .e2p-hero-buttons .wp-block-button__link {
        width: 100%;
        text-align: center;
    }

    .e2p-hero-compare-card {
        padding: 0.85rem;
        border-radius: 22px;
    }

    .e2p-hero-compare-grid {
        gap: 0.65rem;
    }

    .e2p-hero-compare-card::after {
        top: 44%;
        width: 2.25rem;
        height: 2.25rem;
        font-size: 1rem;
    }

    .e2p-compare-label,
    .e2p-compare-subtitle {
        font-size: 0.68rem !important;
    }

    .e2p-hero-process-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 0.85rem;
    }
}


/* --------------------------------------------------------------------------
 * v1.2.2 typography and responsive layout correction
 * -------------------------------------------------------------------------- */
body,
.editor-styles-wrapper,
button,
input,
select,
textarea {
    font-family: 'Inter', ui-sans-serif, -apple-system, BlinkMacSystemFont,
        'Segoe UI', 'Helvetica Neue', Arial, sans-serif !important;
    font-synthesis: none;
}

body,
.editor-styles-wrapper {
    font-weight: 400;
    letter-spacing: -0.006em;
}

.e2p-shell {
    width: min(1400px, calc(100% - 3rem));
}

h1,
h2,
h3,
h4,
h5,
h6,
.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6 {
    font-family: 'Inter', ui-sans-serif, -apple-system, BlinkMacSystemFont,
        'Segoe UI', 'Helvetica Neue', Arial, sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: -0.038em;
}

p,
li,
td,
summary,
.wp-block-button__link {
    font-family: inherit;
}

.e2p-announcement,
.e2p-eyebrow,
.e2p-kicker,
.e2p-plan-label,
.e2p-feature-number,
.e2p-process-icon {
    font-weight: 700 !important;
}

.e2p-site-header .wp-block-navigation,
.e2p-site-header .wp-block-navigation-item__content {
    font-weight: 500 !important;
}

.wp-block-button__link,
.e2p-faq-item summary {
    font-weight: 700 !important;
}

.e2p-price {
    font-weight: 700 !important;
}

/* Homepage hero: fixed grid so the approved three-line heading remains intact. */
.e2p-home-hero {
    padding: clamp(3.3rem, 5vw, 5.1rem) 1.5rem;
}

.e2p-home-hero .e2p-shell {
    width: min(1400px, calc(100% - 1rem));
}

.e2p-home-hero .e2p-hero-columns {
    display: grid !important;
    grid-template-columns: minmax(0, 46fr) minmax(0, 54fr);
    align-items: center !important;
    gap: clamp(2.75rem, 4vw, 4.25rem) !important;
}

.e2p-home-hero .e2p-hero-copy-column,
.e2p-home-hero .e2p-hero-visual-column {
    width: auto !important;
    max-width: none !important;
    flex-basis: auto !important;
}

.e2p-home-hero .e2p-hero-copy-column {
    padding-right: 0.25rem;
}

.e2p-home-hero .e2p-display-heading {
    width: 100%;
    max-width: 650px;
    margin: 0 0 1.35rem;
    font-size: clamp(3rem, 3.75vw, 3.4rem) !important;
    font-weight: 700 !important;
    line-height: 1.035 !important;
    letter-spacing: -0.052em !important;
}

.e2p-home-hero .e2p-display-heading br {
    display: block;
}

.e2p-home-hero .e2p-eyebrow {
    max-width: 100%;
    margin-bottom: 1.5rem;
    padding: 0.63rem 0.84rem;
    font-size: 0.7rem !important;
    line-height: 1.16;
    letter-spacing: 0.115em;
}

.e2p-home-hero .e2p-hero-copy {
    max-width: 610px;
    margin-bottom: 1.45rem;
    font-size: 0.98rem !important;
    font-weight: 400 !important;
    line-height: 1.68 !important;
    letter-spacing: -0.012em;
}

.e2p-home-hero .e2p-hero-buttons {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center;
    gap: 0.85rem;
}

.e2p-home-hero .e2p-hero-buttons .wp-block-button__link {
    padding: 0.82rem 1.15rem;
    font-size: 0.8rem !important;
    white-space: nowrap;
}

.e2p-home-hero .e2p-mini-trust {
    gap: 0.62rem;
    margin-top: 1.55rem;
}

.e2p-home-hero .e2p-mini-trust p {
    margin: 0;
    font-size: 0.82rem !important;
    font-weight: 500 !important;
}

.e2p-hero-compare-card {
    width: 100%;
    max-width: 760px;
    margin-left: auto;
    padding: clamp(1rem, 1.55vw, 1.35rem);
    border-radius: 28px;
}

.e2p-hero-compare-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1.05rem, 1.8vw, 1.7rem) !important;
}

.e2p-hero-compare-photo {
    aspect-ratio: 0.82;
    border-radius: 16px;
}

.e2p-compare-label {
    font-size: 0.74rem !important;
    font-weight: 700 !important;
}

.e2p-compare-subtitle {
    font-size: 0.76rem !important;
}

.e2p-hero-process-row {
    gap: 0.45rem;
    margin-top: 0.85rem;
    padding-top: 0.85rem;
}

.e2p-process-icon {
    width: 2.05rem;
    height: 2.05rem;
    margin-bottom: 0.38rem;
    font-size: 0.66rem !important;
}

.e2p-hero-process-item > p:last-child {
    font-size: 0.66rem !important;
}

.e2p-hero-process-item span {
    font-size: 0.6rem;
}

/* Consistent section scale across every generated page. */
.e2p-section,
.e2p-page-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.e2p-centered-heading,
.e2p-section-heading {
    max-width: 900px;
    margin-bottom: clamp(2.15rem, 4vw, 3.35rem);
}

.e2p-centered-heading h2,
.e2p-section-heading h2,
.e2p-final-cta h2 {
    font-size: clamp(1.75rem, 2.5vw, 2.3rem) !important;
    font-weight: 700 !important;
    line-height: 1.12 !important;
    letter-spacing: -0.042em !important;
}

.e2p-section p,
.e2p-section li,
.e2p-page-content p,
.e2p-page-content li,
.e2p-product-page-hero p,
.e2p-plans-hero p,
.e2p-page-hero p {
    font-size: 0.92rem !important;
    line-height: 1.65;
}

.e2p-product-card h3,
.e2p-pricing-summary h3,
.e2p-price-card h3,
.e2p-feature-card h3,
.e2p-page-content h3 {
    font-weight: 700 !important;
}

.e2p-product-card h3,
.e2p-pricing-summary h3 {
    font-size: clamp(1.18rem, 1.55vw, 1.5rem) !important;
}

.e2p-feature-card h3 {
    font-size: 0.98rem !important;
}

.e2p-feature-card p:last-child {
    font-size: 0.84rem !important;
}

.e2p-product-card,
.e2p-pricing-summary,
.e2p-contact-card,
.e2p-contact-side-card {
    padding: clamp(1.4rem, 2.4vw, 2rem);
}

.e2p-price-card {
    padding: 1.45rem;
}

.e2p-price-card h3 {
    font-size: 1.22rem !important;
}

.e2p-price {
    font-size: clamp(1.45rem, 2vw, 1.9rem) !important;
}

.e2p-comparison-table table {
    min-width: 980px;
}

.e2p-comparison-table th {
    font-size: 0.76rem !important;
    font-weight: 700 !important;
}

.e2p-comparison-table td {
    font-size: 0.84rem !important;
}

.e2p-faq-item summary {
    font-size: 0.9rem;
}

/* Product, plans, comparison, support and legal hero scale. */
.e2p-product-page-hero,
.e2p-plans-hero,
.e2p-page-hero {
    padding-top: clamp(3.5rem, 5vw, 5rem);
    padding-bottom: clamp(3.5rem, 5vw, 5rem);
}

.e2p-product-page-hero .e2p-display-heading,
.e2p-plans-hero .e2p-display-heading,
.e2p-page-hero h1 {
    font-size: clamp(2.25rem, 3.35vw, 3.15rem) !important;
    font-weight: 700 !important;
    line-height: 1.06 !important;
}

@media (max-width: 1120px) {
    .e2p-home-hero .e2p-hero-columns {
        grid-template-columns: minmax(0, 44fr) minmax(0, 56fr);
        gap: 2.25rem !important;
    }

    .e2p-home-hero .e2p-display-heading {
        font-size: clamp(2.7rem, 4.2vw, 3.1rem) !important;
    }
}

@media (max-width: 980px) {
    .e2p-shell,
    .e2p-home-hero .e2p-shell {
        width: min(100% - 2rem, 820px);
    }

    .e2p-home-hero .e2p-hero-columns {
        grid-template-columns: 1fr;
        gap: 2.75rem !important;
    }

    .e2p-home-hero .e2p-hero-copy-column {
        text-align: center;
    }

    .e2p-home-hero .e2p-eyebrow,
    .e2p-home-hero .e2p-display-heading,
    .e2p-home-hero .e2p-hero-copy,
    .e2p-home-hero .e2p-hero-buttons,
    .e2p-home-hero .e2p-mini-trust {
        margin-left: auto;
        margin-right: auto;
    }

    .e2p-home-hero .e2p-hero-buttons {
        justify-content: center;
    }

    .e2p-home-hero .e2p-mini-trust {
        align-items: center;
    }

    .e2p-hero-compare-card {
        margin-right: auto;
    }
}

@media (max-width: 620px) {
    .e2p-shell,
    .e2p-home-hero .e2p-shell {
        width: calc(100% - 1.25rem);
    }

    .e2p-home-hero {
        padding: 2.8rem 0.65rem;
    }

    .e2p-home-hero .e2p-display-heading {
        font-size: clamp(2.15rem, 11vw, 2.75rem) !important;
        line-height: 1.04 !important;
    }

    .e2p-home-hero .e2p-hero-copy {
        font-size: 0.915rem !important;
    }

    .e2p-home-hero .e2p-hero-buttons {
        flex-wrap: wrap !important;
    }

    .e2p-home-hero .e2p-hero-buttons .wp-block-button,
    .e2p-home-hero .e2p-hero-buttons .wp-block-button__link {
        width: 100%;
        text-align: center;
    }

    .e2p-hero-compare-card {
        padding: 0.78rem;
        border-radius: 20px;
    }

    .e2p-hero-compare-grid {
        gap: 0.55rem !important;
    }

    .e2p-hero-compare-card::after {
        width: 2.1rem;
        height: 2.1rem;
        font-size: 0.95rem;
    }

    .e2p-compare-label,
    .e2p-compare-subtitle {
        font-size: 0.64rem !important;
    }

    .e2p-hero-process-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .e2p-centered-heading h2,
    .e2p-section-heading h2,
    .e2p-final-cta h2 {
        font-size: clamp(1.55rem, 8vw, 2rem) !important;
    }
}

@media (max-width: 620px) {
    .wp-block-buttons,
    .e2p-centered-buttons {
        flex-wrap: wrap !important;
        max-width: 100%;
    }

    .wp-block-button,
    .wp-block-button__link {
        max-width: 100%;
    }

    .e2p-centered-buttons .wp-block-button,
    .e2p-centered-buttons .wp-block-button__link {
        width: 100%;
        text-align: center;
    }
}


/* --------------------------------------------------------------------------
 * v1.2.8 homepage visual-system correction
 * Reason: WordPress flow margins, content-driven card heights, a forced table
 * min-width, and unrestricted line wrapping caused the live page to diverge
 * from the approved composition.
 * -------------------------------------------------------------------------- */
:root {
    --e2p-display-font: 'Manrope', ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --e2p-body-font: 'Inter', ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --e2p-ui-font: 'DM Sans', ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --e2p-ink-soft: #162239;
    --e2p-muted-modern: #667085;
    --e2p-card-blue: #f7faff;
    --e2p-card-violet: #fbf8ff;
}

body,
.editor-styles-wrapper,
p,
li,
td,
input,
select,
textarea {
    font-family: var(--e2p-body-font) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6 {
    font-family: var(--e2p-display-font) !important;
    color: var(--e2p-ink-soft);
    font-weight: 700 !important;
}

.e2p-eyebrow,
.e2p-kicker,
.e2p-plan-label,
.e2p-site-header .wp-block-navigation,
.wp-block-button__link,
.e2p-feature-number,
.e2p-process-icon,
.e2p-compare-label,
.e2p-faq-item summary {
    font-family: var(--e2p-ui-font) !important;
}

.e2p-shell {
    width: min(1360px, calc(100% - 3rem));
}

/* Hero — lock the approved three-line composition without oversized wrapping. */
.e2p-home-hero {
    padding-block: clamp(3.2rem, 4.8vw, 4.7rem);
}

.e2p-home-hero .e2p-hero-columns {
    grid-template-columns: minmax(0, 44fr) minmax(0, 56fr) !important;
    gap: clamp(2.5rem, 4vw, 4rem) !important;
}

.e2p-home-hero .e2p-hero-copy-column {
    padding-right: 0;
}

.e2p-home-hero .e2p-eyebrow {
    display: inline-flex;
    width: auto;
    max-width: none;
    padding: 0.58rem 0.8rem;
    margin-bottom: 1.35rem;
    white-space: nowrap;
    font-size: 0.67rem !important;
    line-height: 1;
    letter-spacing: 0.1em;
}

.e2p-home-hero .e2p-display-heading {
    max-width: 620px;
    margin-bottom: 1.25rem;
    font-size: clamp(2.65rem, 3.55vw, 3.22rem) !important;
    line-height: 1.04 !important;
    letter-spacing: -0.048em !important;
}

.e2p-heading-line {
    display: block;
    white-space: nowrap;
}

.e2p-home-hero .e2p-hero-copy {
    max-width: 590px;
    color: var(--e2p-muted-modern);
    font-size: 0.98rem !important;
    line-height: 1.65 !important;
}

.e2p-home-hero .e2p-mini-trust p {
    color: #526079;
    font-size: 0.8rem !important;
    font-weight: 500 !important;
}

/* Trust strip — informative compact modules instead of bare text. */
.e2p-trust-strip {
    padding-block: 1.25rem;
    background: linear-gradient(180deg, #ffffff, #f8fbff);
}

.e2p-trust-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.9rem;
}

.e2p-trust-item {
    position: relative;
    min-height: 76px;
    margin: 0 !important;
    padding: 0.95rem 0.9rem 0.9rem 3.45rem;
    border: 1px solid #e4eaf2;
    border-radius: 16px;
    background: rgba(255,255,255,0.88);
    box-shadow: 0 8px 22px rgba(12, 33, 72, 0.045);
}

.e2p-trust-item::before {
    position: absolute;
    top: 50%;
    left: 0.9rem;
    display: grid;
    place-items: center;
    width: 1.9rem;
    height: 1.9rem;
    color: var(--e2p-blue-700);
    background: #edf5ff;
    border-radius: 10px;
    transform: translateY(-50%);
    font-family: var(--e2p-ui-font);
    font-size: 0.9rem;
    font-weight: 700;
}

.e2p-trust-item-block::before { content: '▦'; }
.e2p-trust-item-models::before { content: '↔'; }
.e2p-trust-item-media::before { content: '✓'; }
.e2p-trust-item-commerce::before { content: '◎'; }

.e2p-trust-item strong {
    color: var(--e2p-ink-soft);
    font-family: var(--e2p-ui-font);
    font-size: 0.83rem;
    font-weight: 700;
}

.e2p-trust-item span {
    color: var(--e2p-muted-modern);
    font-size: 0.72rem;
}

/* Eliminate WordPress flow-layout offsets inside custom grids. */
.e2p-product-gallery > *,
.e2p-feature-grid > *,
.e2p-step-grid > *,
.e2p-price-grid > *,
.e2p-service-grid > * {
    margin-block-start: 0 !important;
}

/* Product categories — wider 3-column editorial cards with equal heights. */
.e2p-product-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
    align-items: stretch;
}

.e2p-product-tile {
    display: grid;
    grid-template-columns: 42% 1fr;
    grid-template-rows: auto 1fr;
    column-gap: 1rem;
    align-items: center;
    min-height: 210px;
    padding: 0.8rem;
    border-color: #e3e9f1;
    border-radius: 20px;
    background: linear-gradient(145deg, #ffffff, #f8fbff);
    box-shadow: 0 12px 32px rgba(11, 33, 72, 0.06);
}

.e2p-product-tile-image {
    grid-row: 1 / 3;
    margin: 0;
    aspect-ratio: 4 / 5;
    border-radius: 15px;
}

.e2p-product-tile h3 {
    align-self: end;
    margin: 0 0 0.35rem;
    color: var(--e2p-ink-soft);
    font-family: var(--e2p-display-font) !important;
    font-size: 0.98rem !important;
    font-weight: 700 !important;
    line-height: 1.22;
}

.e2p-product-tile p {
    align-self: start;
    margin: 0;
    color: var(--e2p-muted-modern);
    font-size: 0.76rem !important;
    line-height: 1.5;
}

/* Product and pricing cards — equal height, wider composition, anchored CTAs. */
.e2p-product-choice,
.e2p-home-pricing {
    align-items: stretch !important;
    gap: 1.75rem !important;
}

.e2p-product-choice > .wp-block-column,
.e2p-home-pricing > .wp-block-column {
    display: flex;
    margin-block-start: 0 !important;
}

.e2p-product-card,
.e2p-pricing-summary {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    padding: clamp(1.65rem, 2.4vw, 2.2rem);
    border-radius: 24px;
}

.e2p-product-card h3,
.e2p-pricing-summary h3 {
    color: var(--e2p-ink-soft);
    font-size: clamp(1.18rem, 1.45vw, 1.42rem) !important;
    letter-spacing: -0.032em !important;
}

.e2p-product-card > .wp-block-buttons,
.e2p-pricing-summary > .wp-block-buttons {
    margin-top: auto !important;
    padding-top: 1.35rem;
}

.e2p-product-card-byok,
.e2p-pricing-summary-byok {
    background: linear-gradient(160deg, #ffffff 0%, #f3f8ff 100%);
}

.e2p-product-card-credit,
.e2p-pricing-summary-credit {
    background: linear-gradient(160deg, #ffffff 0%, #faf5ff 100%);
}

.e2p-product-card p,
.e2p-pricing-summary p,
.e2p-product-card li {
    color: var(--e2p-muted-modern) !important;
    font-size: 0.88rem !important;
}

/* Focused plugin comparison section. */
.e2p-story-columns {
    display: grid !important;
    grid-template-columns: minmax(340px, 0.95fr) minmax(520px, 1.25fr);
    align-items: center !important;
    gap: clamp(2rem, 4vw, 4rem) !important;
}

.e2p-story-columns > .wp-block-column {
    width: auto !important;
    flex-basis: auto !important;
    margin-block-start: 0 !important;
}

.e2p-story-columns h2 {
    max-width: 430px;
    font-size: clamp(1.65rem, 2.2vw, 2.15rem) !important;
    line-height: 1.12 !important;
}

.e2p-story-columns p,
.e2p-story-columns li {
    font-size: 0.9rem !important;
    line-height: 1.6 !important;
}

.e2p-review-focus-image {
    width: 100%;
    max-width: none;
    padding: 0 !important;
    border-radius: 24px;
}

.e2p-review-focus-image img {
    width: 100%;
    max-height: 610px;
    object-fit: contain;
    background: #ffffff;
}

/* Workflow and feature grids — all cards begin and end on the same lines. */
.e2p-step-grid,
.e2p-feature-grid {
    align-items: stretch;
}

.e2p-step-grid .e2p-feature-card,
.e2p-feature-grid .e2p-feature-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-block-start: 0 !important;
}

.e2p-feature-grid .e2p-feature-card {
    min-height: 230px;
    padding: 1.55rem;
    border-color: #e4eaf2;
    background: linear-gradient(145deg, #ffffff 0%, #f7faff 100%);
}

.e2p-feature-grid .e2p-feature-card:nth-child(2n) {
    background: linear-gradient(145deg, #ffffff 0%, #faf8ff 100%);
}

.e2p-feature-card h3 {
    color: var(--e2p-ink-soft);
    font-size: 0.95rem !important;
    line-height: 1.3;
}

.e2p-feature-card p:last-child {
    color: var(--e2p-muted-modern);
    font-size: 0.82rem !important;
}

.e2p-section-dark .e2p-step-grid .e2p-feature-card {
    min-height: 260px;
    background: linear-gradient(145deg, rgba(255,255,255,0.085), rgba(255,255,255,0.045));
}

.e2p-section-dark .e2p-step-grid .e2p-feature-card p {
    color: rgba(229, 237, 249, 0.72) !important;
}

/* Modern comparison table — no desktop scrollbar. */
.e2p-comparison-table {
    overflow: hidden !important;
    border: 1px solid #dfe7f1;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(11, 33, 72, 0.08);
}

.e2p-comparison-table table {
    width: 100% !important;
    min-width: 0 !important;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
}

.e2p-comparison-table th,
.e2p-comparison-table td {
    padding: 1.15rem 1.25rem;
    border: 0;
    border-bottom: 1px solid #e7ecf3;
    overflow-wrap: anywhere;
}

.e2p-comparison-table th {
    color: #ffffff;
    background: linear-gradient(135deg, #0b234b, #153c77);
    font-family: var(--e2p-ui-font) !important;
    font-size: 0.88rem !important;
    font-weight: 700 !important;
}

.e2p-comparison-table th:first-child,
.e2p-comparison-table td:first-child {
    width: 22%;
}

.e2p-comparison-table th:nth-child(2),
.e2p-comparison-table td:nth-child(2),
.e2p-comparison-table th:nth-child(3),
.e2p-comparison-table td:nth-child(3) {
    width: 39%;
}

.e2p-comparison-table td {
    color: #4f5d75;
    background: #ffffff;
    font-size: 0.9rem !important;
    line-height: 1.5;
}

.e2p-comparison-table tbody tr:nth-child(even) td {
    background: #f7f9fc;
}

.e2p-comparison-table td:first-child {
    color: var(--e2p-ink-soft);
    font-family: var(--e2p-ui-font);
    font-weight: 600;
}

.e2p-comparison-table tr:last-child td {
    border-bottom: 0;
}

/* Ensure button alignment in every two-card summary section. */
.e2p-home-pricing .e2p-pricing-summary > .wp-block-buttons,
.e2p-product-choice .e2p-product-card > .wp-block-buttons {
    align-self: flex-start;
}

@media (max-width: 1080px) {
    .e2p-home-hero .e2p-hero-columns {
        grid-template-columns: 1fr !important;
    }

    .e2p-home-hero .e2p-hero-copy-column {
        text-align: center;
    }

    .e2p-home-hero .e2p-eyebrow,
    .e2p-home-hero .e2p-display-heading,
    .e2p-home-hero .e2p-hero-copy,
    .e2p-home-hero .e2p-hero-buttons,
    .e2p-home-hero .e2p-mini-trust {
        margin-left: auto;
        margin-right: auto;
    }

    .e2p-home-hero .e2p-hero-buttons {
        justify-content: center;
    }

    .e2p-home-hero .e2p-mini-trust {
        align-items: center;
    }

    .e2p-trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .e2p-product-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .e2p-story-columns {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 700px) {
    .e2p-shell {
        width: calc(100% - 1.25rem);
    }

    .e2p-heading-line {
        white-space: normal;
    }

    .e2p-home-hero .e2p-eyebrow {
        white-space: normal;
    }

    .e2p-trust-grid,
    .e2p-product-gallery {
        grid-template-columns: 1fr;
    }

    .e2p-product-tile {
        grid-template-columns: 38% 1fr;
        min-height: 180px;
    }

    .e2p-comparison-table thead {
        display: none;
    }

    .e2p-comparison-table table,
    .e2p-comparison-table tbody,
    .e2p-comparison-table tr,
    .e2p-comparison-table td {
        display: block;
        width: 100% !important;
    }

    .e2p-comparison-table tr {
        padding: 0.85rem 1rem;
        border-bottom: 1px solid #e4eaf2;
        background: #ffffff;
    }

    .e2p-comparison-table td {
        padding: 0.35rem 0;
        border: 0;
        background: transparent !important;
        font-size: 0.84rem !important;
    }

    .e2p-comparison-table td::before {
        display: block;
        margin-bottom: 0.15rem;
        color: #0b234b;
        font-family: var(--e2p-ui-font);
        font-size: 0.68rem;
        font-weight: 700;
        letter-spacing: 0.06em;
        text-transform: uppercase;
    }

    .e2p-comparison-table td:nth-child(1)::before { content: 'Area'; }
    .e2p-comparison-table td:nth-child(2)::before { content: 'BYOK'; }
    .e2p-comparison-table td:nth-child(3)::before { content: 'Credit'; }
}

/* v1.2.8 dark workflow visibility and compact number badges. */
.e2p-step-grid .e2p-feature-number,
.e2p-feature-grid .e2p-feature-number {
    align-self: flex-start;
    width: auto;
    flex: 0 0 auto;
}

.e2p-section-dark .e2p-step-grid .e2p-feature-card h3,
.e2p-section-dark .e2p-step-grid .e2p-feature-card strong {
    color: #ffffff !important;
}

.e2p-section-dark .e2p-step-grid .e2p-feature-number {
    min-width: 2.35rem;
    width: 2.35rem;
    color: #ffffff;
    background: linear-gradient(135deg, #1f6fe5, #2d5fbd);
}


/* --------------------------------------------------------------------------
 * v1.2.8 targeted corrections
 * -------------------------------------------------------------------------- */
/* Prevent the third hero line from entering the comparison panel. */
.e2p-home-hero .e2p-hero-columns {
    grid-template-columns: minmax(0, 46fr) minmax(0, 54fr) !important;
    gap: clamp(2rem, 3.2vw, 3rem) !important;
}

.e2p-home-hero .e2p-display-heading {
    width: 100%;
    max-width: 100%;
    font-size: clamp(2.25rem, 2.9vw, 2.9rem) !important;
    letter-spacing: -0.042em !important;
}

.e2p-home-hero .e2p-hero-copy-column {
    min-width: 0;
}

/* Trust modules: equal height even when one title wraps. */
.e2p-trust-grid {
    grid-auto-rows: 1fr;
    align-items: stretch;
}

.e2p-trust-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    height: 100%;
    min-height: 96px;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
}

.e2p-trust-item strong {
    line-height: 1.25;
}

/* Product category cards: vertical, centered, and free of side-notch artifacts. */
.e2p-product-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 360px;
    padding: 1.15rem;
    text-align: center;
}

.e2p-product-tile-image {
    width: min(210px, 78%);
    margin: 0 auto 1rem;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: 14px;
    background: #f6f8fb;
}

.e2p-product-tile-image img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 14px;
    object-fit: cover;
}

.e2p-product-tile h3 {
    width: 100%;
    margin: 0 0 0.35rem;
    text-align: center;
}

.e2p-product-tile p {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
    text-align: center;
}

/* WordPress.org and Freemius package links. */
.e2p-download-section {
    background: linear-gradient(180deg, #f7faff 0%, #ffffff 100%);
}

.e2p-download-grid {
    align-items: stretch !important;
    gap: 1.5rem !important;
}

.e2p-download-grid > .wp-block-column {
    display: flex;
    margin-block-start: 0 !important;
}

.e2p-download-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 300px;
    padding: clamp(1.5rem, 2.5vw, 2.15rem);
    border: 1px solid #e1e8f1;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 14px 38px rgba(11, 33, 72, 0.07);
}

.e2p-download-card-free { border-top: 5px solid var(--e2p-blue-600); }
.e2p-download-card-paid { border-top: 5px solid var(--e2p-violet-600); }
.e2p-download-card > .wp-block-buttons { margin-top: auto !important; }
.e2p-placeholder-note { margin-top: 0.75rem !important; color: #7a8497; font-size: 0.75rem !important; }

@media (max-width: 1080px) {
    .e2p-home-hero .e2p-display-heading {
        font-size: clamp(2.25rem, 6vw, 3.1rem) !important;
    }
}

@media (max-width: 700px) {
    .e2p-product-tile {
        min-height: 0;
    }
    .e2p-product-tile-image {
        width: min(230px, 82%);
    }
}


/* --------------------------------------------------------------------------
 * v1.2.8 product-card image quality and hero heading spacing
 * -------------------------------------------------------------------------- */

.e2p-product-tile {
    min-height: 332px;
    padding: 1.25rem 1rem 1.15rem;
}

.e2p-product-tile-image {
    width: min(180px, 68%);
    max-width: 180px;
    margin: 0 auto 1rem;
    aspect-ratio: 4 / 5;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 14px;
    background: #ffffff;
}

.e2p-product-tile-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 14px;
}

.e2p-product-tile h3 {
    margin: 0 0 0.45rem;
    font-size: clamp(1.18rem, 1.35vw, 1.34rem) !important;
    line-height: 1.2 !important;
}

.e2p-product-tile p {
    max-width: 260px;
    font-size: 0.92rem !important;
    line-height: 1.55 !important;
}

.e2p-home-hero .e2p-display-heading {
    font-size: clamp(2.15rem, 2.7vw, 2.85rem) !important;
    line-height: 1.11 !important;
    max-width: 650px;
}

.e2p-heading-line {
    display: block;
    margin-bottom: 0.05em;
}

.e2p-heading-line:last-child {
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    .e2p-home-hero .e2p-display-heading {
        font-size: clamp(2.05rem, 4.2vw, 2.6rem) !important;
        line-height: 1.12 !important;
    }
}

@media (max-width: 700px) {
    .e2p-product-tile-image {
        width: min(170px, 72%);
        max-width: 170px;
    }
    .e2p-home-hero .e2p-display-heading {
        font-size: clamp(2rem, 8.3vw, 2.55rem) !important;
        line-height: 1.1 !important;
    }
}


/* --------------------------------------------------------------------------
 * v1.2.8 definitive hero-line collision correction
 * -------------------------------------------------------------------------- */
.e2p-home-hero .e2p-display-heading {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr);
    row-gap: clamp(0.12rem, 0.3vw, 0.26rem) !important;
    width: 100%;
    max-width: 650px;
    margin: 0 0 1.45rem !important;
    padding: 0 0 0.12em !important;
    overflow: visible !important;
    transform: scale(0.965);
    transform-origin: top center;
    font-size: clamp(2.08rem, 2.62vw, 2.76rem) !important;
    line-height: 1 !important;
    letter-spacing: -0.04em !important;
}

.e2p-home-hero .e2p-display-heading .e2p-heading-line {
    display: block !important;
    min-height: 1.12em;
    margin: 0 !important;
    padding: 0.015em 0 0.12em !important;
    overflow: visible !important;
    transform: scale(0.965);
    transform-origin: top center;
    line-height: 1.06 !important;
    white-space: nowrap;
}

.e2p-home-hero .e2p-display-heading .e2p-gradient-text {
    padding-bottom: 0.16em !important;
}

@media (max-width: 1200px) {
    .e2p-home-hero .e2p-display-heading {
        font-size: clamp(2rem, 3.9vw, 2.5rem) !important;
        row-gap: 0.14rem !important;
    }
}

@media (max-width: 700px) {
    .e2p-home-hero .e2p-display-heading {
        font-size: clamp(1.95rem, 8vw, 2.45rem) !important;
        row-gap: 0.1rem !important;
    }

    .e2p-home-hero .e2p-display-heading .e2p-heading-line {
        white-space: normal;
        min-height: 0;
        padding-bottom: 0.1em !important;
    }
}


/* --------------------------------------------------------------------------
 * v1.2.9 dynamic editable footer
 * -------------------------------------------------------------------------- */
.e2p-dynamic-footer {
    color: var(--e2p-footer-text, #b8c2d3);
    background: var(--e2p-footer-bg, #06162f);
}

.e2p-dynamic-footer h3,
.e2p-dynamic-footer strong {
    color: var(--e2p-footer-heading, #ffffff);
}

.e2p-dynamic-footer a,
.e2p-dynamic-footer a:visited {
    color: var(--e2p-footer-link, #d9e3f3);
}

.e2p-dynamic-footer a:hover,
.e2p-dynamic-footer a:focus {
    color: var(--e2p-footer-heading, #ffffff);
}

.e2p-dynamic-footer .e2p-footer-brand .custom-logo-link,
.e2p-dynamic-footer .e2p-footer-fallback-logo {
    display: inline-flex;
    max-width: 210px;
    padding: 0.55rem 0.75rem;
    border-radius: 12px;
    background: #ffffff;
}

.e2p-dynamic-footer .e2p-footer-brand img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 42px;
    object-fit: contain;
}

.e2p-dynamic-footer .e2p-footer-brand-copy {
    max-width: 340px;
    margin: 1rem 0 0.75rem;
    color: var(--e2p-footer-text, #b8c2d3);
    font-size: 0.86rem;
    line-height: 1.65;
}

.e2p-dynamic-footer .e2p-footer-contact {
    margin: 0;
    font-size: 0.84rem;
    font-weight: 600;
}

.e2p-dynamic-footer .e2p-footer-column h3 {
    margin: 0 0 0.85rem;
    color: var(--e2p-footer-heading, #ffffff);
    font-family: 'DM Sans', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.e2p-dynamic-footer .e2p-footer-column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.e2p-dynamic-footer .e2p-footer-column li {
    margin: 0.58rem 0;
    color: var(--e2p-footer-text, #b8c2d3);
    font-size: 0.82rem;
    line-height: 1.45;
}

.e2p-dynamic-footer .e2p-footer-bottom {
    border-top-color: var(--e2p-footer-border, #26364f);
}

.e2p-dynamic-footer .e2p-footer-small {
    color: var(--e2p-footer-text, #b8c2d3);
}

.e2p-dynamic-footer .e2p-footer-legal {
    max-width: 760px;
    text-align: right;
}

@media (max-width: 782px) {
    .e2p-dynamic-footer .e2p-footer-legal {
        max-width: none;
        text-align: left;
    }
}


/* v1.3.1 review-story section layout correction */
.e2p-review-story-columns {
    display: grid !important;
    grid-template-columns: minmax(340px, 0.95fr) minmax(520px, 1.25fr);
    align-items: center !important;
    gap: clamp(2rem, 4vw, 4rem) !important;
}

.e2p-review-story-copy {
    display: grid;
    gap: 1rem;
}

.e2p-review-story-copy > h2 {
    margin: 0;
    max-width: 11.2ch;
    font-size: clamp(2.55rem, 4.4vw, 4.15rem) !important;
    line-height: 0.95 !important;
    letter-spacing: -0.055em !important;
}

.e2p-review-story-copy > h2 {
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
    text-wrap: balance;
}

.e2p-review-story-columns > .wp-block-column:first-child {
    min-width: 0;
}

.e2p-review-story-columns > .wp-block-column:last-child {
    min-width: 0;
}

.e2p-review-story-subtitle {
    margin: 0 !important;
    font-size: clamp(1.28rem, 1.9vw, 1.7rem) !important;
    line-height: 1.2 !important;
    letter-spacing: -0.03em;
}

.e2p-review-story-subtitle strong {
    color: var(--e2p-navy-950);
}

.e2p-review-story-subtitle span {
    color: var(--e2p-blue-600);
    font-weight: 760;
}

.e2p-review-story-copy > p:not(.e2p-kicker):not(.e2p-review-story-subtitle) {
    max-width: 31rem;
    margin: 0;
    color: var(--e2p-muted);
    font-size: 0.98rem !important;
    line-height: 1.72 !important;
}

.e2p-review-points {
    display: grid;
    gap: 1.1rem;
    margin-top: 0.25rem;
}

.e2p-review-point {
    align-items: flex-start !important;
    gap: 0.88rem !important;
}

.e2p-review-point-icon,
.e2p-review-note-icon {
    display: grid;
    place-items: center;
    flex: 0 0 3.45rem;
    width: 3.45rem;
    height: 3.45rem;
    margin: 0;
    border-radius: 50%;
    background: linear-gradient(180deg, #f6f9ff 0%, #edf4ff 100%);
    color: var(--e2p-blue-600);
    font-size: 1.48rem;
    font-weight: 760;
    box-shadow: inset 0 0 0 1px rgba(20, 115, 255, 0.08);
}

.e2p-review-point-copy {
    display: grid;
    gap: 0.15rem;
}

.e2p-review-point-copy h3,
.e2p-review-note-copy h3 {
    margin: 0;
    font-size: 0.92rem !important;
    line-height: 1.35 !important;
    letter-spacing: -0.02em;
}

.e2p-review-point-copy p,
.e2p-review-note-copy p {
    margin: 0;
    color: var(--e2p-muted);
    font-size: 0.9rem !important;
    line-height: 1.6 !important;
}

.e2p-review-note {
    align-items: flex-start !important;
    gap: 0.88rem !important;
    margin-top: 0.4rem;
    padding: 1.25rem 1.35rem;
    border: 1px solid var(--e2p-line);
    border-radius: 20px;
    background: linear-gradient(180deg, #f8fbff 0%, #f4f7ff 100%);
    box-shadow: 0 10px 28px rgba(11, 33, 72, 0.035);
}

.e2p-review-note-icon {
    flex-basis: 2.8rem;
    width: 2.8rem;
    height: 2.8rem;
    font-size: 1.15rem;
}

.e2p-review-note-copy {
    display: grid;
    gap: 0.1rem;
}

.e2p-review-story-visual {
    padding: 0.1rem;
    border-radius: 28px;
    background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
    box-shadow: 0 18px 48px rgba(11, 33, 72, 0.08);
}

.e2p-review-story-image {
    width: 100%;
    margin: 0;
    border-radius: 26px;
    overflow: hidden;
}

.e2p-review-story-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    background: #ffffff;
}

@media (max-width: 1023px) {
    .e2p-review-story-columns {
        grid-template-columns: 1fr !important;
    }

    .e2p-review-story-copy > h2 {
        max-width: none;
    }
}

@media (max-width: 640px) {
    .e2p-review-point,
    .e2p-review-note {
        gap: 0.8rem !important;
    }

    .e2p-review-point-icon,
    .e2p-review-note-icon {
        flex-basis: 3rem;
        width: 3rem;
        height: 3rem;
        font-size: 1.2rem;
    }
}


.e2p-review-story-image img {
    border-radius: 26px;
}

@media (min-width: 1280px) {
    .e2p-review-story-columns {
        gap: clamp(2.4rem, 4.2vw, 4.8rem) !important;
    }
}

@media (max-width: 1200px) {
    .e2p-review-story-copy > h2 {
        max-width: 10.8ch;
        font-size: clamp(2.35rem, 4.8vw, 3.65rem) !important;
    }
}

@media (max-width: 1023px) {
    .e2p-review-story-columns {
        grid-template-columns: 1fr !important;
    }

    .e2p-review-story-copy > h2 {
        max-width: 10.8ch;
        font-size: clamp(2.3rem, 8vw, 3.5rem) !important;
    }
}

@media (max-width: 640px) {
    .e2p-review-story-copy > h2 {
        max-width: none;
        text-wrap: pretty;
        font-size: clamp(2.1rem, 12vw, 3rem) !important;
    }
}


/* v1.3.2 review-story definitive layout correction */
.e2p-review-story-columns.wp-block-columns {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: clamp(2rem, 3vw, 3.5rem) !important;
}

.e2p-review-story-columns.wp-block-columns > .wp-block-column:first-child {
    flex: 0 1 430px !important;
    min-width: 360px !important;
}

.e2p-review-story-columns.wp-block-columns > .wp-block-column:last-child {
    flex: 1 1 720px !important;
    min-width: 0 !important;
}

.e2p-review-story-copy > h2.wp-block-heading {
    max-width: none !important;
    font-size: clamp(2.4rem, 3.8vw, 4rem) !important;
    line-height: 0.94 !important;
    letter-spacing: -0.05em !important;
    overflow-wrap: normal !important;
    word-break: keep-all !important;
    hyphens: none !important;
    text-wrap: initial !important;
}

.e2p-review-story-line {
    display: block;
    white-space: nowrap;
}

.e2p-review-story-copy > p:not(.e2p-kicker):not(.e2p-review-story-subtitle) {
    max-width: 32rem !important;
}

.e2p-review-story-visual {
    padding: 0.6rem !important;
}

.e2p-review-story-image {
    border-radius: 24px !important;
}

.e2p-review-story-image img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    border-radius: 20px !important;
}

@media (max-width: 1100px) {
    .e2p-review-story-columns.wp-block-columns {
        gap: 1.8rem !important;
    }
    .e2p-review-story-columns.wp-block-columns > .wp-block-column:first-child {
        flex-basis: 380px !important;
        min-width: 320px !important;
    }
    .e2p-review-story-copy > h2.wp-block-heading {
        font-size: clamp(2.2rem, 4.2vw, 3.3rem) !important;
    }
}

@media (max-width: 900px) {
    .e2p-review-story-columns.wp-block-columns {
        display: grid !important;
        grid-template-columns: 1fr !important;
    }
    .e2p-review-story-columns.wp-block-columns > .wp-block-column:first-child,
    .e2p-review-story-columns.wp-block-columns > .wp-block-column:last-child {
        flex: none !important;
        min-width: 0 !important;
    }
    .e2p-review-story-copy > h2.wp-block-heading {
        font-size: clamp(2.15rem, 7vw, 3rem) !important;
    }
}

@media (max-width: 640px) {
    .e2p-review-story-line {
        white-space: normal;
    }
}


/* v1.3.3 restore approved review-story layout */
.e2p-review-story-columns.wp-block-columns {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: clamp(2.5rem, 4vw, 4.5rem) !important;
}

.e2p-review-story-columns.wp-block-columns > .wp-block-column:first-child {
    flex: 0 1 400px !important;
    min-width: 340px !important;
}

.e2p-review-story-columns.wp-block-columns > .wp-block-column:last-child {
    flex: 1 1 760px !important;
    min-width: 0 !important;
}

.e2p-review-story-copy {
    max-width: 430px;
}

.e2p-review-story-copy > h2.wp-block-heading {
    max-width: none !important;
    margin: 0 0 1.15rem !important;
    font-size: clamp(3.8rem, 5vw, 5.35rem) !important;
    line-height: 0.93 !important;
    letter-spacing: -0.055em !important;
    overflow-wrap: normal !important;
    word-break: keep-all !important;
    hyphens: none !important;
    text-wrap: initial !important;
}

.e2p-review-story-line {
    display: block;
    white-space: nowrap;
}

.e2p-review-story-subtitle {
    margin-bottom: 1.45rem !important;
    font-size: clamp(1.2rem, 1.5vw, 1.48rem) !important;
    line-height: 1.35 !important;
}

.e2p-review-story-copy > p:not(.e2p-kicker):not(.e2p-review-story-subtitle) {
    max-width: 30rem !important;
    margin-bottom: 1.85rem !important;
    font-size: 0.98rem !important;
    line-height: 1.58 !important;
}

.e2p-review-point {
    gap: 0.88rem !important;
}

.e2p-review-point-copy h3 {
    margin-bottom: 0.3rem !important;
    font-size: 0.98rem !important;
}

.e2p-review-point-copy p {
    font-size: 0.95rem !important;
    line-height: 1.48 !important;
}

.e2p-review-note {
    margin-top: 1.6rem !important;
    max-width: 360px;
}

.e2p-review-story-visual {
    width: 100%;
    max-width: 860px;
    margin-inline: auto;
}

.e2p-review-story-image img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
}

@media (max-width: 1120px) {
    .e2p-review-story-copy > h2.wp-block-heading {
        font-size: clamp(3.1rem, 4.8vw, 4.2rem) !important;
    }

    .e2p-review-story-columns.wp-block-columns > .wp-block-column:first-child {
        min-width: 310px !important;
    }
}

@media (max-width: 980px) {
    .e2p-review-story-columns.wp-block-columns {
        display: grid !important;
        grid-template-columns: 1fr !important;
    }

    .e2p-review-story-columns.wp-block-columns > .wp-block-column:first-child,
    .e2p-review-story-columns.wp-block-columns > .wp-block-column:last-child {
        min-width: 0 !important;
    }

    .e2p-review-story-copy {
        max-width: 100%;
    }

    .e2p-review-story-copy > h2.wp-block-heading {
        font-size: clamp(2.65rem, 8vw, 3.6rem) !important;
    }
}

@media (max-width: 640px) {
    .e2p-review-story-line {
        white-space: normal;
    }
    .e2p-review-story-copy > h2.wp-block-heading {
        font-size: clamp(2.35rem, 11vw, 3rem) !important;
    }
}


/* v1.3.4 review-story isolated approved layout */
.e2p-review-story-approved {
    overflow: hidden;
}

.e2p-review-story-approved .e2p-review-story-shell-v134 {
    width: min(1410px, calc(100% - 2.5rem)) !important;
}

.e2p-review-story-approved .e2p-review-story-layout-v134.wp-block-columns {
    display: grid !important;
    grid-template-columns: minmax(340px, 0.33fr) minmax(640px, 0.67fr) !important;
    align-items: start !important;
    gap: clamp(2.8rem, 4vw, 5rem) !important;
    margin: 0 !important;
}

.e2p-review-story-approved .e2p-review-story-left-v134,
.e2p-review-story-approved .e2p-review-story-right-v134 {
    min-width: 0 !important;
    margin: 0 !important;
}

.e2p-review-story-approved .e2p-review-story-copy-v134 {
    display: grid !important;
    gap: 1.55rem !important;
    max-width: 31rem !important;
    padding-top: 0.35rem !important;
}

.e2p-review-story-approved .e2p-review-story-copy-v134 > h2.wp-block-heading {
    margin: 0 !important;
    font-size: clamp(4.45rem, 6vw, 5.6rem) !important;
    line-height: 0.93 !important;
    letter-spacing: -0.055em !important;
}

.e2p-review-story-approved .e2p-review-story-line-v134 {
    display: block;
    white-space: nowrap;
}

.e2p-review-story-approved .e2p-review-story-subtitle-v134 {
    margin: 0 !important;
    font-size: clamp(1.25rem, 1.7vw, 1.58rem) !important;
    line-height: 1.34 !important;
    letter-spacing: -0.03em !important;
}

.e2p-review-story-approved .e2p-review-story-subtitle-v134 strong {
    color: var(--e2p-navy-950) !important;
}

.e2p-review-story-approved .e2p-review-story-subtitle-v134 span {
    color: var(--e2p-blue-600) !important;
    font-weight: 760 !important;
}

.e2p-review-story-approved .e2p-review-story-copy-v134 > p:not(.e2p-kicker):not(.e2p-review-story-subtitle-v134) {
    margin: 0 !important;
    max-width: 30rem !important;
    color: var(--e2p-muted) !important;
    font-size: 1rem !important;
    line-height: 1.64 !important;
}

.e2p-review-story-approved .e2p-review-points-v134 {
    display: grid !important;
    gap: 1.35rem !important;
    margin: 0 !important;
}

.e2p-review-story-approved .e2p-review-point-v134,
.e2p-review-story-approved .e2p-review-note-v134 {
    display: flex !important;
    align-items: flex-start !important;
    gap: 0.88rem !important;
    margin: 0 !important;
}

.e2p-review-story-approved .e2p-review-point-icon-v134,
.e2p-review-story-approved .e2p-review-note-icon-v134 {
    display: grid !important;
    place-items: center !important;
    flex: 0 0 3.35rem !important;
    width: 3.35rem !important;
    height: 3.35rem !important;
    margin: 0 !important;
    border-radius: 999px !important;
    background: linear-gradient(180deg, #f7faff 0%, #eef4ff 100%) !important;
    color: var(--e2p-blue-600) !important;
    font-size: 1.48rem !important;
    font-weight: 760 !important;
    box-shadow: inset 0 0 0 1px rgba(20, 115, 255, 0.1) !important;
}

.e2p-review-story-approved .e2p-review-point-copy-v134,
.e2p-review-story-approved .e2p-review-note-copy-v134 {
    display: grid !important;
    gap: 0.2rem !important;
}

.e2p-review-story-approved .e2p-review-point-copy-v134 h3,
.e2p-review-story-approved .e2p-review-note-copy-v134 h3 {
    margin: 0 !important;
    font-size: 0.98rem !important;
    line-height: 1.35 !important;
    letter-spacing: -0.02em !important;
}

.e2p-review-story-approved .e2p-review-point-copy-v134 p,
.e2p-review-story-approved .e2p-review-note-copy-v134 p {
    margin: 0 !important;
    color: var(--e2p-muted) !important;
    font-size: 0.915rem !important;
    line-height: 1.56 !important;
}

.e2p-review-story-approved .e2p-review-note-v134 {
    margin-top: 0.6rem !important;
    max-width: 360px !important;
    padding: 1.35rem 1.45rem !important;
    border: 1px solid var(--e2p-line) !important;
    border-radius: 20px !important;
    background: linear-gradient(180deg, #f8fbff 0%, #f4f7ff 100%) !important;
    box-shadow: 0 10px 28px rgba(11, 33, 72, 0.035) !important;
}

.e2p-review-story-approved .e2p-review-note-icon-v134 {
    flex-basis: 2.85rem !important;
    width: 2.75rem !important;
    height: 2.75rem !important;
    font-size: 1.18rem !important;
}

.e2p-review-story-approved .e2p-review-stage-v134 {
    width: 100% !important;
    max-width: 920px !important;
    margin: 0 auto !important;
}

.e2p-review-story-approved .e2p-review-stage-v134 .e2p-review-story-image {
    margin: 0 !important;
    width: 100% !important;
    border-radius: 0 !important;
    overflow: visible !important;
    transform: scale(0.965);
    transform-origin: top center;
}

.e2p-review-story-approved .e2p-review-stage-v134 .e2p-review-story-image img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}

@media (max-width: 1220px) {
    .e2p-review-story-approved .e2p-review-story-layout-v134.wp-block-columns {
        grid-template-columns: minmax(300px, 0.36fr) minmax(0, 0.64fr) !important;
        gap: 2.4rem !important;
    }

    .e2p-review-story-approved .e2p-review-story-copy-v134 > h2.wp-block-heading {
        font-size: clamp(3.55rem, 5.2vw, 4.65rem) !important;
    }
}

@media (max-width: 980px) {
    .e2p-review-story-approved .e2p-review-story-layout-v134.wp-block-columns {
        grid-template-columns: 1fr !important;
    }

    .e2p-review-story-approved .e2p-review-story-copy-v134 {
        max-width: 100% !important;
    }

    .e2p-review-story-approved .e2p-review-story-copy-v134 > h2.wp-block-heading {
        font-size: clamp(2.85rem, 9vw, 4rem) !important;
    }

    .e2p-review-story-approved .e2p-review-stage-v134 {
        max-width: 100% !important;
    }
}

@media (max-width: 640px) {
    .e2p-review-story-approved .e2p-review-story-shell-v134 {
        width: min(100%, calc(100% - 1.4rem)) !important;
    }

    .e2p-review-story-approved .e2p-review-story-line-v134 {
        white-space: normal;
    }

    .e2p-review-story-approved .e2p-review-story-copy-v134 > h2.wp-block-heading {
        font-size: clamp(2.2rem, 11vw, 3rem) !important;
    }

    .e2p-review-story-approved .e2p-review-point-icon-v134,
    .e2p-review-story-approved .e2p-review-note-icon-v134 {
        flex-basis: 3rem !important;
        width: 3rem !important;
        height: 3rem !important;
        font-size: 1.2rem !important;
    }

    .e2p-review-story-approved .e2p-review-note-v134 {
        max-width: 100% !important;
    }
}


/* ========================================================================
 * v1.3.5 — isolated approved Product Review Workflow section
 * The unique v135 selectors deliberately avoid every legacy review selector.
 * ======================================================================== */
.e2p-approved-review-v135 {
    overflow: hidden;
    padding: clamp(4.2rem, 6vw, 6.2rem) 0 !important;
    background: #ffffff;
}

.e2p-approved-review-v135 .e2p-approved-review-shell-v135 {
    width: min(1400px, calc(100% - 3rem)) !important;
    max-width: none !important;
    margin-inline: auto !important;
}

.e2p-approved-review-v135 .e2p-approved-review-grid-v135.wp-block-columns {
    display: grid !important;
    grid-template-columns: minmax(350px, 0.32fr) minmax(0, 0.68fr) !important;
    align-items: start !important;
    gap: clamp(2.7rem, 4vw, 4.8rem) !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

.e2p-approved-review-v135 .e2p-approved-review-left-v135,
.e2p-approved-review-v135 .e2p-approved-review-right-v135 {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    flex-basis: auto !important;
}

.e2p-approved-review-v135 .e2p-approved-review-copy-v135 {
    display: grid !important;
    gap: 1.45rem !important;
    width: 100% !important;
    max-width: 392px !important;
    padding-top: 0.15rem !important;
}

.e2p-approved-review-v135 .e2p-approved-review-copy-v135 > .e2p-kicker {
    margin: 0 0 0.3rem !important;
    color: #0b67ef !important;
    font-family: var(--e2p-font-interface, "DM Sans", sans-serif) !important;
    font-size: 0.76rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em !important;
}

.e2p-approved-review-v135 .e2p-approved-review-copy-v135 > h2.wp-block-heading {
    margin: 0 !important;
    max-width: none !important;
    color: #0b1732 !important;
    font-family: var(--e2p-font-heading, "Manrope", sans-serif) !important;
    font-size: clamp(4rem, 5.35vw, 5.35rem) !important;
    font-weight: 700 !important;
    line-height: 0.91 !important;
    letter-spacing: -0.065em !important;
    overflow-wrap: normal !important;
    word-break: keep-all !important;
    hyphens: none !important;
}

.e2p-approved-review-v135 .e2p-approved-review-line-v135 {
    display: block !important;
    white-space: nowrap !important;
}

.e2p-approved-review-v135 .e2p-approved-review-subtitle-v135 {
    margin: 0.1rem 0 0.2rem !important;
    font-family: var(--e2p-font-body, "Inter", sans-serif) !important;
    font-size: clamp(1.2rem, 1.55vw, 1.5rem) !important;
    line-height: 1.34 !important;
    letter-spacing: -0.03em !important;
}

.e2p-approved-review-v135 .e2p-approved-review-subtitle-v135 strong {
    color: #0b1732 !important;
    font-weight: 700 !important;
}

.e2p-approved-review-v135 .e2p-approved-review-subtitle-v135 span {
    color: #0b67ef !important;
    font-weight: 700 !important;
}

.e2p-approved-review-v135 .e2p-approved-review-copy-v135 > p:not(.e2p-kicker):not(.e2p-approved-review-subtitle-v135) {
    margin: 0 !important;
    max-width: 30rem !important;
    color: #60708a !important;
    font-family: var(--e2p-font-body, "Inter", sans-serif) !important;
    font-size: 0.98rem !important;
    line-height: 1.62 !important;
}

.e2p-approved-review-v135 .e2p-approved-review-points-v135 {
    display: grid !important;
    gap: 1.25rem !important;
    margin: 0.35rem 0 0 !important;
}

.e2p-approved-review-v135 .e2p-approved-review-point-v135,
.e2p-approved-review-v135 .e2p-approved-review-note-v135 {
    display: grid !important;
    grid-template-columns: 3.35rem minmax(0, 1fr) !important;
    align-items: start !important;
    gap: 0.88rem !important;
    margin: 0 !important;
}

.e2p-approved-review-v135 .e2p-approved-review-point-icon-v135,
.e2p-approved-review-v135 .e2p-approved-review-note-icon-v135 {
    position: relative !important;
    display: grid !important;
    place-items: center !important;
    width: 3.35rem !important;
    height: 3.35rem !important;
    margin: 0 !important;
    overflow: hidden !important;
    border-radius: 999px !important;
    color: transparent !important;
    background: linear-gradient(180deg, #f7faff 0%, #eef4ff 100%) !important;
    box-shadow: inset 0 0 0 1px rgba(20, 115, 255, 0.11) !important;
}

.e2p-approved-review-v135 .e2p-approved-review-point-icon-v135::before,
.e2p-approved-review-v135 .e2p-approved-review-note-icon-v135::before {
    display: block;
    width: 1.45rem;
    height: 1.45rem;
    content: "";
    background-color: #0b67ef;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.e2p-approved-review-v135 .e2p-approved-review-point-eye-v135 .e2p-approved-review-point-icon-v135::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M2 12s3.5-6 10-6 10 6 10 6-3.5 6-10 6S2 12 2 12Z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M2 12s3.5-6 10-6 10 6 10 6-3.5 6-10 6S2 12 2 12Z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E");
}

.e2p-approved-review-v135 .e2p-approved-review-point-search-v135 .e2p-approved-review-point-icon-v135::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-4-4'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-4-4'/%3E%3C/svg%3E");
}

.e2p-approved-review-v135 .e2p-approved-review-point-check-v135 .e2p-approved-review-point-icon-v135::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3'%3E%3Cpath d='m5 12 4 4L19 6'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3'%3E%3Cpath d='m5 12 4 4L19 6'/%3E%3C/svg%3E");
}

.e2p-approved-review-v135 .e2p-approved-review-note-icon-v135::before {
    width: 1.2rem;
    height: 1.2rem;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='m12 2 1.7 6.3L20 10l-6.3 1.7L12 18l-1.7-6.3L4 10l6.3-1.7L12 2Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='m12 2 1.7 6.3L20 10l-6.3 1.7L12 18l-1.7-6.3L4 10l6.3-1.7L12 2Z'/%3E%3C/svg%3E");
}

.e2p-approved-review-v135 .e2p-approved-review-point-copy-v135,
.e2p-approved-review-v135 .e2p-approved-review-note-copy-v135 {
    display: grid !important;
    gap: 0.2rem !important;
    min-width: 0 !important;
}

.e2p-approved-review-v135 .e2p-approved-review-point-copy-v135 h3,
.e2p-approved-review-v135 .e2p-approved-review-note-copy-v135 h3 {
    margin: 0 !important;
    color: #0b1732 !important;
    font-family: var(--e2p-font-heading, "Manrope", sans-serif) !important;
    font-size: 0.98rem !important;
    font-weight: 650 !important;
    line-height: 1.35 !important;
    letter-spacing: -0.025em !important;
}

.e2p-approved-review-v135 .e2p-approved-review-point-copy-v135 p,
.e2p-approved-review-v135 .e2p-approved-review-note-copy-v135 p {
    margin: 0 !important;
    color: #60708a !important;
    font-family: var(--e2p-font-body, "Inter", sans-serif) !important;
    font-size: 0.915rem !important;
    line-height: 1.55 !important;
}

.e2p-approved-review-v135 .e2p-approved-review-note-v135 {
    margin-top: 0.35rem !important;
    max-width: 360px !important;
    padding: 1.25rem 1.35rem !important;
    border: 1px solid #dfe7f3 !important;
    border-radius: 20px !important;
    background: linear-gradient(180deg, #f8fbff 0%, #f3f7ff 100%) !important;
    box-shadow: 0 12px 30px rgba(11, 33, 72, 0.045) !important;
}

.e2p-approved-review-v135 .e2p-approved-review-note-icon-v135 {
    width: 2.75rem !important;
    height: 2.75rem !important;
}

.e2p-approved-review-v135 .e2p-approved-review-stage-v135 {
    width: 100% !important;
    max-width: 950px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.e2p-approved-review-v135 .e2p-approved-review-stage-v135 .e2p-review-story-image {
    width: 100% !important;
    margin: 0 !important;
    overflow: visible !important;
    transform: scale(0.965);
    transform-origin: top center;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.e2p-approved-review-v135 .e2p-approved-review-stage-v135 .e2p-review-story-image img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

@media (max-width: 1200px) {
    .e2p-approved-review-v135 .e2p-approved-review-grid-v135.wp-block-columns {
        grid-template-columns: minmax(315px, 0.35fr) minmax(0, 0.65fr) !important;
        gap: 2.4rem !important;
    }

    .e2p-approved-review-v135 .e2p-approved-review-copy-v135 > h2.wp-block-heading {
        font-size: clamp(3.4rem, 5.2vw, 4.4rem) !important;
    }
}

@media (min-width: 1600px) {
    .e2p-review-v141 .e2p-review-shell-v141 {
        width: min(138vmin, calc(100% - 3rem)) !important;
    }
    .e2p-review-v141 .e2p-review-grid-v141.wp-block-columns {
        grid-template-columns: minmax(0, 38vmin) minmax(0, 92vmin) !important;
        gap: 7vmin !important;
    }
    .e2p-review-v141 .e2p-review-copy-v141 {
        max-width: 38vmin !important;
    }
    .e2p-review-v141 .e2p-review-heading-v141 {
        font-size: 6.5vmin !important;
    }
    .e2p-review-v141 .e2p-review-intro-v141 {
        max-width: 36vmin !important;
        font-size: 1.55vmin !important;
    }
    .e2p-review-v141 .e2p-review-point-v141 {
        grid-template-columns: 4.7vmin minmax(0, 1fr) !important;
        min-height: 4.7vmin !important;
    }
    .e2p-review-v141 .e2p-review-icon-v141 {
        width: 4.7vmin !important;
        height: 4.7vmin !important;
    }
    .e2p-review-v141 .e2p-review-note-v141 {
        max-width: 37vmin !important;
    }
    .e2p-review-v141 .e2p-review-stage-v141 {
        max-width: 92vmin !important;
    }
}

@media (max-width: 940px) {
    .e2p-approved-review-v135 .e2p-approved-review-grid-v135.wp-block-columns {
        grid-template-columns: 1fr !important;
    }

    .e2p-approved-review-v135 .e2p-approved-review-copy-v135 {
        max-width: 100% !important;
    }

    .e2p-approved-review-v135 .e2p-approved-review-copy-v135 > h2.wp-block-heading {
        font-size: clamp(2.65rem, 7.5vw, 3.4rem) !important;
    }

    .e2p-approved-review-v135 .e2p-approved-review-stage-v135 {
        max-width: 100% !important;
    }
}

@media (max-width: 640px) {
    .e2p-approved-review-v135 .e2p-approved-review-shell-v135 {
        width: min(100%, calc(100% - 1.4rem)) !important;
    }

    .e2p-approved-review-v135 .e2p-approved-review-line-v135 {
        white-space: normal !important;
    }

    .e2p-approved-review-v135 .e2p-approved-review-copy-v135 > h2.wp-block-heading {
        font-size: clamp(2.3rem, 12vw, 3.1rem) !important;
    }

    .e2p-approved-review-v135 .e2p-approved-review-point-v135,
    .e2p-approved-review-v135 .e2p-approved-review-note-v135 {
        grid-template-columns: 3rem minmax(0, 1fr) !important;
        gap: 0.8rem !important;
    }

    .e2p-approved-review-v135 .e2p-approved-review-point-icon-v135,
    .e2p-approved-review-v135 .e2p-approved-review-note-icon-v135 {
        width: 3rem !important;
        height: 3rem !important;
    }

    .e2p-approved-review-v135 .e2p-approved-review-note-v135 {
        max-width: 100% !important;
    }
}


/* v1.3.6 — review workflow footer converted to live text and right visual repaired */
.e2p-approved-review-v135 .e2p-approved-review-shell-v135 {
    width: min(1440px, calc(100% - 3rem)) !important;
}

.e2p-approved-review-v135 .e2p-approved-review-grid-v135.wp-block-columns {
    grid-template-columns: minmax(330px, 0.31fr) minmax(0, 0.69fr) !important;
    gap: clamp(2.4rem, 3.4vw, 4.1rem) !important;
}

.e2p-approved-review-v135 .e2p-approved-review-copy-v135 {
    max-width: 440px !important;
}

.e2p-approved-review-v135 .e2p-approved-review-stage-v135 {
    max-width: 900px !important;
}

.e2p-approved-review-v135 .e2p-approved-review-footer-v136 {
    display: grid !important;
    justify-items: center !important;
    gap: 0.55rem !important;
    margin-top: 1rem !important;
    padding-top: 0.15rem !important;
    text-align: center !important;
}

.e2p-approved-review-v135 .e2p-approved-review-footer-badge-v136 {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: start !important;
    gap: 0.75rem !important;
    margin: 0 !important;
}

.e2p-approved-review-v135 .e2p-approved-review-footer-icon-v136 {
    display: grid !important;
    place-items: center !important;
    width: 1.75rem !important;
    height: 1.75rem !important;
    margin: 0 !important;
    border-radius: 999px !important;
    background: linear-gradient(180deg, #1d7dff 0%, #0b67ef 100%) !important;
    color: #ffffff !important;
    font-family: var(--e2p-font-body, "Inter", sans-serif) !important;
    font-size: 0.98rem !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    box-shadow: 0 10px 20px rgba(11, 103, 239, 0.16) !important;
}

.e2p-approved-review-v135 .e2p-approved-review-footer-badge-v136 h3 {
    margin: 0 !important;
    color: #0b1732 !important;
    font-family: var(--e2p-font-heading, "Manrope", sans-serif) !important;
    font-size: 1rem !important;
    font-weight: 650 !important;
    line-height: 1.25 !important;
    letter-spacing: -0.02em !important;
}

.e2p-approved-review-v135 .e2p-approved-review-footer-copy-v136 {
    margin: 0 !important;
    max-width: 40rem !important;
    color: #60708a !important;
    font-family: var(--e2p-font-body, "Inter", sans-serif) !important;
    font-size: 0.95rem !important;
    line-height: 1.55 !important;
}

@media (max-width: 1200px) {
    .e2p-approved-review-v135 .e2p-approved-review-grid-v135.wp-block-columns {
        grid-template-columns: minmax(305px, 0.33fr) minmax(0, 0.67fr) !important;
    }
}

@media (min-width: 1600px) {
    .e2p-review-v141 .e2p-review-shell-v141 {
        width: min(138vmin, calc(100% - 3rem)) !important;
    }
    .e2p-review-v141 .e2p-review-grid-v141.wp-block-columns {
        grid-template-columns: minmax(0, 38vmin) minmax(0, 92vmin) !important;
        gap: 7vmin !important;
    }
    .e2p-review-v141 .e2p-review-copy-v141 {
        max-width: 38vmin !important;
    }
    .e2p-review-v141 .e2p-review-heading-v141 {
        font-size: 6.5vmin !important;
    }
    .e2p-review-v141 .e2p-review-intro-v141 {
        max-width: 36vmin !important;
        font-size: 1.55vmin !important;
    }
    .e2p-review-v141 .e2p-review-point-v141 {
        grid-template-columns: 4.7vmin minmax(0, 1fr) !important;
        min-height: 4.7vmin !important;
    }
    .e2p-review-v141 .e2p-review-icon-v141 {
        width: 4.7vmin !important;
        height: 4.7vmin !important;
    }
    .e2p-review-v141 .e2p-review-note-v141 {
        max-width: 37vmin !important;
    }
    .e2p-review-v141 .e2p-review-stage-v141 {
        max-width: 92vmin !important;
    }
}

@media (max-width: 940px) {
    .e2p-approved-review-v135 .e2p-approved-review-footer-v136 {
        margin-top: 1.15rem !important;
    }
}

@media (max-width: 640px) {
    .e2p-approved-review-v135 .e2p-approved-review-footer-badge-v136 {
        gap: 0.6rem !important;
    }

    .e2p-approved-review-v135 .e2p-approved-review-footer-badge-v136 h3 {
        font-size: 0.96rem !important;
    }

    .e2p-approved-review-v135 .e2p-approved-review-footer-copy-v136 {
        font-size: 0.9rem !important;
    }
}


/* ========================================================================
 * v1.3.8 — exact approved Product Review Workflow composition
 * New unique selectors prevent previous review-section CSS from interfering.
 * ======================================================================== */
.e2p-review-section-v137 {
    overflow: hidden;
    padding: clamp(3rem, 4.4vw, 4.6rem) 0 clamp(2.4rem, 3.7vw, 3.8rem) !important;
    background: #fff;
}

.e2p-review-section-v137 .e2p-review-shell-v137 {
    width: min(1380px, calc(100% - 2.6rem)) !important;
    max-width: none !important;
    margin-inline: auto !important;
}

.e2p-review-section-v137 .e2p-review-grid-v137.wp-block-columns {
    display: grid !important;
    grid-template-columns: minmax(360px, 29fr) minmax(0, 71fr) !important;
    align-items: start !important;
    gap: clamp(2.35rem, 3.4vw, 3.8rem) !important;
    width: 100% !important;
    margin: 0 !important;
}

.e2p-review-section-v137 .e2p-review-left-v137,
.e2p-review-section-v137 .e2p-review-right-v137 {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    flex-basis: auto !important;
}

.e2p-review-section-v137 .e2p-review-copy-v137 {
    display: grid !important;
    gap: 1.35rem !important;
    width: 100% !important;
    max-width: 392px !important;
    padding-top: 0.15rem !important;
}

.e2p-review-section-v137 .e2p-review-kicker-v137 {
    width: fit-content !important;
    margin: 0 0 0.55rem !important;
    padding: 0.52rem 1rem !important;
    border-radius: 999px !important;
    color: #0b67ef !important;
    background: linear-gradient(180deg, #f4f8ff 0%, #eaf2ff 100%) !important;
    font-family: var(--e2p-font-interface, "DM Sans", sans-serif) !important;
    font-size: 0.76rem !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: 0.1em !important;
}

.e2p-review-section-v137 .e2p-review-heading-v137 {
    margin: 0 !important;
    color: #0b1732 !important;
    font-family: var(--e2p-font-heading, "Manrope", sans-serif) !important;
    font-size: clamp(3.35rem, 4.55vw, 4.45rem) !important;
    font-weight: 700 !important;
    line-height: 0.93 !important;
    letter-spacing: -0.055em !important;
    overflow-wrap: normal !important;
    word-break: keep-all !important;
    hyphens: none !important;
}

.e2p-review-section-v137 .e2p-review-heading-v137 span {
    display: block !important;
    white-space: nowrap !important;
}

.e2p-review-section-v137 .e2p-review-subtitle-v137 {
    margin: 0.15rem 0 0.2rem !important;
    font-family: var(--e2p-font-heading, "Manrope", sans-serif) !important;
    font-size: clamp(1.06rem, 1.34vw, 1.32rem) !important;
    line-height: 1.33 !important;
    letter-spacing: -0.035em !important;
}

.e2p-review-section-v137 .e2p-review-subtitle-v137 strong {
    color: #0b1732 !important;
    font-weight: 650 !important;
}

.e2p-review-section-v137 .e2p-review-subtitle-v137 span {
    color: #0b67ef !important;
    font-weight: 700 !important;
}

.e2p-review-section-v137 .e2p-review-intro-v137 {
    margin: 0 !important;
    max-width: 26rem !important;
    color: #60708a !important;
    font-family: var(--e2p-font-body, "Inter", sans-serif) !important;
    font-size: 0.98rem !important;
    line-height: 1.62 !important;
}

.e2p-review-section-v137 .e2p-review-points-v137 {
    display: grid !important;
    gap: 1.1rem !important;
    margin: 0.45rem 0 0 !important;
}

.e2p-review-section-v137 .e2p-review-point-v137,
.e2p-review-section-v137 .e2p-review-note-v137 {
    display: grid !important;
    grid-template-columns: 3.15rem minmax(0, 1fr) !important;
    align-items: start !important;
    gap: 0.88rem !important;
    margin: 0 !important;
}

.e2p-review-section-v137 .e2p-review-icon-v137,
.e2p-review-section-v137 .e2p-review-note-icon-v137 {
    position: relative !important;
    display: grid !important;
    place-items: center !important;
    width: 3.05rem !important;
    height: 3.05rem !important;
    margin: 0 !important;
    overflow: hidden !important;
    border-radius: 999px !important;
    color: transparent !important;
    background: linear-gradient(180deg, #f7faff 0%, #eef4ff 100%) !important;
    box-shadow: inset 0 0 0 1px rgba(20, 115, 255, 0.11) !important;
}

.e2p-review-section-v137 .e2p-review-icon-v137::before,
.e2p-review-section-v137 .e2p-review-note-icon-v137::before {
    display: block;
    width: 1.32rem;
    height: 1.32rem;
    content: "";
    background-color: #0b67ef;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.e2p-review-section-v137 .e2p-review-point-eye-v137 .e2p-review-icon-v137::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M2 12s3.5-6 10-6 10 6 10 6-3.5 6-10 6S2 12 2 12Z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M2 12s3.5-6 10-6 10 6 10 6-3.5 6-10 6S2 12 2 12Z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E");
}

.e2p-review-section-v137 .e2p-review-point-search-v137 .e2p-review-icon-v137::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-4-4'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-4-4'/%3E%3C/svg%3E");
}

.e2p-review-section-v137 .e2p-review-point-check-v137 .e2p-review-icon-v137::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3'%3E%3Cpath d='m5 12 4 4L19 6'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3'%3E%3Cpath d='m5 12 4 4L19 6'/%3E%3C/svg%3E");
}

.e2p-review-section-v137 .e2p-review-note-icon-v137::before {
    width: 1.1rem;
    height: 1.1rem;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='m12 2 1.7 6.3L20 10l-6.3 1.7L12 18l-1.7-6.3L4 10l6.3-1.7L12 2Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='m12 2 1.7 6.3L20 10l-6.3 1.7L12 18l-1.7-6.3L4 10l6.3-1.7L12 2Z'/%3E%3C/svg%3E");
}

.e2p-review-section-v137 .e2p-review-point-copy-v137,
.e2p-review-section-v137 .e2p-review-note-copy-v137 {
    display: grid !important;
    gap: 0.22rem !important;
    min-width: 0 !important;
}

.e2p-review-section-v137 .e2p-review-point-copy-v137 h3,
.e2p-review-section-v137 .e2p-review-note-copy-v137 h3 {
    margin: 0 !important;
    color: #0b1732 !important;
    font-family: var(--e2p-font-heading, "Manrope", sans-serif) !important;
    font-size: 0.98rem !important;
    font-weight: 650 !important;
    line-height: 1.35 !important;
    letter-spacing: -0.025em !important;
}

.e2p-review-section-v137 .e2p-review-point-copy-v137 p,
.e2p-review-section-v137 .e2p-review-note-copy-v137 p {
    margin: 0 !important;
    color: #60708a !important;
    font-family: var(--e2p-font-body, "Inter", sans-serif) !important;
    font-size: 0.915rem !important;
    line-height: 1.55 !important;
}

.e2p-review-section-v137 .e2p-review-note-v137 {
    margin-top: 0.35rem !important;
    max-width: 352px !important;
    padding: 1.08rem 1.2rem !important;
    border: 1px solid #dfe7f3 !important;
    border-radius: 20px !important;
    background: linear-gradient(180deg, #f8fbff 0%, #f3f7ff 100%) !important;
    box-shadow: 0 12px 30px rgba(11, 33, 72, 0.045) !important;
}

.e2p-review-section-v137 .e2p-review-note-icon-v137 {
    width: 2.75rem !important;
    height: 2.75rem !important;
}


.e2p-review-section-v137 .e2p-review-right-v137 {
    display: flex !important;
    justify-content: start !important;
}

.e2p-review-section-v137 .e2p-review-stage-v137 .wp-block-image {
    margin: 0 auto !important;
}

.e2p-review-section-v137 .e2p-review-stage-v137 {
    width: 100% !important;
    max-width: 900px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.e2p-review-section-v137 .e2p-review-visual-v137 {
    width: 100% !important;
    margin: 0 !important;
    overflow: visible !important;
    transform: scale(0.965);
    transform-origin: top center;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.e2p-review-section-v137 .e2p-review-visual-v137 img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.e2p-review-section-v137 .e2p-review-footer-v137 {
    display: grid !important;
    justify-items: center !important;
    gap: 0.55rem !important;
    width: 100% !important;
    max-width: 52rem !important;
    margin: 1rem auto 0 !important;
    text-align: center !important;
}

.e2p-review-section-v137 .e2p-review-footer-title-v137 {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: start !important;
    gap: 0.75rem !important;
    margin: 0 !important;
}

.e2p-review-section-v137 .e2p-review-footer-icon-v137 {
    position: relative !important;
    display: grid !important;
    place-items: center !important;
    width: 1.85rem !important;
    height: 2rem !important;
    margin: 0 !important;
    color: #fff !important;
    background: linear-gradient(180deg, #1d7dff 0%, #0b67ef 100%) !important;
    clip-path: polygon(50% 0%, 90% 18%, 82% 70%, 50% 100%, 18% 70%, 10% 18%);
    font-family: var(--e2p-font-body, "Inter", sans-serif) !important;
    font-size: 0.9rem !important;
    font-weight: 800 !important;
    line-height: 1 !important;
}

.e2p-review-section-v137 .e2p-review-footer-title-v137 h3 {
    margin: 0 !important;
    color: #0b1732 !important;
    font-family: var(--e2p-font-heading, "Manrope", sans-serif) !important;
    font-size: 1rem !important;
    font-weight: 650 !important;
    line-height: 1.3 !important;
    letter-spacing: -0.02em !important;
}

.e2p-review-section-v137 .e2p-review-footer-copy-v137 {
    margin: 0 !important;
    color: #60708a !important;
    font-family: var(--e2p-font-body, "Inter", sans-serif) !important;
    font-size: 0.915rem !important;
    line-height: 1.55 !important;
}

@media (max-width: 1220px) {
    .e2p-review-section-v137 .e2p-review-grid-v137.wp-block-columns {
        grid-template-columns: minmax(330px, 34fr) minmax(0, 66fr) !important;
        gap: 2.4rem !important;
    }

    .e2p-review-section-v137 .e2p-review-heading-v137 {
        font-size: clamp(3rem, 4.8vw, 4rem) !important;
    }
}

@media (min-width: 1600px) {
    .e2p-review-v141 .e2p-review-shell-v141 {
        width: min(138vmin, calc(100% - 3rem)) !important;
    }
    .e2p-review-v141 .e2p-review-grid-v141.wp-block-columns {
        grid-template-columns: minmax(0, 38vmin) minmax(0, 92vmin) !important;
        gap: 7vmin !important;
    }
    .e2p-review-v141 .e2p-review-copy-v141 {
        max-width: 38vmin !important;
    }
    .e2p-review-v141 .e2p-review-heading-v141 {
        font-size: 6.5vmin !important;
    }
    .e2p-review-v141 .e2p-review-intro-v141 {
        max-width: 36vmin !important;
        font-size: 1.55vmin !important;
    }
    .e2p-review-v141 .e2p-review-point-v141 {
        grid-template-columns: 4.7vmin minmax(0, 1fr) !important;
        min-height: 4.7vmin !important;
    }
    .e2p-review-v141 .e2p-review-icon-v141 {
        width: 4.7vmin !important;
        height: 4.7vmin !important;
    }
    .e2p-review-v141 .e2p-review-note-v141 {
        max-width: 37vmin !important;
    }
    .e2p-review-v141 .e2p-review-stage-v141 {
        max-width: 92vmin !important;
    }
}

@media (max-width: 940px) {
    .e2p-review-section-v137 .e2p-review-grid-v137.wp-block-columns {
        grid-template-columns: 1fr !important;
    }

    .e2p-review-section-v137 .e2p-review-copy-v137 {
        max-width: 100% !important;
    }

    .e2p-review-section-v137 .e2p-review-heading-v137 {
        font-size: clamp(2.65rem, 7.5vw, 3.4rem) !important;
    }

    .e2p-review-section-v137 .e2p-review-stage-v137 {
        max-width: 100% !important;
    }
}

@media (max-width: 640px) {
    .e2p-review-section-v137 .e2p-review-shell-v137 {
        width: min(100%, calc(100% - 1.4rem)) !important;
    }

    .e2p-review-section-v137 .e2p-review-heading-v137 span {
        white-space: normal !important;
    }

    .e2p-review-section-v137 .e2p-review-heading-v137 {
        font-size: clamp(2.2rem, 11vw, 3rem) !important;
    }

    .e2p-review-section-v137 .e2p-review-footer-title-v137 {
        gap: 0.6rem !important;
    }

    .e2p-review-section-v137 .e2p-review-footer-title-v137 h3 {
        font-size: 0.96rem !important;
    }

    .e2p-review-section-v137 .e2p-review-footer-copy-v137 {
        font-size: 0.9rem !important;
    }
}

/* ========================================================================
 * v1.3.9 — clean isolated Product Review Workflow section
 * ======================================================================== */
.e2p-review-v139 {
    padding: clamp(3.4rem, 5vw, 5rem) 0 clamp(2.8rem, 4.2vw, 4.25rem) !important;
    overflow: hidden;
    background: #ffffff;
}

.e2p-review-v139 .e2p-review-shell-v139 {
    width: min(1360px, calc(100% - 3rem)) !important;
    max-width: none !important;
    margin-inline: auto !important;
}

.e2p-review-v139 .e2p-review-grid-v139.wp-block-columns {
    display: grid !important;
    grid-template-columns: 390px minmax(0, 840px) !important;
    justify-content: start !important;
    align-items: start !important;
    gap: clamp(2.6rem, 3.8vw, 3.8rem) !important;
    width: 100% !important;
    margin: 0 !important;
}

.e2p-review-v139 .e2p-review-left-v139,
.e2p-review-v139 .e2p-review-right-v139 {
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    flex-basis: auto !important;
}

.e2p-review-v139 .e2p-review-copy-v139 {
    display: grid !important;
    gap: 1.2rem !important;
    width: 100% !important;
    max-width: 390px !important;
    margin: 0 !important;
}

.e2p-review-v139 .e2p-review-kicker-v139 {
    width: fit-content !important;
    margin: 0 0 0.45rem !important;
    padding: 0.52rem 1rem !important;
    border-radius: 999px !important;
    color: #0b67ef !important;
    background: linear-gradient(180deg, #f4f8ff 0%, #eaf2ff 100%) !important;
    font-family: var(--e2p-font-interface, "DM Sans", sans-serif) !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: 0.1em !important;
}

.e2p-review-v139 .e2p-review-heading-v139 {
    margin: 0 !important;
    color: #0b1732 !important;
    font-family: var(--e2p-font-heading, "Manrope", sans-serif) !important;
    font-size: clamp(3.35rem, 4.4vw, 4.25rem) !important;
    font-weight: 600 !important;
    line-height: 0.95 !important;
    letter-spacing: -0.055em !important;
}

.e2p-review-v139 .e2p-review-heading-v139 span {
    display: block !important;
    white-space: nowrap !important;
}

.e2p-review-v139 .e2p-review-subtitle-v139 {
    margin: 0.1rem 0 0.15rem !important;
    color: #0b1732 !important;
    font-family: var(--e2p-font-heading, "Manrope", sans-serif) !important;
    font-size: clamp(1.08rem, 1.35vw, 1.32rem) !important;
    line-height: 1.34 !important;
    letter-spacing: -0.03em !important;
}

.e2p-review-v139 .e2p-review-subtitle-v139 strong {
    font-weight: 650 !important;
}

.e2p-review-v139 .e2p-review-subtitle-v139 span {
    color: #0b67ef !important;
    font-weight: 700 !important;
}

.e2p-review-v139 .e2p-review-intro-v139 {
    margin: 0 !important;
    max-width: 26rem !important;
    color: #60708a !important;
    font-family: var(--e2p-font-body, "Inter", sans-serif) !important;
    font-size: 0.96rem !important;
    line-height: 1.62 !important;
}

.e2p-review-v139 .e2p-review-points-v139 {
    display: grid !important;
    gap: 1.05rem !important;
    margin: 0.35rem 0 0 !important;
}

.e2p-review-v139 .e2p-review-point-v139,
.e2p-review-v139 .e2p-review-note-v139 {
    display: grid !important;
    grid-template-columns: 3rem minmax(0, 1fr) !important;
    align-items: start !important;
    gap: 0.88rem !important;
    margin: 0 !important;
}

.e2p-review-v139 .e2p-review-icon-v139,
.e2p-review-v139 .e2p-review-note-icon-v139 {
    position: relative !important;
    display: grid !important;
    place-items: center !important;
    width: 3rem !important;
    height: 3rem !important;
    margin: 0 !important;
    overflow: hidden !important;
    border-radius: 999px !important;
    color: transparent !important;
    background: linear-gradient(180deg, #f7faff 0%, #eef4ff 100%) !important;
    box-shadow: inset 0 0 0 1px rgba(20,115,255,0.12) !important;
}

.e2p-review-v139 .e2p-review-icon-v139::before,
.e2p-review-v139 .e2p-review-note-icon-v139::before {
    display: block;
    width: 1.3rem;
    height: 1.3rem;
    content: "";
    background-color: #0b67ef;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.e2p-review-v139 .e2p-review-point-eye-v139 .e2p-review-icon-v139::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M2 12s3.5-6 10-6 10 6 10 6-3.5 6-10 6S2 12 2 12Z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M2 12s3.5-6 10-6 10 6 10 6-3.5 6-10 6S2 12 2 12Z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E");
}

.e2p-review-v139 .e2p-review-point-search-v139 .e2p-review-icon-v139::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-4-4'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-4-4'/%3E%3C/svg%3E");
}

.e2p-review-v139 .e2p-review-point-check-v139 .e2p-review-icon-v139::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3'%3E%3Cpath d='m5 12 4 4L19 6'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3'%3E%3Cpath d='m5 12 4 4L19 6'/%3E%3C/svg%3E");
}

.e2p-review-v139 .e2p-review-note-icon-v139::before {
    width: 1.1rem;
    height: 1.1rem;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='m12 2 1.7 6.3L20 10l-6.3 1.7L12 18l-1.7-6.3L4 10l6.3-1.7L12 2Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='m12 2 1.7 6.3L20 10l-6.3 1.7L12 18l-1.7-6.3L4 10l6.3-1.7L12 2Z'/%3E%3C/svg%3E");
}

.e2p-review-v139 .e2p-review-point-copy-v139,
.e2p-review-v139 .e2p-review-note-copy-v139 {
    display: grid !important;
    gap: 0.18rem !important;
    min-width: 0 !important;
}

.e2p-review-v139 .e2p-review-point-copy-v139 h3,
.e2p-review-v139 .e2p-review-note-copy-v139 h3 {
    margin: 0 !important;
    color: #0b1732 !important;
    font-family: var(--e2p-font-heading, "Manrope", sans-serif) !important;
    font-size: 0.98rem !important;
    font-weight: 650 !important;
    line-height: 1.34 !important;
    letter-spacing: -0.02em !important;
}

.e2p-review-v139 .e2p-review-point-copy-v139 p,
.e2p-review-v139 .e2p-review-note-copy-v139 p {
    margin: 0 !important;
    color: #60708a !important;
    font-family: var(--e2p-font-body, "Inter", sans-serif) !important;
    font-size: 0.91rem !important;
    line-height: 1.5 !important;
}

.e2p-review-v139 .e2p-review-note-v139 {
    margin-top: 0.4rem !important;
    max-width: 350px !important;
    padding: 1.08rem 1.2rem !important;
    border: 1px solid #dfe7f3 !important;
    border-radius: 20px !important;
    background: linear-gradient(180deg, #f8fbff 0%, #f3f7ff 100%) !important;
    box-shadow: 0 10px 26px rgba(11,33,72,0.045) !important;
}

.e2p-review-v139 .e2p-review-note-icon-v139 {
    width: 2.72rem !important;
    height: 2.72rem !important;
}

.e2p-review-v139 .e2p-review-right-v139 {
    display: flex !important;
    justify-content: start !important;
}

.e2p-review-v139 .e2p-review-stage-v139 {
    width: 100% !important;
    max-width: 840px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.e2p-review-v139 .e2p-review-visual-v139 {
    width: 100% !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.e2p-review-v139 .e2p-review-visual-v139 img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.e2p-review-v139 .e2p-review-footer-v139 {
    display: grid !important;
    justify-items: center !important;
    gap: 0.45rem !important;
    width: 100% !important;
    max-width: 52rem !important;
    margin: 1rem auto 0 !important;
    text-align: center !important;
}

.e2p-review-v139 .e2p-review-footer-title-v139 {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: start !important;
    gap: 0.68rem !important;
    margin: 0 !important;
}

.e2p-review-v139 .e2p-review-footer-icon-v139 {
    display: grid !important;
    place-items: center !important;
    width: 1.75rem !important;
    height: 1.88rem !important;
    margin: 0 !important;
    color: #ffffff !important;
    background: linear-gradient(180deg,#1d7dff 0%,#0b67ef 100%) !important;
    clip-path: polygon(50% 0%,90% 18%,82% 70%,50% 100%,18% 70%,10% 18%);
    font-family: var(--e2p-font-body, "Inter", sans-serif) !important;
    font-size: 0.86rem !important;
    font-weight: 800 !important;
    line-height: 1 !important;
}

.e2p-review-v139 .e2p-review-footer-title-v139 h3 {
    margin: 0 !important;
    color: #0b1732 !important;
    font-family: var(--e2p-font-heading, "Manrope", sans-serif) !important;
    font-size: 1rem !important;
    font-weight: 650 !important;
    line-height: 1.3 !important;
    letter-spacing: -0.02em !important;
}

.e2p-review-v139 .e2p-review-footer-copy-v139 {
    margin: 0 !important;
    color: #60708a !important;
    font-family: var(--e2p-font-body, "Inter", sans-serif) !important;
    font-size: 0.92rem !important;
    line-height: 1.5 !important;
}

@media (max-width: 1120px) {
    .e2p-review-v139 .e2p-review-grid-v139.wp-block-columns {
        grid-template-columns: minmax(330px, 0.35fr) minmax(0, 0.65fr) !important;
        gap: 2.3rem !important;
    }
    .e2p-review-v139 .e2p-review-heading-v139 {
        font-size: clamp(3rem, 4.7vw, 3.8rem) !important;
    }
}

@media (min-width: 1600px) {
    .e2p-review-v141 .e2p-review-shell-v141 {
        width: min(138vmin, calc(100% - 3rem)) !important;
    }
    .e2p-review-v141 .e2p-review-grid-v141.wp-block-columns {
        grid-template-columns: minmax(0, 38vmin) minmax(0, 92vmin) !important;
        gap: 7vmin !important;
    }
    .e2p-review-v141 .e2p-review-copy-v141 {
        max-width: 38vmin !important;
    }
    .e2p-review-v141 .e2p-review-heading-v141 {
        font-size: 6.5vmin !important;
    }
    .e2p-review-v141 .e2p-review-intro-v141 {
        max-width: 36vmin !important;
        font-size: 1.55vmin !important;
    }
    .e2p-review-v141 .e2p-review-point-v141 {
        grid-template-columns: 4.7vmin minmax(0, 1fr) !important;
        min-height: 4.7vmin !important;
    }
    .e2p-review-v141 .e2p-review-icon-v141 {
        width: 4.7vmin !important;
        height: 4.7vmin !important;
    }
    .e2p-review-v141 .e2p-review-note-v141 {
        max-width: 37vmin !important;
    }
    .e2p-review-v141 .e2p-review-stage-v141 {
        max-width: 92vmin !important;
    }
}

@media (max-width: 940px) {
    .e2p-review-v139 .e2p-review-grid-v139.wp-block-columns {
        grid-template-columns: 1fr !important;
    }
    .e2p-review-v139 .e2p-review-copy-v139 {
        max-width: 100% !important;
    }
    .e2p-review-v139 .e2p-review-heading-v139 {
        font-size: clamp(2.7rem, 7.5vw, 3.4rem) !important;
    }
    .e2p-review-v139 .e2p-review-stage-v139 {
        max-width: 840px !important;
    }
}

@media (max-width: 640px) {
    .e2p-review-v139 .e2p-review-shell-v139 {
        width: min(100%, calc(100% - 1.4rem)) !important;
    }
    .e2p-review-v139 .e2p-review-heading-v139 span {
        white-space: normal !important;
    }
    .e2p-review-v139 .e2p-review-heading-v139 {
        font-size: clamp(2.25rem, 11vw, 3rem) !important;
    }
}

/* ========================================================================
 * v1.4.0 — validated Product Review Workflow section
 * Unique v140 selectors isolate the section from all previous review CSS.
 * ======================================================================== */
.e2p-review-v140 {
    overflow: hidden;
    padding: 3rem 0 3.4rem !important;
    background: #ffffff;
    font-family: "Inter", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.e2p-review-v140 .e2p-review-shell-v140 {
    width: min(1360px, calc(100% - 3rem)) !important;
    max-width: none !important;
    margin: 0 auto !important;
}

.e2p-review-v140 .e2p-review-grid-v140.wp-block-columns {
    display: grid !important;
    grid-template-columns: minmax(350px, 390px) minmax(0, 790px) !important;
    justify-content: start !important;
    align-items: start !important;
    gap: 3.25rem !important;
    width: 100% !important;
    margin: 0 !important;
}

.e2p-review-v140 .e2p-review-left-v140,
.e2p-review-v140 .e2p-review-right-v140 {
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    flex-basis: auto !important;
}

.e2p-review-v140 .e2p-review-copy-v140 {
    display: grid !important;
    gap: 0 !important;
    width: 100% !important;
    max-width: 390px !important;
    margin: 0 !important;
}

.e2p-review-v140 .e2p-review-kicker-v140 {
    width: fit-content !important;
    margin: 0 0 1.25rem !important;
    padding: 0.55rem 1.05rem !important;
    border-radius: 999px !important;
    color: #0b67ef !important;
    background: linear-gradient(180deg, #f4f8ff 0%, #eaf2ff 100%) !important;
    font: 700 0.75rem/1 "Inter", sans-serif !important;
    letter-spacing: 0.12em !important;
}

.e2p-review-v140 .e2p-review-heading-v140 {
    margin: 0 0 1.55rem !important;
    color: #0b1732 !important;
    font: 700 clamp(3.45rem, 4.35vw, 4.15rem)/0.94 "Inter", sans-serif !important;
    letter-spacing: -0.058em !important;
    overflow-wrap: normal !important;
    word-break: keep-all !important;
    hyphens: none !important;
}

.e2p-review-v140 .e2p-review-heading-v140 span {
    display: block !important;
    white-space: nowrap !important;
}

.e2p-review-v140 .e2p-review-subtitle-v140 {
    margin: 0 0 1.65rem !important;
    color: #0b1732 !important;
    font: 700 clamp(1.05rem, 1.35vw, 1.28rem)/1.34 "Inter", sans-serif !important;
    letter-spacing: -0.035em !important;
}

.e2p-review-v140 .e2p-review-subtitle-v140 strong {
    font-weight: 700 !important;
}

.e2p-review-v140 .e2p-review-subtitle-v140 span {
    color: #0b67ef !important;
    font-weight: 700 !important;
}

.e2p-review-v140 .e2p-review-intro-v140 {
    max-width: 27rem !important;
    margin: 0 0 1.75rem !important;
    color: #60708a !important;
    font: 400 0.96rem/1.62 "Inter", sans-serif !important;
}

.e2p-review-v140 .e2p-review-points-v140 {
    display: grid !important;
    gap: 1.25rem !important;
    margin: 0 !important;
}

.e2p-review-v140 .e2p-review-point-v140 {
    display: grid !important;
    grid-template-columns: 3.05rem minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 0.95rem !important;
    min-height: 3.1rem !important;
    margin: 0 !important;
}

.e2p-review-v140 .e2p-review-icon-v140,
.e2p-review-v140 .e2p-review-note-icon-v140 {
    position: relative !important;
    display: grid !important;
    place-items: center !important;
    width: 3.05rem !important;
    height: 3.05rem !important;
    margin: 0 !important;
    overflow: hidden !important;
    border-radius: 999px !important;
    color: transparent !important;
    background: linear-gradient(180deg, #f7faff 0%, #eef4ff 100%) !important;
    box-shadow: inset 0 0 0 1px rgba(20, 115, 255, 0.13) !important;
}

.e2p-review-v140 .e2p-review-icon-v140::before,
.e2p-review-v140 .e2p-review-note-icon-v140::before {
    display: block;
    width: 1.28rem;
    height: 1.28rem;
    content: "";
    background: #0b67ef;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.e2p-review-v140 .e2p-review-point-eye-v140 .e2p-review-icon-v140::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M2 12s3.5-6 10-6 10 6 10 6-3.5 6-10 6S2 12 2 12Z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M2 12s3.5-6 10-6 10 6 10 6-3.5 6-10 6S2 12 2 12Z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E");
}

.e2p-review-v140 .e2p-review-point-search-v140 .e2p-review-icon-v140::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-4-4'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-4-4'/%3E%3C/svg%3E");
}

.e2p-review-v140 .e2p-review-point-check-v140 .e2p-review-icon-v140::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3'%3E%3Cpath d='m5 12 4 4L19 6'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3'%3E%3Cpath d='m5 12 4 4L19 6'/%3E%3C/svg%3E");
}

.e2p-review-v140 .e2p-review-note-icon-v140::before {
    width: 1.08rem;
    height: 1.08rem;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='m12 2 1.7 6.3L20 10l-6.3 1.7L12 18l-1.7-6.3L4 10l6.3-1.7L12 2Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='m12 2 1.7 6.3L20 10l-6.3 1.7L12 18l-1.7-6.3L4 10l6.3-1.7L12 2Z'/%3E%3C/svg%3E");
}

.e2p-review-v140 .e2p-review-point-copy-v140,
.e2p-review-v140 .e2p-review-note-copy-v140 {
    display: grid !important;
    gap: 0.18rem !important;
    min-width: 0 !important;
}

.e2p-review-v140 .e2p-review-point-copy-v140 h3,
.e2p-review-v140 .e2p-review-note-copy-v140 h3 {
    margin: 0 !important;
    color: #0b1732 !important;
    font: 700 0.98rem/1.34 "Inter", sans-serif !important;
    letter-spacing: -0.025em !important;
}

.e2p-review-v140 .e2p-review-point-copy-v140 p,
.e2p-review-v140 .e2p-review-note-copy-v140 p {
    margin: 0 !important;
    color: #60708a !important;
    font: 400 0.91rem/1.5 "Inter", sans-serif !important;
}

.e2p-review-v140 .e2p-review-note-v140 {
    display: grid !important;
    grid-template-columns: 2.8rem minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 0.9rem !important;
    max-width: 355px !important;
    margin: 1.45rem 0 0 !important;
    padding: 1.08rem 1.2rem !important;
    border: 1px solid #dfe7f3 !important;
    border-radius: 20px !important;
    background: linear-gradient(180deg, #f8fbff 0%, #f3f7ff 100%) !important;
    box-shadow: 0 10px 26px rgba(11, 33, 72, 0.045) !important;
}

.e2p-review-v140 .e2p-review-note-icon-v140 {
    width: 2.8rem !important;
    height: 2.8rem !important;
}

.e2p-review-v140 .e2p-review-right-v140 {
    display: flex !important;
    justify-content: start !important;
    align-items: flex-start !important;
}

.e2p-review-v140 .e2p-review-stage-v140 {
    width: 100% !important;
    max-width: 790px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.e2p-review-v140 .e2p-review-visual-v140 {
    width: 100% !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.e2p-review-v140 .e2p-review-visual-v140 img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.e2p-review-v140 .e2p-review-footer-v140 {
    display: grid !important;
    justify-items: center !important;
    gap: 0.45rem !important;
    width: 100% !important;
    max-width: 54rem !important;
    margin: 1.35rem auto 0 !important;
    text-align: center !important;
}

.e2p-review-v140 .e2p-review-footer-title-v140 {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: start !important;
    gap: 0.68rem !important;
    margin: 0 !important;
}

.e2p-review-v140 .e2p-review-footer-icon-v140 {
    display: grid !important;
    place-items: center !important;
    width: 1.75rem !important;
    height: 1.9rem !important;
    margin: 0 !important;
    color: #ffffff !important;
    background: linear-gradient(180deg, #1d7dff 0%, #0b67ef 100%) !important;
    clip-path: polygon(50% 0%, 90% 18%, 82% 70%, 50% 100%, 18% 70%, 10% 18%);
    font: 800 0.86rem/1 "Inter", sans-serif !important;
}

.e2p-review-v140 .e2p-review-footer-title-v140 h3 {
    margin: 0 !important;
    color: #0b1732 !important;
    font: 700 1rem/1.3 "Inter", sans-serif !important;
    letter-spacing: -0.02em !important;
}

.e2p-review-v140 .e2p-review-footer-copy-v140 {
    margin: 0 !important;
    color: #60708a !important;
    font: 400 0.92rem/1.5 "Inter", sans-serif !important;
}

@media (max-width: 1120px) {
    .e2p-review-v140 .e2p-review-grid-v140.wp-block-columns {
        grid-template-columns: minmax(330px, 370px) minmax(0, 730px) !important;
        gap: 2.3rem !important;
    }
    .e2p-review-v140 .e2p-review-heading-v140 {
        font-size: clamp(3rem, 4.6vw, 3.75rem) !important;
    }
    .e2p-review-v140 .e2p-review-stage-v140 {
        max-width: 730px !important;
    }
}

@media (min-width: 1600px) {
    .e2p-review-v141 .e2p-review-shell-v141 {
        width: min(138vmin, calc(100% - 3rem)) !important;
    }
    .e2p-review-v141 .e2p-review-grid-v141.wp-block-columns {
        grid-template-columns: minmax(0, 38vmin) minmax(0, 92vmin) !important;
        gap: 7vmin !important;
    }
    .e2p-review-v141 .e2p-review-copy-v141 {
        max-width: 38vmin !important;
    }
    .e2p-review-v141 .e2p-review-heading-v141 {
        font-size: 6.5vmin !important;
    }
    .e2p-review-v141 .e2p-review-intro-v141 {
        max-width: 36vmin !important;
        font-size: 1.55vmin !important;
    }
    .e2p-review-v141 .e2p-review-point-v141 {
        grid-template-columns: 4.7vmin minmax(0, 1fr) !important;
        min-height: 4.7vmin !important;
    }
    .e2p-review-v141 .e2p-review-icon-v141 {
        width: 4.7vmin !important;
        height: 4.7vmin !important;
    }
    .e2p-review-v141 .e2p-review-note-v141 {
        max-width: 37vmin !important;
    }
    .e2p-review-v141 .e2p-review-stage-v141 {
        max-width: 92vmin !important;
    }
}

@media (max-width: 940px) {
    .e2p-review-v140 {
        padding-top: 2.6rem !important;
    }
    .e2p-review-v140 .e2p-review-grid-v140.wp-block-columns {
        grid-template-columns: 1fr !important;
        gap: 2.4rem !important;
    }
    .e2p-review-v140 .e2p-review-copy-v140 {
        max-width: 100% !important;
    }
    .e2p-review-v140 .e2p-review-heading-v140 {
        font-size: clamp(2.65rem, 7.2vw, 3.35rem) !important;
    }
    .e2p-review-v140 .e2p-review-stage-v140 {
        max-width: 760px !important;
    }
}

@media (max-width: 640px) {
    .e2p-review-v140 .e2p-review-shell-v140 {
        width: min(100%, calc(100% - 1.4rem)) !important;
    }
    .e2p-review-v140 .e2p-review-heading-v140 span {
        white-space: normal !important;
    }
    .e2p-review-v140 .e2p-review-heading-v140 {
        margin-bottom: 1.25rem !important;
        font-size: clamp(2.2rem, 10.5vw, 2.85rem) !important;
    }
    .e2p-review-v140 .e2p-review-subtitle-v140 {
        font-size: 1.05rem !important;
    }
    .e2p-review-v140 .e2p-review-intro-v140 {
        font-size: 0.92rem !important;
    }
    .e2p-review-v140 .e2p-review-point-v140 {
        grid-template-columns: 2.85rem minmax(0, 1fr) !important;
        gap: 0.8rem !important;
    }
    .e2p-review-v140 .e2p-review-icon-v140 {
        width: 2.85rem !important;
        height: 2.85rem !important;
    }
    .e2p-review-v140 .e2p-review-note-v140 {
        max-width: 100% !important;
    }
    .e2p-review-v140 .e2p-review-footer-v140 {
        margin-top: 1rem !important;
    }
}


/* ========================================================================
 * v1.4.2 — approved-scale Product Review Workflow section
 * Desktop geometry is fluid up to the approved 1448×1086 composition, then
 * capped. This prevents the entire showcase, typography, and spacing from
 * enlarging on wide/high-resolution displays while retaining responsive
 * shrinking and the existing stacked mobile layout.
 * ======================================================================== */
.e2p-review-v141 {
    overflow: hidden;
    padding: 44px 0 43px !important;
    background: #ffffff;
    font-family: "Inter", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.e2p-review-v141 .e2p-review-shell-v141 {
    width: min(1360px, calc(100% - 40px)) !important;
    max-width: 1360px !important;
    margin: 0 auto !important;
}

.e2p-review-v141 .e2p-review-grid-v141.wp-block-columns {
    display: grid !important;
    grid-template-columns: minmax(0, 30.23fr) minmax(0, 69.77fr) !important;
    justify-content: start !important;
    align-items: start !important;
    gap: clamp(36px, 4.88vw, 70px) !important;
    width: 100% !important;
    margin: 0 !important;
}

.e2p-review-v141 .e2p-review-left-v141,
.e2p-review-v141 .e2p-review-right-v141 {
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    flex-basis: auto !important;
}

.e2p-review-v141 .e2p-review-copy-v141 {
    display: grid !important;
    gap: 0 !important;
    width: 100% !important;
    max-width: 390px !important;
    margin: 0 !important;
}

.e2p-review-v141 .e2p-review-kicker-v141 {
    width: fit-content !important;
    margin: 0 0 34px !important;
    padding: 7px 15px !important;
    border-radius: 999px !important;
    color: #0b67ef !important;
    background: linear-gradient(180deg, #f4f8ff 0%, #eaf2ff 100%) !important;
    font: 700 clamp(0.75rem, 0.97vw, 0.875rem)/1 "Inter", sans-serif !important;
    letter-spacing: 0.12em !important;
    white-space: nowrap !important;
}

.e2p-review-v141 .e2p-review-heading-v141 {
    margin: 0 0 46px !important;
    color: #0b1732 !important;
    font: 700 clamp(3.125rem, 4.42vw, 4rem)/0.95 "Inter", sans-serif !important;
    letter-spacing: -0.058em !important;
    overflow-wrap: normal !important;
    word-break: keep-all !important;
    hyphens: none !important;
}

.e2p-review-v141 .e2p-review-heading-v141 span {
    display: block !important;
    white-space: nowrap !important;
}

.e2p-review-v141 .e2p-review-subtitle-v141 {
    margin: 0 0 34px !important;
    color: #53617a !important;
    font: 700 clamp(1.2rem, 1.59vw, 1.4375rem)/1.4 "Inter", sans-serif !important;
    letter-spacing: -0.035em !important;
}

.e2p-review-v141 .e2p-review-subtitle-v141 strong,
.e2p-review-v141 .e2p-review-subtitle-v141 span {
    display: block !important;
    width: fit-content !important;
    font-weight: 700 !important;
}

.e2p-review-v141 .e2p-review-subtitle-v141 span {
    color: #0b67ef !important;
}

.e2p-review-v141 .e2p-review-intro-v141 {
    max-width: 360px !important;
    margin: 0 0 32px !important;
    color: #60708a !important;
    font: 400 clamp(0.96875rem, 1.17vw, 1.0625rem)/1.65 "Inter", sans-serif !important;
}

.e2p-review-v141 .e2p-review-points-v141 {
    display: grid !important;
    gap: 42px !important;
    margin: 0 !important;
}

.e2p-review-v141 .e2p-review-point-v141 {
    display: grid !important;
    grid-template-columns: 56px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 18px !important;
    min-height: 56px !important;
    margin: 0 !important;
}

.e2p-review-v141 .e2p-review-icon-v141,
.e2p-review-v141 .e2p-review-note-icon-v141 {
    position: relative !important;
    display: grid !important;
    place-items: center !important;
    width: 56px !important;
    height: 56px !important;
    margin: 0 !important;
    overflow: hidden !important;
    border-radius: 999px !important;
    color: transparent !important;
    background: linear-gradient(180deg, #f7faff 0%, #eef4ff 100%) !important;
    box-shadow: inset 0 0 0 1px rgba(20, 115, 255, 0.13) !important;
}

.e2p-review-v141 .e2p-review-icon-v141::before,
.e2p-review-v141 .e2p-review-note-icon-v141::before {
    display: block;
    width: 23px;
    height: 23px;
    content: "";
    background: #0b67ef;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.e2p-review-v141 .e2p-review-point-eye-v141 .e2p-review-icon-v141::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M2 12s3.5-6 10-6 10 6 10 6-3.5 6-10 6S2 12 2 12Z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M2 12s3.5-6 10-6 10 6 10 6-3.5 6-10 6S2 12 2 12Z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E");
}

.e2p-review-v141 .e2p-review-point-search-v141 .e2p-review-icon-v141::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-4-4'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-4-4'/%3E%3C/svg%3E");
}

.e2p-review-v141 .e2p-review-point-check-v141 .e2p-review-icon-v141::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3'%3E%3Cpath d='m5 12 4 4L19 6'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3'%3E%3Cpath d='m5 12 4 4L19 6'/%3E%3C/svg%3E");
}

.e2p-review-v141 .e2p-review-note-icon-v141::before {
    width: 18px;
    height: 18px;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='m12 2 1.7 6.3L20 10l-6.3 1.7L12 18l-1.7-6.3L4 10l6.3-1.7L12 2Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='m12 2 1.7 6.3L20 10l-6.3 1.7L12 18l-1.7-6.3L4 10l6.3-1.7L12 2Z'/%3E%3C/svg%3E");
}

.e2p-review-v141 .e2p-review-point-copy-v141,
.e2p-review-v141 .e2p-review-note-copy-v141 {
    display: grid !important;
    gap: 3px !important;
    min-width: 0 !important;
}

.e2p-review-v141 .e2p-review-point-copy-v141 h3,
.e2p-review-v141 .e2p-review-note-copy-v141 h3 {
    margin: 0 !important;
    color: #0b1732 !important;
    font: 700 1rem/1.35 "Inter", sans-serif !important;
    letter-spacing: -0.025em !important;
}

.e2p-review-v141 .e2p-review-point-copy-v141 p,
.e2p-review-v141 .e2p-review-note-copy-v141 p {
    margin: 0 !important;
    color: #60708a !important;
    font: 400 0.9375rem/1.5 "Inter", sans-serif !important;
}

.e2p-review-v141 .e2p-review-note-v141 {
    display: grid !important;
    grid-template-columns: 44px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 16px !important;
    width: min(100%, 382px) !important;
    max-width: 382px !important;
    margin: 49px 0 0 !important;
    padding: 16px 18px !important;
    border: 1px solid #dfe7f3 !important;
    border-radius: 20px !important;
    background: linear-gradient(180deg, #f8fbff 0%, #f3f7ff 100%) !important;
    box-shadow: 0 10px 26px rgba(11, 33, 72, 0.045) !important;
}

.e2p-review-v141 .e2p-review-note-icon-v141 {
    width: 44px !important;
    height: 44px !important;
}

.e2p-review-v141 .e2p-review-right-v141 {
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
}

.e2p-review-v141 .e2p-review-stage-v141 {
    width: 100% !important;
    max-width: 900px !important;
    margin: -14px auto 0 !important;
    padding: 0 !important;
}

.e2p-review-v141 .e2p-review-visual-v141,
.e2p-review-v141 .e2p-review-visual-v141 img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 !important;
    object-fit: contain !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.e2p-review-v141 .e2p-review-footer-v141 {
    display: grid !important;
    justify-items: center !important;
    gap: 7px !important;
    width: 100% !important;
    max-width: 760px !important;
    margin: 25px auto 0 !important;
    text-align: center !important;
}

.e2p-review-v141 .e2p-review-footer-title-v141 {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    margin: 0 !important;
}

.e2p-review-v141 .e2p-review-footer-icon-v141 {
    display: grid !important;
    place-items: center !important;
    width: 25px !important;
    height: 27px !important;
    margin: 0 !important;
    color: #ffffff !important;
    background: linear-gradient(180deg, #1d7dff 0%, #0b67ef 100%) !important;
    clip-path: polygon(50% 0%, 90% 18%, 82% 70%, 50% 100%, 18% 70%, 10% 18%);
    font: 800 0.75rem/1 "Inter", sans-serif !important;
}

.e2p-review-v141 .e2p-review-footer-title-v141 h3 {
    margin: 0 !important;
    color: #0b1732 !important;
    font: 700 1rem/1.35 "Inter", sans-serif !important;
    letter-spacing: -0.02em !important;
}

.e2p-review-v141 .e2p-review-footer-copy-v141 {
    margin: 0 !important;
    color: #60708a !important;
    font: 400 0.9375rem/1.5 "Inter", sans-serif !important;
}

@media (max-width: 1120px) and (min-width: 941px) {
    .e2p-review-v141 .e2p-review-grid-v141.wp-block-columns {
        gap: 34px !important;
    }
    .e2p-review-v141 .e2p-review-heading-v141 {
        margin-bottom: 34px !important;
    }
    .e2p-review-v141 .e2p-review-subtitle-v141 {
        margin-bottom: 28px !important;
    }
    .e2p-review-v141 .e2p-review-intro-v141 {
        margin-bottom: 28px !important;
    }
    .e2p-review-v141 .e2p-review-points-v141 {
        gap: 30px !important;
    }
    .e2p-review-v141 .e2p-review-point-v141 {
        grid-template-columns: 48px minmax(0, 1fr) !important;
        gap: 14px !important;
        min-height: 48px !important;
    }
    .e2p-review-v141 .e2p-review-icon-v141 {
        width: 48px !important;
        height: 48px !important;
    }
    .e2p-review-v141 .e2p-review-note-v141 {
        margin-top: 36px !important;
    }
}

@media (max-width: 940px) {
    .e2p-review-v141 {
        padding: 42px 0 36px !important;
    }
    .e2p-review-v141 .e2p-review-shell-v141 {
        width: min(100%, calc(100% - 32px)) !important;
    }
    .e2p-review-v141 .e2p-review-grid-v141.wp-block-columns {
        grid-template-columns: 1fr !important;
        gap: 36px !important;
    }
    .e2p-review-v141 .e2p-review-copy-v141,
    .e2p-review-v141 .e2p-review-intro-v141,
    .e2p-review-v141 .e2p-review-note-v141,
    .e2p-review-v141 .e2p-review-stage-v141 {
        max-width: 100% !important;
    }
    .e2p-review-v141 .e2p-review-kicker-v141 {
        margin-bottom: 26px !important;
    }
    .e2p-review-v141 .e2p-review-heading-v141 {
        margin-bottom: 30px !important;
        font-size: clamp(2.65rem, 10vw, 3.35rem) !important;
    }
    .e2p-review-v141 .e2p-review-heading-v141 span {
        white-space: normal !important;
    }
    .e2p-review-v141 .e2p-review-subtitle-v141 {
        margin-bottom: 26px !important;
        font-size: 1.15rem !important;
    }
    .e2p-review-v141 .e2p-review-intro-v141 {
        margin-bottom: 30px !important;
        font-size: 0.95rem !important;
    }
    .e2p-review-v141 .e2p-review-points-v141 {
        gap: 28px !important;
    }
    .e2p-review-v141 .e2p-review-point-v141 {
        grid-template-columns: 48px minmax(0, 1fr) !important;
        gap: 14px !important;
        min-height: 48px !important;
    }
    .e2p-review-v141 .e2p-review-icon-v141 {
        width: 48px !important;
        height: 48px !important;
    }
    .e2p-review-v141 .e2p-review-point-copy-v141 p,
    .e2p-review-v141 .e2p-review-note-copy-v141 p {
        font-size: 0.9rem !important;
    }
    .e2p-review-v141 .e2p-review-note-v141 {
        grid-template-columns: 42px minmax(0, 1fr) !important;
        gap: 14px !important;
        margin-top: 34px !important;
        padding: 15px 16px !important;
        border-radius: 18px !important;
    }
    .e2p-review-v141 .e2p-review-note-icon-v141 {
        width: 42px !important;
        height: 42px !important;
    }
    .e2p-review-v141 .e2p-review-stage-v141 {
        margin-top: 0 !important;
    }
    .e2p-review-v141 .e2p-review-footer-v141 {
        max-width: 100% !important;
        margin-top: 20px !important;
    }
}

@media (max-width: 520px) {
    .e2p-review-v141 .e2p-review-shell-v141 {
        width: min(100%, calc(100% - 24px)) !important;
    }
    .e2p-review-v141 .e2p-review-kicker-v141 {
        padding-inline: 12px !important;
        font-size: 0.69rem !important;
        letter-spacing: 0.1em !important;
    }
    .e2p-review-v141 .e2p-review-heading-v141 {
        font-size: clamp(2.3rem, 12vw, 2.85rem) !important;
    }
    .e2p-review-v141 .e2p-review-point-v141 {
        grid-template-columns: 44px minmax(0, 1fr) !important;
        gap: 12px !important;
    }
    .e2p-review-v141 .e2p-review-icon-v141 {
        width: 44px !important;
        height: 44px !important;
    }
    .e2p-review-v141 .e2p-review-footer-title-v141 {
        align-items: flex-start !important;
    }
}


/* ========================================================================
 * v1.4.3 — review workflow downsized + icon-image layout stabilization
 * This version reduces the overall section footprint and neutralizes the
 * placeholder glyphs so icon rendering cannot affect layout metrics.
 * ======================================================================== */
.e2p-review-v143 {
    overflow: hidden;
    padding: 34px 0 28px !important;
    background: #ffffff;
    font-family: "Inter", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.e2p-review-v143 .e2p-review-shell-v143 {
    width: min(1240px, calc(100% - 56px)) !important;
    max-width: 1240px !important;
    margin: 0 auto !important;
}

.e2p-review-v143 .e2p-review-grid-v143.wp-block-columns {
    display: grid !important;
    grid-template-columns: minmax(0, 29.5fr) minmax(0, 70.5fr) !important;
    justify-content: start !important;
    align-items: start !important;
    gap: clamp(30px, 3.2vw, 52px) !important;
    width: 100% !important;
    margin: 0 !important;
}

.e2p-review-v143 .e2p-review-left-v143,
.e2p-review-v143 .e2p-review-right-v143 {
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    flex-basis: auto !important;
}

.e2p-review-v143 .e2p-review-copy-v143 {
    display: grid !important;
    gap: 0 !important;
    width: 100% !important;
    max-width: 336px !important;
    margin: 0 !important;
}

.e2p-review-v143 .e2p-review-kicker-v143 {
    width: fit-content !important;
    margin: 0 0 24px !important;
    padding: 6px 14px !important;
    border-radius: 999px !important;
    color: #0b67ef !important;
    background: linear-gradient(180deg, #f4f8ff 0%, #eaf2ff 100%) !important;
    font: 700 clamp(0.7rem, 0.84vw, 0.8rem)/1 "Inter", sans-serif !important;
    letter-spacing: 0.12em !important;
    white-space: nowrap !important;
}

.e2p-review-v143 .e2p-review-heading-v143 {
    margin: 0 0 28px !important;
    color: #0b1732 !important;
    font: 700 clamp(2.75rem, 3.62vw, 3.55rem)/0.94 "Inter", sans-serif !important;
    letter-spacing: -0.058em !important;
    overflow-wrap: normal !important;
    word-break: keep-all !important;
    hyphens: none !important;
}

.e2p-review-v143 .e2p-review-heading-v143 span {
    display: block !important;
    white-space: nowrap !important;
}

.e2p-review-v143 .e2p-review-subtitle-v143 {
    margin: 0 0 24px !important;
    color: #53617a !important;
    font: 700 clamp(1.02rem, 1.18vw, 1.18rem)/1.35 "Inter", sans-serif !important;
    letter-spacing: -0.03em !important;
}

.e2p-review-v143 .e2p-review-subtitle-v143 strong,
.e2p-review-v143 .e2p-review-subtitle-v143 span {
    display: block !important;
    width: fit-content !important;
    font-weight: 700 !important;
}

.e2p-review-v143 .e2p-review-subtitle-v143 span {
    color: #0b67ef !important;
}

.e2p-review-v143 .e2p-review-intro-v143 {
    max-width: 320px !important;
    margin: 0 0 24px !important;
    color: #60708a !important;
    font: 400 clamp(0.93rem, 1.02vw, 0.985rem)/1.6 "Inter", sans-serif !important;
}

.e2p-review-v143 .e2p-review-points-v143 {
    display: grid !important;
    gap: 24px !important;
    margin: 0 !important;
}

.e2p-review-v143 .e2p-review-point-v143 {
    display: grid !important;
    grid-template-columns: 46px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 14px !important;
    min-height: 46px !important;
    margin: 0 !important;
}

.e2p-review-v143 .e2p-review-icon-v143,
.e2p-review-v143 .e2p-review-note-icon-v143 {
    position: relative !important;
    display: grid !important;
    place-items: center !important;
    width: 46px !important;
    height: 46px !important;
    margin: 0 !important;
    overflow: hidden !important;
    border-radius: 999px !important;
    background: linear-gradient(180deg, #f7faff 0%, #eef4ff 100%) !important;
    box-shadow: inset 0 0 0 1px rgba(20, 115, 255, 0.16) !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: -9999px !important;
}

.e2p-review-v143 .e2p-review-icon-v143::before,
.e2p-review-v143 .e2p-review-note-icon-v143::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.e2p-review-v143 .e2p-review-point-eye-v143 .e2p-review-icon-v143::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230b67ef' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 12s3.8-6 10-6 10 6 10 6-3.8 6-10 6S2 12 2 12Z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E");
}

.e2p-review-v143 .e2p-review-point-search-v143 .e2p-review-icon-v143::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230b67ef' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='6.5'/%3E%3Cpath d='m20 20-4.2-4.2'/%3E%3C/svg%3E");
}

.e2p-review-v143 .e2p-review-point-check-v143 .e2p-review-icon-v143::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230b67ef' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12 4 4L19 6'/%3E%3C/svg%3E");
}

.e2p-review-v143 .e2p-review-note-icon-v143::before {
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230b67ef'%3E%3Cpath d='m12 2 1.7 6.3L20 10l-6.3 1.7L12 18l-1.7-6.3L4 10l6.3-1.7L12 2Z'/%3E%3C/svg%3E");
}

.e2p-review-v143 .e2p-review-point-copy-v143,
.e2p-review-v143 .e2p-review-note-copy-v143 {
    display: grid !important;
    gap: 3px !important;
    min-width: 0 !important;
}

.e2p-review-v143 .e2p-review-point-copy-v143 h3,
.e2p-review-v143 .e2p-review-note-copy-v143 h3 {
    margin: 0 !important;
    color: #0b1732 !important;
    font: 700 0.96rem/1.3 "Inter", sans-serif !important;
    letter-spacing: -0.02em !important;
}

.e2p-review-v143 .e2p-review-point-copy-v143 p,
.e2p-review-v143 .e2p-review-note-copy-v143 p {
    margin: 0 !important;
    color: #60708a !important;
    font: 400 0.875rem/1.45 "Inter", sans-serif !important;
}

.e2p-review-v143 .e2p-review-note-v143 {
    display: grid !important;
    grid-template-columns: 40px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 14px !important;
    width: min(100%, 332px) !important;
    max-width: 332px !important;
    margin: 30px 0 0 !important;
    padding: 14px 16px !important;
    border: 1px solid #dfe7f3 !important;
    border-radius: 18px !important;
    background: linear-gradient(180deg, #f8fbff 0%, #f3f7ff 100%) !important;
    box-shadow: 0 8px 18px rgba(11, 33, 72, 0.04) !important;
}

.e2p-review-v143 .e2p-review-note-icon-v143 {
    width: 40px !important;
    height: 40px !important;
}

.e2p-review-v143 .e2p-review-right-v143 {
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
}

.e2p-review-v143 .e2p-review-stage-v143 {
    width: 100% !important;
    max-width: 760px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.e2p-review-v143 .e2p-review-visual-v143,
.e2p-review-v143 .e2p-review-visual-v143 img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 !important;
    object-fit: contain !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.e2p-review-v143 .e2p-review-footer-v143 {
    display: grid !important;
    justify-items: center !important;
    gap: 6px !important;
    width: 100% !important;
    max-width: 680px !important;
    margin: 18px auto 0 !important;
    text-align: center !important;
}

.e2p-review-v143 .e2p-review-footer-title-v143 {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    margin: 0 !important;
}

.e2p-review-v143 .e2p-review-footer-icon-v143 {
    display: grid !important;
    place-items: center !important;
    width: 22px !important;
    height: 24px !important;
    margin: 0 !important;
    color: #ffffff !important;
    background: linear-gradient(180deg, #1d7dff 0%, #0b67ef 100%) !important;
    clip-path: polygon(50% 0%, 90% 18%, 82% 70%, 50% 100%, 18% 70%, 10% 18%);
    font: 800 0.68rem/1 "Inter", sans-serif !important;
}

.e2p-review-v143 .e2p-review-footer-title-v143 h3 {
    margin: 0 !important;
    color: #0b1732 !important;
    font: 700 0.94rem/1.3 "Inter", sans-serif !important;
    letter-spacing: -0.02em !important;
}

.e2p-review-v143 .e2p-review-footer-copy-v143 {
    margin: 0 !important;
    color: #60708a !important;
    font: 400 0.875rem/1.42 "Inter", sans-serif !important;
}

@media (max-width: 1024px) and (min-width: 941px) {
    .e2p-review-v143 .e2p-review-shell-v143 {
        width: min(100%, calc(100% - 40px)) !important;
    }
    .e2p-review-v143 .e2p-review-grid-v143.wp-block-columns {
        gap: 26px !important;
    }
    .e2p-review-v143 .e2p-review-stage-v143 {
        max-width: 700px !important;
    }
}

@media (max-width: 940px) {
    .e2p-review-v143 {
        padding: 36px 0 30px !important;
    }
    .e2p-review-v143 .e2p-review-shell-v143 {
        width: min(100%, calc(100% - 28px)) !important;
    }
    .e2p-review-v143 .e2p-review-grid-v143.wp-block-columns {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }
    .e2p-review-v143 .e2p-review-copy-v143,
    .e2p-review-v143 .e2p-review-intro-v143,
    .e2p-review-v143 .e2p-review-note-v143,
    .e2p-review-v143 .e2p-review-stage-v143 {
        max-width: 100% !important;
    }
    .e2p-review-v143 .e2p-review-heading-v143 {
        font-size: clamp(2.35rem, 9vw, 3rem) !important;
        margin-bottom: 24px !important;
    }
    .e2p-review-v143 .e2p-review-heading-v143 span {
        white-space: normal !important;
    }
    .e2p-review-v143 .e2p-review-subtitle-v143 {
        margin-bottom: 22px !important;
    }
    .e2p-review-v143 .e2p-review-intro-v143 {
        margin-bottom: 24px !important;
        font-size: 0.92rem !important;
    }
    .e2p-review-v143 .e2p-review-points-v143 {
        gap: 20px !important;
    }
    .e2p-review-v143 .e2p-review-point-v143 {
        grid-template-columns: 42px minmax(0, 1fr) !important;
        gap: 12px !important;
        min-height: 42px !important;
    }
    .e2p-review-v143 .e2p-review-icon-v143 {
        width: 42px !important;
        height: 42px !important;
    }
    .e2p-review-v143 .e2p-review-note-v143 {
        grid-template-columns: 38px minmax(0, 1fr) !important;
        gap: 12px !important;
        margin-top: 24px !important;
        padding: 14px !important;
        border-radius: 16px !important;
    }
    .e2p-review-v143 .e2p-review-note-icon-v143 {
        width: 38px !important;
        height: 38px !important;
    }
    .e2p-review-v143 .e2p-review-footer-v143 {
        max-width: 100% !important;
        margin-top: 16px !important;
    }
}

@media (max-width: 520px) {
    .e2p-review-v143 .e2p-review-shell-v143 {
        width: min(100%, calc(100% - 20px)) !important;
    }
    .e2p-review-v143 .e2p-review-kicker-v143 {
        font-size: 0.66rem !important;
        padding-inline: 11px !important;
    }
    .e2p-review-v143 .e2p-review-heading-v143 {
        font-size: clamp(2.1rem, 11vw, 2.55rem) !important;
    }
    .e2p-review-v143 .e2p-review-point-copy-v143 h3,
    .e2p-review-v143 .e2p-review-note-copy-v143 h3 {
        font-size: 0.92rem !important;
    }
    .e2p-review-v143 .e2p-review-point-copy-v143 p,
    .e2p-review-v143 .e2p-review-note-copy-v143 p,
    .e2p-review-v143 .e2p-review-footer-copy-v143 {
        font-size: 0.84rem !important;
    }
}


/* ========================================================================
 * v1.4.4 — finished SVG icon assets + WordPress block-layout isolation
 * The four icon graphics are complete standalone SVG files. These rules
 * force the feature rows back to deterministic CSS grid even when WordPress
 * adds is-layout-flex/wp-container classes on the live page.
 * ======================================================================== */
.e2p-review-v143 .e2p-review-point-v143,
.e2p-review-v143 .e2p-review-point-v143.is-layout-flex {
    display: grid !important;
    grid-template-columns: 48px minmax(0, 1fr) !important;
    grid-template-rows: auto !important;
    align-items: center !important;
    justify-content: initial !important;
    column-gap: 14px !important;
    row-gap: 0 !important;
    width: 100% !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 0 !important;
    flex-wrap: initial !important;
}

.e2p-review-v143 .e2p-review-point-v143 > .e2p-review-icon-v143 {
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-self: center !important;
    justify-self: start !important;
    display: block !important;
    flex: 0 0 48px !important;
    width: 48px !important;
    min-width: 48px !important;
    max-width: 48px !important;
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 48px 48px !important;
    box-shadow: none !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: -9999px !important;
}

.e2p-review-v143 .e2p-review-point-v143 > .e2p-review-icon-v143::before,
.e2p-review-v143 .e2p-review-point-v143 > .e2p-review-icon-v143::after {
    content: none !important;
    display: none !important;
}

.e2p-review-v143 .e2p-review-point-eye-v143 > .e2p-review-icon-v143 {
    background-image: url("assets/images/review-icon-eye-v144.svg") !important;
}

.e2p-review-v143 .e2p-review-point-search-v143 > .e2p-review-icon-v143 {
    background-image: url("assets/images/review-icon-search-v144.svg") !important;
}

.e2p-review-v143 .e2p-review-point-check-v143 > .e2p-review-icon-v143 {
    background-image: url("assets/images/review-icon-check-v144.svg") !important;
}

.e2p-review-v143 .e2p-review-point-v143 > .e2p-review-point-copy-v143 {
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: center !important;
    justify-self: stretch !important;
    display: grid !important;
    gap: 3px !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.e2p-review-v143 .e2p-review-note-v143,
.e2p-review-v143 .e2p-review-note-v143.is-layout-flex {
    display: grid !important;
    grid-template-columns: 44px minmax(0, 1fr) !important;
    grid-template-rows: auto !important;
    align-items: center !important;
    justify-content: initial !important;
    column-gap: 14px !important;
    row-gap: 0 !important;
    flex-wrap: initial !important;
}

.e2p-review-v143 .e2p-review-note-v143 > .e2p-review-note-icon-v143 {
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-self: center !important;
    justify-self: start !important;
    display: block !important;
    flex: 0 0 44px !important;
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent url("assets/images/review-icon-sparkle-v144.svg") center / 44px 44px no-repeat !important;
    box-shadow: none !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: -9999px !important;
}

.e2p-review-v143 .e2p-review-note-v143 > .e2p-review-note-icon-v143::before,
.e2p-review-v143 .e2p-review-note-v143 > .e2p-review-note-icon-v143::after {
    content: none !important;
    display: none !important;
}

.e2p-review-v143 .e2p-review-note-v143 > .e2p-review-note-copy-v143 {
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: center !important;
    justify-self: stretch !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

@media (max-width: 940px) {
    .e2p-review-v143 .e2p-review-point-v143,
    .e2p-review-v143 .e2p-review-point-v143.is-layout-flex {
        grid-template-columns: 44px minmax(0, 1fr) !important;
        min-height: 44px !important;
        column-gap: 12px !important;
    }

    .e2p-review-v143 .e2p-review-point-v143 > .e2p-review-icon-v143 {
        flex-basis: 44px !important;
        width: 44px !important;
        min-width: 44px !important;
        max-width: 44px !important;
        height: 44px !important;
        min-height: 44px !important;
        max-height: 44px !important;
        background-size: 44px 44px !important;
    }
}

/* ========================================================================
 * v1.4.5 — native editable Product Review Workflow
 *
 * The section is built from normal Group, Heading, Paragraph, and Image
 * blocks. The outer Group exposes editor controls that update these CSS
 * variables. No viewport-based scaling, text-icon placeholders, masks, or
 * fixed screenshot dimensions are used.
 * ======================================================================== */
.e2p-review-editable-v145 {
    --e2p-review-section-width: 1120px;
    --e2p-review-left-width: 36%;
    --e2p-review-column-gap: 42px;
    --e2p-review-showcase-width: 620px;
    --e2p-review-padding-y: 42px;
    --e2p-review-heading-size: 58px;
    --e2p-review-body-size: 16px;
    --e2p-review-icon-size: 48px;
    --e2p-review-feature-gap: 24px;
    --e2p-review-note-width: 340px;
    --e2p-review-footer-top: 20px;

    box-sizing: border-box;
    overflow: clip;
    padding: var(--e2p-review-padding-y) 24px;
    background: #ffffff;
    font-family: "Inter", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.e2p-review-editable-v145 *,
.e2p-review-editable-v145 *::before,
.e2p-review-editable-v145 *::after {
    box-sizing: border-box;
}

.e2p-review-editable-v145 .e2p-review-shell-v145 {
    width: min(100%, var(--e2p-review-section-width));
    max-width: var(--e2p-review-section-width);
    margin: 0 auto;
    padding: 0;
}

.e2p-review-editable-v145 .e2p-review-columns-v145 {
    display: grid;
    grid-template-columns: minmax(260px, var(--e2p-review-left-width)) minmax(0, 1fr);
    align-items: start;
    gap: var(--e2p-review-column-gap);
    width: 100%;
    margin: 0;
    padding: 0;
}

.e2p-review-editable-v145[data-e2p-review-layout="image-left"] .e2p-review-columns-v145 {
    grid-template-columns: minmax(0, 1fr) minmax(260px, var(--e2p-review-left-width));
}

.e2p-review-editable-v145[data-e2p-review-layout="image-left"] .e2p-review-copy-column-v145 {
    order: 2;
}

.e2p-review-editable-v145[data-e2p-review-layout="image-left"] .e2p-review-showcase-column-v145 {
    order: 1;
}

.e2p-review-editable-v145[data-e2p-review-layout="stacked"] .e2p-review-columns-v145 {
    grid-template-columns: minmax(0, 1fr);
}

.e2p-review-editable-v145[data-e2p-review-layout="stacked"] .e2p-review-copy-column-v145 {
    width: min(100%, 620px);
}

.e2p-review-editable-v145[data-e2p-review-layout="stacked"] .e2p-review-showcase-column-v145 {
    justify-content: flex-start;
}

.e2p-review-editable-v145 .e2p-review-copy-column-v145,
.e2p-review-editable-v145 .e2p-review-showcase-column-v145,
.e2p-review-editable-v145 .e2p-review-showcase-wrap-v145,
.e2p-review-editable-v145 .e2p-review-points-v145,
.e2p-review-editable-v145 .e2p-review-point-v145,
.e2p-review-editable-v145 .e2p-review-point-copy-v145,
.e2p-review-editable-v145 .e2p-review-note-v145,
.e2p-review-editable-v145 .e2p-review-note-copy-v145,
.e2p-review-editable-v145 .e2p-review-footer-v145,
.e2p-review-editable-v145 .e2p-review-footer-title-v145 {
    min-width: 0;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.e2p-review-editable-v145 .e2p-review-copy-column-v145 {
    width: 100%;
    max-width: 100%;
}

.e2p-review-editable-v145 .e2p-review-kicker-v145 {
    width: fit-content;
    margin: 0 0 26px;
    padding: 7px 15px;
    border-radius: 999px;
    color: #0b67ef;
    background: linear-gradient(180deg, #f4f8ff 0%, #eaf2ff 100%);
    font-family: "Inter", sans-serif;
    font-size: max(11px, calc(var(--e2p-review-body-size) * 0.76));
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.12em;
    white-space: nowrap;
}

.e2p-review-editable-v145 .e2p-review-heading-v145 {
    margin: 0 0 30px;
    color: #0b1732;
    font-family: "Inter", sans-serif;
    font-size: var(--e2p-review-heading-size);
    font-weight: 700;
    line-height: 0.94;
    letter-spacing: -0.058em;
    overflow-wrap: normal;
    word-break: normal;
}

.e2p-review-editable-v145 .e2p-review-subtitle-v145 {
    margin: 0 0 26px;
    color: #53617a;
    font-family: "Inter", sans-serif;
    font-size: calc(var(--e2p-review-body-size) * 1.18);
    font-weight: 700;
    line-height: 1.38;
    letter-spacing: -0.03em;
}

.e2p-review-editable-v145 .e2p-review-subtitle-v145 span {
    color: #0b67ef;
}

.e2p-review-editable-v145 .e2p-review-intro-v145 {
    max-width: 34ch;
    margin: 0 0 28px;
    color: #60708a;
    font-family: "Inter", sans-serif;
    font-size: var(--e2p-review-body-size);
    font-weight: 400;
    line-height: 1.62;
}

.e2p-review-editable-v145 .e2p-review-points-v145 {
    display: grid;
    gap: var(--e2p-review-feature-gap);
}

.e2p-review-editable-v145 .e2p-review-point-v145 {
    display: grid;
    grid-template-columns: var(--e2p-review-icon-size) minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    width: 100%;
}

.e2p-review-editable-v145 figure.e2p-review-icon-image-v145,
.e2p-review-editable-v145 figure.e2p-review-note-icon-image-v145 {
    display: block;
    flex: none;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.e2p-review-editable-v145 figure.e2p-review-icon-image-v145,
.e2p-review-editable-v145 figure.e2p-review-icon-image-v145 img {
    width: var(--e2p-review-icon-size);
    min-width: var(--e2p-review-icon-size);
    max-width: var(--e2p-review-icon-size);
    height: var(--e2p-review-icon-size);
}

.e2p-review-editable-v145 figure.e2p-review-note-icon-image-v145,
.e2p-review-editable-v145 figure.e2p-review-note-icon-image-v145 img {
    width: calc(var(--e2p-review-icon-size) * 0.92);
    min-width: calc(var(--e2p-review-icon-size) * 0.92);
    max-width: calc(var(--e2p-review-icon-size) * 0.92);
    height: calc(var(--e2p-review-icon-size) * 0.92);
}

.e2p-review-editable-v145 figure.e2p-review-icon-image-v145 img,
.e2p-review-editable-v145 figure.e2p-review-note-icon-image-v145 img {
    display: block;
    object-fit: contain;
}

.e2p-review-editable-v145 .e2p-review-point-copy-v145,
.e2p-review-editable-v145 .e2p-review-note-copy-v145 {
    display: grid;
    align-content: center;
    gap: 4px;
}

body .e2p-review-editable-v145 .e2p-review-point-v145 .e2p-review-point-copy-v145 > h3.wp-block-heading,
body .e2p-review-editable-v145 .e2p-review-note-v145 .e2p-review-note-copy-v145 > h3.wp-block-heading {
    margin: 0;
    color: #0b1732;
    font-family: "Inter", sans-serif;
    font-size: calc(var(--e2p-review-body-size) * 1.01);
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.02em;
}

.e2p-review-editable-v145 .e2p-review-point-copy-v145 > p,
.e2p-review-editable-v145 .e2p-review-note-copy-v145 > p {
    margin: 0;
    color: #60708a;
    font-family: "Inter", sans-serif;
    font-size: calc(var(--e2p-review-body-size) * 0.92);
    font-weight: 400;
    line-height: 1.5;
}

.e2p-review-editable-v145 .e2p-review-note-v145 {
    display: grid;
    grid-template-columns: calc(var(--e2p-review-icon-size) * 0.92) minmax(0, 1fr);
    align-items: center;
    gap: 15px;
    width: min(100%, var(--e2p-review-note-width));
    margin-top: 32px;
    padding: 15px 17px;
    border: 1px solid #dfe7f3;
    border-radius: 18px;
    background: linear-gradient(180deg, #f8fbff 0%, #f3f7ff 100%);
    box-shadow: 0 8px 20px rgba(11, 33, 72, 0.04);
}

.e2p-review-editable-v145 .e2p-review-showcase-column-v145 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}

.e2p-review-editable-v145 .e2p-review-showcase-wrap-v145 {
    width: min(100%, var(--e2p-review-showcase-width));
    max-width: var(--e2p-review-showcase-width);
}

.e2p-review-editable-v145 figure.e2p-review-showcase-image-v145 {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.e2p-review-editable-v145 figure.e2p-review-showcase-image-v145 img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    object-fit: contain;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.e2p-review-editable-v145 .e2p-review-footer-v145 {
    display: grid;
    justify-items: center;
    gap: 6px;
    width: min(100%, 720px);
    margin: var(--e2p-review-footer-top) auto 0;
    text-align: center;
}

.e2p-review-editable-v145 .e2p-review-footer-title-v145 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}

.e2p-review-editable-v145 .e2p-review-footer-icon-v145 {
    display: grid;
    place-items: center;
    width: 23px;
    height: 25px;
    margin: 0;
    color: #ffffff;
    background: linear-gradient(180deg, #1d7dff 0%, #0b67ef 100%);
    clip-path: polygon(50% 0%, 90% 18%, 82% 70%, 50% 100%, 18% 70%, 10% 18%);
    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
}

body .e2p-review-editable-v145 .e2p-review-footer-title-v145 > h3.wp-block-heading {
    margin: 0;
    color: #0b1732;
    font-family: "Inter", sans-serif;
    font-size: calc(var(--e2p-review-body-size) * 0.96);
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.02em;
}

.e2p-review-editable-v145 .e2p-review-footer-copy-v145 {
    margin: 0;
    color: #60708a;
    font-family: "Inter", sans-serif;
    font-size: calc(var(--e2p-review-body-size) * 0.88);
    font-weight: 400;
    line-height: 1.45;
}

/* Block editor: make the adjustable outer block obvious without changing the public page. */
.editor-styles-wrapper .e2p-review-editable-v145.is-selected,
.editor-styles-wrapper .e2p-review-editable-v145.has-child-selected {
    outline: 2px dashed rgba(11, 103, 239, 0.45);
    outline-offset: 4px;
}

@media (max-width: 980px) {
    .e2p-review-editable-v145 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .e2p-review-editable-v145 .e2p-review-columns-v145,
    .e2p-review-editable-v145[data-e2p-review-layout="image-left"] .e2p-review-columns-v145 {
        grid-template-columns: minmax(0, 1fr);
        gap: 32px;
    }

    .e2p-review-editable-v145[data-e2p-review-layout="image-left"] .e2p-review-copy-column-v145,
    .e2p-review-editable-v145[data-e2p-review-layout="image-left"] .e2p-review-showcase-column-v145 {
        order: initial;
    }

    .e2p-review-editable-v145 .e2p-review-copy-column-v145 {
        width: min(100%, 620px);
    }

    .e2p-review-editable-v145 .e2p-review-showcase-column-v145 {
        justify-content: flex-start;
    }

    .e2p-review-editable-v145 .e2p-review-showcase-wrap-v145 {
        width: min(100%, var(--e2p-review-showcase-width));
    }
}

@media (max-width: 620px) {
    .e2p-review-editable-v145 {
        --e2p-review-heading-size: min(48px, 11.5vw);
        --e2p-review-body-size: 15px;
        --e2p-review-icon-size: 44px;
        padding-right: 14px;
        padding-left: 14px;
    }

    .e2p-review-editable-v145 .e2p-review-kicker-v145 {
        max-width: 100%;
        margin-bottom: 22px;
        padding-right: 12px;
        padding-left: 12px;
        white-space: normal;
    }

    .e2p-review-editable-v145 .e2p-review-heading-v145 {
        margin-bottom: 24px;
    }

    .e2p-review-editable-v145 .e2p-review-subtitle-v145 {
        margin-bottom: 22px;
    }

    .e2p-review-editable-v145 .e2p-review-point-v145 {
        gap: 12px;
    }

    .e2p-review-editable-v145 .e2p-review-note-v145 {
        gap: 12px;
        padding: 14px;
    }

    .e2p-review-editable-v145 .e2p-review-footer-title-v145 {
        align-items: flex-start;
    }
}


/* ========================================================================
 * v1.4.6 — dynamic footer legal-row layout repair
 * Keeps copyright and trademark notice in one deliberate desktop row, then
 * stacks them cleanly on narrower screens. Explicit selectors isolate the
 * row from WordPress block, shortcode, and global paragraph layout rules.
 * ======================================================================== */
.e2p-dynamic-footer .e2p-footer-bottom {
    display: grid !important;
    grid-template-columns: max-content minmax(0, 1fr) !important;
    align-items: start !important;
    justify-content: stretch !important;
    column-gap: clamp(2rem, 4vw, 4.5rem) !important;
    row-gap: 0.65rem !important;
    width: 100% !important;
    margin: 3rem 0 0 !important;
    padding: 1.35rem 0 0 !important;
    border-top: 1px solid var(--e2p-footer-border, #26364f) !important;
}

.e2p-dynamic-footer .e2p-footer-bottom > .e2p-footer-small {
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--e2p-footer-text, #b8c2d3) !important;
    font-size: 0.72rem !important;
    font-weight: 400 !important;
    line-height: 1.55 !important;
}

.e2p-dynamic-footer .e2p-footer-copyright {
    grid-column: 1 !important;
    justify-self: start !important;
    text-align: left !important;
    white-space: nowrap !important;
}

.e2p-dynamic-footer .e2p-footer-legal {
    grid-column: 2 !important;
    justify-self: end !important;
    width: min(100%, 930px) !important;
    max-width: 930px !important;
    text-align: right !important;
    text-wrap: pretty;
}

@media (max-width: 900px) {
    .e2p-dynamic-footer .e2p-footer-bottom {
        grid-template-columns: minmax(0, 1fr) !important;
        row-gap: 0.55rem !important;
        margin-top: 2.35rem !important;
        padding-top: 1.15rem !important;
    }

    .e2p-dynamic-footer .e2p-footer-copyright,
    .e2p-dynamic-footer .e2p-footer-legal {
        grid-column: 1 !important;
        justify-self: start !important;
        width: 100% !important;
        max-width: none !important;
        text-align: left !important;
    }
}

@media (max-width: 480px) {
    .e2p-dynamic-footer .e2p-footer-bottom > .e2p-footer-small {
        font-size: 0.69rem !important;
        line-height: 1.6 !important;
    }

    .e2p-dynamic-footer .e2p-footer-copyright {
        white-space: normal !important;
    }
}


/* ========================================================================
 * v1.4.7 — restore compact footer legal block
 * The copyright and trademark notice belong to one left-aligned legal unit.
 * This deliberately removes the split left/right layout introduced in 1.4.6
 * and isolates the unit from global paragraph/block alignment rules.
 * ======================================================================== */
.e2p-dynamic-footer .e2p-footer-bottom {
    display: block !important;
    width: 100% !important;
    margin: 3rem 0 0 !important;
    padding: 1.35rem 0 0 !important;
    border-top: 1px solid var(--e2p-footer-border, #26364f) !important;
}

.e2p-dynamic-footer .e2p-footer-legal-block {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 0.38rem !important;
    width: min(100%, 1180px) !important;
    max-width: 1180px !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

.e2p-dynamic-footer .e2p-footer-legal-block > .e2p-footer-small,
.e2p-dynamic-footer .e2p-footer-copyright,
.e2p-dynamic-footer .e2p-footer-legal {
    display: block !important;
    position: static !important;
    float: none !important;
    clear: none !important;
    grid-column: auto !important;
    justify-self: auto !important;
    align-self: auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--e2p-footer-text, #b8c2d3) !important;
    font-size: 0.72rem !important;
    font-weight: 400 !important;
    line-height: 1.55 !important;
    text-align: left !important;
    white-space: normal !important;
    text-wrap: pretty;
}

.e2p-dynamic-footer .e2p-footer-copyright {
    white-space: nowrap !important;
}

@media (max-width: 900px) {
    .e2p-dynamic-footer .e2p-footer-bottom {
        margin-top: 2.35rem !important;
        padding-top: 1.15rem !important;
    }

    .e2p-dynamic-footer .e2p-footer-legal-block {
        width: 100% !important;
        max-width: none !important;
        gap: 0.45rem !important;
    }
}

@media (max-width: 480px) {
    .e2p-dynamic-footer .e2p-footer-legal-block > .e2p-footer-small,
    .e2p-dynamic-footer .e2p-footer-copyright,
    .e2p-dynamic-footer .e2p-footer-legal {
        font-size: 0.69rem !important;
        line-height: 1.6 !important;
    }

    .e2p-dynamic-footer .e2p-footer-copyright {
        white-space: normal !important;
    }
}


/* ========================================================================
 * v1.4.8 — site-wide layout alignment and simplified information architecture
 * Final overrides use unique selectors so legacy patch layers cannot distort
 * the product heroes, unified pricing page, navigation, or responsive layout.
 * ======================================================================== */

/* Shared geometry */
body .e2p-shell {
    width: min(1180px, calc(100% - 48px)) !important;
    max-width: 1180px !important;
    margin-inline: auto !important;
}

body .e2p-section {
    padding: clamp(64px, 6.4vw, 92px) 0 !important;
}

/* Simplified header */
body .e2p-site-header-v148 .e2p-header-inner-v148 {
    min-height: 72px !important;
    gap: 28px !important;
}

body .e2p-site-header-v148 .e2p-primary-navigation-v148 {
    flex: 1 1 auto !important;
    justify-content: center !important;
}

body .e2p-site-header-v148 .e2p-primary-navigation-v148 .wp-block-navigation__container {
    gap: clamp(18px, 2.2vw, 34px) !important;
}

body .e2p-site-header-v148 .wp-block-navigation-item__content {
    font-size: 0.88rem !important;
    font-weight: 650 !important;
}

body .e2p-site-header-v148 .e2p-header-cta-v148 {
    flex: 0 0 auto !important;
    margin: 0 !important;
}

body .e2p-site-header-v148 .e2p-header-cta-v148 .wp-block-button__link {
    padding: 0.72rem 1.08rem !important;
    font-size: 0.82rem !important;
}

/* Product hero */
body .e2p-product-hero-v148 {
    position: relative !important;
    overflow: hidden !important;
    padding: clamp(72px, 7vw, 108px) 0 !important;
    background:
        radial-gradient(circle at 10% 10%, rgba(20, 115, 255, 0.11), transparent 34%),
        radial-gradient(circle at 92% 12%, rgba(140, 67, 237, 0.09), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f7faff 100%) !important;
}

body .e2p-product-hero-credit-v148 {
    background:
        radial-gradient(circle at 10% 10%, rgba(140, 67, 237, 0.13), transparent 34%),
        radial-gradient(circle at 92% 12%, rgba(20, 115, 255, 0.08), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #fbf8ff 100%) !important;
}

body .e2p-product-hero-v148::before {
    position: absolute !important;
    inset: 0 !important;
    pointer-events: none !important;
    content: "" !important;
    opacity: 0.42 !important;
    background-image:
        linear-gradient(rgba(20, 115, 255, 0.032) 1px, transparent 1px),
        linear-gradient(90deg, rgba(20, 115, 255, 0.032) 1px, transparent 1px) !important;
    background-size: 44px 44px !important;
    mask-image: linear-gradient(to bottom, #000 0%, transparent 92%) !important;
}

body .e2p-product-hero-v148 > * {
    position: relative !important;
    z-index: 1 !important;
}

body .e2p-product-hero-grid-v148.wp-block-columns,
.editor-styles-wrapper .e2p-product-hero-grid-v148.wp-block-columns {
    display: grid !important;
    grid-template-columns: minmax(360px, 0.86fr) minmax(0, 1.14fr) !important;
    align-items: center !important;
    gap: clamp(48px, 6vw, 84px) !important;
    width: 100% !important;
    margin: 0 !important;
}

body .e2p-product-hero-grid-v148 > .wp-block-column,
.editor-styles-wrapper .e2p-product-hero-grid-v148 > .wp-block-column {
    min-width: 0 !important;
    width: auto !important;
    flex-basis: auto !important;
    margin: 0 !important;
}

body .e2p-product-hero-copy-v148 {
    max-width: 500px !important;
}

body .e2p-product-hero-copy-v148 .e2p-eyebrow {
    max-width: 310px !important;
    margin: 0 0 24px !important;
    padding: 10px 16px !important;
    font-size: 0.76rem !important;
    line-height: 1.35 !important;
    letter-spacing: 0.12em !important;
    white-space: normal !important;
}

body .e2p-product-title-v148 {
    margin: 0 0 24px !important;
    color: #0b1732 !important;
    font-family: var(--e2p-font-heading, "Manrope", sans-serif) !important;
    font-size: clamp(3.2rem, 5vw, 4.45rem) !important;
    font-weight: 700 !important;
    line-height: 0.98 !important;
    letter-spacing: -0.06em !important;
}

body .e2p-product-title-v148 > span {
    display: block !important;
}

body .e2p-product-lead-v148 {
    max-width: 470px !important;
    margin: 0 0 28px !important;
    color: #60708a !important;
    font-size: clamp(1rem, 1.25vw, 1.12rem) !important;
    line-height: 1.66 !important;
}

body .e2p-product-hero-actions-v148,
body .e2p-inline-actions-v148,
.editor-styles-wrapper .e2p-product-hero-actions-v148,
.editor-styles-wrapper .e2p-inline-actions-v148 {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 12px !important;
    margin: 0 !important;
}

body .e2p-product-hero-actions-v148 .wp-block-button,
body .e2p-inline-actions-v148 .wp-block-button {
    margin: 0 !important;
}

body .e2p-product-hero-actions-v148 .wp-block-button__link {
    min-width: 176px !important;
    padding: 0.88rem 1.22rem !important;
    text-align: center !important;
}

body .e2p-product-hero-visual-v148 {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
}

body figure.e2p-product-hero-image-v148,
.editor-styles-wrapper figure.e2p-product-hero-image-v148 {
    width: min(100%, 650px) !important;
    max-width: 650px !important;
    margin: 0 !important;
    padding: 7px !important;
    overflow: hidden !important;
    border: 1px solid rgba(15, 52, 103, 0.12) !important;
    border-radius: 28px !important;
    background: rgba(255, 255, 255, 0.92) !important;
    box-shadow: 0 28px 70px rgba(11, 33, 72, 0.14) !important;
}

body figure.e2p-product-hero-image-v148 img,
.editor-styles-wrapper figure.e2p-product-hero-image-v148 img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    border-radius: 21px !important;
    object-fit: contain !important;
}

body .e2p-status-pill-v148 {
    display: block !important;
    max-width: 470px !important;
    margin: 0 0 24px !important;
    padding: 14px 16px !important;
    color: #5f2b9c !important;
    background: #f5edff !important;
    border: 1px solid rgba(112, 40, 217, 0.15) !important;
    border-radius: 14px !important;
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
}

/* Section headings and reusable cards */
body .e2p-section-heading-v148 {
    max-width: 720px !important;
    margin: 0 0 42px !important;
}

body .e2p-section-heading-centered-v148 {
    margin-inline: auto !important;
    text-align: center !important;
}

body .e2p-section-heading-centered-v148 .e2p-kicker {
    margin-inline: auto !important;
}

body .e2p-section-heading-v148 h2 {
    margin: 0 0 14px !important;
    color: #0b1732 !important;
    font-family: var(--e2p-font-heading, "Manrope", sans-serif) !important;
    font-size: clamp(2rem, 3vw, 2.85rem) !important;
    font-weight: 700 !important;
    line-height: 1.08 !important;
    letter-spacing: -0.045em !important;
}

body .e2p-section-heading-v148 p {
    margin: 0 !important;
    color: #60708a !important;
    font-size: 1rem !important;
    line-height: 1.65 !important;
}

body .e2p-card-grid-v148,
body .e2p-plan-chip-grid-v148,
body .e2p-price-grid-v148,
.editor-styles-wrapper .e2p-card-grid-v148,
.editor-styles-wrapper .e2p-plan-chip-grid-v148,
.editor-styles-wrapper .e2p-price-grid-v148 {
    display: grid !important;
    gap: 20px !important;
    margin: 0 !important;
}

body .e2p-card-grid-three-v148,
body .e2p-plan-chip-grid-v148,
body .e2p-price-grid-v148 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body .e2p-product-benefits-v148 .e2p-feature-card,
body .e2p-plan-chip-v148,
body .e2p-price-card-v148 {
    height: 100% !important;
    margin: 0 !important;
    padding: 26px !important;
    border: 1px solid #dfe7f3 !important;
    border-radius: 20px !important;
    background: #ffffff !important;
    box-shadow: 0 12px 30px rgba(11, 33, 72, 0.045) !important;
}

body .e2p-product-benefits-v148 .e2p-feature-card h3,
body .e2p-plan-chip-v148 h3,
body .e2p-price-card-v148 h3 {
    margin: 0 0 10px !important;
    color: #0b1732 !important;
    font-size: 1.12rem !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
}

body .e2p-product-benefits-v148 .e2p-feature-card p:last-child,
body .e2p-plan-chip-v148 p,
body .e2p-price-card-v148 p,
body .e2p-price-card-v148 li {
    color: #60708a !important;
    font-size: 0.92rem !important;
    line-height: 1.58 !important;
}

body .e2p-plan-chip-featured-v148,
body .e2p-price-card-featured-v148 {
    border-color: rgba(20, 115, 255, 0.34) !important;
    box-shadow: 0 18px 42px rgba(20, 115, 255, 0.10) !important;
}

body .e2p-plan-summary-actions-v148 {
    margin-top: 28px !important;
}

/* Split content sections */
body .e2p-content-split-v148.wp-block-columns,
body .e2p-credit-status-grid-v148.wp-block-columns,
.editor-styles-wrapper .e2p-content-split-v148.wp-block-columns,
.editor-styles-wrapper .e2p-credit-status-grid-v148.wp-block-columns {
    display: grid !important;
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr) !important;
    align-items: center !important;
    gap: clamp(42px, 6vw, 76px) !important;
    margin: 0 !important;
}

body .e2p-content-split-image-left-v148.wp-block-columns {
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr) !important;
}

body .e2p-content-split-v148 > .wp-block-column,
body .e2p-credit-status-grid-v148 > .wp-block-column {
    min-width: 0 !important;
    width: auto !important;
    flex-basis: auto !important;
    margin: 0 !important;
}

body .e2p-content-split-copy-v148 h2,
body .e2p-credit-status-grid-v148 h2 {
    margin: 0 0 16px !important;
    color: #0b1732 !important;
    font-size: clamp(2rem, 3vw, 2.7rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.045em !important;
}

body .e2p-content-split-copy-v148 > p:not(.e2p-kicker),
body .e2p-credit-status-grid-v148 > .wp-block-column:first-child > p:not(.e2p-kicker) {
    color: #60708a !important;
    font-size: 1rem !important;
    line-height: 1.65 !important;
}

body figure.e2p-product-workspace-image-v148 {
    width: 100% !important;
    max-width: 680px !important;
    margin: 0 !important;
    padding: 6px !important;
    overflow: hidden !important;
    border: 1px solid rgba(15, 52, 103, 0.12) !important;
    border-radius: 24px !important;
    background: #ffffff !important;
    box-shadow: 0 24px 60px rgba(11, 33, 72, 0.11) !important;
}

body figure.e2p-product-workspace-image-v148 img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    border-radius: 18px !important;
}

/* Unified pricing page */
body .e2p-pricing-hero-v148 {
    padding: clamp(72px, 7vw, 106px) 0 !important;
    text-align: center !important;
    background:
        radial-gradient(circle at 16% 10%, rgba(20, 115, 255, 0.11), transparent 34%),
        radial-gradient(circle at 86% 10%, rgba(140, 67, 237, 0.10), transparent 32%),
        linear-gradient(180deg, #ffffff 0%, #f7faff 100%) !important;
}

body .e2p-pricing-hero-inner-v148 {
    max-width: 860px !important;
}

body .e2p-pricing-hero-inner-v148 .e2p-eyebrow {
    margin-inline: auto !important;
}

body .e2p-pricing-title-v148 {
    margin: 0 0 20px !important;
    color: #0b1732 !important;
    font-size: clamp(3rem, 5.2vw, 4.6rem) !important;
    font-weight: 700 !important;
    line-height: 0.99 !important;
    letter-spacing: -0.06em !important;
}

body .e2p-pricing-lead-v148 {
    max-width: 700px !important;
    margin: 0 auto 28px !important;
    color: #60708a !important;
    font-size: 1.08rem !important;
    line-height: 1.65 !important;
}

body .e2p-pricing-hero-actions-v148 {
    margin-top: 0 !important;
}

body .e2p-product-choice-grid-v148.wp-block-columns,
.editor-styles-wrapper .e2p-product-choice-grid-v148.wp-block-columns {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px !important;
    margin: 0 !important;
}

body .e2p-product-choice-grid-v148 > .wp-block-column {
    min-width: 0 !important;
    flex-basis: auto !important;
    margin: 0 !important;
}

body .e2p-product-choice-card-v148 {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 24px !important;
    border: 1px solid #dfe7f3 !important;
    border-radius: 22px !important;
    background: #ffffff !important;
    box-shadow: 0 14px 34px rgba(11, 33, 72, 0.05) !important;
}

body .e2p-product-choice-card-v148 .wp-block-buttons {
    margin-top: auto !important;
    padding-top: 18px !important;
}

body figure.e2p-pricing-product-image-v148 {
    margin: 0 0 22px !important;
    padding: 5px !important;
    overflow: hidden !important;
    border: 1px solid #e2e8f2 !important;
    border-radius: 16px !important;
    background: #f8faff !important;
}

body figure.e2p-pricing-product-image-v148 img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    border-radius: 12px !important;
}

body .e2p-product-choice-card-v148 h3 {
    margin: 0 0 10px !important;
    color: #0b1732 !important;
    font-size: 1.45rem !important;
    line-height: 1.2 !important;
}

body .e2p-product-choice-card-v148 > p:not(.e2p-plan-label) {
    color: #60708a !important;
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
}

body .e2p-credit-status-card-v148 {
    margin: 0 !important;
    padding: 28px !important;
    border: 1px solid rgba(112, 40, 217, 0.18) !important;
    border-radius: 22px !important;
    background: linear-gradient(180deg, #fbf8ff 0%, #f6efff 100%) !important;
}

body .e2p-status-badge-v148 {
    display: inline-flex !important;
    width: fit-content !important;
    margin: 0 0 18px !important;
    padding: 8px 12px !important;
    color: #6f2ac8 !important;
    background: #ffffff !important;
    border: 1px solid rgba(112, 40, 217, 0.16) !important;
    border-radius: 999px !important;
    font-size: 0.72rem !important;
    font-weight: 760 !important;
    letter-spacing: 0.1em !important;
}

body .e2p-comparison-table-v148 {
    overflow-x: auto !important;
    border: 1px solid #dfe7f3 !important;
    border-radius: 18px !important;
    background: #ffffff !important;
    box-shadow: 0 12px 30px rgba(11, 33, 72, 0.04) !important;
}

body .e2p-comparison-table-v148 table {
    width: 100% !important;
    min-width: 720px !important;
    margin: 0 !important;
}

body .e2p-comparison-table-v148 th,
body .e2p-comparison-table-v148 td {
    padding: 16px 18px !important;
    font-size: 0.9rem !important;
    line-height: 1.45 !important;
    text-align: left !important;
    vertical-align: top !important;
}

/* Footer simplification and reliable legal block */
body .e2p-dynamic-footer .e2p-footer-grid {
    grid-template-columns: minmax(260px, 1.45fr) repeat(4, minmax(140px, 0.75fr)) !important;
    gap: clamp(28px, 4vw, 64px) !important;
}

body .e2p-dynamic-footer .e2p-footer-bottom {
    display: block !important;
}

body .e2p-dynamic-footer .e2p-footer-legal-block {
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: start !important;
    gap: 5px !important;
    width: 100% !important;
    max-width: 980px !important;
    margin: 0 !important;
    text-align: left !important;
}

body .e2p-dynamic-footer .e2p-footer-copyright,
body .e2p-dynamic-footer .e2p-footer-legal {
    width: 100% !important;
    max-width: 980px !important;
    margin: 0 !important;
    text-align: left !important;
    white-space: normal !important;
}

/* Responsive alignment */
@media (max-width: 1040px) {
    body .e2p-shell {
        width: min(100% - 40px, 960px) !important;
    }

    body .e2p-product-hero-grid-v148.wp-block-columns {
        grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr) !important;
        gap: 40px !important;
    }

    body .e2p-product-title-v148 {
        font-size: clamp(2.8rem, 5vw, 3.65rem) !important;
    }

    body .e2p-product-hero-actions-v148 .wp-block-button__link {
        min-width: 0 !important;
    }

    body .e2p-dynamic-footer .e2p-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body .e2p-dynamic-footer .e2p-footer-brand {
        grid-column: 1 / -1 !important;
    }
}

@media (max-width: 860px) {
    body .e2p-product-hero-v148,
    body .e2p-pricing-hero-v148 {
        padding: 64px 0 !important;
    }

    body .e2p-product-hero-grid-v148.wp-block-columns,
    body .e2p-content-split-v148.wp-block-columns,
    body .e2p-credit-status-grid-v148.wp-block-columns,
    body .e2p-product-choice-grid-v148.wp-block-columns {
        grid-template-columns: 1fr !important;
        gap: 36px !important;
    }

    body .e2p-product-hero-copy-v148 {
        max-width: 620px !important;
    }

    body .e2p-product-hero-visual-v148 {
        justify-content: flex-start !important;
    }

    body figure.e2p-product-hero-image-v148 {
        width: min(100%, 680px) !important;
        max-width: 680px !important;
    }

    body .e2p-card-grid-three-v148,
    body .e2p-plan-chip-grid-v148,
    body .e2p-price-grid-v148 {
        grid-template-columns: 1fr !important;
    }

    body .e2p-product-choice-card-v148 {
        max-width: 680px !important;
        margin-inline: auto !important;
    }
}

@media (max-width: 782px) {
    body .e2p-site-header-v148 .e2p-header-inner-v148 {
        min-height: 66px !important;
    }

    body .e2p-site-header-v148 .e2p-header-cta-v148 {
        display: none !important;
    }

    body .e2p-site-header-v148 .e2p-primary-navigation-v148 {
        flex: 0 0 auto !important;
        justify-content: flex-end !important;
    }
}

@media (max-width: 560px) {
    body .e2p-shell {
        width: min(100% - 24px, 100%) !important;
    }

    body .e2p-section {
        padding: 52px 0 !important;
    }

    body .e2p-product-hero-v148,
    body .e2p-pricing-hero-v148 {
        padding: 52px 0 !important;
    }

    body .e2p-product-hero-copy-v148 .e2p-eyebrow {
        max-width: 100% !important;
        margin-bottom: 20px !important;
        padding: 9px 13px !important;
        font-size: 0.68rem !important;
    }

    body .e2p-product-title-v148 {
        font-size: clamp(2.55rem, 13vw, 3.2rem) !important;
    }

    body .e2p-product-lead-v148,
    body .e2p-pricing-lead-v148 {
        font-size: 0.96rem !important;
    }

    body .e2p-product-hero-actions-v148,
    body .e2p-inline-actions-v148 {
        align-items: stretch !important;
        flex-direction: column !important;
    }

    body .e2p-product-hero-actions-v148 .wp-block-button,
    body .e2p-inline-actions-v148 .wp-block-button,
    body .e2p-product-hero-actions-v148 .wp-block-button__link,
    body .e2p-inline-actions-v148 .wp-block-button__link {
        width: 100% !important;
        text-align: center !important;
    }

    body .e2p-section-heading-v148 {
        margin-bottom: 30px !important;
    }

    body .e2p-section-heading-v148 h2,
    body .e2p-content-split-copy-v148 h2,
    body .e2p-credit-status-grid-v148 h2 {
        font-size: 2rem !important;
    }

    body .e2p-pricing-title-v148 {
        font-size: clamp(2.55rem, 13vw, 3.35rem) !important;
    }

    body .e2p-product-benefits-v148 .e2p-feature-card,
    body .e2p-plan-chip-v148,
    body .e2p-price-card-v148,
    body .e2p-product-choice-card-v148,
    body .e2p-credit-status-card-v148 {
        padding: 20px !important;
        border-radius: 18px !important;
    }

    body .e2p-dynamic-footer .e2p-footer-grid {
        grid-template-columns: 1fr !important;
    }

    body .e2p-dynamic-footer .e2p-footer-brand {
        grid-column: auto !important;
    }
}

/* v1.4.8 mobile navigation and comparison-table completion */
@media (max-width: 782px) {
    body .e2p-site-header-v148 .wp-block-navigation__responsive-container:not(.is-menu-open) {
        display: none !important;
    }

    body .e2p-site-header-v148 .wp-block-navigation__responsive-container-open {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 44px !important;
        height: 44px !important;
        padding: 0 !important;
        color: #0b1732 !important;
    }
}

@media (max-width: 680px) {
    body .e2p-comparison-table-v148 {
        overflow: visible !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    body .e2p-comparison-table-v148 table,
    body .e2p-comparison-table-v148 tbody,
    body .e2p-comparison-table-v148 tr,
    body .e2p-comparison-table-v148 td {
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
    }

    body .e2p-comparison-table-v148 thead {
        display: none !important;
    }

    body .e2p-comparison-table-v148 tr {
        margin: 0 0 14px !important;
        overflow: hidden !important;
        border: 1px solid #dfe7f3 !important;
        border-radius: 15px !important;
        background: #ffffff !important;
        box-shadow: 0 8px 20px rgba(11, 33, 72, 0.035) !important;
    }

    body .e2p-comparison-table-v148 td {
        position: relative !important;
        padding: 12px 14px 12px 104px !important;
        border: 0 !important;
        border-bottom: 1px solid #edf1f7 !important;
        font-size: 0.86rem !important;
    }

    body .e2p-comparison-table-v148 td:last-child {
        border-bottom: 0 !important;
    }

    body .e2p-comparison-table-v148 td::before {
        position: absolute !important;
        left: 14px !important;
        top: 12px !important;
        width: 78px !important;
        color: #0b1732 !important;
        font-size: 0.72rem !important;
        font-weight: 750 !important;
        letter-spacing: 0.03em !important;
    }

    body .e2p-comparison-table-v148 td:nth-child(1)::before {
        content: "Decision" !important;
    }

    body .e2p-comparison-table-v148 td:nth-child(2)::before {
        content: "BYOK" !important;
    }

    body .e2p-comparison-table-v148 td:nth-child(3)::before {
        content: "Credit" !important;
    }
}

/* ========================================================================
 * v1.4.9 — centered product pages and simplified pricing comparison
 * ======================================================================== */

/* Keep every product-page section centered inside the viewport. */
body .e2p-product-hero-v148 .e2p-shell,
body .e2p-product-benefits-v148 .e2p-shell,
body .e2p-product-workflow-v148 .e2p-shell,
body .e2p-plan-summary-v148 .e2p-shell,
body .e2p-pricing-hero-v149 .e2p-shell,
body .e2p-pricing-plans-v149 .e2p-shell,
body .e2p-plan-comparison-section-v149 .e2p-shell,
body .e2p-credit-coming-soon-v149 .e2p-shell,
.editor-styles-wrapper .e2p-product-hero-v148 .e2p-shell,
.editor-styles-wrapper .e2p-product-benefits-v148 .e2p-shell,
.editor-styles-wrapper .e2p-product-workflow-v148 .e2p-shell,
.editor-styles-wrapper .e2p-plan-summary-v148 .e2p-shell,
.editor-styles-wrapper .e2p-pricing-hero-v149 .e2p-shell,
.editor-styles-wrapper .e2p-pricing-plans-v149 .e2p-shell,
.editor-styles-wrapper .e2p-plan-comparison-section-v149 .e2p-shell,
.editor-styles-wrapper .e2p-credit-coming-soon-v149 .e2p-shell {
    width: min(1180px, calc(100% - 48px)) !important;
    max-width: 1180px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

body .e2p-product-hero-grid-v148.wp-block-columns,
.editor-styles-wrapper .e2p-product-hero-grid-v148.wp-block-columns {
    max-width: 1120px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    grid-template-columns: minmax(360px, 0.88fr) minmax(0, 1.12fr) !important;
    gap: clamp(44px, 5.2vw, 72px) !important;
}

body .e2p-product-hero-copy-v148,
.editor-styles-wrapper .e2p-product-hero-copy-v148 {
    justify-self: center !important;
    width: 100% !important;
    max-width: 470px !important;
}

body .e2p-product-hero-visual-v148,
.editor-styles-wrapper .e2p-product-hero-visual-v148 {
    justify-content: center !important;
}

body figure.e2p-product-hero-image-v148,
.editor-styles-wrapper figure.e2p-product-hero-image-v148 {
    width: min(100%, 620px) !important;
    max-width: 620px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

body .e2p-product-benefits-v148 .e2p-section-heading-v148,
body .e2p-plan-summary-v148 .e2p-section-heading-v148,
.editor-styles-wrapper .e2p-product-benefits-v148 .e2p-section-heading-v148,
.editor-styles-wrapper .e2p-plan-summary-v148 .e2p-section-heading-v148 {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

body .e2p-product-benefits-v148 .e2p-section-heading-v148 .e2p-kicker,
body .e2p-plan-summary-v148 .e2p-section-heading-v148 .e2p-kicker,
.editor-styles-wrapper .e2p-product-benefits-v148 .e2p-section-heading-v148 .e2p-kicker,
.editor-styles-wrapper .e2p-plan-summary-v148 .e2p-section-heading-v148 .e2p-kicker {
    margin-left: auto !important;
    margin-right: auto !important;
}

body .e2p-product-benefits-v148 .e2p-card-grid-v148,
body .e2p-plan-summary-v148 .e2p-plan-chip-grid-v148,
body .e2p-product-workflow-v148 .e2p-content-split-v148,
.editor-styles-wrapper .e2p-product-benefits-v148 .e2p-card-grid-v148,
.editor-styles-wrapper .e2p-plan-summary-v148 .e2p-plan-chip-grid-v148,
.editor-styles-wrapper .e2p-product-workflow-v148 .e2p-content-split-v148 {
    width: 100% !important;
    max-width: 1080px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Pricing hero */
body .e2p-pricing-hero-v149,
.editor-styles-wrapper .e2p-pricing-hero-v149 {
    padding: clamp(72px, 7vw, 104px) 0 !important;
    text-align: center !important;
    background:
        radial-gradient(circle at 14% 8%, rgba(20, 115, 255, 0.11), transparent 34%),
        radial-gradient(circle at 86% 8%, rgba(140, 67, 237, 0.10), transparent 32%),
        linear-gradient(180deg, #ffffff 0%, #f7faff 100%) !important;
}

body .e2p-pricing-hero-inner-v149,
.editor-styles-wrapper .e2p-pricing-hero-inner-v149 {
    max-width: 850px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

body .e2p-pricing-hero-inner-v149 .e2p-eyebrow,
.editor-styles-wrapper .e2p-pricing-hero-inner-v149 .e2p-eyebrow {
    margin-left: auto !important;
    margin-right: auto !important;
}

body .e2p-pricing-title-v149,
.editor-styles-wrapper .e2p-pricing-title-v149 {
    margin: 0 0 20px !important;
    color: #0b1732 !important;
    font-family: var(--e2p-font-heading, "Manrope", sans-serif) !important;
    font-size: clamp(3rem, 5vw, 4.45rem) !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: -0.058em !important;
    text-align: center !important;
}

body .e2p-pricing-lead-v149,
.editor-styles-wrapper .e2p-pricing-lead-v149 {
    max-width: 720px !important;
    margin: 0 auto 28px !important;
    color: #60708a !important;
    font-size: 1.06rem !important;
    line-height: 1.65 !important;
    text-align: center !important;
}

body .e2p-pricing-hero-actions-v149,
.editor-styles-wrapper .e2p-pricing-hero-actions-v149 {
    justify-content: center !important;
    margin: 0 !important;
}

/* Shared centered pricing headings */
body .e2p-pricing-section-heading-v149,
.editor-styles-wrapper .e2p-pricing-section-heading-v149 {
    width: min(100%, 760px) !important;
    margin: 0 auto 40px !important;
    text-align: center !important;
}

body .e2p-pricing-section-heading-v149 .e2p-kicker,
.editor-styles-wrapper .e2p-pricing-section-heading-v149 .e2p-kicker {
    margin-left: auto !important;
    margin-right: auto !important;
}

body .e2p-pricing-section-heading-v149 h2,
.editor-styles-wrapper .e2p-pricing-section-heading-v149 h2 {
    margin: 0 0 14px !important;
    color: #0b1732 !important;
    font-family: var(--e2p-font-heading, "Manrope", sans-serif) !important;
    font-size: clamp(2.1rem, 3.4vw, 3rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.045em !important;
}

body .e2p-pricing-section-heading-v149 > p:not(.e2p-kicker),
.editor-styles-wrapper .e2p-pricing-section-heading-v149 > p:not(.e2p-kicker) {
    margin: 0 !important;
    color: #60708a !important;
    font-size: 1rem !important;
    line-height: 1.62 !important;
}

/* Modern pricing cards */
body .e2p-modern-price-grid-v149,
.editor-styles-wrapper .e2p-modern-price-grid-v149 {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 20px !important;
    width: 100% !important;
    max-width: 1080px !important;
    margin: 0 auto !important;
}

body .e2p-modern-price-card-v149,
.editor-styles-wrapper .e2p-modern-price-card-v149 {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
    min-height: 100% !important;
    margin: 0 !important;
    padding: 28px !important;
    overflow: hidden !important;
    border: 1px solid #dfe7f3 !important;
    border-radius: 22px !important;
    background: #ffffff !important;
    box-shadow: 0 14px 36px rgba(11, 33, 72, 0.055) !important;
}

body .e2p-modern-price-featured-v149,
.editor-styles-wrapper .e2p-modern-price-featured-v149 {
    border-color: rgba(20, 115, 255, 0.42) !important;
    box-shadow: 0 20px 48px rgba(20, 115, 255, 0.12) !important;
}

body .e2p-modern-price-featured-v149::before,
.editor-styles-wrapper .e2p-modern-price-featured-v149::before {
    position: absolute !important;
    inset: 0 0 auto !important;
    height: 4px !important;
    content: "" !important;
    background: linear-gradient(90deg, #0b67ef, #28b7ed) !important;
}

body .e2p-modern-price-label-v149,
.editor-styles-wrapper .e2p-modern-price-label-v149 {
    display: inline-flex !important;
    width: fit-content !important;
    margin: 0 0 18px !important;
    padding: 7px 10px !important;
    color: #0b67ef !important;
    border: 1px solid rgba(20, 115, 255, 0.16) !important;
    border-radius: 999px !important;
    background: #f3f7ff !important;
    font-size: 0.68rem !important;
    font-weight: 760 !important;
    line-height: 1 !important;
    letter-spacing: 0.1em !important;
}

body .e2p-modern-price-card-v149 h3,
.editor-styles-wrapper .e2p-modern-price-card-v149 h3 {
    margin: 0 0 18px !important;
    color: #0b1732 !important;
    font-size: 1.45rem !important;
    font-weight: 720 !important;
    line-height: 1.2 !important;
}

body .e2p-modern-price-line-v149,
.editor-styles-wrapper .e2p-modern-price-line-v149 {
    display: flex !important;
    align-items: flex-end !important;
    gap: 7px !important;
    margin: 0 0 5px !important;
}

body .e2p-modern-price-value-v149,
.editor-styles-wrapper .e2p-modern-price-value-v149 {
    margin: 0 !important;
    color: #0b1732 !important;
    font-family: var(--e2p-font-heading, "Manrope", sans-serif) !important;
    font-size: clamp(2.55rem, 3.8vw, 3.35rem) !important;
    font-weight: 720 !important;
    line-height: 0.95 !important;
    letter-spacing: -0.055em !important;
}

body .e2p-modern-price-period-v149,
.editor-styles-wrapper .e2p-modern-price-period-v149 {
    margin: 0 0 4px !important;
    color: #60708a !important;
    font-size: 0.88rem !important;
    line-height: 1.2 !important;
}

body .e2p-modern-price-annual-v149,
.editor-styles-wrapper .e2p-modern-price-annual-v149 {
    min-height: 23px !important;
    margin: 0 0 18px !important;
    color: #0b67ef !important;
    font-size: 0.88rem !important;
    font-weight: 680 !important;
    line-height: 1.4 !important;
}

body .e2p-modern-price-description-v149,
.editor-styles-wrapper .e2p-modern-price-description-v149 {
    min-height: 72px !important;
    margin: 0 0 20px !important;
    color: #60708a !important;
    font-size: 0.92rem !important;
    line-height: 1.58 !important;
}

body .e2p-modern-price-features-v149,
.editor-styles-wrapper .e2p-modern-price-features-v149 {
    display: grid !important;
    gap: 11px !important;
    margin: 0 0 26px !important;
    padding: 0 !important;
    list-style: none !important;
}

body .e2p-modern-price-features-v149 li,
.editor-styles-wrapper .e2p-modern-price-features-v149 li {
    position: relative !important;
    margin: 0 !important;
    padding-left: 24px !important;
    color: #33435f !important;
    font-size: 0.9rem !important;
    line-height: 1.48 !important;
}

body .e2p-modern-price-features-v149 li::before,
.editor-styles-wrapper .e2p-modern-price-features-v149 li::before {
    position: absolute !important;
    left: 0 !important;
    top: 0.1em !important;
    display: grid !important;
    place-items: center !important;
    width: 17px !important;
    height: 17px !important;
    content: "✓" !important;
    color: #0b67ef !important;
    border-radius: 999px !important;
    background: #eaf3ff !important;
    font-size: 0.66rem !important;
    font-weight: 800 !important;
}

body .e2p-modern-price-action-v149,
.editor-styles-wrapper .e2p-modern-price-action-v149 {
    margin-top: auto !important;
}

body .e2p-modern-price-action-v149 .wp-block-button,
body .e2p-modern-price-action-v149 .wp-block-button__link,
.editor-styles-wrapper .e2p-modern-price-action-v149 .wp-block-button,
.editor-styles-wrapper .e2p-modern-price-action-v149 .wp-block-button__link {
    width: 100% !important;
    text-align: center !important;
}

/* Clean four-column feature comparison. */
body .e2p-plan-comparison-v149,
.editor-styles-wrapper .e2p-plan-comparison-v149 {
    width: 100% !important;
    max-width: 1120px !important;
    margin: 0 auto !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    border: 1px solid #dfe7f3 !important;
    border-radius: 20px !important;
    background: #ffffff !important;
    box-shadow: 0 14px 38px rgba(11, 33, 72, 0.05) !important;
    -webkit-overflow-scrolling: touch !important;
}

body .e2p-plan-comparison-v149 table,
.editor-styles-wrapper .e2p-plan-comparison-v149 table {
    width: 100% !important;
    min-width: 900px !important;
    margin: 0 !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    table-layout: fixed !important;
}

body .e2p-plan-comparison-v149 th,
body .e2p-plan-comparison-v149 td,
.editor-styles-wrapper .e2p-plan-comparison-v149 th,
.editor-styles-wrapper .e2p-plan-comparison-v149 td {
    padding: 15px 17px !important;
    border: 0 !important;
    border-bottom: 1px solid #e8edf5 !important;
    border-right: 1px solid #edf1f7 !important;
    color: #42516b !important;
    font-size: 0.86rem !important;
    line-height: 1.42 !important;
    vertical-align: middle !important;
}

body .e2p-plan-comparison-v149 thead th,
.editor-styles-wrapper .e2p-plan-comparison-v149 thead th {
    padding-top: 19px !important;
    padding-bottom: 19px !important;
    color: #0b1732 !important;
    background: #f7f9fd !important;
    font-weight: 700 !important;
    text-align: center !important;
}

body .e2p-plan-comparison-v149 thead th:first-child,
.editor-styles-wrapper .e2p-plan-comparison-v149 thead th:first-child {
    width: 29% !important;
    text-align: left !important;
}

body .e2p-plan-comparison-v149 thead th strong,
body .e2p-plan-comparison-v149 thead th span,
.editor-styles-wrapper .e2p-plan-comparison-v149 thead th strong,
.editor-styles-wrapper .e2p-plan-comparison-v149 thead th span {
    display: block !important;
}

body .e2p-plan-comparison-v149 thead th span,
.editor-styles-wrapper .e2p-plan-comparison-v149 thead th span {
    margin-top: 5px !important;
    color: #60708a !important;
    font-size: 0.72rem !important;
    font-weight: 560 !important;
}

body .e2p-plan-comparison-v149 .e2p-plan-premium-head-v149,
.editor-styles-wrapper .e2p-plan-comparison-v149 .e2p-plan-premium-head-v149 {
    color: #075fcf !important;
    background: #eef5ff !important;
}

body .e2p-plan-comparison-v149 tbody th,
.editor-styles-wrapper .e2p-plan-comparison-v149 tbody th {
    color: #0b1732 !important;
    background: #fbfcfe !important;
    font-weight: 650 !important;
    text-align: left !important;
}

body .e2p-plan-comparison-v149 tbody td,
.editor-styles-wrapper .e2p-plan-comparison-v149 tbody td {
    text-align: center !important;
}

body .e2p-plan-comparison-v149 tr:last-child > *,
.editor-styles-wrapper .e2p-plan-comparison-v149 tr:last-child > * {
    border-bottom: 0 !important;
}

body .e2p-plan-comparison-v149 tr > *:last-child,
.editor-styles-wrapper .e2p-plan-comparison-v149 tr > *:last-child {
    border-right: 0 !important;
}

body .e2p-plan-check-v149,
.editor-styles-wrapper .e2p-plan-check-v149 {
    display: inline-grid !important;
    place-items: center !important;
    width: 22px !important;
    height: 22px !important;
    color: #087b5b !important;
    border-radius: 999px !important;
    background: #e8f8f1 !important;
    font-size: 0.78rem !important;
    font-weight: 800 !important;
}

body .e2p-plan-dash-v149,
.editor-styles-wrapper .e2p-plan-dash-v149 {
    color: #9aa5b7 !important;
    font-size: 1.1rem !important;
}

body .e2p-plan-scroll-note-v149,
.editor-styles-wrapper .e2p-plan-scroll-note-v149 {
    display: none !important;
    margin: -18px 0 12px !important;
    color: #60708a !important;
    font-size: 0.82rem !important;
    text-align: center !important;
}

body .e2p-pricing-footnote-v149,
.editor-styles-wrapper .e2p-pricing-footnote-v149 {
    max-width: 900px !important;
    margin: 18px auto 0 !important;
    color: #71809a !important;
    font-size: 0.8rem !important;
    line-height: 1.5 !important;
    text-align: center !important;
}

/* Credit version is deliberately separate and unpriced. */
body .e2p-credit-coming-soon-v149,
.editor-styles-wrapper .e2p-credit-coming-soon-v149 {
    background: #ffffff !important;
}

body .e2p-credit-coming-soon-card-v149,
.editor-styles-wrapper .e2p-credit-coming-soon-card-v149 {
    width: min(100%, 900px) !important;
    margin: 0 auto !important;
    padding: clamp(32px, 5vw, 52px) !important;
    border: 1px solid rgba(112, 40, 217, 0.18) !important;
    border-radius: 26px !important;
    background:
        radial-gradient(circle at 88% 12%, rgba(140, 67, 237, 0.13), transparent 32%),
        linear-gradient(180deg, #fbf8ff 0%, #f7f2ff 100%) !important;
    box-shadow: 0 18px 46px rgba(65, 31, 121, 0.075) !important;
    text-align: center !important;
}

body .e2p-status-badge-v149,
.editor-styles-wrapper .e2p-status-badge-v149 {
    display: inline-flex !important;
    width: fit-content !important;
    margin: 0 auto 20px !important;
    padding: 8px 12px !important;
    color: #6f2ac8 !important;
    border: 1px solid rgba(112, 40, 217, 0.16) !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    font-size: 0.7rem !important;
    font-weight: 760 !important;
    letter-spacing: 0.09em !important;
}

body .e2p-credit-coming-soon-card-v149 h2,
.editor-styles-wrapper .e2p-credit-coming-soon-card-v149 h2 {
    max-width: 700px !important;
    margin: 0 auto 16px !important;
    color: #0b1732 !important;
    font-size: clamp(2rem, 3.4vw, 2.85rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.045em !important;
}

body .e2p-credit-coming-soon-card-v149 > p:not(.e2p-status-badge-v149),
.editor-styles-wrapper .e2p-credit-coming-soon-card-v149 > p:not(.e2p-status-badge-v149) {
    max-width: 720px !important;
    margin: 0 auto 22px !important;
    color: #60708a !important;
    font-size: 0.98rem !important;
    line-height: 1.62 !important;
}

body .e2p-credit-coming-soon-list-v149,
.editor-styles-wrapper .e2p-credit-coming-soon-list-v149 {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
    max-width: 760px !important;
    margin: 0 auto 26px !important;
    padding: 0 !important;
    list-style: none !important;
}

body .e2p-credit-coming-soon-list-v149 li,
.editor-styles-wrapper .e2p-credit-coming-soon-list-v149 li {
    margin: 0 !important;
    padding: 14px 12px !important;
    color: #4a3b67 !important;
    border: 1px solid rgba(112, 40, 217, 0.12) !important;
    border-radius: 14px !important;
    background: rgba(255,255,255,0.78) !important;
    font-size: 0.86rem !important;
    line-height: 1.45 !important;
}

body .e2p-credit-coming-soon-action-v149,
.editor-styles-wrapper .e2p-credit-coming-soon-action-v149 {
    justify-content: center !important;
    margin: 0 !important;
}

@media (max-width: 980px) {
    body .e2p-modern-price-grid-v149,
    .editor-styles-wrapper .e2p-modern-price-grid-v149 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        max-width: 760px !important;
    }

    body .e2p-modern-price-premium-v149,
    .editor-styles-wrapper .e2p-modern-price-premium-v149 {
        grid-column: 1 / -1 !important;
        width: min(100%, calc(50% - 10px)) !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media (max-width: 860px) {
    body .e2p-product-hero-copy-v148,
    .editor-styles-wrapper .e2p-product-hero-copy-v148 {
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
    }

    body .e2p-product-hero-copy-v148 .e2p-eyebrow,
    .editor-styles-wrapper .e2p-product-hero-copy-v148 .e2p-eyebrow {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    body .e2p-product-hero-actions-v148,
    .editor-styles-wrapper .e2p-product-hero-actions-v148 {
        justify-content: center !important;
    }

    body .e2p-product-hero-visual-v148,
    .editor-styles-wrapper .e2p-product-hero-visual-v148 {
        justify-content: center !important;
    }

    body .e2p-credit-coming-soon-list-v149,
    .editor-styles-wrapper .e2p-credit-coming-soon-list-v149 {
        grid-template-columns: 1fr !important;
        max-width: 560px !important;
    }
}

@media (max-width: 720px) {
    body .e2p-modern-price-grid-v149,
    .editor-styles-wrapper .e2p-modern-price-grid-v149 {
        grid-template-columns: 1fr !important;
        max-width: 520px !important;
    }

    body .e2p-modern-price-premium-v149,
    .editor-styles-wrapper .e2p-modern-price-premium-v149 {
        grid-column: auto !important;
        width: 100% !important;
    }

    body .e2p-plan-scroll-note-v149,
    .editor-styles-wrapper .e2p-plan-scroll-note-v149 {
        display: block !important;
    }
}

@media (max-width: 560px) {
    body .e2p-product-hero-v148 .e2p-shell,
    body .e2p-product-benefits-v148 .e2p-shell,
    body .e2p-product-workflow-v148 .e2p-shell,
    body .e2p-plan-summary-v148 .e2p-shell,
    body .e2p-pricing-hero-v149 .e2p-shell,
    body .e2p-pricing-plans-v149 .e2p-shell,
    body .e2p-plan-comparison-section-v149 .e2p-shell,
    body .e2p-credit-coming-soon-v149 .e2p-shell,
    .editor-styles-wrapper .e2p-product-hero-v148 .e2p-shell,
    .editor-styles-wrapper .e2p-product-benefits-v148 .e2p-shell,
    .editor-styles-wrapper .e2p-product-workflow-v148 .e2p-shell,
    .editor-styles-wrapper .e2p-plan-summary-v148 .e2p-shell,
    .editor-styles-wrapper .e2p-pricing-hero-v149 .e2p-shell,
    .editor-styles-wrapper .e2p-pricing-plans-v149 .e2p-shell,
    .editor-styles-wrapper .e2p-plan-comparison-section-v149 .e2p-shell,
    .editor-styles-wrapper .e2p-credit-coming-soon-v149 .e2p-shell {
        width: min(100% - 24px, 100%) !important;
    }

    body .e2p-pricing-hero-v149,
    .editor-styles-wrapper .e2p-pricing-hero-v149 {
        padding: 54px 0 !important;
    }

    body .e2p-pricing-title-v149,
    .editor-styles-wrapper .e2p-pricing-title-v149 {
        font-size: clamp(2.45rem, 12.5vw, 3rem) !important;
    }

    body .e2p-pricing-lead-v149,
    .editor-styles-wrapper .e2p-pricing-lead-v149 {
        font-size: 0.95rem !important;
    }

    body .e2p-modern-price-card-v149,
    .editor-styles-wrapper .e2p-modern-price-card-v149 {
        padding: 22px !important;
        border-radius: 18px !important;
    }

    body .e2p-modern-price-description-v149,
    .editor-styles-wrapper .e2p-modern-price-description-v149 {
        min-height: 0 !important;
    }

    body .e2p-credit-coming-soon-card-v149,
    .editor-styles-wrapper .e2p-credit-coming-soon-card-v149 {
        padding: 28px 20px !important;
        border-radius: 20px !important;
    }

    body .e2p-plan-comparison-v149,
    .editor-styles-wrapper .e2p-plan-comparison-v149 {
        border-radius: 16px !important;
    }
}

/* v1.4.9 responsive product-hero completion: declared after desktop overrides. */
@media (max-width: 860px) {
    body .e2p-product-hero-grid-v148.wp-block-columns,
    .editor-styles-wrapper .e2p-product-hero-grid-v148.wp-block-columns {
        grid-template-columns: 1fr !important;
        gap: 36px !important;
        max-width: 680px !important;
    }

    body figure.e2p-product-hero-image-v148,
    .editor-styles-wrapper figure.e2p-product-hero-image-v148 {
        width: min(100%, 620px) !important;
        max-width: 620px !important;
    }
}

@media (max-width: 560px) {
    body .e2p-product-hero-grid-v148.wp-block-columns,
    .editor-styles-wrapper .e2p-product-hero-grid-v148.wp-block-columns {
        gap: 30px !important;
    }
}

/* ========================================================================
 * v1.4.10 — site-wide typography, hero, and section alignment system
 * The homepage visual hierarchy is the reference. Product, pricing, support,
 * company, contact, service, and legal pages now use the same fonts, scale,
 * centered shells, and responsive rhythm in both frontend and editor.
 * ======================================================================== */
:root {
    --e2p-v1410-shell: 1180px;
    --e2p-v1410-copy: 720px;
    --e2p-v1410-hero-title: clamp(2.08rem, 2.62vw, 2.76rem);
    --e2p-v1410-section-title: clamp(1.75rem, 2.6vw, 2.35rem);
    --e2p-v1410-card-title: 1.05rem;
    --e2p-v1410-body: 0.98rem;
    --e2p-v1410-small: 0.9rem;
    --e2p-v1410-hero-pad: clamp(3.2rem, 4.8vw, 4.7rem);
    --e2p-v1410-section-pad: clamp(4rem, 6vw, 5.5rem);
}

/* Shared outer geometry. */
body .e2p-product-hero-v148 .e2p-shell,
body .e2p-pricing-hero-v149 .e2p-shell,
body .e2p-pricing-plans-v149 .e2p-shell,
body .e2p-plan-comparison-section-v149 .e2p-shell,
body .e2p-credit-coming-soon-v149 .e2p-shell,
body .e2p-product-benefits-v148 .e2p-shell,
body .e2p-product-workflow-v148 .e2p-shell,
body .e2p-plan-summary-v148 .e2p-shell,
body .e2p-page-hero .e2p-shell,
body .e2p-page-content .e2p-legal-content,
body .e2p-page-hero ~ .e2p-section .e2p-shell,
.editor-styles-wrapper .e2p-product-hero-v148 .e2p-shell,
.editor-styles-wrapper .e2p-pricing-hero-v149 .e2p-shell,
.editor-styles-wrapper .e2p-pricing-plans-v149 .e2p-shell,
.editor-styles-wrapper .e2p-plan-comparison-section-v149 .e2p-shell,
.editor-styles-wrapper .e2p-credit-coming-soon-v149 .e2p-shell,
.editor-styles-wrapper .e2p-product-benefits-v148 .e2p-shell,
.editor-styles-wrapper .e2p-product-workflow-v148 .e2p-shell,
.editor-styles-wrapper .e2p-plan-summary-v148 .e2p-shell,
.editor-styles-wrapper .e2p-page-hero .e2p-shell,
.editor-styles-wrapper .e2p-page-content .e2p-legal-content,
.editor-styles-wrapper .e2p-page-hero ~ .e2p-section .e2p-shell {
    width: min(var(--e2p-v1410-shell), calc(100% - 48px)) !important;
    max-width: var(--e2p-v1410-shell) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Every top section uses the homepage font hierarchy and vertical rhythm. */
body .e2p-product-hero-v148,
body .e2p-pricing-hero-v149,
body .e2p-page-hero,
.editor-styles-wrapper .e2p-product-hero-v148,
.editor-styles-wrapper .e2p-pricing-hero-v149,
.editor-styles-wrapper .e2p-page-hero {
    padding: var(--e2p-v1410-hero-pad) 0 !important;
}

body .e2p-product-title-v148,
body .e2p-pricing-title-v149,
body .e2p-page-hero h1,
.editor-styles-wrapper .e2p-product-title-v148,
.editor-styles-wrapper .e2p-pricing-title-v149,
.editor-styles-wrapper .e2p-page-hero h1 {
    margin-top: 0 !important;
    margin-bottom: 1.25rem !important;
    color: #162239 !important;
    font-family: var(--e2p-display-font, "Manrope", sans-serif) !important;
    font-size: var(--e2p-v1410-hero-title) !important;
    font-weight: 700 !important;
    line-height: 1.04 !important;
    letter-spacing: -0.048em !important;
}

body .e2p-product-lead-v148,
body .e2p-pricing-lead-v149,
body .e2p-page-hero .e2p-hero-copy,
.editor-styles-wrapper .e2p-product-lead-v148,
.editor-styles-wrapper .e2p-pricing-lead-v149,
.editor-styles-wrapper .e2p-page-hero .e2p-hero-copy {
    color: #667085 !important;
    font-family: var(--e2p-body-font, "Inter", sans-serif) !important;
    font-size: var(--e2p-v1410-body) !important;
    line-height: 1.65 !important;
}

body .e2p-product-hero-v148 .e2p-eyebrow,
body .e2p-pricing-hero-v149 .e2p-eyebrow,
body .e2p-page-hero .e2p-eyebrow,
.editor-styles-wrapper .e2p-product-hero-v148 .e2p-eyebrow,
.editor-styles-wrapper .e2p-pricing-hero-v149 .e2p-eyebrow,
.editor-styles-wrapper .e2p-page-hero .e2p-eyebrow {
    width: fit-content !important;
    max-width: 100% !important;
    margin-top: 0 !important;
    margin-bottom: 1.35rem !important;
    padding: 0.58rem 0.8rem !important;
    font-family: var(--e2p-ui-font, "DM Sans", sans-serif) !important;
    font-size: 0.67rem !important;
    font-weight: 760 !important;
    line-height: 1.15 !important;
    letter-spacing: 0.1em !important;
}

/* Product heroes now match the homepage's balanced 44/56 composition. */
body .e2p-product-hero-grid-v148.wp-block-columns,
.editor-styles-wrapper .e2p-product-hero-grid-v148.wp-block-columns {
    grid-template-columns: minmax(0, 44fr) minmax(0, 56fr) !important;
    gap: clamp(2.5rem, 4vw, 4rem) !important;
    max-width: var(--e2p-v1410-shell) !important;
    margin: 0 auto !important;
}

body .e2p-product-hero-copy-v148,
.editor-styles-wrapper .e2p-product-hero-copy-v148 {
    width: 100% !important;
    max-width: 560px !important;
    justify-self: start !important;
}

body .e2p-product-lead-v148,
.editor-styles-wrapper .e2p-product-lead-v148 {
    max-width: 590px !important;
    margin: 0 0 1.8rem !important;
}

body .e2p-product-hero-visual-v148,
.editor-styles-wrapper .e2p-product-hero-visual-v148 {
    justify-content: center !important;
}

body figure.e2p-product-hero-image-v148,
.editor-styles-wrapper figure.e2p-product-hero-image-v148 {
    width: min(100%, 620px) !important;
    max-width: 620px !important;
    margin: 0 auto !important;
}

/* Pricing hero: center the actual block, not only its text. */
body .e2p-pricing-hero-v149,
.editor-styles-wrapper .e2p-pricing-hero-v149 {
    text-align: center !important;
}

body .e2p-pricing-hero-inner-v149,
.editor-styles-wrapper .e2p-pricing-hero-inner-v149 {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: min(100%, 860px) !important;
    max-width: 860px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    text-align: center !important;
}

body .e2p-pricing-hero-inner-v149 > *,
.editor-styles-wrapper .e2p-pricing-hero-inner-v149 > * {
    margin-left: auto !important;
    margin-right: auto !important;
}

body .e2p-pricing-title-v149,
.editor-styles-wrapper .e2p-pricing-title-v149 {
    width: min(100%, 780px) !important;
    text-align: center !important;
}

body .e2p-pricing-lead-v149,
.editor-styles-wrapper .e2p-pricing-lead-v149 {
    width: min(100%, 700px) !important;
    margin-bottom: 1.8rem !important;
    text-align: center !important;
}

body .e2p-pricing-hero-actions-v149,
.editor-styles-wrapper .e2p-pricing-hero-actions-v149 {
    display: flex !important;
    width: fit-content !important;
    max-width: 100% !important;
    justify-content: center !important;
    margin: 0 auto !important;
}

/* Simple page heroes are centered; split image heroes remain balanced. */
body .e2p-page-hero .e2p-shell > .e2p-eyebrow,
body .e2p-page-hero .e2p-shell > h1,
body .e2p-page-hero .e2p-shell > p,
.editor-styles-wrapper .e2p-page-hero .e2p-shell > .e2p-eyebrow,
.editor-styles-wrapper .e2p-page-hero .e2p-shell > h1,
.editor-styles-wrapper .e2p-page-hero .e2p-shell > p {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

body .e2p-page-hero .e2p-shell > h1,
.editor-styles-wrapper .e2p-page-hero .e2p-shell > h1 {
    width: min(100%, 780px) !important;
}

body .e2p-page-hero .e2p-shell > p,
.editor-styles-wrapper .e2p-page-hero .e2p-shell > p {
    width: min(100%, 700px) !important;
}

body .e2p-page-hero .e2p-shell > .wp-block-columns,
.editor-styles-wrapper .e2p-page-hero .e2p-shell > .wp-block-columns {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr) !important;
    align-items: center !important;
    gap: clamp(2.5rem, 4vw, 4rem) !important;
    width: 100% !important;
    margin: 0 !important;
    text-align: left !important;
}

body .e2p-page-hero .wp-block-columns h1,
body .e2p-page-hero .wp-block-columns p,
body .e2p-page-hero .wp-block-columns .e2p-eyebrow,
.editor-styles-wrapper .e2p-page-hero .wp-block-columns h1,
.editor-styles-wrapper .e2p-page-hero .wp-block-columns p,
.editor-styles-wrapper .e2p-page-hero .wp-block-columns .e2p-eyebrow {
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
}

/* Consistent section heading and body hierarchy across non-home pages. */
body .e2p-section-heading-v148 h2,
body .e2p-content-split-copy-v148 h2,
body .e2p-credit-status-grid-v148 h2,
body .e2p-pricing-section-heading-v149 h2,
body .e2p-credit-coming-soon-card-v149 h2,
body .e2p-page-content h2,
body .e2p-page-hero ~ .e2p-section h2,
.editor-styles-wrapper .e2p-section-heading-v148 h2,
.editor-styles-wrapper .e2p-content-split-copy-v148 h2,
.editor-styles-wrapper .e2p-credit-status-grid-v148 h2,
.editor-styles-wrapper .e2p-pricing-section-heading-v149 h2,
.editor-styles-wrapper .e2p-credit-coming-soon-card-v149 h2,
.editor-styles-wrapper .e2p-page-content h2,
.editor-styles-wrapper .e2p-page-hero ~ .e2p-section h2 {
    margin-top: 0 !important;
    margin-bottom: 0.9rem !important;
    color: #162239 !important;
    font-family: var(--e2p-display-font, "Manrope", sans-serif) !important;
    font-size: var(--e2p-v1410-section-title) !important;
    font-weight: 700 !important;
    line-height: 1.08 !important;
    letter-spacing: -0.045em !important;
}

body .e2p-product-benefits-v148 p,
body .e2p-product-workflow-v148 p,
body .e2p-plan-summary-v148 p,
body .e2p-pricing-plans-v149 p,
body .e2p-plan-comparison-section-v149 p,
body .e2p-credit-coming-soon-v149 p,
body .e2p-page-content p,
body .e2p-page-content li,
body .e2p-page-hero ~ .e2p-section p,
body .e2p-page-hero ~ .e2p-section li,
.editor-styles-wrapper .e2p-product-benefits-v148 p,
.editor-styles-wrapper .e2p-product-workflow-v148 p,
.editor-styles-wrapper .e2p-plan-summary-v148 p,
.editor-styles-wrapper .e2p-pricing-plans-v149 p,
.editor-styles-wrapper .e2p-plan-comparison-section-v149 p,
.editor-styles-wrapper .e2p-credit-coming-soon-v149 p,
.editor-styles-wrapper .e2p-page-content p,
.editor-styles-wrapper .e2p-page-content li,
.editor-styles-wrapper .e2p-page-hero ~ .e2p-section p,
.editor-styles-wrapper .e2p-page-hero ~ .e2p-section li {
    font-family: var(--e2p-body-font, "Inter", sans-serif) !important;
    font-size: var(--e2p-v1410-small) !important;
    line-height: 1.62 !important;
}

body .e2p-product-benefits-v148 h3,
body .e2p-plan-summary-v148 h3,
body .e2p-modern-price-card-v149 h3,
body .e2p-page-hero ~ .e2p-section h3,
.editor-styles-wrapper .e2p-product-benefits-v148 h3,
.editor-styles-wrapper .e2p-plan-summary-v148 h3,
.editor-styles-wrapper .e2p-modern-price-card-v149 h3,
.editor-styles-wrapper .e2p-page-hero ~ .e2p-section h3 {
    color: #162239 !important;
    font-family: var(--e2p-display-font, "Manrope", sans-serif) !important;
    font-size: var(--e2p-v1410-card-title) !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
}

body .e2p-product-benefits-v148,
body .e2p-product-workflow-v148,
body .e2p-plan-summary-v148,
body .e2p-pricing-plans-v149,
body .e2p-plan-comparison-section-v149,
body .e2p-credit-coming-soon-v149,
body .e2p-page-content,
body .e2p-page-hero ~ .e2p-section,
.editor-styles-wrapper .e2p-product-benefits-v148,
.editor-styles-wrapper .e2p-product-workflow-v148,
.editor-styles-wrapper .e2p-plan-summary-v148,
.editor-styles-wrapper .e2p-pricing-plans-v149,
.editor-styles-wrapper .e2p-plan-comparison-section-v149,
.editor-styles-wrapper .e2p-credit-coming-soon-v149,
.editor-styles-wrapper .e2p-page-content,
.editor-styles-wrapper .e2p-page-hero ~ .e2p-section {
    padding-top: var(--e2p-v1410-section-pad) !important;
    padding-bottom: var(--e2p-v1410-section-pad) !important;
}

body .e2p-page-content .e2p-legal-content,
.editor-styles-wrapper .e2p-page-content .e2p-legal-content {
    width: min(860px, calc(100% - 48px)) !important;
    max-width: 860px !important;
    margin: 0 auto !important;
}

body .e2p-page-content .e2p-legal-content > * + *,
.editor-styles-wrapper .e2p-page-content .e2p-legal-content > * + * {
    margin-block-start: 1.15rem !important;
}

body .e2p-page-content .e2p-legal-content h2,
.editor-styles-wrapper .e2p-page-content .e2p-legal-content h2 {
    margin-top: 2.4rem !important;
}

/* Keep section heading blocks genuinely centered. */
body .e2p-section-heading-centered-v148,
body .e2p-pricing-section-heading-v149,
body .e2p-product-benefits-v148 .e2p-section-heading-v148,
body .e2p-plan-summary-v148 .e2p-section-heading-v148,
.editor-styles-wrapper .e2p-section-heading-centered-v148,
.editor-styles-wrapper .e2p-pricing-section-heading-v149,
.editor-styles-wrapper .e2p-product-benefits-v148 .e2p-section-heading-v148,
.editor-styles-wrapper .e2p-plan-summary-v148 .e2p-section-heading-v148 {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: min(100%, 760px) !important;
    max-width: 760px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

body .e2p-section-heading-centered-v148 > *,
body .e2p-pricing-section-heading-v149 > *,
body .e2p-product-benefits-v148 .e2p-section-heading-v148 > *,
body .e2p-plan-summary-v148 .e2p-section-heading-v148 > *,
.editor-styles-wrapper .e2p-section-heading-centered-v148 > *,
.editor-styles-wrapper .e2p-pricing-section-heading-v149 > *,
.editor-styles-wrapper .e2p-product-benefits-v148 .e2p-section-heading-v148 > *,
.editor-styles-wrapper .e2p-plan-summary-v148 .e2p-section-heading-v148 > * {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

@media (max-width: 860px) {
    body .e2p-product-hero-grid-v148.wp-block-columns,
    body .e2p-page-hero .e2p-shell > .wp-block-columns,
    .editor-styles-wrapper .e2p-product-hero-grid-v148.wp-block-columns,
    .editor-styles-wrapper .e2p-page-hero .e2p-shell > .wp-block-columns {
        grid-template-columns: 1fr !important;
        gap: 2.25rem !important;
        max-width: 680px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    body .e2p-product-hero-copy-v148,
    body .e2p-page-hero .wp-block-columns > .wp-block-column:first-child,
    .editor-styles-wrapper .e2p-product-hero-copy-v148,
    .editor-styles-wrapper .e2p-page-hero .wp-block-columns > .wp-block-column:first-child {
        max-width: 620px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
    }

    body .e2p-product-hero-copy-v148 .e2p-eyebrow,
    body .e2p-page-hero .wp-block-columns .e2p-eyebrow,
    body .e2p-product-hero-actions-v148,
    body .e2p-page-hero .wp-block-columns .wp-block-buttons,
    .editor-styles-wrapper .e2p-product-hero-copy-v148 .e2p-eyebrow,
    .editor-styles-wrapper .e2p-page-hero .wp-block-columns .e2p-eyebrow,
    .editor-styles-wrapper .e2p-product-hero-actions-v148,
    .editor-styles-wrapper .e2p-page-hero .wp-block-columns .wp-block-buttons {
        margin-left: auto !important;
        margin-right: auto !important;
        justify-content: center !important;
    }

    body .e2p-product-hero-copy-v148 p,
    body .e2p-product-hero-copy-v148 h1,
    body .e2p-page-hero .wp-block-columns h1,
    body .e2p-page-hero .wp-block-columns p,
    .editor-styles-wrapper .e2p-product-hero-copy-v148 p,
    .editor-styles-wrapper .e2p-product-hero-copy-v148 h1,
    .editor-styles-wrapper .e2p-page-hero .wp-block-columns h1,
    .editor-styles-wrapper .e2p-page-hero .wp-block-columns p {
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
    }
}

@media (max-width: 560px) {
    :root {
        --e2p-v1410-hero-title: clamp(1.95rem, 8vw, 2.45rem);
        --e2p-v1410-section-title: clamp(1.65rem, 8vw, 2rem);
        --e2p-v1410-hero-pad: 3.35rem;
        --e2p-v1410-section-pad: 3.5rem;
    }

    body .e2p-product-hero-v148 .e2p-shell,
    body .e2p-pricing-hero-v149 .e2p-shell,
    body .e2p-pricing-plans-v149 .e2p-shell,
    body .e2p-plan-comparison-section-v149 .e2p-shell,
    body .e2p-credit-coming-soon-v149 .e2p-shell,
    body .e2p-product-benefits-v148 .e2p-shell,
    body .e2p-product-workflow-v148 .e2p-shell,
    body .e2p-plan-summary-v148 .e2p-shell,
    body .e2p-page-hero .e2p-shell,
    body .e2p-page-hero ~ .e2p-section .e2p-shell,
    .editor-styles-wrapper .e2p-product-hero-v148 .e2p-shell,
    .editor-styles-wrapper .e2p-pricing-hero-v149 .e2p-shell,
    .editor-styles-wrapper .e2p-pricing-plans-v149 .e2p-shell,
    .editor-styles-wrapper .e2p-plan-comparison-section-v149 .e2p-shell,
    .editor-styles-wrapper .e2p-credit-coming-soon-v149 .e2p-shell,
    .editor-styles-wrapper .e2p-product-benefits-v148 .e2p-shell,
    .editor-styles-wrapper .e2p-product-workflow-v148 .e2p-shell,
    .editor-styles-wrapper .e2p-plan-summary-v148 .e2p-shell,
    .editor-styles-wrapper .e2p-page-hero .e2p-shell,
    .editor-styles-wrapper .e2p-page-hero ~ .e2p-section .e2p-shell {
        width: min(100%, calc(100% - 24px)) !important;
    }

    body .e2p-pricing-hero-actions-v149,
    body .e2p-product-hero-actions-v148,
    .editor-styles-wrapper .e2p-pricing-hero-actions-v149,
    .editor-styles-wrapper .e2p-product-hero-actions-v148 {
        width: 100% !important;
        flex-direction: column !important;
        align-items: stretch !important;
    }

    body .e2p-pricing-hero-actions-v149 .wp-block-button,
    body .e2p-pricing-hero-actions-v149 .wp-block-button__link,
    body .e2p-product-hero-actions-v148 .wp-block-button,
    body .e2p-product-hero-actions-v148 .wp-block-button__link,
    .editor-styles-wrapper .e2p-pricing-hero-actions-v149 .wp-block-button,
    .editor-styles-wrapper .e2p-pricing-hero-actions-v149 .wp-block-button__link,
    .editor-styles-wrapper .e2p-product-hero-actions-v148 .wp-block-button,
    .editor-styles-wrapper .e2p-product-hero-actions-v148 .wp-block-button__link {
        width: 100% !important;
        text-align: center !important;
    }
}


/* ========================================================================
 * v1.4.11 — about/support hero cleanup and safe content refresh
 * ======================================================================== */
body .e2p-modern-hero-v1411,
.editor-styles-wrapper .e2p-modern-hero-v1411 {
    text-align: center !important;
}

body .e2p-modern-hero-v1411 .e2p-shell,
.editor-styles-wrapper .e2p-modern-hero-v1411 .e2p-shell {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: min(var(--e2p-v1410-shell), calc(100% - 48px)) !important;
    max-width: var(--e2p-v1410-shell) !important;
    margin: 0 auto !important;
}

body .e2p-modern-hero-v1411 .e2p-modern-hero-copy-v1411,
.editor-styles-wrapper .e2p-modern-hero-v1411 .e2p-modern-hero-copy-v1411 {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: min(100%, 820px) !important;
    margin: 0 auto !important;
    text-align: center !important;
}

body .e2p-modern-hero-v1411 .e2p-modern-hero-copy-v1411 > *,
.editor-styles-wrapper .e2p-modern-hero-v1411 .e2p-modern-hero-copy-v1411 > * {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

body .e2p-modern-hero-v1411 .e2p-hero-copy,
.editor-styles-wrapper .e2p-modern-hero-v1411 .e2p-hero-copy {
    width: min(100%, 720px) !important;
    max-width: 720px !important;
}

body .e2p-hero-actions-v1411,
.editor-styles-wrapper .e2p-hero-actions-v1411 {
    display: flex !important;
    justify-content: center !important;
    width: fit-content !important;
    max-width: 100% !important;
    margin: 1.8rem auto 0 !important;
}

body .e2p-hero-visual-wrap-v1411,
.editor-styles-wrapper .e2p-hero-visual-wrap-v1411 {
    width: 100% !important;
    margin: 2.4rem auto 0 !important;
}

body .e2p-hero-visual-card-v1411,
.editor-styles-wrapper .e2p-hero-visual-card-v1411 {
    width: min(100%, 980px) !important;
    margin: 0 auto !important;
    padding: 0 !important;
    border: 1px solid rgba(24, 68, 139, 0.08) !important;
    border-radius: 28px !important;
    background: linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(247,249,252,0.98) 100%) !important;
    box-shadow: 0 30px 70px rgba(22, 34, 57, 0.08) !important;
    overflow: hidden !important;
}

body figure.e2p-hero-visual-image-v1411,
.editor-styles-wrapper figure.e2p-hero-visual-image-v1411 {
    width: 100% !important;
    margin: 0 !important;
}

body figure.e2p-hero-visual-image-v1411 img,
.editor-styles-wrapper figure.e2p-hero-visual-image-v1411 img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 !important;
    border-radius: 0 !important;
}

body .e2p-about-values-v1411,
.editor-styles-wrapper .e2p-about-values-v1411 {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 1.25rem !important;
}

body .e2p-about-value-card-v1411,
.editor-styles-wrapper .e2p-about-value-card-v1411 {
    height: 100% !important;
    padding: 1.5rem !important;
    border: 1px solid rgba(24, 68, 139, 0.08) !important;
    border-radius: 22px !important;
    background: #ffffff !important;
    box-shadow: 0 18px 40px rgba(22, 34, 57, 0.05) !important;
}

body .e2p-about-value-card-v1411 h3,
.editor-styles-wrapper .e2p-about-value-card-v1411 h3 {
    margin-top: 0 !important;
    margin-bottom: 0.55rem !important;
}

body .e2p-about-value-card-v1411 p,
.editor-styles-wrapper .e2p-about-value-card-v1411 p {
    margin: 0 !important;
}

@media (max-width: 860px) {
    body .e2p-modern-hero-v1411 .e2p-shell,
    .editor-styles-wrapper .e2p-modern-hero-v1411 .e2p-shell {
        width: min(100%, calc(100% - 32px)) !important;
    }

    body .e2p-hero-visual-wrap-v1411,
    .editor-styles-wrapper .e2p-hero-visual-wrap-v1411 {
        margin-top: 2rem !important;
    }

    body .e2p-about-values-v1411,
    .editor-styles-wrapper .e2p-about-values-v1411 {
        grid-template-columns: 1fr !important;
    }
}


/* ========================================================================
 * v1.4.12 — hero eyebrow width fix + card title alignment system
 * ======================================================================== */
/* Root cause fix: simple page-hero width rules were also catching the eyebrow
   paragraph, stretching the pill across the shell. Restrict body-copy widths
   to non-eyebrow paragraphs only, then explicitly restore intrinsic pill size. */
body .e2p-page-hero .e2p-shell > p:not(.e2p-eyebrow),
.editor-styles-wrapper .e2p-page-hero .e2p-shell > p:not(.e2p-eyebrow) {
    width: min(100%, 700px) !important;
}

body .e2p-page-hero .e2p-shell > .e2p-eyebrow,
.editor-styles-wrapper .e2p-page-hero .e2p-shell > .e2p-eyebrow {
    display: inline-flex !important;
    width: auto !important;
    max-width: fit-content !important;
    min-width: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0.58rem 1.05rem !important;
    white-space: nowrap !important;
}

/* About-page value cards: equal title rhythm and aligned text blocks. */
body .e2p-about-values-v1411 .e2p-about-value-card-v1411,
.editor-styles-wrapper .e2p-about-values-v1411 .e2p-about-value-card-v1411 {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
}

body .e2p-about-values-v1411 .e2p-about-value-card-v1411 h3,
.editor-styles-wrapper .e2p-about-values-v1411 .e2p-about-value-card-v1411 h3 {
    display: flex !important;
    align-items: flex-start !important;
    width: 100% !important;
    min-height: 2.7em !important;
    margin: 0 0 0.7rem !important;
    color: #0b1732 !important;
    font-size: 1.08rem !important;
    font-weight: 700 !important;
    line-height: 1.28 !important;
}

body .e2p-about-values-v1411 .e2p-about-value-card-v1411 p,
.editor-styles-wrapper .e2p-about-values-v1411 .e2p-about-value-card-v1411 p {
    margin: 0 !important;
    color: #5e6f88 !important;
    font-size: 0.94rem !important;
    line-height: 1.62 !important;
}

/* Generic feature-card heading system for sections like “What to expect”. */
body .e2p-feature-grid .e2p-feature-card,
.editor-styles-wrapper .e2p-feature-grid .e2p-feature-card {
    align-items: flex-start !important;
    justify-content: flex-start !important;
}

body .e2p-feature-grid .e2p-feature-number,
.editor-styles-wrapper .e2p-feature-grid .e2p-feature-number {
    margin-bottom: 0.9rem !important;
}

body .e2p-feature-grid .e2p-feature-card h3,
.editor-styles-wrapper .e2p-feature-grid .e2p-feature-card h3 {
    display: flex !important;
    align-items: flex-start !important;
    width: 100% !important;
    min-height: 2.7em !important;
    margin: 0 0 0.8rem !important;
    font-size: 1.02rem !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
}

body .e2p-feature-grid .e2p-feature-card p:last-child,
.editor-styles-wrapper .e2p-feature-grid .e2p-feature-card p:last-child {
    margin-top: 0 !important;
}

@media (max-width: 860px) {
    body .e2p-page-hero .e2p-shell > .e2p-eyebrow,
    .editor-styles-wrapper .e2p-page-hero .e2p-shell > .e2p-eyebrow {
        white-space: normal !important;
        text-align: center !important;
    }

    body .e2p-about-values-v1411 .e2p-about-value-card-v1411 h3,
    .editor-styles-wrapper .e2p-about-values-v1411 .e2p-about-value-card-v1411 h3,
    body .e2p-feature-grid .e2p-feature-card h3,
    .editor-styles-wrapper .e2p-feature-grid .e2p-feature-card h3 {
        min-height: 0 !important;
    }
}


/* ========================================================================
 * v1.4.13 — support CTA contrast + refreshed hero artwork
 * ======================================================================== */
body .e2p-final-section .e2p-final-cta .wp-block-heading,
body .e2p-final-section .e2p-final-cta h2,
.editor-styles-wrapper .e2p-final-section .e2p-final-cta .wp-block-heading,
.editor-styles-wrapper .e2p-final-section .e2p-final-cta h2 {
    color: #ffffff !important;
}

body .e2p-final-section .e2p-final-cta > p,
.editor-styles-wrapper .e2p-final-section .e2p-final-cta > p {
    color: rgba(255,255,255,0.78) !important;
}

body .e2p-final-section .e2p-final-cta .e2p-contact-email,
body .e2p-final-section .e2p-final-cta .e2p-contact-email:visited,
.editor-styles-wrapper .e2p-final-section .e2p-final-cta .e2p-contact-email,
.editor-styles-wrapper .e2p-final-section .e2p-final-cta .e2p-contact-email:visited {
    color: #86c6ff !important;
    font-weight: 600 !important;
    text-decoration-color: rgba(134,198,255,0.78) !important;
}

body .e2p-final-section .e2p-final-cta .e2p-contact-email:hover,
.editor-styles-wrapper .e2p-final-section .e2p-final-cta .e2p-contact-email:hover {
    color: #d7ecff !important;
}


/* ========================================================================
 * v1.4.14 — strict all-page QA corrections
 * ======================================================================== */
/* The old v1.2.8 desktop hero rule was declared after its responsive rule and
   restored a two-column homepage at mobile widths. Force the intended stack. */
@media (max-width: 1080px) {
    body .e2p-home-hero .e2p-hero-columns,
    .editor-styles-wrapper .e2p-home-hero .e2p-hero-columns {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 2.5rem !important;
    }

    body .e2p-home-hero .e2p-hero-copy-column,
    body .e2p-home-hero .e2p-hero-visual-column,
    .editor-styles-wrapper .e2p-home-hero .e2p-hero-copy-column,
    .editor-styles-wrapper .e2p-home-hero .e2p-hero-visual-column {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        flex-basis: auto !important;
        grid-column: 1 !important;
    }

    body .e2p-home-hero .e2p-hero-copy-column,
    .editor-styles-wrapper .e2p-home-hero .e2p-hero-copy-column {
        grid-row: 1 !important;
        padding-right: 0 !important;
        text-align: center !important;
    }

    body .e2p-home-hero .e2p-hero-visual-column,
    .editor-styles-wrapper .e2p-home-hero .e2p-hero-visual-column {
        grid-row: 2 !important;
    }

    body .e2p-home-hero .e2p-hero-compare-card,
    .editor-styles-wrapper .e2p-home-hero .e2p-hero-compare-card {
        width: min(100%, 760px) !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media (max-width: 620px) {
    body .e2p-home-hero .e2p-display-heading,
    .editor-styles-wrapper .e2p-home-hero .e2p-display-heading {
        display: block !important;
        width: min(100%, 340px) !important;
        max-width: 340px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        transform: none !important;
        font-size: clamp(2rem, 10vw, 2.45rem) !important;
        line-height: 1.04 !important;
        text-align: center !important;
    }

    body .e2p-home-hero .e2p-display-heading .e2p-heading-line,
    .editor-styles-wrapper .e2p-home-hero .e2p-display-heading .e2p-heading-line {
        display: block !important;
        width: 100% !important;
        min-height: 0 !important;
        margin: 0 0 0.08em !important;
        padding: 0 !important;
        transform: none !important;
        white-space: normal !important;
        line-height: 1.05 !important;
    }

    body .e2p-home-hero .e2p-hero-copy,
    .editor-styles-wrapper .e2p-home-hero .e2p-hero-copy {
        width: min(100%, 330px) !important;
        max-width: 330px !important;
        text-align: center !important;
    }
}

/* Public legal pages must not display publisher-only drafting warnings. */
body .e2p-legal-notice.e2p-public-legal-note,
.editor-styles-wrapper .e2p-legal-notice.e2p-public-legal-note {
    color: #46566f !important;
    background: #f6f9fd !important;
    border-color: #dfe7f3 !important;
}
