/* ══════════════════════════════════════════
   Exclusive-IT Theme — Main CSS
   Bootstrap 5.3.3 + custom design system
══════════════════════════════════════════ */
:root {
  --black:    #0d0d0d;
  --dark:     #1a1a1a;
  --yellow:   #FFD600;
  --green:    #00C853;
  --white:    #FFFFFF;
  --gray:     #f5f5f5;
  --font-head:'Barlow', sans-serif;
  --font-mono:'Space Mono', monospace;
}

*  { box-sizing: border-box; }
body { font-family: var(--font-head); background: var(--white); color: var(--black); overflow-x: hidden; }

/* ── NAVBAR ── */
.navbar-eit { background: var(--black); border-bottom: 3px solid var(--yellow); padding: 0; }
.navbar-eit .navbar-brand { font-family: var(--font-mono); font-size: 1.3rem; color: var(--yellow) !important; letter-spacing: -1px; padding: 14px 0; }
.navbar-eit .navbar-brand span { color: var(--green); }
.navbar-eit .nav-link { color: var(--white) !important; font-weight: 600; font-size: .95rem; padding: 20px 16px !important; text-transform: uppercase; letter-spacing: .5px; transition: color .2s; }
.navbar-eit .nav-link:hover, .navbar-eit .nav-link.active { color: var(--yellow) !important; }
.navbar-eit .phone-pill { background: var(--yellow); color: var(--black); font-family: var(--font-mono); font-size: .85rem; font-weight: 700; padding: 8px 16px; border-radius: 4px; text-decoration: none; transition: background .2s; white-space: nowrap; }
.navbar-eit .phone-pill:hover { background: var(--green); color: var(--black); }
.navbar-toggler { border-color: var(--yellow); }
.navbar-toggler-icon { filter: invert(1); }

/* ── HERO ── */
.hero { background: var(--black); min-height: 88vh; display: flex; align-items: center; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 60% at 80% 50%, rgba(0,200,83,.13) 0%, transparent 70%), radial-gradient(ellipse 40% 40% at 20% 80%, rgba(255,214,0,.1) 0%, transparent 60%); }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,214,0,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,214,0,.04) 1px, transparent 1px); background-size: 48px 48px; }
.hero-eyebrow { font-family: var(--font-mono); font-size: .8rem; color: var(--green); letter-spacing: 3px; text-transform: uppercase; margin-bottom: 1rem; }
.hero h1 { font-family: var(--font-head); font-weight: 900; font-size: clamp(2.4rem, 6vw, 4.5rem); line-height: 1.05; color: var(--white); margin-bottom: 1.2rem; }
.hero h1 .accent  { color: var(--yellow); }
.hero h1 .accent2 { color: var(--green); }
.hero-sub { color: #aaa; font-size: 1.1rem; max-width: 520px; margin-bottom: 2rem; line-height: 1.7; }
.hero-stats { display: flex; gap: 32px; margin-top: 2.5rem; flex-wrap: wrap; }
.hero-stat-num { font-family: var(--font-mono); font-size: 1.8rem; font-weight: 700; color: var(--yellow); display: block; }
.hero-stat-lbl  { font-size: .8rem; color: #666; text-transform: uppercase; letter-spacing: 1px; }

/* ── CODE CARD ── */
.hero-code-card { background: #111; border: 1px solid rgba(255,214,0,.25); border-radius: 12px; padding: 28px 24px; font-family: var(--font-mono); font-size: .82rem; line-height: 1.9; color: #ccc; max-width: 380px; box-shadow: 0 0 60px rgba(0,200,83,.15), 0 20px 60px rgba(0,0,0,.5); animation: floatCard 4s ease-in-out infinite; }
@keyframes floatCard { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
.ln-kw  { color: var(--yellow); }
.ln-fn  { color: var(--green); }
.ln-str { color: #ff7eb3; }
.ln-cm  { color: #555; }
.ln-num { color: #79b8ff; }

/* ── BUTTONS ── */
.btn-eit-primary { background: var(--yellow); color: var(--black); font-weight: 800; font-size: 1rem; padding: 14px 32px; border: none; border-radius: 4px; text-transform: uppercase; letter-spacing: 1px; transition: background .2s, transform .15s; text-decoration: none; display: inline-block; }
.btn-eit-primary:hover { background: var(--green); color: var(--black); transform: translateY(-2px); }
.btn-eit-outline { background: transparent; color: var(--white); font-weight: 700; font-size: 1rem; padding: 13px 28px; border: 2px solid rgba(255,255,255,.3); border-radius: 4px; text-transform: uppercase; letter-spacing: 1px; transition: border-color .2s, color .2s; text-decoration: none; display: inline-block; }
.btn-eit-outline:hover { border-color: var(--yellow); color: var(--yellow); }

/* ── SECTION TITLES ── */
.section-label { font-family: var(--font-mono); font-size: .75rem; letter-spacing: 3px; text-transform: uppercase; color: var(--green); margin-bottom: .5rem; }
.section-title  { font-weight: 900; font-size: clamp(1.8rem, 4vw, 2.8rem); line-height: 1.1; margin-bottom: 1rem; }
.section-title .y { color: var(--yellow); }

/* ── COURSES ── */
.courses-section { background: var(--gray); padding: 80px 0; }
.course-card { background: var(--white); border-radius: 12px; overflow: hidden; border: 2px solid transparent; transition: border-color .25s, transform .25s, box-shadow .25s; height: 100%; }
.course-card:hover { border-color: var(--yellow); transform: translateY(-6px); box-shadow: 0 16px 40px rgba(0,0,0,.1); }
.course-card-head { padding: 32px 28px 20px; border-bottom: 1px solid #eee; }
.course-icon { width: 56px; height: 56px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; margin-bottom: 16px; }
.icon-yellow, .icon-roblox { background: rgba(255,214,0,.15); }
.icon-green,  .icon-web    { background: rgba(0,200,83,.12); }
.icon-blue,   .icon-python { background: rgba(41,121,255,.1); }
.course-card h3 { font-weight: 800; font-size: 1.3rem; margin-bottom: .5rem; }
.course-card p  { font-size: .93rem; color: #555; line-height: 1.65; margin-bottom: 0; }
.course-card-body { padding: 20px 28px 28px; }
.course-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.meta-pill   { font-family: var(--font-mono); font-size: .72rem; padding: 4px 10px; border-radius: 20px; font-weight: 700; }
.meta-age    { background: rgba(255,214,0,.15); color: #6b5800; }
.meta-price  { background: var(--black); color: var(--yellow); }
.meta-dur    { background: rgba(0,200,83,.12); color: #005c25; }
.course-list { list-style: none; padding: 0; margin: 0 0 24px; font-size: .9rem; color: #444; }
.course-list li { padding: 5px 0; }
.course-list li::before { content: '▸'; color: var(--green); margin-right: 8px; font-size: .8rem; }
.btn-course { display: block; background: var(--black); color: var(--yellow); font-weight: 700; font-size: .9rem; padding: 12px 20px; border-radius: 6px; text-decoration: none; text-align: center; text-transform: uppercase; letter-spacing: .5px; transition: background .2s; }
.btn-course:hover { background: var(--yellow); color: var(--black); }

/* ── WHY SECTION ── */
.why-section { padding: 80px 0; background: var(--black); }
.why-item { padding: 28px; border-radius: 10px; border: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.03); transition: border-color .25s; }
.why-item:hover { border-color: rgba(255,214,0,.4); }
.why-icon { font-size: 1.8rem; margin-bottom: 12px; color: var(--yellow); }
.why-item h5 { font-weight: 700; font-size: 1.05rem; color: var(--white); margin-bottom: 6px; }
.why-item p  { font-size: .88rem; color: #777; margin: 0; line-height: 1.6; }

/* ── CERTIFICATE ── */
.cert-section { padding: 80px 0; background: var(--gray); }
.cert-img { max-width: 420px; border-radius: 12px; border: 3px solid var(--yellow); box-shadow: 0 16px 48px rgba(0,0,0,.15); }

/* ── FORM ── */
.form-section { padding: 80px 0; background: var(--black); }
.form-section--light { background: var(--gray); }
.form-wrap { background: rgba(255,255,255,.04); border: 1px solid rgba(255,214,0,.2); border-radius: 16px; padding: 48px; max-width: 620px; margin: 0 auto; }
.form-wrap .form-control { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); color: var(--white); border-radius: 6px; padding: 13px 16px; font-size: .95rem; transition: border-color .2s; }
.form-wrap .form-control::placeholder { color: #555; }
.form-wrap .form-control:focus { background: rgba(255,255,255,.1); border-color: var(--yellow); box-shadow: 0 0 0 3px rgba(255,214,0,.12); color: var(--white); }
.form-wrap label { color: #aaa; font-size: .85rem; font-weight: 600; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 6px; display: block; }
.eitc-select { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); color: #aaa; padding: 13px 16px; border-radius: 6px; width: 100%; font-size: .95rem; }
.eitc-input-light { background: var(--white) !important; border: 1px solid #ddd !important; color: var(--black) !important; }
.eitc-input-light::placeholder { color: #aaa !important; }
.btn-submit { background: var(--yellow); color: var(--black); font-weight: 800; font-size: 1rem; padding: 15px 40px; border: none; border-radius: 6px; text-transform: uppercase; letter-spacing: 1px; width: 100%; transition: background .2s, transform .15s; cursor: pointer; }
.btn-submit:hover { background: var(--green); transform: translateY(-2px); }

/* ── COURSE HERO ── */
.course-hero { background: var(--black); padding: 80px 0 60px; position: relative; overflow: hidden; }
.course-hero::before { content:''; position:absolute; inset:0; background: radial-gradient(ellipse 50% 70% at 80% 50%, rgba(0,200,83,.1) 0%, transparent 70%); }
.course-hero h1 { font-weight: 900; font-size: clamp(2rem,5vw,3.2rem); color: var(--white); margin-bottom: 1rem; }
.course-hero p { color: #999; font-size: 1.05rem; line-height: 1.7; max-width: 540px; }
.breadcrumb-eit { display:flex; gap:8px; align-items:center; margin-bottom:20px; }
.breadcrumb-eit a { color: #555; font-size:.85rem; text-decoration:none; transition:color .2s; }
.breadcrumb-eit a:hover { color: var(--yellow); }
.breadcrumb-eit span { color: #333; font-size:.85rem; }

/* ── COURSE CONTENT ── */
.course-content-section { padding: 70px 0; }
.feature-block { background: var(--gray); border-radius: 10px; padding: 28px; border-left: 4px solid var(--yellow); margin-bottom: 16px; }
.feature-block h5 { font-weight: 700; margin-bottom: 6px; }
.feature-block p  { font-size: .9rem; color: #555; margin: 0; }
.req-list { list-style:none; padding:0; margin:0; }
.req-list li { padding: 10px 0; border-bottom: 1px solid #eee; display: flex; align-items: center; gap: 10px; font-size: .93rem; color: #444; }
.req-list li:last-child { border-bottom: none; }
.req-list li i { color: var(--green); font-size: 1.1rem; }

/* ── COURSE PRICE CARD ── */
.course-price-card { background: var(--black); border-radius: 12px; padding: 28px; border: 1px solid rgba(255,214,0,.25); }
.course-price-label  { font-family: var(--font-mono); font-size: .75rem; color: #555; text-transform: uppercase; letter-spacing: 2px; }
.course-price-amount { font-family: var(--font-mono); font-size: 2rem; font-weight: 700; color: var(--yellow); margin: 8px 0 12px; }
.course-price-meta   { display:flex; gap:16px; flex-wrap:wrap; font-size:.85rem; color:#666; }

/* ── CONTACTS ── */
.contacts-section { padding: 80px 0; }
.contact-card { background: var(--black); border-radius: 12px; padding: 36px; color: var(--white); border: 1px solid rgba(255,214,0,.2); }
.contact-card h4 { color: var(--yellow); font-weight: 800; margin-bottom: 20px; }
.contact-row { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 20px; }
.contact-row i { color: var(--green); font-size: 1.3rem; margin-top: 2px; flex-shrink: 0; }
.contact-row-text strong { display:block; color: var(--yellow); font-size: .8rem; text-transform: uppercase; letter-spacing:.5px; margin-bottom:3px; }
.contact-row-text span, .contact-row-text a { color: #bbb; font-size: .95rem; text-decoration: none; }
.contact-row-text a:hover { color: var(--yellow); }

/* ── CONTRACT ── */
.contract-content { max-width: 800px; }
.contract-content h2 { font-weight: 800; margin-top: 2rem; margin-bottom: .75rem; font-size: 1.3rem; }
.contract-content p, .contract-content li { color: #444; font-size: .93rem; line-height: 1.8; }
.contract-content ul { padding-left: 1.4rem; }

/* ── FOOTER ── */
footer { background: #000; border-top: 3px solid var(--yellow); padding: 56px 0 28px; }
.footer-brand { font-family: var(--font-mono); font-size: 1.3rem; color: var(--yellow); margin-bottom: 12px; }
.footer-brand span { color: var(--green); }
.footer-tagline { color: #555; font-size: .88rem; line-height: 1.6; max-width: 260px; }
footer h6 { color: var(--white); font-weight: 700; text-transform: uppercase; letter-spacing: 1px; font-size: .8rem; margin-bottom: 16px; }
footer a { color: #666; text-decoration: none; font-size: .9rem; display: block; margin-bottom: 8px; transition: color .2s; }
footer a:hover { color: var(--yellow); }
.social-links { display: flex; gap: 12px; margin-top: 8px; }
.social-btn { width: 40px; height: 40px; border-radius: 8px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; color: #888; transition: background .2s, color .2s; text-decoration: none !important; }
.social-btn:hover { background: var(--yellow) !important; color: var(--black) !important; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.07); padding-top: 24px; margin-top: 40px; font-size: .8rem; color: #444; }

/* ── ALERTS (form feedback) ── */
.eitc-alert { padding: 14px 18px; border-radius: 8px; font-size: .9rem; font-weight: 600; }
.eitc-alert-success { background: rgba(0,200,83,.15); border: 1px solid var(--green); color: #00a843; }
.eitc-alert-error   { background: rgba(255,50,50,.1); border: 1px solid #ff4444; color: #cc0000; }

/* ── ANIMATIONS ── */
.fade-up { opacity: 0; transform: translateY(24px); transition: opacity .55s ease, transform .55s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* ── EDITOR CONTENT ── */
.course-editor-content p  { font-size: .95rem; color: #555; line-height: 1.75; margin-bottom: 1rem; }
.course-editor-content h2 { font-weight: 800; margin: 1.5rem 0 .5rem; }
.course-editor-content ul { padding-left: 1.4rem; }
.course-editor-content li { color: #555; font-size: .93rem; line-height: 1.7; margin-bottom: .4rem; }

/* ── RESPONSIVE ── */
@media (max-width: 767px) {
  .hero { min-height: auto; padding: 60px 0; }
  .hero-code-card { display: none; }
  .form-wrap { padding: 28px 20px; }
  .course-hero { padding: 50px 0 40px; }
}

/* ══════════════════════════════════════════
   v2.0 ADDITIONS: News, Store, YouTube facade
══════════════════════════════════════════ */

/* ── PAGE HEROES (shared by archives) ── */
.eit-page-hero,
.eit-store-hero {
    background: var(--black);
    padding: 70px 0 60px;
    color: var(--white);
    position: relative;
    overflow: hidden;
}
.eit-page-hero::before,
.eit-store-hero::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(ellipse 50% 60% at 80% 50%, rgba(0,200,83,.1) 0%, transparent 70%);
    pointer-events: none;
}
.eit-page-hero > .container,
.eit-store-hero > .container { position: relative; z-index: 1; }
.eit-page-hero__eyebrow,
.eit-store-hero__eyebrow {
    font-family: var(--font-mono);
    font-size: .8rem; color: var(--green);
    letter-spacing: 3px; text-transform: uppercase;
    margin-bottom: .8rem;
}
.eit-page-hero__title,
.eit-store-hero__title {
    font-weight: 900;
    font-size: clamp(2rem, 5vw, 3.2rem);
    color: var(--white);
    line-height: 1.1;
    margin-bottom: 1rem;
}
.eit-page-hero__sub,
.eit-store-hero__sub { color: #999; font-size: 1.05rem; max-width: 620px; }

/* ── BACK LINK ── */
.eit-back-link {
    display: inline-flex; align-items: center; gap: 6px;
    color: var(--green); text-decoration: none;
    font-family: var(--font-mono); font-size: .85rem;
    text-transform: uppercase; letter-spacing: 1.5px;
    margin-bottom: 18px;
    transition: color .2s;
}
.eit-back-link:hover { color: var(--yellow); }

/* ── FILTER BAR (categories pills) ── */
.eit-filter-bar { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.eit-filter-pill {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 8px 18px;
    background: var(--white);
    border: 2px solid #e5e5e5;
    border-radius: 24px;
    font-size: .88rem; font-weight: 600;
    color: #333; text-decoration: none;
    transition: border-color .2s, background .2s, color .2s;
}
.eit-filter-pill:hover { border-color: var(--yellow); color: var(--black); }
.eit-filter-pill.is-active { background: var(--black); border-color: var(--black); color: var(--yellow); }

/* ── STORE TOOLBAR ── */
.eit-store-toolbar {
    display: flex; flex-wrap: wrap;
    justify-content: space-between; align-items: center;
    gap: 16px; margin-bottom: 28px;
    padding-bottom: 20px; border-bottom: 1px solid #eee;
}
.eit-store-toolbar__cats { display: flex; flex-wrap: wrap; gap: 8px; flex: 1; }
.eit-store-toolbar__sort { display: flex; align-items: center; gap: 10px; }
.eit-store-toolbar__sort label { font-size: .85rem; color: #666; font-weight: 600; }
.eit-store-toolbar__sort select {
    background: var(--white); border: 2px solid #e5e5e5;
    border-radius: 6px; padding: 8px 12px;
    font-size: .88rem; font-weight: 600; color: #333;
    cursor: pointer;
}
.eit-store-toolbar__sort select:focus { outline: none; border-color: var(--yellow); }

/* ── PAGINATION ── */
.eit-pagination { margin-top: 48px; }
.eit-pagination ul { list-style: none; display: flex; justify-content: center; gap: 6px; padding: 0; flex-wrap: wrap; }
.eit-pagination ul li a,
.eit-pagination ul li span {
    display: inline-flex; align-items: center; justify-content: center;
    min-width: 40px; height: 40px; padding: 0 14px;
    background: var(--white); border: 2px solid #e5e5e5; border-radius: 6px;
    font-weight: 700; color: #333; text-decoration: none;
    transition: border-color .2s, color .2s;
}
.eit-pagination ul li a:hover { border-color: var(--yellow); color: var(--black); }
.eit-pagination ul li.active span { background: var(--black); border-color: var(--black); color: var(--yellow); }

/* ── EMPTY STATE ── */
.eit-empty {
    text-align: center; padding: 60px 20px;
    background: var(--gray); border-radius: 12px;
}
.eit-empty h2 { font-weight: 800; margin-bottom: 8px; }
.eit-empty p { color: #666; margin-bottom: 0; }

/* ══════════════════════════════════════════
   YOUTUBE FACADE (lazy embed)
══════════════════════════════════════════ */
.eit-yt-facade { margin: 0 0 1.5rem; }
.eit-yt-facade__btn {
    position: relative; width: 100%;
    aspect-ratio: 16 / 9;
    background: #000; border: none; padding: 0;
    border-radius: 12px; overflow: hidden;
    cursor: pointer; display: block;
    box-shadow: 0 8px 24px rgba(0,0,0,.15);
    transition: transform .2s, box-shadow .2s;
}
.eit-yt-facade__btn:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(0,0,0,.2); }
.eit-yt-facade__btn:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
.eit-yt-facade__thumb {
    width: 100%; height: 100%; object-fit: cover;
    display: block;
    transition: filter .2s;
}
.eit-yt-facade__btn:hover .eit-yt-facade__thumb { filter: brightness(.85); }
.eit-yt-facade__play {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: transform .2s;
}
.eit-yt-facade__btn:hover .eit-yt-facade__play { transform: translate(-50%, -50%) scale(1.1); }
.eit-yt-facade__caption {
    margin-top: 8px; text-align: center;
    color: #666; font-size: .88rem; font-style: italic;
}
.eit-yt-facade iframe {
    width: 100%; aspect-ratio: 16 / 9;
    border: none; border-radius: 12px; display: block;
}

/* ══════════════════════════════════════════
   NEWS CARDS (archive)
══════════════════════════════════════════ */
.eit-news-card {
    background: var(--white);
    border-radius: 12px; overflow: hidden;
    border: 2px solid transparent;
    transition: border-color .25s, transform .25s, box-shadow .25s;
    height: 100%;
    display: flex; flex-direction: column;
}
.eit-news-card:hover {
    border-color: var(--yellow);
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0,0,0,.1);
}
.eit-news-card__media {
    position: relative; display: block;
    aspect-ratio: 16 / 9;
    background: var(--gray);
    overflow: hidden;
}
.eit-news-card__media img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform .35s;
}
.eit-news-card:hover .eit-news-card__media img { transform: scale(1.04); }
.eit-news-card__placeholder {
    width: 100%; height: 100%;
    display: flex; align-items: center; justify-content: center;
    font-size: 3rem;
    background: linear-gradient(135deg, var(--gray) 0%, #e0e0e0 100%);
}
.eit-news-card__yt {
    position: absolute; bottom: 12px; right: 12px;
    width: 40px; height: 40px;
    background: rgba(255,0,0,.9);
    color: #fff;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.4rem;
    box-shadow: 0 4px 12px rgba(0,0,0,.3);
}
.eit-news-card__body { padding: 20px 22px 22px; flex: 1; display: flex; flex-direction: column; }
.eit-news-card__meta {
    font-family: var(--font-mono); font-size: .72rem;
    color: #888; text-transform: uppercase; letter-spacing: 1.2px;
    margin-bottom: 10px;
    display: flex; align-items: center; gap: 6px;
}
.eit-news-card__meta .dot { color: #ccc; }
.eit-news-card__title {
    font-weight: 800; font-size: 1.15rem; line-height: 1.3;
    margin-bottom: 8px;
}
.eit-news-card__title a { color: var(--black); text-decoration: none; }
.eit-news-card__title a:hover { color: var(--green); }
.eit-news-card__excerpt {
    color: #666; font-size: .9rem; line-height: 1.6;
    margin-bottom: 14px; flex: 1;
}
.eit-news-card__footer {
    display: flex; justify-content: space-between; align-items: center;
    padding-top: 14px; border-top: 1px solid #f0f0f0;
}
.eit-news-card__attach {
    font-family: var(--font-mono); font-size: .72rem;
    color: var(--green); font-weight: 700;
    text-transform: uppercase; letter-spacing: 1px;
}
.eit-news-card__more {
    color: var(--black); font-weight: 700; font-size: .85rem;
    text-decoration: none;
    display: inline-flex; align-items: center; gap: 4px;
    text-transform: uppercase; letter-spacing: .8px;
}
.eit-news-card__more:hover { color: var(--green); }

/* ══════════════════════════════════════════
   NEWS SINGLE
══════════════════════════════════════════ */
.eit-news-hero {
    background: var(--black); color: var(--white);
    padding: 50px 0 40px;
    position: relative; overflow: hidden;
}
.eit-news-hero::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(ellipse 60% 50% at 70% 50%, rgba(0,200,83,.1) 0%, transparent 70%);
    pointer-events: none;
}
.eit-news-hero > .container { position: relative; z-index: 1; }
.eit-news-hero__meta {
    font-family: var(--font-mono); font-size: .8rem;
    color: #888; text-transform: uppercase; letter-spacing: 2px;
    display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
    margin-bottom: 14px;
}
.eit-news-hero__meta .dot { color: #444; }
.eit-news-hero__meta a { color: var(--green); text-decoration: none; }
.eit-news-hero__meta a:hover { color: var(--yellow); }
.eit-news-hero__title {
    font-weight: 900;
    font-size: clamp(1.8rem, 4.5vw, 2.8rem);
    color: var(--white); line-height: 1.15;
    margin-bottom: 14px; max-width: 800px;
}
.eit-news-hero__excerpt { color: #aaa; font-size: 1.05rem; line-height: 1.65; max-width: 720px; }

.eit-news-content { font-size: 1.02rem; line-height: 1.8; color: #333; margin: 1.5rem 0; }
.eit-news-content p { margin-bottom: 1.2rem; }
.eit-news-content h2 { font-weight: 800; font-size: 1.6rem; margin: 2rem 0 .8rem; }
.eit-news-content h3 { font-weight: 800; font-size: 1.3rem; margin: 1.5rem 0 .6rem; }
.eit-news-content ul,
.eit-news-content ol { margin-bottom: 1.2rem; padding-left: 1.4rem; }
.eit-news-content li { margin-bottom: .4rem; line-height: 1.7; }
.eit-news-content a { color: var(--green); text-decoration: underline; }
.eit-news-content a:hover { color: var(--black); }
.eit-news-content blockquote {
    border-left: 4px solid var(--yellow);
    background: var(--gray);
    padding: 16px 24px; margin: 1.5rem 0;
    font-style: italic; color: #555; border-radius: 0 8px 8px 0;
}
.eit-news-content pre {
    background: var(--black); color: #ccc;
    padding: 18px 22px; border-radius: 8px;
    overflow-x: auto; font-family: var(--font-mono);
    font-size: .85rem; line-height: 1.6;
    border-left: 3px solid var(--green); margin: 1.2rem 0;
}
.eit-news-content code {
    background: var(--gray); color: var(--black);
    padding: 2px 6px; border-radius: 3px;
    font-family: var(--font-mono); font-size: .9em;
}
.eit-news-content pre code { background: transparent; padding: 0; color: inherit; }
.eit-news-figure { margin: 0 0 1.5rem; }
.eit-news-figure img { width: 100%; height: auto; }

/* ── DOWNLOADS / ATTACHMENTS ── */
.eit-news-downloads {
    margin: 2.5rem 0;
    padding: 28px 28px 24px;
    background: linear-gradient(135deg, var(--gray) 0%, #ececec 100%);
    border-radius: 12px;
    border-left: 4px solid var(--green);
}
.eit-news-downloads__title {
    font-weight: 800; font-size: 1.3rem; margin-bottom: 4px;
    display: flex; align-items: center; gap: 10px;
}
.eit-news-downloads__title i { color: var(--green); }
.eit-news-downloads__sub { color: #666; font-size: .9rem; margin-bottom: 18px; }
.eit-news-downloads__list { display: flex; flex-direction: column; gap: 12px; }

.eit-attach-card {
    display: flex; align-items: center; gap: 16px;
    background: var(--white); padding: 14px 16px;
    border-radius: 8px; border: 1px solid #e5e5e5;
    transition: border-color .2s, transform .2s;
}
.eit-attach-card:hover { border-color: var(--yellow); transform: translateX(2px); }
.eit-attach-card__thumb,
.eit-attach-card__icon {
    flex-shrink: 0;
    width: 56px; height: 56px;
    border-radius: 8px;
    object-fit: cover;
    background: var(--gray);
}
.eit-attach-card__icon {
    display: flex; align-items: center; justify-content: center;
    background: var(--black); color: var(--yellow);
    font-size: 1.6rem;
}
.eit-attach-card__body { flex: 1; min-width: 0; }
.eit-attach-card__title {
    display: block; font-weight: 700; font-size: .98rem;
    color: var(--black); text-decoration: none;
    margin-bottom: 4px;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.eit-attach-card__title:hover { color: var(--green); }
.eit-attach-card__meta {
    display: flex; gap: 12px;
    font-family: var(--font-mono); font-size: .75rem; color: #888;
    text-transform: uppercase; letter-spacing: .5px;
}
.eit-attach-card__price { color: var(--black) !important; font-weight: 700; }
.eit-attach-card__action { flex-shrink: 0; }

.btn-eit-primary.btn-sm {
    padding: 8px 16px; font-size: .82rem;
}

/* ── RELATED COURSE CTA ── */
.eit-related-course {
    margin: 2.5rem 0 0;
    padding: 28px 32px;
    background: var(--black); color: var(--white);
    border-radius: 12px;
    border: 1px solid rgba(255,214,0,.25);
    display: flex; align-items: center; gap: 24px;
    flex-wrap: wrap;
}
.eit-related-course__icon {
    flex-shrink: 0;
    width: 64px; height: 64px;
    background: rgba(255,214,0,.15);
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 2rem;
}
.eit-related-course__body { flex: 1; min-width: 200px; }
.eit-related-course__eyebrow {
    font-family: var(--font-mono); font-size: .72rem;
    color: var(--green); letter-spacing: 2px;
    margin: 0 0 6px;
}
.eit-related-course__title {
    font-weight: 800; font-size: 1.4rem;
    color: var(--white); margin: 0 0 8px;
}
.eit-related-course__excerpt {
    color: #999; font-size: .92rem; margin: 0 0 10px;
}
.eit-related-course__meta { display: flex; gap: 8px; flex-wrap: wrap; }

/* ══════════════════════════════════════════
   PRODUCT CARDS (store)
══════════════════════════════════════════ */
.eit-product-card {
    background: var(--white);
    border-radius: 12px; overflow: hidden;
    border: 2px solid transparent;
    transition: border-color .25s, transform .25s, box-shadow .25s;
    height: 100%; display: flex; flex-direction: column;
}
.eit-product-card:hover {
    border-color: var(--yellow);
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0,0,0,.1);
}
.eit-product-card__media {
    position: relative; display: block;
    aspect-ratio: 1 / 1;
    background: var(--gray); overflow: hidden;
}
.eit-product-card__img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform .35s;
}
.eit-product-card:hover .eit-product-card__img { transform: scale(1.04); }
.eit-product-card__placeholder {
    width: 100%; height: 100%;
    display: flex; align-items: center; justify-content: center;
    font-size: 4rem;
    background: linear-gradient(135deg, var(--gray) 0%, #e8e8e8 100%);
}
.eit-product-card__badge {
    position: absolute; top: 12px; left: 12px;
    padding: 4px 10px; border-radius: 4px;
    font-family: var(--font-mono); font-size: .7rem;
    font-weight: 700; text-transform: uppercase; letter-spacing: 1px;
}
.eit-product-card__badge--free { background: var(--green); color: var(--black); }
.eit-product-card__cat {
    position: absolute; top: 12px; right: 12px;
    background: rgba(13,13,13,.85); color: var(--yellow);
    font-family: var(--font-mono); font-size: .7rem;
    padding: 4px 10px; border-radius: 4px;
    text-transform: uppercase; letter-spacing: .8px;
    backdrop-filter: blur(6px);
}
.eit-product-card__body { padding: 18px 20px 20px; flex: 1; display: flex; flex-direction: column; }
.eit-product-card__title {
    font-weight: 800; font-size: 1.08rem; line-height: 1.3;
    margin-bottom: 6px;
}
.eit-product-card__title a { color: var(--black); text-decoration: none; }
.eit-product-card__title a:hover { color: var(--green); }
.eit-product-card__excerpt {
    color: #666; font-size: .85rem; line-height: 1.55;
    margin-bottom: 12px; flex: 1;
}
.eit-product-card__meta {
    display: flex; gap: 10px;
    font-family: var(--font-mono); font-size: .72rem;
    color: #888; text-transform: uppercase; letter-spacing: .5px;
    margin-bottom: 12px;
}
.eit-product-card__meta i { margin-right: 3px; }
.eit-product-card__footer {
    display: flex; justify-content: space-between; align-items: center;
    padding-top: 12px; border-top: 1px solid #f0f0f0; gap: 8px;
}
.eit-product-card__price {
    font-family: var(--font-mono); font-size: 1.05rem;
    font-weight: 700; color: var(--black);
}
.eit-product-card__price.is-free { color: var(--green); }

/* ══════════════════════════════════════════
   PRODUCT SINGLE
══════════════════════════════════════════ */
.eit-product-gallery img { width: 100%; height: auto; border-radius: 12px; box-shadow: 0 12px 40px rgba(0,0,0,.08); }
.eit-product-gallery--placeholder {
    aspect-ratio: 1 / 1;
    display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, var(--gray) 0%, #ddd 100%);
    border-radius: 12px;
    font-size: 3rem; font-weight: 800; color: #999;
}

.eit-product-cat-link {
    display: inline-block;
    font-family: var(--font-mono); font-size: .75rem;
    color: var(--green); text-decoration: none;
    text-transform: uppercase; letter-spacing: 2px;
    margin-bottom: 12px;
}
.eit-product-cat-link:hover { color: var(--yellow); }
.eit-product-title {
    font-weight: 900;
    font-size: clamp(1.7rem, 4vw, 2.4rem);
    line-height: 1.15; margin-bottom: 14px;
}
.eit-product-price-row {
    display: flex; align-items: baseline; gap: 14px;
    margin-bottom: 22px;
}
.eit-product-price {
    font-family: var(--font-mono);
    font-weight: 700; font-size: 2rem; color: var(--black);
}
.eit-product-price.is-free { color: var(--green); }
.eit-product-version {
    font-family: var(--font-mono); font-size: .8rem;
    color: #888;
    background: var(--gray);
    padding: 3px 8px; border-radius: 4px;
}
.eit-product-action { margin-bottom: 28px; }
.eit-product-action .btn-eit-primary { padding: 16px 32px; font-size: 1rem; }

.eit-product-specs {
    list-style: none; padding: 0; margin: 0 0 24px;
    border-top: 1px solid #eee;
}
.eit-product-specs li {
    padding: 11px 0;
    border-bottom: 1px solid #eee;
    color: #555; font-size: .9rem;
    display: flex; align-items: center; gap: 10px;
}
.eit-product-specs li i { color: var(--green); font-size: 1rem; }
.eit-product-specs li strong { color: var(--black); margin-right: 4px; }

.eit-product-content { color: #444; line-height: 1.75; font-size: .95rem; }
.eit-product-content p { margin-bottom: 1rem; }

/* ══════════════════════════════════════════
   COMMENTS
══════════════════════════════════════════ */
.eit-comments { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid #eee; }
.eit-comments__title { font-weight: 800; font-size: 1.4rem; margin-bottom: 1.2rem; }
.eit-comments__list { list-style: none; padding: 0; }
.eit-comments__list .comment-body {
    background: var(--gray);
    padding: 16px 20px; border-radius: 10px;
    margin-bottom: 14px;
}
.eit-comments__list .comment-author { font-weight: 700; margin-bottom: 6px; display: flex; align-items: center; gap: 10px; }
.eit-comments__list .comment-author img { border-radius: 50%; }
.eit-comments__list .comment-meta { font-size: .8rem; color: #888; margin-bottom: 8px; }
.eit-comments__list .comment-meta a { color: #888; text-decoration: none; }
.eit-comments__list .children { list-style: none; padding-left: 30px; margin-top: 12px; }
.eit-comments__closed { color: #888; font-style: italic; }

.eit-comment-form { margin-top: 1.5rem; }
.eit-comment-form input[type="text"],
.eit-comment-form input[type="email"],
.eit-comment-form input[type="url"],
.eit-comment-form textarea {
    width: 100%; padding: 12px 14px;
    border: 2px solid #e5e5e5; border-radius: 6px;
    font-family: inherit; font-size: .95rem;
    margin-bottom: 12px; transition: border-color .2s;
}
.eit-comment-form input:focus,
.eit-comment-form textarea:focus { border-color: var(--yellow); outline: none; }
.eit-comment-form textarea { resize: vertical; min-height: 100px; }
.eit-comment-form label { font-weight: 600; font-size: .85rem; color: #555; margin-bottom: 4px; display: block; }
.eit-comment-form button { cursor: pointer; }

/* ══════════════════════════════════════════
   SEARCH FORM
══════════════════════════════════════════ */
.eit-search-form {
    display: flex; gap: 6px; max-width: 480px; margin: 1rem auto;
}
.eit-search-form input[type="search"] {
    flex: 1; padding: 12px 16px;
    border: 2px solid #e5e5e5; border-radius: 6px;
    font-size: .95rem; transition: border-color .2s;
}
.eit-search-form input[type="search"]:focus { border-color: var(--yellow); outline: none; }
.eit-search-form button {
    background: var(--black); color: var(--yellow);
    border: none; border-radius: 6px;
    padding: 0 18px; font-size: 1.1rem;
    cursor: pointer; transition: background .2s;
}
.eit-search-form button:hover { background: var(--yellow); color: var(--black); }

/* ══════════════════════════════════════════
   NAVBAR CART PILL (when WC active)
══════════════════════════════════════════ */
.nav-cart-pill {
    position: relative;
    background: rgba(255,214,0,.15);
    color: var(--yellow);
    width: 42px; height: 42px;
    border-radius: 8px;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 1.05rem; text-decoration: none;
    transition: background .2s;
}
.nav-cart-pill:hover { background: var(--yellow); color: var(--black); }
.nav-cart-pill .cart-count {
    position: absolute; top: -4px; right: -4px;
    background: var(--green); color: var(--black);
    font-family: var(--font-mono); font-size: .7rem; font-weight: 700;
    min-width: 18px; height: 18px; border-radius: 9px;
    padding: 0 5px;
    display: inline-flex; align-items: center; justify-content: center;
    line-height: 1;
}

/* ══════════════════════════════════════════
   ACCESSIBILITY
══════════════════════════════════════════ */
.skip-link {
    position: absolute; top: -100px; left: 0;
    background: var(--yellow); color: var(--black);
    padding: 12px 20px; font-weight: 700;
    z-index: 9999; text-decoration: none;
}
.skip-link:focus { top: 0; }
.screen-reader-text {
    position: absolute !important;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0,0,0,0);
    white-space: nowrap; border: 0;
}

/* ══════════════════════════════════════════
   WIDGETS
══════════════════════════════════════════ */
.eit-widget { margin-bottom: 1.5rem; padding: 1.5rem; background: var(--gray); border-radius: 10px; }
.eit-widget__title { font-weight: 800; font-size: 1.05rem; margin-bottom: 1rem; }
.eit-widget ul { list-style: none; padding: 0; margin: 0; }
.eit-widget ul li { padding: 6px 0; border-bottom: 1px solid #e5e5e5; }
.eit-widget ul li:last-child { border-bottom: none; }
.eit-widget a { color: var(--black); text-decoration: none; }
.eit-widget a:hover { color: var(--green); }

/* ══════════════════════════════════════════
   WOOCOMMERCE BASIC OVERRIDES
══════════════════════════════════════════ */
.woocommerce ul.products li.product .button,
.woocommerce a.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce button.button.alt {
    background: var(--yellow) !important; color: var(--black) !important;
    font-weight: 800; text-transform: uppercase; letter-spacing: 1px;
    border-radius: 4px;
}
.woocommerce ul.products li.product .button:hover,
.woocommerce a.button.alt:hover { background: var(--green) !important; }
.woocommerce span.onsale {
    background: var(--green); color: var(--black);
    font-weight: 800; padding: 6px 12px; border-radius: 4px;
}
.woocommerce ul.products li.product .price { color: var(--black) !important; font-family: var(--font-mono); font-weight: 700; }
.woocommerce-message,
.woocommerce-info { border-top-color: var(--green); }
.woocommerce-error { border-top-color: #c00; }

/* ══════════════════════════════════════════
   RESPONSIVE EXTRAS
══════════════════════════════════════════ */
@media (max-width: 767px) {
    .eit-store-toolbar { flex-direction: column; align-items: stretch; }
    .eit-store-toolbar__sort { justify-content: flex-end; }
    .eit-related-course { flex-direction: column; text-align: center; }
    .eit-related-course__icon { margin: 0 auto; }
    .eit-attach-card { flex-wrap: wrap; }
    .eit-attach-card__action { width: 100%; }
    .eit-attach-card__action .btn-eit-primary { width: 100%; text-align: center; }
}

/* ============================================================
   FLOATING CALL BUTTON (FAB) + MODAL
   ============================================================ */

.eit-call-fab {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 0;
  background: var(--green);
  color: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(0, 200, 83, 0.45), 0 2px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 1040;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  padding: 0;
}

.eit-call-fab:hover,
.eit-call-fab:focus {
  transform: scale(1.08);
  background: #00e676;
  box-shadow: 0 12px 32px rgba(0, 200, 83, 0.55), 0 2px 8px rgba(0, 0, 0, 0.3);
  outline: none;
}

.eit-call-fab:active {
  transform: scale(0.96);
}

.eit-call-fab__icon {
  width: 28px;
  height: 28px;
  position: relative;
  z-index: 2;
  animation: eit-fab-shake 2.4s ease-in-out infinite;
  transform-origin: center;
}

/* Pulsing rings */
.eit-call-fab__pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--green);
  opacity: 0.55;
  z-index: 1;
  animation: eit-fab-pulse 2s ease-out infinite;
  pointer-events: none;
}

.eit-call-fab__pulse--2 {
  animation-delay: 1s;
}

@keyframes eit-fab-pulse {
  0% {
    transform: scale(1);
    opacity: 0.55;
  }
  100% {
    transform: scale(1.9);
    opacity: 0;
  }
}

/* Phone shake */
@keyframes eit-fab-shake {
  0%, 100%   { transform: rotate(0deg); }
  10%, 30%   { transform: rotate(-15deg); }
  20%, 40%   { transform: rotate(15deg); }
  50%        { transform: rotate(0deg); }
  /* 50%-100% — pause */
}

/* Respect motion preference */
@media (prefers-reduced-motion: reduce) {
  .eit-call-fab__icon,
  .eit-call-fab__pulse {
    animation: none;
  }
}

/* Mobile placement */
@media (max-width: 575px) {
  .eit-call-fab {
    right: 16px;
    bottom: 16px;
    width: 56px;
    height: 56px;
  }
  .eit-call-fab__icon {
    width: 24px;
    height: 24px;
  }
}

/* ── Modal ───────────────────────────────────────────────── */

.eit-call-modal .modal-content {
  background: var(--black);
  color: var(--white);
  border: 1px solid rgba(255, 214, 0, 0.18);
  border-radius: 16px;
  overflow: hidden;
}

.eit-call-modal .modal-header {
  background: linear-gradient(135deg, #161616 0%, #0d0d0d 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 1.5rem 1.75rem 1.25rem;
  align-items: flex-start;
}

.eit-call-modal .modal-title {
  color: var(--white);
  font-family: var(--font-heading, 'Barlow', sans-serif);
  font-weight: 800;
  font-size: 1.7rem;
  margin: 0;
  line-height: 1.15;
}

.eit-call-modal .modal-title .y {
  color: var(--yellow);
}

.eit-call-modal .modal-body {
  padding: 1.5rem 1.75rem 1.75rem;
}

.eit-call-modal__lede {
  color: #aaa;
  font-size: 0.95rem;
  margin-bottom: 1.25rem;
  line-height: 1.5;
}

.eit-call-modal .form-wrap--modal {
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.eit-call-modal .form-wrap--modal label {
  color: #ccc;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
  display: block;
}

.eit-call-modal .form-wrap--modal .form-control {
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  color: var(--white);
  border-radius: 8px;
  padding: 0.7rem 0.9rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.eit-call-modal .form-wrap--modal .form-control::placeholder {
  color: #555;
}

.eit-call-modal .form-wrap--modal .form-control:focus {
  background: #1a1a1a;
  border-color: var(--yellow);
  box-shadow: 0 0 0 3px rgba(255, 214, 0, 0.18);
  color: var(--white);
  outline: none;
}

.eit-call-modal__privacy {
  color: #666;
  font-size: 0.78rem;
  text-align: center;
  margin: 0.75rem 0 0;
  line-height: 1.5;
}

.eit-call-modal .btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
  opacity: 0.7;
}

.eit-call-modal .btn-close-white:hover {
  opacity: 1;
}

/* Tighten modal on phones */
@media (max-width: 575px) {
  .eit-call-modal .modal-header,
  .eit-call-modal .modal-body {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .eit-call-modal .modal-title {
    font-size: 1.4rem;
  }
}

/* ============================================================
   FAQ ACCORDION (course pages)
   ============================================================ */

.eit-faq-section {
  background: var(--gray, #0d0d0d);
  color: var(--white, #fff);
}

.eit-faq .accordion-item {
  background: #161616;
  border: 0.5px solid #232323;
  border-radius: 10px !important;
  margin-bottom: 10px;
  overflow: hidden;
}

.eit-faq .accordion-button {
  background: #161616;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  padding: 1rem 1.25rem;
  border: 0;
  box-shadow: none;
}

.eit-faq .accordion-button:not(.collapsed) {
  background: #1c1c1c;
  color: var(--yellow, #FFD600);
  box-shadow: none;
}

.eit-faq .accordion-button:focus {
  box-shadow: 0 0 0 2px rgba(255, 214, 0, 0.25);
}

.eit-faq .accordion-button::after {
  filter: invert(1) brightness(2);
  opacity: 0.5;
}

.eit-faq .accordion-button:not(.collapsed)::after {
  filter: invert(80%) sepia(80%) saturate(2000%) hue-rotate(2deg);
  opacity: 1;
}

.eit-faq .accordion-body {
  background: #161616;
  color: #ccc;
  padding: 0 1.25rem 1.25rem;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* ============================================================
   CELEBRATION OVERLAY (success after form submission)
   Apple-style minimalist confirmation
   ============================================================ */

.eit-celebrate {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.eit-celebrate--visible {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

.eit-celebrate__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.eit-celebrate__confetti {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.eit-celebrate__card {
  position: relative;
  z-index: 2;
  background: #161616;
  border: 1px solid rgba(255, 214, 0, 0.18);
  border-radius: 22px;
  padding: 48px 40px 36px;
  text-align: center;
  max-width: 420px;
  width: calc(100% - 40px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.6);
  transform: scale(0.85);
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.eit-celebrate--visible .eit-celebrate__card {
  transform: scale(1);
}

/* ── Animated checkmark (Apple-style) ── */

.eit-celebrate__check {
  width: 96px;
  height: 96px;
  margin: 0 auto 24px;
}

.eit-celebrate__check svg {
  width: 100%;
  height: 100%;
}

.eit-celebrate__check-circle {
  fill: none;
  stroke: var(--green, #00C853);
  stroke-width: 4;
  stroke-dasharray: 280;
  stroke-dashoffset: 280;
  animation: eit-circle-draw 0.55s ease-out 0.1s forwards;
}

.eit-celebrate__check-tick {
  stroke: var(--green, #00C853);
  stroke-width: 6;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 80;
  stroke-dashoffset: 80;
  animation: eit-tick-draw 0.4s ease-out 0.55s forwards;
}

@keyframes eit-circle-draw {
  to { stroke-dashoffset: 0; }
}

@keyframes eit-tick-draw {
  to { stroke-dashoffset: 0; }
}

/* ── Card text ── */

.eit-celebrate__title {
  color: #fff;
  font-family: var(--font-heading, 'Barlow', sans-serif);
  font-size: 2rem;
  font-weight: 800;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
}

.eit-celebrate__subtitle {
  color: #aaa;
  font-size: 0.95rem;
  line-height: 1.55;
  margin: 0 0 28px;
}

.eit-celebrate__close {
  background: var(--yellow, #FFD600);
  color: #0d0d0d;
  border: 0;
  padding: 12px 28px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  min-width: 140px;
  transition: transform 0.15s ease, background 0.15s ease;
}

.eit-celebrate__close:hover {
  background: #ffe34a;
  transform: scale(1.04);
}

.eit-celebrate__close:active {
  transform: scale(0.97);
}

/* ── Reduced motion ── */
@media (prefers-reduced-motion: reduce) {
  .eit-celebrate__card { transition: none; transform: scale(1); }
  .eit-celebrate__check-circle,
  .eit-celebrate__check-tick { animation: none; stroke-dashoffset: 0; }
}

/* Mobile tweaks */
@media (max-width: 480px) {
  .eit-celebrate__card {
    padding: 36px 24px 28px;
    border-radius: 20px;
  }
  .eit-celebrate__title { font-size: 1.6rem; }
  .eit-celebrate__check { width: 80px; height: 80px; margin-bottom: 18px; }
}
