/*
Theme Name: Hello Elementor Child - CMR Create
Description: Minimal WordPress overrides - all components live in CDN (media.cmrcreate.com)
Version: 1.5.90
Template: hello-elementor
*/

/* ============================================================================
   WORDPRESS-SPECIFIC OVERRIDES ONLY
   All component styles (.cmr-*, .hero-*, .approach-*, etc.) are in:
   - https://media.cmrcreate.com/css/cmrcreate-components.min.css
   ============================================================================ */

/* ── WooCommerce Integration ─────────────────────────────────────────────── */

/* Sale price markup: <del> original, <ins> sale price */
.woocommerce-Price-amount {
    font-weight: 600;
}

del .woocommerce-Price-amount {
    font-weight: 400;
    opacity: 0.6;
}

ins .woocommerce-Price-amount {
    text-decoration: none;
}

/* WooCommerce pagination */
.woocommerce-pagination {
    text-align: center;
    margin: 2rem 0 1rem;
}
.woocommerce-pagination ul.page-numbers {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.25rem;
}
.woocommerce-pagination ul.page-numbers li {
    list-style: none;
    margin: 0;
}
.woocommerce-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    height: 2.5rem;
    padding: 0.5rem 0.75rem;
    margin: 0 0.25rem;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #4f6075;
    text-decoration: none;
    transition: all 0.2s ease;
}

.woocommerce-pagination .page-numbers:hover {
    background: rgba(124, 58, 237, 0.1);
    color: #7c3aed;
}

.woocommerce-pagination .page-numbers.current {
    background: #7c3aed;
    color: #fff;
}

.woocommerce-pagination .page-numbers.dots {
    background: none;
    pointer-events: none;
}

.woocommerce-pagination .page-numbers.next,
.woocommerce-pagination .page-numbers.prev {
    font-weight: 600;
}

/* Suppress WooCommerce's JS-injected show-password button */
.woocommerce form .show-password-input {
    display: none !important;
}

/* WooCommerce notices */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
    border-radius: 0.5rem;
    border-left: 4px solid;
}

.woocommerce-message {
    background: #d1fae5;
    border-color: #10b981;
    color: #065f46;
}

.woocommerce-info {
    background: #dbeafe;
    border-color: #3b82f6;
    color: #1e40af;
}

.woocommerce-error {
    background: #fee2e2;
    border-color: #ef4444;
    color: #991b1b;
}

/* ── WordPress Editor & Admin ────────────────────────────────────────────── */

/* Ensure editor content uses correct fonts */
.editor-styles-wrapper {
    font-family: Inter, system-ui, -apple-system, sans-serif;
}

.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6 {
    font-family: 'Space Grotesk', sans-serif;
}

/* ── Footer link display fix ─────────────────────────────────────────────── */
/* _footer.scss in the CDN bundle omits display:block; enforce it here */
.footer-link {
    display: block !important;
}

/* ── Page Template Overrides ─────────────────────────────────────────────── */

/* Ensure page content doesn't get hidden under sticky header */
.cmr-page-content {
    min-height: 50vh;
}

/* ── Utility Overrides ───────────────────────────────────────────────────── */

/* WordPress alignment classes */
.alignleft {
    float: left;
    margin: 0 1.5rem 1rem 0;
}

.alignright {
    float: right;
    margin: 0 0 1rem 1.5rem;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* WordPress caption */
.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    font-size: 0.875rem;
    color: #6b7280;
    margin-top: 0.5rem;
}

/* Screen reader text */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* ── Prevent any section from causing horizontal scroll ─────────────────── */
html, body {
    overflow-x: hidden;
}

/* ── Global Page Banner (used by page.php on all non-shop pages) ─────────── */

.cmr-page-banner {
    position: relative;
    overflow: hidden;
    padding: clamp(3.5rem, 8vw, 6.5rem) 0;
    background:
        radial-gradient(circle at 15% 25%, rgba(124, 58, 237, 0.40), transparent 20rem),
        radial-gradient(circle at 85% 75%, rgba(245, 158, 11, 0.22), transparent 18rem),
        #0a0118;
    color: #fff;
}

.cmr-page-banner .cmr-kicker--primary {
    color: #a78bfa !important;
    background: rgba(124, 58, 237, 0.2) !important;
}

.cmr-page-banner__title {
    margin: 0;
    color: #fff;
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.1;
    font-family: 'Space Grotesk', 'Inter', system-ui, sans-serif;
}

/* ── Coming Soon state (page.php when page has no content) ───────────────── */

.cmr-coming-soon-wrap {
    padding: clamp(4rem, 8vw, 7rem) 0;
}

.cmr-coming-soon-inner {
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
}

.cmr-coming-soon-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #7c3aed, #f59e0b);
    border-radius: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
}

.cmr-coming-soon-icon i {
    font-size: 2rem;
    color: #fff;
}

.cmr-coming-soon-title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: #0a0a0a;
    margin-bottom: 1rem;
    font-family: 'Space Grotesk', 'Inter', system-ui, sans-serif;
}

.cmr-coming-soon-desc {
    color: #64748b;
    font-size: 1.0625rem;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.cmr-coming-soon-form {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.cmr-coming-soon-input {
    flex: 1;
    min-width: 200px;
    padding: 0.75rem 1rem;
    border: 1.5px solid #e2e8f0;
    border-radius: 0.5rem;
    font-size: 1rem;
    font-family: 'Inter', system-ui, sans-serif;
    outline: none;
    transition: border-color 0.2s;
}

.cmr-coming-soon-input:focus {
    border-color: #7c3aed;
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.12);
}

.cmr-coming-soon-submit {
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, #7c3aed, #9333ea);
    color: #fff;
    border: none;
    border-radius: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: opacity 0.2s, transform 0.2s;
    white-space: nowrap;
    font-family: 'Inter', system-ui, sans-serif;
}

.cmr-coming-soon-submit:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

.cmr-coming-soon-back {
    color: #7c3aed;
    text-decoration: none;
    font-size: 0.9375rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap 0.2s;
}

.cmr-coming-soon-back:hover {
    gap: 0.75rem;
    color: #6d28d9;
}

/* ── FAQ accordion (page-faq.php) ───────────────────────────────────────── */

.cmr-faq-section-title {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #7c3aed;
    margin-bottom: 1rem;
}

.cmr-faq-item {
    position: relative;
}

.cmr-faq-item--bordered {
    border-top: 1px solid #e2e8f0;
}

.cmr-faq-trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    width: 100%;
    padding: 1.25rem 1.5rem;
    background: transparent;
    border: none;
    text-align: left;
    font-size: 1rem;
    font-weight: 600;
    color: #0a0a0a;
    font-family: 'Inter', system-ui, sans-serif;
    cursor: pointer;
    transition: color 0.2s;
}

.cmr-faq-trigger:hover {
    color: #7c3aed;
}

/* Fix: FAQ question text wraps correctly on mobile.
   .cmr-faq-trigger is display:flex — the text node needs a span
   with min-width:0 to allow text wrapping inside the flex row. */
.cmr-faq-text {
    flex: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    text-align: left;
}

.cmr-faq-trigger:not(.collapsed) {
    color: #7c3aed;
}

.cmr-faq-icon {
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(124, 58, 237, 0.08);
    border-radius: 50%;
    color: #7c3aed;
    font-size: 0.625rem;
    transition: background 0.2s;
}

.cmr-faq-trigger:hover .cmr-faq-icon {
    background: rgba(124, 58, 237, 0.15);
}

.cmr-faq-icon--minus { display: none; }
.cmr-faq-icon--plus  { display: block; }

.cmr-faq-trigger:not(.collapsed) .cmr-faq-icon--minus { display: block; }
.cmr-faq-trigger:not(.collapsed) .cmr-faq-icon--plus  { display: none; }

.cmr-faq-body {
    padding: 0 1.5rem 1.25rem;
    color: #475569;
    font-size: 0.9375rem;
    line-height: 1.75;
}

.cmr-faq-body .cmr-text-link,
.cmr-text-link {
    color: #7c3aed;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.2s;
}

.cmr-faq-body .cmr-text-link:hover,
.cmr-text-link:hover {
    color: #6d28d9;
}

/* ── Sitemap page links (page-sitemap.php) ───────────────────────────────── */
.cmr-sitemap-link:hover {
    color: #f59e0b !important;
}

.cmr-sitemap-link:hover .bi-arrow-right-short {
    opacity: 1 !important;
}

/* ── Scroll margin: compensate for sticky 99px header on anchor nav ──────── */
#home, #framework, #outcomes, #services, #coaching, #resources, #about, #free-access,
.cmr-approach-strip, .cmr-comparison, .cmr-final-cta {
    scroll-margin-top: 105px;
}

/* ============================================================================
   EVENTS SYSTEM — v1.5.14
   ============================================================================ */

/* ── Event card ───────────────────────────────────────────────────────────── */
.cmr-evt-card {
    background: rgba(255,255,255,0.04);
    border: 1.5px solid rgba(255,255,255,0.1);
    border-radius: 1rem;
    overflow: hidden;
    transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.cmr-evt-card:hover {
    transform: translateY(-4px);
    border-color: rgba(124,58,237,0.5);
    box-shadow: 0 16px 40px rgba(124,58,237,0.15);
}
.cmr-evt-card--light {
    background: #fff;
    border-color: rgba(124,58,237,0.1);
}
.cmr-evt-card--light:hover {
    border-color: rgba(124,58,237,0.35);
    box-shadow: 0 16px 40px rgba(124,58,237,0.1);
}
.cmr-evt-card--replay {
    opacity: 0.85;
}
.cmr-evt-card__img-wrap {
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: linear-gradient(135deg,#1e0a3c,#0a0a0a);
    position: relative;
}
.cmr-evt-card__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
.cmr-evt-card:hover .cmr-evt-card__img-wrap img {
    transform: scale(1.04);
}
.cmr-evt-card__body {
    padding: 1.25rem 1.25rem 0.75rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.cmr-evt-card__title {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 0.5rem;
    text-decoration: none;
}
.cmr-evt-card--light .cmr-evt-card__title {
    color: #0a0a0a;
}
.cmr-evt-card__title:hover { color: #a78bfa; }
.cmr-evt-card--light .cmr-evt-card__title:hover { color: #7c3aed; }
.cmr-evt-card__desc {
    font-size: 0.875rem;
    color: rgba(255,255,255,0.55);
    line-height: 1.6;
    flex-grow: 1;
    margin-bottom: 0.75rem;
}
.cmr-evt-card--light .cmr-evt-card__desc { color: #64748b; }
.cmr-evt-card__date {
    font-size: 0.8125rem;
    color: #f59e0b;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.5rem;
}
.cmr-evt-card__footer {
    padding: 0.875rem 1.25rem;
    border-top: 1px solid rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}
.cmr-evt-card--light .cmr-evt-card__footer {
    border-top-color: rgba(124,58,237,0.08);
}

/* ── Event badge (status) ─────────────────────────────────────────────────── */
.cmr-evt-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.75rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    background: rgba(124,58,237,0.18);
    color: #a78bfa;
    border: 1px solid rgba(124,58,237,0.3);
}
.cmr-evt-badge--live { background: rgba(239,68,68,0.18); color: #fca5a5; border-color: rgba(239,68,68,0.35); }
.cmr-evt-badge--replay { background: rgba(16,185,129,0.18); color: #6ee7b7; border-color: rgba(16,185,129,0.35); }
.cmr-evt-badge--soldout { background: rgba(100,116,139,0.18); color: #94a3b8; border-color: rgba(100,116,139,0.3); }

/* ── Filter bar ───────────────────────────────────────────────────────────── */
.cmr-evt-filter {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 1rem;
    border-radius: 999px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    background: transparent;
    border: 1.5px solid rgba(255,255,255,0.15);
    color: rgba(255,255,255,0.65);
    transition: all 0.2s;
}
.cmr-evt-filter:hover {
    border-color: rgba(124,58,237,0.5);
    color: #fff;
    background: rgba(124,58,237,0.1);
}
.cmr-evt-filter.active {
    background: #7c3aed;
    border-color: #7c3aed;
    color: #fff;
}
.cmr-evt-filter--light {
    border-color: rgba(124,58,237,0.2);
    color: #64748b;
    background: transparent;
}
.cmr-evt-filter--light:hover,
.cmr-evt-filter--light.active {
    background: #7c3aed;
    border-color: #7c3aed;
    color: #fff;
}

/* ── View toggle (list / calendar) ───────────────────────────────────────── */
.cmr-evt-view-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.45rem 0.875rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    background: transparent;
    border: 1.5px solid rgba(255,255,255,0.15);
    color: rgba(255,255,255,0.55);
    transition: all 0.2s;
}
.cmr-evt-view-btn:hover { border-color: rgba(255,255,255,0.35); color: #fff; }
.cmr-evt-view-btn.active { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.3); color: #fff; }

/* ── Countdown timer ─────────────────────────────────────────────────────── */
.cmr-countdown {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    background: rgba(0,0,0,0.3);
    border: 1px solid rgba(245,158,11,0.3);
    border-radius: 0.75rem;
    margin-bottom: 1.5rem;
}
.cmr-countdown__unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 2.5rem;
}
.cmr-countdown__num {
    font-size: clamp(1.5rem,4vw,2.25rem);
    font-weight: 800;
    color: #f59e0b;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}
.cmr-countdown__label {
    font-size: 0.625rem;
    font-weight: 600;
    color: rgba(255,255,255,0.4);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-top: 0.2rem;
}
.cmr-countdown__sep {
    font-size: 1.5rem;
    font-weight: 700;
    color: rgba(245,158,11,0.5);
    margin-bottom: 1rem;
}

/* ── Registration block ───────────────────────────────────────────────────── */
.cmr-evt-reg-block {
    background: #fff;
    border-radius: 1rem;
    padding: 2rem;
    border: 1.5px solid rgba(124,58,237,0.12);
    box-shadow: 0 8px 32px rgba(124,58,237,0.08);
}
.cmr-evt-reg-input {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1.5px solid rgba(124,58,237,0.2);
    border-radius: 0.5rem;
    font-size: 0.9375rem;
    font-family: 'Inter', system-ui, sans-serif;
    color: #0a0a0a;
    background: #fff;
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
}
.cmr-evt-reg-input:focus {
    border-color: #7c3aed;
    box-shadow: 0 0 0 3px rgba(124,58,237,0.12);
}
.cmr-evt-reg-input::placeholder { color: #94a3b8; }

/* ── Landing page (webinar / masterclass / promo) — minimal header ────────── */
.cmr-lp-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(10,10,10,0.92);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255,255,255,0.07);
    padding: 1rem 0;
}
.cmr-lp-logo {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}
.cmr-lp-header-link {
    font-size: 0.875rem;
    font-weight: 600;
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    transition: color 0.2s;
}
.cmr-lp-header-link:hover { color: #f59e0b; }
.cmr-lp-hero {
    padding: clamp(4rem,10vw,7rem) 0 clamp(3rem,8vw,5rem);
}
.cmr-lp-headline {
    font-size: clamp(1.875rem,5.5vw,3rem);
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.03em;
    line-height: 1.2;
}
.cmr-lp-subheadline {
    font-size: clamp(1rem,2.5vw,1.25rem);
    color: rgba(255,255,255,0.6);
    line-height: 1.7;
    max-width: 38rem;
}
.cmr-lp-reg-block {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 24px 64px rgba(0,0,0,0.25);
}
.cmr-lp-footer {
    background: #0a0a0a;
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255,255,255,0.06);
}
.cmr-lp-body {
    background: #0a0a0a;
}

/* ── Pain hook list ───────────────────────────────────────────────────────── */
.cmr-lp-pain-hook {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.cmr-lp-pain-hook li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
}
.cmr-lp-outcome-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}
.cmr-lp-outcome-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    font-size: 0.9375rem;
    line-height: 1.5;
}

/* ── Month calendar ───────────────────────────────────────────────────────── */
.cmr-evt-calendar {
    background: rgba(255,255,255,0.03);
    border: 1.5px solid rgba(255,255,255,0.09);
    border-radius: 1rem;
    overflow: hidden;
}
.cmr-cal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.cmr-cal-nav {
    background: transparent;
    border: 1.5px solid rgba(255,255,255,0.15);
    color: rgba(255,255,255,0.65);
    width: 2rem;
    height: 2rem;
    border-radius: 0.375rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    transition: all 0.2s;
}
.cmr-cal-nav:hover { border-color: #7c3aed; color: #fff; background: rgba(124,58,237,0.15); }
.cmr-cal-weekdays {
    display: grid;
    grid-template-columns: repeat(7,1fr);
    background: rgba(255,255,255,0.03);
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.cmr-cal-day-name {
    text-align: center;
    font-size: 0.6875rem;
    font-weight: 700;
    color: rgba(255,255,255,0.3);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.5rem 0;
}
.cmr-cal-days {
    display: grid;
    grid-template-columns: repeat(7,1fr);
}
.cmr-cal-day {
    min-height: 4rem;
    padding: 0.375rem;
    border-right: 1px solid rgba(255,255,255,0.04);
    border-bottom: 1px solid rgba(255,255,255,0.04);
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}
.cmr-cal-day--empty { background: transparent; }
.cmr-cal-day-num {
    font-size: 0.8125rem;
    font-weight: 600;
    color: rgba(255,255,255,0.5);
    line-height: 1;
}
.cmr-cal-day--today .cmr-cal-day-num {
    color: #fff;
    background: #7c3aed;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
}
.cmr-cal-event-dot {
    display: block;
    height: 0.3rem;
    border-radius: 999px;
    width: 100%;
    text-decoration: none;
    transition: opacity 0.15s;
}
.cmr-cal-event-dot:hover { opacity: 0.7; }
.cmr-cal-more {
    font-size: 0.625rem;
    color: rgba(255,255,255,0.35);
    font-weight: 600;
}

/* ── Video embed wrapper ──────────────────────────────────────────────────── */
.cmr-video-wrap iframe,
.cmr-video-wrap video {
    border: none;
}

/* ── Calendly embed ───────────────────────────────────────────────────────── */
.cmr-calendly-wrap {
    border-radius: 0.75rem;
    overflow: hidden;
    border: 1.5px solid rgba(124,58,237,0.15);
}
.calendly-inline-widget {
    border: none !important;
}
