/* ==========================================================================
   1. Imports, Design Tokens & Root Variables
   ========================================================================== */
@import url('https://cdn.jsdelivr.net/jsdelivr/google-fonts/css2?family=Instrument+Serif:ital@1&family=Poppins:wght@300;400;500;600;700;800&display=swap');

:root {
    --mjp-navy: #161A26;
    --mjp-navy-2: #1F2434;
    --mjp-red: #E22A1C;
    --mjp-red-deep: #BE1E12;
    --mjp-mist: #F2F3F6;
    --mjp-muted: #5B6173;
    --mjp-line: rgba(22, 26, 38, .12);
    --mjp-line-d: rgba(255, 255, 255, .13);
    --mjp-green: #24B86A;
    --bs-brand-red: #FF0000 !important;
}

/* ==========================================================================
   2. Global Framework Core Defaults
   ========================================================================== */
body {
    font-family: 'Poppins', sans-serif;
    color: var(--mjp-navy);
    line-height: 1.65;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ==========================================================================
   3. Global Typographic & Utility Systems
   ========================================================================== */
.mjp-wrap { max-width: 1200px; }
.mjp-red { color: var(--mjp-red) !important; }
.bg-mjp-navy { background: var(--mjp-navy) !important; }
.bg-mjp-mist { background: var(--mjp-mist) !important; }
.bg-mjp-red { background: var(--mjp-red) !important; }
.text-muted-mjp { color: var(--mjp-muted) !important; }

.mjp-serif {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-weight: 400;
}

.mjp-emphasise {
    color: var(--mjp-red) !important;
    font-style: italic;
    font-weight: bold !important;
    font-family: 'Poppins', serif;
}

.mjp-eyebrow {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.mjp-h1 {
    font-weight: 800;
    font-size: clamp(2.75rem, 5.4vw, 4.35rem);
    line-height: 1.03;
    letter-spacing: -.045em;
}

.mjp-h2 {
    font-weight: 800;
    font-size: clamp(2rem, 3.8vw, 2.85rem);
    line-height: 1.12;
    letter-spacing: -.035em;
}

.mjp-h3 {
    font-weight: 800;
    letter-spacing: -.02em;
}

.fw-black {
    font-weight: 850;
    letter-spacing: -0.03em;
}

.fw-extrabold {
    font-weight: 800;
}

.text-light-opacity {
    color: rgba(255, 255, 255, 0.6) !important;
    letter-spacing: 0.05em;
    font-size: 0.85rem;
}

/* ==========================================================================
   4. Element Overrides & Global Dynamic Content
   ========================================================================== */
#backToTop {
    background-color: var(--bs-brand-red) !important;
    color: white !important;
    opacity: 1 !important; /* Fixed: 100% changed to standard index integer */
}

.mjp-blog-single-content {
    font-size: 1.5rem !important;
}

.mjp-blog-single-content img {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.mjp-blog-single-content h2,
.mjp-blog-single-content h3,
.mjp-blog-single-content h4,
.mjp-blog-single-content h5,
.mjp-blog-single-content h6 {
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    font-weight: bold !important;
}

.mjp-blog-single-content .entry-content h2 {
    color: var(--bs-brand-red) !important;
    font-size: 2rem;
}

.mjp-blog-single-content .entry-content h3 {
    font-size: 1rem !important;
}

.mjp-blog-single-content .entry-content {
    font-size: 1.1rem !important;
    line-height: 1.7;
}

/* Video Player Layer Utilities */
.mjp-episode-visual.dynamic-video.is-youtube:after,
.mjp-episode-visual.dynamic-video.is-spotify:after {
    display: none !important;
    pointer-events: none !important;
}

/* ==========================================================================
   5. Global UI Header Navigation Component
   ========================================================================== */
.mjp-nav {
    background: rgba(22, 26, 38, .96);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--mjp-line-d);
}

#menu-main-menu.navbar-nav {
    gap: 20px;
}

.mjp-nav .nav-link {
    color: rgba(255, 255, 255, .82);
    font-size: .9rem;
    font-weight: 500;
}

.mjp-nav .nav-link:hover,
.mjp-nav .nav-link.active {
    color: #fff;
}

.navbar-brand.mjp-logo,
.navbar-brand.mjp-logo:hover,
.navbar-brand.mjp-logo:focus,
.navbar-brand.mjp-logo:active {
    color: #ffffff !important;
}

.navbar-brand.mjp-logo span[style*="--mjp-red"],
.navbar-brand.mjp-logo:hover span[style*="--mjp-red"],
.navbar-brand.mjp-logo:focus span[style*="--mjp-red"] {
    color: #ffffff !important;
}

.mjp-logo {
    display: flex;
    align-items: center;
    gap: 11px;
    font-weight: 800;
    font-size: 1.05rem;
    color: #fff;
    letter-spacing: -.01em;
    text-decoration: none;
}

.mjp-logo svg {
    width: 34px;
    height: 34px;
}

/* ==========================================================================
   6. Global Button System Components
   ========================================================================== */
.btn-brand-red { background-color: var(--bs-brand-red) !important; }

.btn-mjp {
    font-weight: 700;
    font-size: .95rem;
    border-radius: 8px;
    padding: .8rem 1.55rem;
}

.btn-mjp-red { background: var(--mjp-red); color: #fff; }
.btn-mjp-red:hover { background: var(--mjp-red-deep); color: #fff; }
.btn-mjp-navy { background: var(--mjp-navy); color: #fff; }
.btn-mjp-navy:hover { background: #080A10; color: #fff; }
.btn-mjp-white { background: #fff; color: var(--mjp-red); }
.btn-mjp-white:hover { color: var(--mjp-red-deep); }
.btn-mjp-outline-light { border: 1px solid rgba(255, 255, 255, .28); color: #fff; }
.btn-mjp-outline-light:hover { background: rgba(255, 255, 255, .08); color: #fff; }
.btn-mjp-outline-dark { border: 1px solid var(--mjp-line); color: var(--mjp-navy); }
.btn-mjp-outline-dark:hover { background: var(--mjp-mist); color: var(--mjp-navy); }

/* ==========================================================================
   7. Specific Structural Layout Modules (Cards & Sections)
   ========================================================================== */
.mjp-dark {
    background: var(--mjp-navy);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.mjp-glow:before {
    content: "";
    position: absolute;
    width: 620px;
    height: 620px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(226, 42, 28, .22), transparent 64%);
    top: -110px;
    right: -180px;
    pointer-events: none;
}

.mjp-glow:after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(226, 42, 28, .12), transparent 62%);
    bottom: -190px;
    left: -120px;
    pointer-events: none;
}

.mjp-glow::before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(226, 42, 28, .24), transparent 62%);
    top: -150px;
    right: -130px;
    pointer-events: none;
}

.mjp-glow-l::before {
    left: -130px;
    right: auto;
}

/* Hero Cards */
.mjp-hero-inner, .mjp-hero-copy { position: relative; z-index: 2; }

.mjp-hero-card {
    position: relative;
    max-width: 470px;
    margin-left: auto;
}

.mjp-hero-card .accent, .mjp-photo .accent {
    position: absolute;
    inset: 22px -15px -15px 28px;
    background: var(--mjp-red);
    border-radius: 16px;
}

.mjp-hero-frame, .mjp-photo .frame {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 4/3.5;
    box-shadow: 0 32px 70px rgba(0, 0, 0, .42);
    background: linear-gradient(135deg, #2a2f3e, #111520);
}

.mjp-hero-frame img, .mjp-photo .frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 18%;
}

/* Category & Metadata Pills */
.mjp-category {
    display: inline-flex;
    align-items: center;
    background: #FFF2F0;
    color: var(--mjp-red);
    border-radius: 100px;
    padding: 7px 12px;
    font-size: .78rem;
    font-weight: 800;
}

.mjp-dark .mjp-category {
    background: rgba(226, 42, 28, .16);
    color: #fff;
    border: 1px solid rgba(226, 42, 28, .35);
}

.mjp-meta { color: var(--mjp-muted); font-size: .84rem; font-weight: 600; }
.mjp-dark .mjp-meta { color: rgba(255, 255, 255, .62); }
.mjp-hero-note { color: rgba(255, 255, 255, .62); font-size: .82rem; }

/* Article Component Elements */
.mjp-article-shell { position: relative; }
.mjp-sidebar { position: sticky; top: 110px; }
.mjp-article { max-width: 760px; }
.mjp-article p { color: #3F4658; font-size: 1.05rem; line-height: 1.82; margin-bottom: 1.55rem; }
.mjp-article .lead { font-size: 1.28rem; line-height: 1.7; color: #303647; font-weight: 400; }
.mjp-article h2 { font-size: clamp(1.75rem, 3vw, 2.35rem); line-height: 1.15; letter-spacing: -.035em; font-weight: 800; margin: 3rem 0 1.2rem; }
.mjp-article h3 { font-size: 1.45rem; line-height: 1.22; letter-spacing: -.025em; font-weight: 800; margin: 2.2rem 0 1rem; }
.mjp-article ul, .mjp-article ol { color: #3F4658; font-size: 1.03rem; line-height: 1.82; margin-bottom: 1.7rem; padding-left: 1.35rem; }
.mjp-article li { margin-bottom: .65rem; }
.mjp-article a { color: var(--mjp-red); font-weight: 700; }
.mjp-article-divider { border: 0; height: 1px; background: var(--mjp-line); margin: 3rem 0; }

.mjp-side-card {
    background: #fff;
    border: 1px solid var(--mjp-line);
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 14px 34px rgba(22, 26, 38, .04);
}

.mjp-side-card h3 { font-size: 1rem; font-weight: 800; margin-bottom: 18px; }
.mjp-toc { list-style: none; padding: 0; margin: 0; }
.mjp-toc li { margin-bottom: 12px; }
.mjp-toc a { color: var(--mjp-muted); text-decoration: none; font-size: .9rem; font-weight: 600; }
.mjp-toc a:hover { color: var(--mjp-red); }

/* Badges & Mini Callouts */
.mjp-mini-badge {
    position: absolute;
    top: 22px;
    right: -12px;
    background: #fff;
    color: var(--mjp-navy);
    border-radius: 10px;
    padding: 10px 14px;
    font-size: .78rem;
    font-weight: 800;
    box-shadow: 0 16px 34px rgba(0, 0, 0, .22);
}

.mjp-person-badge, .mjp-photo .badge {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 20px;
    background: #fff;
    color: var(--mjp-navy);
    border-radius: 12px;
    padding: 12px 16px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .28);
    display: flex;
    gap: 10px;
    align-items: center;
}

.mjp-photo .badge { left: -18px; bottom: 28px; }
.mjp-photo .badge .dot { width: 38px; height: 38px; border-radius: 9px; background: var(--mjp-red); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 13px; }
.mjp-photo .badge .t { font-weight: 700; font-size: .85rem; line-height: 1.1; }
.mjp-photo .badge .s { font-size: .72rem; color: var(--mjp-muted); }

/* Visual Grids & Featured Blocks */
.featured-insight-section {
    background: linear-gradient(135deg, #13161c 0%, #151922 100%);
    min-height: 450px;
}

.radial-glow {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(139, 27, 27, 0.35) 0%, rgba(21, 25, 34, 0) 70%);
    filter: blur(40px);
    pointer-events: none;
    transform: translate(15%, 25%);
}

.decorative-arrow {
    width: 140px;
    height: 140px;
    border-right: 28px solid rgba(255, 255, 255, 0.04);
    border-bottom: 28px solid rgba(255, 255, 255, 0.04);
    transform: rotate(-45deg) translateX(-30%);
    pointer-events: none;
}

.mjp-featured-visual {
    border-radius: 18px;
    min-height: 440px;
    background: #161A26;
    position: relative;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(0, 0, 0, .3);
    border: 1px solid rgba(255, 255, 255, .11);
}

.mjp-featured-visual:before {
    content: "";
    position: absolute;
    width: 620px;
    height: 620px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(226, 42, 28, .42), transparent 62%);
    right: -130px;
    bottom: -250px;
}

.mjp-featured-visual:after {
    content: "";
    position: absolute;
    right: 48px;
    bottom: 38px;
    width: 170px;
    height: 170px;
    opacity: .08;
    border-right: 28px solid #fff;
    border-bottom: 28px solid #fff;
    transform: skew(-18deg) rotate(-45deg);
}

.mjp-featured-visual-title {
    position: absolute;
    left: 42px;
    right: 42px;
    bottom: 42px;
    color: #fff;
    z-index: 2;
    max-width: 720px;
}

.mjp-featured-visual-title span { display: inline-block; color: rgba(255, 255, 255, .64); font-size: .82rem; font-weight: 700; margin-bottom: 12px; }
.mjp-featured-visual-title h2 { font-size: clamp(2rem, 4vw, 3.4rem); font-weight: bold; letter-spacing: -.045em; line-height: 1.02; margin: 0; }

/* Custom Premium Interactive Components */
.custom-premium-card {
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
}

.custom-premium-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08) !important;
}

.card-cta-text {
    display: inline-block;
    transition: transform 0.2s ease;
    letter-spacing: 0.5px;
}

.custom-premium-card:hover .card-cta-text {
    transform: translateX(4px);
}

.featured-card {
    padding: 2.5rem 2rem;
    border-radius: 16px;
    color: #ffffff;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.03em;
    background: linear-gradient(115deg, #111318 75%, #2a1b1f 100%);
}

/* ==========================================================================
   8. Specific Functional App UI Forms (FluentForm Grid Architecture)
   ========================================================================== */
.fluentform_wrapper_3 .ff-column-container.ff_columns_total_2 {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 20px !important;
    width: 100% !important;
}

.fluentform_wrapper_3 .ff-column-container.ff_columns_total_2 .ff-t-cell {
    flex: 1 !important;
    flex-basis: 50% !important;
    min-width: 0 !important;
}

.fluentform_wrapper_3 .ff-el-form-control {
    width: 100% !important;
    box-sizing: border-box !important;
}

/* Form Panel Items */
.mjp-form-card { background: #fff; border: 1px solid var(--mjp-line); border-radius: 18px; box-shadow: 0 24px 60px rgba(22, 26, 38, .08); overflow: hidden; }
.mjp-form-panel { padding: 42px; }
.mjp-form-side { background: var(--mjp-navy); color: #fff; padding: 42px; height: 100%; position: relative; overflow: hidden; }
.mjp-form-side:before { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(226, 42, 28, .28), transparent 64%); right: -170px; bottom: -160px; pointer-events: none; }
.mjp-form-side-inner { position: relative; z-index: 2; }
.mjp-field { margin-bottom: 18px; }
.mjp-field label { display: block; font-size: .86rem; font-weight: 800; margin-bottom: 8px; color: var(--mjp-navy); }

.mjp-field input, .mjp-field select, .mjp-field textarea {
    width: 100%;
    border: 1px solid var(--mjp-line);
    background: #fff;
    color: var(--mjp-navy);
    border-radius: 10px;
    padding: 13px 14px;
    outline: 0;
    font-size: .95rem;
}

.mjp-field textarea { min-height: 150px; resize: vertical; }
.mjp-field input:focus, .mjp-field select:focus, .mjp-field textarea:focus { border-color: rgba(226, 42, 28, .45); box-shadow: 0 0 0 4px rgba(226, 42, 28, .08); }
.mjp-field ::placeholder { color: #9BA1AF; }

/* ==========================================================================
   9. Media Layout Engines & Breakpoints
   ========================================================================== */

/* Universal Module Collections (Grid-Containers) */
.mjp-episode-container, .mjp-press-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    box-sizing: border-box;
}

.mjp-episode-card, .mjp-press-card, .mjp-blog-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mjp-episode-card:hover, .mjp-press-card:hover, .mjp-blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

/* Uniform Widescreen 16:9 Ratios */
.mjp-episode-visual.dynamic-video, .mjp-press-visual {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    background-color: #000000;
}

.mjp-episode-visual.dynamic-video iframe, .mjp-press-visual.dynamic-video iframe {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%; border: 0;
}

/* Container & Component Responsiveness Rules */
@media (max-width: 992px) {
    .mjp-episode-container, .mjp-press-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
        padding: 15px;
    }
    .mjp-sidebar { position: static; }
    .mjp-article { max-width: 100%; }
    .mjp-featured-visual { min-height: 330px; }
    .mjp-hero-card { margin-left: 0; }
    .mjp-mini-badge { right: 16px; }
    .mjp-form-panel, .mjp-form-side { padding: 32px; }
}

@media (max-width: 768px) {
    .fluentform_wrapper_3 .ff-column-container.ff_columns_total_2 {
        flex-direction: column !important;
    }
    .fluentform_wrapper_3 .ff-column-container.ff_columns_total_2 .ff-t-cell {
        flex-basis: 100% !important;
    }
    .mjp-info-row { grid-template-columns: 1fr; }
    .mjp-info-label { border-right: 0; border-bottom: 1px solid var(--mjp-line); }
}

@media (max-width: 640px) {
    .mjp-episode-container, .mjp-press-container {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 10px;
    }
    h3.mjp-episode-main-title { font-size: 1.15rem; }
}

@media (max-width: 575px) {
    .mjp-h1 { font-size: 2.45rem; }
    .mjp-featured-visual { min-height: 310px; }
    .mjp-featured-visual-title { left: 24px; right: 24px; bottom: 28px; }
    .mjp-author-box-inner { display: block; }
    .mjp-author-photo { margin-bottom: 18px; }
    .mjp-offer-footer, .mjp-email-row { display: block; }
    .mjp-offer-footer .btn, .mjp-email-row .btn { margin-top: 14px; width: 100%; }
    .mjp-podcast-hero-card img { width: 70%; right: 0; }
    .mjp-play { width: 64px; height: 64px; }
    .mjp-featured-body, .mjp-newsletter-inner, .mjp-form-panel, .mjp-form-side { padding: 26px; }
}

.type-post blockquote {
padding: 2.5rem 2rem;
  border-radius: 16px;
  color: #fff;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: -.03em;
  background: linear-gradient(115deg,#111318 75%,#2a1b1f 100%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
font-weight: bold!important;
}

.mjp-cat,
.mjp-eyebrow,
.mjp-node .lab,
.mjp-offer-label {
    text-transform: uppercase;
}
.mjp-emphasise,
.mjp-serif {
    font-family: "Poppins", serif;
    font-style: italic;
}
.mjp-nav {
    backdrop-filter: blur(8px);
}
.mjp-asset,
.mjp-filter,
.mjp-footer a,
.mjp-logo,
.mjp-platform-row a,
.mjp-press-link,
.mjp-share,
.mjp-side-item a,
.mjp-side-item p,
.mjp-text-link,
.mjp-toc a {
    text-decoration: none;
}
#backToTop {
    background-color: var(--bs-brand-red) !important;
    color: #fff !important;
    opacity: 100% !important;
}
.mjp-person-badge {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 20px;
}
.mjp-blog-single-content {
    font-size: 1.5rem !important;
}
#menu-main-menu.navbar-nav {
    gap: 20px;
}
.mjp-blog-single-content img {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.mjp-blog-single-content h2,
.mjp-blog-single-content h3,
.mjp-blog-single-content h4,
.mjp-blog-single-content h5,
.mjp-blog-single-content h6 {
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    font-weight: 700 !important;
}
.mjp-blog-single-content .entry-content h2 {
    color: var(--bs-brand-red) !important;
    font-size: 2rem;
}
.mjp-episode-visual.dynamic-video.is-spotify:after,
.mjp-episode-visual.dynamic-video.is-youtube:after {
    display: none !important;
    pointer-events: none !important;
}
.mjp-blog-single-content .entry-content h3 {
    font-size: 1rem !important;
}
.mjp-blog-single-content .entry-content {
    font-size: 1.1rem !important;
    line-height: 1.7;
}
.featured-insight-section {
    background: linear-gradient(135deg, #13161c 0, #151922 100%);
    min-height: 450px;
}
.fw-black {
    font-weight: 850;
    letter-spacing: -0.03em;
}
.text-light-opacity {
    color: rgba(255, 255, 255, 0.6) !important;
    letter-spacing: 0.05em;
    font-size: 0.85rem;
}
.radial-glow {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(139, 27, 27, 0.35) 0, rgba(21, 25, 34, 0) 70%);
    filter: blur(40px);
    pointer-events: none;
    transform: translate(15%, 25%);
}
.decorative-arrow {
    width: 140px;
    height: 140px;
    border-right: 28px solid rgba(255, 255, 255, 0.04);
    border-bottom: 28px solid rgba(255, 255, 255, 0.04);
    transform: rotate(-45deg) translateX(-30%);
    pointer-events: none;
}
:root {
    --mjp-navy: #161a26;
    --mjp-navy-2: #1f2434;
    --mjp-red: #e22a1c;
    --mjp-red-deep: #be1e12;
    --mjp-mist: #f2f3f6;
    --mjp-muted: #5b6173;
    --mjp-line: rgba(22, 26, 38, 0.12);
    --mjp-line-d: rgba(255, 255, 255, 0.13);
    --bs-brand-red: #ff0000 !important;
    --mjp-navy: #161a26;
    --mjp-navy-2: #1f2434;
    --mjp-red: #e22a1c;
    --mjp-red-deep: #be1e12;
    --mjp-mist: #f2f3f6;
    --mjp-muted: #5b6173;
    --mjp-line: rgba(22, 26, 38, 0.12);
    --mjp-line-d: rgba(255, 255, 255, 0.13);
    --mjp-navy: #161a26;
    --mjp-navy-2: #1f2434;
    --mjp-red: #e22a1c;
    --mjp-red-deep: #be1e12;
    --mjp-mist: #f2f3f6;
    --mjp-muted: #5b6173;
    --mjp-line: rgba(22, 26, 38, 0.12);
    --mjp-line-d: rgba(255, 255, 255, 0.13);
    --mjp-green: #24b86a;
}
body {
    color: var(--mjp-navy);
    font-family: Poppins, sans-serif;
    color: var(--mjp-navy);
    color: var(--mjp-navy);
    line-height: 1.55;
    background: #fff;
}
.mjp-emphasise {
    color: var(--mjp-red) !important;
    font-weight: bold !important;
}
.mjp-eyebrow {
    letter-spacing: 0.2em;
}
.btn-brand-red {
    background-color: var(--bs-brand-red) !important;
}
.mjp-h1 {
    letter-spacing: -0.03em;
}
.mjp-h2 {
    letter-spacing: -0.025em;
}
.mjp-h3 {
    letter-spacing: -0.01em;
}
.mjp-nav {
    border-bottom: 1px solid var(--mjp-line-d);
}
.mjp-dark .mjp-category {
    background: rgba(226, 42, 28, 0.16);
    color: #fff;
    border: 1px solid rgba(226, 42, 28, 0.35);
}
.mjp-dark .mjp-meta {
    color: rgba(255, 255, 255, 0.62);
}
.mjp-author-mini {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    flex-wrap: wrap;
}
.mjp-author-avatar,
.mjp-share {
    align-items: center;
    font-size: 0.8rem;
}
.mjp-author-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--mjp-red);
    color: #fff;
    display: flex;
    justify-content: center;
    font-weight: 800;
}
.mjp-featured-visual {
    border-radius: 18px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.11);
}
.mjp-author-box,
.mjp-side-card {
    box-shadow: 0 14px 34px rgba(22, 26, 38, 0.04);
}
.mjp-featured-visual-title {
    position: absolute;
    left: 42px;
    right: 42px;
    bottom: 42px;
    color: #fff;
    z-index: 2;
    max-width: 720px;
}
.navbar-brand.mjp-logo,
.navbar-brand.mjp-logo span[style*="--mjp-red"],
.navbar-brand.mjp-logo:active,
.navbar-brand.mjp-logo:focus,
.navbar-brand.mjp-logo:focus span[style*="--mjp-red"],
.navbar-brand.mjp-logo:hover,
.navbar-brand.mjp-logo:hover span[style*="--mjp-red"] {
    color: #fff !important;
}
.mjp-featured-visual-title span {
    display: inline-block;
    color: rgba(255, 255, 255, 0.64);
    font-size: 0.82rem;
    font-weight: 700;
    margin-bottom: 12px;
}
.mjp-featured-visual-title h2 {
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 1.02;
    margin: 0;
}
.mjp-article-shell,
.mjp-photo,
.mjp-process-step {
    position: relative;
}
.mjp-sidebar {
    position: sticky;
    top: 110px;
}
.mjp-side-card {
    background: #fff;
    border: 1px solid var(--mjp-line);
    border-radius: 14px;
    padding: 24px;
}
.mjp-side-card h3 {
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 18px;
}
.mjp-check-list,
.mjp-toc {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mjp-toc li {
    margin-bottom: 12px;
}
.mjp-toc a {
    color: var(--mjp-muted);
    font-size: 0.9rem;
    font-weight: 600;
}
.mjp-platform-row a:hover,
.mjp-text-link,
.mjp-toc a:hover {
    color: var(--mjp-red);
}
.mjp-share-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.mjp-share {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    border: 1px solid var(--mjp-line);
    background: #fff;
    color: var(--mjp-navy);
    display: flex;
    justify-content: center;
    font-weight: 800;
}
.btn-mjp-navy,
.mjp-filter.active,
.mjp-filter:hover,
.mjp-share:hover {
    background: var(--mjp-navy);
    color: #fff;
}
.mjp-article {
    max-width: 760px;
}
.mjp-article p {
    color: #3f4658;
    font-size: 1.05rem;
    line-height: 1.82;
    margin-bottom: 1.55rem;
}
.mjp-article .lead {
    font-size: 1.28rem;
    line-height: 1.7;
    color: #303647;
    font-weight: 400;
}
.mjp-article h2 {
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    line-height: 1.15;
    letter-spacing: -0.035em;
    font-weight: 800;
    margin: 3rem 0 1.2rem;
}
.mjp-article h3 {
    font-size: 1.45rem;
    line-height: 1.22;
    letter-spacing: -0.025em;
    font-weight: 800;
    margin: 2.2rem 0 1rem;
}
.mjp-article ol,
.mjp-article ul {
    color: #3f4658;
    font-size: 1.03rem;
    line-height: 1.82;
    margin-bottom: 1.7rem;
    padding-left: 1.35rem;
}
.mjp-article li {
    margin-bottom: 0.65rem;
}
.mjp-article a {
    color: var(--mjp-red);
    font-weight: 700;
}
.mjp-pullquote {
    margin: 2.6rem 0;
    padding: 34px;
    border-radius: 16px;
    background: var(--mjp-navy);
    color: #fff;
    position: relative;
    overflow: hidden;
}
.mjp-pullquote:before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(226, 42, 28, 0.26), transparent 64%);
    right: -120px;
    top: -130px;
    pointer-events: none;
}
.mjp-pullquote p {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: clamp(1.7rem, 3vw, 2.35rem);
    line-height: 1.22;
    letter-spacing: -0.035em;
    font-weight: 800;
    margin: 0;
}
.mjp-takeaway {
    background: #fff7f6;
    border: 1px solid rgba(226, 42, 28, 0.18);
    border-radius: 16px;
    padding: 28px;
    margin: 2.4rem 0;
}
.mjp-takeaway h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px;
    font-size: 1.18rem;
}
.mjp-takeaway h3:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--mjp-red);
}
.mjp-takeaway p {
    margin: 0;
    color: #3f4658;
}
.mjp-article-divider {
    border: 0;
    height: 1px;
    background: var(--mjp-line);
    margin: 3rem 0;
}
.mjp-author-box {
    background: #fff;
    border: 1px solid var(--mjp-line);
    border-radius: 16px;
    padding: 30px;
}
.mjp-author-box-inner {
    display: flex;
    gap: 22px;
    align-items: flex-start;
}
.mjp-author-photo {
    width: 76px;
    height: 76px;
    border-radius: 18px;
    background: var(--mjp-navy);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    flex-shrink: 0;
}
.mjp-logo {
    display: flex;
    align-items: center;
}
.mjp-glow::before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(226, 42, 28, 0.24), transparent 62%);
    top: -150px;
    right: -130px;
    pointer-events: none;
}
.mjp-glow-l::before {
    left: -130px;
    right: auto;
}
.mjp-photo .accent {
    position: absolute;
    inset: 18px -16px -16px 28px;
    background: var(--mjp-red);
    border-radius: 16px;
}
.mjp-blogvis,
.mjp-photo .frame {
    position: relative;
    overflow: hidden;
}
.mjp-photo .frame {
    border-radius: 16px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
    aspect-ratio: 3/3.4;
}
.mjp-photo .frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 16%;
}
.mjp-photo .badge {
    position: absolute;
    left: -18px;
    bottom: 28px;
    background: #fff;
    color: var(--mjp-navy);
    border-radius: 12px;
    padding: 12px 16px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
    display: flex;
    gap: 10px;
    align-items: center;
}
.mjp-photo .badge .dot {
    width: 38px;
    height: 38px;
    border-radius: 9px;
    background: var(--mjp-red);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 13px;
}
.mjp-photo .badge .t {
    font-weight: 700;
    font-size: 0.85rem;
    line-height: 1.1;
}
.mjp-photo .badge .s {
    font-size: 0.72rem;
    color: var(--mjp-muted);
}
.mjp-logos span {
    font-weight: 700;
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.66);
}
.mjp-logos .l {
    font-weight: 300;
}
.mjp-card {
    background: #fff;
    border: 1px solid var(--mjp-line);
    border-radius: 14px;
}
.mjp-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: var(--mjp-mist);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mjp-navy);
}
.mjp-arrow,
.mjp-node .bi {
    display: flex;
    align-items: center;
}
.mjp-icon svg {
    width: 26px;
    height: 26px;
}
.mjp-num {
    font-weight: 800;
    font-size: 0.9rem;
    color: var(--mjp-red);
}
.mjp-node {
    background: #fff;
    border: 1px solid var(--mjp-line);
    border-radius: 16px;
    padding: 28px 22px;
    text-align: center;
    height: 100%;
}
.mjp-node.center {
    background: var(--mjp-navy);
    border-color: var(--mjp-navy);
    color: #fff;
    box-shadow: 0 24px 50px rgba(22, 26, 38, 0.22);
}
.mjp-chip,
.mjp-node .bi,
.mjp-pill {
    background: var(--mjp-mist);
}
.mjp-node .bi {
    width: 54px;
    height: 54px;
    border-radius: 13px;
    justify-content: center;
    margin: 0 auto 14px;
    color: var(--mjp-navy);
}
.mjp-node.center .bi {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}
.mjp-node .bi svg {
    width: 28px;
    height: 28px;
}
.mjp-node .lab {
    font-size: 11px;
    letter-spacing: 0.16em;
    font-weight: 700;
    color: var(--mjp-red);
}
.mjp-pill {
    font-size: 11.5px;
    font-weight: 500;
    border: 1px solid var(--mjp-line);
    padding: 4px 11px;
    border-radius: 100px;
    color: var(--mjp-muted);
}
.mjp-node.center .mjp-pill {
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--mjp-line-d);
    color: rgba(255, 255, 255, 0.82);
}
.mjp-arrow {
    color: var(--mjp-red);
    justify-content: center;
}
.mjp-frame {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 24px 50px rgba(22, 26, 38, 0.18);
}
.mjp-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mjp-quote {
    font-style: italic;
    font-size: clamp(1.6rem, 2.6vw, 2.4rem);
    line-height: 1.2;
}
.mjp-stat .n {
    font-weight: 800;
    font-size: 2.4rem;
}
.mjp-chip {
    font-size: 12.5px;
    font-weight: 500;
    border: 1px solid var(--mjp-line);
    padding: 8px 14px;
    border-radius: 100px;
    display: inline-block;
}
.mjp-blogvis,
.mjp-step .ic {
    background: var(--mjp-navy);
}
.mjp-step .ic {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}
.mjp-blogvis {
    height: 120px;
    border-radius: 14px 14px 0 0;
}
.mjp-blogvis::after {
    content: "";
    position: absolute;
    bottom: -60%;
    right: -20%;
    width: 80%;
    height: 130%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(226, 42, 28, 0.4), transparent 60%);
}
.mjp-cat {
    position: absolute;
    top: 13px;
    left: 14px;
    z-index: 2;
    background: var(--mjp-red);
    color: #fff;
    font-size: 10.5px;
    letter-spacing: 0.1em;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 5px;
}
.mjp-final::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.5;
    background: radial-gradient(circle at 50% -20%, rgba(255, 255, 255, 0.18), transparent 55%);
    pointer-events: none;
}
.mjp-check-list.bad li:before,
.mjp-hero-card .accent {
    background: var(--mjp-red);
}
.fluentform_wrapper_3 .ff-column-container.ff_columns_total_2 {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 20px !important;
    width: 100% !important;
}
.fluentform_wrapper_3 .ff-column-container.ff_columns_total_2 .ff-t-cell {
    flex: 1 !important;
    flex-basis: 50% !important;
    min-width: 0 !important;
}
.fluentform_wrapper_3 .ff-el-form-control {
    width: 100% !important;
    box-sizing: border-box !important;
}
@media (max-width: 768px) {
    .fluentform_wrapper_3 .ff-column-container.ff_columns_total_2 {
        flex-direction: column !important;
    }
    .fluentform_wrapper_3 .ff-column-container.ff_columns_total_2 .ff-t-cell {
        flex-basis: 100% !important;
    }
}
.mjp-glow:after,
.mjp-glow:before {
    content: "";
    pointer-events: none;
}
.mjp-form-side-inner,
.mjp-hero-copy,
.mjp-hero-inner,
.mjp-press-visual span {
    position: relative;
    z-index: 2;
}
.mjp-hero-card {
    position: relative;
    max-width: 470px;
    margin-left: auto;
}
.mjp-hero-card .accent {
    position: absolute;
    inset: 22px -15px -15px 28px;
    border-radius: 16px;
}
.mjp-check-list li:before,
.mjp-fit-icon.good {
    background: var(--mjp-green);
}
.mjp-hero-frame {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 4/3.5;
    box-shadow: 0 32px 70px rgba(0, 0, 0, 0.42);
    background: linear-gradient(135deg, #2a2f3e, #111520);
}
.mjp-hero-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 18%;
}
.mjp-mini-badge {
    position: absolute;
    top: 22px;
    right: -12px;
    background: #fff;
    color: var(--mjp-navy);
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 0.78rem;
    font-weight: 800;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
}
.mjp-hero-note {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.82rem;
}
.mjp-fit-card {
    background: #fff;
    border: 1px solid var(--mjp-line);
    border-radius: 14px;
    padding: 26px;
    height: 100%;
    box-shadow: 0 12px 32px rgba(22, 26, 38, 0.04);
}
.mjp-fit-head {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    margin-bottom: 18px;
}
.mjp-fit-icon {
    width: 22px;
    height: 22px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
}
.mjp-offer-icon,
.mjp-why-icon {
    align-items: center;
    display: flex;
}
.mjp-fit-icon.bad {
    background: #c6cbd6;
}
.mjp-check-list li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 13px;
    color: var(--mjp-muted);
    font-size: 0.92rem;
}
.mjp-check-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.48rem;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}
.mjp-offer-card {
    background: #fff;
    border: 1px solid var(--mjp-line);
    border-radius: 16px;
    padding: 30px;
    height: 100%;
    position: relative;
    box-shadow: 0 18px 42px rgba(22, 26, 38, 0.04);
}
.mjp-offer-card.featured {
    border-color: var(--mjp-red);
    box-shadow: 0 28px 60px rgba(226, 42, 28, 0.12);
    background: linear-gradient(180deg, #fff 0, #fff 68%, #fff7f6 100%);
}
.mjp-offer-label {
    position: absolute;
    top: -13px;
    left: 28px;
    background: var(--mjp-red);
    color: #fff;
    border-radius: 100px;
    padding: 6px 13px;
    font-size: 0.68rem;
    letter-spacing: 0.14em;
    font-weight: 800;
}
.mjp-offer-icon {
    width: 46px;
    height: 46px;
    border-radius: 13px;
    background: var(--mjp-mist);
    color: var(--mjp-navy);
    justify-content: center;
    margin-bottom: 20px;
}
.mjp-offer-icon svg {
    width: 24px;
    height: 24px;
}
.mjp-offer-card h3 {
    font-size: 1.28rem;
    font-weight: 800;
    margin-bottom: 0.25rem;
}
.mjp-offer-sub {
    color: var(--mjp-red);
    font-weight: 700;
    font-size: 0.85rem;
    margin-bottom: 18px;
}
.mjp-price,
.mjp-tick-list li {
    color: var(--mjp-muted);
}
.mjp-avatar,
.mjp-price,
.mjp-stars {
    font-size: 0.82rem;
}
.mjp-tick-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}
.mjp-tick-list li {
    position: relative;
    padding-left: 27px;
    margin-bottom: 12px;
    font-size: 0.9rem;
}
.mjp-tick-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--mjp-red);
    font-weight: 800;
}
.mjp-offer-footer {
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid var(--mjp-line);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
}
.mjp-price strong {
    display: block;
    font-size: 0.94rem;
    color: var(--mjp-navy);
}
.mjp-process-card h3,
.mjp-process-step h3 {
    font-size: 1.05rem;
    font-weight: 800;
    color: #fff;
}
.mjp-process-card p,
.mjp-process-step p {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.9rem;
    margin: 0;
}
.mjp-why-item {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 18px 0;
}
.mjp-why-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #f2f3f6;
    color: var(--mjp-navy);
    justify-content: center;
    flex-shrink: 0;
}
.mjp-avatar,
.mjp-press-visual {
    align-items: center;
    font-weight: 800;
}
.mjp-why-icon svg {
    width: 20px;
    height: 20px;
}
.mjp-why-item h3 {
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 0.35rem;
}
.mjp-why-item p {
    color: var(--mjp-muted);
    font-size: 0.9rem;
    margin: 0;
}
.mjp-photo-frame {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 24px 55px rgba(22, 26, 38, 0.18);
    aspect-ratio: 4/4.45;
    background: #151a26;
}
.mjp-photo-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 12%;
}
.mjp-testimonial {
    background: #fff;
    border: 1px solid var(--mjp-line);
    border-radius: 14px;
    padding: 26px;
    height: 100%;
    box-shadow: 0 14px 35px rgba(22, 26, 38, 0.04);
}
.mjp-stars {
    color: var(--mjp-red);
    letter-spacing: 0.1em;
    margin-bottom: 16px;
}
.mjp-blog-visual .mjp-card-cat,
.mjp-label {
    left: 15px;
    padding: 6px 10px;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}
.mjp-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--mjp-navy);
    color: #fff;
    display: flex;
    justify-content: center;
    flex-shrink: 0;
}
.mjp-faq-q {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    cursor: pointer;
}
.mjp-episode-meta,
.mjp-faq-a {
    color: var(--mjp-muted);
}
.mjp-featured-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 34px 54px;
}
.mjp-featured-logos span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.02rem;
    font-weight: 800;
}
.mjp-featured-logos span .light {
    font-weight: 400;
}
.mjp-episode-card,
.mjp-press-card {
    border: 1px solid var(--mjp-line);
    box-shadow: 0 14px 34px rgba(22, 26, 38, 0.04);
}
.mjp-press-visual {
    background: #161a26;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 1.25rem;
}
.mjp-asset,
.mjp-award-icon {
    display: flex;
    align-items: center;
}
.mjp-press-visual:after {
    content: "";
    position: absolute;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(226, 42, 28, 0.42), transparent 62%);
    right: -52px;
    bottom: -88px;
}
.mjp-label {
    position: absolute;
    top: 15px;
    z-index: 3;
    background: var(--mjp-red);
    color: #fff;
    border-radius: 5px;
    font-size: 0.65rem;
    font-weight: 800;
}
.mjp-press-body h3 {
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.32;
    margin-bottom: 0.75rem;
}
.mjp-press-body p {
    color: var(--mjp-muted);
    font-size: 0.82rem;
    margin-bottom: 1rem;
}
.mjp-award-card {
    background: #fff;
    border: 1px solid var(--mjp-line);
    border-radius: 13px;
    padding: 26px;
    height: 100%;
    box-shadow: 0 12px 30px rgba(22, 26, 38, 0.04);
}
.mjp-info-label,
.mjp-info-value {
    font-size: 0.84rem;
    padding: 15px 18px;
}
.mjp-award-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #fff2f0;
    color: var(--mjp-red);
    justify-content: center;
    margin-bottom: 18px;
}
.mjp-award-icon svg {
    width: 22px;
    height: 22px;
}
.mjp-award-card h3 {
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 0.5rem;
}
.mjp-award-card p {
    font-size: 0.82rem;
    color: var(--mjp-muted);
    margin-bottom: 0;
}
.mjp-topic-list {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
}
.mjp-info-table {
    border: 1px solid var(--mjp-line);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}
.mjp-info-row {
    display: grid;
    grid-template-columns: 170px 1fr;
    border-bottom: 1px solid var(--mjp-line);
}
.mjp-info-row:last-child,
.mjp-side-item:last-child {
    border-bottom: 0;
}
.mjp-info-label {
    background: #f7f8fa;
    color: var(--mjp-navy);
    font-weight: 800;
    border-right: 1px solid var(--mjp-line);
}
.mjp-info-value {
    color: var(--mjp-muted);
}
.mjp-download-card {
    background: var(--mjp-navy);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 24px 55px rgba(22, 26, 38, 0.2);
}
.mjp-download-img {
    aspect-ratio: 4/2.8;
    background: #1f2434;
    overflow: hidden;
    position: relative;
}
.mjp-download-img:after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(226, 42, 28, 0.35), transparent 62%);
    right: -90px;
    bottom: -150px;
}
.mjp-download-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 18%;
    position: relative;
    z-index: 2;
}
.mjp-download-body {
    padding: 28px;
    color: #fff;
}
.mjp-asset {
    justify-content: space-between;
    gap: 18px;
    background: #22283a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    border-radius: 10px;
    padding: 15px;
    margin-top: 12px;
}
.mjp-asset-icon,
.mjp-asset-left {
    align-items: center;
    display: flex;
}
.mjp-asset:hover {
    background: #2a3146;
    color: #fff;
}
.mjp-asset-left {
    gap: 13px;
}
.mjp-asset-icon {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background: var(--mjp-red);
    justify-content: center;
    flex-shrink: 0;
}
.mjp-asset-icon svg,
.mjp-mic svg {
    width: 17px;
    height: 17px;
}
.mjp-asset-title {
    font-weight: 800;
    font-size: 0.9rem;
    line-height: 1.15;
}
.mjp-asset-meta {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.75rem;
}
.mjp-asset-arrow {
    color: rgba(255, 255, 255, 0.45);
}
@media (max-width: 767px) {
    .mjp-info-row {
        grid-template-columns: 1fr;
    }
    .mjp-info-label {
        border-right: 0;
        border-bottom: 1px solid var(--mjp-line);
    }
}
.mjp-podcast-hero-card {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 4/3.42;
    background: #111622;
    box-shadow: 0 32px 70px rgba(0, 0, 0, 0.34);
}
.mjp-podcast-hero-card:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 68% 42%, rgba(226, 42, 28, 0.42), transparent 38%),
        linear-gradient(135deg, #1f2434 0, #111622 68%);
}
.mjp-podcast-hero-card img {
    position: absolute;
    right: 8%;
    bottom: 0;
    width: 62%;
    height: 92%;
    object-fit: cover;
    object-position: 50% 8%;
    z-index: 2;
}
.mjp-play {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: var(--mjp-red);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    box-shadow: 0 18px 38px rgba(226, 42, 28, 0.32);
}
.mjp-audio-bars,
.mjp-episode-bars,
.mjp-mic {
    left: 50%;
    transform: translateX(-50%);
}
.mjp-play svg {
    width: 30px;
    height: 30px;
    margin-left: 4px;
}
.mjp-audio-bars {
    position: absolute;
    bottom: 38px;
    z-index: 4;
    display: flex;
    align-items: end;
    gap: 5px;
}
.mjp-audio-bars span {
    width: 5px;
    background: rgba(255, 255, 255, 0.72);
    border-radius: 100px;
}
.mjp-audio-bars span:first-child,
.mjp-episode-bars span:nth-child(2) {
    height: 14px;
}
.mjp-audio-bars span:nth-child(2) {
    height: 22px;
}
.mjp-audio-bars span:nth-child(3) {
    height: 32px;
}
.mjp-audio-bars span:nth-child(4) {
    height: 44px;
}
.mjp-audio-bars span:nth-child(5) {
    height: 30px;
}
.mjp-audio-bars span:nth-child(6),
.mjp-episode-bars span:nth-child(3) {
    height: 20px;
}
.mjp-audio-bars span:nth-child(7) {
    height: 13px;
}
.mjp-contact-pill,
.mjp-listen-pill,
.mjp-topic-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.86);
    text-decoration: none;
    border-radius: 100px;
    padding: 9px 15px;
    font-size: 0.84rem;
    font-weight: 700;
}
.mjp-listen-pill:hover,
.mjp-topic-pill:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}
.mjp-listen-pill:before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--mjp-red);
}
.mjp-episode-visual {
    height: 155px;
    background: #161a26;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.mjp-episode-visual:after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(226, 42, 28, 0.42), transparent 62%);
    right: -60px;
    top: -82px;
}
.mjp-mic {
    position: absolute;
    top: 32px;
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.72);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.mjp-podcast-name {
    position: relative;
    z-index: 2;
    margin-top: 20px;
}
.mjp-episode-bars {
    position: absolute;
    bottom: 24px;
    z-index: 2;
    display: flex;
    align-items: end;
    gap: 4px;
}
.mjp-episode-bars span {
    width: 4px;
    background: rgba(255, 255, 255, 0.55);
    border-radius: 100px;
}
.mjp-episode-bars span:first-child {
    height: 8px;
}
.mjp-episode-bars span:nth-child(4) {
    height: 27px;
}
.mjp-episode-bars span:nth-child(5) {
    height: 18px;
}
.mjp-episode-bars span:nth-child(6) {
    height: 12px;
}
.mjp-episode-bars span:nth-child(7) {
    height: 7px;
}
.mjp-host {
    color: var(--mjp-red);
    font-size: 0.78rem;
    font-weight: 800;
    margin-bottom: 0.45rem;
}
.mjp-episode-body h3 {
    font-size: 1.06rem;
    font-weight: 800;
    line-height: 1.32;
    margin-bottom: 0.7rem;
}
.mjp-platform-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 30px 52px;
}
.mjp-platform-row a {
    color: #303647;
    font-size: 1.06rem;
    font-weight: 800;
}
.mjp-host-card,
.mjp-process-card {
    background: #1f2434;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    padding: 30px;
    height: 100%;
}
.mjp-host-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(226, 42, 28, 0.16);
    color: var(--mjp-red);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.mjp-enquiry-icon svg,
.mjp-host-icon svg {
    width: 23px;
    height: 23px;
}
.mjp-host-card h3 {
    font-size: 1.08rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 0.65rem;
}
.mjp-host-card p {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.9rem;
    margin-bottom: 0;
}
.mjp-filter-row,
.mjp-topic-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.mjp-topic {
    border: 1px solid rgba(255, 255, 255, 0.13);
    background: rgba(255, 255, 255, 0.055);
    color: rgba(255, 255, 255, 0.84);
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 0.84rem;
    font-weight: 700;
}
.mjp-topic:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--mjp-red);
    margin-right: 8px;
    vertical-align: middle;
}
@media (max-width: 991px) {
    .mjp-sidebar {
        position: static;
    }
    .mjp-article {
        max-width: 100%;
    }
    .mjp-featured-visual {
        min-height: 360px;
    }
    .mjp-hero-card {
        margin-left: 0;
    }
    .mjp-mini-badge {
        right: 16px;
    }
    .mjp-podcast-hero-card {
        max-width: 620px;
        margin: 0 auto;
    }
}
@media (max-width: 575px) {
    .mjp-featured-visual {
        min-height: 310px;
    }
    .mjp-featured-visual-title {
        left: 24px;
        right: 24px;
        bottom: 28px;
    }
    .mjp-author-box-inner,
    .mjp-offer-footer {
        display: block;
    }
    .mjp-author-photo {
        margin-bottom: 18px;
    }
    .mjp-offer-footer .btn {
        margin-top: 14px;
        width: 100%;
    }
    .mjp-h1 {
        font-size: 2.65rem;
    }
    .mjp-podcast-hero-card img {
        width: 70%;
        right: 0;
    }
    .mjp-play {
        width: 64px;
        height: 64px;
    }
}
.btn-mjp-outline-dark {
    border: 1px solid var(--mjp-line);
    color: var(--mjp-navy);
}
.btn-mjp-outline-dark:hover {
    background: var(--mjp-mist);
    color: var(--mjp-navy);
}
.mjp-contact-pill:before,
.mjp-topic-pill:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--mjp-red);
}
.mjp-featured-card {
    background: #fff;
    border: 1px solid var(--mjp-line);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 22px 52px rgba(22, 26, 38, 0.08);
}
.mjp-featured-visual {
    min-height: 390px;
    height: 100%;
    background: #161a26;
    position: relative;
    overflow: hidden;
}
.mjp-featured-visual:before {
    content: "";
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(226, 42, 28, 0.4), transparent 62%);
    right: -150px;
    bottom: -190px;
}
.mjp-featured-visual:after {
    content: "";
    content: "";
    position: absolute;
    right: 42px;
    bottom: 34px;
    width: 160px;
    height: 160px;
    opacity: 0.08;
    border-right: 28px solid #fff;
    border-bottom: 28px solid #fff;
    transform: skew(-18deg) rotate(-45deg);
}
.mjp-featured-label {
    position: absolute;
    top: 28px;
    left: 28px;
    background: var(--mjp-red);
    color: #fff;
    border-radius: 6px;
    padding: 7px 12px;
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-weight: 800;
    z-index: 3;
}
.mjp-featured-title {
    position: absolute;
    left: 32px;
    bottom: 32px;
    right: 32px;
    color: #fff;
    z-index: 3;
}
.mjp-featured-title span {
    display: inline-block;
    color: rgba(255, 255, 255, 0.64);
    font-size: 0.82rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.mjp-featured-title h3 {
    font-weight: 800;
    font-size: clamp(1.7rem, 3vw, 2.45rem);
    line-height: 1.08;
    letter-spacing: -0.035em;
    margin: 0;
}
.mjp-featured-body,
.mjp-form-panel {
    padding: 42px;
}
.mjp-meta {
    color: var(--mjp-muted);
    font-size: 0.84rem;
    font-weight: 600;
}
.mjp-category {
    display: inline-flex;
    align-items: center;
    background: #fff2f0;
    color: var(--mjp-red);
    border-radius: 100px;
    padding: 7px 12px;
    font-size: 0.78rem;
    font-weight: 800;
}
.mjp-filter {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid var(--mjp-line);
    color: var(--mjp-navy);
    border-radius: 100px;
    padding: 10px 16px;
    font-size: 0.86rem;
    font-weight: 800;
}
.mjp-filter:before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--mjp-red);
}
.mjp-blog-card {
    background: #fff;
    border: 1px solid var(--mjp-line);
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 14px 34px rgba(22, 26, 38, 0.04);
    transition: 0.2s;
}
.mjp-blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 48px rgba(22, 26, 38, 0.08);
}
.mjp-blog-visual {
    height: 165px;
    background: #161a26;
    position: relative;
    overflow: hidden;
}
.mjp-blog-visual:after {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(226, 42, 28, 0.42), transparent 62%);
    right: -70px;
    top: -90px;
}
.mjp-blog-visual .mjp-card-cat {
    position: absolute;
    top: 15px;
    z-index: 3;
    background: var(--mjp-red);
    color: #fff;
    border-radius: 5px;
    font-size: 0.64rem;
    font-weight: 800;
}
.mjp-blog-visual .mjp-visual-mark {
    position: absolute;
    right: 20px;
    bottom: 16px;
    width: 86px;
    height: 86px;
    opacity: 0.08;
    border-right: 16px solid #fff;
    border-bottom: 16px solid #fff;
    transform: skew(-18deg) rotate(-45deg);
}
.mjp-blog-body {
    padding: 26px;
}
.mjp-blog-body h3 {
    font-size: 1.18rem;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 12px;
}
.mjp-blog-body p,
.mjp-field {
    margin-bottom: 18px;
}
.mjp-blog-body p {
    color: var(--mjp-muted);
    font-size: 0.9rem;
}
.btn-mjp-white:hover,
.mjp-text-link:hover {
    color: var(--mjp-red-deep);
}
.mjp-newsletter {
    background: var(--mjp-navy);
    color: #fff;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
}
.mjp-newsletter:before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(226, 42, 28, 0.24), transparent 64%);
    right: -180px;
    top: -160px;
    pointer-events: none;
}
.mjp-newsletter-inner {
    position: relative;
    z-index: 2;
    padding: 46px;
}
.mjp-email-row {
    display: flex;
    gap: 12px;
    max-width: 520px;
}
.mjp-email-row input {
    flex: 1;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.07);
    color: #fff;
    border-radius: 8px;
    padding: 13px 15px;
    outline: 0;
}
.mjp-email-row input::placeholder {
    color: rgba(255, 255, 255, 0.48);
}
@media (max-width: 575px) {
    .mjp-h1 {
        font-size: 2.65rem;
    }
    .mjp-featured-body,
    .mjp-newsletter-inner {
        padding: 28px;
    }
    .mjp-email-row {
        display: block;
    }
    .mjp-email-row .btn {
        width: 100%;
        margin-top: 12px;
    }
}
.mjp-serif {
    font-weight: 400;
}
.mjp-eyebrow,
.mjp-h1,
.mjp-h2,
.mjp-h3 {
    font-weight: 800;
}
.mjp-wrap {
    max-width: 1200px;
}
.mjp-red {
    color: var(--mjp-red) !important;
}
.bg-mjp-navy {
    background: var(--mjp-navy) !important;
}
.bg-mjp-mist {
    background: var(--mjp-mist) !important;
}
.bg-mjp-red {
    background: var(--mjp-red) !important;
}
.text-muted-mjp {
    color: var(--mjp-muted) !important;
}
.mjp-eyebrow {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}
.mjp-h1 {
    font-size: clamp(2.65rem, 5.4vw, 4.35rem);
    line-height: 1.03;
    letter-spacing: -0.045em;
}
.mjp-h2 {
    font-size: clamp(2rem, 3.8vw, 2.85rem);
    line-height: 1.12;
    letter-spacing: -0.035em;
}
.mjp-h3 {
    letter-spacing: -0.02em;
}
.btn-mjp {
    font-weight: 700;
    font-size: 0.95rem;
    border-radius: 8px;
    padding: 0.8rem 1.55rem;
}
.featured-card,
.fw-extrabold,
.mjp-faq-q,
.mjp-field label,
.mjp-logo,
.mjp-process-num,
.mjp-side-item h3 {
    font-weight: 800;
}
.btn-mjp-red {
    background: var(--mjp-red) !important;
    color: #fff !important;
}
.btn-mjp-red:hover {
    background: var(--mjp-red-deep);
    color: #fff;
}
.btn-mjp-navy:hover {
    background: #080a10;
    color: #fff;
}
.btn-mjp-white {
    background: #fff;
    color: var(--mjp-red);
}
.btn-mjp-outline-light {
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #fff;
}
.mjp-glow:after,
.mjp-glow:before {
    position: absolute;
    border-radius: 50%;
    content: "";
    pointer-events: none;
}
.btn-mjp-outline-light:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}
.mjp-nav {
    background: rgba(22, 26, 38, 0.96);
    border-bottom: 1px solid var(--mjp-line-d);
}
.mjp-nav .nav-link {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.9rem;
    font-weight: 500;
}
.mjp-footer a:hover,
.mjp-nav .nav-link.active,
.mjp-nav .nav-link:hover,
.mjp-side-item a:hover {
    color: #fff;
}
.mjp-logo {
    display: flex;
    align-items: center;
    gap: 11px;
    font-size: 1.05rem;
    color: #fff;
    letter-spacing: -0.01em;
}
.mjp-logo svg {
    width: 34px;
    height: 34px;
}
.mjp-dark {
    background: var(--mjp-navy);
    color: #fff;
    position: relative;
    overflow: hidden;
}
.mjp-glow:before {
    width: 620px;
    height: 620px;
    background: radial-gradient(circle, rgba(226, 42, 28, 0.22), transparent 64%);
    top: -140px;
    right: -170px;
}
.mjp-glow:after {
    width: 470px;
    height: 470px;
    background: radial-gradient(circle, rgba(226, 42, 28, 0.12), transparent 62%);
    bottom: -220px;
    left: 8%;
}
.mjp-contact-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.mjp-form-card {
    background: #fff;
    border: 1px solid var(--mjp-line);
    border-radius: 18px;
    box-shadow: 0 24px 60px rgba(22, 26, 38, 0.08);
    overflow: hidden;
}
.mjp-form-side {
    background: var(--mjp-navy);
    color: #fff;
    padding: 42px;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.mjp-form-side:before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(226, 42, 28, 0.28), transparent 64%);
    right: -170px;
    bottom: -160px;
    pointer-events: none;
}
.mjp-field label {
    display: block;
    font-size: 0.86rem;
    margin-bottom: 8px;
    color: var(--mjp-navy);
}
.mjp-field input,
.mjp-field select,
.mjp-field textarea {
    width: 100%;
    border: 1px solid var(--mjp-line);
    background: #fff;
    color: var(--mjp-navy);
    border-radius: 10px;
    padding: 13px 14px;
    outline: 0;
    font-size: 0.95rem;
}
.mjp-field textarea {
    min-height: 150px;
    resize: vertical;
}
.mjp-field input:focus,
.mjp-field select:focus,
.mjp-field textarea:focus {
    border-color: rgba(226, 42, 28, 0.45);
    box-shadow: 0 0 0 4px rgba(226, 42, 28, 0.08);
}
.mjp-field ::placeholder {
    color: #9ba1af;
}
.mjp-side-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}
.mjp-enquiry-icon,
.mjp-side-icon {
    color: var(--mjp-red);
    align-items: center;
    display: flex;
}
.mjp-side-icon {
    width: 40px;
    height: 40px;
    border-radius: 11px;
    background: rgba(226, 42, 28, 0.16);
    justify-content: center;
    flex-shrink: 0;
}
.mjp-side-icon svg {
    width: 21px;
    height: 21px;
}
.mjp-side-item h3 {
    font-size: 1rem;
    margin-bottom: 0.25rem;
}
.mjp-side-item a,
.mjp-side-item p {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.9rem;
    margin: 0;
}
.mjp-enquiry-card {
    background: #fff;
    border: 1px solid var(--mjp-line);
    border-radius: 14px;
    padding: 28px;
    height: 100%;
    box-shadow: 0 14px 34px rgba(22, 26, 38, 0.04);
    transition: 0.2s;
}
.mjp-enquiry-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 48px rgba(22, 26, 38, 0.08);
}
.mjp-enquiry-icon {
    width: 46px;
    height: 46px;
    border-radius: 13px;
    background: #fff2f0;
    justify-content: center;
    margin-bottom: 20px;
}
.mjp-enquiry-card h3 {
    font-size: 1.1rem;
    font-weight: 800;
    margin-bottom: 0.65rem;
}
.mjp-enquiry-card p {
    color: var(--mjp-muted);
    font-size: 0.9rem;
    margin-bottom: 0;
}
.mjp-process-num {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: var(--mjp-red);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}
.mjp-faq {
    max-width: 860px;
    margin: 0 auto;
}
.mjp-faq-item {
    border-bottom: 1px solid var(--mjp-line);
    padding: 22px 0;
}
.mjp-faq-q {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
}
.mjp-faq-q span {
    color: var(--mjp-red);
    font-size: 1.2rem;
    line-height: 1;
}
.mjp-faq-a {
    margin-top: 12px;
    color: var(--mjp-muted);
    font-size: 0.94rem;
    line-height: 1.7;
    max-width: 760px;
}
.mjp-final:before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.45;
    background: radial-gradient(circle at 50% -20%, rgba(255, 255, 255, 0.22), transparent 55%);
    pointer-events: none;
}
.mjp-footer {
    background: #0f121c;
    color: rgba(255, 255, 255, 0.6);
}
.mjp-footer a {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.9rem;
}
.mjp-footer h6 {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.42);
    font-weight: 700;
}
@media (max-width: 991px) {
    .mjp-featured-visual {
        min-height: 330px;
    }
    .mjp-form-panel,
    .mjp-form-side {
        padding: 32px;
    }
}
@media (max-width: 575px) {
    .mjp-h1 {
        font-size: 2.55rem;
    }
    .mjp-form-panel,
    .mjp-form-side {
        padding: 26px;
    }
}
.custom-premium-card {
    border-radius: 12px;
    overflow: hidden;
    transition:
        transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
        box-shadow 0.3s;
}
.custom-premium-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08) !important;
}
.card-cta-text {
    display: inline-block;
    transition: transform 0.2s;
    letter-spacing: 0.5px;
}
.custom-premium-card:hover .card-cta-text {
    transform: translateX(4px);
}
.featured-card {
    padding: 2.5rem 2rem;
    border-radius: 16px;
    color: #fff;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -0.03em;
    background: linear-gradient(115deg, #111318 75%, #2a1b1f 100%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mjp-episode-container,
.mjp-press-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    box-sizing: border-box;
}
.mjp-episode-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow:
        0 4px 6px -1px rgba(0, 0, 0, 0.05),
        0 2px 4px -1px rgba(0, 0, 0, 0.03);
    transition:
        transform 0.2s,
        box-shadow 0.2s;
}
.mjp-episode-card:hover {
    transform: translateY(-4px);
    box-shadow:
        0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.mjp-episode-visual.dynamic-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    background-color: #000;
}
.mjp-episode-visual.dynamic-video embed,
.mjp-episode-visual.dynamic-video iframe,
.mjp-episode-visual.dynamic-video object,
.mjp-press-visual.dynamic-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.mjp-video-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1e293b 0, #0f172a 100%);
}
.mjp-episode-body,
.mjp-press-body {
    display: flex;
    flex-direction: column;
    padding: 24px;
    flex-grow: 1;
}
.mjp-podcast-name {
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    color: #64748b;
    margin-bottom: 8px;
    line-height: 1.2;
}
h3.mjp-episode-main-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 12px;
    line-height: 1.4;
}
.mjp-episode-meta {
    font-size: 0.9rem;
    color: #475569;
    margin-bottom: 20px;
    font-weight: 500;
}
.mjp-press-link,
.mjp-text-link {
    display: inline-block;
    margin-top: auto;
    font-size: 0.95rem;
    font-weight: 600;
    color: #2563eb;
    transition: color 0.15s;
}
.mjp-press-link:hover,
.mjp-text-link:hover {
    color: #1d4ed8;
    text-decoration: underline;
}
.mjp-press-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    transition:
        transform 0.2s,
        box-shadow 0.2s;
}
.mjp-press-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.mjp-press-visual {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    background-color: #0f172a;
}
.mjp-press-visual.static-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.mjp-press-visual.no-media-placeholder {
    background: linear-gradient(135deg, #3b82f6 0, #1d4ed8 100%);
}
h3.mjp-press-main-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 20px;
    line-height: 1.4;
}
@media (max-width: 992px) {
    .mjp-episode-container,
    .mjp-press-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
        padding: 15px;
    }
}
@media (max-width: 640px) {
    .mjp-episode-container,
    .mjp-press-container {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 10px;
    }
    h3.mjp-episode-main-title {
        font-size: 1.15rem;
    }
}
