/**
 * EBA Daily Stabilizer — full subscriptions landing page.
 * Brand: gold #d4a24c, charcoal #0f172a, ivory #fafaf7.
 */

.eba-wrapper.eba-ds {
    font-family: 'Inter', system-ui, sans-serif;
    color: #0f172a;
}
.eba-wrapper.eba-ds .eba-container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

/* ============================================================
 * KILL TOP/BOTTOM WHITE GAP AROUND DS WIDGETS
 * The DS widgets each render a full-width section with its own
 * dark/light background. Elementor's outer container + widget
 * wrapper add default top/bottom padding/margin which shows
 * as white strips between sections — we strip those here so
 * sections butt against each other seamlessly.
 * ============================================================ */
.elementor-widget-eba-ds-hero,
.elementor-widget-eba-ds-featured,
.elementor-widget-eba-ds-why-choose,
.elementor-widget-eba-ds-addons,
.elementor-widget-eba-ds-pricing,
.elementor-widget-eba-ds-how-it-works,
.elementor-widget-eba-ds-faq,
.elementor-widget-eba-ds-cta {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.elementor-widget-eba-ds-hero > .elementor-widget-container,
.elementor-widget-eba-ds-featured > .elementor-widget-container,
.elementor-widget-eba-ds-why-choose > .elementor-widget-container,
.elementor-widget-eba-ds-addons > .elementor-widget-container,
.elementor-widget-eba-ds-pricing > .elementor-widget-container,
.elementor-widget-eba-ds-how-it-works > .elementor-widget-container,
.elementor-widget-eba-ds-faq > .elementor-widget-container,
.elementor-widget-eba-ds-cta > .elementor-widget-container {
    padding: 0 !important;
    margin: 0 !important;
}
/* Parent Elementor container that holds a DS widget — strip default vertical padding */
.e-con:has(> .e-con-inner > .elementor-widget-eba-ds-hero),
.e-con:has(> .e-con-inner > .elementor-widget-eba-ds-featured),
.e-con:has(> .e-con-inner > .elementor-widget-eba-ds-why-choose),
.e-con:has(> .e-con-inner > .elementor-widget-eba-ds-addons),
.e-con:has(> .e-con-inner > .elementor-widget-eba-ds-pricing),
.e-con:has(> .e-con-inner > .elementor-widget-eba-ds-how-it-works),
.e-con:has(> .e-con-inner > .elementor-widget-eba-ds-faq),
.e-con:has(> .e-con-inner > .elementor-widget-eba-ds-cta),
.e-con:has(> .elementor-widget-eba-ds-hero),
.e-con:has(> .elementor-widget-eba-ds-featured),
.e-con:has(> .elementor-widget-eba-ds-why-choose),
.e-con:has(> .elementor-widget-eba-ds-addons),
.e-con:has(> .elementor-widget-eba-ds-pricing),
.e-con:has(> .elementor-widget-eba-ds-how-it-works),
.e-con:has(> .elementor-widget-eba-ds-faq),
.e-con:has(> .elementor-widget-eba-ds-cta) {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.e-con:has(> .e-con-inner > .elementor-widget-eba-ds-hero) > .e-con-inner,
.e-con:has(> .e-con-inner > .elementor-widget-eba-ds-featured) > .e-con-inner,
.e-con:has(> .e-con-inner > .elementor-widget-eba-ds-why-choose) > .e-con-inner,
.e-con:has(> .e-con-inner > .elementor-widget-eba-ds-addons) > .e-con-inner,
.e-con:has(> .e-con-inner > .elementor-widget-eba-ds-pricing) > .e-con-inner,
.e-con:has(> .e-con-inner > .elementor-widget-eba-ds-how-it-works) > .e-con-inner,
.e-con:has(> .e-con-inner > .elementor-widget-eba-ds-faq) > .e-con-inner,
.e-con:has(> .e-con-inner > .elementor-widget-eba-ds-cta) > .e-con-inner {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
/* Make widget wrapper itself flush */
.eba-wrapper.eba-ds {
    margin: 0;
    padding: 0;
}

/* ============================================================
 * SHARED HEADERS
 * ============================================================ */
.eba-wrapper.eba-ds .eba-dsx__head { text-align: left; margin-bottom: 32px; }
.eba-wrapper.eba-ds .eba-dsx__head--center { text-align: center; margin-bottom: 48px; }
.eba-wrapper.eba-ds .eba-dsx__head h2 {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-weight: 600;
    font-size: clamp(1.875rem, 3.5vw, 2.5rem);
    color: #0f172a !important;
    margin: 0 0 12px;
    letter-spacing: -0.005em;
}
.eba-wrapper.eba-ds .eba-dsx__head p {
    font-size: 1rem;
    line-height: 1.6;
    color: #64748b !important;
    margin: 0;
    max-width: 680px;
}
.eba-wrapper.eba-ds .eba-dsx__head--center p { margin-left: auto; margin-right: auto; }
.eba-wrapper.eba-ds .eba-dsx__head--light h2 { color: #fff !important; }
.eba-wrapper.eba-ds .eba-dsx__head--light p { color: rgba(255, 255, 255, 0.72) !important; }

.eba-wrapper.eba-ds .eba-dsx__chip,
.eba-wrapper.eba-ds .eba-dsx__pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(212, 162, 76, 0.15);
    border: 1px solid rgba(212, 162, 76, 0.4);
    color: #d4a24c !important;
    padding: 5px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 18px;
}
.eba-wrapper.eba-ds .eba-dsx__pill {
    background: rgba(212, 162, 76, 0.12);
    color: #b58834 !important;
    border-color: transparent;
}

/* Buttons */
.eba-wrapper.eba-ds .eba-dsx__btn,
.eba-wrapper.eba-ds a.eba-dsx__btn,
.eba-wrapper.eba-ds button.eba-dsx__btn {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    padding: 12px 24px !important;
    border-radius: 10px !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    cursor: pointer;
    transition: all 0.15s;
    border: 0 !important;
    background-image: none;
    text-shadow: none !important;
}
.eba-wrapper.eba-ds .eba-dsx__btn--primary {
    background: linear-gradient(135deg, #d4a24c, #e0b96b) !important;
    background-image: linear-gradient(135deg, #d4a24c, #e0b96b) !important;
    color: #0f172a !important;
    box-shadow: 0 4px 14px rgba(212, 162, 76, 0.35);
}
.eba-wrapper.eba-ds .eba-dsx__btn--primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 22px rgba(212, 162, 76, 0.45);
    color: #0f172a !important;
}
.eba-wrapper.eba-ds .eba-dsx__btn--ghost {
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    color: #fff !important;
}
.eba-wrapper.eba-ds .eba-dsx__btn--ghost:hover {
    border-color: #d4a24c !important;
    color: #d4a24c !important;
}
.eba-wrapper.eba-ds .eba-dsx__btn--big { padding: 14px 30px !important; font-size: 15px !important; }

/* ============================================================
 * HERO — Reference: charcoal bg, gold chip, dual-color title, dual CTAs.
 * Defaults tuned to match emotionalacademy.vercel.app /daily-stabilizer.
 * ============================================================ */
.eba-wrapper.eba-ds .eba-dsx__hero {
    position: relative;
    min-height: 640px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 96px 0;
    background-color: #0f1729;
    color: #fff;
}
.eba-wrapper.eba-ds .eba-dsx__hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}
.eba-wrapper.eba-ds .eba-dsx__hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 41, 0.72);
    z-index: 1;
    pointer-events: none;
}
.eba-wrapper.eba-ds .eba-dsx__hero .eba-container {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
}
.eba-wrapper.eba-ds .eba-dsx__hero-inner { max-width: 620px; }

/* Alignment classes */
.eba-wrapper.eba-ds .eba-dsx__hero-inner--align-left   { margin-right: auto; text-align: left; }
.eba-wrapper.eba-ds .eba-dsx__hero-inner--align-center { margin-left: auto; margin-right: auto; text-align: center; }
.eba-wrapper.eba-ds .eba-dsx__hero-inner--align-right  { margin-left: auto; text-align: right; }
.eba-wrapper.eba-ds .eba-dsx__hero-inner--align-center .eba-dsx__hero-cta { justify-content: center; }
.eba-wrapper.eba-ds .eba-dsx__hero-inner--align-right  .eba-dsx__hero-cta { justify-content: flex-end; }

.eba-wrapper.eba-ds .eba-dsx__hero-title {
    margin: 0 0 20px;
    color: #ffffff;
    letter-spacing: -0.01em;
}
.eba-wrapper.eba-ds .eba-dsx__gold { color: #ddab2c; }

.eba-wrapper.eba-ds .eba-dsx__hero-desc {
    margin: 0 0 36px;
    color: rgba(248, 246, 241, 0.85);
    max-width: 580px;
}

.eba-wrapper.eba-ds .eba-dsx__hero-cta {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
}

/* Hero buttons — override the shared .eba-dsx__btn styles for the hero context.
   Use solid colors (not gradient) to match reference and play well with Elementor controls. */
.eba-wrapper.eba-ds .eba-dsx__hero-cta a.eba-dsx__btn,
.eba-wrapper.eba-ds .eba-dsx__hero-cta .eba-dsx__btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 52px;
    padding: 0 28px !important;
    border-radius: 10px !important;
    text-decoration: none !important;
    transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.2s, box-shadow 0.2s;
    cursor: pointer;
    background-image: none !important;
    text-shadow: none !important;
    border: 0;
    white-space: nowrap;
    line-height: 1;
}
.eba-wrapper.eba-ds .eba-dsx__hero-cta .eba-dsx__btn span,
.eba-wrapper.eba-ds .eba-dsx__hero-cta .eba-dsx__btn svg { color: inherit; line-height: 1; }

.eba-wrapper.eba-ds .eba-dsx__hero-cta a.eba-dsx__btn--primary,
.eba-wrapper.eba-ds .eba-dsx__hero-cta .eba-dsx__btn--primary {
    background: #ddab2c !important;
    background-image: none !important;
    color: #0f1729 !important;
    box-shadow: 0 4px 16px rgba(221, 171, 44, 0.25);
}
.eba-wrapper.eba-ds .eba-dsx__hero-cta a.eba-dsx__btn--primary:hover,
.eba-wrapper.eba-ds .eba-dsx__hero-cta .eba-dsx__btn--primary:hover {
    background: #c89821 !important;
    color: #0f1729 !important;
    transform: translateY(-1px);
    box-shadow: 0 8px 22px rgba(221, 171, 44, 0.35);
}

.eba-wrapper.eba-ds .eba-dsx__hero-cta a.eba-dsx__btn--ghost,
.eba-wrapper.eba-ds .eba-dsx__hero-cta .eba-dsx__btn--ghost {
    background: transparent !important;
    background-image: none !important;
    color: #ffffff !important;
    border: 1.5px solid rgba(255, 255, 255, 0.35) !important;
}
.eba-wrapper.eba-ds .eba-dsx__hero-cta a.eba-dsx__btn--ghost:hover,
.eba-wrapper.eba-ds .eba-dsx__hero-cta .eba-dsx__btn--ghost:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    border-color: #ffffff !important;
}

/* ============================================================
 * FEATURED TOOLS — Reference: dark bg, gold pill, 3 themed image cards.
 * When card has image: image covers the FULL card (no padding/whitespace).
 * ============================================================ */
.eba-wrapper.eba-ds .eba-dsx__featured {
    background-color: #0f1729;
    color: #fff;
    padding: 88px 0;
}
.eba-wrapper.eba-ds .eba-dsx__featured .eba-container {
    max-width: 1280px;
    margin: 0 auto;
}

/* Eyebrow pill — reference: gold-tinted dark pill with star icon */
.eba-wrapper.eba-ds .eba-dsx__featured .eba-dsx__pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(221, 171, 44, 0.15);
    border: 1px solid rgba(221, 171, 44, 0.3);
    color: #ddab2c;
    padding: 4px 14px;
    border-radius: 9999px;
    margin-bottom: 12px;
    line-height: 1.4;
}
.eba-wrapper.eba-ds .eba-dsx__featured .eba-dsx__pill svg { color: #ddab2c; flex-shrink: 0; }
.eba-wrapper.eba-ds .eba-dsx__featured .eba-dsx__pill span { color: inherit; }

.eba-wrapper.eba-ds .eba-dsx__featured .eba-dsx__head h2 {
    color: #ffffff;
    letter-spacing: -0.01em;
    margin: 0 0 14px;
}
.eba-wrapper.eba-ds .eba-dsx__featured .eba-dsx__head p {
    color: rgba(248, 246, 241, 0.75);
    max-width: 672px;
    margin: 0 auto;
}

.eba-wrapper.eba-ds .eba-dsx__featured-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* Card base */
.eba-wrapper.eba-ds .eba-dsx__fcard {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    text-decoration: none !important;
    transition: transform 0.25s, box-shadow 0.25s;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.eba-wrapper.eba-ds a.eba-dsx__fcard:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.38);
}

/* Text-only card layout (no image uploaded) */
.eba-wrapper.eba-ds .eba-dsx__fcard:not(.has-image) {
    padding: 60px 28px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 280px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}

/* Image-only card — image covers ENTIRE box, no padding, no text */
.eba-wrapper.eba-ds .eba-dsx__fcard.has-image {
    aspect-ratio: 1.4;
    padding: 0;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
    /* background-image set inline via style attribute */
}

/* Image card with text overlay — text floats on bottom with gradient */
.eba-wrapper.eba-ds .eba-dsx__fcard.has-overlay {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.eba-wrapper.eba-ds .eba-dsx__fcard-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(15, 23, 41, 0.85) 100%);
    pointer-events: none;
}
.eba-wrapper.eba-ds .eba-dsx__fcard.has-overlay .eba-dsx__fcard-body {
    position: relative;
    z-index: 2;
    padding: 24px 28px 28px;
    color: #ffffff;
    text-align: left;
}
.eba-wrapper.eba-ds .eba-dsx__fcard.has-overlay .eba-dsx__fcard-tag,
.eba-wrapper.eba-ds .eba-dsx__fcard.has-overlay .eba-dsx__fcard-title,
.eba-wrapper.eba-ds .eba-dsx__fcard.has-overlay .eba-dsx__fcard-sub { color: #ffffff !important; }

/* Theme backgrounds — only apply when NO image is set (controllable in Elementor) */
.eba-wrapper.eba-ds .eba-dsx__fcard--mauve:not(.has-image)  { background: linear-gradient(135deg, #8b6f7e, #a68496); color: #ffffff; }
.eba-wrapper.eba-ds .eba-dsx__fcard--cream:not(.has-image)  { background: linear-gradient(135deg, #f0e6cf, #e8d9b8); color: #6b5e3a; }
.eba-wrapper.eba-ds .eba-dsx__fcard--dark:not(.has-image)   { background: linear-gradient(135deg, #2a3447, #1e2538); color: #e0b96b; }
.eba-wrapper.eba-ds .eba-dsx__fcard--ivory:not(.has-image)  { background: linear-gradient(135deg, #e8e0d4, #d4cab8); color: #5a4e3a; }
.eba-wrapper.eba-ds .eba-dsx__fcard--olive:not(.has-image)  { background: linear-gradient(135deg, #6b7558, #87916f); color: #ffffff; }

.eba-wrapper.eba-ds .eba-dsx__fcard-tag {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.75;
    margin-bottom: 14px;
    display: block;
}
.eba-wrapper.eba-ds .eba-dsx__fcard-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.15;
    margin: 0 0 10px;
    color: inherit;
}
.eba-wrapper.eba-ds .eba-dsx__fcard-sub {
    font-style: italic;
    font-size: 14px;
    line-height: 1.4;
    opacity: 0.9;
    margin: 0;
}

/* ============================================================
 * WHY CHOOSE — Reference: white bg, cream cards, gold icon circles.
 * All visual properties controllable via Elementor.
 * ============================================================ */
.eba-wrapper.eba-ds .eba-dsx__why {
    background-color: #ffffff;
    padding: 88px 0;
}
.eba-wrapper.eba-ds .eba-dsx__why .eba-container {
    max-width: 1280px;
    margin: 0 auto;
}
.eba-wrapper.eba-ds .eba-dsx__why .eba-dsx__head { text-align: center; margin-bottom: 48px; }
.eba-wrapper.eba-ds .eba-dsx__why .eba-dsx__head h2 {
    color: #0f1729;
    letter-spacing: -0.01em;
    margin: 0 0 14px;
}
.eba-wrapper.eba-ds .eba-dsx__why .eba-dsx__head p {
    color: #525e7a;
    max-width: 672px;
    margin: 0 auto;
}

.eba-wrapper.eba-ds .eba-dsx__why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.eba-wrapper.eba-ds .eba-dsx__why-item {
    padding: 32px 26px;
    background-color: #faf6ec;
    border: 1px solid #eee9df;
    border-radius: 14px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 240px;
    transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.eba-wrapper.eba-ds .eba-dsx__why-item:hover {
    border-color: #ddab2c;
}

.eba-wrapper.eba-ds .eba-dsx__why-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background: rgba(221, 171, 44, 0.15);
    color: #ddab2c;
    border-radius: 50%;
    margin-bottom: 18px;
    flex-shrink: 0;
}
.eba-wrapper.eba-ds .eba-dsx__why-icon svg { color: #ddab2c; }
.eba-wrapper.eba-ds .eba-dsx__why-icon--img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 72px;
    height: 72px;
    background-color: transparent;
}

.eba-wrapper.eba-ds .eba-dsx__why-item h4 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 600;
    font-size: 22px;
    color: #0f1729;
    margin: 0 0 10px;
    line-height: 1.2;
    letter-spacing: -0.005em;
}
.eba-wrapper.eba-ds .eba-dsx__why-item p {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #525e7a;
    margin: 0;
}

/* ============================================================
 * ADD-ONS GRID — Reference: white cards with colored image on top.
 * All cards share the same white text area, charcoal text, gold hover accent.
 * ============================================================ */
.eba-wrapper.eba-ds .eba-dsx__addons {
    background-color: #f8f6f1;
    padding: 88px 0;
}
.eba-wrapper.eba-ds .eba-dsx__addons .eba-container {
    max-width: 1280px;
    margin: 0 auto;
}

/* Eyebrow pill — reference: white pill with thin border, charcoal text */
.eba-wrapper.eba-ds .eba-dsx__addons .eba-dsx__pill {
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #e7e2d3;
    color: #0f1729;
    padding: 4px 14px;
    border-radius: 9999px;
    margin-bottom: 12px;
    line-height: 1.4;
}

.eba-wrapper.eba-ds .eba-dsx__addons .eba-dsx__head h2 {
    color: #0f1729;
    letter-spacing: -0.01em;
    margin: 0 0 14px;
}
.eba-wrapper.eba-ds .eba-dsx__addons .eba-dsx__head p {
    color: #525e7a;
    max-width: 672px;
    margin: 0 auto;
}

.eba-wrapper.eba-ds .eba-dsx__addons-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* Card base — WHITE bg, light border, charcoal text */
.eba-wrapper.eba-ds .eba-dsx__acard {
    background-color: #ffffff;
    border: 1px solid #eee9df;
    border-radius: 14px;
    color: #0f1729;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.eba-wrapper.eba-ds .eba-dsx__acard:hover {
    border-color: #ddab2c;
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}
.eba-wrapper.eba-ds .eba-dsx__acard:hover h3 { color: #ddab2c; }

.eba-wrapper.eba-ds a.eba-dsx__acard {
    text-decoration: none !important;
    display: flex;
}

.eba-wrapper.eba-ds .eba-dsx__acard-img {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #faf6ec;
    flex-shrink: 0;
}

.eba-wrapper.eba-ds .eba-dsx__acard-inner {
    padding: 18px 22px 22px;
    flex: 1;
    text-align: left;
}

/* Theme fallback backgrounds — only when NO image uploaded (replace image area).
   With image, theme is ignored and image takes over the visual zone. */
.eba-wrapper.eba-ds .eba-dsx__acard:not(.has-image).eba-dsx__acard--cream    { background-color: #faf6ec; }
.eba-wrapper.eba-ds .eba-dsx__acard:not(.has-image).eba-dsx__acard--lavender { background-color: #f1eef7; }
.eba-wrapper.eba-ds .eba-dsx__acard:not(.has-image).eba-dsx__acard--mint     { background-color: #ecf3e7; }
.eba-wrapper.eba-ds .eba-dsx__acard:not(.has-image).eba-dsx__acard--mauve    { background-color: #f5ebef; }
.eba-wrapper.eba-ds .eba-dsx__acard:not(.has-image).eba-dsx__acard--sage     { background-color: #eef2e9; }
.eba-wrapper.eba-ds .eba-dsx__acard:not(.has-image).eba-dsx__acard--rose     { background-color: #fbeceb; }
.eba-wrapper.eba-ds .eba-dsx__acard:not(.has-image).eba-dsx__acard--sand     { background-color: #f7eedb; }
.eba-wrapper.eba-ds .eba-dsx__acard:not(.has-image).eba-dsx__acard--navy     { background-color: #f5f6f8; }
.eba-wrapper.eba-ds .eba-dsx__acard:not(.has-image).eba-dsx__acard--wine     { background-color: #f7ecef; }
.eba-wrapper.eba-ds .eba-dsx__acard:not(.has-image).eba-dsx__acard--olive    { background-color: #f3f1e6; }

.eba-wrapper.eba-ds .eba-dsx__acard-head {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.eba-wrapper.eba-ds .eba-dsx__acard-tag {
    display: none; /* Hidden by default — toggle on via Elementor "Show Tag Above Title" */
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #525e7a;
    margin-bottom: 6px;
}

.eba-wrapper.eba-ds .eba-dsx__acard h3 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 600;
    font-size: 18px;
    color: #0f1729;
    margin: 0 0 8px;
    line-height: 1.25;
    letter-spacing: -0.005em;
    transition: color 0.2s;
}
.eba-wrapper.eba-ds .eba-dsx__acard-body {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.55;
    color: #525e7a;
    margin: 0;
}

/* ============================================================
 * PRICING — Reference: dark bg, 3 plan cards, featured (Best Value) lifted with gold.
 * Fully controllable via Elementor; defaults match reference 1:1.
 * ============================================================ */
.eba-wrapper.eba-ds .eba-dsx__pricing {
    background-color: #0f1729;
    color: #fff;
    padding: 88px 0 72px;
}
.eba-wrapper.eba-ds .eba-dsx__pricing .eba-container {
    max-width: 1180px;
    margin: 0 auto;
}
.eba-wrapper.eba-ds .eba-dsx__pricing .eba-dsx__head { text-align: center; margin-bottom: 48px; }
.eba-wrapper.eba-ds .eba-dsx__pricing .eba-dsx__head h2 {
    color: #ffffff;
    letter-spacing: -0.01em;
    margin: 0 0 14px;
}
.eba-wrapper.eba-ds .eba-dsx__pricing .eba-dsx__head p {
    color: rgba(248, 246, 241, 0.75);
    max-width: 672px;
    margin: 0 auto;
}

.eba-wrapper.eba-ds .eba-dsx__pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 980px;
    margin: 0 auto;
}
.eba-wrapper.eba-ds .eba-dsx__plan {
    position: relative;
    padding: 36px 32px 32px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    text-align: left;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.eba-wrapper.eba-ds .eba-dsx__plan.is-featured {
    background: #ffffff;
    color: #0f1729;
    border-color: #ddab2c;
    box-shadow: 0 20px 40px rgba(221, 171, 44, 0.25);
    transform: translateY(-8px);
}

/* Best Value badge — reference: solid gold pill with star */
.eba-wrapper.eba-ds .eba-dsx__plan-flag {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #ddab2c;
    background-image: none;
    color: #0f1729;
    padding: 5px 14px;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    box-shadow: 0 4px 12px rgba(221, 171, 44, 0.4);
    line-height: 1.4;
    white-space: nowrap;
}
.eba-wrapper.eba-ds .eba-dsx__plan-flag svg { color: #0f1729; flex-shrink: 0; }

/* Active subscription state on Pricing widget */
.eba-wrapper.eba-ds .eba-dsx__plan-active-flag {
    position: absolute;
    top: -14px; left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #16a34a, #22c55e);
    color: #fff !important;
    padding: 5px 14px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    box-shadow: 0 4px 12px rgba(22, 163, 74, 0.4);
}
.eba-wrapper.eba-ds .eba-dsx__plan.is-current {
    background: rgba(22, 163, 74, 0.05);
    border-color: #16a34a !important;
    box-shadow: 0 8px 24px rgba(22, 163, 74, 0.15) !important;
}
.eba-wrapper.eba-ds .eba-dsx__plan.is-current .eba-dsx__plan-btn {
    background: rgba(22, 163, 74, 0.1) !important;
    border-color: #16a34a !important;
    color: #166534 !important;
    cursor: default;
}
.eba-wrapper.eba-ds .eba-dsx__plan.is-downgrade {
    opacity: 0.55;
}
.eba-wrapper.eba-ds .eba-dsx__plan.is-downgrade .eba-dsx__plan-btn {
    cursor: not-allowed;
    opacity: 0.7;
}
.eba-wrapper.eba-ds .eba-dsx__plan-btn[disabled] {
    cursor: not-allowed;
}
.eba-wrapper.eba-ds .eba-dsx__plan-btn[data-action="upgrade"] {
    background: linear-gradient(135deg, #d4a24c, #e0b96b) !important;
    background-image: linear-gradient(135deg, #d4a24c, #e0b96b) !important;
    border-color: #d4a24c !important;
    color: #0f172a !important;
    font-weight: 700 !important;
}
.eba-wrapper.eba-ds .eba-dsx__plan-btn[data-action="upgrade"]:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(212, 162, 76, 0.45);
}

.eba-wrapper.eba-ds .eba-dsx__pricing-note {
    text-align: center;
    margin-top: 24px !important;
    padding: 14px 24px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 14px;
}
.eba-wrapper.eba-ds .eba-dsx__pricing-note a {
    color: #d4a24c !important;
    text-decoration: underline;
    font-weight: 600;
}
.eba-wrapper.eba-ds .eba-dsx__pricing-note a:hover { color: #e0b96b !important; }

.eba-wrapper.eba-ds .eba-dsx__plan-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 600;
    font-size: 22px;
    margin: 0 0 18px;
    color: #ffffff;
    line-height: 1.2;
}
.eba-wrapper.eba-ds .eba-dsx__plan.is-featured .eba-dsx__plan-title { color: #0f1729; }

.eba-wrapper.eba-ds .eba-dsx__plan-price {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin-bottom: 18px;
}
.eba-wrapper.eba-ds .eba-dsx__plan-price strong {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 700;
    font-size: 44px;
    color: #ddab2c;
    line-height: 1;
}
.eba-wrapper.eba-ds .eba-dsx__plan-price small {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}
.eba-wrapper.eba-ds .eba-dsx__plan.is-featured .eba-dsx__plan-price small { color: #525e7a; }

.eba-wrapper.eba-ds .eba-dsx__plan-features {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.55;
    margin: 0 0 24px;
    color: rgba(248, 246, 241, 0.75);
}
.eba-wrapper.eba-ds .eba-dsx__plan.is-featured .eba-dsx__plan-features { color: #525e7a; opacity: 1; }

/* Plan button — outline by default, filled gold when featured */
.eba-wrapper.eba-ds button.eba-dsx__plan-btn,
.eba-wrapper.eba-ds .eba-dsx__plan-btn {
    width: 100%;
    padding: 14px 24px;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.2s, box-shadow 0.2s;
    background: transparent;
    background-image: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    text-shadow: none;
    display: block;
    text-align: center;
    line-height: 1;
}
.eba-wrapper.eba-ds button.eba-dsx__plan-btn:hover:not([disabled]),
.eba-wrapper.eba-ds .eba-dsx__plan-btn:hover:not([disabled]) {
    background: rgba(221, 171, 44, 0.12);
    border-color: #ddab2c;
    color: #ddab2c;
}
.eba-wrapper.eba-ds .eba-dsx__plan.is-featured button.eba-dsx__plan-btn,
.eba-wrapper.eba-ds .eba-dsx__plan.is-featured .eba-dsx__plan-btn {
    background: #ddab2c;
    background-image: none;
    border-color: #ddab2c;
    color: #0f1729;
}
.eba-wrapper.eba-ds .eba-dsx__plan.is-featured button.eba-dsx__plan-btn:hover:not([disabled]),
.eba-wrapper.eba-ds .eba-dsx__plan.is-featured .eba-dsx__plan-btn:hover:not([disabled]) {
    background: #c89821;
    border-color: #c89821;
    color: #0f1729;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(221, 171, 44, 0.4);
}

.eba-wrapper.eba-ds .eba-dsx__trust {
    list-style: none;
    margin: 48px 0 0;
    padding: 32px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: center;
    gap: 36px;
    flex-wrap: wrap;
}
.eba-wrapper.eba-ds .eba-dsx__trust li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}
.eba-wrapper.eba-ds .eba-dsx__trust li svg { color: #d4a24c; }

/* ============================================================
 * HOW IT WORKS — Reference: white bg, gold numbered circles, charcoal text.
 * ============================================================ */
.eba-wrapper.eba-ds .eba-dsx__how {
    background-color: #ffffff;
    padding: 88px 0;
}
.eba-wrapper.eba-ds .eba-dsx__how .eba-container { max-width: 1280px; margin: 0 auto; }
.eba-wrapper.eba-ds .eba-dsx__how .eba-dsx__head { text-align: center; margin-bottom: 56px; }
.eba-wrapper.eba-ds .eba-dsx__how .eba-dsx__head h2 { color: #0f1729; letter-spacing: -0.01em; margin: 0; }

.eba-wrapper.eba-ds .eba-dsx__how-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.eba-wrapper.eba-ds .eba-dsx__how-step {
    text-align: center;
    padding: 0 12px;
}
.eba-wrapper.eba-ds .eba-dsx__how-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background: #ddab2c;
    color: #0f1729;
    border-radius: 50%;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1;
}
.eba-wrapper.eba-ds .eba-dsx__how-step h4 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 600;
    font-size: 22px;
    color: #0f1729;
    margin: 0 0 10px;
    line-height: 1.2;
}
.eba-wrapper.eba-ds .eba-dsx__how-step p {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #525e7a;
    margin: 0;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
}

/* ============================================================
 * FAQ — Reference: cream bg, white pill items, charcoal questions, gold chevron.
 * ============================================================ */
.eba-wrapper.eba-ds .eba-dsx__faq {
    background-color: #f8f6f1;
    padding: 88px 0;
}
.eba-wrapper.eba-ds .eba-dsx__faq .eba-container { max-width: 1280px; margin: 0 auto; }
.eba-wrapper.eba-ds .eba-dsx__faq .eba-dsx__head { text-align: center; margin-bottom: 48px; }
.eba-wrapper.eba-ds .eba-dsx__faq .eba-dsx__head h2 { color: #0f1729; letter-spacing: -0.01em; margin: 0; }

.eba-wrapper.eba-ds .eba-dsx__faq-list {
    max-width: 920px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.eba-wrapper.eba-ds .eba-dsx__faq-item {
    background: #ffffff;
    border: 1px solid #eee9df;
    border-radius: 12px;
    overflow: hidden;
    transition: border-color 0.2s;
}
.eba-wrapper.eba-ds .eba-dsx__faq-item:hover { border-color: #ddab2c; }
.eba-wrapper.eba-ds .eba-dsx__faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 20px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 20px;
    font-weight: 600;
    color: #0f1729;
    line-height: 1.3;
    letter-spacing: -0.005em;
}
.eba-wrapper.eba-ds .eba-dsx__faq-item summary::-webkit-details-marker { display: none; }
.eba-wrapper.eba-ds .eba-dsx__faq-item summary svg {
    color: #ddab2c;
    transition: transform 0.2s;
    flex-shrink: 0;
}
.eba-wrapper.eba-ds .eba-dsx__faq-item[open] summary svg { transform: rotate(180deg); }
.eba-wrapper.eba-ds .eba-dsx__faq-answer {
    padding: 0 24px 20px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #525e7a;
}
.eba-wrapper.eba-ds .eba-dsx__faq-answer p { margin: 0; color: inherit; }

/* ============================================================
 * FINAL CTA — Reference: cream bg, centered heading + desc + gold pill button.
 * ============================================================ */
.eba-wrapper.eba-ds .eba-dsx__cta {
    background-color: #f8f6f1;
    padding: 88px 0;
    text-align: center;
}
.eba-wrapper.eba-ds .eba-dsx__cta .eba-container { max-width: 920px; margin: 0 auto; }
.eba-wrapper.eba-ds .eba-dsx__cta h2 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 700;
    font-size: 38px;
    color: #0f1729;
    margin: 0 0 16px;
    line-height: 1.2;
    letter-spacing: -0.01em;
}
.eba-wrapper.eba-ds .eba-dsx__cta p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.65;
    color: #525e7a;
    margin: 0 auto 32px;
    max-width: 700px;
}

/* Solid gold pill button for Final CTA */
.eba-wrapper.eba-ds a.eba-dsx__cta-btn,
.eba-wrapper.eba-ds .eba-dsx__cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: #ddab2c;
    background-image: none;
    color: #0f1729;
    border: 0;
    border-radius: 10px;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s, color 0.2s;
    text-shadow: none;
    cursor: pointer;
    line-height: 1;
}
.eba-wrapper.eba-ds a.eba-dsx__cta-btn span,
.eba-wrapper.eba-ds .eba-dsx__cta-btn span { color: inherit; line-height: 1; }
.eba-wrapper.eba-ds a.eba-dsx__cta-btn svg,
.eba-wrapper.eba-ds .eba-dsx__cta-btn svg { color: inherit; }
.eba-wrapper.eba-ds a.eba-dsx__cta-btn:hover,
.eba-wrapper.eba-ds .eba-dsx__cta-btn:hover {
    background: #c89821;
    background-image: none;
    color: #0f1729;
    transform: translateY(-1px);
    box-shadow: 0 8px 22px rgba(221, 171, 44, 0.35);
}

/* ============================================================
 * SUBSCRIBE MODAL
 * ============================================================ */
.eba-dsx__modal {
    position: fixed; inset: 0; z-index: 100000;
    display: flex; align-items: center; justify-content: center;
    padding: 16px;
    font-family: 'Inter', system-ui, sans-serif;
}
.eba-dsx__modal[hidden] { display: none; }
.eba-dsx__modal-backdrop {
    position: absolute; inset: 0;
    background: rgba(15, 23, 42, 0.72);
    backdrop-filter: blur(4px);
}
.eba-dsx__modal-panel {
    position: relative;
    background: #fff;
    border-radius: 16px;
    width: min(520px, 100%);
    max-height: calc(100vh - 32px);
    overflow-y: auto;
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.3);
    color: #0f172a;
}
.eba-dsx__modal-head {
    display: flex; justify-content: space-between; align-items: flex-start;
    padding: 20px 24px 14px;
    border-bottom: 1px solid #eee9df;
}
.eba-dsx__modal-head h3 {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-weight: 600;
    font-size: 1.375rem;
    margin: 0 0 2px;
    color: #0f172a;
}
.eba-dsx__modal-head p { margin: 0; color: #64748b; font-size: 13px; }
.eba-dsx__modal-close {
    background: transparent; border: 0; padding: 6px; cursor: pointer;
    color: #64748b; border-radius: 6px;
    transition: all 0.15s;
}
.eba-dsx__modal-close:hover { background: #fafaf7; color: #0f172a; }

.eba-dsx__modal-form { padding: 20px 24px 22px; }
.eba-dsx__modal-form label { display: block; margin-bottom: 14px; }
.eba-dsx__modal-form label > span {
    display: block;
    font-size: 12.5px !important;
    font-weight: 600 !important;
    color: #0f172a !important;
    margin-bottom: 6px;
}
.eba-dsx__modal-form input[type="text"],
.eba-dsx__modal-form input[type="email"],
.eba-dsx__modal-form input[type="tel"],
.eba-dsx__modal-form textarea {
    width: 100% !important;
    padding: 10px 12px !important;
    border: 1px solid #ddd4c6 !important;
    border-radius: 9px !important;
    background: #fafaf7 !important;
    font-family: inherit !important;
    font-size: 13.5px !important;
    color: #0f172a !important;
    box-shadow: none !important;
    box-sizing: border-box;
}
.eba-dsx__modal-form input:focus,
.eba-dsx__modal-form textarea:focus {
    outline: none !important;
    border-color: #d4a24c !important;
    background: #fff !important;
    box-shadow: 0 0 0 3px rgba(212, 162, 76, 0.15) !important;
}
.eba-dsx__modal-form .eba-dsx__row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.eba-dsx__modal-form .eba-dsx__row label { margin-bottom: 14px; }

.eba-dsx__channel { border: 0; padding: 0; margin: 0 0 14px; }
.eba-dsx__channel legend { padding: 0; margin-bottom: 6px; }
.eba-dsx__channel legend span { font-size: 12.5px; font-weight: 600; color: #0f172a; }
.eba-dsx__channel .eba-dsx__chip-radio {
    display: inline-flex !important;
    align-items: center; gap: 6px;
    padding: 8px 14px;
    background: #fafaf7;
    border: 1px solid #ddd4c6;
    border-radius: 999px;
    cursor: pointer;
    font-size: 12.5px;
    font-weight: 600;
    color: #475569;
    margin: 0 6px 6px 0;
    transition: all 0.15s;
}
.eba-dsx__channel .eba-dsx__chip-radio input {
    position: absolute; opacity: 0; pointer-events: none;
    width: 0; height: 0;
}
.eba-dsx__channel .eba-dsx__chip-radio.is-selected {
    background: linear-gradient(135deg, #d4a24c, #e0b96b);
    border-color: #d4a24c;
    color: #0f172a;
    font-weight: 700;
}

/* ===== TOOL PICKER (in subscribe modal) ===== */
.eba-dsx__tools { margin: 4px 0 16px; }
.eba-dsx__tools[hidden] { display: none; }
.eba-dsx__tools-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 8px;
}
.eba-dsx__tools-head > span {
    font-size: 12.5px;
    font-weight: 600;
    color: #0f172a;
}
.eba-dsx__tools-head small {
    font-size: 11.5px;
    color: #64748b;
}
.eba-dsx__tools-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    max-height: 220px;
    overflow-y: auto;
    padding: 6px;
    background: #fafaf7;
    border: 1px solid #ddd4c6;
    border-radius: 9px;
}
.eba-dsx__tool-chip {
    display: flex !important;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    background: #fff;
    border: 1px solid #eee9df;
    border-radius: 7px;
    cursor: pointer;
    font-size: 12px;
    color: #475569;
    line-height: 1.25;
    transition: all 0.15s;
    margin: 0 !important;
}
.eba-dsx__tool-chip input {
    margin: 0;
    accent-color: #d4a24c;
    flex-shrink: 0;
}
.eba-dsx__tool-chip:hover { border-color: #d4a24c; }
.eba-dsx__tool-chip.is-on {
    background: rgba(212, 162, 76, 0.1);
    border-color: #d4a24c;
    color: #0f172a;
    font-weight: 600;
}
.eba-dsx__tool-chip.is-locked {
    background: rgba(212, 162, 76, 0.12);
    cursor: default;
    opacity: 0.95;
}
.eba-dsx__tool-chip.is-locked input { pointer-events: none; }

.eba-dsx__modal-error,
.eba-dsx__modal-success {
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 13px;
    margin-bottom: 14px;
}
.eba-dsx__modal-error { background: #fef2f2; border: 1px solid #fecaca; color: #b91c1c; }
.eba-dsx__modal-success { background: rgba(34, 197, 94, 0.08); border: 1px solid rgba(34, 197, 94, 0.3); color: #15803d; }

/* SMS consent — Twilio-required opt-in disclosure. Visually distinct so users
   see it before they submit; the JS blocks submit until it's checked. */
.eba-dsx__consent {
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 14px;
    background: rgba(212, 162, 76, 0.06);
    border: 1px solid rgba(212, 162, 76, 0.28);
    border-radius: 10px;
    margin: 4px 0 0;
    cursor: pointer;
}
.eba-dsx__consent input[type=checkbox] {
    flex: none;
    margin-top: 3px;
    width: 18px; height: 18px;
    accent-color: #d4a24c;
}
.eba-dsx__consent span {
    font-size: 12.5px;
    line-height: 1.55;
    color: #4a5573;
}

.eba-dsx__modal-foot {
    display: flex; justify-content: flex-end; gap: 10px;
    padding-top: 14px; border-top: 1px solid #eee9df;
}
.eba-dsx__modal-foot .eba-dsx__btn--ghost {
    background: transparent !important;
    border: 1px solid #ddd4c6 !important;
    color: #64748b !important;
}
.eba-dsx__modal-foot .eba-dsx__btn--ghost:hover { color: #0f172a !important; border-color: #d4a24c !important; }

/* ============================================================
 * RESPONSIVE
 * ============================================================ */
@media (max-width: 1100px) {
    .eba-wrapper.eba-ds .eba-dsx__addons-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
    .eba-wrapper.eba-ds .eba-dsx__featured-grid { grid-template-columns: 1fr; }
    .eba-wrapper.eba-ds .eba-dsx__why-grid { grid-template-columns: repeat(2, 1fr); }
    .eba-wrapper.eba-ds .eba-dsx__addons-grid { grid-template-columns: repeat(2, 1fr); }
    .eba-wrapper.eba-ds .eba-dsx__pricing-grid { grid-template-columns: 1fr; max-width: 480px; }
    .eba-wrapper.eba-ds .eba-dsx__plan.is-featured { transform: none; }
    .eba-wrapper.eba-ds .eba-dsx__how-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
}
@media (max-width: 600px) {
    .eba-wrapper.eba-ds .eba-container { padding: 0 16px; }
    .eba-wrapper.eba-ds .eba-dsx__hero { min-height: 460px; padding: 56px 0; }
    .eba-wrapper.eba-ds .eba-dsx__featured,
    .eba-wrapper.eba-ds .eba-dsx__why,
    .eba-wrapper.eba-ds .eba-dsx__addons,
    .eba-wrapper.eba-ds .eba-dsx__pricing,
    .eba-wrapper.eba-ds .eba-dsx__how { padding: 56px 0; }
    .eba-wrapper.eba-ds .eba-dsx__why-grid { grid-template-columns: 1fr; }
    .eba-wrapper.eba-ds .eba-dsx__addons-grid { grid-template-columns: 1fr; }
    .eba-wrapper.eba-ds .eba-dsx__how-grid { grid-template-columns: 1fr; }
    .eba-wrapper.eba-ds .eba-dsx__trust { gap: 20px; }
    .eba-wrapper.eba-ds .eba-dsx__hero-cta .eba-dsx__btn { width: 100%; justify-content: center; }
    .eba-dsx__modal-form .eba-dsx__row { grid-template-columns: 1fr; gap: 0; }
}

/* ==========================================================
   Specialty Subscriptions — Therapist Suite / People-Pleaser
   / Emotional Eating. Standalone products billed separately
   from the Core suite. v2.9.7
   ========================================================== */
.eba-wrapper.eba-ds .eba-dsx__standalone {
    background: linear-gradient(180deg, #f8f6f1 0%, #ece5d6 100%);
    color: #0f1729;
    padding: 88px 0 80px;
    position: relative;
}
.eba-wrapper.eba-ds .eba-dsx__standalone::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212, 162, 76, 0.35), transparent);
}
.eba-wrapper.eba-ds .eba-dsx__standalone .eba-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}
.eba-wrapper.eba-ds .eba-dsx__standalone .eba-dsx__head { text-align: center; margin-bottom: 56px; }
.eba-wrapper.eba-ds .eba-dsx__standalone .eba-dsx__head h2 {
    color: #0f1729;
    letter-spacing: -0.01em;
    font-size: clamp(26px, 3vw, 36px);
    margin: 0 0 12px;
    font-weight: 500;
}
.eba-wrapper.eba-ds .eba-dsx__standalone .eba-dsx__head p {
    color: #4a5573;
    max-width: 640px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.6;
}

.eba-wrapper.eba-ds .eba-dsx__standalone-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.eba-wrapper.eba-ds .eba-dsx__sp {
    position: relative;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 41, 0.08);
    border-radius: 16px;
    padding: 28px 22px 24px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px -18px rgba(15, 23, 41, 0.15);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.eba-wrapper.eba-ds .eba-dsx__sp:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 40px -22px rgba(15, 23, 41, 0.25);
    border-color: rgba(212, 162, 76, 0.35);
}

.eba-wrapper.eba-ds .eba-dsx__sp.is-featured {
    background: linear-gradient(180deg, #ffffff 0%, #fdf8ee 100%);
    border: 1px solid rgba(212, 162, 76, 0.45);
    box-shadow: 0 20px 38px -18px rgba(212, 162, 76, 0.45);
}

.eba-wrapper.eba-ds .eba-dsx__sp-badge {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    height: 22px;
    padding: 0 10px;
    background: rgba(212, 162, 76, 0.14);
    color: #8a6420;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.eba-wrapper.eba-ds .eba-dsx__sp.is-featured .eba-dsx__sp-badge {
    background: linear-gradient(135deg, #d4a24c, #e0b96b);
    color: #ffffff;
    box-shadow: 0 6px 12px -4px rgba(212, 162, 76, 0.5);
}

.eba-wrapper.eba-ds .eba-dsx__sp-title {
    font-size: 19px;
    line-height: 1.25;
    color: #0f1729;
    margin: 0 0 8px;
    font-weight: 600;
    letter-spacing: -0.005em;
}
.eba-wrapper.eba-ds .eba-dsx__sp-tag {
    color: #586378;
    font-size: 13.5px;
    line-height: 1.5;
    margin: 0 0 18px;
    min-height: 40px;
}

.eba-wrapper.eba-ds .eba-dsx__sp-price {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px dashed rgba(15, 23, 41, 0.1);
}
.eba-wrapper.eba-ds .eba-dsx__sp-price strong {
    font-size: 32px;
    font-weight: 600;
    color: #0f1729;
    letter-spacing: -0.02em;
    line-height: 1;
}
.eba-wrapper.eba-ds .eba-dsx__sp-price small {
    font-size: 13px;
    color: #6b7689;
}

.eba-wrapper.eba-ds .eba-dsx__sp-features {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
    display: flex;
    flex-direction: column;
    gap: 9px;
    flex-grow: 1;
}
.eba-wrapper.eba-ds .eba-dsx__sp-features li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    font-size: 13.5px;
    line-height: 1.45;
    color: #2d3548;
}
.eba-wrapper.eba-ds .eba-dsx__sp-features svg {
    color: #b88a3a;
    flex-shrink: 0;
    margin-top: 3px;
}

.eba-wrapper.eba-ds .eba-dsx__sp-btn {
    width: 100%;
    height: 46px;
    border: 1px solid #0f1729;
    background: #0f1729;
    color: #ffffff;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
    letter-spacing: 0.01em;
}
.eba-wrapper.eba-ds .eba-dsx__sp-btn:hover {
    background: #1a2444;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px -8px rgba(15, 23, 41, 0.4);
}
.eba-wrapper.eba-ds .eba-dsx__sp.is-featured .eba-dsx__sp-btn {
    background: linear-gradient(135deg, #d4a24c, #e0b96b);
    border-color: transparent;
    color: #0f1729;
    box-shadow: 0 8px 18px -8px rgba(212, 162, 76, 0.6);
}
.eba-wrapper.eba-ds .eba-dsx__sp.is-featured .eba-dsx__sp-btn:hover {
    background: linear-gradient(135deg, #c89238, #d4a24c);
    box-shadow: 0 12px 24px -8px rgba(212, 162, 76, 0.7);
}

.eba-wrapper.eba-ds .eba-dsx__sp-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 36px auto 0;
    padding: 12px 22px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(15, 23, 41, 0.08);
    border-radius: 999px;
    color: #4a5573;
    font-size: 12.5px;
    max-width: max-content;
}
.eba-wrapper.eba-ds .eba-dsx__sp-note svg {
    color: #b88a3a;
    flex-shrink: 0;
}

/* Tablet: 2 columns */
@media (max-width: 1024px) {
    .eba-wrapper.eba-ds .eba-dsx__standalone-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }
}

/* Mobile: 1 column */
@media (max-width: 600px) {
    .eba-wrapper.eba-ds .eba-dsx__standalone {
        padding: 64px 0 56px;
    }
    .eba-wrapper.eba-ds .eba-dsx__standalone-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .eba-wrapper.eba-ds .eba-dsx__sp-tag { min-height: 0; }
    .eba-wrapper.eba-ds .eba-dsx__sp-note {
        font-size: 12px;
        padding: 11px 16px;
        margin-top: 28px;
        text-align: left;
    }
}
