/*
 Theme Name:   Seresa
 Theme URI:    https://seresa.io
 Description:  Seresa brand theme — dark canvas, cerise accent, lavender + teal palette. Built for PHP 8.4+, WordPress 6.9+.
 Author:       Seresa
 Author URI:   https://seresa.io
 Template:     generatepress
 Version:      1.0.2
 Requires PHP: 8.4
 Requires at least: 6.9
 License:      Proprietary
 Text Domain:  seresa-theme
*/

:root {
    --ds-canvas: #12102e;
    --ds-card: #1a1640;
    --ds-card2: #221e4a;
    --ds-lavender: #C4B6E0;
    --ds-lavender-light: #DDD2F0;
    --ds-teal: #5CC8B0;
    --ds-teal-muted: #4AA898;
    --ds-cerise: #DE3163;
    --ds-cerise-light: #FF3366;
    --ds-white: #f4f0e8;
    --ds-muted: #9088a8;
    --ds-text: #c0b8d4;
    --ds-border: rgba(176, 160, 212, 0.15);
    --ds-radius: 10px;
    --ds-font-heading: PosteramaTextW15, -apple-system, sans-serif;
    --ds-font-body: 'DM Sans', sans-serif;
}

body {
    background: var(--ds-canvas);
    color: var(--ds-white);
    font-family: var(--ds-font-body);
    font-size: 16px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}

*, *::before, *::after { box-sizing: border-box; }

a { color: var(--ds-lavender); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--ds-lavender-light); }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--ds-font-heading);
    font-weight: 700;
    color: var(--ds-white);
    margin: 0 0 1rem 0;
    line-height: 1.2;
}

h1 { font-size: clamp(2rem, 4vw, 3rem); line-height: 1.15; }
h2 { font-size: clamp(1.4rem, 2.5vw, 1.9rem); line-height: 1.25; }
h3 { font-size: clamp(1.1rem, 1.8vw, 1.4rem); }

p {
    color: var(--ds-text);
    margin: 0 0 1rem 0;
    max-width: 780px;
    line-height: 1.7;
}

p strong { color: var(--ds-lavender-light); font-weight: 500; }
img { max-width: 100%; height: auto; }

.site-content {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 2rem;
    padding-top: 5rem;
}

.ds-tag {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin: 0 0 0.8rem 0;
    display: flex;
    align-items: end;
    gap: 0.3rem;
    font-family: var(--ds-font-body);
}

.ds-tag::before { content: ''; display: inline-block; width: 13px; height: 1px; }
.ds-tag--cerise { color: var(--ds-cerise-light); }
.ds-tag--cerise::before { background: var(--ds-cerise-light); }
.ds-tag--lavender { color: var(--ds-lavender); }
.ds-tag--lavender::before { background: var(--ds-lavender); }
.ds-tag--teal { color: var(--ds-teal); }
.ds-tag--teal::before { background: var(--ds-teal); }

.ds-hero {
    padding: 3.5rem 0 3rem;
    border-bottom: 1px solid var(--ds-border);
    margin: 0 0 3rem 0;
}

.ds-hero-sub {
    font-size: 17px;
    color: var(--ds-muted);
    max-width: 680px;
    line-height: 1.6;
    margin: 0 0 2rem 0;
}

.ds-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--ds-border);
    border: 1px solid var(--ds-border);
    border-radius: var(--ds-radius);
    overflow: hidden;
    margin: 0 0 3.5rem 0;
}

.ds-stat { background: var(--ds-card); padding: 1.6rem 1.4rem; text-align: center; }

.ds-stat-num {
    font-family: var(--ds-font-heading);
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 0.4rem 0;
}

.ds-stat-num--cerise { color: var(--ds-cerise); }
.ds-stat-num--teal { color: var(--ds-teal); }
.ds-stat-num--lavender { color: var(--ds-lavender-light); }

.ds-stat-label {
    font-size: 12px;
    color: var(--ds-muted);
    line-height: 1.4;
    font-family: var(--ds-font-body);
}

.ds-section { margin: 0 0 3.5rem 0; }

.ds-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin: 1.2rem 0 0 0;
}

.ds-card {
    background: linear-gradient(135deg, var(--ds-card) 0%, var(--ds-card2) 100%);
    border: 1px solid var(--ds-border);
    border-radius: var(--ds-radius);
    padding: 1.6rem 1.8rem;
}

.ds-card h3 { font-size: 14px; font-family: var(--ds-font-body); font-weight: 500; margin: 0 0 0.5rem 0; }
.ds-card--cerise { border-left: 3px solid var(--ds-cerise); }
.ds-card--cerise h3 { color: var(--ds-cerise-light); }
.ds-card--teal { border-left: 3px solid var(--ds-teal); }
.ds-card--teal h3 { color: var(--ds-teal); }
.ds-card--lavender { border-left: 3px solid var(--ds-lavender); }
.ds-card--lavender h3 { color: var(--ds-lavender-light); }
.ds-card p { font-size: 14px; color: var(--ds-muted); margin: 0; line-height: 1.6; }

.ds-callout {
    background: linear-gradient(135deg, rgba(30, 20, 70, 0.8) 0%, rgba(20, 15, 50, 0.9) 100%);
    border: 1px solid rgba(176, 160, 212, 0.2);
    border-left: 3px solid var(--ds-lavender);
    border-radius: 0 var(--ds-radius) var(--ds-radius) 0;
    padding: 1.8rem 2rem;
    margin: 2rem 0;
    font-style: italic;
    font-family: var(--ds-font-heading);
    font-size: 1.1rem;
    color: var(--ds-lavender-light);
    line-height: 1.65;
}

.ds-btns {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin: 2rem 0 0 0;
}

.ds-btn {
    display: inline-flex;
    align-items: end;
    padding: 0.85rem 1.8rem;
    border-radius: var(--ds-radius);
    font-family: var(--ds-font-body);
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.25s ease;
    cursor: pointer;
    border: none;
    line-height: 1;
}

.ds-btn--cerise { background: var(--ds-cerise); color: white; }
.ds-btn--cerise:hover {
    background: var(--ds-cerise-light);
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 4px 20px rgba(222, 49, 99, 0.3);
}

.ds-btn--ghost { background: transparent; border: 1px solid var(--ds-lavender); color: var(--ds-lavender); }
.ds-btn--ghost:hover {
    background: rgba(196, 182, 224, 0.1);
    border-color: var(--ds-lavender-light);
    color: var(--ds-lavender-light);
    transform: translateY(-1px);
}

.ds-btn--teal { background: var(--ds-teal); color: var(--ds-canvas); }
.ds-btn--teal:hover {
    background: #6dd8c0;
    color: var(--ds-canvas);
    transform: translateY(-1px);
    box-shadow: 0 4px 20px rgba(92, 200, 176, 0.3);
}

.ds-pricing {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin: 1.5rem 0 0 0;
}

.ds-price-card {
    background: linear-gradient(135deg, var(--ds-card) 0%, var(--ds-card2) 100%);
    border: 1px solid var(--ds-border);
    border-radius: var(--ds-radius);
    padding: 1.5rem;
}

.ds-price-card h3 { font-size: 18px; margin: 0 0 0.3rem 0; font-family: var(--ds-font-heading); }

.ds-price-amount {
    font-family: var(--ds-font-heading);
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
}

.ds-price-amount--cerise { color: var(--ds-cerise); }
.ds-price-amount--teal { color: var(--ds-teal); }

.ds-price-detail {
    font-size: 13px;
    color: var(--ds-muted);
    line-height: 1.5;
    font-family: var(--ds-font-body);
}

.ds-closing {
    border-top: 1px solid var(--ds-border);
    padding: 2.5rem 0 0 0;
    margin: 3rem 0 0 0;
    text-align: center;
}

.ds-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--ds-lavender), var(--ds-cerise), var(--ds-lavender), transparent);
    margin: 3rem 0;
    opacity: 0.3;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: rgba(18, 16, 46, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--ds-border);
}

.site-header__inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0.9rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-logo { text-decoration: none; }

.site-logo__text {
    font-family: var(--ds-font-heading);
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--ds-white);
    letter-spacing: 0.04em;
}

.site-logo:hover .site-logo__text { color: var(--ds-cerise-light); }

.site-nav__list {
    display: flex;
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-nav__list li a {
    font-family: var(--ds-font-body);
    font-size: 14px;
    font-weight: 500;
    color: var(--ds-muted);
    text-decoration: none;
    transition: color 0.2s;
    letter-spacing: 0.02em;
}

.site-nav__list li a:hover,
.site-nav__list li.current-menu-item a {
    color: var(--ds-white);
}

/* ============================================================
   HEADER FREE-TRIAL CTA — always visible (desktop + mobile bar)
   Sits as its own flex child of .site-header__inner, so it stays
   in the bar on mobile instead of being hidden in the off-canvas nav.
   ============================================================ */
.header-trial-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.05;
    text-decoration: none;
    padding: 0.1rem 0.3rem;
    flex: 0 0 auto;
}
.header-trial-cta__main {
    font-family: var(--ds-font-heading);
    font-weight: 700;
    font-size: 1.15rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #3ad64f;
    transition: color 0.2s, text-shadow 0.2s;
}
.header-trial-cta__sub {
    font-family: var(--ds-font-body);
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.12em;
    color: #3ad64f;
    margin-top: 2px;
}
.header-trial-cta:hover .header-trial-cta__main {
    color: #63f078;
    text-shadow: 0 0 12px rgba(58, 214, 79, 0.45);
}

/* Mobile bar — keep the CTA visible next to the hamburger, sized to fit */
@media (max-width: 768px) {
    .header-trial-cta__main { font-size: 1rem; letter-spacing: 0.04em; }
    .header-trial-cta__sub { font-size: 10px; }
}
@media (max-width: 400px) {
    .header-trial-cta { padding: 0.1rem 0.15rem; }
    .header-trial-cta__main { font-size: 0.85rem; letter-spacing: 0.02em; }
    .header-trial-cta__sub { font-size: 9px; letter-spacing: 0.08em; }
}

/* Standout hero line on the Free Trial page — sized to 50% of the h1 */
.ds-trial-headline {
    font-family: var(--ds-font-heading);
    font-size: clamp(1rem, 2vw, 1.5rem);
    font-weight: 700;
    line-height: 1.1;
    margin: 0.15rem 0 0.2rem;
    letter-spacing: 0.01em;
    color: var(--ds-teal);
    background: linear-gradient(90deg, var(--ds-teal) 0%, var(--ds-lavender) 55%, var(--ds-cerise) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ds-trial-plan {
    font-family: var(--ds-font-body);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ds-muted);
    margin: 0 0 1.4rem;
}
/* Small data-handling disclaimer under the trial form */
.ds-trial-note {
    font-size: 12px;
    line-height: 1.6;
    color: var(--ds-muted);
    max-width: 620px;
    margin: 1.4rem auto 0;
    text-align: center;
}

/* Subtle trademark mark in headings */
.ds-tm {
    font-size: 0.4em;
    vertical-align: super;
    color: var(--ds-muted);
    font-weight: 500;
    letter-spacing: 0;
    margin-left: 0.06em;
    line-height: 0;
}

/* Numbered setup-steps strip above the trial form */
.ds-steps-section { padding-top: 0; }
.ds-steps {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 620px;
    margin: 0 auto;
    padding: 0;
}
.ds-step {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    padding: 0 0.3rem;
}
/* connecting line between adjacent circles */
.ds-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 19px;
    left: calc(50% + 21px);
    right: calc(-50% + 21px);
    height: 2px;
    background: var(--ds-border);
    z-index: 0;
}
.ds-step__num {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--ds-font-heading);
    font-weight: 700;
    font-size: 15px;
    border: 2px solid;
    background: var(--ds-canvas);
    position: relative;
    z-index: 1;
}
.ds-step__num--teal { color: var(--ds-teal); border-color: var(--ds-teal); }
.ds-step__num--lavender { color: var(--ds-lavender); border-color: var(--ds-lavender); }
.ds-step__num--cerise { color: var(--ds-cerise-light); border-color: var(--ds-cerise-light); }
.ds-step__num--check {
    color: var(--ds-canvas);
    background: var(--ds-teal);
    border-color: var(--ds-teal);
    font-size: 20px;
}
.ds-step__label {
    margin-top: 0.6rem;
    font-size: 13px;
    color: var(--ds-text);
    line-height: 1.35;
    max-width: 120px;
}

/* Mobile: stack the steps vertically as a numbered list */
@media (max-width: 560px) {
    .ds-steps {
        flex-direction: column;
        align-items: stretch;
        max-width: 300px;
        gap: 0.85rem;
    }
    .ds-step {
        flex-direction: row;
        align-items: center;
        text-align: left;
        gap: 0.85rem;
        padding: 0;
    }
    .ds-step:not(:last-child)::after { display: none; }
    .ds-step__num { flex: 0 0 auto; }
    .ds-step__label { margin-top: 0; max-width: none; font-size: 15px; }
}

.site-footer {
    border-top: 1px solid var(--ds-border);
    background: var(--ds-card);
    padding: 3rem 0;
    margin-top: 4rem;
}

.site-footer__inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 2rem;
    text-align: center;
}

.site-footer__tagline { font-size: 13px; color: var(--ds-muted); margin: 0.3rem 0 1.5rem 0; }

.site-footer__list {
    display: flex;
    justify-content: center;
    gap: 2rem;
    list-style: none;
    margin: 0 0 1.5rem 0;
    padding: 0;
}

.site-footer__list li a { font-size: 13px; color: var(--ds-muted); text-decoration: none; transition: color 0.2s; }
.site-footer__list li a:hover { color: var(--ds-lavender-light); }
.site-footer__copy { font-size: 12px; color: rgba(144, 136, 168, 0.6); margin: 0; }

@media (max-width: 600px) {
    .ds-stats { grid-template-columns: 1fr; }
    .ds-cards { grid-template-columns: 1fr; }
    .ds-pricing { grid-template-columns: 1fr; }
    .ds-btns { flex-direction: column; }
    h1 { font-size: 1.7rem; }
    .site-header__inner { padding: 0.7rem 1rem; }
    .site-nav__list { gap: 1rem; }
    .site-nav__list li a { font-size: 13px; }
    .site-footer__list { flex-wrap: wrap; gap: 1rem; }
}

@media (max-width: 478px) {
    .site-content { padding: 1rem; padding-top: 4.5rem; }
    .ds-hero { padding: 2rem 0 2rem; }
}

/* ============================================================
   SITE FOOTER — GRID LAYOUT
   ============================================================ */

.site-footer__grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 2rem;
    text-align: left;
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--ds-border);
}

.site-footer__logo {
    font-family: var(--ds-font-heading);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--ds-white);
    display: block;
    margin-bottom: 0.6rem;
}

.site-footer__tagline {
    font-size: 14px;
    color: var(--ds-muted);
    margin: 0;
    line-height: 1.6;
}

.site-footer__heading {
    font-family: var(--ds-font-body);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--ds-lavender);
    margin: 0 0 1rem 0;
}

.site-footer__links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer__links li {
    margin: 0 0 0.5rem 0;
}

.site-footer__links li a {
    font-size: 14px;
    line-height: 0.95;
    color: var(--ds-muted);
    text-decoration: none;
    transition: color 0.2s;
}

.site-footer__links li a:hover {
    color: var(--ds-white);
}

.site-footer__bottom {
    text-align: center;
}

.site-footer__copy {
    font-size: 12px;
    color: rgba(144, 136, 168, 0.5);
    margin: 0;
}

@media (max-width: 600px) {
    .site-footer__grid {
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem;
    }
    .site-footer__grid .site-footer__col:first-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 478px) {
    .site-footer__grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================================
   LOGO (custom_logo via WP)
   ============================================================ */

.custom-logo-link {
    display: flex;
    align-items: end;
    text-decoration: none;
}

.custom-logo {
    height: 36px;
    width: auto;
    max-width: none;
}

/* ============================================================
   MOBILE MENU TOGGLE
   ============================================================ */

.site-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 32px;
    height: 32px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    z-index: 110;
}

.site-menu-toggle__bar {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--ds-white);
    border-radius: 1px;
    transition: all 0.3s ease;
    transform-origin: center;
}

.site-menu-toggle[aria-expanded="true"] .site-menu-toggle__bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.site-menu-toggle[aria-expanded="true"] .site-menu-toggle__bar:nth-child(2) {
    opacity: 0;
}

.site-menu-toggle[aria-expanded="true"] .site-menu-toggle__bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* ============================================================
   MOBILE NAV
   ============================================================ */

@media (max-width: 768px) {
    .site-menu-toggle {
        display: flex;
    }

    .site-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        height: 100vh;
        background: var(--ds-card);
        border-left: 1px solid var(--ds-border);
        padding: 5rem 2rem 2rem;
        transition: right 0.3s ease;
        z-index: 105;
        overflow-y: auto;
    }

    .site-nav.is-open {
        right: 0;
    }

    .site-nav__list {
        flex-direction: column;
        gap: 0;
    }

    .site-nav__list li a {
        display: block;
        padding: 0.9rem 0;
        font-size: 16px;
        border-bottom: 1px solid var(--ds-border);
    }

    .site-nav__list li:first-child a {
        border-top: 1px solid var(--ds-border);
    }

    .site-nav__list li a:hover {
        color: var(--ds-cerise-light);
    }

    .site-header__inner {
        padding: 0.7rem 1rem;
    }

    .custom-logo {
        height: 30px;
    }
}

/* Overlay behind mobile nav.
   MUST stay below .site-header's z-index (100). The nav drawer lives inside
   .site-header, which is position:fixed + backdrop-filter — either of which
   creates a stacking context — so .site-nav__z-index:105 is trapped inside
   the header and cannot rise above 100 relative to the page. At 104 this
   overlay therefore painted OVER the drawer: the menu appeared dimmed and
   every link was unclickable (elementFromPoint returned the overlay).
   Broken 2026-Jul-04 → 2026-Jul-17. Do not raise above 99. */
.site-nav-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
}

.site-nav-overlay.is-visible {
    display: block;
}

/* ============================================================
   LOGO LOCKUP — icon + text
   ============================================================ */

.site-logo-lockup {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    transition: opacity 0.2s;
}

.site-logo-lockup:hover {
    opacity: 0.85;
}

.site-logo__img {
    height: 48px;
    width: auto;
}

.site-logo__text {
    font-family: var(--ds-font-heading);
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--ds-white);
    letter-spacing: 0.04em;
}

@media (max-width: 768px) {
    .site-logo__img {
        height: 38px;
    }
    .site-logo__text {
        font-size: 1.1rem;
    }
}

/* ============================================================
   MOBILE NAV — COLOR FIXES
   ============================================================ */

@media (max-width: 768px) {
    .site-nav {
        background: linear-gradient(180deg, #1e1a4a 0%, #161240 100%);
        border-left: 1px solid rgba(196, 182, 224, 0.15);
    }

    .site-nav__list li a {
        color: var(--ds-lavender-light);
        border-bottom-color: rgba(196, 182, 224, 0.1);
    }

    .site-nav__list li a:hover {
        color: var(--ds-white);
    }

    .site-menu-toggle[aria-expanded="true"] .site-menu-toggle__bar {
        background: var(--ds-cerise-light);
    }
}

/* ============================================================
   MOBILE NAV — STRONGER CONTRAST FIX
   ============================================================ */

@media (max-width: 768px) {
    .site-nav {
        background: #2a2460 !important;
        border-left: 1px solid rgba(196, 182, 224, 0.25) !important;
        box-shadow: -8px 0 30px rgba(0, 0, 0, 0.5) !important;
    }

    .site-nav__list li a {
        color: #f4f0e8 !important;
        font-size: 17px !important;
        border-bottom: 1px solid rgba(196, 182, 224, 0.12) !important;
    }

    .site-nav__list li a:hover {
        color: var(--ds-cerise-light) !important;
    }
}

/* ============================================================
   CONTACT PAGE
   ============================================================ */

.ds-cards--contact {
    margin-top: 0;
}

.ds-contact-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.ds-contact-email {
    font-family: var(--ds-font-heading);
    font-size: clamp(1.2rem, 2.5vw, 1.6rem);
    font-weight: 700;
    color: var(--ds-cerise-light);
    display: block;
    margin: 0.4rem 0 0.8rem 0;
    word-break: break-all;
    transition: color 0.2s;
}

.ds-contact-email:hover {
    color: var(--ds-white);
}

.ds-contact-card .ds-btns {
    margin-top: auto;
    padding-top: 0.5rem;
}

.ds-contact-location {
    font-size: 15px;
    color: var(--ds-muted);
    margin: 0 0 0.3rem 0;
    max-width: none;
}

.ds-contact-location strong {
    color: var(--ds-lavender-light);
}


/* ============================================================
   AEO PAGE — THREE-COLUMN CARDS
   ============================================================ */

.ds-cards--thirds {
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 600px) {
    .ds-cards--thirds {
        grid-template-columns: 1fr;
    }
}

.ds-step-num {
    display: block;
    font-family: var(--ds-font-heading);
    font-size: 2rem;
    font-weight: 700;
    color: rgba(196, 182, 224, 0.2);
    line-height: 1;
    margin: 0 0 0.8rem 0;
}

/* ============================================================
   AEO PAGE — FAQ ACCORDION (details/summary)
   ============================================================ */

.ds-faq {
    margin: 1.5rem 0 0 0;
}

.ds-faq__item {
    border-bottom: 1px solid var(--ds-border);
}

.ds-faq__item:first-child {
    border-top: 1px solid var(--ds-border);
}

.ds-faq__q {
    display: flex;
    align-items: end;
    justify-content: space-between;
    cursor: pointer;
    padding: 1.2rem 0;
    font-family: var(--ds-font-body);
    font-size: 16px;
    font-weight: 500;
    color: var(--ds-white);
    list-style: none;
    transition: color 0.2s;
}

.ds-faq__q::-webkit-details-marker {
    display: none;
}

.ds-faq__q::marker {
    content: '';
}

.ds-faq__q::after {
    content: '+';
    flex-shrink: 0;
    margin-left: 1rem;
    font-family: var(--ds-font-heading);
    font-size: 1.4rem;
    font-weight: 300;
    color: var(--ds-muted);
    transition: transform 0.25s ease, color 0.2s;
}

.ds-faq__item[open] .ds-faq__q::after {
    content: '\2212';
    color: var(--ds-cerise-light);
    transform: rotate(0deg);
}

.ds-faq__q:hover {
    color: var(--ds-lavender-light);
}

.ds-faq__a {
    padding: 0 0 1.4rem 0;
}

.ds-faq__a p {
    font-size: 15px;
    color: var(--ds-text);
    margin: 0;
    line-height: 1.7;
    max-width: 720px;
}

/* ============================================================
   AEO PAGE — CLOSING NOTE
   ============================================================ */

.ds-closing-note {
    font-size: 13px;
    color: var(--ds-muted);
    margin: 1rem auto 0;
    text-align: center;
}

/* ============================================================
   PRICING PAGE — PLAN GRID
   ============================================================ */

.ds-plan-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
    margin: 1.5rem 0 0 0;
}

.ds-plan-card {
    background: linear-gradient(135deg, var(--ds-card) 0%, var(--ds-card2) 100%);
    border: 1px solid var(--ds-border);
    border-radius: var(--ds-radius);
    padding: 1.8rem 1.6rem 1.6rem;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ds-plan-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
}

/* Accent variants */
.ds-plan-card--lavender { border-top: 3px solid var(--ds-lavender); }
.ds-plan-card--lavender .ds-plan-name { color: var(--ds-lavender-light); }
.ds-plan-card--lavender .ds-plan-amount { color: var(--ds-lavender-light); }

.ds-plan-card--cerise { border-top: 3px solid var(--ds-cerise); }
.ds-plan-card--cerise .ds-plan-name { color: var(--ds-cerise-light); }
.ds-plan-card--cerise .ds-plan-amount { color: var(--ds-cerise-light); }

.ds-plan-card--teal { border-top: 3px solid var(--ds-teal); }
.ds-plan-card--teal .ds-plan-name { color: var(--ds-teal); }
.ds-plan-card--teal .ds-plan-amount { color: var(--ds-teal); }

/* MOST POPULAR highlight */
.ds-plan-card--popular {
    border: 2px solid var(--ds-cerise);
    border-top: 3px solid var(--ds-cerise);
    background: linear-gradient(135deg, rgba(222, 49, 99, 0.08) 0%, var(--ds-card2) 100%);
    box-shadow: 0 0 30px rgba(222, 49, 99, 0.12);
}

.ds-plan-card--popular .ds-plan-name { color: var(--ds-cerise-light); }
.ds-plan-card--popular .ds-plan-amount { color: var(--ds-cerise-light); }

.ds-plan-badge {
    position: absolute;
    top: -1px;
    right: 1.2rem;
    background: var(--ds-cerise);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 0.35rem 0.8rem;
    border-radius: 0 0 6px 6px;
    font-family: var(--ds-font-body);
    line-height: 1;
}

/* Plan header */
.ds-plan-header { margin: 0 0 1.2rem 0; }

.ds-plan-name {
    font-family: var(--ds-font-heading);
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 0 0.3rem 0;
    color: var(--ds-white);
}

.ds-plan-price {
    display: flex;
    align-items: baseline;
    gap: 0.2rem;
}

.ds-plan-amount {
    font-family: var(--ds-font-heading);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: var(--ds-white);
}

.ds-plan-period {
    font-size: 14px;
    color: var(--ds-muted);
    font-family: var(--ds-font-body);
}

/* Feature list */
.ds-plan-features {
    list-style: none;
    margin: 0 0 1.2rem 0;
    padding: 0;
    flex: 1;
}

.ds-plan-features li {
    font-size: 13.5px;
    color: var(--ds-text);
    padding: 0.35rem 0;
    padding-left: 1.3rem;
    position: relative;
    line-height: 1.45;
    font-family: var(--ds-font-body);
}

.ds-plan-features li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    color: var(--ds-teal);
    font-weight: 700;
    font-size: 13px;
}

/* Upgrades */
.ds-plan-upgrades {
    background: rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    padding: 0.8rem 1rem;
    margin: 0 0 1.2rem 0;
}

.ds-plan-upgrades-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--ds-muted);
    display: block;
    margin: 0 0 0.4rem 0;
    font-family: var(--ds-font-body);
}

.ds-plan-upgrades ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ds-plan-upgrades li {
    font-size: 12px;
    color: var(--ds-muted);
    padding: 0.15rem 0;
    line-height: 1.5;
    font-family: var(--ds-font-body);
}

/* CTA inside card */
.ds-plan-cta {
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-top: auto;
    font-size: 14px;
    padding: 0.75rem 1rem;
}

/* ============================================================
   AEO PRICING GRID
   ============================================================ */

.ds-aeo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin: 1.5rem 0 0 0;
}

.ds-aeo-item {
    background: linear-gradient(135deg, var(--ds-card) 0%, var(--ds-card2) 100%);
    border: 1px solid var(--ds-border);
    border-radius: var(--ds-radius);
    padding: 1.2rem 1.4rem;
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 1rem;
}

.ds-aeo-label {
    font-size: 14px;
    color: var(--ds-text);
    font-family: var(--ds-font-body);
}

.ds-aeo-price {
    font-family: var(--ds-font-heading);
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--ds-cerise-light);
    white-space: nowrap;
}

/* ============================================================
   FAQ
   ============================================================ */

.ds-faq-list {
    margin: 1.2rem 0 0 0;
}

.ds-faq {
    border-bottom: 1px solid var(--ds-border);
}

.ds-faq:first-child {
    border-top: 1px solid var(--ds-border);
}

.ds-faq-q {
    font-family: var(--ds-font-body);
    font-size: 15px;
    font-weight: 500;
    color: var(--ds-white);
    padding: 1.1rem 2rem 1.1rem 0;
    cursor: pointer;
    list-style: none;
    position: relative;
    line-height: 1.45;
    transition: color 0.2s;
}

.ds-faq-q::-webkit-details-marker { display: none; }

.ds-faq-q::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.3rem;
    font-weight: 300;
    color: var(--ds-muted);
    transition: transform 0.2s;
}

.ds-faq[open] .ds-faq-q::after {
    content: '\2212';
    color: var(--ds-cerise-light);
}

.ds-faq-q:hover {
    color: var(--ds-lavender-light);
}

.ds-faq-a {
    padding: 0 0 1.2rem 0;
}

.ds-faq-a p {
    font-size: 14px;
    color: var(--ds-muted);
    margin: 0;
    line-height: 1.7;
    max-width: 100%;
}

/* ============================================================
   RESPONSIVE — PRICING
   ============================================================ */

@media (max-width: 900px) {
    .ds-plan-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .ds-plan-grid {
        grid-template-columns: 1fr;
    }
    .ds-aeo-grid {
        grid-template-columns: 1fr;
    }
    .ds-aeo-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.3rem;
    }
}

/* ============================================================
   PRICING PAGE — PLAN GRID
   ============================================================ */

.ds-plan-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
    margin: 1.5rem 0 0 0;
}

.ds-plan-card {
    background: linear-gradient(135deg, var(--ds-card) 0%, var(--ds-card2) 100%);
    border: 1px solid var(--ds-border);
    border-radius: var(--ds-radius);
    padding: 1.8rem 1.6rem 1.6rem;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ds-plan-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
}

/* Accent variants */
.ds-plan-card--lavender { border-top: 3px solid var(--ds-lavender); }
.ds-plan-card--lavender .ds-plan-name { color: var(--ds-lavender-light); }
.ds-plan-card--lavender .ds-plan-amount { color: var(--ds-lavender-light); }

.ds-plan-card--cerise { border-top: 3px solid var(--ds-cerise); }
.ds-plan-card--cerise .ds-plan-name { color: var(--ds-cerise-light); }
.ds-plan-card--cerise .ds-plan-amount { color: var(--ds-cerise-light); }

.ds-plan-card--teal { border-top: 3px solid var(--ds-teal); }
.ds-plan-card--teal .ds-plan-name { color: var(--ds-teal); }
.ds-plan-card--teal .ds-plan-amount { color: var(--ds-teal); }

/* MOST POPULAR highlight */
.ds-plan-card--popular {
    border: 2px solid var(--ds-cerise);
    border-top: 3px solid var(--ds-cerise);
    background: linear-gradient(135deg, rgba(222, 49, 99, 0.08) 0%, var(--ds-card2) 100%);
    box-shadow: 0 0 30px rgba(222, 49, 99, 0.12);
}

.ds-plan-card--popular .ds-plan-name { color: var(--ds-cerise-light); }
.ds-plan-card--popular .ds-plan-amount { color: var(--ds-cerise-light); }

.ds-plan-badge {
    position: absolute;
    top: -1px;
    right: 1.2rem;
    background: var(--ds-cerise);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 0.35rem 0.8rem;
    border-radius: 0 0 6px 6px;
    font-family: var(--ds-font-body);
    line-height: 1;
}

/* Plan header */
.ds-plan-header { margin: 0 0 1.2rem 0; }

.ds-plan-name {
    font-family: var(--ds-font-heading);
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 0 0.3rem 0;
    color: var(--ds-white);
}

.ds-plan-price {
    display: flex;
    align-items: baseline;
    gap: 0.2rem;
}

.ds-plan-amount {
    font-family: var(--ds-font-heading);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: var(--ds-white);
}

.ds-plan-period {
    font-size: 14px;
    color: var(--ds-muted);
    font-family: var(--ds-font-body);
}

/* Feature list */
.ds-plan-features {
    list-style: none;
    margin: 0 0 1.2rem 0;
    padding: 0;
    flex: 1;
}

.ds-plan-features li {
    font-size: 13.5px;
    color: var(--ds-text);
    padding: 0.35rem 0;
    padding-left: 1.3rem;
    position: relative;
    line-height: 1.45;
    font-family: var(--ds-font-body);
}

.ds-plan-features li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    color: var(--ds-teal);
    font-weight: 700;
    font-size: 13px;
}

/* Upgrades */
.ds-plan-upgrades {
    background: rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    padding: 0.8rem 1rem;
    margin: 0 0 1.2rem 0;
}

.ds-plan-upgrades-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--ds-muted);
    display: block;
    margin: 0 0 0.4rem 0;
    font-family: var(--ds-font-body);
}

.ds-plan-upgrades ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ds-plan-upgrades li {
    font-size: 12px;
    color: var(--ds-muted);
    padding: 0.15rem 0;
    line-height: 1.5;
    font-family: var(--ds-font-body);
}

/* CTA inside card */
.ds-plan-cta {
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-top: auto;
    font-size: 14px;
    padding: 0.75rem 1rem;
}

/* ============================================================
   AEO PRICING GRID
   ============================================================ */

.ds-aeo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin: 1.5rem 0 0 0;
}

.ds-aeo-item {
    background: linear-gradient(135deg, var(--ds-card) 0%, var(--ds-card2) 100%);
    border: 1px solid var(--ds-border);
    border-radius: var(--ds-radius);
    padding: 1.2rem 1.4rem;
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 1rem;
}

.ds-aeo-label {
    font-size: 14px;
    color: var(--ds-text);
    font-family: var(--ds-font-body);
}

.ds-aeo-price {
    font-family: var(--ds-font-heading);
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--ds-cerise-light);
    white-space: nowrap;
}

/* ============================================================
   FAQ
   ============================================================ */

.ds-faq-list {
    margin: 1.2rem 0 0 0;
}

.ds-faq {
    border-bottom: 1px solid var(--ds-border);
}

.ds-faq:first-child {
    border-top: 1px solid var(--ds-border);
}

.ds-faq-q {
    font-family: var(--ds-font-body);
    font-size: 15px;
    font-weight: 500;
    color: var(--ds-white);
    padding: 1.1rem 2rem 1.1rem 0;
    cursor: pointer;
    list-style: none;
    position: relative;
    line-height: 1.45;
    transition: color 0.2s;
}

.ds-faq-q::-webkit-details-marker { display: none; }

.ds-faq-q::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.3rem;
    font-weight: 300;
    color: var(--ds-muted);
    transition: transform 0.2s;
}

.ds-faq[open] .ds-faq-q::after {
    content: '\2212';
    color: var(--ds-cerise-light);
}

.ds-faq-q:hover {
    color: var(--ds-lavender-light);
}

.ds-faq-a {
    padding: 0 0 1.2rem 0;
}

.ds-faq-a p {
    font-size: 14px;
    color: var(--ds-muted);
    margin: 0;
    line-height: 1.7;
    max-width: 100%;
}

/* ============================================================
   RESPONSIVE — PRICING
   ============================================================ */

@media (max-width: 900px) {
    .ds-plan-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .ds-plan-grid {
        grid-template-columns: 1fr;
    }
    .ds-aeo-grid {
        grid-template-columns: 1fr;
    }
    .ds-aeo-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.3rem;
    }
}

/* ============================================================
   PRICING TOGGLE — Monthly / Annual
   ============================================================ */

.ds-pricing-toggle {
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 0.8rem;
    margin: 0 0 2rem 0;
}

.ds-pricing-toggle__label {
    font-family: var(--ds-font-body);
    font-size: 15px;
    font-weight: 500;
    color: var(--ds-muted);
    transition: color 0.2s;
    cursor: pointer;
}

.ds-pricing-toggle__label--active {
    color: var(--ds-white);
}

.ds-pricing-toggle__switch {
    position: relative;
    width: 52px;
    height: 28px;
    background: var(--ds-card2);
    border: 1px solid var(--ds-border);
    border-radius: 14px;
    cursor: pointer;
    padding: 0;
    transition: background 0.3s;
}

.ds-pricing-toggle__switch[data-state="annual"] {
    background: var(--ds-cerise);
    border-color: var(--ds-cerise);
}

.ds-pricing-toggle__knob {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 20px;
    height: 20px;
    background: var(--ds-white);
    border-radius: 50%;
    transition: transform 0.3s;
}

.ds-pricing-toggle__switch[data-state="annual"] .ds-pricing-toggle__knob {
    transform: translateX(24px);
}

.ds-pricing-toggle__badge {
    font-family: var(--ds-font-body);
    font-size: 11px;
    font-weight: 600;
    color: var(--ds-cerise-light);
    background: rgba(222, 49, 99, 0.15);
    padding: 0.25rem 0.6rem;
    border-radius: 4px;
    letter-spacing: 0.04em;
}

/* ============================================================
   CASE STUDIES — Featured cards
   ============================================================ */

.ds-case-card {
    background: var(--ds-card);
    border: 1px solid var(--ds-border);
    border-radius: var(--ds-radius);
    padding: 2.5rem 2.8rem;
    margin-bottom: 0.5rem;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.ds-case-card:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

.ds-case-card--teal {
    border-left: 3px solid var(--ds-teal);
}

.ds-case-card--teal:hover {
    border-color: var(--ds-teal);
}

.ds-case-card--cerise {
    border-left: 3px solid var(--ds-cerise);
}

.ds-case-card--cerise:hover {
    border-color: var(--ds-cerise);
}

.ds-case-card--lavender {
    border-left: 3px solid var(--ds-lavender);
}

.ds-case-card--lavender:hover {
    border-color: var(--ds-lavender);
}

.ds-case-label {
    display: inline-block;
    font-family: var(--ds-font-body);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ds-muted);
    margin-bottom: 1rem;
}

.ds-case-card--teal .ds-case-label {
    color: var(--ds-teal);
}

.ds-case-card--cerise .ds-case-label {
    color: var(--ds-cerise-light);
}

.ds-case-card--lavender .ds-case-label {
    color: var(--ds-lavender);
}

.ds-case-card h2 {
    font-size: clamp(1.3rem, 2.2vw, 1.7rem);
    line-height: 1.3;
    margin-bottom: 1rem;
    max-width: 780px;
}

.ds-case-card p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--ds-text);
    margin-bottom: 1.8rem;
    max-width: 720px;
}

/* Stats row inside case card */
.ds-case-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding: 1.5rem 0;
    border-top: 1px solid var(--ds-border);
    border-bottom: 1px solid var(--ds-border);
}

.ds-case-stat-value {
    font-family: var(--ds-font-heading);
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    font-weight: 700;
    color: var(--ds-white);
    margin-bottom: 0.3rem;
    line-height: 1.3;
}

.ds-case-card--teal .ds-case-stat-value {
    color: var(--ds-teal);
}

.ds-case-card--cerise .ds-case-stat-value {
    color: var(--ds-cerise-light);
}

.ds-case-card--lavender .ds-case-stat-value {
    color: var(--ds-lavender);
}

.ds-case-stat-label {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--ds-muted);
}

/* Responsive — stack stats on small screens */
@media (max-width: 640px) {
    .ds-case-card {
        padding: 1.8rem 1.5rem;
    }

    .ds-case-stats {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}


/* ============================================================
   CASE STUDY — SCORECARD & DATA TABLES
   ============================================================ */

.ds-table-wrap {
    overflow-x: auto;
    margin: 1.5rem 0;
    border-radius: var(--ds-radius);
    border: 1px solid var(--ds-border);
}

.ds-table {
    width: 100%;
    border-collapse: collapse;
    font-family: var(--ds-font-body);
    font-size: 14px;
}

.ds-table thead th {
    background: var(--ds-card);
    color: var(--ds-lavender);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 1rem 1.2rem;
    text-align: left;
    border-bottom: 1px solid var(--ds-border);
    white-space: nowrap;
}

.ds-table tbody td {
    padding: 0.9rem 1.2rem;
    color: var(--ds-text);
    border-bottom: 1px solid var(--ds-border);
    vertical-align: top;
    line-height: 1.5;
}

.ds-table tbody tr:last-child td {
    border-bottom: none;
}

.ds-table tbody tr:nth-child(even) {
    background: rgba(26, 22, 64, 0.4);
}

.ds-table tbody tr:nth-child(odd) {
    background: rgba(34, 30, 74, 0.3);
}

.ds-table tbody tr:hover {
    background: rgba(196, 182, 224, 0.06);
}

.ds-table tbody td:first-child {
    color: var(--ds-white);
    font-weight: 500;
}

/* Score badges */
.ds-score {
    display: inline-block;
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
    font-weight: 600;
    font-size: 13px;
    white-space: nowrap;
}

.ds-score--high {
    color: var(--ds-teal);
    background: rgba(92, 200, 176, 0.12);
}

.ds-score--mid {
    color: var(--ds-lavender-light);
    background: rgba(196, 182, 224, 0.12);
}

.ds-score--low {
    color: var(--ds-cerise-light);
    background: rgba(222, 49, 99, 0.12);
}

/* 4-column stats variant */
.ds-stats--four {
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 600px) {
    .ds-stats--four {
        grid-template-columns: repeat(2, 1fr);
    }
    .ds-table {
        font-size: 13px;
    }
    .ds-table thead th,
    .ds-table tbody td {
        padding: 0.7rem 0.8rem;
    }
}

/* Case study hero stats (inline variant) */
.ds-stats--case-study {
    margin-top: 2rem;
}

/* ============================================================
   CASE STUDY — Platform table
   ============================================================ */

.ds-cs-table-wrap {
    margin: 1.5rem 0 0 0;
    border-radius: var(--ds-radius);
    overflow: hidden;
    border: 1px solid var(--ds-border);
}

.ds-cs-table {
    width: 100%;
    border-collapse: collapse;
    font-family: var(--ds-font-body);
    font-size: 14px;
}

.ds-cs-table thead th {
    background: var(--ds-card2);
    color: var(--ds-lavender);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 0.9rem 1.2rem;
    text-align: left;
    border-bottom: 1px solid var(--ds-border);
}

.ds-cs-table tbody td {
    background: var(--ds-card);
    color: var(--ds-text);
    padding: 0.7rem 1.2rem;
    border-bottom: 1px solid var(--ds-border);
}

.ds-cs-table tbody tr:last-child td {
    border-bottom: none;
}

.ds-cs-table tbody td:first-child {
    color: var(--ds-white);
    font-weight: 500;
}

.ds-cs-table tbody tr:hover td {
    background: var(--ds-card2);
}

/* ============================================================
   CASE STUDY — Before vs After comparison
   ============================================================ */

.ds-cs-comparison {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin: 1.5rem 0 0 0;
}

.ds-cs-col {
    background: linear-gradient(135deg, var(--ds-card) 0%, var(--ds-card2) 100%);
    border: 1px solid var(--ds-border);
    border-radius: var(--ds-radius);
    padding: 1.8rem 2rem;
}

.ds-cs-col h3 {
    font-family: var(--ds-font-heading);
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 1.2rem 0;
}

.ds-cs-col h3 span {
    font-weight: 400;
    font-size: 0.85rem;
    color: var(--ds-muted);
}

.ds-cs-col--before {
    border-top: 3px solid var(--ds-cerise);
}

.ds-cs-col--before h3 {
    color: var(--ds-cerise-light);
}

.ds-cs-col--after {
    border-top: 3px solid var(--ds-teal);
}

.ds-cs-col--after h3 {
    color: var(--ds-teal);
}

.ds-cs-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ds-cs-col ul li {
    font-family: var(--ds-font-body);
    font-size: 14px;
    color: var(--ds-text);
    padding: 0.45rem 0;
    padding-left: 1.4rem;
    position: relative;
    line-height: 1.5;
    border-bottom: 1px solid rgba(176, 160, 212, 0.08);
}

.ds-cs-col ul li:last-child {
    border-bottom: none;
}

.ds-cs-col--before ul li::before {
    content: '\2717';
    position: absolute;
    left: 0;
    color: var(--ds-cerise);
    font-weight: 700;
    font-size: 12px;
}

.ds-cs-col--after ul li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    color: var(--ds-teal);
    font-weight: 700;
    font-size: 13px;
}

/* ============================================================
   CASE STUDY — Wide stats bar (5 columns)
   ============================================================ */

.ds-stats--wide {
    grid-template-columns: repeat(5, 1fr);
}

.ds-stats--wide .ds-stat-num {
    font-size: 1.6rem;
}

/* ============================================================
   CASE STUDY — Solution line
   ============================================================ */

.ds-cs-solution-line {
    text-align: center;
    font-size: 15px;
    color: var(--ds-muted);
    margin: 0 0 3rem 0;
}

.ds-cs-solution-line strong {
    color: var(--ds-lavender-light);
}

/* ============================================================
   CASE STUDY — Responsive
   ============================================================ */

@media (max-width: 768px) {
    .ds-stats--wide {
        grid-template-columns: repeat(3, 1fr);
    }
    .ds-stats--wide .ds-stat-num {
        font-size: 1.4rem;
    }
}

@media (max-width: 600px) {
    .ds-stats--wide {
        grid-template-columns: 1fr;
    }
    .ds-cs-comparison {
        grid-template-columns: 1fr;
    }
    .ds-cs-col {
        padding: 1.4rem 1.2rem;
    }
    .ds-cs-table {
        font-size: 13px;
    }
    .ds-cs-table thead th,
    .ds-cs-table tbody td {
        padding: 0.6rem 0.8rem;
    }
}

/* ── Case Study Images ── */
.ds-cs-chart {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 2rem auto;
    border: 1px solid var(--ds-border);
}

.ds-cs-mascot {
    display: block;
    max-width: 320px;
    height: auto;
    margin: 2rem auto;
    border-radius: 12px;
}
.ds-cs-mascot--sm {
    max-width: 240px;
}
.ds-cs-mascot-row {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin: 2rem auto;
}
.ds-cs-mascot--inline {
    max-width: 200px;
    margin: 0;
}

/* LMBK photo gallery */
.ds-cs-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
    max-width: 1100px;
    margin: 0 auto 2.5rem;
    padding: 0 1.5rem;
}
.ds-cs-gallery img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid var(--ds-border);
}

@media (max-width: 768px) {
    .ds-cs-mascot { max-width: 240px; }
    .ds-cs-mascot--sm { max-width: 180px; }
    .ds-cs-mascot--inline { max-width: 150px; }
    .ds-cs-gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
    }
    .ds-cs-gallery img { height: 150px; }
}
@media (max-width: 478px) {
    .ds-cs-mascot { max-width: 200px; }
    .ds-cs-mascot--sm { max-width: 140px; }
    .ds-cs-mascot--inline { max-width: 120px; }
    .ds-cs-mascot-row { gap: 1rem; }
}

/* ── Transmute Trial Form — Dark Theme Overrides ── */
.ds-trial-form-section .seresa-trial-form-wrapper {
    padding: 0;
}
.ds-trial-form-section .seresa-trial-form {
    background: var(--ds-card);
    border: 1px solid var(--ds-border);
    box-shadow: 0 8px 32px rgba(0,0,0,0.3);
}
.ds-trial-form-section .seresa-trial-form-group label {
    color: var(--ds-white);
    font-family: var(--ds-font-body);
}
.ds-trial-form-section .seresa-trial-form-group label .required {
    color: var(--ds-cerise);
}
.ds-trial-form-section .seresa-trial-input,
.ds-trial-form-section .seresa-trial-select {
    background: var(--ds-card2);
    border: 2px solid var(--ds-border);
    color: var(--ds-white);
    font-family: var(--ds-font-body);
}
.ds-trial-form-section .seresa-trial-input::placeholder {
    color: var(--ds-muted);
}
.ds-trial-form-section .seresa-trial-input:focus,
.ds-trial-form-section .seresa-trial-select:focus {
    border-color: var(--ds-teal);
    box-shadow: 0 0 0 4px rgba(92,200,176,0.15);
}
.ds-trial-form-section .seresa-trial-input.error,
.ds-trial-form-section .seresa-trial-select.error {
    border-color: var(--ds-cerise);
    background: rgba(222,49,99,0.08);
}
.ds-trial-form-section .seresa-trial-input.error:focus,
.ds-trial-form-section .seresa-trial-select.error:focus {
    box-shadow: 0 0 0 4px rgba(222,49,99,0.15);
}
.ds-trial-form-section .seresa-trial-checkbox-label,
.ds-trial-form-section .seresa-trial-form .seresa-trial-checkbox-label {
    color: var(--ds-text) !important;
    font-family: var(--ds-font-body) !important;
}
.ds-trial-form-section .seresa-trial-checkbox-text {
    color: var(--ds-text);
    font-family: var(--ds-font-body);
}
.ds-trial-form-section .seresa-trial-checkbox-text .required {
    color: var(--ds-cerise);
}
.ds-trial-form-section .seresa-trial-checkbox-text a {
    color: var(--ds-teal);
}
.ds-trial-form-section .seresa-trial-submit-btn {
    background: linear-gradient(135deg, var(--ds-cerise) 0%, var(--ds-cerise-light) 100%);
    font-family: var(--ds-font-heading);
    box-shadow: 0 4px 16px rgba(222,49,99,0.35);
}
.ds-trial-form-section .seresa-trial-submit-btn:hover:not(:disabled) {
    box-shadow: 0 6px 24px rgba(222,49,99,0.5);
}
.ds-trial-form-section .seresa-trial-form-message.success {
    background: rgba(92,200,176,0.1);
    color: var(--ds-teal);
    border-color: var(--ds-teal);
}
.ds-trial-form-section .seresa-trial-form-message.error {
    background: rgba(222,49,99,0.1);
    color: var(--ds-cerise-light);
    border-color: var(--ds-cerise);
}
.ds-trial-form-section .seresa-trial-error {
    color: var(--ds-cerise-light);
}

/* ── Trial form left-align within centered block ── */
.ds-trial-form-section .seresa-trial-form {
    text-align: left;
}
.ds-trial-form-section .seresa-trial-form-group label {
    text-align: left;
}
.ds-trial-form-section .seresa-trial-form-wrapper {
    max-width: 680px;
    margin: 0 auto;
    text-align: left;
}

/* ── Blog Grid ── */
.ds-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    max-width: 1100px;
    margin: 0 auto 3rem;
    padding: 0 1.5rem;
}
.ds-blog-card {
    background: var(--ds-card);
    border: 1px solid var(--ds-border);
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.ds-blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.3);
}
.ds-blog-card__img-link { display: block; }
.ds-blog-card__img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}
.ds-blog-card__body {
    padding: 1.25rem;
}
.ds-blog-card__date {
    display: block;
    font-size: 12px;
    color: var(--ds-muted);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0.5rem;
}
.ds-blog-card__title {
    font-family: var(--ds-font-heading);
    font-size: 1.05rem;
    line-height: 1.35;
    margin: 0 0 0.6rem;
}
.ds-blog-card__title a {
    color: var(--ds-white);
    text-decoration: none;
}
.ds-blog-card__title a:hover {
    color: var(--ds-cerise);
}
.ds-blog-card__excerpt {
    font-size: 0.88rem;
    color: var(--ds-text);
    line-height: 1.55;
    margin: 0 0 0.8rem;
}
.ds-blog-card__read {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--ds-teal);
    text-decoration: none;
}
.ds-blog-card__read:hover { text-decoration: underline; }

/* Blog pagination */
.ds-blog-pagination {
    max-width: 1100px;
    margin: 0 auto 3rem;
    padding: 0 1.5rem;
    text-align: center;
}
.ds-blog-pagination .nav-links {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}
.ds-blog-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 0.75rem;
    border-radius: 8px;
    background: var(--ds-card);
    border: 1px solid var(--ds-border);
    color: var(--ds-text);
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}
.ds-blog-pagination .page-numbers:hover {
    border-color: var(--ds-teal);
    color: var(--ds-white);
}
.ds-blog-pagination .page-numbers.current {
    background: var(--ds-cerise);
    border-color: var(--ds-cerise);
    color: #fff;
}

/* ── Single Post ── */
.ds-post {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 1.5rem 3rem;
}
.ds-post__header {
    margin-bottom: 2.5rem;
}
.ds-post__back {
    display: inline-block;
    font-size: 0.85rem;
    color: var(--ds-teal);
    text-decoration: none;
    margin-bottom: 1.5rem;
}
.ds-post__back:hover { text-decoration: underline; }
.ds-post__date {
    display: block;
    font-size: 13px;
    color: var(--ds-muted);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0.75rem;
}
.ds-post__title {
    font-family: var(--ds-font-heading);
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    line-height: 1.2;
    color: var(--ds-white);
    margin: 0 0 1.5rem;
}
.ds-post__hero-img {
    margin: 0 -1.5rem;
}
.ds-post__featured {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
}

/* Post content styling */
.ds-post__content {
    font-size: 1.05rem;
    line-height: 1.75;
    color: var(--ds-text);
}
.ds-post__content h2,
.ds-post__content h3,
.ds-post__content h4 {
    font-family: var(--ds-font-heading);
    color: var(--ds-white);
    margin: 2rem 0 0.75rem;
}
.ds-post__content h2 { font-size: 1.5rem; }
.ds-post__content h3 { font-size: 1.25rem; }
.ds-post__content p { margin: 0 0 1.25rem; }
.ds-post__content a {
    color: var(--ds-teal);
    text-decoration: underline;
    text-underline-offset: 3px;
}
.ds-post__content a:hover { color: var(--ds-cerise); }
.ds-post__content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 1.5rem 0;
}
.ds-post__content blockquote {
    border-left: 3px solid var(--ds-cerise);
    margin: 1.5rem 0;
    padding: 1rem 1.5rem;
    background: var(--ds-card);
    border-radius: 0 10px 10px 0;
    color: var(--ds-lavender);
    font-style: italic;
}
.ds-post__content ul,
.ds-post__content ol {
    margin: 0 0 1.25rem 1.5rem;
    color: var(--ds-text);
}
.ds-post__content li { margin-bottom: 0.4rem; }
.ds-post__content pre,
.ds-post__content code {
    background: var(--ds-card);
    border: 1px solid var(--ds-border);
    border-radius: 6px;
    font-size: 0.9rem;
}
.ds-post__content pre {
    padding: 1.25rem;
    overflow-x: auto;
    margin: 1.5rem 0;
}
.ds-post__content code {
    padding: 0.15em 0.4em;
}
.ds-post__content pre code {
    padding: 0;
    border: none;
    background: none;
}
.ds-post__content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
}
.ds-post__content th,
.ds-post__content td {
    padding: 0.75rem 1rem;
    border: 1px solid var(--ds-border);
    text-align: left;
}
.ds-post__content th {
    background: var(--ds-card);
    color: var(--ds-white);
    font-weight: 600;
}
.ds-post__content figure {
    margin: 1.5rem 0;
}
.ds-post__content figcaption {
    font-size: 0.85rem;
    color: var(--ds-muted);
    text-align: center;
    margin-top: 0.5rem;
}

/* Post footer nav */
.ds-post__footer { margin-top: 3rem; }
.ds-post__nav {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    margin-top: 2rem;
}
.ds-post__nav-link {
    flex: 1;
    font-size: 0.9rem;
    color: var(--ds-text);
    text-decoration: none;
    padding: 1rem;
    background: var(--ds-card);
    border: 1px solid var(--ds-border);
    border-radius: 10px;
    transition: border-color 0.2s ease;
}
.ds-post__nav-link:hover {
    border-color: var(--ds-teal);
    color: var(--ds-white);
}
.ds-post__nav-link--next { text-align: right; }

@media (max-width: 768px) {
    .ds-blog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    .ds-blog-card__img { height: 140px; }
    .ds-post__nav { flex-direction: column; }
}
@media (max-width: 478px) {
    .ds-blog-grid { grid-template-columns: 1fr; }
    .ds-blog-card__img { height: 200px; }
}


/* ── Tech Library ─────────────────────────────────── */

.ds-tech { padding-bottom: 4rem; }

.ds-tech__controls {
    padding: 1.5rem 0;
    border-bottom: 1px solid var(--ds-border);
}

.ds-tech__search {
    display: flex;
    gap: 0.5rem;
    align-items: end;
    margin-bottom: 1rem;
}

.ds-tech__search-input {
    flex: 1;
    background: var(--ds-card);
    border: 1px solid var(--ds-border);
    border-radius: var(--ds-radius);
    color: var(--ds-white);
    padding: 0.55rem 1rem;
    font-family: var(--ds-font-body);
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s;
}

.ds-tech__search-input::placeholder { color: var(--ds-muted); }
.ds-tech__search-input:focus { border-color: var(--ds-teal); }

.ds-tech__search-btn {
    background: var(--ds-teal);
    color: var(--ds-canvas);
    border: none;
    border-radius: var(--ds-radius);
    padding: 0.55rem 1.2rem;
    font-family: var(--ds-font-body);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.ds-tech__search-btn:hover { background: var(--ds-teal-muted); }

.ds-tech__clear {
    color: var(--ds-muted);
    font-size: 13px;
    white-space: nowrap;
}
.ds-tech__clear:hover { color: var(--ds-cerise-light); }

.ds-tech__filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.ds-tech__chip {
    display: inline-flex;
    align-items: end;
    gap: 0.35rem;
    background: var(--ds-card);
    border: 1px solid var(--ds-border);
    border-radius: 20px;
    padding: 0.3rem 0.75rem;
    font-size: 12px;
    color: var(--ds-muted);
    text-decoration: none;
    transition: all 0.2s;
    white-space: nowrap;
}

.ds-tech__chip:hover {
    color: var(--ds-white);
    border-color: var(--ds-lavender);
    background: var(--ds-card2);
}

.ds-tech__chip--active {
    color: var(--ds-canvas);
    background: var(--ds-teal);
    border-color: var(--ds-teal);
}

.ds-tech__chip--active:hover {
    background: var(--ds-teal-muted);
    border-color: var(--ds-teal-muted);
    color: var(--ds-canvas);
}

.ds-tech__chip-count {
    font-size: 10px;
    opacity: 0.7;
}

.ds-tech__list {
    list-style: decimal;
    padding: 1.5rem 0 1.5rem 2.2rem;
    margin: 0;
    counter-reset: none;
}

.ds-tech__item {
    padding: 0.45rem 0;
    border-bottom: 1px solid rgba(176, 160, 212, 0.06);
    display: list-item;
    font-size: 14px;
    line-height: 1.5;
}

.ds-tech__item::marker {
    color: var(--ds-muted);
    font-size: 12px;
}

.ds-tech__link {
    color: var(--ds-lavender-light);
    text-decoration: none;
    transition: color 0.15s;
}

.ds-tech__link:hover {
    color: var(--ds-white);
}

.ds-tech__item-cat {
    color: var(--ds-muted);
    font-size: 11px;
    margin-left: 0.5rem;
    opacity: 0.7;
}

.ds-tech__pagination {
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 0.3rem;
    padding: 2rem 0 1rem;
    border-top: 1px solid var(--ds-border);
}

.ds-tech__page-btn {
    color: var(--ds-lavender);
    font-size: 13px;
    padding: 0.35rem 0.8rem;
    border-radius: var(--ds-radius);
    transition: all 0.2s;
}

.ds-tech__page-btn:hover {
    background: var(--ds-card);
    color: var(--ds-white);
}

.ds-tech__page-num {
    display: inline-flex;
    align-items: end;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 13px;
    color: var(--ds-muted);
    transition: all 0.2s;
}

.ds-tech__page-num:hover {
    background: var(--ds-card);
    color: var(--ds-white);
}

.ds-tech__page-num--active {
    background: var(--ds-teal);
    color: var(--ds-canvas);
}

.ds-tech__page-num--active:hover {
    background: var(--ds-teal-muted);
    color: var(--ds-canvas);
}

.ds-tech__page-ellipsis {
    color: var(--ds-muted);
    font-size: 13px;
    padding: 0 0.2rem;
}

.ds-tech__empty {
    text-align: center;
    padding: 3rem 0;
}

.ds-tech__seeds-link {
    padding: 2rem 0 0;
    border-top: 1px solid var(--ds-border);
    margin-top: 1rem;
}

.ds-tech__seeds-link a {
    color: var(--ds-teal);
    font-size: 14px;
    font-weight: 500;
}

.ds-tech__seeds-link a:hover {
    color: var(--ds-teal-muted);
}

@media (max-width: 600px) {
    .ds-tech__search { flex-wrap: wrap; }
    .ds-tech__search-input { min-width: 100%; }
    .ds-tech__list { padding-left: 1.5rem; }
    .ds-tech__item-cat { display: block; margin-left: 0; margin-top: 0.2rem; }
}


/* ── WordPress Plugin Page ────────────────────────── */

.ds-plugin__hero-actions {
    display: flex;
    align-items: end;
    gap: 1.2rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.ds-plugin__version {
    font-size: 13px;
    color: var(--ds-muted);
}

.ds-plugin__demo { padding: 2.5rem 0; }

.ds-plugin__demo-header { margin-bottom: 2rem; }
.ds-plugin__demo-header p { max-width: 640px; }

.ds-plugin__demo-compare {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.ds-plugin__demo-box {
    background: var(--ds-card);
    border: 1px solid var(--ds-border);
    border-radius: var(--ds-radius);
    padding: 1rem 1.2rem;
}

.ds-plugin__demo-box--after {
    border-color: var(--ds-teal);
    background: rgba(92, 200, 176, 0.06);
}

.ds-plugin__demo-label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--ds-muted);
    margin-bottom: 0.5rem;
}

.ds-plugin__demo-box--after .ds-plugin__demo-label { color: var(--ds-teal); }

.ds-plugin__demo-box--before {
    border-color: var(--ds-cerise);
    background: rgba(222, 49, 99, 0.06);
}
.ds-plugin__demo-box--before .ds-plugin__demo-label { color: var(--ds-cerise-light); }

.ds-plugin__demo-url {
    display: block;
    font-family: 'DM Sans', monospace;
    font-size: 14px;
    color: var(--ds-lavender-light);
    word-break: break-all;
    line-height: 1.6;
}

.ds-plugin__demo-url--coded {
    color: var(--ds-teal);
    font-size: 16px;
    font-weight: 600;
}

.ds-plugin__demo-arrow {
    text-align: center;
    font-size: 20px;
    color: var(--ds-teal);
    line-height: 1;
}

.ds-plugin__demo-note {
    font-size: 14px;
    color: var(--ds-muted);
    max-width: 640px;
}

.ds-plugin__usecase { padding: 2.5rem 0; }
.ds-plugin__usecase p { max-width: 640px; }

.ds-plugin__steps {
    list-style: decimal;
    padding-left: 1.5rem;
    margin: 1.5rem 0;
    max-width: 640px;
}

.ds-plugin__steps li {
    color: var(--ds-text);
    font-size: 15px;
    line-height: 1.7;
    padding: 0.3rem 0;
}

.ds-plugin__steps li strong { color: var(--ds-white); }

.ds-plugin__ai-gateway { padding: 2.5rem 0; }
.ds-plugin__ai-gateway > p { max-width: 640px; }

.ds-plugin__ai-badge {
    display: inline-block;
    background: var(--ds-cerise);
    color: var(--ds-white);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.25rem 0.8rem;
    border-radius: 20px;
    margin-bottom: 1rem;
}

.ds-plugin__ai-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin: 2rem 0;
}

.ds-plugin__ai-card {
    background: var(--ds-card);
    border: 1px solid var(--ds-border);
    border-radius: var(--ds-radius);
    padding: 1.5rem;
}

.ds-plugin__ai-card h3 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: var(--ds-teal);
}

.ds-plugin__ai-card p {
    font-size: 14px;
    color: var(--ds-text);
    margin: 0;
}

.ds-plugin__ai-note {
    font-size: 14px;
    color: var(--ds-muted);
    max-width: 640px;
    font-style: italic;
}

.ds-plugin__features { padding: 2.5rem 0; }

.ds-plugin__feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 2rem;
}

.ds-plugin__feature {
    background: var(--ds-card);
    border: 1px solid var(--ds-border);
    border-radius: var(--ds-radius);
    padding: 1.5rem;
}

.ds-plugin__feature h3 {
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
}

.ds-plugin__feature p {
    font-size: 14px;
    color: var(--ds-text);
    margin: 0;
}

.ds-plugin__premium { padding: 2.5rem 0; }
.ds-plugin__premium > p { max-width: 640px; }

.ds-plugin__premium-points {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 2rem 0;
    max-width: 640px;
}

.ds-plugin__premium-point {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding: 1rem 1.2rem;
    background: var(--ds-card);
    border-left: 3px solid var(--ds-cerise);
    border-radius: 0 var(--ds-radius) var(--ds-radius) 0;
}

.ds-plugin__premium-point strong {
    color: var(--ds-white);
    font-size: 15px;
}

.ds-plugin__premium-point span {
    color: var(--ds-text);
    font-size: 14px;
}

.ds-plugin__premium-cta {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.ds-plugin__download {
    text-align: center;
    padding: 3rem 0;
}

.ds-plugin__download p {
    margin: 0 auto 1.5rem;
    max-width: 500px;
}

.ds-plugin__download-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
}

.ds-plugin__download-meta {
    font-size: 12px;
    color: var(--ds-muted);
}

@media (max-width: 768px) {
    .ds-plugin__ai-grid,
    .ds-plugin__feature-grid {
        grid-template-columns: 1fr;
    }
}


/* ── Cherry Tree Seeds — Dark Theme Override ──────── */

.cherry-seeds-archive,
.cherry-seed-branch,
.cherry-seed-single {
    --cherry-seed-accent: var(--ds-teal) !important;
    --cherry-seed-text: var(--ds-white) !important;
    --cherry-seed-text-muted: var(--ds-muted) !important;
    --cherry-seed-border: var(--ds-border) !important;
    --cherry-seed-card-bg: var(--ds-card) !important;
    --cherry-seed-tag-bg: var(--ds-card2) !important;
    --cherry-seed-surface: var(--ds-card2) !important;
    --cherry-seed-font: var(--ds-font-body) !important;
    background: var(--ds-canvas) !important;
    color: var(--ds-white) !important;
}

.cherry-seeds-archive h1,
.cherry-seed-branch h1,
.cherry-seed-single h1 {
    font-family: var(--ds-font-heading) !important;
    color: var(--ds-white) !important;
}

.cherry-seeds-archive h2,
.cherry-seeds-archive h3,
.cherry-seed-branch h2,
.cherry-seed-branch h3,
.cherry-seed-single h2,
.cherry-seed-single h3 {
    font-family: var(--ds-font-heading) !important;
    color: var(--ds-white) !important;
}

.cherry-seeds-archive p,
.cherry-seeds-archive span,
.cherry-seeds-archive div,
.cherry-seeds-archive li,
.cherry-seed-branch p,
.cherry-seed-branch span,
.cherry-seed-branch div,
.cherry-seed-branch li,
.cherry-seed-single p,
.cherry-seed-single span,
.cherry-seed-single div,
.cherry-seed-single li,
.cherry-seed-single section,
.cherry-seed-single article {
    font-family: var(--ds-font-body) !important;
    color: var(--ds-text) !important;
}

/* Card overrides */
.cherry-seed-card {
    background: var(--ds-card) !important;
    border-color: var(--ds-border) !important;
}

.cherry-seed-card:hover {
    border-color: var(--ds-teal) !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3) !important;
}

.cherry-seed-card__question a {
    color: var(--ds-white) !important;
}

.cherry-seed-card__question a:hover {
    color: var(--ds-teal) !important;
}

.cherry-seed-card__excerpt {
    color: var(--ds-text) !important;
}

/* Tags & keywords */
.cherry-seed-card__branch,
.cherry-seed-card__tag {
    background: var(--ds-card2) !important;
    color: var(--ds-muted) !important;
    border: 1px solid var(--ds-border) !important;
}

.cherry-seed-card__link {
    color: var(--ds-muted) !important;
    background: transparent !important;
}

.cherry-seed-card__link:hover {
    color: var(--ds-teal) !important;
}

.cherry-seed-card__link svg {
    stroke: var(--ds-muted) !important;
}

.cherry-seed-card__link:hover svg {
    stroke: var(--ds-teal) !important;
}

/* Browse by Topic / Branches box */
.cherry-seeds-archive__branches {
    background: var(--ds-card) !important;
    border: 1px solid var(--ds-border) !important;
    border-radius: var(--ds-radius) !important;
}

.cherry-seeds-archive__branches-heading {
    color: var(--ds-white) !important;
}

.cherry-seeds-archive__branches-list li a {
    color: var(--ds-lavender) !important;
    border-bottom-color: var(--ds-border) !important;
}

.cherry-seeds-archive__branches-list li a:hover {
    color: var(--ds-teal) !important;
}

.cherry-seeds-archive__branches-list li a span {
    color: var(--ds-muted) !important;
}

/* Archive title & count */
.cherry-seeds-archive__title {
    color: var(--ds-white) !important;
}

.cherry-seeds-archive__count {
    color: var(--ds-muted) !important;
}

/* Pagination */
.cherry-seeds-archive__page-link {
    background: var(--ds-card) !important;
    border-color: var(--ds-border) !important;
    color: var(--ds-muted) !important;
}

.cherry-seeds-archive__page-link:hover {
    border-color: var(--ds-teal) !important;
    color: var(--ds-teal) !important;
    background: var(--ds-card2) !important;
}

.cherry-seeds-archive__page-link--current,
.cherry-seeds-archive__page-link--current:hover {
    background: var(--ds-teal) !important;
    border-color: var(--ds-teal) !important;
    color: var(--ds-canvas) !important;
}

.cherry-seeds-archive__page-link svg {
    stroke: var(--ds-muted) !important;
}

.cherry-seeds-archive__page-link:hover svg {
    stroke: var(--ds-teal) !important;
}

/* Branch page overrides */
.cherry-seed-branch__title {
    color: var(--ds-white) !important;
}

.cherry-seed-branch__description {
    color: var(--ds-text) !important;
}

.cherry-seed-branch__count {
    color: var(--ds-muted) !important;
}

.cherry-seed-branch__back a {
    color: var(--ds-lavender) !important;
}

.cherry-seed-branch__back a:hover {
    color: var(--ds-teal) !important;
}

/* Single seed page */
.cherry-seed-single__card {
    background: var(--ds-card) !important;
    border: 1px solid var(--ds-border) !important;
    border-radius: var(--ds-radius) !important;
}

.cherry-seed-single__question {
    color: var(--ds-white) !important;
    font-family: var(--ds-font-heading) !important;
}

.cherry-seed-single__branch a {
    color: var(--ds-teal) !important;
}

.cherry-seed-single__short-answer {
    border-left-color: var(--ds-teal) !important;
    background: var(--ds-card2) !important;
}

.cherry-seed-single__short-answer p {
    color: var(--ds-lavender-light) !important;
}

.cherry-seed-single__long-answer h2 {
    color: var(--ds-white) !important;
    border-bottom-color: var(--ds-border) !important;
}

.cherry-seed-single__long-answer h3 {
    color: var(--ds-white) !important;
}

.cherry-seed-single__long-answer p,
.cherry-seed-single__long-answer li {
    color: var(--ds-text) !important;
}

.cherry-seed-single__long-answer ul,
.cherry-seed-single__long-answer ol {
    color: var(--ds-text) !important;
}

.cherry-seed-single__long-answer code {
    background: var(--ds-card2) !important;
    border-color: var(--ds-border) !important;
    color: var(--ds-teal) !important;
}

.cherry-seed-single__long-answer a {
    color: var(--ds-lavender) !important;
}

.cherry-seed-single__long-answer a:hover {
    color: var(--ds-lavender-light) !important;
}

/* Sources, Related, Articles sections */
.cherry-seed-single__sources,
.cherry-seed-single__related,
.cherry-seed-single__articles {
    border-top-color: var(--ds-border) !important;
}

.cherry-seed-single__sources h2,
.cherry-seed-single__related h2,
.cherry-seed-single__articles h2 {
    color: var(--ds-white) !important;
}

.cherry-seed-single__sources a,
.cherry-seed-single__related a,
.cherry-seed-single__articles a {
    color: var(--ds-teal) !important;
}

.cherry-seed-single__sources a:hover,
.cherry-seed-single__related a:hover,
.cherry-seed-single__articles a:hover {
    color: var(--ds-teal-muted) !important;
}

.cherry-seed-single__sources li,
.cherry-seed-single__related li,
.cherry-seed-single__articles li {
    color: var(--ds-text) !important;
    border-bottom-color: var(--ds-border) !important;
}

/* Footer: API access, citation */
.cherry-seed-single__footer {
    border-top-color: var(--ds-border) !important;
}

.cherry-seed-single__api-access h3,
.cherry-seed-single__citation h3 {
    color: var(--ds-muted) !important;
}

.cherry-seed-single__api-access code,
.cherry-seed-single__citation code {
    background: var(--ds-card2) !important;
    border-color: var(--ds-border) !important;
    color: var(--ds-lavender) !important;
}

/* Keywords on single seed */
.cherry-seed-single__keywords {
    border-top-color: var(--ds-border) !important;
}

.cherry-seed-single__tag {
    background: var(--ds-card2) !important;
    color: var(--ds-muted) !important;
    border: 1px solid var(--ds-border) !important;
}

/* Back link on single seed */
.cherry-seed-single__back a {
    color: var(--ds-lavender) !important;
}

.cherry-seed-single__back a:hover {
    color: var(--ds-teal) !important;
}

/* Navigation breadcrumb */
.cherry-seed-single__breadcrumb a {
    color: var(--ds-lavender) !important;
}

.cherry-seed-single__breadcrumb a:hover {
    color: var(--ds-teal) !important;
}

.cherry-seed-single__breadcrumb span {
    color: var(--ds-muted) !important;
}


/* Fix cherry-tree padding-top for our header */
.cherry-seeds-archive,
.cherry-seed-branch,
.cherry-seed-single {
    padding-top: 0 !important;
}


/* Seed single page — tighter font sizes */
.cherry-seed-single__question {
    font-size: clamp(1.4rem, 2.5vw, 1.9rem) !important;
    line-height: 1.25 !important;
}

.cherry-seed-single__short-answer p {
    font-size: 1rem !important;
    line-height: 1.7 !important;
}

.cherry-seed-single__long-answer h2 {
    font-size: clamp(1.1rem, 1.8vw, 1.4rem) !important;
}

.cherry-seed-single__long-answer h3 {
    font-size: clamp(1rem, 1.5vw, 1.15rem) !important;
}

.cherry-seed-single__long-answer p,
.cherry-seed-single__long-answer li {
    font-size: 0.95rem !important;
    line-height: 1.7 !important;
}

.cherry-seed-single__tag {
    font-size: 0.75rem !important;
}

.cherry-seed-single__branch a,
.cherry-seed-single__breadcrumb a,
.cherry-seed-single__breadcrumb span {
    font-size: 0.85rem !important;
}

.cherry-seed-single__sources h2,
.cherry-seed-single__related h2,
.cherry-seed-single__articles h2 {
    font-size: 1.1rem !important;
}

.cherry-seed-single__sources li,
.cherry-seed-single__related li,
.cherry-seed-single__articles li {
    font-size: 0.9rem !important;
}

.cherry-seed-single__api-access h3,
.cherry-seed-single__citation h3 {
    font-size: 0.8rem !important;
}

.cherry-seed-single__api-access code,
.cherry-seed-single__citation code {
    font-size: 0.8rem !important;
}

/* Seed cards on archive/branch — tighter too */
.cherry-seed-card__question {
    font-size: 1rem !important;
    line-height: 1.35 !important;
}

.cherry-seed-card__excerpt {
    font-size: 0.85rem !important;
}

.cherry-seed-card__branch,
.cherry-seed-card__tag {
    font-size: 0.7rem !important;
}

/* ── Trending section on /blog ────────────────────── */

.ds-trending { padding: 2rem 0; }

.ds-trending__heading {
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.ds-trending__list {
    list-style: decimal;
    padding-left: 1.8rem;
    margin: 0 0 1rem;
}

.ds-trending__item {
    padding: 0.35rem 0;
    border-bottom: 1px solid rgba(176, 160, 212, 0.06);
    font-size: 14px;
    line-height: 1.5;
}

.ds-trending__item::marker {
    color: var(--ds-muted);
    font-size: 12px;
}

.ds-trending__item a {
    color: var(--ds-lavender-light);
}

.ds-trending__item a:hover { color: var(--ds-white); }

.ds-trending__more {
    font-size: 13px;
    color: var(--ds-teal);
}

.ds-trending__more:hover { color: var(--ds-teal-muted); }

/* ── /reads page ──────────────────────────────────── */

.ds-reads { padding-bottom: 4rem; }

.ds-reads__list {
    list-style: decimal;
    padding: 1.5rem 0 1.5rem 2.2rem;
    margin: 0;
    counter-reset: none;
}

.ds-reads__item {
    padding: 0.6rem 0;
    border-bottom: 1px solid rgba(176, 160, 212, 0.08);
    display: list-item;
}

.ds-reads__item::marker {
    color: var(--ds-teal);
    font-weight: 600;
    font-size: 14px;
}

.ds-reads__link {
    display: flex;
    align-items: baseline;
    gap: 0.75rem;
    text-decoration: none;
    flex-wrap: wrap;
}

.ds-reads__title {
    color: var(--ds-lavender-light);
    font-size: 15px;
    line-height: 1.5;
    transition: color 0.15s;
}

.ds-reads__link:hover .ds-reads__title { color: var(--ds-white); }

.ds-reads__cat {
    font-size: 11px;
    color: var(--ds-muted);
    background: var(--ds-card);
    border: 1px solid var(--ds-border);
    border-radius: 20px;
    padding: 0.15rem 0.6rem;
    white-space: nowrap;
}

.ds-reads__footer {
    padding: 2rem 0 0;
    border-top: 1px solid var(--ds-border);
    margin-top: 1rem;
}

.ds-reads__footer p {
    font-size: 13px;
    color: var(--ds-muted);
    margin-bottom: 1rem;
}

.ds-reads__links {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.ds-reads__links a {
    font-size: 13px;
    color: var(--ds-teal);
}

.ds-reads__links a:hover { color: var(--ds-teal-muted); }


/* ============================================================
   SUPPORT PAGE
   ============================================================ */

.ds-support__faq {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 1.2rem;
}

.ds-support__faq .ds-support__faq-item {
    background: none !important;
    border: none !important;
    border-bottom: 1px solid var(--ds-border) !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
}

.ds-support__faq .ds-support__faq-item[open] {
    border-left: none !important;
}

.ds-support__faq .ds-support__faq-item summary {
    padding: 1rem 0 !important;
    font-family: var(--ds-font-body) !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: var(--ds-white) !important;
    cursor: pointer !important;
    list-style: none !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.2s;
}

.ds-support__faq .ds-support__faq-item summary:hover {
    color: var(--ds-teal) !important;
}

.ds-support__faq .ds-support__faq-item summary::-webkit-details-marker { display: none !important; }
.ds-support__faq .ds-support__faq-item summary::marker { display: none !important; content: '' !important; }

.ds-support__faq .ds-support__faq-item summary::after {
    content: '+';
    font-size: 18px;
    color: var(--ds-muted);
    flex-shrink: 0;
    margin-left: 1rem;
    transition: transform 0.2s;
}

.ds-support__faq .ds-support__faq-item[open] summary::after {
    content: '\2212';
    color: var(--ds-teal);
}

.ds-support__faq .ds-support__faq-item p {
    font-size: 14px !important;
    color: var(--ds-text) !important;
    padding: 0 0 1rem 0 !important;
    margin: 0 !important;
    line-height: 1.7 !important;
    max-width: 640px;
}

.ds-support__faq .ds-support__faq-item code {
    background: var(--ds-card2);
    border: 1px solid var(--ds-border);
    border-radius: 4px;
    padding: 0.15rem 0.4rem;
    font-size: 13px;
    color: var(--ds-teal);
}

.ds-support__faq .ds-support__faq-item a {
    color: var(--ds-lavender);
}

.ds-support__faq .ds-support__faq-item a:hover {
    color: var(--ds-teal);
}

/* ── Ask Gorilla CTA (support page) ── */
.ds-gorilla-cta {
    display: flex;
    align-items: center;
    gap: 2rem;
    background: linear-gradient(135deg, var(--ds-card) 0%, var(--ds-card2) 100%);
    border: 1px solid var(--ds-border);
    border-left: 3px solid var(--ds-teal);
    border-radius: var(--ds-radius);
    padding: 2rem 2.5rem;
    margin-top: 1.2rem;
}

.ds-gorilla-cta__text {
    flex: 1;
    min-width: 0;
}

.ds-gorilla-cta__text h3 {
    font-family: var(--ds-font-heading);
    font-size: clamp(1.3rem, 2vw, 1.6rem);
    font-weight: 700;
    color: var(--ds-teal);
    margin: 0 0 0.6rem 0;
}

.ds-gorilla-cta__text p {
    font-size: 15px;
    color: var(--ds-text);
    margin: 0 0 1.2rem 0;
    line-height: 1.6;
    max-width: 480px;
}

.ds-gorilla-cta__image {
    flex-shrink: 0;
}

.ds-gorilla-cta__image img {
    width: 180px;
    height: auto;
    display: block;
}

@media (max-width: 640px) {
    .ds-gorilla-cta {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem;
    }
    .ds-gorilla-cta__text p {
        max-width: none;
    }
    .ds-gorilla-cta__image img {
        width: 140px;
    }
}

/* ── Hero two-column layout (homepage only) ── */
.home .ds-hero {
    overflow: hidden;
    position: relative;
    padding-bottom: 0;
}

.ds-hero__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    gap: 2rem;
}

.ds-hero__text {
    min-width: 0;
    padding-bottom: 2rem;
}

.ds-hero__image {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.ds-hero__image img {
    margin-bottom: -30px;
    max-height: 420px;
    width: auto;
    object-fit: contain;
    display: block;
}

@media (max-width: 768px) {
    .ds-hero__inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .ds-hero__text {
        order: 1;
        padding-bottom: 0;
    }

    .ds-hero__image {
        order: 0;
        margin: 0 0 1.5rem 0;
    }

    .ds-hero__image img {
    margin-bottom: -30px;
        max-height: 280px;
    }

    .ds-hero .ds-btns {
        justify-content: center;
        flex-wrap: wrap;
    }

    .ds-hero .ds-tag {
        justify-content: center;
    }
}

/* ── Homepage v5.2 additions ── */
.ds-brand-line {
    font-family: var(--ds-font-heading);
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    color: var(--ds-lavender-light);
    font-weight: 700;
    margin: 1.5rem 0 0 0;
    line-height: 1.3;
    padding-top: 18px;
}

.ds-card-link {
    display: inline-block;
    margin-top: 0.8rem;
    font-size: 13px;
    font-weight: 500;
    color: var(--ds-lavender);
    text-decoration: none;
    transition: color 0.2s;
}

.ds-card-link:hover {
    color: var(--ds-lavender-light);
}

.ds-card--cerise .ds-card-link { color: var(--ds-cerise-light); }
.ds-card--cerise .ds-card-link:hover { color: #ff5580; }
.ds-card--teal .ds-card-link { color: var(--ds-teal); }
.ds-card--teal .ds-card-link:hover { color: #6dd8c0; }

.ds-card-link--cerise { color: var(--ds-cerise-light); }
.ds-card-link--cerise:hover { color: #ff5580; }

/* ── The Loop — two-column with Gorilla thumbs-up ── */
.ds-loop__inner {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 2rem;
}

.ds-loop__text { min-width: 0; }

.ds-loop__image {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.ds-loop__image img {
    max-height: 260px;
    width: auto;
    object-fit: contain;
}

/* ── Closing CTA — two-column with Gorilla Ask Anything ── */
.ds-closing--gorilla {
    text-align: left;
    border-top: 1px solid var(--ds-border);
    padding: 2.5rem 0 0 0;
    margin: 3rem 0 0 0;
}

.ds-closing__inner {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 2rem;
}

.ds-closing__text { min-width: 0; }
.ds-closing__text .ds-brand-line--closing { text-align: center; }
.ds-closing__text p {
    margin: 0 0 1.5rem 0;
    text-align: left;
}

.ds-closing__image {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.ds-closing__image img {
    max-height: 340px;
    width: auto;
    object-fit: contain;
}

@media (max-width: 600px) {
    .ds-loop__inner {
        grid-template-columns: 1fr;
    }
    .ds-loop__image img {
        max-height: 180px;
    }
    .ds-closing__inner {
        grid-template-columns: 1fr;
    }
    .ds-closing__image img {
        max-height: 240px;
    }
    .ds-closing__image {
        justify-content: center;
    }
}
/* patch: gorilla on left in Loop section */
.ds-loop__inner {
    grid-template-columns: auto 1fr;
}

/* ── Transmute Engine page ── */

/* 4-column card grid */
.ds-cards--quads {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

/* Screenshot with caption */
.ds-screenshot {
    margin: 2rem 0;
    border: 1px solid var(--ds-border);
    border-radius: var(--ds-radius);
    overflow: hidden;
    background: var(--ds-card);
}

.ds-screenshot img {
    width: 100%;
    height: auto;
    display: block;
}

.ds-screenshot__caption {
    display: block;
    padding: 0.8rem 1.2rem;
    font-size: 13px;
    color: var(--ds-muted);
    font-family: var(--ds-font-body);
    border-top: 1px solid var(--ds-border);
}

/* Unlock list */
.ds-unlock-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin: 1.5rem 0 0 0;
}

.ds-unlock-item {
    padding-left: 1.2rem;
    border-left: 3px solid var(--ds-lavender);
}

.ds-unlock-item h3 {
    font-size: 15px;
    font-family: var(--ds-font-body);
    font-weight: 600;
    color: var(--ds-lavender-light);
    margin: 0 0 0.3rem 0;
}

.ds-unlock-item p {
    font-size: 14px;
    color: var(--ds-muted);
    margin: 0;
    line-height: 1.6;
}

/* Offer box */
.ds-offer-box {
    background: linear-gradient(135deg, var(--ds-card) 0%, var(--ds-card2) 100%);
    border: 1px solid var(--ds-teal);
    border-radius: var(--ds-radius);
    padding: 1.8rem 2rem;
    margin: 1.5rem 0;
}

.ds-offer-box ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
}

.ds-offer-box ul li {
    position: relative;
    padding-left: 1.2rem;
    margin: 0 0 0.5rem 0;
    font-size: 15px;
    color: var(--ds-text);
    line-height: 1.6;
}

.ds-offer-box ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    background: var(--ds-teal);
    border-radius: 50%;
}

.ds-offer-value {
    font-family: var(--ds-font-heading);
    font-size: clamp(1rem, 1.8vw, 1.2rem);
    font-weight: 700;
    color: var(--ds-teal);
    margin: 0;
}

/* Plan table */
.ds-plan-table-wrap {
    overflow-x: auto;
    margin: 1.5rem 0;
    border: 1px solid var(--ds-border);
    border-radius: var(--ds-radius);
}

.ds-plan-table {
    width: 100%;
    border-collapse: collapse;
    font-family: var(--ds-font-body);
    font-size: 14px;
}

.ds-plan-table th {
    background: var(--ds-card);
    color: var(--ds-muted);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 0.8rem 1rem;
    text-align: left;
    border-bottom: 1px solid var(--ds-border);
}

.ds-plan-table td {
    padding: 0.8rem 1rem;
    color: var(--ds-text);
    border-bottom: 1px solid var(--ds-border);
}

.ds-plan-table tr:last-child td {
    border-bottom: none;
}

.ds-plan-table td strong {
    color: var(--ds-white);
    font-weight: 600;
}

.ds-plan-table tbody tr:hover {
    background: rgba(92, 200, 176, 0.05);
}

@media (max-width: 600px) {
    .ds-cards--quads {
        grid-template-columns: 1fr;
    }
    .ds-plan-table {
        font-size: 12px;
    }
    .ds-plan-table th,
    .ds-plan-table td {
        padding: 0.6rem 0.5rem;
    }
}
/* patch: screenshot rounded corners + spacing */
.ds-screenshot {
    margin: 2.5rem 0;
    border-radius: 16px;
}
.ds-screenshot img {
    border-radius: 16px 16px 0 0;
}
/* patch: screenshot layout overhaul */
.ds-screenshot {
    margin: 3.5rem 0;
    border-radius: 16px;
    padding: 0.6rem;
    background: linear-gradient(135deg, var(--ds-card) 0%, var(--ds-card2) 100%);
}

.ds-screenshot img {
    border-radius: 12px;
}

.ds-screenshot__caption {
    border-top: none;
    text-align: center;
    padding: 1rem 1.2rem 0.6rem;
    font-size: 14px;
    color: var(--ds-lavender);
    font-style: italic;
}
/* ── Icon grid for "What your data unlocks" ── */
.ds-icon-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin: 2rem 0 0 0;
}

.ds-icon-card {
    background: linear-gradient(135deg, var(--ds-card) 0%, var(--ds-card2) 100%);
    border: 1px solid var(--ds-border);
    border-radius: var(--ds-radius);
    padding: 1.8rem;
}

.ds-icon-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.ds-icon-circle--teal {
    background: rgba(92, 200, 176, 0.15);
    color: var(--ds-teal);
}

.ds-icon-circle--cerise {
    background: rgba(222, 49, 99, 0.15);
    color: var(--ds-cerise-light);
}

.ds-icon-circle--lavender {
    background: rgba(196, 182, 224, 0.15);
    color: var(--ds-lavender-light);
}

.ds-icon-card h3 {
    font-size: 15px;
    font-family: var(--ds-font-body);
    font-weight: 600;
    color: var(--ds-white);
    margin: 0 0 0.5rem 0;
}

.ds-icon-card p {
    font-size: 14px;
    color: var(--ds-muted);
    margin: 0;
    line-height: 1.6;
}

@media (max-width: 600px) {
    .ds-icon-grid {
        grid-template-columns: 1fr;
    }
}

/* patch: constrain screenshot width */
.ds-screenshot {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

/* patch: plan table breathing room */
.ds-plan-table-wrap {
    background: linear-gradient(135deg, var(--ds-card) 0%, var(--ds-card2) 100%);
}
.ds-plan-table th {
    padding: 1rem 1.4rem;
    font-size: 12px;
    letter-spacing: 0.08em;
}
.ds-plan-table td {
    padding: 1.1rem 1.4rem;
    font-size: 15px;
}
.ds-plan-table tbody tr {
    transition: background 0.15s ease;
}
.ds-plan-table tbody tr:nth-child(odd) {
    background: rgba(255,255,255,0.02);
}
@media (max-width: 768px) {
    .ds-screenshot { max-width: 100%; }
}

/* ── Polymath page: 6-layer stack ── */
.ds-stack {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    margin: 2rem 0;
}
.ds-stack-layer {
    display: flex;
    gap: 1.2rem;
    align-items: flex-start;
    padding: 1.5rem;
    background: var(--ds-card);
    border-radius: var(--ds-radius);
    border-left: 4px solid var(--ds-teal);
}
.ds-stack-layer--1 { border-left-color: var(--ds-teal); }
.ds-stack-layer--2 { border-left-color: var(--ds-lavender); }
.ds-stack-layer--3 { border-left-color: var(--ds-cerise); }
.ds-stack-layer--4 { border-left-color: var(--ds-lavender); }
.ds-stack-layer--5 { border-left-color: var(--ds-teal); }
.ds-stack-layer--6 { border-left-color: var(--ds-cerise); }
.ds-stack-num {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-family: var(--ds-font-heading);
    font-weight: 700;
    font-size: 18px;
    color: var(--ds-white);
    background: rgba(255,255,255,0.08);
}
.ds-stack-layer--1 .ds-stack-num { background: rgba(92,200,176,0.2); color: var(--ds-teal); }
.ds-stack-layer--2 .ds-stack-num { background: rgba(196,182,224,0.2); color: var(--ds-lavender); }
.ds-stack-layer--3 .ds-stack-num { background: rgba(222,49,99,0.2); color: var(--ds-cerise); }
.ds-stack-layer--4 .ds-stack-num { background: rgba(196,182,224,0.2); color: var(--ds-lavender); }
.ds-stack-layer--5 .ds-stack-num { background: rgba(92,200,176,0.2); color: var(--ds-teal); }
.ds-stack-layer--6 .ds-stack-num { background: rgba(222,49,99,0.2); color: var(--ds-cerise); }
.ds-stack-body h3 {
    font-family: var(--ds-font-heading);
    font-size: clamp(1rem, 1.8vw, 1.15rem);
    color: var(--ds-white);
    margin: 0 0 0.5rem 0;
}
.ds-stack-body p {
    font-size: 14px;
    color: var(--ds-muted);
    margin: 0;
    line-height: 1.7;
}

/* Stack visualiser */
.ds-stack-visual {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 2.5rem 0 1rem;
    border-radius: var(--ds-radius);
    overflow: hidden;
}
.ds-stack-row {
    padding: 0.9rem 1.4rem;
    font-family: var(--ds-font-heading);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--ds-white);
}
.ds-stack-row--teal { background: rgba(92,200,176,0.15); }
.ds-stack-row--lavender { background: rgba(196,182,224,0.12); }
.ds-stack-row--cerise { background: rgba(222,49,99,0.15); }

/* Scenario blocks */
.ds-scenario {
    margin: 2rem 0;
    padding: 1.5rem 1.8rem;
    background: var(--ds-card);
    border-radius: var(--ds-radius);
    border-left: 3px solid var(--ds-lavender);
}
.ds-scenario h3 {
    font-family: var(--ds-font-heading);
    font-size: clamp(1rem, 1.8vw, 1.15rem);
    color: var(--ds-lavender-light);
    margin: 0 0 0.8rem 0;
}
.ds-scenario p {
    font-size: 14px;
    color: var(--ds-muted);
    line-height: 1.7;
    margin: 0 0 0.8rem 0;
}
.ds-scenario p:last-child { margin-bottom: 0; }

/* Check list */
.ds-check-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}
.ds-check-list li {
    position: relative;
    padding-left: 1.5rem;
    margin: 0 0 0.8rem 0;
    font-size: 15px;
    color: var(--ds-text);
    line-height: 1.7;
}
.ds-check-list li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    color: var(--ds-teal);
    font-weight: 700;
}

/* Compare table variant */
.ds-plan-table--compare td:nth-child(2) { color: var(--ds-muted); }
.ds-plan-table--compare td:nth-child(3) { color: var(--ds-teal); font-weight: 600; }

@media (max-width: 600px) {
    .ds-stack-layer { flex-direction: column; gap: 0.8rem; }
    .ds-scenario { padding: 1.2rem; }
}

/* ── Nav dropdown menus ── */
.site-nav__dropdown {
    position: relative;
}
.site-nav__arrow {
    font-size: 10px;
    opacity: 0.6;
    margin-left: 2px;
    display: inline-block;
    transition: transform 0.2s;
}
.site-nav__sub {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 180px;
    background: #2a2460;
    border: 1px solid rgba(196,182,224,0.15);
    border-radius: var(--ds-radius);
    padding: 0.5rem 0;
    margin-top: 0.6rem;
    list-style: none;
    box-shadow: 0 12px 32px rgba(0,0,0,0.4);
    z-index: 120;
}
.site-nav__sub::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    background: #2a2460;
    border-left: 1px solid rgba(196,182,224,0.15);
    border-top: 1px solid rgba(196,182,224,0.15);
    transform: translateX(-50%) rotate(45deg);
}
.site-nav__sub li a {
    display: block;
    padding: 0.55rem 1.2rem;
    font-size: 14px;
    color: var(--ds-lavender-light);
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.15s, color 0.15s;
}
.site-nav__sub li a:hover {
    background: rgba(222,49,99,0.12);
    color: var(--ds-white);
}

/* Desktop hover */
@media (min-width: 769px) {
    .site-nav__dropdown:hover > .site-nav__sub {
        display: block;
    }
    .site-nav__dropdown:hover > .site-nav__dropdown-toggle .site-nav__arrow {
        transform: rotate(180deg);
    }
}

/* Mobile dropdown overrides */
@media (max-width: 768px) {
    .site-nav__sub {
        position: static;
        transform: none;
        background: rgba(0,0,0,0.15);
        border: none;
        border-radius: 0;
        box-shadow: none;
        margin: 0;
        padding: 0;
        min-width: 0;
    }
    .site-nav__sub::before {
        display: none;
    }
    .site-nav__dropdown.is-open > .site-nav__sub {
        display: block;
    }
    .site-nav__dropdown.is-open > .site-nav__dropdown-toggle .site-nav__arrow {
        transform: rotate(180deg);
    }
    .site-nav__sub li a {
        padding: 0.7rem 0 0.7rem 1.5rem !important;
        font-size: 15px !important;
        color: var(--ds-muted) !important;
        border-bottom: 1px solid rgba(196,182,224,0.08) !important;
    }
    .site-nav__sub li a:hover {
        color: var(--ds-white) !important;
        background: none !important;
    }
    .site-nav__sub li:last-child a {
        border-bottom: none !important;
    }
    .site-nav__dropdown-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .site-nav__arrow {
        font-size: 12px;
    }
}

/* patch: fix dropdown hover gap */
.site-nav__sub {
    margin-top: 0;
    padding-top: 0.6rem;
}
.site-nav__sub::before {
    top: 0.3rem;
}
@media (min-width: 769px) {
    .site-nav__dropdown::after {
        content: '';
        position: absolute;
        top: 100%;
        left: -1rem;
        right: -1rem;
        height: 0.8rem;
    }
}
@media (max-width: 768px) {
    .site-nav__sub { padding-top: 0; }
}

/* patch: much larger hover bridge for dropdowns */
@media (min-width: 769px) {
    .site-nav__dropdown::after {
        height: 1.5rem;
        left: -2rem;
        right: -2rem;
    }
    .site-nav__dropdown-toggle {
        padding: 0.5rem 0;
    }
    .site-nav__sub {
        padding-top: 1rem;
    }
    .site-nav__sub::before {
        top: 0.6rem;
    }
}

/* ── Hero pipeline diagram ── */
.ds-hero-diagram {
    
    border-radius: var(--ds-radius);
    overflow: hidden;
}
.ds-hero-diagram img {
    width: 100%;
    height: auto;
    display: block;
}

/* Seeds page — theme overrides (body prefix beats plugin inline styles) */
body .cherry-seeds-archive,
body .cherry-seed-branch,
body .cherry-seed-single { padding-top: 2rem !important; }
body .cherry-seeds-archive__branches-heading { font-size: 1.1rem !important; }
body .cherry-seeds-archive__branches-list li a { font-size: 0.9rem !important; padding: 8px 12px !important; }
body .cherry-seeds-archive__count { font-size: 0.8rem !important; }
body .cherry-seeds-archive__branches { padding: 16px !important; margin-bottom: 1.5rem !important; }
body .cherry-seeds-archive__branches-list li a:hover { background: #DE3163 !important; border-color: #DE3163 !important; box-shadow: 0 4px 12px rgba(222,49,99,0.25) !important; }
body .cherry-seeds-archive__branches-list li a:hover .cherry-seeds-archive__count { color: rgba(255,255,255,0.8) !important; }
@media (max-width: 600px) {
    body .cherry-seeds-archive, body .cherry-seed-branch, body .cherry-seed-single { padding-top: 1rem !important; }
}

/* Pricing — compact offer box with badge */
.ds-plan-offer {
    display: flex;
    gap: 0.5rem;
    align-items: flex-start;
    background: rgba(92,200,176,0.08);
    border: 1px solid rgba(92,200,176,0.25);
    border-radius: 8px;
    padding: 0.5rem 0.6rem;
    margin: 0.6rem 0;
    font-size: 0.68rem;
    line-height: 1.4;
    color: var(--ds-text);
}
.ds-plan-offer__badge {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    background: var(--ds-teal);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-top: 0.1rem;
}
.ds-plan-offer__badge svg { width: 14px; height: 14px; }
.ds-plan-offer__text { display: flex; flex-direction: column; gap: 0.15rem; }
.ds-plan-offer__text strong { color: var(--ds-teal); font-size: 0.7rem; }
.ds-plan-offer__text span { font-size: 0.65rem; color: var(--ds-text-muted); }
.ds-plan-offer__value { color: var(--ds-cerise) !important; font-weight: 700; font-size: 0.65rem !important; }

/* Harvest card — kill gap above offer + bigger heading */
.ds-plan-card--lavender .ds-plan-features { flex: 0 !important; margin-bottom: 0.3rem !important; }
.ds-plan-offer { margin-top: 0.2rem !important; }
.ds-plan-offer__text strong { font-size: 0.95rem !important; line-height: 1.3 !important; }
.ds-plan-offer__text span:not(.ds-plan-offer__value) { font-size: 0.6rem !important; opacity: 0.7; }
.ds-plan-offer__value { font-size: 0.62rem !important; }

/* Harvest card — push upgrades + CTA to bottom */
.ds-plan-card--lavender .ds-plan-upgrades { margin-top: auto !important; }

/* spacing fix: brand line in closing section */

    
}


/* ── Blog Search (compact, top-right of hero) ── */
.ds-hero { position: relative; }
.ds-blog-search {
    position: absolute;
    top: 35%;
    right: 2rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: var(--ds-card);
    border: 1px solid var(--ds-border);
    border-radius: var(--ds-radius);
    padding: 0.25rem 0.6rem;
    transition: border-color 0.2s;
    max-width: 220px;
}
.ds-blog-search:focus-within { border-color: var(--ds-teal); }
.ds-blog-search__input {
    background: transparent;
    border: 0;
    outline: none;
    color: var(--ds-white);
    font-family: var(--ds-font-body);
    font-size: 13px;
    padding: 0.25rem 0;
    width: 100%;
    min-width: 0;
}
.ds-blog-search__input::placeholder { color: var(--ds-muted); }
.ds-blog-search__input::-webkit-search-cancel-button { -webkit-appearance: none; appearance: none; }
.ds-blog-search__clear {
    color: var(--ds-muted);
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    padding: 0 0.2rem;
    flex-shrink: 0;
}
.ds-blog-search__clear:hover { color: var(--ds-cerise-light); }
.ds-blog-search__result-count {
    color: var(--ds-muted);
    font-size: 13px;
    margin-top: 0.75rem;
}
@media (max-width: 600px) {
    .ds-blog-search {
        position: static;
        margin-bottom: 1rem;
        max-width: 100%;
        width: 100%;
    }
}

/* ============================================================
   AEO TIER CARDS — GUARANTEE + ENDNOTE
   ============================================================ */

.ds-aeo-guarantee {
    background: linear-gradient(135deg, rgba(222, 49, 99, 0.08) 0%, rgba(222, 49, 99, 0.03) 100%);
    border: 1px solid rgba(222, 49, 99, 0.35);
    border-radius: 8px;
    padding: 0.9rem 1rem;
    font-size: 12.5px;
    color: var(--ds-text);
    line-height: 1.55;
    margin: 0 0 0.8rem 0;
}

.ds-aeo-guarantee strong {
    color: var(--ds-cerise-light);
}

.ds-aeo-endnote {
    font-size: 12px;
    color: var(--ds-muted);
    line-height: 1.5;
    margin: 0 0 1rem 0;
    font-family: var(--ds-font-body);
}

.ds-plan-badge--teal {
    background: var(--ds-teal);
}

/* ── Normalise legacy inline font-size on blog body copy (added 2026-Jun-20) ──
   Pre-rebuild posts have has-medium/has-large-font-size baked into paragraphs
   and list items, rendering body copy larger (20px) than the standard
   .ds-post__content size (1.05rem). Force blog body copy back to the standard
   size so every post matches the current tech-article style. Headings and the
   small 'Updated' line are left untouched. */
.ds-post__content p.has-medium-font-size,
.ds-post__content li.has-medium-font-size,
.ds-post__content p.has-large-font-size,
.ds-post__content li.has-large-font-size {
    font-size: 1.05rem !important;
}

/* ===== Engagement popup + side tab (AEO / pricing / Transmute) =====
   Lives here (site-wide style.css) not ds-page.css, because ds-page.css is only
   enqueued on select page IDs. Literal palette values — style.css uses --ds-*
   variable names, so the popup must not depend on ds-page.css's --cerise etc. */
.ds-aeo-pop{position:fixed !important;inset:0 !important;z-index:99999 !important;display:flex !important;align-items:center !important;justify-content:center !important;padding:1.5rem !important;background:rgba(9,7,26,0.72) !important;backdrop-filter:blur(3px) !important;opacity:0 !important;visibility:hidden !important;transition:opacity 0.25s ease,visibility 0.25s ease !important}
.ds-aeo-pop.is-open{opacity:1 !important;visibility:visible !important}
.ds-aeo-pop__card{position:relative !important;background:#1a1640 !important;border:1px solid rgba(176,160,212,0.15) !important;border-top:3px solid #DE3163 !important;border-radius:10px !important;max-width:460px !important;width:100% !important;padding:2.4rem 2rem 2rem !important;box-shadow:0 24px 60px rgba(0,0,0,0.55) !important;transform:translateY(14px) scale(0.98) !important;transition:transform 0.25s ease !important;text-align:center !important}
.ds-aeo-pop.is-open .ds-aeo-pop__card{transform:translateY(0) scale(1) !important}
.ds-aeo-pop .ds-tag{justify-content:center !important}
.ds-aeo-pop__title{font-size:clamp(1.25rem,2.4vw,1.6rem) !important;margin-bottom:0.8rem !important}
.ds-aeo-pop__sub{color:#c0b8d4 !important;font-size:15px !important;line-height:1.6 !important;margin:0 auto 1.6rem !important;max-width:none !important}
.ds-aeo-pop__btns{display:flex !important;flex-direction:column !important;gap:0.7rem !important}
.ds-aeo-pop__btns .ds-btn{justify-content:center !important;width:100% !important}
.ds-aeo-pop__close{position:absolute !important;top:0.6rem !important;right:0.6rem !important;width:34px !important;height:34px !important;display:flex !important;align-items:center !important;justify-content:center !important;background:transparent !important;border:none !important;color:#9088a8 !important;font-size:26px !important;line-height:1 !important;cursor:pointer !important;border-radius:8px !important;transition:color 0.2s,background 0.2s !important}
.ds-aeo-pop__close:hover{color:#f4f0e8 !important;background:#221e4a !important}
.ds-aeo-tab{position:fixed !important;right:0 !important;top:50% !important;transform:translateY(-50%) !important;z-index:99998 !important;writing-mode:vertical-rl !important;margin:0 !important;padding:0.95rem 0.5rem !important;background:#221e4a !important;color:#C4B6E0 !important;font-family:'DM Sans',sans-serif !important;font-size:12px !important;font-weight:600 !important;letter-spacing:0.08em !important;text-transform:uppercase !important;border:1px solid rgba(176,160,212,0.15) !important;border-right:none !important;border-radius:10px 0 0 10px !important;cursor:pointer !important;box-shadow:-4px 0 14px rgba(0,0,0,0.35) !important;transition:background 0.25s,color 0.25s,padding 0.2s !important}
.ds-aeo-tab:hover{padding-right:0.8rem !important;color:#f4f0e8 !important}
.ds-aeo-tab.is-highlighted{background:#DE3163 !important;color:#fff !important;border-color:#DE3163 !important;animation:dsAeoTabPulse 1.8s ease-out 3 !important}
@keyframes dsAeoTabPulse{0%{box-shadow:-4px 0 14px rgba(0,0,0,0.35),0 0 0 0 rgba(222,49,99,0.55)}70%{box-shadow:-4px 0 14px rgba(0,0,0,0.35),0 0 0 16px rgba(222,49,99,0)}100%{box-shadow:-4px 0 14px rgba(0,0,0,0.35),0 0 0 0 rgba(222,49,99,0)}}
@media(max-width:600px){.ds-aeo-tab{font-size:11px !important;padding:0.7rem 0.4rem !important;letter-spacing:0.05em !important}}
/* 2-phase popup (pricing): phase switching, back button, secondary chat link */
.ds-pop-phase[hidden]{display:none !important}
.ds-pop-back{position:absolute !important;top:0.7rem !important;left:0.9rem !important;background:transparent !important;border:none !important;color:#9088a8 !important;font-family:'DM Sans',sans-serif !important;font-size:13px !important;font-weight:600 !important;cursor:pointer !important;padding:4px 6px !important;border-radius:6px !important;transition:color 0.2s !important}
.ds-pop-back:hover{color:#f4f0e8 !important}
.ds-pop-chatlink{display:block !important;margin-top:0.7rem !important;padding:0.7rem 1.4rem !important;background:transparent !important;border:1px solid rgba(196,182,224,0.4) !important;border-radius:10px !important;color:#C4B6E0 !important;font-family:'DM Sans',sans-serif !important;font-size:14px !important;font-weight:600 !important;text-decoration:none !important;text-align:center !important;transition:border-color 0.2s,color 0.2s,background 0.2s !important}
.ds-pop-chatlink:hover{border-color:#C4B6E0 !important;color:#f4f0e8 !important;background:rgba(196,182,224,0.06) !important}
/* Primary offer button + small qualifier note beneath it */
/* Offer button with a small qualifier line stacked inside it (label on top, note beneath) */
.ds-btn--stacked{flex-direction:column !important;align-items:center !important;justify-content:center !important;text-align:center !important;gap:2px !important;line-height:1.1 !important;padding-top:0.6rem !important;padding-bottom:0.48rem !important}
.ds-pop-note{display:block !important;width:100% !important;font-size:9px !important;font-weight:600 !important;letter-spacing:0.01em !important;color:rgba(18,16,46,0.45) !important;text-align:center !important;font-family:'DM Sans',sans-serif !important;line-height:1.2 !important}

/* ==========================================================================
   Pricing launch — 6-tier ladder (2026-Jul-16)
   Tagline, lifetime-lock badge, Harvest Lite limitations, annual equivalent.
   Lives in style.css (not ds-page.css): /pricing is not in the ds-page
   whitelist, so --ds-* names are the only ones defined here.
   ========================================================================== */

.ds-plan-tagline {
    font-family: var(--ds-font-body);
    font-size: 12px;
    line-height: 1.5;
    color: var(--ds-muted);
    margin: 0 0 0.8rem 0;
    min-height: 3.6em; /* keeps price rows aligned across the grid */
}

.ds-plan-annual-note {
    font-family: var(--ds-font-body);
    font-size: 12px;
    color: var(--ds-teal);
    margin: 0.4rem 0 0 0;
    min-height: 1.2em; /* reserves space so cards don't jump on toggle */
}

.ds-plan-lock {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin: 0.8rem 0 0 0;
    padding: 0.3rem 0.55rem;
    border-radius: 5px;
    font-family: var(--ds-font-body);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: rgba(92, 200, 176, 0.12);
    border: 1px solid rgba(92, 200, 176, 0.35);
    color: var(--ds-teal);
}

.ds-plan-lock svg {
    width: 11px;
    height: 11px;
    flex-shrink: 0;
}

.ds-plan-lock--none {
    background: transparent;
    border-color: transparent;
    color: var(--ds-muted);
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.02em;
    text-transform: none;
    padding-left: 0;
}

/* Sits in the card's reserved bottom padding so it can't push the CTA up —
   keeps every CTA in the row bottom-aligned. */
.ds-plan-cta-note {
    position: absolute;
    left: 1.6rem;
    right: 1.6rem;
    bottom: 0.9rem;
    text-align: center;
    font-family: var(--ds-font-body);
    font-size: 11.5px;
    color: var(--ds-muted);
    margin: 0;
}

.ds-plan-card {
    padding-bottom: 2.7rem;
}

/* Toggle badge now carries longer copy — allow it to breathe/wrap */
.ds-pricing-toggle__badge {
    line-height: 1.4;
}

@media (max-width: 640px) {
    .ds-pricing-toggle {
        flex-wrap: wrap;
        row-gap: 0.6rem;
    }
    .ds-pricing-toggle__badge {
        flex-basis: 100%;
        text-align: center;
    }
    /* stacked cards don't share a row, so drop the alignment reserve */
    .ds-plan-tagline {
        min-height: 0;
    }
}

/* Tighter Upgrades block — was eating vertical space on Harvest/Cerise (2026-Jul-16) */
.ds-plan-upgrades {
    padding: 0.6rem 0.9rem;
}

.ds-plan-upgrades-label {
    margin: 0 0 0.25rem 0;
}

.ds-plan-upgrades li {
    padding: 0.05rem 0;
    line-height: 1.35;
}


/* Harvest Lite — the two things that matter, given their own weight (2026-Jul-16) */
.ds-plan-highlight {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    background: rgba(92, 200, 176, 0.08);
    border: 1px solid rgba(92, 200, 176, 0.3);
    border-radius: 8px;
    padding: 0.85rem 0.9rem;
    margin: 0 0 1.1rem 0;
}

.ds-plan-highlight__row {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.ds-plan-highlight__row svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    color: var(--ds-teal);
}

.ds-plan-highlight__row span {
    font-family: var(--ds-font-body);
    font-size: 13.5px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--ds-white);
}

/* ==========================================================================
   Pricing conversion blocks — Phase 5 (2026-Jul-16)
   "Not sure?" helper, lifetime-lock callout, upgrade path, comparison table,
   social-proof citation. style.css (not ds-page.css) — /pricing isn't
   whitelisted for ds-page, so only --ds-* names resolve here.
   ========================================================================== */

/* --- 5.6 "Not sure?" helper --- */
.ds-plan-helper {
    text-align: center;
    font-family: var(--ds-font-body);
    font-size: 14px;
    color: var(--ds-muted);
    margin: 1.6rem 0 0 0;
}

.ds-plan-helper a {
    color: var(--ds-teal);
    border-bottom: 1px solid rgba(92, 200, 176, 0.4);
}

/* --- 5.2 lifetime lock callout --- */
.ds-lock-callout {
    text-align: center;
    background: linear-gradient(135deg, #12102e 0%, #1a1640 100%);
    border: 1px solid rgba(92, 200, 176, 0.35);
    border-radius: var(--ds-radius);
    padding: 2.6rem 1.8rem;
}

.ds-lock-callout__title {
    font-family: var(--ds-font-heading);
    font-size: clamp(1.5rem, 3vw, 2.1rem);
    color: var(--ds-teal);
    margin: 0 0 0.7rem 0;
}

.ds-lock-callout__body {
    font-family: var(--ds-font-body);
    font-size: 15px;
    line-height: 1.7;
    color: var(--ds-text);
    margin: 0 auto 1.5rem;
    max-width: 34rem;
}

.ds-lock-callout__body strong {
    color: var(--ds-white);
}

/* --- 5.3 upgrade path --- */
.ds-upgrade-path {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 0.5rem;
    list-style: none;
    margin: 1.2rem 0 0 0;
    padding: 0;
    counter-reset: step;
}

.ds-upgrade-path li {
    display: flex;
    align-items: center;
    flex: 1 1 12rem;
}

.ds-upgrade-path li::after {
    content: '\2192';
    color: var(--ds-teal);
    margin-left: 0.5rem;
    flex-shrink: 0;
}

.ds-upgrade-path li:last-child::after {
    content: none;
}

.ds-upgrade-path__step {
    flex: 1;
    background: rgba(0, 0, 0, 0.18);
    border: 1px solid var(--ds-border);
    border-radius: 6px;
    padding: 0.7rem 0.8rem;
    font-family: var(--ds-font-body);
    font-size: 12.5px;
    line-height: 1.4;
    color: var(--ds-text);
    text-align: center;
}

/* --- 5.1 comparison table --- */
.ds-cmp-wrap {
    overflow-x: auto;                 /* the table scrolls, never the page */
    -webkit-overflow-scrolling: touch;
    margin: 1.5rem 0 0 0;
    border: 1px solid var(--ds-border);
    border-radius: var(--ds-radius);
}

.ds-cmp {
    width: 100%;
    min-width: 40rem;                 /* below this it scrolls rather than crush */
    border-collapse: collapse;
    font-family: var(--ds-font-body);
    font-size: 12.5px;
}

.ds-cmp th,
.ds-cmp td {
    padding: 0.6rem 0.7rem;
    text-align: center;
    border-bottom: 1px solid var(--ds-border);
}

/* Headers never wrap; body cells may, so the table fits a desktop container
   instead of overflowing and clipping the last tier. */
.ds-cmp thead th,
.ds-cmp tbody th[scope="row"] {
    white-space: nowrap;
}

.ds-cmp thead th {
    background: var(--ds-card2);
    color: var(--ds-white);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.03em;
    position: sticky;
    top: 0;
}

.ds-cmp tbody th[scope="row"] {
    text-align: left;
    color: var(--ds-text);
    font-weight: 500;
    background: rgba(0, 0, 0, 0.15);
    position: sticky;
    left: 0;                          /* feature name stays put while scrolling */
    z-index: 1;
}

.ds-cmp tbody tr:hover td,
.ds-cmp tbody tr:hover th[scope="row"] {
    background: rgba(196, 182, 224, 0.06);
}

.ds-cmp tbody tr:last-child th,
.ds-cmp tbody tr:last-child td {
    border-bottom: none;
}

.ds-cmp td {
    color: var(--ds-muted);
}

.ds-cmp-y {
    color: var(--ds-teal);
    font-weight: 700;
}

.ds-cmp-n {
    color: var(--ds-muted);
    opacity: 0.45;
}

.ds-cmp-hint {
    font-family: var(--ds-font-body);
    font-size: 12px;
    color: var(--ds-muted);
    margin: 0.6rem 0 0 0;
}

@media (min-width: 900px) {
    .ds-cmp-hint { display: none; }   /* no scroll needed at this width */
}

/* --- 5.4 social proof citation --- */
.ds-proof-cite {
    font-family: var(--ds-font-body);
    font-size: 13px;
    color: var(--ds-muted);
    margin: 0.8rem 0 0 0;
}

.ds-proof-cite a {
    color: var(--ds-teal);
    margin-left: 0.5rem;
    border-bottom: 1px solid rgba(92, 200, 176, 0.4);
}

/* ==========================================================================
   Free trial — "The Process" section (2026-Jul-17)
   Stepper, form and note are left-aligned to the page gutter (they were
   centred via `margin: 0 auto`), with breathing room between each block.
   ========================================================================== */

.ds-steps-section .ds-steps {
    margin: 3.2rem 0 0 0;   /* more air between the copy and the stepper */
}

/* Tighter vertical rhythm on the trial page only — scoped to the template's
   body class so every other page keeps the standard hero spacing. */
.page-template-page-transmute-free-trial .site-content {
    padding-top: 3rem;      /* was 5rem — less gap under the header */
}

.page-template-page-transmute-free-trial .ds-hero {
    padding-bottom: 1.75rem;  /* was 3rem */
    margin-bottom: 2rem;      /* was 3rem */
}

/* The Process headline was competing with the h1 */
.page-template-page-transmute-free-trial .ds-steps-section h2 {
    font-size: clamp(1.15rem, 1.8vw, 1.45rem);
    line-height: 1.3;
    margin-bottom: 0.6rem;
}

.ds-trial-form-section .seresa-trial-form-wrapper {
    margin-left: 0;
    margin-right: 0;
    margin-top: 2.4rem;
}

.ds-trial-note {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
}

/* Hero plan label sat tight under the headline */
.ds-trial-plan {
    margin-bottom: 1.4rem;
}

@media (max-width: 640px) {
    .ds-steps-section .ds-steps {
        margin-top: 1.6rem;
    }
    .ds-trial-form-section .seresa-trial-form-wrapper {
        margin-top: 1.8rem;
    }
}

/* ── Gorilla chat launcher — desktop sizing override ──
   Overrides the Gorilla-Chat-By-Seresa plugin defaults (56px circle /
   36px mascot). Mobile keeps the plugin default; from 769px up the
   circle grows to 64px and the mascot to 48px, taking the mascot from
   64% to 75% of the circle so it reads as a gorilla rather than a dot.
   The plugin derives .gorilla-chat__panel's offset from
   --gc-launcher-size, so the panel follows automatically. */
@media (min-width: 769px) {
    .gorilla-chat {
        --gc-launcher-size: 64px;
    }

    .gorilla-chat__launcher-img {
        width: 48px;
        height: 48px;
    }
}

/* ── Transmute Signup Form — Dark Theme Overrides ── */
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-form {
    background: var(--ds-card);
    border: 1px solid var(--ds-border);
    box-shadow: 0 8px 32px rgba(0,0,0,0.3);
    text-align: left;
}

/* Progress indicator */
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-progress__step {
    background: var(--ds-card2);
    color: var(--ds-muted);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-progress__step--completed {
    background: var(--ds-cerise);
    color: #ffffff;
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-progress__step--current {
    background: linear-gradient(135deg, var(--ds-cerise) 0%, var(--ds-cerise-light) 100%);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(222,49,99,0.35);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-progress__connector {
    background: var(--ds-border);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-progress__connector--completed {
    background: var(--ds-cerise);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-progress__label {
    color: var(--ds-muted);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-progress__step-name {
    color: var(--ds-white);
}

/* Step typography */
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-step__title {
    color: var(--ds-white);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-step__description {
    color: var(--ds-text);
    font-family: var(--ds-font-body);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-step__subtitle--wordpress-only {
    color: var(--ds-cerise-light);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-step__footer {
    color: var(--ds-muted);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-step__footer a,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-step__help a,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-checkbox a,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-resend__link {
    color: var(--ds-teal);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-form__back {
    color: var(--ds-muted);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-form__back:hover {
    color: var(--ds-teal);
}

/* Fields */
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-field__label {
    color: var(--ds-white);
    font-family: var(--ds-font-body);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-field__required {
    color: var(--ds-cerise);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-field__input,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-field__select {
    background: var(--ds-card2);
    border: 2px solid var(--ds-border);
    color: var(--ds-white);
    font-family: var(--ds-font-body);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-field__input::placeholder {
    color: var(--ds-muted);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-field__input:focus,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-field__select:focus {
    border-color: var(--ds-teal);
    box-shadow: 0 0 0 4px rgba(92,200,176,0.15);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-field__input.has-error,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-field__select.has-error {
    border-color: var(--ds-cerise);
    background: rgba(222,49,99,0.08);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-field__input.has-error:focus,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-field__select.has-error:focus {
    box-shadow: 0 0 0 4px rgba(222,49,99,0.15);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-field__hint,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-field__preview {
    color: var(--ds-muted);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-field__error {
    color: var(--ds-cerise-light);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-subdomain-picker__domain {
    background: var(--ds-card2);
    border-color: var(--ds-border);
    color: var(--ds-muted);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-stripe-element {
    background: var(--ds-card2);
    border-color: var(--ds-border);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-stripe-element--focus {
    border-color: var(--ds-teal);
    box-shadow: 0 0 0 4px rgba(92,200,176,0.15);
}

/* Buttons */
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-button,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-button--primary {
    background: linear-gradient(135deg, var(--ds-cerise) 0%, var(--ds-cerise-light) 100%);
    font-family: var(--ds-font-heading);
    box-shadow: 0 4px 16px rgba(222,49,99,0.35);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-button:hover:not(:disabled) {
    box-shadow: 0 6px 24px rgba(222,49,99,0.5);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-button--secondary {
    background: transparent;
    color: var(--ds-white);
    border: 2px solid var(--ds-border);
    box-shadow: none;
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-button--secondary:hover:not(:disabled) {
    background: rgba(255,255,255,0.05);
    box-shadow: none;
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-button:disabled {
    background: var(--ds-card2);
    color: var(--ds-muted);
}

/* Plan cards */
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-plan__card {
    background: var(--ds-card2);
    border-color: var(--ds-border);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-plan:hover .seresa-signup-plan__card {
    border-color: var(--ds-teal);
    box-shadow: 0 4px 12px rgba(92,200,176,0.15);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-plan--selected .seresa-signup-plan__card,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-plan__input:checked + .seresa-signup-plan__card {
    border-color: var(--ds-teal);
    background: rgba(92,200,176,0.08);
    box-shadow: 0 4px 12px rgba(92,200,176,0.2);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-plan__name {
    color: var(--ds-white);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-plan__amount {
    color: var(--ds-teal);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-plan__period,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-plan__features li {
    color: var(--ds-text);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-plan__features {
    border-top-color: var(--ds-border);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-plan__badge {
    background: var(--ds-cerise);
}

/* Billing toggle */
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-billing-toggle {
    background: var(--ds-card2);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-billing-toggle__label {
    color: var(--ds-muted);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-billing-toggle__label--active {
    color: var(--ds-white);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-billing-toggle__slider {
    background: var(--ds-cerise);
}

/* Step 2 verification + shared step icons */
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-step__icon,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-verification__icon,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-result__icon--success,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-dns-verify__success-icon {
    background: linear-gradient(135deg, var(--ds-cerise) 0%, var(--ds-cerise-light) 100%);
    box-shadow: 0 8px 24px rgba(222,49,99,0.35);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-step--2 .seresa-signup-step__description strong {
    color: var(--ds-teal);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-step__instructions {
    background: var(--ds-card2);
    border-color: var(--ds-border);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-step__instructions ol {
    color: var(--ds-text);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-step__resend-text,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-step__help p {
    color: var(--ds-muted);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-step__help,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-result__help,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-cancel__footer {
    border-top-color: var(--ds-border);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-verification__email {
    color: var(--ds-white);
}

/* Shared surface boxes: order summary, info cards, success cards, DNS panels */
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-order-summary,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-info-card,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-info-box,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-success-card,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-success-steps,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-success__details,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-subdomain-loading,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-allocated-domain,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-dns__details,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-dns__record-card,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-dns__account-card,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-dns-verify__details-card {
    background: var(--ds-card2);
    border-color: var(--ds-border);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-order-summary h3,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-order-summary__name,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-order-summary__plan-brand,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-info-card__title,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-success-card__title,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-success-card__value,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-success-steps__title,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-success__title,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-result__title,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-allocated-domain__full,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-dns__steps-title,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-dns__card-title,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-dns__steps-list li strong,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-dns-verify__card-title {
    color: var(--ds-white);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-order-summary__item {
    border-bottom-color: var(--ds-border);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-order-summary__price {
    color: var(--ds-teal);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-order-summary__details,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-info-card__text,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-info-box p,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-success-card__label,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-success-card__note,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-success-steps__list,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-success__message,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-result__message,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-result__options p,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-result__help p,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-subdomain-loading__text,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-allocated-domain__loading,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-dns__label,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-dns__steps-list li p,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-dns-verify__label,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-secure-payment__text,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-secure-notice {
    color: var(--ds-text);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-success-card__code,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-success-steps__list code {
    background: rgba(92,200,176,0.12);
    color: var(--ds-white);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-success-card__item--highlight {
    background: rgba(92,200,176,0.1);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-success-email {
    background: var(--ds-card2);
    color: var(--ds-text);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-success-email svg {
    color: var(--ds-teal);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-dns__detail-row,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-dns-verify__detail-row {
    border-bottom-color: var(--ds-border);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-dns__value,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-dns__field-value,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-dns-verify__value {
    background: var(--ds-card);
    border-color: var(--ds-border);
    color: var(--ds-white);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-dns__guide-link,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-dns-verify__docs-link {
    color: var(--ds-teal);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-dns-verify__back-link {
    color: var(--ds-muted);
}

/* Checkbox + messages */
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-checkbox {
    color: var(--ds-text);
    font-family: var(--ds-font-body);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-form__messages.success {
    background: rgba(92,200,176,0.1);
    color: var(--ds-teal);
    border-color: var(--ds-teal);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-form__messages.error,
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-error-box {
    background: rgba(222,49,99,0.1);
    color: var(--ds-cerise-light);
    border-color: var(--ds-cerise);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-error-box p {
    color: var(--ds-cerise-light);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-step__resend-message.success {
    color: var(--ds-teal);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-step__resend-message.error {
    color: var(--ds-cerise-light);
}

/* Existing-session modal */
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-modal__content {
    background: var(--ds-card);
    border-color: var(--ds-border);
    box-shadow: 0 18px 40px rgba(0,0,0,0.5);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-modal__title {
    color: var(--ds-white);
}
:is(.ds-signup-form-section, .page-id-5356) .seresa-signup-modal__text {
    color: var(--ds-text);
}
