/* ============================================================
   End Fast Tech — premium Back Market-style activism page
   Class prefix: .eft-*
   ============================================================ */

.bm-eft {
    --eft-ink: #0f1216;
    --eft-text: #1a1d24;
    --eft-muted: #57617c;
    --eft-faint: #8b95a6;
    --eft-bg: #ffffff;
    --eft-bg-soft: #f6f7fa;
    --eft-bg-warm: #faf8f4;
    --eft-border: #e8eaf0;
    --eft-accent: #97D700;
    --eft-tr: 260ms cubic-bezier(.2,.7,.2,1);
    --eft-radius: 16px;
    --eft-radius-lg: 24px;
    --eft-radius-pill: 999px;
    background: var(--eft-bg);
    color: var(--eft-text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Helvetica Neue", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}
.bm-eft .container { max-width: 1240px; }
.bm-eft section { padding: 88px 0; }

/* Shared typography */
.eft-h2 {
    font-size: clamp(28px, 3.5vw, 44px);
    line-height: 1.12;
    letter-spacing: -0.015em;
    font-weight: 700;
    color: var(--eft-ink);
    margin: 0 0 14px;
}
.eft-h2--light { color: #fff; }
.eft-section-head { max-width: 820px; margin: 0 auto 56px; text-align: center; }
.eft-section-head--light p, .eft-section-head--light .eft-section-sub { color: rgba(255,255,255,0.7); }
.eft-section-sub {
    font-size: 17px;
    line-height: 1.55;
    color: var(--eft-muted);
    margin: 0;
}

/* Buttons */
.eft-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 22px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    border-radius: var(--eft-radius-pill);
    border: 1px solid transparent;
    text-decoration: none;
    cursor: pointer;
    transition: transform var(--eft-tr), background var(--eft-tr), color var(--eft-tr), border-color var(--eft-tr);
}
.eft-btn:hover { transform: translateY(-1px); text-decoration: none; }
.eft-btn--dark  { background: var(--eft-ink); color: #fff; border-color: var(--eft-ink); }
.eft-btn--dark:hover { background: #000; color: #fff; }
.eft-btn--light { background: #fff; color: var(--eft-ink); border-color: #fff; }
.eft-btn--light:hover { background: var(--eft-bg-soft); color: var(--eft-ink); }

/* Empty state */
.eft-empty {
    background: #fff;
    border: 1px dashed var(--eft-border);
    border-radius: var(--eft-radius-lg);
    padding: 72px 24px;
    text-align: center;
    color: var(--eft-faint);
}
.eft-empty svg { display: block; margin: 0 auto 12px; color: #cdd3df; }
.eft-empty p { margin: 0; font-size: 15px; }

/* ============================================================
   1. HERO
   ============================================================ */
.eft-hero {
    background: var(--eft-bg-warm);
    padding-top: 88px;
    padding-bottom: 88px;
    text-align: center;
}
.eft-hero-title {
    font-size: clamp(40px, 5.4vw, 68px);
    line-height: 1.04;
    letter-spacing: -0.025em;
    font-weight: 800;
    color: var(--eft-ink);
    margin: 0 0 18px;
}
.eft-hero-sub {
    max-width: 680px;
    margin: 0 auto 8px;
    font-size: clamp(16px, 1.25vw, 19px);
    line-height: 1.5;
    color: var(--eft-text);
}
.eft-hero-sub--muted { color: var(--eft-muted); }

/* ============================================================
   2. VIDEO BANNER
   ============================================================ */
.eft-video { background: #fff; padding-top: 40px; padding-bottom: 80px; }
.eft-video-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 21 / 9;
    border-radius: var(--eft-radius-lg);
    overflow: hidden;
    cursor: pointer;
    background: #1a1d24;
    isolation: isolate;
}
.eft-video-bg {
    position: absolute; inset: 0;
    background: linear-gradient(135deg, #1a1d24 0%, #0a0b0f 100%);
    background-size: cover;
    background-position: center;
    transition: transform var(--eft-tr);
}
.eft-video-frame:hover .eft-video-bg { transform: scale(1.04); }
.eft-video-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.55) 100%);
}
.eft-video-title {
    position: absolute;
    left: 0; right: 0; bottom: 36px;
    text-align: center;
    color: #fff;
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.2;
    padding: 0 24px;
    margin: 0;
}
.eft-video-play {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 86px; height: 86px;
    border-radius: 50%;
    background: rgba(255,255,255,0.95);
    border: 0;
    color: var(--eft-ink);
    display: inline-flex; align-items: center; justify-content: center;
    cursor: pointer;
    transition: transform var(--eft-tr), background var(--eft-tr);
    box-shadow: 0 20px 50px -10px rgba(0,0,0,0.4);
}
.eft-video-frame:hover .eft-video-play { transform: translate(-50%, -50%) scale(1.08); background: #fff; }
.eft-video-play svg { transform: translateX(3px); }

/* ============================================================
   3. EDITORIAL
   ============================================================ */
.eft-editorial { background: #fff; }
.eft-editorial-container { max-width: 760px; }
.eft-editorial-heading { text-align: center; margin-bottom: 36px; }
.eft-editorial-para {
    font-size: clamp(17px, 1.4vw, 20px);
    line-height: 1.7;
    color: var(--eft-text);
    margin: 0 0 28px;
}
.eft-editorial-para:last-child { margin-bottom: 0; }

/* ============================================================
   4. IMPACT STATS
   ============================================================ */
.eft-stats { background: var(--eft-bg-soft); }
.eft-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}
.eft-stat-card {
    background: #fff;
    border-radius: var(--eft-radius-lg);
    padding: 36px 32px 32px;
    box-shadow: 0 18px 40px -28px rgba(20,24,36,0.18);
    transition: transform var(--eft-tr), box-shadow var(--eft-tr);
}
.eft-stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 30px 60px -30px rgba(20,24,36,0.28);
}
.eft-stat-pill {
    display: inline-block;
    background: var(--eft-ink);
    color: #fff;
    border-radius: var(--eft-radius-pill);
    padding: 14px 28px;
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1;
    margin-bottom: 22px;
}
.eft-stat-title {
    font-size: 19px;
    font-weight: 700;
    color: var(--eft-ink);
    margin: 0 0 10px;
    line-height: 1.3;
}
.eft-stat-desc {
    font-size: 15px;
    line-height: 1.6;
    color: var(--eft-muted);
    margin: 0;
}

/* ============================================================
   5. BREAK THE CYCLE — Back Market 1:1 reference
   ============================================================ */
.eft-cycle {
    background: #f4f4f4;
}
.eft-cycle .eft-section-head {
    max-width: 960px;
    margin: 0 auto 56px;
    text-align: center;
}
.eft-cycle .eft-h2 {
    font-family: "Newsreader", "Source Serif Pro", "Iowan Old Style", "Charter", Georgia, "Times New Roman", serif;
    font-size: clamp(40px, 5.4vw, 68px);
    line-height: 1.04;
    letter-spacing: -0.02em;
    font-weight: 700;
    color: #111;
    margin: 0 0 18px;
}
.eft-cycle .eft-section-sub {
    font-size: 17px;
    line-height: 1.55;
    color: #57617c;
    margin: 0;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.eft-cycle-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: stretch;
}

.eft-cycle-card {
    background: #fff;
    border: 1px solid #ececef;
    border-radius: 18px;
    overflow: hidden;
    padding: 16px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 2px rgba(15,18,22,0.04);
    transition: transform var(--eft-tr), box-shadow var(--eft-tr), border-color var(--eft-tr);
}
.eft-cycle-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px -20px rgba(15,18,22,0.18);
    border-color: #dde0e6;
}

.eft-cycle-thumb {
    width: 100%;
    aspect-ratio: 4 / 3;
    background-color: #eef0f2;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    overflow: hidden;
    display: flex; align-items: center; justify-content: center;
    margin: 0 0 20px;
}
.eft-cycle-card:hover .eft-cycle-thumb { transform: none; }
.eft-cycle-thumb-fallback {
    color: #b8bdc7;
    opacity: 0.7;
}

.eft-cycle-body {
    padding: 8px 12px 12px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
}
.eft-cycle-title {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    margin: 0;
    letter-spacing: -0.005em;
    line-height: 1.2;
}
.eft-cycle-desc {
    font-size: 14.5px;
    line-height: 1.55;
    color: #57617c;
    margin: 0;
}
.eft-cycle-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.eft-cycle-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-size: 14.5px;
    line-height: 1.55;
    color: #1a1d24;
}
.eft-cycle-list li svg {
    color: #111;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    stroke-width: 1.6;
}

.eft-cycle-cta {
    width: 100%;
    margin-top: auto;
    justify-content: center;
    background: #111;
    color: #fff;
    border-radius: 12px;
    border: 0;
    height: 52px;
    font-size: 15.5px;
    font-weight: 700;
    padding: 0 24px;
    transition: background var(--eft-tr), transform var(--eft-tr);
}
.eft-cycle-cta:hover {
    background: #000;
    color: #fff;
    transform: translateY(-1px);
}
.eft-cycle-cta svg { margin-left: 4px; }

/* ============================================================
   6. READY TO END FAST TECH — Back Market 1:1 reference
   ============================================================ */
.eft-cta {
    background: #f3f3f5 !important;
    color: #1a1d24;
    padding: 88px 0 !important;
}
.eft-cta .eft-section-head {
    max-width: 960px;
    margin: 0 auto 56px;
    text-align: center;
}
.eft-cta .eft-h2 {
    font-family: "Newsreader", "Source Serif Pro", "Iowan Old Style", "Charter", Georgia, "Times New Roman", serif;
    font-size: clamp(40px, 6vw, 72px);
    line-height: 1.04;
    letter-spacing: -0.02em;
    font-weight: 700;
    color: #111 !important;
    margin: 0;
}

.eft-cta-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px;
    max-width: 800px;
    margin: 0 auto;
}

.eft-cta-card {
    padding: 24px !important;
    border-radius: 18px !important;
    background: #111 !important;
    background-image: none !important;
    border: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-height: 144px;
    box-shadow: none !important;
    transition: transform 220ms ease, background 220ms ease;
}
.eft-cta-card:hover {
    transform: translateY(-2px);
    background: #050505 !important;
    box-shadow: none !important;
}
.eft-cta-card-body {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
}
.eft-cta-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff !important;
    margin: 0;
    line-height: 1.3;
    letter-spacing: -0.005em;
}
.eft-cta-desc {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.85) !important;
    margin: 0;
    font-weight: 400;
}
.eft-cta-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 40px !important;
    padding: 0 20px;
    background: #fff !important;
    color: #111 !important;
    border: 0 !important;
    border-radius: 8px !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none !important;
    transition: background 200ms ease, color 200ms ease;
    box-shadow: none !important;
}
.eft-cta-btn:hover,
.eft-cta-btn:focus {
    background: #f0f0f0 !important;
    color: #111 !important;
    text-decoration: none !important;
    outline: none;
}

/* ============================================================
   7. UGLY COMPUTER
   ============================================================ */
.eft-ugly { background: var(--eft-bg-soft); }
.eft-ugly-grid {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 64px;
    align-items: center;
}
.eft-ugly-media {
    aspect-ratio: 5 / 4;
    border-radius: var(--eft-radius-lg);
    overflow: hidden;
    background: #fff;
    display: flex; align-items: center; justify-content: center;
}
.eft-ugly-img { width: 100%; height: 100%; object-fit: cover; }
.eft-ugly-placeholder {
    width: 100%; height: 100%;
    background: linear-gradient(135deg, #f0f2f5 0%, #e3e7ec 100%);
    display: flex; align-items: center; justify-content: center;
    color: #b6bdcc;
}
.eft-ugly-body h2 { margin-bottom: 18px; }
.eft-ugly-desc {
    font-size: 17px;
    line-height: 1.6;
    color: var(--eft-muted);
    margin: 0 0 28px;
    max-width: 52ch;
}

/* ============================================================
   8. NEWS ARTICLES
   ============================================================ */
.eft-news { background: #fff; }
.eft-news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}
.eft-news-card {
    background: #fff;
    border-radius: var(--eft-radius);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    display: flex; flex-direction: column;
    transition: transform var(--eft-tr), box-shadow var(--eft-tr);
    border: 1px solid var(--eft-border);
}
.eft-news-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 50px -28px rgba(20,24,36,0.20);
    text-decoration: none;
}
.eft-news-thumb {
    width: 100%;
    aspect-ratio: 16 / 11;
    background: var(--eft-bg-soft);
    background-size: cover;
    background-position: center;
    position: relative;
    transition: transform var(--eft-tr);
}
.eft-news-card:hover .eft-news-thumb { transform: scale(1.02); }
.eft-news-thumb-fallback {
    position: absolute; inset: 0;
    display: flex; align-items: center; justify-content: center;
    color: #cdd3df;
}
.eft-news-body { padding: 20px 22px 24px; }
.eft-news-cat {
    display: inline-block;
    font-size: 11.5px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--eft-faint);
    font-weight: 700;
    margin-bottom: 8px;
}
.eft-news-headline {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--eft-ink);
    margin: 0;
    letter-spacing: -0.005em;
}

/* ============================================================
   9. SOCIAL FEED
   ============================================================ */
.eft-social { background: var(--eft-bg-soft); }
.eft-social-track {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 4px 4px 24px;
    margin: -4px -4px 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.eft-social-track::-webkit-scrollbar { display: none; }
.eft-social-card {
    flex-shrink: 0;
    scroll-snap-align: start;
    width: 280px;
    background: #fff;
    border-radius: var(--eft-radius);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    display: flex; flex-direction: column;
    transition: transform var(--eft-tr), box-shadow var(--eft-tr);
}
.eft-social-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 50px -28px rgba(20,24,36,0.20);
    text-decoration: none;
}
.eft-social-thumb {
    width: 100%;
    aspect-ratio: 4 / 5;
    background: linear-gradient(135deg, #1a1d24 0%, #2a2d34 100%);
    background-size: cover;
    background-position: center;
    position: relative;
}
.eft-social-thumb-fallback {
    position: absolute; inset: 0;
    display: flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,0.4);
}
.eft-social-play {
    position: absolute;
    bottom: 14px; left: 14px;
    width: 40px; height: 40px;
    background: rgba(15,18,22,0.85);
    color: #fff;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    backdrop-filter: blur(8px);
}
.eft-social-body { padding: 16px 18px 18px; }
.eft-social-userline { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.eft-social-handle {
    font-size: 14px;
    font-weight: 700;
    color: var(--eft-ink);
}
.eft-social-platform {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--eft-faint);
    font-weight: 700;
}
.eft-social-caption {
    font-size: 13.5px;
    line-height: 1.5;
    color: var(--eft-muted);
    margin: 0 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.eft-social-likes {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12.5px;
    color: var(--eft-muted);
    font-weight: 600;
}
.eft-social-likes svg { color: #e94656; }

/* ============================================================
   10. SOURCES ACCORDION
   ============================================================ */
.eft-sources { background: #fff; padding: 64px 0; border-top: 1px solid var(--eft-border); }
.eft-sources-container { max-width: 920px; }
.eft-sources-trigger {
    width: 100%;
    background: transparent;
    border: 0;
    text-align: left;
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    color: var(--eft-ink);
    letter-spacing: -0.005em;
}
.eft-sources-icon {
    transition: transform var(--eft-tr);
    color: var(--eft-ink);
}
.eft-sources.is-open .eft-sources-icon { transform: rotate(180deg); }
.eft-sources-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--eft-tr) ease;
}
.eft-sources.is-open .eft-sources-panel { max-height: 3000px; }
.eft-sources-body {
    padding-top: 18px;
    font-size: 14.5px;
    line-height: 1.7;
    color: var(--eft-muted);
}
.eft-sources-list { padding-left: 22px; margin: 0; }
.eft-sources-list li { margin-bottom: 8px; }
.eft-sources-list a { color: var(--eft-ink); text-decoration: underline; text-underline-offset: 3px; }
.eft-sources-list a:hover { color: #000; }

/* ============================================================
   11. NEWSLETTER
   ============================================================ */
.eft-newsletter {
    background: var(--eft-bg-warm);
    padding: 80px 0;
    border-top: 1px solid var(--eft-border);
}
.eft-news-grid-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
    gap: 56px;
    align-items: center;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 24px;
}
.eft-newsletter-text h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 8px;
    letter-spacing: -0.005em;
}
.eft-newsletter-text .eft-section-sub { font-size: 15px; line-height: 1.55; }
.eft-newsletter-form {
    display: flex;
    align-items: stretch;
    gap: 14px;
    width: 100%;
}
.eft-newsletter-input-wrap { position: relative; flex: 1; min-width: 0; }
.eft-newsletter-input {
    width: 100%;
    height: 56px;
    background: #fff;
    border: 1px solid var(--eft-border);
    border-radius: 10px;
    padding: 0 48px 0 18px;
    font-size: 15.5px;
    color: var(--eft-ink);
    font-family: inherit;
    transition: border-color var(--eft-tr), box-shadow var(--eft-tr);
}
.eft-newsletter-input::placeholder { color: var(--eft-faint); }
.eft-newsletter-input:focus {
    outline: none;
    border-color: var(--eft-ink);
    box-shadow: 0 0 0 4px rgba(15,18,22,0.08);
}
.eft-newsletter-icon {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    color: var(--eft-muted);
    pointer-events: none;
    display: inline-flex;
}
.eft-newsletter-btn {
    flex-shrink: 0;
    height: 56px;
    border-radius: 10px;
    padding: 0 28px;
    font-size: 15.5px;
    font-weight: 700;
}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1199px) {
    .eft-cycle-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
}
@media (max-width: 991px) {
    .bm-eft section { padding: 64px 0; }
    .eft-hero { padding-top: 64px; padding-bottom: 64px; }
    .eft-stats-grid { grid-template-columns: 1fr; gap: 16px; }
    .eft-cta-grid { grid-template-columns: 1fr; gap: 16px; }
    .eft-ugly-grid { grid-template-columns: 1fr; gap: 32px; }
    .eft-news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
    .eft-news-grid-wrap { grid-template-columns: 1fr; gap: 24px; }
    .eft-newsletter-form { flex-direction: column; }
    .eft-newsletter-btn { width: 100%; justify-content: center; }
    .eft-video-frame { aspect-ratio: 16 / 10; }
    .eft-video-play { width: 64px; height: 64px; }
    .eft-cycle .eft-section-head { margin-bottom: 40px; }
}
@media (max-width: 767px) {
    .eft-cycle-grid { grid-template-columns: 1fr; max-width: 480px; }
}
@media (max-width: 575px) {
    .bm-eft section { padding: 56px 0; }
    .eft-hero { padding-top: 52px; padding-bottom: 52px; }
    .eft-news-grid { grid-template-columns: 1fr; }
    .eft-cta-card { padding: 20px; }
    .eft-cta-title { font-size: 17px; }
    .eft-cta-desc { font-size: 13.5px; }
    .eft-cycle-card { padding: 12px; }
    .eft-cycle-body { padding: 6px 8px 10px; gap: 14px; }
    .eft-cycle-title { font-size: 20px; }
    .eft-stat-card { padding: 28px 24px; }
    .eft-stat-pill { padding: 12px 22px; }
    .eft-social-card { width: 240px; }
}

/* ============================================================
   IN-APP VIDEO PLAYER (inline <video> + iframe modal)
   ============================================================ */
.eft-video-frame { position: relative; overflow: hidden; }
.eft-video-inline {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #000;
    z-index: 5;
}
.eft-video-frame.is-playing .eft-video-bg,
.eft-video-frame.is-playing .eft-video-overlay { opacity: 0; }

#eft-video-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
}
#eft-video-modal.is-open { display: flex; }
.eft-video-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(10, 11, 15, 0.88);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.eft-video-modal-content {
    position: relative;
    width: min(1100px, 92vw);
    max-height: 90vh;
}
.eft-video-modal-iframe-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    background: #000;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0,0,0,0.55);
}
.eft-video-modal-iframe-wrap iframe,
.eft-video-modal-iframe-wrap video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.eft-video-modal-close {
    position: absolute;
    top: -48px;
    right: 0;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #1a1d24;
    border: 0;
    border-radius: 50%;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);
    transition: transform 180ms ease, background 180ms ease;
}
.eft-video-modal-close:hover { background: #d8ef63; transform: scale(1.08); }

@media (max-width: 575px) {
    .eft-video-modal-content { width: 96vw; }
    .eft-video-modal-iframe-wrap { border-radius: 10px; }
    .eft-video-modal-close { top: -42px; right: 4px; width: 34px; height: 34px; font-size: 22px; }
}
