/* ============================================================
   eMembership — DataRails-inspired visual language
   Dark navy canvases, pink pills, editorial type, product cards.
   Loaded after style.css on every page.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
    --navy: #0C142B;
    --navy-deep: #070B18;
    --navy-mid: #151C33;
    --ink: #0C142B;
    --muted: #5B6475;
    --canvas: #FFFFFF;
    --canvas-soft: #F6F7FA;
    --blush: #FFF4F8;
    --hairline: #E6E9F0;
    --primary-color: #E91E63;
    --primary-dark: #C2185B;
    --primary-light: #F8BBD0;
    --text-dark: #0C142B;
    --text-light: #5B6475;
    --secondary-color: #0C142B;
    --background: #FFFFFF;
    --background-light: #F6F7FA;
    --border-color: #E6E9F0;
    --shadow: rgba(12, 20, 43, 0.08);
    --radius-pill: 999px;
    --radius-card: 20px;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Plus Jakarta Sans', Inter, system-ui, sans-serif;
    color: var(--ink);
    background: var(--canvas);
    letter-spacing: -0.011em;
}

h1, h2, h3, h4, .section-title, .page-hero-title, .hero h1 {
    font-family: 'Plus Jakarta Sans', Inter, system-ui, sans-serif;
    letter-spacing: -0.035em;
    font-weight: 700;
    color: var(--ink);
}

.container {
    max-width: 1180px;
}

/* ---------- Nav ---------- */
.navbar {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: none;
    border-bottom: 1px solid var(--hairline);
}

.nav-wrapper {
    padding: 0.85rem 0;
}

.nav-menu a {
    font-weight: 550;
    font-size: 0.95rem;
    color: var(--ink);
}

.nav-cta .btn-secondary {
    border-radius: var(--radius-pill);
    border: 1.5px solid var(--primary-color);
    color: var(--primary-color);
    background: transparent;
    padding: 0.55rem 1.15rem;
    font-size: 0.9rem;
    font-weight: 700;
}

.nav-cta .btn-secondary:hover {
    background: var(--primary-color);
    color: #fff;
    transform: none;
}

.mega-dropdown {
    border-radius: 18px;
    box-shadow: 0 18px 50px rgba(12, 20, 43, 0.12);
    border: 1px solid var(--hairline);
}

/* ---------- Buttons ---------- */
.btn-primary,
.btn-secondary,
.btn-large,
.btn-complementary,
.btn-purple,
.btn-blue,
.btn-orange,
a.btn-primary,
a.btn-secondary {
    border-radius: var(--radius-pill) !important;
    font-weight: 700;
    letter-spacing: -0.01em;
    padding: 0.8rem 1.45rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    box-shadow: none;
}

.btn-primary {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.btn-primary:hover {
    background: var(--primary-dark);
    border-color: var(--primary-dark);
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(233, 30, 99, 0.28);
}

.btn-secondary {
    background: transparent;
    color: var(--ink);
    border: 1.5px solid var(--hairline);
}

.btn-secondary:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
    transform: none;
}

.btn-large {
    padding: 0.95rem 1.7rem !important;
    font-size: 1rem;
}

/* ---------- Dark heroes (DataRails canvas) ---------- */
.hero,
.page-hero,
.about-hero,
.ai-governance-hero,
.comparison-hero,
.contact-hero,
.faq-hero,
.feature-hero,
.payment-hero,
.iso-hero,
.partners-hero,
.tender-hero,
.why-hero,
.case-study-hero,
.parallax-hero,
.hero-section,
.has-lifestyle-banner {
    background: var(--navy) !important;
    background-color: var(--navy) !important;
    background-image:
        radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.09) 1px, transparent 0) !important;
    background-size: 22px 22px !important;
    color: #fff !important;
    position: relative;
    overflow: hidden;
}

.lifestyle-banner-img {
    display: none !important;
}

.has-lifestyle-banner::before,
.hero.has-lifestyle-banner::before,
.page-hero.has-lifestyle-banner::before,
.about-hero.has-lifestyle-banner::before,
.ai-governance-hero.has-lifestyle-banner::before,
.comparison-hero.has-lifestyle-banner::before,
.contact-hero.has-lifestyle-banner::before,
.faq-hero.has-lifestyle-banner::before,
.feature-hero.has-lifestyle-banner::before,
.payment-hero.has-lifestyle-banner::before,
.iso-hero.has-lifestyle-banner::before,
.partners-hero.has-lifestyle-banner::before,
.tender-hero.has-lifestyle-banner::before,
.why-hero.has-lifestyle-banner::before,
.case-study-hero.has-lifestyle-banner::before,
.parallax-hero.has-lifestyle-banner::before,
.hero-section.has-lifestyle-banner::before,
.pricing-calculator.has-lifestyle-banner::before {
    background:
        radial-gradient(ellipse 80% 60% at 50% -10%, rgba(233, 30, 99, 0.22), transparent 55%),
        radial-gradient(ellipse 50% 40% at 90% 80%, rgba(102, 126, 234, 0.12), transparent 50%) !important;
    opacity: 1 !important;
}

.has-lifestyle-banner::after {
    display: none !important;
}

.hero.has-lifestyle-banner,
.page-hero.has-lifestyle-banner,
.has-lifestyle-banner {
    padding-bottom: clamp(4rem, 8vw, 6rem) !important;
}

.hero {
    padding: 5.5rem 0 3.5rem;
}

.hero-content {
    max-width: 820px;
}

.hero-eyebrow {
    display: inline-block;
    color: var(--primary-color);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 1.1rem;
}

section .hero-eyebrow {
    color: var(--primary-color);
}

.hero h1,
.page-hero h1,
.has-lifestyle-banner h1 {
    font-size: clamp(2.35rem, 5.2vw, 4rem) !important;
    font-weight: 800 !important;
    line-height: 1.08 !important;
    letter-spacing: -0.045em;
    color: #fff !important;
    text-shadow: none !important;
    margin-bottom: 1.15rem;
}

.hero-subtitle,
.has-lifestyle-banner .lead,
.has-lifestyle-banner p.hero-subtitle,
.page-hero.has-lifestyle-banner .lead {
    font-size: 1.12rem !important;
    line-height: 1.65 !important;
    color: rgba(255, 255, 255, 0.78) !important;
    text-shadow: none !important;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
}

.hero-cta {
    gap: 0.85rem;
    margin-bottom: 0;
}

.hero .btn-primary {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
    box-shadow: 0 8px 24px rgba(233, 30, 99, 0.35);
}

.hero .btn-secondary {
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, 0.28);
    backdrop-filter: none;
}

.hero .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.55);
}

.accent-pink {
    color: var(--primary-color);
}

/* ---------- Homepage product stage ---------- */
.hero-product-stage {
    position: relative;
    z-index: 6;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 980px;
    margin: 3.25rem auto 0;
    padding: 0 0 0.5rem;
}

.product-card {
    background: #fff;
    color: var(--ink);
    border-radius: 16px;
    padding: 1.15rem 1.2rem 1.25rem;
    box-shadow: 0 18px 50px rgba(7, 11, 24, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.7);
    text-align: left;
}

.product-card .pc-label {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--muted);
    margin-bottom: 0.45rem;
}

.product-card .pc-value {
    font-size: 1.65rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--ink);
    line-height: 1.1;
}

.product-card .pc-meta {
    margin-top: 0.35rem;
    font-size: 0.82rem;
    color: var(--muted);
}

.product-card .pc-bar {
    margin-top: 0.85rem;
    height: 6px;
    border-radius: 99px;
    background: #F0F2F6;
    overflow: hidden;
}

.product-card .pc-bar > span {
    display: block;
    height: 100%;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--primary-color), #ff7aa8);
}

.product-card .pc-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-top: 0.85rem;
}

.product-card .pc-chips span {
    font-size: 0.7rem;
    font-weight: 650;
    padding: 0.22rem 0.5rem;
    border-radius: 999px;
    background: var(--blush);
    color: var(--primary-dark);
}

.product-card.pc-lift {
    transform: translateY(-12px);
}

/* ---------- Partners ---------- */
.partners-section {
    padding: 2.5rem 0 3rem;
    background: #fff;
}

.partners-header .section-badge,
.section-badge {
    background: transparent !important;
    color: var(--primary-color) !important;
    border: 0 !important;
    box-shadow: none !important;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 !important;
}

.partners-header .section-title,
.section-header h2,
.section-title {
    font-size: clamp(1.85rem, 3.4vw, 2.75rem) !important;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: var(--ink);
}

.partners-header .section-subtitle,
.section-header p,
.section-subtitle {
    color: var(--muted);
    font-size: 1.05rem;
}

.partners-section .partner-logo,
.partner-logo {
    box-shadow: none !important;
    border: 0 !important;
    background: transparent !important;
    filter: grayscale(1);
    opacity: 0.72;
}

.partner-logo:hover {
    filter: none;
    opacity: 1;
}

/* ---------- Feature cards / generic cards ---------- */
.feature-card,
.pricing-why-card,
.module-pill,
.calculator-card,
.scale-example {
    border-radius: var(--radius-card) !important;
    border: 1px solid var(--hairline);
    box-shadow: 0 8px 28px rgba(12, 20, 43, 0.04);
}

.feature-card {
    padding: 1.75rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(12, 20, 43, 0.08);
}

.feature-icon {
    background: var(--blush);
    color: var(--primary-color);
}

/* ---------- Banners / CTA strips ---------- */
.cta-section {
    background: var(--navy) !important;
    color: #fff;
}

.cta-section .btn-primary {
    background: var(--primary-color) !important;
    color: #fff !important;
    border-color: var(--primary-color) !important;
}

.cta-section .btn-primary:hover {
    background: var(--primary-dark) !important;
}

.cta-section .btn-secondary {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
}

/* ---------- Footer ---------- */
.footer {
    background: var(--navy-deep);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-section h4,
.footer h4 {
    color: var(--primary-color);
}

.footer a {
    color: rgba(255, 255, 255, 0.75);
}

.footer a:hover {
    color: #fff;
}

/* ---------- Forms ---------- */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
select,
textarea {
    border-radius: 12px !important;
    border-color: var(--hairline) !important;
    font-family: inherit;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
    border-color: var(--primary-color) !important;
    box-shadow: 0 0 0 4px rgba(233, 30, 99, 0.12);
}

/* ---------- Pricing calculator ---------- */
.calculator-header {
    background: var(--navy) !important;
}

.calculator-header h2 {
    letter-spacing: -0.03em;
}

/* ---------- Misc ---------- */
.gradient-text {
    color: var(--primary-color);
    background: none;
    -webkit-text-fill-color: var(--primary-color);
}

@media (max-width: 900px) {
    .hero-product-stage {
        grid-template-columns: 1fr;
        max-width: 420px;
    }
    .product-card.pc-lift {
        transform: none;
    }
    .hero {
        padding-top: 4rem;
    }
    .hero h1 {
        font-size: 2.05rem !important;
    }
    .hero-cta {
        flex-direction: column;
        align-items: stretch;
    }
}

/* ============================================================
   PERSONALISED DEMO MODAL (eAutomate-style 3-step workflow)
   ============================================================ */
.demo-modal[hidden] { display: none !important; }
.demo-modal {
    position: fixed;
    inset: 0;
    z-index: 9000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}
.demo-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(7, 11, 24, 0.72);
    backdrop-filter: blur(8px);
}
.demo-dialog {
    position: relative;
    z-index: 1;
    width: min(980px, 100%);
    max-height: calc(100vh - 48px);
    overflow: auto;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 24px 80px rgba(7, 11, 24, 0.35), 0 0 0 1px rgba(233, 30, 99, 0.12);
}
.demo-close {
    position: absolute;
    top: 12px;
    right: 16px;
    z-index: 2;
    width: 40px;
    height: 40px;
    font-size: 1.8rem;
    line-height: 1;
    color: #5B6475;
    border: 0;
    background: transparent;
    border-radius: 50%;
    cursor: pointer;
}
.demo-close:hover { color: #0C142B; background: #F6F7FA; }
.demo-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    min-height: 560px;
}
.demo-aside {
    background: linear-gradient(165deg, #0C142B 0%, #121722 100%);
    color: #fff;
    padding: 44px 36px;
}
.demo-kicker {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #F8BBD0;
    margin-bottom: 14px;
}
.demo-aside h2 {
    font-size: 1.85rem;
    letter-spacing: -0.035em;
    line-height: 1.15;
    margin-bottom: 16px;
    color: #fff !important;
}
.demo-aside > p {
    color: rgba(255,255,255,0.68);
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 22px;
}
.demo-aside-label {
    font-size: 0.8rem !important;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.45) !important;
    margin-bottom: 12px !important;
}
.demo-ticks {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    margin: 0;
}
.demo-ticks li {
    display: flex;
    gap: 10px;
    font-size: 0.88rem;
    line-height: 1.5;
    color: rgba(255,255,255,0.82);
}
.demo-ticks i { color: #4CAF50; margin-top: 3px; flex-shrink: 0; }
.demo-main { padding: 44px 36px 36px; }
.demo-progress {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}
.demo-prog-step {
    width: 28px; height: 28px;
    border-radius: 50%;
    border: 1px solid #E6E9F0;
    display: flex; align-items: center; justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    color: #999;
}
.demo-prog-step.is-active {
    background: #E91E63;
    border-color: #E91E63;
    color: white;
}
.demo-prog-step.is-done {
    background: #0C142B;
    border-color: #0C142B;
    color: white;
}
.demo-prog-line {
    flex: 1;
    height: 2px;
    background: #E6E9F0;
}
.demo-step-label {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 22px;
}
.demo-pane { display: none; }
.demo-pane.is-active { display: block; }
.demo-form label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: #0C142B;
}
.demo-form input,
.demo-form select {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #E6E9F0;
    border-radius: 12px;
    font-size: 1rem;
    margin-bottom: 18px;
    font-family: inherit;
}
.demo-form input:focus,
.demo-form select:focus {
    outline: none;
    border-color: #E91E63;
    box-shadow: 0 0 0 3px rgba(233, 30, 99, 0.12);
}
.demo-q {
    font-weight: 700;
    color: #0C142B;
    margin-bottom: 14px;
}
.demo-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
}
.demo-chip {
    border: 1px solid #E6E9F0;
    background: #F6F7FA;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 0.84rem;
    font-weight: 600;
    color: #0C142B;
    cursor: pointer;
    font-family: inherit;
}
.demo-chip.is-on,
.demo-chip:hover {
    border-color: #E91E63;
    background: rgba(233, 30, 99, 0.08);
    color: #C2185B;
}
.demo-nav-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
}
.demo-form .btn-ghost {
    background: transparent;
    border: 1.5px solid #E6E9F0;
    color: #0C142B;
    border-radius: 999px;
    padding: 0.75rem 1.3rem;
    font-weight: 700;
    cursor: pointer;
    font-family: inherit;
}
.demo-form .btn-ghost:hover { border-color: #E91E63; color: #E91E63; }
.demo-form .btn-primary {
    cursor: pointer;
    border: 0;
}
.demo-form .required { color: #E91E63; }
.demo-form .form-privacy {
    font-size: 0.82rem;
    color: #5B6475;
    margin: 0 0 16px;
}
.demo-form .form-privacy a { color: #E91E63; }
.demo-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.demo-done { text-align: center; padding: 40px 12px; }
.demo-done h3 { margin: 16px 0 8px; color: #0C142B; }
.demo-done p { color: #5B6475; line-height: 1.7; }
.demo-done[hidden] { display: none !important; }
.demo-done .success-icon { font-size: 2.6rem; color: #4CAF50; }
.demo-done-error .error-icon { font-size: 2.6rem; color: #E91E63; }
body.demo-open { overflow: hidden; }

/* ============================================================
   eCare hour-pack calculator
   ============================================================ */
.ecare-section { background: #fff; padding: 4.5rem 0; }
.ecare-intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
    margin-bottom: 40px;
}
.ecare-intro-text p {
    color: var(--muted);
    line-height: 1.8;
    font-size: 1.05rem;
    margin-bottom: 1rem;
}
.ecare-includes-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.ecare-include {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--canvas-soft);
    border: 1px solid var(--hairline);
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--ink);
}
.ecare-include i { color: var(--primary-color); flex-shrink: 0; }
.ecare-slider-card {
    background: linear-gradient(165deg, #0C142B 0%, #151C33 100%);
    border-radius: 20px;
    padding: 40px 36px;
    color: #fff;
}
.ecare-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 28px;
}
.ecare-card-title { display: flex; align-items: center; gap: 16px; }
.ecare-icon {
    width: 52px; height: 52px;
    background: linear-gradient(135deg, #E91E63, #C2185B);
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    color: white; font-size: 1.3rem; flex-shrink: 0;
}
.ecare-card-title h3 { font-size: 1.35rem; color: #fff !important; margin: 0 0 4px; }
.ecare-card-title p { font-size: 0.88rem; color: rgba(255,255,255,0.55); margin: 0; }
.ecare-badge {
    background: rgba(233, 30, 99, 0.2);
    border: 1px solid rgba(233, 30, 99, 0.4);
    color: #F8BBD0;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    white-space: nowrap;
}
.ecare-readout {
    display: flex;
    background: rgba(0,0,0,0.25);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 22px 28px;
    margin-bottom: 28px;
}
.ecare-readout-item { flex: 1; text-align: center; }
.ecare-readout-item.highlight-val .ecare-readout-val { color: #F8BBD0; }
.ecare-readout-val {
    display: block;
    font-size: 1.85rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
}
.ecare-readout-lbl {
    display: block;
    font-size: 0.7rem;
    color: rgba(255,255,255,0.4);
    margin-top: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.ecare-readout-divider {
    width: 1px;
    background: rgba(255,255,255,0.08);
    margin: 0 8px;
}
.ecare-slider-wrap { position: relative; padding: 16px 0 12px; }
.psc-slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 6px;
    background: rgba(255,255,255,0.12);
    border-radius: 6px;
    outline: none;
    cursor: pointer;
    position: relative;
    z-index: 2;
}
.psc-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 28px; height: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, #E91E63, #F06292);
    cursor: pointer;
    box-shadow: 0 0 0 4px rgba(233, 30, 99, 0.25);
    position: relative;
    z-index: 3;
}
.psc-slider::-moz-range-thumb {
    width: 28px; height: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, #E91E63, #F06292);
    border: none;
    cursor: pointer;
}
.psc-track-fill {
    position: absolute;
    top: calc(50% + 4px);
    left: 0;
    transform: translateY(-50%);
    height: 6px;
    border-radius: 6px;
    background: linear-gradient(90deg, #C2185B, #E91E63, #F06292);
    pointer-events: none;
    z-index: 1;
    width: 0%;
}
.psc-thumb-tip {
    position: absolute;
    top: -14px;
    transform: translateX(-50%);
    background: #E91E63;
    color: white;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 6px;
    pointer-events: none;
    z-index: 4;
    white-space: nowrap;
    opacity: 1;
}
.ecare-markers-linear {
    display: block;
    position: relative;
    height: 52px;
    margin: 8px 0 28px;
}
.ecare-markers-linear .ecare-marker {
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}
.ecare-markers-linear .ecare-marker:first-child { transform: none; left: 0 !important; }
.ecare-markers-linear .ecare-marker:last-child { transform: translateX(-100%); }
.ecare-marker .marker-line {
    width: 1px; height: 8px;
    background: rgba(255,255,255,0.15);
}
.ecare-marker .marker-label {
    font-size: 0.68rem;
    color: rgba(255,255,255,0.5);
    text-align: center;
    line-height: 1.4;
}
.ecare-marker .marker-label small {
    display: block;
    color: rgba(255,255,255,0.32);
    font-size: 0.62rem;
}
.ecare-cta {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}
.ecare-cta .btn-primary { color: #fff; }
.ecare-cta .btn-ghost-light {
    background: transparent;
    border: 1.5px solid rgba(255,255,255,0.3);
    color: rgba(255,255,255,0.9);
    border-radius: 999px;
    padding: 0.85rem 1.5rem;
    font-weight: 700;
    text-decoration: none;
}
.ecare-cta .btn-ghost-light:hover { border-color: #fff; color: #fff; }

@media (max-width: 800px) {
    .ecare-intro { grid-template-columns: 1fr; gap: 24px; }
    .ecare-slider-card { padding: 28px 18px; }
    .ecare-readout { flex-wrap: wrap; gap: 16px; padding: 18px; }
    .ecare-readout-item { min-width: 40%; }
    .ecare-readout-divider { display: none; }
    .ecare-markers-linear { display: none; }
    .ecare-card-header { flex-direction: column; }
}

@media (max-width: 800px) {
    .demo-grid { grid-template-columns: 1fr; }
    .demo-aside { padding: 28px 22px 20px; }
    .demo-aside h2 { font-size: 1.45rem; }
    .demo-ticks { display: none; }
    .demo-main { padding: 24px 22px 28px; }
    .demo-modal { padding: 12px; align-items: flex-start; }
    .demo-dialog { max-height: calc(100vh - 24px); }
    .demo-form .form-row { grid-template-columns: 1fr; }
}
