/* ============================================================
   BLOG + SINGLE POST + EVENTS + ABOUT + ACHIEVEMENTS +
   AMBASSADORS + SECURITY CHECKLIST — pages-figma-2.css
   ============================================================ */

/* ── Shared wrapper resets ─────────────────────────────────── */
.blg-page-wrapper,
.sgl-page-wrapper,
.evts-page-wrapper,
.evt-page-wrapper,
.abt-page-wrapper,
.achv-page-wrapper,
.amb-page-wrapper,
.ldmg-page-wrapper {
    font-family: 'Plus Jakarta Sans', 'Proxima Nova', sans-serif;
    overflow-x: hidden;
    background: #f3f2f8;
    padding: 20px 0 0;
}

body.page-template-page-blog-figma #header-outer,
body.page-template-page-blog-figma #header-space,
body.page-template-page-blog-figma #footer-outer,
body.page-template-page-events-figma #header-outer,
body.page-template-page-events-figma #header-space,
body.page-template-page-events-figma #footer-outer,
body.page-template-page-event-figma #header-outer,
body.page-template-page-event-figma #header-space,
body.page-template-page-event-figma #footer-outer,
body.page-template-page-about-figma #header-outer,
body.page-template-page-about-figma #header-space,
body.page-template-page-about-figma #footer-outer,
body.page-template-page-achievements-figma #header-outer,
body.page-template-page-achievements-figma #header-space,
body.page-template-page-achievements-figma #footer-outer,
body.page-template-page-ambassadors-figma #header-outer,
body.page-template-page-ambassadors-figma #header-space,
body.page-template-page-ambassadors-figma #footer-outer,
body.page-template-page-security-checklist-figma #header-outer,
body.page-template-page-security-checklist-figma #header-space,
body.page-template-page-security-checklist-figma #footer-outer,
body.single-post #header-outer,
body.single-post #header-space,
body.page-template-page-modal-preview-figma #header-outer,
body.page-template-page-modal-preview-figma #header-space,
body.page-template-page-modal-preview-figma #footer-outer,
body.single-post #footer-outer { display: none !important; }

/* ── Shared dark hero (purple gradient) ────────────────────── */
.fig-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(140deg, #0d0630 0%, #1f0b55 25%, #3a1278 50%, #1a0945 75%, #0a051e 100%);
    max-width: 1240px;
    margin: 88px auto 0;
    border-radius: 22px;
}
.fig-hero-blob { position: absolute; border-radius: 50%; pointer-events: none; }
.fig-hero-blob-1 {
    width: 560px; height: 560px;
    background: radial-gradient(circle, #5C1CD1 0%, transparent 70%);
    top: -140px; right: 8%; opacity: 0.45;
}
.fig-hero-blob-2 {
    width: 380px; height: 380px;
    background: radial-gradient(circle, #3a12a0 0%, transparent 70%);
    bottom: -80px; right: 28%; opacity: 0.35;
}

/* ── Shared section card ───────────────────────────────────── */
.fig-section {
    max-width: 1240px;
    margin: 24px auto;
    background: #fff;
    border-radius: 22px;
    padding: 52px 56px;
}
.fig-section--dark {
    background: linear-gradient(140deg, #0d0630 0%, #1f0b55 40%, #3a1278 100%);
    position: relative;
    overflow: hidden;
}

/* ── Shared CTA section ────────────────────────────────────── */
.fig-cta {
    max-width: 1240px;
    margin: 20px auto 0;
    background: linear-gradient(140deg, #0d0630 0%, #1f0b55 40%, #3a1278 100%);
    border-radius: 22px;
    padding: 56px;
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
    overflow: hidden;
}
.fig-cta-blob {
    position: absolute; width: 400px; height: 400px; border-radius: 50%;
    background: radial-gradient(circle, #5C1CD1 0%, transparent 70%);
    right: -80px; bottom: -80px; opacity: 0.4; pointer-events: none;
}
.fig-cta-mascot { width: 180px; flex-shrink: 0; }
.fig-cta-mascot img { width: 100%; display: block; }
.fig-cta-body { position: relative; z-index: 2; flex: 1; }
.fig-cta-heading { font-size: clamp(26px,3.5vw,40px); font-weight: 800; color: #fff; margin: 0 0 12px; line-height: 1.15; letter-spacing: -.8px; }
.fig-cta-desc { font-size: 16px; color: rgba(255,255,255,.75); margin: 0 0 28px; max-width: 480px; line-height: 1.6; }
.fig-cta-btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 14px 32px; background: #fff; color: #1a1a2e;
    font-size: 15px; font-weight: 700; font-family: inherit;
    border-radius: 50px; text-decoration: none;
    transition: background .2s, transform .15s;
}
.fig-cta-btn:hover { background: #f0eeff; transform: translateX(3px); }

/* ── Shared section headings ───────────────────────────────── */
.fig-eyebrow {
    font-size: 12px; font-weight: 600; letter-spacing: 2.5px;
    text-transform: uppercase; color: #4B23B0; margin-bottom: 14px;
}
.fig-section-heading {
    font-size: clamp(24px,3vw,36px); font-weight: 800; color: #1a1a2e;
    margin: 0 0 16px; letter-spacing: -.8px; line-height: 1.15;
}
.fig-section-desc { font-size: 16px; line-height: 1.7; color: #4A4A6A; margin: 0 0 36px; max-width: 640px; }

/* ═══════════════════════════════════════════════════════════
   BLOG LISTING PAGE
═══════════════════════════════════════════════════════════ */

.blg-hero-inner {
    position: relative; z-index: 10;
    display: flex; align-items: center; justify-content: space-between;
    gap: 60px; padding: 58px 56px 56px;
    max-width: 1240px; margin: 0 auto;
}
.blg-hero-content { flex: 1 1 auto; max-width: 520px; }
.blg-hero-label { font-size: 12px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: rgba(255,255,255,.45); margin-bottom: 16px; }
.blg-hero-heading { font-size: clamp(36px,4.5vw,54px); font-weight: 800; color: #fff; line-height: 1.1; letter-spacing: -1.5px; margin: 0 0 18px; }
.blg-hero-desc { font-size: 16px; line-height: 1.65; color: rgba(255,255,255,.7); margin: 0 0 28px; }
.blg-hero-btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 12px 28px; background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.25); color: #fff;
    font-size: 14px; font-weight: 700; font-family: inherit;
    border-radius: 50px; text-decoration: none; transition: background .2s;
}
.blg-hero-btn:hover { background: rgba(255,255,255,.2); }

.blg-hero-photos { flex: 0 0 auto; position: relative; width: 340px; height: 260px; }
.blg-hero-photo { position: absolute; border-radius: 14px; overflow: hidden; box-shadow: 0 16px 48px rgba(0,0,0,.35); }
.blg-hero-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.blg-hero-photo-a { width: 200px; height: 220px; top: 0; left: 0; z-index: 2; }
.blg-hero-photo-b { width: 180px; height: 190px; bottom: 0; right: 0; z-index: 3; }

/* ── Blog filters + grid ───────────────────────────────────── */
.blg-main { max-width: 1240px; margin: 24px auto; padding: 0 20px; }

.blg-filters-bar {
    background: #fff; border-radius: 50px;
    display: inline-flex; gap: 4px; padding: 4px;
    margin-bottom: 32px; box-shadow: 0 2px 12px rgba(0,0,0,.08);
}
.blg-filter-btn {
    padding: 9px 22px; border: none; background: transparent;
    border-radius: 50px; font-size: 14px; font-weight: 600;
    font-family: inherit; color: #555; cursor: pointer;
    transition: background .2s, color .2s;
}
.blg-filter-btn:hover { background: #f0eeff; color: #4B23B0; }
.blg-filter-btn.is-active { background: #1a1a2e; color: #fff; }

.blg-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-bottom: 36px; }

.blg-card {
    background: #fff; border-radius: 16px; overflow: hidden;
    text-decoration: none; display: block;
    box-shadow: 0 2px 12px rgba(0,0,0,.07);
    transition: transform .2s, box-shadow .2s;
}
.blg-card:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(0,0,0,.13); }
.blg-card.is-hidden { display: none; }

.blg-card-img { aspect-ratio: 16/10; background: #e8e5f4; overflow: hidden; }
.blg-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s; }
.blg-card:hover .blg-card-img img { transform: scale(1.03); }

.blg-card-body { padding: 18px 20px 22px; }
.blg-card-tags { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 8px; }
.blg-card-tag { font-size: 11px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: #6B4EFF; background: #f0eeff; border-radius: 50px; padding: 3px 10px; }
.blg-card-title { font-size: 16px; font-weight: 700; color: #1a1a2e; margin: 0 0 8px; line-height: 1.4; }
.blg-card-meta { font-size: 12px; color: #aaa; display: flex; gap: 10px; align-items: center; }
.blg-card-excerpt { font-size: 13.5px; color: #6A6A8A; line-height: 1.6; margin: 8px 0 0; }

.blg-load-more-wrap { text-align: center; margin-bottom: 16px; }
.blg-load-more-btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 12px 32px; border: 2px solid #ddd; background: #fff;
    border-radius: 50px; font-size: 14px; font-weight: 700;
    font-family: inherit; color: #1a1a2e; cursor: pointer;
    transition: border-color .2s, background .2s;
}
.blg-load-more-btn:hover { border-color: #4B23B0; background: #f5f2ff; }
.blg-load-more-btn.is-hidden { display: none; }

/* ── Podcast section ───────────────────────────────────────── */
.blg-podcast {
    max-width: 1240px; margin: 20px auto;
    background: linear-gradient(135deg, #0d0630 0%, #1f0b55 50%, #3a1278 100%);
    border-radius: 22px; padding: 44px 52px;
    display: flex; align-items: center; gap: 48px;
    position: relative; overflow: hidden;
}
.blg-podcast-blob {
    position: absolute; width: 360px; height: 360px; border-radius: 50%;
    background: radial-gradient(circle, #5C1CD1 0%, transparent 70%);
    right: -60px; top: -60px; opacity: 0.35; pointer-events: none;
}
.blg-podcast-content { position: relative; z-index: 2; flex: 1; }
.blg-podcast-label { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: 10px; }
.blg-podcast-heading { font-size: clamp(22px,2.5vw,30px); font-weight: 800; color: #fff; margin: 0 0 12px; line-height: 1.2; }
.blg-podcast-desc { font-size: 15px; color: rgba(255,255,255,.7); margin: 0 0 24px; line-height: 1.6; max-width: 480px; }
.blg-podcast-links { display: flex; gap: 12px; flex-wrap: wrap; }
.blg-podcast-link {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 10px 20px; border-radius: 50px; font-size: 13px;
    font-weight: 700; font-family: inherit; text-decoration: none;
    border: 1.5px solid rgba(255,255,255,.25); color: #fff;
    background: rgba(255,255,255,.08); transition: background .2s;
}
.blg-podcast-link:hover { background: rgba(255,255,255,.18); }
.blg-podcast-img { flex: 0 0 auto; width: 280px; border-radius: 14px; overflow: hidden; }
.blg-podcast-img img { width: 100%; display: block; border-radius: 14px; }

/* ═══════════════════════════════════════════════════════════
   SINGLE BLOG POST
═══════════════════════════════════════════════════════════ */

.sgl-hero {
    position: relative; overflow: hidden;
    background: linear-gradient(140deg, #0d0630 0%, #1f0b55 30%, #3a1278 60%, #1a0945 100%);
    max-width: 1240px; margin: 88px auto 0; border-radius: 22px;
    padding: 52px 56px 56px;
}
.sgl-hero-blob { position: absolute; border-radius: 50%; pointer-events: none; }
.sgl-hero-blob-1 { width: 480px; height: 480px; background: radial-gradient(circle,#5C1CD1 0%,transparent 70%); top: -120px; right: 5%; opacity: .45; }

.sgl-hero-inner { position: relative; z-index: 10; max-width: 800px; }
.sgl-hero-cats { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 18px; }
.sgl-hero-cat { font-size: 11px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: rgba(255,255,255,.8); background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); border-radius: 50px; padding: 4px 12px; }
.sgl-hero-title { font-size: clamp(28px,4vw,46px); font-weight: 800; color: #fff; line-height: 1.1; letter-spacing: -1.2px; margin: 0 0 20px; }
.sgl-hero-meta { display: flex; align-items: center; gap: 20px; font-size: 13px; color: rgba(255,255,255,.55); flex-wrap: wrap; }
.sgl-hero-author { display: flex; align-items: center; gap: 8px; }
.sgl-hero-avatar { width: 32px; height: 32px; border-radius: 50%; overflow: hidden; background: rgba(255,255,255,.2); flex-shrink: 0; }
.sgl-hero-avatar img { width: 100%; height: 100%; object-fit: cover; }

/* Article body */
.sgl-body { max-width: 1240px; margin: 24px auto; display: grid; grid-template-columns: 1fr 300px; gap: 20px; align-items: start; }
.sgl-content-wrap { background: #fff; border-radius: 22px; overflow: hidden; }
.sgl-featured-img { width: 100%; aspect-ratio: 16/9; overflow: hidden; background: #e8e5f4; }
.sgl-featured-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sgl-content { padding: 48px 52px; }

/* Pullquote */
.sgl-pullquote {
    background: #f7f6fd; border-left: 4px solid #4B23B0;
    border-radius: 0 12px 12px 0; padding: 20px 24px;
    margin: 28px 0; font-size: 18px; font-weight: 700;
    font-style: italic; color: #1a1a2e; line-height: 1.5;
}

/* Content typography */
.sgl-content h1,.sgl-content h2 { font-size: clamp(20px,2.2vw,26px); font-weight: 800; color: #1a1a2e; margin: 36px 0 14px; letter-spacing: -.4px; }
.sgl-content h3 { font-size: 19px; font-weight: 700; color: #1a1a2e; margin: 28px 0 10px; }
.sgl-content p { font-size: 16px; line-height: 1.8; color: #4A4A6A; margin: 0 0 18px; }
.sgl-content ul,.sgl-content ol { padding-left: 24px; margin: 0 0 18px; }
.sgl-content li { font-size: 16px; line-height: 1.75; color: #4A4A6A; margin-bottom: 6px; }
.sgl-content a { color: #4B23B0; text-decoration: underline; }
.sgl-content img { max-width: 100%; border-radius: 12px; margin: 16px 0; }
.sgl-content blockquote { background: #f7f6fd; border-left: 4px solid #4B23B0; border-radius: 0 12px 12px 0; padding: 20px 24px; margin: 24px 0; font-size: 17px; font-style: italic; color: #1a1a2e; }

/* Sidebar */
.sgl-sidebar { display: flex; flex-direction: column; gap: 20px; }
.sgl-sidebar-card { background: #fff; border-radius: 18px; padding: 28px 24px; }
.sgl-sidebar-heading { font-size: 14px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: #1a1a2e; margin: 0 0 16px; }
.sgl-author-card { text-align: left; }
.sgl-author-avatar { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; display: block; margin: 0 0 18px; background: #e8e5f4; }
.sgl-author-name { font-size: 18px; font-weight: 800; color: #1a1a2e; margin: -6px 0 8px; line-height: 1.25; }
.sgl-author-bio { font-size: 13.5px; line-height: 1.65; color: #5f5f78; margin: 0; }
.sgl-topic-list { display: flex; flex-wrap: wrap; gap: 8px; }
.sgl-topic-link { display: inline-flex; align-items: center; min-height: 30px; padding: 6px 12px; border-radius: 50px; background: #f0eeff; color: #4B23B0; font-size: 12px; font-weight: 700; line-height: 1.2; text-decoration: none; }
.sgl-topic-link:hover { background: #e4defc; color: #32167e; }
.sgl-takeaways { background: #f7f6fd; border-radius: 16px; padding: 24px 28px; margin: 0 0 28px; }
.sgl-takeaways h2 { margin-top: 0 !important; }
.sgl-takeaways ul { margin-bottom: 0; }
.sgl-content .vc_row,
.sgl-content .wpb_row,
.sgl-content .row,
.sgl-content .span_12,
.sgl-content .vc_column_container {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.sgl-content .vc_column_container > .vc_column-inner,
.sgl-content .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.sgl-content .wpb_content_element { margin-bottom: 18px; }
.sgl-content .divider-wrap { margin: 10px 0; }
.sgl-content .img-with-animation { height: auto; }

/* Newsletter inline CTA */
.sgl-newsletter {
    background: linear-gradient(135deg, #0d0630 0%, #3a1278 100%);
    border-radius: 18px; padding: 32px 36px; margin: 36px 0;
    position: relative; overflow: hidden;
}
.sgl-newsletter-blob { position: absolute; width: 200px; height: 200px; border-radius: 50%; background: radial-gradient(circle,#5C1CD1 0%,transparent 70%); right: -30px; bottom: -30px; opacity: .4; pointer-events: none; }
.sgl-newsletter-heading { font-size: 18px; font-weight: 800; color: #fff; margin: 0 0 8px; position: relative; z-index: 2; }
.sgl-newsletter-desc { font-size: 14px; color: rgba(255,255,255,.7); margin: 0 0 20px; position: relative; z-index: 2; }
.sgl-newsletter-form { display: flex; gap: 10px; position: relative; z-index: 2; }
.sgl-newsletter-input { flex: 1; padding: 11px 16px; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.1); border-radius: 8px; color: #fff; font-size: 14px; font-family: inherit; outline: none; }
.sgl-newsletter-input::placeholder { color: rgba(255,255,255,.5); }
.sgl-newsletter-btn { display: inline-flex; align-items: center; justify-content: center; padding: 11px 22px; background: #fff; color: #1a1a2e; font-size: 14px; font-weight: 700; font-family: inherit; border: none; border-radius: 8px; cursor: pointer; white-space: nowrap; text-decoration: none; transition: background .2s; position: relative; z-index: 2; }
.sgl-newsletter-btn:hover { background: #f0eeff; }

/* Related posts */
.sgl-related { max-width: 1240px; margin: 20px auto; background: #fff; border-radius: 22px; padding: 44px 52px; }
.sgl-related-heading { font-size: 22px; font-weight: 800; color: #1a1a2e; margin: 0 0 28px; }
.sgl-related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }

/* ═══════════════════════════════════════════════════════════
   EVENTS LISTING (Bring Slingshot to Your Stage)
═══════════════════════════════════════════════════════════ */

.evts-hero-inner {
    position: relative; z-index: 10;
    display: flex; align-items: center; justify-content: space-between;
    gap: 60px; padding: 58px 56px 56px;
    max-width: 1240px; margin: 0 auto;
}
.evts-hero-content { flex: 1 1 auto; max-width: 560px; }
.evts-hero-heading { font-size: clamp(36px,4.5vw,54px); font-weight: 800; color: #fff; line-height: 1.1; letter-spacing: -1.5px; margin: 0 0 18px; }
.evts-hero-desc { font-size: 16px; line-height: 1.65; color: rgba(255,255,255,.7); margin: 0 0 28px; }
.evts-hero-btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 28px; background: #fff; color: #1a1a2e; font-size: 14px; font-weight: 700; font-family: inherit; border-radius: 50px; text-decoration: none; transition: background .2s, transform .15s; }
.evts-hero-btn:hover { background: #f0eeff; transform: translateX(2px); }
.evts-hero-photo { flex: 0 0 auto; width: 340px; height: 260px; position: relative; }
.evts-hero-photo-a,.evts-hero-photo-b { position: absolute; border-radius: 14px; overflow: hidden; box-shadow: 0 16px 48px rgba(0,0,0,.35); }
.evts-hero-photo-a img,.evts-hero-photo-b img { width: 100%; height: 100%; object-fit: cover; display: block; }
.evts-hero-photo-a { width: 200px; height: 220px; top: 0; left: 0; z-index: 2; }
.evts-hero-photo-b { width: 180px; height: 190px; bottom: 0; right: 0; z-index: 3; }

/* Upcoming events horizontal scroll */
.evts-upcoming-section { max-width: 1240px; margin: 24px auto; background: #fff; border-radius: 22px; padding: 44px 52px; }
.evts-upcoming-heading { font-size: 22px; font-weight: 800; color: #1a1a2e; margin: 0 0 28px; }
.evts-upcoming-scroll { display: flex; gap: 20px; overflow-x: auto; padding-bottom: 12px; scrollbar-width: none; }
.evts-upcoming-scroll::-webkit-scrollbar { display: none; }
.evts-upcoming-card { flex: 0 0 300px; background: #f7f6fd; border-radius: 16px; overflow: hidden; text-decoration: none; display: block; transition: transform .2s; }
.evts-upcoming-card:hover { transform: translateY(-3px); }
.evts-upcoming-img { height: 180px; overflow: hidden; background: #e0ddf5; }
.evts-upcoming-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.evts-upcoming-body { padding: 20px; }
.evts-upcoming-date { font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #4B23B0; margin-bottom: 8px; }
.evts-upcoming-title { font-size: 16px; font-weight: 700; color: #1a1a2e; margin: 0 0 8px; line-height: 1.35; }
.evts-upcoming-location { font-size: 13px; color: #888; }
.evts-upcoming-cta { display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; font-size: 13px; font-weight: 700; color: #4B23B0; text-decoration: none; }

/* Past events / Where We've Shared expertise */
.evts-past-section { max-width: 1240px; margin: 20px auto; background: #fff; border-radius: 22px; padding: 44px 52px; }
.evts-past-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 28px; }
.evts-past-card { border-radius: 14px; overflow: hidden; text-decoration: none; display: block; background: #f7f6fd; transition: transform .2s; }
.evts-past-card:hover { transform: translateY(-3px); }
.evts-past-img { height: 160px; overflow: hidden; background: #e0ddf5; }
.evts-past-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.evts-past-body { padding: 16px 18px; }
.evts-past-title { font-size: 15px; font-weight: 700; color: #1a1a2e; margin: 0 0 6px; line-height: 1.3; }
.evts-past-meta { font-size: 12px; color: #888; }

/* Speaker spotlights */
.evts-speakers-section { max-width: 1240px; margin: 20px auto; background: #fff; border-radius: 22px; padding: 44px 52px; }
.evts-speakers-list { display: flex; flex-direction: column; gap: 16px; margin-top: 28px; }
.evts-speaker-card {
    display: grid; grid-template-columns: auto 1fr;
    gap: 20px; align-items: center;
    background: linear-gradient(135deg, #0d0630 0%, #1f0b55 60%, #3a1278 100%);
    border-radius: 16px; padding: 28px 32px;
    position: relative; overflow: hidden;
}
.evts-speaker-blob { position: absolute; width: 200px; height: 200px; border-radius: 50%; background: radial-gradient(circle,#5C1CD1 0%,transparent 70%); right: -40px; top: -40px; opacity: .35; pointer-events: none; }
.evts-speaker-avatar { width: 72px; height: 72px; border-radius: 50%; overflow: hidden; background: rgba(255,255,255,.15); flex-shrink: 0; position: relative; z-index: 2; }
.evts-speaker-avatar img { width: 100%; height: 100%; object-fit: cover; }
.evts-speaker-info { position: relative; z-index: 2; }
.evts-speaker-name { font-size: 18px; font-weight: 800; color: #fff; margin: 0 0 4px; }
.evts-speaker-role { font-size: 13px; color: rgba(255,255,255,.6); margin-bottom: 12px; }
.evts-speaker-bio { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,.75); }

/* Speaker list (collapsed rows) */
.evts-speakers-rows { margin-top: 24px; display: flex; flex-direction: column; gap: 1px; }
.evts-speaker-row { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 16px; padding: 16px 0; border-bottom: 1px solid #f0eeff; }
.evts-speaker-row-avatar { width: 48px; height: 48px; border-radius: 50%; overflow: hidden; background: #e8e5f4; }
.evts-speaker-row-avatar img { width: 100%; height: 100%; object-fit: cover; }
.evts-speaker-row-name { font-size: 15px; font-weight: 700; color: #1a1a2e; }
.evts-speaker-row-title { font-size: 12px; color: #888; }
.evts-speaker-row-desc { font-size: 14px; color: #4A4A6A; line-height: 1.6; }

/* Request speaker form */
.evts-form-section {
    max-width: 1240px; margin: 20px auto;
    background: linear-gradient(140deg, #0d0630 0%, #1f0b55 40%, #3a1278 100%);
    border-radius: 22px; padding: 56px;
    display: grid; grid-template-columns: 1fr 420px; gap: 60px; align-items: center;
    position: relative; overflow: hidden;
}
.evts-form-blob { position: absolute; width: 360px; height: 360px; border-radius: 50%; background: radial-gradient(circle,#5C1CD1 0%,transparent 70%); left: -80px; bottom: -80px; opacity: .35; pointer-events: none; }
.evts-form-content { position: relative; z-index: 2; }
.evts-form-heading { font-size: clamp(26px,3vw,38px); font-weight: 800; color: #fff; margin: 0 0 14px; line-height: 1.15; letter-spacing: -.8px; }
.evts-form-desc { font-size: 16px; color: rgba(255,255,255,.7); line-height: 1.65; }
.evts-form-card { background: #fff; border-radius: 18px; padding: 32px; position: relative; z-index: 2; }
.evts-form-card-heading { font-size: 20px; font-weight: 800; color: #1a1a2e; margin: 0 0 20px; }

/* ═══════════════════════════════════════════════════════════
   SINGLE EVENT PAGE (e.g. Louisville AI Exchange)
═══════════════════════════════════════════════════════════ */

.evt-hero-inner {
    position: relative; z-index: 10;
    display: flex; align-items: center; justify-content: space-between;
    gap: 60px; padding: 56px 56px 56px;
    max-width: 1240px; margin: 0 auto;
}
.evt-hero-content { flex: 1; max-width: 560px; }
.evt-hero-label { font-size: 12px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: rgba(255,255,255,.45); margin-bottom: 16px; }
.evt-hero-heading { font-size: clamp(30px,4vw,46px); font-weight: 800; color: #fff; line-height: 1.1; letter-spacing: -1.2px; margin: 0 0 14px; }
.evt-hero-sub { font-size: 15px; color: rgba(255,255,255,.65); margin: 0 0 28px; line-height: 1.6; max-width: 440px; }
.evt-hero-btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 28px; background: #fff; color: #1a1a2e; font-size: 14px; font-weight: 700; font-family: inherit; border-radius: 50px; text-decoration: none; transition: background .2s, transform .15s; }
.evt-hero-btn:hover { background: #f0eeff; transform: translateX(2px); }
.evt-hero-img { flex: 0 0 auto; width: 320px; border-radius: 14px; overflow: hidden; box-shadow: 0 20px 56px rgba(0,0,0,.35); }
.evt-hero-img img { width: 100%; display: block; }

/* What It Is */
.evt-what-section { max-width: 1240px; margin: 24px auto; background: #fff; border-radius: 22px; padding: 44px 52px; }
.evt-what-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 28px; }
.evt-what-card { background: #f7f6fd; border-radius: 16px; padding: 28px 24px; }
.evt-what-icon { width: 44px; height: 44px; margin-bottom: 14px; }
.evt-what-heading { font-size: 16px; font-weight: 800; color: #1a1a2e; margin: 0 0 8px; }
.evt-what-desc { font-size: 14px; color: #4A4A6A; line-height: 1.65; }

/* Next meetup featured */
.evt-next-section { max-width: 1240px; margin: 20px auto; }
.evt-next-card {
    background: linear-gradient(135deg, #0d0630 0%, #1f0b55 50%, #3a1278 100%);
    border-radius: 22px; padding: 44px 52px;
    display: grid; grid-template-columns: 1fr 360px; gap: 48px; align-items: center;
    position: relative; overflow: hidden;
}
.evt-next-blob { position: absolute; width: 300px; height: 300px; border-radius: 50%; background: radial-gradient(circle,#5C1CD1 0%,transparent 70%); right: -60px; bottom: -60px; opacity: .4; pointer-events: none; }
.evt-next-content { position: relative; z-index: 2; }
.evt-next-label { font-size: 12px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.45); margin-bottom: 10px; }
.evt-next-date { font-size: 13px; color: rgba(255,255,255,.6); margin-bottom: 14px; }
.evt-next-heading { font-size: clamp(20px,2.5vw,28px); font-weight: 800; color: #fff; margin: 0 0 12px; line-height: 1.2; }
.evt-next-desc { font-size: 15px; color: rgba(255,255,255,.7); margin: 0 0 24px; line-height: 1.6; }
.evt-next-btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 26px; background: #fff; color: #1a1a2e; font-size: 14px; font-weight: 700; font-family: inherit; border-radius: 50px; text-decoration: none; transition: background .2s; }
.evt-next-btn:hover { background: #f0eeff; }
.evt-next-speaker { position: relative; z-index: 2; }
.evt-next-speaker-img { border-radius: 16px; overflow: hidden; width: 100%; aspect-ratio: 4/5; background: rgba(255,255,255,.1); }
.evt-next-speaker-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.evt-next-speaker-name { font-size: 15px; font-weight: 700; color: #fff; margin-top: 14px; }
.evt-next-speaker-role { font-size: 13px; color: rgba(255,255,255,.6); }

/* Past topics */
.evt-topics-section { max-width: 1240px; margin: 20px auto; background: #fff; border-radius: 22px; padding: 44px 52px; }
.evt-topics-list { display: flex; flex-direction: column; gap: 16px; margin-top: 24px; }
.evt-topic { display: grid; grid-template-columns: 200px 1fr; gap: 24px; align-items: center; padding: 20px; background: #f7f6fd; border-radius: 14px; text-decoration: none; transition: background .2s; }
.evt-topic:hover { background: #eeebff; }
.evt-topic-img { border-radius: 10px; overflow: hidden; height: 120px; background: #e0ddf5; }
.evt-topic-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.evt-topic-date { font-size: 12px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: #4B23B0; margin-bottom: 6px; }
.evt-topic-title { font-size: 16px; font-weight: 700; color: #1a1a2e; margin: 0; line-height: 1.35; }
.evt-topic-desc { font-size: 13.5px; color: #888; margin-top: 6px; line-height: 1.5; }

/* Partner section */
.evt-partner-section {
    max-width: 1240px; margin: 20px auto;
    display: grid; grid-template-columns: 1fr 380px; gap: 32px; align-items: start;
}
.evt-partner-content { background: #fff; border-radius: 22px; padding: 44px 48px; }
.evt-partner-form { background: #fff; border-radius: 22px; padding: 36px 32px; }
.evt-sponsors-section { max-width: 1240px; margin: 20px auto; background: #fff; border-radius: 22px; padding: 32px 52px; }
.evt-sponsors-label { font-size: 12px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: #aaa; margin-bottom: 20px; }
.evt-sponsors-logos { display: flex; align-items: center; gap: 40px; flex-wrap: wrap; }
.evt-sponsor-logo { max-height: 36px; opacity: 0.6; filter: grayscale(1); transition: opacity .2s, filter .2s; }
.evt-sponsor-logo:hover { opacity: 1; filter: none; }

/* ═══════════════════════════════════════════════════════════
   ABOUT US PAGE
═══════════════════════════════════════════════════════════ */

.abt-hero-inner {
    position: relative; z-index: 10;
    display: grid; grid-template-columns: 1fr 400px; gap: 48px;
    padding: 58px 56px 56px; max-width: 1240px; margin: 0 auto; align-items: center;
}
.abt-hero-label { font-size: 12px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: rgba(255,255,255,.45); margin-bottom: 16px; }
.abt-hero-heading { font-size: clamp(36px,4.5vw,54px); font-weight: 800; color: #fff; line-height: 1.1; letter-spacing: -1.5px; margin: 0 0 18px; }
.abt-hero-desc { font-size: 16px; line-height: 1.65; color: rgba(255,255,255,.7); margin: 0 0 28px; max-width: 440px; }
.abt-hero-btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 28px; background: #fff; color: #1a1a2e; font-size: 14px; font-weight: 700; font-family: inherit; border-radius: 50px; text-decoration: none; transition: background .2s; }
.abt-hero-btn:hover { background: #f0eeff; }
.abt-hero-photos { position: relative; }
.abt-hero-photo-a,.abt-hero-photo-b { position: absolute; border-radius: 14px; overflow: hidden; box-shadow: 0 16px 48px rgba(0,0,0,.35); }
.abt-hero-photo-a,.abt-hero-photo-b { position: relative; border-radius: 14px; overflow: hidden; width: 100%; }
.abt-hero-photo-a img,.abt-hero-photo-b img { width: 100%; display: block; }

/* Stats row */
.abt-stats-section { max-width: 1240px; margin: 24px auto; background: #fff; border-radius: 22px; padding: 44px 52px; }
.abt-stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; margin-top: 28px; }
.abt-stat { text-align: center; padding: 20px 16px; background: #f7f6fd; border-radius: 16px; }
.abt-stat-number { font-size: clamp(32px,3.5vw,48px); font-weight: 800; color: #4B23B0; line-height: 1; margin-bottom: 8px; }
.abt-stat-label { font-size: 14px; color: #4A4A6A; line-height: 1.4; }

/* Story section */
.abt-story-section { max-width: 1240px; margin: 20px auto; background: #fff; border-radius: 22px; padding: 44px 52px; display: grid; grid-template-columns: 1fr 440px; gap: 52px; align-items: center; }
.abt-story-imgs { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.abt-story-img { border-radius: 12px; overflow: hidden; }
.abt-story-img img { width: 100%; display: block; object-fit: cover; }
.abt-story-img:first-child { grid-row: span 2; }

/* Team grid */
.abt-team-section { max-width: 1240px; margin: 20px auto; background: #fff; border-radius: 22px; padding: 44px 52px; }
.abt-team-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 20px; margin-top: 32px; }
.abt-team-card { text-align: center; }
.abt-team-photo { width: 100%; aspect-ratio: 1; border-radius: 14px; overflow: hidden; background: #e8e5f4; margin-bottom: 12px; }
.abt-team-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.abt-team-name { font-size: 14px; font-weight: 700; color: #1a1a2e; margin-bottom: 4px; }
.abt-team-role { font-size: 12px; color: #888; }

/* Testimonial */
.abt-testimonial-section { max-width: 1240px; margin: 20px auto; background: #fff; border-radius: 22px; padding: 44px 52px; }
.abt-testimonials-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; margin-top: 28px; }
.abt-testimonial-card { background: #f7f6fd; border-radius: 16px; padding: 28px; }
.abt-testimonial-quote { font-size: 16px; font-style: italic; color: #1a1a2e; line-height: 1.65; margin: 0 0 20px; }
.abt-testimonial-person { display: flex; align-items: center; gap: 12px; }
.abt-testimonial-avatar { width: 44px; height: 44px; border-radius: 50%; overflow: hidden; background: #e0ddf5; flex-shrink: 0; }
.abt-testimonial-avatar img { width: 100%; height: 100%; object-fit: cover; }
.abt-testimonial-name { font-size: 14px; font-weight: 700; color: #1a1a2e; }
.abt-testimonial-company { font-size: 12px; color: #888; }

body.page-template-page-about-figma {
    background: #fff;
}

body.page-template-page-about-figma .home-site-header--light {
    background: #f1f0f8 !important;
}

body.page-template-page-about-figma .abt-page-wrapper {
    padding: 0;
    overflow: visible;
    background: #fff;
    color: #282828;
}

body.page-template-page-about-figma .fig-section-heading {
    margin: 0;
    color: #282828;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
}

body.page-template-page-about-figma .fig-eyebrow {
    margin-bottom: 16px;
    color: #6f2fd0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
}

body.page-template-page-about-figma .fig-hero {
    width: calc(100% - 24px);
    max-width: none;
    min-height: 502px;
    margin: 96px auto 0;
    border-radius: 22px;
    background:
        radial-gradient(circle at 18% -11%, rgba(255,255,255,.14) 0 28%, transparent 28.4%),
        radial-gradient(circle at 68% 28%, rgba(255,255,255,.13) 0 18%, transparent 18.4%),
        radial-gradient(circle at 38% 111%, rgba(255,255,255,.12) 0 28%, transparent 28.4%),
        radial-gradient(circle at 94% 98%, rgba(255,255,255,.13) 0 27%, transparent 27.4%),
        linear-gradient(119deg, #8f19d2 0%, #6f2fd0 31%, #4644af 58%, #00518c 100%);
}

body.page-template-page-about-figma .fig-hero-blob {
    background: transparent;
    border: 2px solid rgba(255,255,255,.08);
    opacity: 1;
}

body.page-template-page-about-figma .fig-hero-blob-1 {
    width: 650px;
    height: 650px;
    top: -222px;
    left: -10px;
    right: auto;
}

body.page-template-page-about-figma .fig-hero-blob-2 {
    width: 580px;
    height: 580px;
    top: 238px;
    right: 414px;
    bottom: auto;
}

body.page-template-page-about-figma .abt-hero-inner {
    width: 100%;
    min-height: 502px;
    display: grid;
    grid-template-columns: minmax(0, 560px) minmax(0, 1fr);
    gap: 58px;
    align-items: center;
    padding: 0 88px;
    max-width: none;
    margin: 0;
}

body.page-template-page-about-figma .abt-hero-content {
    max-width: 560px;
}

body.page-template-page-about-figma .abt-hero-label {
    display: none;
}

body.page-template-page-about-figma .abt-hero-heading {
    max-width: 560px;
    margin: 0 0 18px;
    color: #fff;
    font-size: 58px;
    font-weight: 400;
    line-height: 1.22;
    letter-spacing: 0;
}

body.page-template-page-about-figma .abt-hero-desc {
    max-width: 560px;
    margin: 0 0 32px;
    color: rgba(255,255,255,.96);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0;
}

body.page-template-page-about-figma .abt-hero-btn,
body.page-template-page-about-figma .fig-cta-btn {
    min-width: 178px;
    height: 49px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px !important;
    background: #fff;
    color: #242424;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-decoration: none;
    box-shadow: none;
}

body.page-template-page-about-figma .abt-hero-btn:hover,
body.page-template-page-about-figma .fig-cta-btn:hover {
    background: #fff;
}

body.page-template-page-about-figma .abt-hero-photos {
    position: relative;
    height: 358px;
}

body.page-template-page-about-figma .abt-hero-photo {
    position: absolute;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 18px;
    background: rgba(255,255,255,.14);
    box-shadow: 0 20px 60px rgba(0,0,0,.18);
}

body.page-template-page-about-figma .abt-hero-photo-a {
    width: 356px;
    height: 286px;
    top: 32px;
    right: 224px;
}

body.page-template-page-about-figma .abt-hero-photo-b {
    width: 302px;
    height: 302px;
    top: 0;
    right: 0;
}

body.page-template-page-about-figma .abt-hero-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.abt-section-head {
    margin-bottom: 28px;
}

.abt-section-head--split {
    display: grid;
    grid-template-columns: minmax(0, 520px) minmax(0, 540px);
    align-items: end;
    justify-content: space-between;
    gap: 56px;
}

.abt-section-head--split p {
    margin: 0;
    color: #575757;
    font-size: 16px;
    line-height: 1.5;
}

body.page-template-page-about-figma .abt-stats-section,
body.page-template-page-about-figma .abt-story-section,
body.page-template-page-about-figma .abt-values-section,
body.page-template-page-about-figma .abt-expertise-section,
body.page-template-page-about-figma .abt-team-section,
body.page-template-page-about-figma .abt-testimonial-section {
    width: 1240px;
    max-width: calc(100% - 200px);
    margin: 98px auto 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
}

body.page-template-page-about-figma .abt-story-section,
body.page-template-page-about-figma .abt-testimonial-section {
    display: grid;
    grid-template-columns: minmax(0, 510px) minmax(0, 610px);
    gap: 120px;
    align-items: center;
}

body.page-template-page-about-figma .abt-story-copy p {
    margin: 18px 0 0;
    color: #575757;
    font-size: 16px;
    line-height: 1.62;
}

body.page-template-page-about-figma .abt-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 0;
}

body.page-template-page-about-figma .abt-stat {
    min-height: 160px;
    padding: 28px 22px;
    text-align: left;
    border-radius: 14px;
    background: #f6f6fd;
}

body.page-template-page-about-figma .abt-stat-number {
    margin-bottom: 18px;
    color: #6f2fd0;
    font-size: 44px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
}

body.page-template-page-about-figma .abt-stat-label {
    color: #575757;
    font-size: 15px;
    line-height: 1.4;
}

body.page-template-page-about-figma .abt-story-imgs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

body.page-template-page-about-figma .abt-story-img {
    overflow: hidden;
    border-radius: 14px;
    background: #f6f6fd;
}

body.page-template-page-about-figma .abt-story-img--a {
    grid-row: span 2;
    min-height: 424px;
}

body.page-template-page-about-figma .abt-story-img--b,
body.page-template-page-about-figma .abt-story-img--c {
    min-height: 205px;
}

body.page-template-page-about-figma .abt-story-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

body.page-template-page-about-figma .abt-expertise-section {
    min-height: 560px;
    display: grid;
    grid-template-columns: minmax(0, 500px) minmax(0, 580px);
    gap: 90px;
    align-items: center;
}

body.page-template-page-about-figma .abt-expertise-copy > p {
    margin: 18px 0 30px;
    color: #575757;
    font-size: 16px;
    line-height: 1.6;
}

body.page-template-page-about-figma .abt-expertise-section .abt-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

body.page-template-page-about-figma .abt-expertise-media {
    position: relative;
    min-height: 480px;
}

body.page-template-page-about-figma .abt-expertise-photo {
    position: absolute;
    overflow: hidden;
    border-radius: 18px;
    background: #f6f6fd;
    box-shadow: 0 24px 70px rgba(24, 21, 56, .14);
}

body.page-template-page-about-figma .abt-expertise-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

body.page-template-page-about-figma .abt-expertise-photo-a {
    width: 350px;
    height: 430px;
    left: 0;
    top: 22px;
}

body.page-template-page-about-figma .abt-expertise-photo-b {
    width: 300px;
    height: 220px;
    right: 0;
    top: 0;
}

body.page-template-page-about-figma .abt-expertise-photo-c {
    width: 300px;
    height: 220px;
    right: 42px;
    bottom: 0;
}

body.page-template-page-about-figma .abt-expertise-badge {
    position: absolute;
    right: 234px;
    top: 168px;
    width: 168px;
    height: 168px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #6f2fd0;
    color: #fff;
    box-shadow: 0 20px 55px rgba(111, 47, 208, .3);
}

body.page-template-page-about-figma .abt-expertise-badge strong {
    display: block;
    margin-bottom: -20px;
    font-size: 70px;
    font-weight: 500;
    line-height: .8;
}

body.page-template-page-about-figma .abt-expertise-badge span {
    display: block;
    margin-top: -20px;
    font-size: 18px;
    font-weight: 500;
}

body.page-template-page-about-figma .abt-values-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

body.page-template-page-about-figma .abt-value-card {
    min-height: 246px;
    padding: 30px 28px;
    border-radius: 14px;
    background: #f6f6fd;
}

body.page-template-page-about-figma .abt-value-icon {
    width: 42px;
    height: 42px;
    margin: 0 0 36px;
}

body.page-template-page-about-figma .abt-value-icon img {
    width: 42px;
    height: 42px;
    display: block;
    object-fit: contain;
}

body.page-template-page-about-figma .abt-value-card h3 {
    margin: 0 0 12px;
    color: #282828;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
}

body.page-template-page-about-figma .abt-value-card p {
    margin: 0;
    color: #575757;
    font-size: 15px;
    line-height: 1.48;
}

body.page-template-page-about-figma .abt-team-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
    margin-top: 0;
}

body.page-template-page-about-figma .abt-team-card {
    min-height: 244px;
    padding: 12px 12px 18px;
    text-align: left;
    border-radius: 14px;
    background: #f6f6fd;
}

body.page-template-page-about-figma .abt-team-photo {
    width: 100%;
    aspect-ratio: 1;
    margin: 0 0 14px;
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
}

body.page-template-page-about-figma .abt-team-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

body.page-template-page-about-figma .abt-team-name {
    margin: 0 0 4px;
    color: #282828;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
}

body.page-template-page-about-figma .abt-team-role {
    color: #575757;
    font-size: 12px;
    line-height: 1.35;
}

body.page-template-page-about-figma .abt-testimonial-section {
    padding: 48px;
    border-radius: 22px;
    background: #f6f6fd;
}

body.page-template-page-about-figma .abt-testimonials-grid {
    display: block;
    margin-top: 0;
}

body.page-template-page-about-figma .abt-testimonial-card {
    padding: 0;
    border-radius: 0;
    background: transparent;
}

body.page-template-page-about-figma .abt-testimonial-quote {
    margin: 0 0 28px;
    color: #282828;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.45;
}

body.page-template-page-about-figma .abt-testimonial-person {
    display: flex;
    gap: 14px;
    align-items: center;
}

body.page-template-page-about-figma .abt-testimonial-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fff;
}

body.page-template-page-about-figma .abt-testimonial-name {
    color: #282828;
    font-size: 15px;
    font-weight: 500;
}

body.page-template-page-about-figma .abt-testimonial-company {
    max-width: 440px;
    color: #575757;
    font-size: 13px;
    line-height: 1.4;
}

body.page-template-page-about-figma .abt-cta {
    width: calc(100% - 32px);
    max-width: none;
    min-height: 360px;
    margin: 100px auto 16px;
    padding: 0 84px;
    border-radius: 22px;
    background:
        radial-gradient(circle at 39% -6%, rgba(255,255,255,.14) 0 27%, transparent 27.4%),
        radial-gradient(circle at 88% 98%, rgba(255,255,255,.13) 0 28%, transparent 28.4%),
        linear-gradient(119deg, #8f19d2 0%, #6f2fd0 31%, #4644af 58%, #00518c 100%);
}

body.page-template-page-about-figma .abt-cta .fig-cta-heading {
    max-width: 720px;
    color: #fff;
    font-size: 58px;
    font-weight: 400;
    line-height: 1.18;
    letter-spacing: 0;
}

body.page-template-page-about-figma .abt-cta .fig-cta-desc {
    max-width: 610px;
    color: rgba(255,255,255,.94);
    font-size: 20px;
    line-height: 1.35;
}

@media (max-width: 1100px) {
    body.page-template-page-about-figma .abt-page-wrapper {
        background: #f3f2f8;
        padding: 0;
    }

    body.page-template-page-about-figma .fig-hero {
        width: auto;
        min-height: 0;
        margin: 72px 12px 0;
    }

    body.page-template-page-about-figma .abt-hero-inner {
        min-height: 0;
        padding: 36px 20px 32px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 30px;
    }

    body.page-template-page-about-figma .abt-hero-heading {
        max-width: 100%;
        font-size: 34px;
        line-height: 1.14;
    }

    body.page-template-page-about-figma .abt-hero-desc {
        max-width: 100%;
        font-size: 15px;
        line-height: 1.55;
    }

    body.page-template-page-about-figma .abt-hero-photos {
        height: auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    body.page-template-page-about-figma .abt-hero-photo {
        position: relative;
        width: 100%;
        height: auto;
        top: auto;
        right: auto;
        aspect-ratio: 1;
    }

    body.page-template-page-about-figma .abt-stats-section,
    body.page-template-page-about-figma .abt-story-section,
    body.page-template-page-about-figma .abt-values-section,
    body.page-template-page-about-figma .abt-expertise-section,
    body.page-template-page-about-figma .abt-team-section,
    body.page-template-page-about-figma .abt-testimonial-section {
        width: auto;
        max-width: none;
        margin: 12px 12px 0;
        padding: 32px 20px;
        border-radius: 18px;
        background: #fff;
    }

    body.page-template-page-about-figma .abt-section-head--split,
    body.page-template-page-about-figma .abt-story-section,
    body.page-template-page-about-figma .abt-expertise-section,
    body.page-template-page-about-figma .abt-testimonial-section {
        display: block;
    }

    body.page-template-page-about-figma .abt-section-head--split p {
        margin-top: 16px;
    }

    body.page-template-page-about-figma .fig-section-heading {
        font-size: 28px;
        line-height: 1.2;
    }

    body.page-template-page-about-figma .abt-stats-grid,
    body.page-template-page-about-figma .abt-expertise-section .abt-stats-grid,
    body.page-template-page-about-figma .abt-values-grid,
    body.page-template-page-about-figma .abt-team-grid {
        grid-template-columns: 1fr;
    }

    body.page-template-page-about-figma .abt-expertise-media {
        min-height: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin-top: 28px;
    }

    body.page-template-page-about-figma .abt-expertise-photo {
        position: relative;
        width: 100%;
        height: auto;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        aspect-ratio: 1;
    }

    body.page-template-page-about-figma .abt-expertise-photo-a {
        grid-row: span 2;
        aspect-ratio: 1 / 2;
    }

    body.page-template-page-about-figma .abt-expertise-badge {
        right: 14px;
        top: 14px;
        width: 96px;
        height: 96px;
    }

    body.page-template-page-about-figma .abt-expertise-badge strong {
        margin-bottom: -14px;
        font-size: 42px;
    }

    body.page-template-page-about-figma .abt-expertise-badge span {
        margin-top: -14px;
        font-size: 13px;
    }

    body.page-template-page-about-figma .abt-story-imgs {
        margin-top: 28px;
    }

    body.page-template-page-about-figma .abt-story-img--a,
    body.page-template-page-about-figma .abt-story-img--b,
    body.page-template-page-about-figma .abt-story-img--c {
        min-height: 0;
    }

    body.page-template-page-about-figma .abt-team-card {
        min-height: 0;
        display: grid;
        grid-template-columns: 76px minmax(0, 1fr);
        column-gap: 14px;
        align-items: center;
    }

    body.page-template-page-about-figma .abt-team-photo {
        grid-row: span 2;
        margin: 0;
    }

    body.page-template-page-about-figma .abt-testimonial-quote {
        font-size: 18px;
        line-height: 1.5;
    }

    body.page-template-page-about-figma .abt-cta {
        width: auto;
        min-height: 0;
        margin: 12px 12px 16px;
        padding: 36px 20px;
        display: block;
    }

    body.page-template-page-about-figma .abt-cta .fig-cta-heading {
        font-size: 34px;
        line-height: 1.16;
    }

    body.page-template-page-about-figma .abt-cta .fig-cta-desc {
        font-size: 16px;
        line-height: 1.45;
    }

    body.page-template-page-about-figma .abt-cta .fig-cta-btn {
        margin-top: 28px;
    }
}

@media (min-width: 701px) and (max-width: 1100px) {
    body.page-template-page-about-figma .abt-stats-grid,
    body.page-template-page-about-figma .abt-expertise-section .abt-stats-grid,
    body.page-template-page-about-figma .abt-values-grid,
    body.page-template-page-about-figma .abt-team-grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* ABOUT US PAGE - rebuilt from the Figma export */
body.page-template-page-about-figma .fig-hero {
    width: calc(100% - 24px);
    max-width: 1416px;
    min-height: 502px;
    margin: 96px auto 0;
    overflow: hidden;
}

body.page-template-page-about-figma .abt-hero-inner {
    max-width: none;
    min-height: 502px;
    grid-template-columns: minmax(0, 560px) minmax(0, 640px);
    gap: 44px;
    padding: 0 88px;
    align-items: center;
    justify-content: space-between;
}

body.page-template-page-about-figma .abt-hero-heading {
    margin-bottom: 18px;
    font-size: 58px;
    font-weight: 400;
    line-height: 1.22;
}

body.page-template-page-about-figma .abt-hero-desc {
    max-width: 560px;
    margin-bottom: 34px;
    font-size: 20px;
    line-height: 1.35;
}

body.page-template-page-about-figma .abt-hero-photos {
    position: relative;
    width: 640px;
    max-width: 100%;
    height: 502px;
    align-self: stretch;
}

body.page-template-page-about-figma .abt-hero-photo {
    position: absolute;
    width: 295px;
    height: 296px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.page-template-page-about-figma .abt-hero-photo-a {
    top: 151px;
    left: 4px;
    right: auto;
}

body.page-template-page-about-figma .abt-hero-photo-b {
    top: 91px;
    left: 326px;
    right: auto;
}

body.page-template-page-about-figma .abt-hero-photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

body.page-template-page-about-figma .abt-export-section {
    width: 1240px;
    max-width: calc(100% - 200px);
    margin: 98px auto 0;
    padding: 0 !important;
    display: block !important;
    min-height: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
}

body.page-template-page-about-figma .abt-story-values-export {
    width: 1440px;
    max-width: 100%;
}

body.page-template-page-about-figma .abt-team-section.abt-export-section {
    width: 1376px;
    max-width: calc(100% - 64px);
}

body.page-template-page-about-figma .abt-export-image {
    display: block;
    width: 100%;
    height: auto;
}

body.page-template-page-about-figma .abt-team-grid--mobile {
    display: none !important;
}

body.page-template-page-about-figma .abt-cta {
    margin-top: 98px;
}

@media (max-width: 1100px) {
    body.page-template-page-about-figma .abt-page-wrapper {
        background: #fff;
    }

    body.page-template-page-about-figma .fig-hero {
        width: auto;
        max-width: none;
        margin: 72px 12px 0;
        border-radius: 16px;
    }

    body.page-template-page-about-figma .abt-hero-inner {
        min-height: 0;
        padding: 18px 20px 28px;
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    body.page-template-page-about-figma .abt-hero-photos {
        order: -1;
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        align-self: auto;
    }

    body.page-template-page-about-figma .abt-hero-photo,
    body.page-template-page-about-figma .abt-hero-photo-a,
    body.page-template-page-about-figma .abt-hero-photo-b {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        width: 100%;
        height: auto;
        aspect-ratio: 295 / 296;
    }

    body.page-template-page-about-figma .abt-hero-heading {
        font-size: 40px;
        line-height: 1.14;
    }

    body.page-template-page-about-figma .abt-hero-desc {
        font-size: 15px;
        line-height: 1.48;
    }

    body.page-template-page-about-figma .abt-export-section,
    body.page-template-page-about-figma .abt-story-values-export,
    body.page-template-page-about-figma .abt-team-section.abt-export-section {
        width: auto;
        max-width: none;
        margin: 56px 12px 0;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    body.page-template-page-about-figma .abt-story-values-export .abt-export-image,
    body.page-template-page-about-figma .abt-expertise-section .abt-export-image,
    body.page-template-page-about-figma .abt-testimonial-section .abt-export-image {
        min-width: 760px;
    }

    body.page-template-page-about-figma .abt-team-export-image {
        display: none;
    }

    body.page-template-page-about-figma .abt-team-grid--mobile {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 12px;
        margin: 0;
        padding: 24px 18px;
        border-radius: 18px;
        background: #f4f3fb;
    }

    body.page-template-page-about-figma .abt-team-card {
        min-height: 0;
        display: grid;
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 4px 14px;
        align-items: center;
        padding: 10px;
        border-radius: 12px;
        background: #fff;
    }

    body.page-template-page-about-figma .abt-team-photo {
        width: 72px;
        height: 72px;
        grid-row: span 2;
        margin: 0;
        border-radius: 10px;
    }

    body.page-template-page-about-figma .abt-cta {
        margin-top: 56px;
    }
}

/* ═══════════════════════════════════════════════════════════
   ACHIEVEMENTS PAGE
═══════════════════════════════════════════════════════════ */

body.page-template-page-achievements-figma {
    background: #fff;
}

body.page-template-page-achievements-figma .home-site-header--light {
    background: #f1f0f8 !important;
}

body.page-template-page-achievements-figma .achv-page-wrapper {
    padding: 0;
    overflow: visible;
    background: #fff;
    color: #282828;
}

body.page-template-page-achievements-figma .fig-hero {
    width: calc(100% - 24px);
    max-width: none;
    min-height: 502px;
    margin: 96px auto 0;
    border-radius: 22px;
    background:
        radial-gradient(circle at 18% -11%, rgba(255,255,255,.14) 0 28%, transparent 28.4%),
        radial-gradient(circle at 68% 28%, rgba(255,255,255,.13) 0 18%, transparent 18.4%),
        radial-gradient(circle at 38% 111%, rgba(255,255,255,.12) 0 28%, transparent 28.4%),
        radial-gradient(circle at 94% 98%, rgba(255,255,255,.13) 0 27%, transparent 27.4%),
        linear-gradient(119deg, #8f19d2 0%, #6f2fd0 31%, #4644af 58%, #00518c 100%);
}

body.page-template-page-achievements-figma .fig-hero-blob {
    background: transparent;
    border: 2px solid rgba(255,255,255,.08);
    opacity: 1;
}

body.page-template-page-achievements-figma .fig-hero-blob-1 {
    width: 650px;
    height: 650px;
    top: -222px;
    left: -10px;
    right: auto;
}

body.page-template-page-achievements-figma .fig-hero-blob-2 {
    width: 580px;
    height: 580px;
    top: 238px;
    right: 414px;
    bottom: auto;
}

.achv-hero-inner {
    position: relative; z-index: 10;
    width: 100%;
    min-height: 502px;
    display: grid;
    grid-template-columns: minmax(0, 560px) minmax(0, 1fr);
    gap: 58px;
    align-items: center;
    padding: 0 88px;
    max-width: none;
    margin: 0;
}

.achv-hero-content { max-width: 560px; }
.achv-hero-heading {
    max-width: 560px;
    margin: 0 0 18px;
    color: #fff;
    font-size: 58px;
    font-weight: 400;
    line-height: 1.22;
    letter-spacing: 0;
}
.achv-hero-desc {
    max-width: 560px;
    margin: 0 0 32px;
    color: rgba(255,255,255,.96);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0;
}
.achv-hero-btn {
    min-width: 178px;
    height: 49px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 999px !important;
    background: #fff;
    color: #242424;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    box-shadow: none;
    transition: none;
}
.achv-hero-btn:hover { background: #fff; }
.achv-hero-photos { position: relative; height: 358px; }
.achv-hero-photo {
    position: absolute;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 18px;
    background: rgba(255,255,255,.14);
    box-shadow: 0 20px 60px rgba(0,0,0,.18);
}
.achv-hero-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.achv-hero-photo-a { width: 356px; height: 286px; top: 32px; right: 224px; z-index: 2; }
.achv-hero-photo-b { width: 302px; height: 302px; top: 0; right: 0; z-index: 3; }

.achv-hero-showcase {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.achv-hero-badge {
    height: 104px;
    padding: 16px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.17);
    border-radius: 16px;
    background: rgba(255,255,255,.9);
    backdrop-filter: blur(10px);
}

.achv-hero-badge:nth-child(2),
.achv-hero-badge:nth-child(5),
.achv-hero-badge:nth-child(8) {
    transform: translateY(18px);
}

.achv-hero-badge img {
    max-width: 100%;
    max-height: 66px;
    display: block;
    object-fit: contain;
}

.achv-hero-badge span {
    color: #282828;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
}

.achv-section-head {
    margin-bottom: 28px;
}

.achv-section-head--split {
    display: grid;
    grid-template-columns: minmax(0, 510px) minmax(0, 520px);
    align-items: end;
    justify-content: space-between;
    gap: 56px;
}

.achv-section-head--split p {
    margin: 0;
    color: #575757;
    font-size: 16px;
    line-height: 1.5;
}

/* Why section */
.achv-why-section {
    width: 1240px;
    max-width: calc(100% - 200px);
    margin: 98px auto 0;
    background: transparent;
    border-radius: 0;
    padding: 0;
}
.achv-why-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.achv-why-card {
    min-height: 234px;
    padding: 30px 28px;
    border-radius: 14px;
    background: #f6f6fd;
}
.achv-why-icon { width: 42px; height: 42px; margin: 0 0 36px; }
.achv-why-icon img { width: 42px; height: 42px; display: block; object-fit: contain; }
.achv-why-heading { margin: 0 0 12px; color: #282828; font-size: 20px; font-weight: 500; line-height: 1.25; }
.achv-why-desc { margin: 0; color: #575757; font-size: 15px; font-weight: 400; line-height: 1.48; }

/* Credentials list */
.achv-creds-section {
    width: 1240px;
    max-width: calc(100% - 200px);
    margin: 100px auto 0;
    background: transparent;
    border-radius: 0;
    padding: 0;
}
.achv-awards-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.achv-award-card {
    min-height: 164px;
    padding: 24px 28px;
    display: grid;
    grid-template-columns: 160px minmax(150px, .7fr) minmax(0, 1fr) minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    border-radius: 14px;
    background: #f6f6fd;
    color: inherit;
    text-decoration: none;
}
.achv-award-card:hover { color: inherit; }
.achv-award-media {
    width: 146px;
    height: 96px;
    margin: 0;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #fff;
}
.achv-award-media img {
    max-width: 100%;
    max-height: 72px;
    display: block;
    object-fit: contain;
}
.achv-award-media span {
    color: #6f2fd0;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.05;
    text-align: center;
}
.achv-cred-heading { margin: 0; color: #282828; font-size: 22px; font-weight: 500; line-height: 1.22; }
.achv-award-detail span {
    display: block;
    margin-bottom: 8px;
    color: #282828;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
}
.achv-award-detail p {
    margin: 0;
    color: #575757;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.48;
}

/* Featured On */
.achv-featured-section {
    width: 1240px;
    max-width: calc(100% - 200px);
    margin: 100px auto 0;
    padding: 48px;
    border-radius: 22px;
    background: #f6f6fd;
}
.achv-featured-logos {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
}
.achv-featured-logo-link {
    height: 82px;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #fff;
    text-decoration: none;
}
.achv-featured-logo { max-width: 100%; max-height: 42px; opacity: .64; filter: grayscale(1); transition: opacity .2s, filter .2s; }
.achv-featured-logo-link:hover .achv-featured-logo { opacity: 1; filter: none; }

body.page-template-page-achievements-figma .achv-cta {
    width: calc(100% - 32px);
    max-width: none;
    min-height: 360px;
    margin: 100px auto 16px;
    padding: 0 84px;
    border-radius: 22px;
    background:
        radial-gradient(circle at 39% -6%, rgba(255,255,255,.14) 0 27%, transparent 27.4%),
        radial-gradient(circle at 88% 98%, rgba(255,255,255,.13) 0 28%, transparent 28.4%),
        linear-gradient(119deg, #8f19d2 0%, #6f2fd0 31%, #4644af 58%, #00518c 100%);
}

body.page-template-page-achievements-figma .achv-cta .fig-cta-heading {
    max-width: 720px;
    color: #fff;
    font-size: 58px;
    font-weight: 400;
    line-height: 1.18;
    letter-spacing: 0;
}

body.page-template-page-achievements-figma .achv-cta .fig-cta-desc {
    max-width: 610px;
    color: rgba(255,255,255,.94);
    font-size: 20px;
    line-height: 1.35;
}

body.page-template-page-achievements-figma .achv-cta .fig-cta-btn {
    min-width: 178px;
    height: 49px;
    padding: 0 24px;
    justify-content: center;
    border-radius: 999px !important;
    background: #fff;
    color: #242424;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    box-shadow: none;
}

@media (max-width: 1100px) {
    body.page-template-page-achievements-figma .achv-page-wrapper {
        background: #f3f2f8;
        padding: 0;
    }

    body.page-template-page-achievements-figma .fig-hero {
        width: auto;
        min-height: 0;
        margin: 72px 12px 0;
    }

    body.page-template-page-achievements-figma .achv-hero-inner {
        min-height: 0;
        padding: 36px 20px 32px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 30px;
    }

    body.page-template-page-achievements-figma .achv-hero-heading {
        max-width: 100%;
        font-size: 34px;
        line-height: 1.14;
    }

    body.page-template-page-achievements-figma .achv-hero-desc {
        max-width: 100%;
        font-size: 15px;
        line-height: 1.55;
    }

    body.page-template-page-achievements-figma .achv-hero-showcase {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    body.page-template-page-achievements-figma .achv-hero-photos {
        height: auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    body.page-template-page-achievements-figma .achv-hero-photo {
        position: relative;
        width: 100%;
        height: auto;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        aspect-ratio: 1;
    }

    body.page-template-page-achievements-figma .achv-hero-badge {
        height: 82px;
        padding: 16px;
    }

    body.page-template-page-achievements-figma .achv-hero-badge:nth-child(2),
    body.page-template-page-achievements-figma .achv-hero-badge:nth-child(5),
    body.page-template-page-achievements-figma .achv-hero-badge:nth-child(8) {
        transform: none;
    }

    body.page-template-page-achievements-figma .achv-why-section,
    body.page-template-page-achievements-figma .achv-creds-section,
    body.page-template-page-achievements-figma .achv-featured-section {
        width: auto;
        max-width: none;
        margin: 12px 12px 0;
        padding: 32px 20px;
        border-radius: 18px;
        background: #fff;
    }

    body.page-template-page-achievements-figma .achv-section-head--split {
        display: block;
    }

    body.page-template-page-achievements-figma .achv-section-head--split p {
        margin-top: 16px;
    }

    body.page-template-page-achievements-figma .achv-why-grid,
    body.page-template-page-achievements-figma .achv-awards-grid {
        grid-template-columns: 1fr;
    }

    body.page-template-page-achievements-figma .achv-awards-grid {
        display: flex;
    }

    body.page-template-page-achievements-figma .achv-award-card {
        min-height: 0;
        padding: 22px 18px;
        grid-template-columns: 1fr;
        gap: 16px;
        align-items: start;
    }

    body.page-template-page-achievements-figma .achv-award-media {
        width: 140px;
        height: 88px;
    }

    body.page-template-page-achievements-figma .achv-why-card {
        min-height: 0;
    }

    body.page-template-page-achievements-figma .achv-featured-logos {
        grid-template-columns: 1fr 1fr;
    }

    body.page-template-page-achievements-figma .achv-cta {
        width: auto;
        min-height: 0;
        margin: 12px 12px 16px;
        padding: 36px 20px;
        display: block;
    }

    body.page-template-page-achievements-figma .achv-cta .fig-cta-heading {
        font-size: 34px;
        line-height: 1.16;
    }

    body.page-template-page-achievements-figma .achv-cta .fig-cta-desc {
        font-size: 16px;
        line-height: 1.45;
    }

    body.page-template-page-achievements-figma .achv-cta .fig-cta-btn {
        margin-top: 28px;
    }
}

/* ═══════════════════════════════════════════════════════════
   AMBASSADORS PAGE
═══════════════════════════════════════════════════════════ */

.amb-hero-inner {
    position: relative; z-index: 10;
    display: grid; grid-template-columns: 1fr 380px; gap: 48px;
    padding: 58px 56px 56px; max-width: 1240px; margin: 0 auto; align-items: center;
}
.amb-hero-label { font-size: 12px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: rgba(255,255,255,.45); margin-bottom: 16px; }
.amb-hero-heading { font-size: clamp(34px,4.5vw,52px); font-weight: 800; color: #fff; line-height: 1.1; letter-spacing: -1.5px; margin: 0 0 16px; }
.amb-hero-desc { font-size: 16px; color: rgba(255,255,255,.7); line-height: 1.65; margin: 0 0 28px; }
.amb-hero-btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 28px; background: #fff; color: #1a1a2e; font-size: 14px; font-weight: 700; font-family: inherit; border-radius: 50px; text-decoration: none; transition: background .2s; }
.amb-hero-btn:hover { background: #f0eeff; }
.amb-hero-imgs { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.amb-hero-img { border-radius: 14px; overflow: hidden; }
.amb-hero-img img { width: 100%; height: 100%; display: block; object-fit: cover; }

/* Benefits */
.amb-benefits-section { max-width: 1240px; margin: 24px auto; background: #fff; border-radius: 22px; padding: 44px 52px; }
.amb-benefits-intro { display: grid; gap: 24px; }
.amb-benefits-copy p { font-size: 16px; color: #4A4A6A; line-height: 1.7; margin: 0 0 14px; }
.amb-benefits-copy p:last-child { margin-bottom: 0; }
.amb-help-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; margin-top: 28px; }
.amb-help-card { background: #f7f6fd; border-radius: 16px; padding: 28px; }
.amb-help-icon { width: 44px; height: 44px; margin-bottom: 14px; }
.amb-help-icon img { width: 44px; height: 44px; display: block; object-fit: contain; }
.amb-help-heading { font-size: 16px; font-weight: 800; color: #1a1a2e; margin: 0 0 8px; }
.amb-help-desc { font-size: 14px; color: #4A4A6A; line-height: 1.65; }

/* How You Contribute */
.amb-contribute-section { max-width: 1240px; margin: 20px auto; background: #fff; border-radius: 22px; padding: 44px 52px; display: grid; grid-template-columns: 1fr 360px; gap: 48px; align-items: center; }
.amb-contribute-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.amb-contribute-card { padding: 20px; }
.amb-contribute-icon { width: 40px; height: 40px; margin-bottom: 12px; }
.amb-contribute-icon img { width: 40px; height: 40px; display: block; object-fit: contain; }
.amb-contribute-heading { font-size: 15px; font-weight: 800; color: #1a1a2e; margin: 0 0 6px; }
.amb-contribute-desc { font-size: 13.5px; color: #4A4A6A; line-height: 1.6; }
.amb-contribute-img { border-radius: 16px; overflow: hidden; }
.amb-contribute-img img { width: 100%; display: block; }

/* Ambassador form CTA */
.amb-form-section {
    max-width: 1240px; margin: 20px auto;
    background: linear-gradient(140deg, #0d0630 0%, #1f0b55 40%, #3a1278 100%);
    border-radius: 22px; padding: 56px;
    display: grid; grid-template-columns: 1fr 400px; gap: 56px; align-items: center;
    position: relative; overflow: hidden;
}
.amb-form-blob { position: absolute; width: 360px; height: 360px; border-radius: 50%; background: radial-gradient(circle,#5C1CD1 0%,transparent 70%); left: -80px; bottom: -80px; opacity: .35; pointer-events: none; }
.amb-form-content { position: relative; z-index: 2; }
.amb-form-heading { font-size: clamp(26px,3vw,38px); font-weight: 800; color: #fff; margin: 0 0 16px; line-height: 1.15; letter-spacing: -.8px; }
.amb-form-desc { font-size: 15px; color: rgba(255,255,255,.7); line-height: 1.65; margin: 0 0 24px; }
.amb-who-label { font-size: 13px; font-weight: 700; color: rgba(255,255,255,.5); margin-bottom: 12px; }
.amb-who-bullets { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.amb-who-bullet { font-size: 14px; color: rgba(255,255,255,.75); padding-left: 18px; position: relative; }
.amb-who-bullet::before { content: ''; position: absolute; left: 0; top: 7px; width: 7px; height: 7px; border-radius: 50%; background: #7B5EFF; }
.amb-form-card { background: #fff; border-radius: 18px; padding: 36px; position: relative; z-index: 2; }
.amb-form-card-heading { font-size: 20px; font-weight: 800; color: #1a1a2e; margin: 0 0 20px; }
.amb-static-form { display: flex; flex-direction: column; gap: 0; }
.amb-form-card-divider { width: 100%; height: 1px; background: rgba(5,5,5,.72); margin: 0 0 32px; }
.amb-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin: 0 0 26px; }
.amb-form-field { position: relative; display: block; min-height: 44px; }
.amb-form-field--full { margin: 0 0 26px; }
.amb-form-input {
    width: 100%;
    height: 44px;
    padding: 15px 28px 6px 0;
    border: 0;
    border-bottom: 1px solid #d2d2d2;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none;
    color: #282828;
    font-family: inherit;
    font-size: 16px;
    outline: none;
}
.amb-form-textarea { min-height: 54px; resize: none; }
.amb-form-label {
    position: absolute;
    left: 0;
    top: 0;
    color: #575757;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    pointer-events: none;
}
.amb-required { color: #e24343; }
.amb-form-select-arrow {
    position: absolute;
    right: 2px;
    top: 9px;
    width: 9px;
    height: 9px;
    border-right: 1.6px solid #282828;
    border-bottom: 1.6px solid #282828;
    transform: rotate(45deg);
}
.amb-form-submit {
    align-self: flex-end;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    height: 49px;
    padding: 0 26px;
    border: 0;
    border-radius: 999px !important;
    background: #1f2026 !important;
    box-shadow: none;
    color: #fff !important;
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
}

@media (min-width: 1101px) {
    body.page-template-page-ambassadors-figma {
        background: #fff;
    }

    body.page-template-page-ambassadors-figma .home-site-header--light {
        background: #f1f0f8 !important;
    }

    body.page-template-page-ambassadors-figma .amb-page-wrapper {
        background: #fff;
        padding: 0;
        overflow: visible;
    }

    body.page-template-page-ambassadors-figma .fig-hero {
        width: calc(100% - 24px);
        max-width: none;
        height: 502px;
        min-height: 502px;
        margin: 96px auto 0;
        border-radius: 22px;
        background:
            radial-gradient(circle at 51% -9%, rgba(255,255,255,.14) 0 28%, transparent 28.4%),
            radial-gradient(circle at 78% 33%, rgba(255,255,255,.13) 0 18%, transparent 18.4%),
            radial-gradient(circle at 51% 106%, rgba(255,255,255,.12) 0 28%, transparent 28.4%),
            radial-gradient(circle at 93% 103%, rgba(255,255,255,.13) 0 27%, transparent 27.4%),
            linear-gradient(119deg, #8f19d2 0%, #6f2fd0 31%, #4644af 58%, #00518c 100%);
    }

    body.page-template-page-ambassadors-figma .fig-hero-blob {
        background: transparent;
        border: 2px solid rgba(255,255,255,.08);
        opacity: 1;
    }

    body.page-template-page-ambassadors-figma .fig-hero-blob-1 {
        width: 650px;
        height: 650px;
        top: -222px;
        left: -10px;
        right: auto;
    }

    body.page-template-page-ambassadors-figma .fig-hero-blob-2 {
        width: 580px;
        height: 580px;
        top: 238px;
        right: 414px;
        bottom: auto;
    }

    body.page-template-page-ambassadors-figma .amb-hero-inner {
        width: 100%;
        height: 100%;
        max-width: none;
        margin: 0;
        padding: 0 88px;
        display: grid;
        grid-template-columns: 520px 1fr;
        gap: 0;
        align-items: center;
    }

    body.page-template-page-ambassadors-figma .amb-hero-label {
        display: none;
    }

    body.page-template-page-ambassadors-figma .amb-hero-heading {
        max-width: 430px;
        margin: 0 0 18px;
        color: #fff;
        font-size: 58px;
        font-weight: 400;
        line-height: 1.22;
        letter-spacing: 0;
    }

    body.page-template-page-ambassadors-figma .amb-hero-desc {
        max-width: 558px;
        margin: 0 0 29px;
        padding: 0;
        color: rgba(255,255,255,.96);
        font-size: 20px;
        font-weight: 400;
        line-height: 1.25;
        letter-spacing: 0;
    }

    body.page-template-page-ambassadors-figma .amb-hero-btn {
        min-width: 250px;
        height: 49px;
        padding: 0 24px;
        gap: 12px;
        justify-content: center;
        border-radius: 999px !important;
        background: #fff;
        color: #242424;
        font-size: 15px;
        font-weight: 500;
        line-height: 1;
        letter-spacing: 0;
        box-shadow: none;
    }

    body.page-template-page-ambassadors-figma .amb-hero-btn:hover {
        background: #fff;
    }

    body.page-template-page-ambassadors-figma .amb-hero-imgs {
        position: absolute;
        inset: 0;
        display: block;
        pointer-events: none;
    }

    body.page-template-page-ambassadors-figma .amb-hero-img {
        position: absolute;
        overflow: hidden;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    body.page-template-page-ambassadors-figma .amb-hero-img--a {
        left: 717px;
        top: 126px;
        width: 296px;
        height: 297px;
    }

    body.page-template-page-ambassadors-figma .amb-hero-img--b {
        left: 1032px;
        top: 66px;
        width: 296px;
        height: 294px;
    }

    body.page-template-page-ambassadors-figma .amb-hero-img img {
        width: 100%;
        height: 100% !important;
        object-fit: fill;
    }

    body.page-template-page-ambassadors-figma .amb-benefits-section {
        width: 1240px;
        max-width: calc(100% - 200px);
        margin: 106px auto 0;
        padding: 0;
        background: transparent;
        border-radius: 0;
    }

    body.page-template-page-ambassadors-figma .amb-benefits-intro {
        display: grid;
        grid-template-columns: 560px 610px;
        gap: 70px;
        align-items: start;
        margin: 0 0 45px;
    }

    body.page-template-page-ambassadors-figma .amb-benefits-section .fig-section-heading {
        margin: 0;
        color: #282828;
        font-size: 40px;
        font-weight: 400;
        line-height: 1.2;
        letter-spacing: 0;
    }

    body.page-template-page-ambassadors-figma .amb-benefits-copy p {
        margin: 0 0 17px;
        padding: 0;
        color: #282828;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.48;
        letter-spacing: 0;
    }

    body.page-template-page-ambassadors-figma .amb-benefits-copy p:last-child {
        margin-bottom: 0;
    }

    body.page-template-page-ambassadors-figma .amb-help-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 0;
        height: 282px;
        min-height: 0;
        margin: 0;
        overflow: hidden;
        background: #f6f6fd;
        border-radius: 14px;
    }

    body.page-template-page-ambassadors-figma .amb-help-card {
        height: 282px;
        padding: 40px 20px 31px 35px;
        background: transparent;
        border-radius: 0;
        border-left: 1px solid rgba(39,39,39,.08);
    }

    body.page-template-page-ambassadors-figma .amb-help-card:first-child {
        border-left: 0;
    }

    body.page-template-page-ambassadors-figma .amb-help-icon {
        width: 44px;
        height: 44px;
        margin: 0 0 35px;
    }

    body.page-template-page-ambassadors-figma .amb-help-icon svg,
    body.page-template-page-ambassadors-figma .amb-help-icon img {
        width: 44px;
        height: 44px;
        display: block;
    }

    body.page-template-page-ambassadors-figma .amb-help-heading {
        margin: 0 0 13px;
        color: #282828;
        max-width: 260px;
        font-size: 24px;
        font-weight: 400;
        line-height: 1.16;
        letter-spacing: 0;
    }

    body.page-template-page-ambassadors-figma .amb-help-desc {
        max-width: 238px;
        margin: 0;
        padding: 0;
        color: #282828;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.35;
        letter-spacing: 0;
    }

    body.page-template-page-ambassadors-figma .amb-contribute-section {
        width: 1240px;
        max-width: calc(100% - 200px);
        height: 654px;
        margin: 100px auto 0;
        padding: 68px;
        display: grid;
        grid-template-columns: 520px 504px;
        gap: 77px;
        align-items: start;
        background: #f3f2f8;
        border-radius: 14px;
    }

    body.page-template-page-ambassadors-figma .amb-contribute-section .fig-section-heading {
        margin: 0;
        color: #282828;
        font-size: 40px;
        font-weight: 400;
        line-height: 1.2;
        letter-spacing: 0;
    }

    body.page-template-page-ambassadors-figma .amb-contribute-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 44px;
        row-gap: 54px;
        margin: 46px 0 0;
    }

    body.page-template-page-ambassadors-figma .amb-contribute-card {
        padding: 0;
    }

    body.page-template-page-ambassadors-figma .amb-contribute-icon {
        width: 42px;
        height: 42px;
        margin: 0 0 21px;
    }

    body.page-template-page-ambassadors-figma .amb-contribute-icon svg,
    body.page-template-page-ambassadors-figma .amb-contribute-icon img {
        width: 42px;
        height: 42px;
        display: block;
        object-fit: contain;
    }

    body.page-template-page-ambassadors-figma .amb-contribute-heading {
        margin: 0 0 12px;
        color: #282828;
        font-size: 24px;
        font-weight: 400;
        line-height: 1.16;
        letter-spacing: 0;
    }

    body.page-template-page-ambassadors-figma .amb-contribute-desc {
        margin: 0;
        padding: 0;
        color: #282828;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.35;
        letter-spacing: 0;
    }

    body.page-template-page-ambassadors-figma .amb-contribute-img {
        width: 504px;
        height: 510px;
        overflow: hidden;
        border-radius: 0;
    }

    body.page-template-page-ambassadors-figma .amb-contribute-img img {
        width: 100%;
        height: 100% !important;
        display: block;
        object-fit: fill;
    }

    body.page-template-page-ambassadors-figma .amb-form-section {
        width: calc(100% - 32px);
        max-width: none;
        height: 755px;
        margin: 110px auto 16px;
        padding: 0 68px;
        display: grid;
        grid-template-columns: 600px 614px;
        gap: 30px;
        align-items: start;
        overflow: hidden;
        background:
            radial-gradient(circle at 32% -5%, rgba(255,255,255,.14) 0 27%, transparent 27.4%),
            radial-gradient(circle at 63% 36%, rgba(255,255,255,.13) 0 18%, transparent 18.4%),
            radial-gradient(circle at 30% 106%, rgba(255,255,255,.12) 0 28%, transparent 28.4%),
            radial-gradient(circle at 87% 106%, rgba(255,255,255,.13) 0 28%, transparent 28.4%),
            linear-gradient(119deg, #8f19d2 0%, #6f2fd0 31%, #4644af 58%, #00518c 100%);
        border-radius: 22px;
    }

    body.page-template-page-ambassadors-figma .amb-form-blob {
        display: none;
    }

    body.page-template-page-ambassadors-figma .amb-form-content {
        padding-top: 126px;
    }

    body.page-template-page-ambassadors-figma .amb-form-heading {
        max-width: 585px;
        margin: 0 0 8px;
        color: #fff;
        font-size: 58px;
        font-weight: 400;
        line-height: 1.22;
        letter-spacing: 0;
    }

    body.page-template-page-ambassadors-figma .amb-form-desc {
        max-width: 608px;
        margin: 0 0 60px;
        padding: 0;
        color: rgba(255,255,255,.96);
        font-size: 20px;
        font-weight: 400;
        line-height: 1.35;
        letter-spacing: 0;
    }

    body.page-template-page-ambassadors-figma .amb-form-desc::after {
        content: "";
        display: block;
        width: 608px;
        max-width: 100%;
        height: 1px;
        margin: 20px 0 0;
        background: rgba(255,255,255,.72);
    }

    body.page-template-page-ambassadors-figma .amb-who-label {
        margin: 0 0 24px;
        color: #fff;
        font-size: 25px;
        font-weight: 400;
        line-height: 1.2;
        letter-spacing: 0;
    }

    body.page-template-page-ambassadors-figma .amb-who-bullets {
        gap: 14px;
        margin: 0;
        padding: 0;
    }

    body.page-template-page-ambassadors-figma .amb-who-bullet {
        max-width: 608px;
        padding-left: 22px;
        color: rgba(255,255,255,.96);
        font-size: 15px;
        font-weight: 400;
        line-height: 1.35;
        letter-spacing: 0;
    }

    body.page-template-page-ambassadors-figma .amb-who-bullet::before {
        top: 9px;
        width: 5px;
        height: 5px;
        background: #fff;
    }

    body.page-template-page-ambassadors-figma .amb-form-card {
        width: 614px;
        height: 624px;
        margin-top: 76px;
        padding: 51px 64px 52px;
        background: #fff;
        border-radius: 18px;
        box-shadow: 0 28px 70px rgba(64,45,116,.10);
    }

    body.page-template-page-ambassadors-figma .amb-form-card-heading {
        margin: 0;
        color: #050505;
        font-size: 30px;
        font-weight: 400;
        line-height: 1.2;
        letter-spacing: 0;
    }

    body.page-template-page-ambassadors-figma .amb-form-card-divider {
        height: 1px;
        margin: 29px 0 56px;
        background: rgba(5,5,5,.72);
    }

    body.page-template-page-ambassadors-figma .amb-form-row {
        grid-template-columns: 222px 222px;
        gap: 41px;
        margin: 0 0 48px;
    }

    body.page-template-page-ambassadors-figma .amb-form-field {
        min-height: 44px;
    }

    body.page-template-page-ambassadors-figma .amb-form-field--full {
        width: 485px;
        margin: 0 0 47px;
    }

    body.page-template-page-ambassadors-figma .amb-form-field--message {
        margin-bottom: 52px;
    }

    body.page-template-page-ambassadors-figma .amb-form-input {
        height: 44px;
        padding: 15px 28px 6px 0;
        border-bottom: 1px solid #d2d2d2;
        color: #282828;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.2;
        letter-spacing: 0;
    }

    body.page-template-page-ambassadors-figma .amb-form-textarea {
        min-height: 54px;
        padding-top: 15px;
        resize: none;
    }

    body.page-template-page-ambassadors-figma .amb-form-label {
        top: 0;
        color: #575757;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.2;
        letter-spacing: 0;
    }

    body.page-template-page-ambassadors-figma .amb-form-submit {
        width: 180px;
        min-width: 180px;
        height: 49px;
        margin-top: 0;
        padding: 0;
        border-radius: 999px !important;
        background: #1f2026 !important;
        color: #fff !important;
        font-size: 15px;
        font-weight: 400 !important;
        line-height: 1;
        box-shadow: none;
    }

    body.page-template-page-ambassadors-figma[data-button-style*="slightly_rounded"] .amb-form-card button.amb-form-submit[type="submit"],
    body.page-template-page-ambassadors-figma[data-button-style*="slightly_rounded"] .amb-hero-btn {
        border-radius: 999px !important;
    }

    body.page-template-page-ambassadors-figma .sl-footer {
        padding: 0 16px 16px;
        background: #f5f4fb;
    }

    body.page-template-page-ambassadors-figma .sl-footer-main {
        padding-top: 56px;
        padding-bottom: 12px;
    }

    body.page-template-page-ambassadors-figma .sl-footer-contact {
        gap: 8px;
        margin-bottom: 22px;
    }

    body.page-template-page-ambassadors-figma .sl-contact-phone {
        font-size: 25px;
        line-height: 1.2;
    }

    body.page-template-page-ambassadors-figma .sl-footer-address {
        line-height: 1.45;
    }

    body.page-template-page-ambassadors-figma .sl-footer-social {
        margin-bottom: 22px;
    }

    body.page-template-page-ambassadors-figma .sl-footer-col-heading {
        margin-bottom: 18px;
    }

    body.page-template-page-ambassadors-figma .sl-footer-links {
        gap: 3px;
    }

    body.page-template-page-ambassadors-figma .sl-footer-links a {
        line-height: 1.18;
    }

    body.page-template-page-ambassadors-figma .sl-footer-newsletter-card {
        padding-top: 20px;
        padding-bottom: 18px;
    }

    body.page-template-page-ambassadors-figma .sl-footer-newsletter-desc {
        margin-bottom: 22px;
    }

    body.page-template-page-ambassadors-figma .sl-footer-bar {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

body.page-template-page-ambassadors-figma[data-button-style*="slightly_rounded"] .amb-hero-btn,
body.page-template-page-ambassadors-figma[data-button-style*="slightly_rounded"] button.amb-form-submit {
    border-radius: 999px !important;
}

/* ═══════════════════════════════════════════════════════════
   SECURITY CHECKLIST / LEAD MAGNET PAGE
═══════════════════════════════════════════════════════════ */

.ldmg-hero-inner {
    position: relative; z-index: 10;
    display: grid; grid-template-columns: 1fr 380px; gap: 48px;
    padding: 58px 56px 56px; max-width: 1240px; margin: 0 auto; align-items: center;
}
.ldmg-hero-label { font-size: 12px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: rgba(255,255,255,.45); margin-bottom: 14px; }
.ldmg-hero-heading { font-size: clamp(34px,4.5vw,52px); font-weight: 800; color: #fff; line-height: 1.1; letter-spacing: -1.5px; margin: 0 0 16px; }
.ldmg-hero-desc { font-size: 16px; color: rgba(255,255,255,.7); line-height: 1.65; margin: 0 0 28px; max-width: 440px; }
.ldmg-hero-btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 28px; background: #fff; color: #1a1a2e; font-size: 14px; font-weight: 700; font-family: inherit; border-radius: 50px; text-decoration: none; cursor: pointer; border: none; transition: background .2s, transform .15s; }
.ldmg-hero-btn:hover { background: #f0eeff; transform: translateX(2px); }
.ldmg-hero-imgs { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.ldmg-hero-img { border-radius: 14px; overflow: hidden; }
.ldmg-hero-img img { width: 100%; display: block; object-fit: cover; }
.ldmg-hero-img:first-child { grid-row: span 2; }

/* What to expect */
.ldmg-expect-section { max-width: 1240px; margin: 24px auto; background: #fff; border-radius: 22px; padding: 44px 52px; }
.ldmg-expect-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 32px; }
.ldmg-expect-card { padding: 28px 24px; background: #f7f6fd; border-radius: 16px; }
.ldmg-expect-icon { width: 44px; height: 44px; margin-bottom: 14px; }
.ldmg-expect-icon img { width: 44px; height: 44px; display: block; object-fit: contain; }
.ldmg-expect-heading { font-size: 16px; font-weight: 800; color: #1a1a2e; margin: 0 0 8px; }
.ldmg-expect-desc { font-size: 14px; color: #4A4A6A; line-height: 1.65; }

/* Download form */
.ldmg-form-section { max-width: 800px; margin: 20px auto 0; background: #fff; border-radius: 22px; padding: 44px 52px; text-align: center; }
.ldmg-form-heading { font-size: 26px; font-weight: 800; color: #1a1a2e; margin: 0 0 28px; }
.ldmg-form { display: flex; flex-direction: column; gap: 0; }
.ldmg-form-divider { height: 1px; background: #e0e0ec; margin-bottom: 20px; }
.ldmg-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.ldmg-form-input { padding: 13px 16px; border: none; border-bottom: 1px solid #e0e0ec; background: transparent; font-size: 14px; font-family: inherit; color: #1a1a2e; outline: none; transition: border-color .2s; }
.ldmg-form-input:focus { border-bottom-color: #4B23B0; }
.ldmg-form-input::placeholder { color: #aab; }
.ldmg-form-submit { margin-top: 28px; align-self: flex-end; padding: 13px 32px; background: #1a1a2e; color: #fff; font-size: 14px; font-weight: 700; font-family: inherit; border: none; border-radius: 50px; cursor: pointer; transition: background .2s; }
.ldmg-form-submit:hover { background: #2d1e6b; }

@media (min-width: 1101px) {
    body.page-template-page-security-checklist-figma {
        background: #fff;
    }

    body.page-template-page-security-checklist-figma .home-site-header--light {
        background: #f1f0f8 !important;
    }

    body.page-template-page-security-checklist-figma .ldmg-page-wrapper {
        background: #fff;
        padding: 0;
        overflow: visible;
    }

    body.page-template-page-security-checklist-figma .fig-hero {
        width: calc(100% - 24px);
        max-width: none;
        height: 502px;
        min-height: 502px;
        margin: 96px auto 0;
        border-radius: 22px;
        background:
            radial-gradient(circle at 51% -9%, rgba(255,255,255,.14) 0 28%, transparent 28.4%),
            radial-gradient(circle at 78% 33%, rgba(255,255,255,.13) 0 18%, transparent 18.4%),
            radial-gradient(circle at 51% 106%, rgba(255,255,255,.12) 0 28%, transparent 28.4%),
            radial-gradient(circle at 93% 103%, rgba(255,255,255,.13) 0 27%, transparent 27.4%),
            linear-gradient(119deg, #8f19d2 0%, #6f2fd0 31%, #4644af 58%, #00518c 100%);
    }

    body.page-template-page-security-checklist-figma .fig-hero-blob {
        background: transparent;
        border: 2px solid rgba(255,255,255,.08);
        opacity: 1;
    }

    body.page-template-page-security-checklist-figma .fig-hero-blob-1 {
        width: 650px;
        height: 650px;
        top: -222px;
        left: -10px;
        right: auto;
    }

    body.page-template-page-security-checklist-figma .fig-hero-blob-2 {
        width: 580px;
        height: 580px;
        top: 238px;
        right: 414px;
        bottom: auto;
    }

    body.page-template-page-security-checklist-figma .ldmg-hero-inner {
        width: 100%;
        height: 100%;
        max-width: none;
        margin: 0;
        padding: 0 88px;
        display: grid;
        grid-template-columns: 520px 1fr;
        gap: 0;
        align-items: center;
    }

    body.page-template-page-security-checklist-figma .ldmg-hero-label {
        display: none;
    }

    body.page-template-page-security-checklist-figma .ldmg-hero-heading {
        max-width: 520px;
        margin: 0 0 19px;
        color: #fff;
        font-size: 58px;
        font-weight: 400;
        line-height: 1.22;
        letter-spacing: 0;
    }

    body.page-template-page-security-checklist-figma .ldmg-hero-desc {
        max-width: 560px;
        margin: 0 0 18px;
        padding: 0;
        color: rgba(255,255,255,.96);
        font-size: 20px;
        font-weight: 400;
        line-height: 1.25;
        letter-spacing: 0;
    }

    body.page-template-page-security-checklist-figma .ldmg-hero-btn {
        width: 172px;
        min-width: 0;
        height: 49px;
        padding: 0;
        gap: 12px;
        justify-content: center;
        border-radius: 999px;
        background: #fff;
        color: #242424;
        font-size: 15px;
        font-weight: 500;
        line-height: 1;
        letter-spacing: 0;
        box-shadow: none;
    }

    body.page-template-page-security-checklist-figma .ldmg-hero-btn:hover {
        background: #fff;
        transform: none;
    }

    body.page-template-page-security-checklist-figma .ldmg-hero-imgs {
        position: absolute;
        inset: 0;
        display: block;
        pointer-events: none;
    }

    body.page-template-page-security-checklist-figma .ldmg-hero-img {
        position: absolute;
        overflow: hidden;
        border-radius: 0;
        aspect-ratio: auto !important;
        background: transparent;
        box-shadow: none;
    }

    body.page-template-page-security-checklist-figma .ldmg-hero-img:first-child {
        left: 717px;
        top: 126px;
        width: 296px;
        height: 297px;
    }

    body.page-template-page-security-checklist-figma .ldmg-hero-img:nth-child(2) {
        left: 1032px;
        top: 66px;
        width: 296px;
        height: 294px;
    }

    body.page-template-page-security-checklist-figma .ldmg-hero-img img {
        width: 100%;
        height: 100% !important;
        display: block;
        object-fit: fill;
    }

    body.page-template-page-security-checklist-figma .ldmg-expect-section {
        width: 1240px;
        max-width: calc(100% - 200px);
        margin: 98px auto 0;
        padding: 0;
        background: transparent;
        border-radius: 0;
    }

    body.page-template-page-security-checklist-figma .ldmg-expect-section .fig-section-heading {
        margin: 0 0 46px;
        color: #282828;
        font-size: 40px;
        font-weight: 400;
        line-height: 1.2;
        letter-spacing: 0;
    }

    body.page-template-page-security-checklist-figma .ldmg-expect-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0;
        min-height: 221px;
        margin: 0;
        overflow: hidden;
        background: #f6f6fd;
        border-radius: 14px;
    }

    body.page-template-page-security-checklist-figma .ldmg-expect-card {
        display: grid;
        grid-template-columns: 44px 1fr;
        grid-template-rows: auto auto;
        column-gap: 28px;
        padding: 42px 36px 36px;
        background: transparent;
        border-radius: 0;
        border-left: 1px solid rgba(39,39,39,.08);
    }

    body.page-template-page-security-checklist-figma .ldmg-expect-card:first-child {
        border-left: 0;
    }

    body.page-template-page-security-checklist-figma .ldmg-expect-icon {
        grid-row: 1 / span 2;
        width: 44px;
        height: 44px;
        margin: -1px 0 0;
    }

    body.page-template-page-security-checklist-figma .ldmg-expect-icon svg,
    body.page-template-page-security-checklist-figma .ldmg-expect-icon img {
        width: 44px;
        height: 44px;
        display: block;
        object-fit: contain;
    }

    body.page-template-page-security-checklist-figma .ldmg-expect-heading {
        margin: 0 0 13px;
        color: #282828;
        font-size: 25px;
        font-weight: 400;
        line-height: 1.16;
        letter-spacing: 0;
    }

    body.page-template-page-security-checklist-figma .ldmg-expect-desc {
        max-width: 292px;
        margin: 0;
        padding: 0;
        color: #282828;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.35;
        letter-spacing: 0;
    }

    body.page-template-page-security-checklist-figma .ldmg-form-section {
        width: calc(100% - 32px);
        max-width: none;
        height: 616px;
        margin: 104px auto 16px;
        padding: 68px 0 0;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        background: #f0edff;
        border-radius: 22px;
        text-align: left;
    }

    body.page-template-page-security-checklist-figma .ldmg-form-card {
        width: 800px;
        height: 479px;
        padding: 49px 64px 54px;
        background: #fff;
        border-radius: 18px;
        box-shadow: 0 28px 70px rgba(64,45,116,.10);
    }

    body.page-template-page-security-checklist-figma .ldmg-form-heading {
        margin: 0 0 31px;
        color: #050505;
        font-size: 40px;
        font-weight: 400;
        line-height: 1.18;
        letter-spacing: 0;
    }

    body.page-template-page-security-checklist-figma .ldmg-form {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    body.page-template-page-security-checklist-figma .ldmg-form-divider {
        height: 1px;
        margin: 0 0 58px;
        background: rgba(5,5,5,.72);
    }

    body.page-template-page-security-checklist-figma .ldmg-form-row {
        display: grid;
        grid-template-columns: 316px 316px;
        gap: 40px;
        margin: 0 0 53px;
    }

    body.page-template-page-security-checklist-figma .ldmg-form-field {
        position: relative;
        display: block;
        width: 316px;
        height: 43px;
    }

    body.page-template-page-security-checklist-figma .ldmg-form-field--company {
        margin: 0;
    }

    body.page-template-page-security-checklist-figma .ldmg-form-input {
        width: 100%;
        height: 43px;
        padding: 14px 0 7px;
        border: 0;
        border-bottom: 1px solid #d2d2d2;
        border-radius: 0;
        background: transparent !important;
        color: #282828;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.2;
        box-shadow: none;
    }

    body.page-template-page-security-checklist-figma .ldmg-form-input:focus {
        border-bottom-color: #282828;
    }

    body.page-template-page-security-checklist-figma .ldmg-form-label {
        position: absolute;
        left: 0;
        top: 0;
        color: #575757;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.2;
        pointer-events: none;
        transition: color .16s ease, transform .16s ease;
    }

    body.page-template-page-security-checklist-figma .ldmg-required {
        color: #e24343;
    }

    body.page-template-page-security-checklist-figma .ldmg-form-submit {
        align-self: flex-end;
        width: 144px;
        min-width: 144px;
        height: 49px;
        margin-top: 36px;
        padding: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px !important;
        background: #1f2026 !important;
        color: #fff !important;
        font-size: 15px;
        font-weight: 400 !important;
        line-height: 1;
        box-shadow: none;
    }

    body.page-template-page-security-checklist-figma .ldmg-form-submit:hover {
        background: #1f2026 !important;
    }

    body.page-template-page-security-checklist-figma[data-button-style*="slightly_rounded"] .ldmg-form-card button.ldmg-form-submit[type="submit"] {
        border-radius: 999px !important;
    }

    body.page-template-page-security-checklist-figma .sl-footer {
        padding: 0 16px 16px;
        background: #f5f4fb;
    }

    body.page-template-page-security-checklist-figma .sl-footer-main {
        padding-top: 56px;
        padding-bottom: 12px;
    }

    body.page-template-page-security-checklist-figma .sl-footer-contact {
        gap: 8px;
        margin-bottom: 22px;
    }

    body.page-template-page-security-checklist-figma .sl-contact-phone {
        font-size: 25px;
        line-height: 1.2;
    }

    body.page-template-page-security-checklist-figma .sl-footer-address {
        line-height: 1.45;
    }

    body.page-template-page-security-checklist-figma .sl-footer-social {
        margin-bottom: 22px;
    }

    body.page-template-page-security-checklist-figma .sl-footer-col-heading {
        margin-bottom: 18px;
    }

    body.page-template-page-security-checklist-figma .sl-footer-links {
        gap: 3px;
    }

    body.page-template-page-security-checklist-figma .sl-footer-links a {
        line-height: 1.18;
    }

    body.page-template-page-security-checklist-figma .sl-footer-newsletter-card {
        padding-top: 20px;
        padding-bottom: 18px;
    }

    body.page-template-page-security-checklist-figma .sl-footer-newsletter-desc {
        margin-bottom: 22px;
    }

    body.page-template-page-security-checklist-figma .sl-footer-bar {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

body.page-template-page-security-checklist-figma[data-button-style*="slightly_rounded"] button.ldmg-hero-btn,
body.page-template-page-security-checklist-figma[data-button-style*="slightly_rounded"] button.ldmg-form-submit {
    border-radius: 999px !important;
}

@media (max-width: 1100px) {
    body.page-template-page-ambassadors-figma .fig-hero {
        margin: 72px 12px 0;
        overflow: hidden;
    }

    body.page-template-page-ambassadors-figma .amb-hero-inner {
        width: 100%;
        max-width: none;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 28px;
        padding: 36px 20px 32px;
        box-sizing: border-box;
    }

    body.page-template-page-ambassadors-figma .amb-hero-content,
    body.page-template-page-ambassadors-figma .amb-benefits-intro,
    body.page-template-page-ambassadors-figma .amb-benefits-copy,
    body.page-template-page-ambassadors-figma .amb-help-card,
    body.page-template-page-ambassadors-figma .amb-contribute-card,
    body.page-template-page-ambassadors-figma .amb-form-content,
    body.page-template-page-ambassadors-figma .amb-form-card {
        min-width: 0;
        max-width: 100%;
    }

    body.page-template-page-ambassadors-figma .amb-hero-label {
        display: none;
    }

    body.page-template-page-ambassadors-figma .amb-hero-heading {
        max-width: 100%;
        margin-bottom: 18px;
        font-size: 31px;
        line-height: 1.14;
        letter-spacing: 0;
        overflow-wrap: break-word;
    }

    body.page-template-page-ambassadors-figma .amb-hero-desc {
        max-width: 100%;
        font-size: 15px;
        line-height: 1.55;
        overflow-wrap: break-word;
    }

    body.page-template-page-ambassadors-figma .amb-hero-btn {
        max-width: 100%;
        min-width: 0;
        white-space: normal;
        text-align: center;
    }

    body.page-template-page-ambassadors-figma .amb-hero-imgs {
        width: 100%;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 12px;
    }

    body.page-template-page-ambassadors-figma .amb-hero-img {
        width: 100%;
        aspect-ratio: 1 / 1;
    }

    body.page-template-page-ambassadors-figma .amb-hero-img img {
        height: 100%;
        object-fit: cover;
    }

    body.page-template-page-ambassadors-figma .amb-benefits-section,
    body.page-template-page-ambassadors-figma .amb-contribute-section,
    body.page-template-page-ambassadors-figma .amb-form-section {
        overflow: hidden;
        box-sizing: border-box;
    }

    body.page-template-page-ambassadors-figma .amb-benefits-intro {
        display: block;
    }

    body.page-template-page-ambassadors-figma .amb-benefits-section .fig-section-heading,
    body.page-template-page-ambassadors-figma .amb-contribute-section .fig-section-heading,
    body.page-template-page-ambassadors-figma .amb-form-heading {
        max-width: 100%;
        overflow-wrap: break-word;
    }

    body.page-template-page-ambassadors-figma .amb-help-grid,
    body.page-template-page-ambassadors-figma .amb-contribute-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    body.page-template-page-ambassadors-figma .amb-help-card {
        padding: 24px;
        border-left: 0;
    }

    body.page-template-page-ambassadors-figma .amb-help-heading,
    body.page-template-page-ambassadors-figma .amb-help-desc,
    body.page-template-page-ambassadors-figma .amb-contribute-heading,
    body.page-template-page-ambassadors-figma .amb-contribute-desc,
    body.page-template-page-ambassadors-figma .amb-who-bullet {
        max-width: 100%;
        overflow-wrap: break-word;
    }

    body.page-template-page-ambassadors-figma .amb-contribute-img {
        width: 100%;
    }

    body.page-template-page-ambassadors-figma .amb-contribute-img img {
        width: 100%;
        height: auto;
    }

    body.page-template-page-ambassadors-figma .amb-form-row {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-bottom: 18px;
    }

    body.page-template-page-ambassadors-figma .amb-form-field,
    body.page-template-page-ambassadors-figma .amb-form-field--full {
        width: 100%;
    }

    body.page-template-page-ambassadors-figma .amb-form-submit {
        max-width: 100%;
    }

    body.page-template-page-security-checklist-figma .ldmg-hero-label {
        display: none;
    }

    body.page-template-page-security-checklist-figma .ldmg-hero-imgs {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    body.page-template-page-security-checklist-figma .ldmg-form-section {
        background: #f0edff;
    }

    body.page-template-page-security-checklist-figma .ldmg-form-card {
        width: 100%;
        padding: 0;
        background: transparent;
        box-shadow: none;
    }

    body.page-template-page-security-checklist-figma .ldmg-form-field {
        position: relative;
        display: block;
        width: 100%;
        height: 48px;
    }

    body.page-template-page-security-checklist-figma .ldmg-form-heading {
        margin-bottom: 24px;
        text-align: center;
    }

    body.page-template-page-security-checklist-figma .ldmg-form-divider {
        margin-bottom: 20px;
    }

    body.page-template-page-security-checklist-figma .ldmg-form-row {
        gap: 18px;
        margin-bottom: 18px;
    }

    body.page-template-page-security-checklist-figma .ldmg-form-input {
        width: 100%;
        height: 44px;
        padding: 14px 0 7px;
        border: 0;
        border-bottom: 1px solid #d2d2d2;
        border-radius: 0;
        background: transparent !important;
        box-shadow: none;
    }

    body.page-template-page-security-checklist-figma .ldmg-form-label {
        position: absolute;
        left: 0;
        top: 0;
        color: #575757;
        font-size: 14px;
        line-height: 1.2;
        pointer-events: none;
    }

    body.page-template-page-security-checklist-figma .ldmg-form-submit {
        width: 160px;
        height: 44px;
        margin-top: 24px;
        padding: 0;
        align-self: flex-end;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #1f2026 !important;
        color: #fff !important;
        font-size: 15px;
        font-weight: 500;
    }
}

/* ═══════════════════════════════════════════════════════════
   MODAL PREVIEW PAGES
═══════════════════════════════════════════════════════════ */

.mp-page-wrapper {
    min-height: 100vh;
    padding: 88px 20px 0;
    background: #f3f2f8;
    font-family: 'Plus Jakarta Sans', 'Proxima Nova', sans-serif;
}
.mp-preview-shell {
    position: relative;
    max-width: 1240px;
    min-height: 620px;
    margin: 0 auto;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 30px;
    background: linear-gradient(140deg, #0d0630 0%, #21105b 42%, #4b1798 100%);
}
.mp-preview-blob {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}
.mp-preview-blob--one {
    width: 520px;
    height: 520px;
    top: -180px;
    right: 9%;
    background: radial-gradient(circle, rgba(113,65,236,.68) 0%, transparent 70%);
}
.mp-preview-blob--two {
    width: 340px;
    height: 340px;
    left: -90px;
    bottom: -120px;
    background: radial-gradient(circle, rgba(35,183,180,.34) 0%, transparent 70%);
}
.mp-preview-card {
    position: relative;
    z-index: 2;
    width: min(680px, calc(100% - 48px));
    padding: 58px 62px 62px;
    border-radius: 26px;
    background: rgba(255,255,255,.96);
    text-align: center;
    box-shadow: 0 28px 70px rgba(0,0,0,.24);
}
.mp-preview-label {
    margin-bottom: 18px;
    color: #6f2fd0;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2.2px;
    text-transform: uppercase;
}
.mp-preview-heading {
    margin: 0 0 16px;
    color: #202020;
    font-size: clamp(34px,4vw,54px);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: 0;
}
.mp-preview-desc {
    max-width: 520px;
    margin: 0 auto 30px;
    color: #4b4968;
    font-size: 17px;
    line-height: 1.65;
}
.mp-preview-btn {
    min-height: 58px;
    padding: 17px 31px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #252525;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1;
    text-decoration: none;
    transition: background .2s, transform .15s;
}
.mp-preview-btn:hover {
    background: #000;
    color: #fff;
    transform: translateY(-1px);
}
.mp-preview-note {
    margin: 18px 0 0;
    color: #6a6685;
    font-size: 13px;
}

/* ═══════════════════════════════════════════════════════════
   SUBSCRIBE MODAL
═══════════════════════════════════════════════════════════ */

.sl-subscribe-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0,0,0,.7);
}
.sl-subscribe-overlay.is-open { display: flex; }
.sl-subscribe-modal {
    position: relative;
    display: flex;
    flex-direction: column;
    width: min(1012px, calc(100vw - 48px));
    min-height: 714px;
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    padding: 66px 84px 90px;
    background: #fff;
    border-radius: 30px;
    box-shadow: none;
    animation: sl-modal-in .2s ease;
}
.sl-subscribe-close {
    position: absolute;
    top: 35px;
    right: 36px;
    width: 44px;
    height: 44px;
    border: none;
    background: transparent;
    border-radius: 0;
    color: #050505;
    font-size: 52px;
    font-weight: 300;
    line-height: .72;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .2s;
}
.sl-subscribe-close:hover { opacity: .55; background: transparent; }
.sl-subscribe-heading {
    max-width: 760px;
    margin: 0 0 46px;
    color: #202020;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 1.13;
    letter-spacing: 0;
}
.sl-subscribe-divider {
    width: 100%;
    height: 1px;
    margin: 0 0 86px;
    background: #1f1f1f;
}
.sl-subscribe-form {
    display: flex;
    flex-direction: column;
}
.sl-subscribe-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 84px;
    margin: 0 0 90px;
}
.sl-subscribe-field {
    position: relative;
    display: block;
    width: 100%;
    height: 44px;
}
#slSubscribeModal .sl-subscribe-input {
    width: 100%;
    height: 44px;
    padding: 0 0 18px;
    border: none !important;
    border-bottom: 1px solid #d7d7d7 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #262626 !important;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.35 !important;
    outline: none;
    transition: border-color .2s;
}
#slSubscribeModal .sl-subscribe-input:focus { border-bottom-color: #252525 !important; }
#slSubscribeModal .sl-subscribe-input::placeholder { color: #595959; opacity: 1; font-size: 18px; }
.sl-subscribe-label {
    position: absolute;
    top: 0;
    left: 0;
    color: #595959;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 400;
    pointer-events: none;
    transition: opacity .15s ease;
}
.sl-subscribe-required {
    color: #ff0000;
}
#slSubscribeModal .sl-subscribe-input:not(:placeholder-shown) + .sl-subscribe-label {
    opacity: 0;
}
#slSubscribeModal .sl-subscribe-submit {
    align-self: flex-end;
    min-width: 182px;
    min-height: 64px;
    margin-top: 86px;
    padding: 17px 31px;
    border: none !important;
    border-radius: 999px !important;
    background: #252525 !important;
    box-shadow: none !important;
    color: #fff !important;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    cursor: pointer;
    transition: background .2s, transform .15s;
}
#slSubscribeModal .sl-subscribe-submit:hover { background: #111 !important; transform: translateX(2px); }
.sl-subscribe-modal .gform_wrapper,
.sl-subscribe-modal .gform_body,
.sl-subscribe-modal .gform_footer {
    margin: 0;
}
.sl-subscribe-modal .gform_fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 84px;
    row-gap: 90px;
}
.sl-subscribe-modal .gfield {
    margin: 0;
}
.sl-subscribe-modal .gfield:nth-child(3) {
    grid-column: 1 / -1;
}
.sl-subscribe-modal .gfield input {
    width: 100%;
    height: 44px;
    padding: 0 0 18px;
    border: none;
    border-bottom: 1px solid #d7d7d7;
    color: #262626;
    font-size: 18px;
}
.sl-subscribe-modal .gform_footer {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    margin-top: 86px;
}
#slSubscribeModal .gform_footer input[type="submit"],
#slSubscribeModal .gform_button {
    min-width: 182px !important;
    min-height: 64px !important;
    padding: 17px 31px !important;
    border: none !important;
    border-radius: 999px !important;
    background: #252525 !important;
    box-shadow: none !important;
    color: #fff !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
}

/* ═══════════════════════════════════════════════════════════
   VIDEO MODAL
═══════════════════════════════════════════════════════════ */

.sl-video-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    align-items: flex-start;
    justify-content: center;
    padding: 75px 20px 0;
    background: rgba(0,0,0,.68);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}
.sl-video-overlay.is-open { display: flex; animation: sl-modal-in .2s ease; }
.sl-video-wrap {
    width: min(1326px, calc(100vw - 80px));
    max-width: 1326px;
    position: relative;
    overflow: visible;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
#slVideoContent {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
}
.sl-video-wrap iframe,
.sl-video-wrap video {
    width: 100%;
    height: 100%;
    display: block;
    aspect-ratio: 16/9;
    border: none;
    background: #000;
}
#slVideoModal .sl-video-close {
    position: absolute;
    top: calc(100% + 42px);
    left: 50%;
    width: 74px !important;
    height: 74px !important;
    padding: 0 !important;
    border: 0 !important;
    background: rgba(255,255,255,.18) !important;
    border-radius: 50% !important;
    font-size: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transform: translateX(-50%);
    transition: background .2s, opacity .2s;
}
#slVideoModal .sl-video-close::before,
#slVideoModal .sl-video-close::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    border-radius: 999px;
    background: currentColor;
}
#slVideoModal .sl-video-close::before { transform: rotate(45deg); }
#slVideoModal .sl-video-close::after { transform: rotate(-45deg); }
#slVideoModal .sl-video-close:hover { background: rgba(255,255,255,.28) !important; opacity: .9; }

/* ── Shared form inputs (generic) ──────────────────────────── */
.fig-form { display: flex; flex-direction: column; gap: 14px; }
.fig-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.fig-form-input,.fig-form-textarea,.fig-form-select {
    width: 100%; padding: 12px 14px; font-size: 14px; font-family: inherit;
    color: #1a1a2e; border: none; border-bottom: 1px solid #e0e0ec;
    background: transparent; outline: none; transition: border-color .2s;
    border-radius: 0;
}
.fig-form-input:focus,.fig-form-textarea:focus,.fig-form-select:focus { border-bottom-color: #4B23B0; }
.fig-form-input::placeholder,.fig-form-textarea::placeholder { color: #aab; }
.fig-form-textarea { resize: none; min-height: 80px; }
.fig-form-select { appearance: none; -webkit-appearance: none; cursor: pointer; }
.fig-form-submit { align-self: flex-end; padding: 12px 28px; background: #1a1a2e; color: #fff; font-size: 14px; font-weight: 700; font-family: inherit; border: none; border-radius: 50px; cursor: pointer; display: flex; align-items: center; gap: 8px; transition: background .2s; }
.fig-form-submit:hover { background: #2d1e6b; }

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════════════════ */
@media (max-width: 900px) {
    .blg-page-wrapper,.sgl-page-wrapper,.evts-page-wrapper,.evt-page-wrapper,
    .abt-page-wrapper,.achv-page-wrapper,.amb-page-wrapper,.ldmg-page-wrapper { padding: 12px 0 0; }

    .fig-hero { margin: 72px 12px 0; }
    .fig-section { margin: 12px 12px; padding: 36px 24px; border-radius: 18px; }
    .fig-cta { margin: 12px 12px 0; padding: 36px 24px; flex-direction: column; border-radius: 18px; }
    .fig-cta-mascot { width: 120px; }

    .blg-hero-inner,.evts-hero-inner,.achv-hero-inner { flex-direction: column; padding: 36px 24px; gap: 28px; }
    .blg-hero-photos,.evts-hero-photo,.achv-hero-photos { display: none; }
    .blg-main { padding: 0 12px; }
    .blg-grid { grid-template-columns: repeat(2,1fr); gap: 14px; }
    .blg-podcast { margin: 12px 12px; padding: 32px 24px; flex-direction: column; border-radius: 18px; }
    .blg-podcast-img { width: 100%; max-width: 280px; }

    .sgl-hero { margin: 72px 12px 0; padding: 36px 24px; border-radius: 18px; }
    .sgl-body { grid-template-columns: 1fr; margin: 12px 12px; }
    .sgl-content { padding: 32px 24px; }
    .sgl-related { margin: 12px 12px; padding: 32px 24px; border-radius: 18px; }
    .sgl-related-grid { grid-template-columns: 1fr; }

    .evts-upcoming-section,.evts-past-section,.evts-speakers-section { margin: 12px 12px; padding: 32px 24px; border-radius: 18px; }
    .evts-past-grid { grid-template-columns: 1fr 1fr; }
    .evts-form-section { grid-template-columns: 1fr; margin: 12px 12px; padding: 36px 24px; border-radius: 18px; }
    .evts-speaker-card { grid-template-columns: 1fr; }

    .evt-hero { margin: 72px 12px 0; }
    .evt-hero-inner { flex-direction: column; padding: 36px 24px; gap: 28px; }
    .evt-hero-img { width: 100%; max-width: 320px; }
    .evt-what-section,.evt-topics-section,.evt-sponsors-section { margin: 12px 12px; padding: 32px 24px; border-radius: 18px; }
    .evt-what-grid { grid-template-columns: 1fr; }
    .evt-next-section { margin: 12px 12px; }
    .evt-next-card { grid-template-columns: 1fr; padding: 32px 24px; }
    .evt-partner-section { grid-template-columns: 1fr; margin: 12px 12px; }
    .evt-topic { grid-template-columns: 1fr; }
    .evt-topic-img { height: 180px; }

    .abt-hero-inner { grid-template-columns: 1fr; padding: 36px 24px; }
    .abt-stats-section,.abt-story-section,.abt-team-section,.abt-testimonial-section { margin: 12px 12px; padding: 32px 24px; border-radius: 18px; }
    .abt-stats-grid { grid-template-columns: 1fr 1fr; }
    .abt-story-section { grid-template-columns: 1fr; }
    .abt-team-grid { grid-template-columns: repeat(3,1fr); }
    .abt-testimonials-grid { grid-template-columns: 1fr; }

    .achv-why-section,.achv-creds-section,.achv-featured-section { margin: 12px 12px; padding: 32px 24px; border-radius: 18px; }
    .achv-why-grid { grid-template-columns: 1fr; }
    .achv-cred-item { grid-template-columns: 80px 1fr; gap: 16px; }

    .amb-hero-inner,.ldmg-hero-inner { grid-template-columns: 1fr; padding: 36px 24px; }
    .amb-benefits-section,.amb-form-section { margin: 12px 12px; padding: 32px 24px; border-radius: 18px; }
    .amb-contribute-section { grid-template-columns: 1fr; margin: 12px 12px; padding: 32px 24px; border-radius: 18px; }
    .amb-form-section { grid-template-columns: 1fr; }
    .amb-help-grid,.amb-contribute-grid { grid-template-columns: 1fr; }

    .ldmg-expect-section,.ldmg-form-section { margin: 12px 12px; padding: 32px 24px; border-radius: 18px; }
    .ldmg-expect-grid { grid-template-columns: 1fr; }
    .ldmg-form-row { grid-template-columns: 1fr; }
    .ldmg-hero-imgs { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
    .blg-grid { grid-template-columns: 1fr; }
    .evts-past-grid { grid-template-columns: 1fr; }
    .abt-team-grid { grid-template-columns: repeat(2,1fr); }
    .sl-subscribe-row { grid-template-columns: 1fr; }
    .fig-form-row { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
    .mp-page-wrapper { padding: 72px 12px 0; }
    .mp-preview-shell {
        min-height: 560px;
        border-radius: 22px;
    }
    .mp-preview-card {
        width: calc(100% - 28px);
        padding: 38px 24px 42px;
        border-radius: 22px;
    }
    .mp-preview-desc {
        font-size: 15px;
    }
    .mp-preview-btn {
        width: 100%;
        min-height: 54px;
        font-size: 16px;
    }
}

/* Events: align listing hero/header/form with the About page system. */
body:is(.page-template-page-events-figma, .post-type-archive-tribe_events),
body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) #ajax-content-wrap {
    background: #fff !important;
}

body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .home-site-header--light {
    background: #f1f0f8 !important;
}

body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .home-site-header-inner {
    max-width: 1240px !important;
    min-height: 86px !important;
    padding: 20px 0 14px !important;
    gap: 28px !important;
}

body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .home-site-menu {
    height: 48px !important;
}

body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .home-site-menu li a {
    padding: 0 28px !important;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.1 !important;
}

body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .home-site-header-cta {
    height: 48px !important;
    padding: 0 24px !important;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.1 !important;
}

body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .evts-page-wrapper,
body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .evts-page-wrapper * {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif !important;
    box-sizing: border-box !important;
}

body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .evts-page-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    overflow-x: hidden !important;
    background: #fff !important;
    color: #282828 !important;
}

@media (min-width: 768px) {
    body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .fig-hero {
        width: calc(100% - 24px) !important;
        max-width: none !important;
        height: 502px !important;
        min-height: 502px !important;
        margin: 96px auto 0 !important;
        padding: 0 !important;
        border-radius: 22px !important;
        background:
            radial-gradient(circle at 51% -9%, rgba(255,255,255,.14) 0 28%, transparent 28.4%),
            radial-gradient(circle at 78% 33%, rgba(255,255,255,.13) 0 18%, transparent 18.4%),
            radial-gradient(circle at 51% 106%, rgba(255,255,255,.12) 0 28%, transparent 28.4%),
            radial-gradient(circle at 93% 103%, rgba(255,255,255,.13) 0 27%, transparent 27.4%),
            linear-gradient(119deg, #8f19d2 0%, #6f2fd0 31%, #4644af 58%, #00518c 100%) !important;
        overflow: hidden !important;
    }

    body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .fig-hero-blob {
        background: transparent !important;
        border: 2px solid rgba(255,255,255,.08) !important;
        opacity: 1 !important;
    }

    body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .fig-hero-blob-1 {
        width: 650px !important;
        height: 650px !important;
        top: -222px !important;
        left: -10px !important;
        right: auto !important;
        bottom: auto !important;
    }

    body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .fig-hero-blob-2 {
        width: 580px !important;
        height: 580px !important;
        top: 238px !important;
        right: 414px !important;
        bottom: auto !important;
        left: auto !important;
    }

    body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .evts-hero-inner {
        width: 100% !important;
        height: 100% !important;
        min-height: 0 !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 88px !important;
        display: grid !important;
        grid-template-columns: 520px minmax(0, 1fr) !important;
        gap: 80px !important;
        align-items: center !important;
    }

    body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .evts-hero-content {
        max-width: 560px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .evts-hero-heading {
        max-width: 560px !important;
        margin: 0 0 19px !important;
        color: #fff !important;
        font-size: 58px !important;
        font-weight: 400 !important;
        line-height: 1.22 !important;
        letter-spacing: 0 !important;
    }

    body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .evts-hero-desc {
        max-width: 560px !important;
        margin: 0 0 28px !important;
        padding: 0 !important;
        color: rgba(255,255,255,.96) !important;
        font-size: 20px !important;
        font-weight: 400 !important;
        line-height: 1.35 !important;
        letter-spacing: 0 !important;
    }

    body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .evts-hero-btn {
        min-width: 174px !important;
        height: 49px !important;
        padding: 0 24px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 999px !important;
        background: #fff !important;
        color: #242424 !important;
        font-size: 15px !important;
        font-weight: 500 !important;
        line-height: 1 !important;
        letter-spacing: 0 !important;
        text-decoration: none !important;
        box-shadow: none !important;
    }

    body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .evts-hero-photo {
        position: relative !important;
        width: 100% !important;
        height: 358px !important;
    }

    body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .evts-hero-photo-a,
    body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .evts-hero-photo-b {
        position: absolute !important;
        overflow: hidden !important;
        border: 1px solid rgba(255,255,255,.2) !important;
        border-radius: 18px !important;
        background: rgba(255,255,255,.14) !important;
        box-shadow: 0 20px 60px rgba(0,0,0,.18) !important;
    }

    body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .evts-hero-photo-a {
        width: 296px !important;
        height: 286px !important;
        top: 78px !important;
        right: 316px !important;
        left: auto !important;
        z-index: 3 !important;
    }

    body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .evts-hero-photo-b {
        width: 302px !important;
        height: 302px !important;
        top: 16px !important;
        right: 0 !important;
        bottom: auto !important;
        z-index: 2 !important;
        border-radius: 18px 92px 18px 18px !important;
    }

    body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .evts-hero-photo-a img,
    body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .evts-hero-photo-b img {
        width: 100% !important;
        height: 100% !important;
        display: block !important;
        object-fit: cover !important;
    }

    body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .evts-form-section {
        width: calc(100% - 24px) !important;
        max-width: none !important;
        min-height: 558px !important;
        margin: 110px auto 0 !important;
        padding: 0 130px 0 72px !important;
        display: grid !important;
        grid-template-columns: minmax(0, 520px) 610px !important;
        gap: 90px !important;
        align-items: center !important;
        border-radius: 22px !important;
        background:
            radial-gradient(circle at 51% -9%, rgba(255,255,255,.14) 0 28%, transparent 28.4%),
            radial-gradient(circle at 78% 33%, rgba(255,255,255,.13) 0 18%, transparent 18.4%),
            radial-gradient(circle at 51% 106%, rgba(255,255,255,.12) 0 28%, transparent 28.4%),
            radial-gradient(circle at 93% 103%, rgba(255,255,255,.13) 0 27%, transparent 27.4%),
            linear-gradient(119deg, #8f19d2 0%, #6f2fd0 31%, #4644af 58%, #00518c 100%) !important;
    }

    body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .evts-form-heading {
        max-width: 520px !important;
        margin: 0 0 28px !important;
        color: #fff !important;
        font-size: 58px !important;
        font-weight: 400 !important;
        line-height: 1.22 !important;
        letter-spacing: 0 !important;
    }

    body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .evts-form-desc {
        max-width: 520px !important;
        margin: 0 !important;
        color: rgba(255,255,255,.96) !important;
        font-size: 20px !important;
        font-weight: 400 !important;
        line-height: 1.35 !important;
    }

    body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .evts-form-card {
        width: 100% !important;
        min-height: 426px !important;
        padding: 55px 64px 47px !important;
        border-radius: 24px !important;
        background: #fff !important;
        box-shadow: none !important;
    }

    body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .evts-form-card-heading {
        margin: 0 0 30px !important;
        padding-bottom: 25px !important;
        border-bottom: 1px solid #050505 !important;
        color: #050505 !important;
        font-size: 31px !important;
        font-weight: 400 !important;
        line-height: 1.2 !important;
        letter-spacing: 0 !important;
    }
}

body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .evts-speaker-featured.is-open .evts-speaker-featured-body {
    display: grid !important;
}

body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .evts-speaker-featured-body[hidden],
body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .evts-speaker-row-desc[hidden] {
    display: none !important;
}

body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .evts-speaker-row.is-open {
    align-items: start !important;
    background: #fff !important;
    box-shadow: 0 10px 28px rgba(30,20,70,.08) !important;
}

body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .evts-speaker-row.is-open .evts-speaker-row-desc {
    display: block !important;
    max-width: 560px !important;
    margin-top: 14px !important;
    color: #282828 !important;
}

@media (max-width: 1280px) and (min-width: 768px) {
    body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .evts-hero-inner {
        padding: 0 48px !important;
        gap: 46px !important;
    }

    body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .evts-hero-photo-a {
        right: 250px !important;
    }

    body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .evts-form-section {
        padding: 64px 56px !important;
        grid-template-columns: minmax(0, 1fr) minmax(480px, 52vw) !important;
        gap: 48px !important;
    }
}

@media (max-width: 767px) {
    body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .home-site-header--light {
        background: #f1f0f8 !important;
    }

    body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .fig-hero {
        width: calc(100% - 24px) !important;
        min-height: 576px !important;
        margin: 90px auto 0 !important;
        padding: 36px 22px !important;
        border-radius: 20px !important;
        background:
            radial-gradient(circle at 17% -3%, rgba(255,255,255,.16) 0 31%, transparent 31.4%),
            radial-gradient(circle at 72% 38%, rgba(255,255,255,.12) 0 20%, transparent 20.4%),
            radial-gradient(circle at 94% 104%, rgba(255,255,255,.14) 0 35%, transparent 35.4%),
            linear-gradient(119deg, #8f19d2 0%, #6f2fd0 35%, #4644af 64%, #00518c 100%) !important;
    }

    body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .evts-hero-inner {
        height: auto !important;
        min-height: 0 !important;
        padding: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 28px !important;
        align-items: stretch !important;
    }

    body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .evts-hero-heading {
        margin-bottom: 18px !important;
        color: #fff !important;
        font-size: 38px !important;
        font-weight: 400 !important;
        line-height: 1.15 !important;
        letter-spacing: 0 !important;
    }

    body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .evts-hero-desc {
        max-width: 100% !important;
        margin-bottom: 28px !important;
        color: rgba(255,255,255,.96) !important;
        font-size: 16px !important;
        line-height: 1.42 !important;
    }

    body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .evts-hero-btn {
        width: max-content !important;
        min-width: 180px !important;
        height: 51px !important;
        padding: 0 23px !important;
        border-radius: 999px !important;
        background: #fff !important;
        color: #242424 !important;
        font-size: 15px !important;
        font-weight: 500 !important;
    }

    body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .evts-hero-photo {
        width: 100% !important;
        height: 154px !important;
        margin-top: 0 !important;
    }

    body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .evts-hero-photo-a,
    body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .evts-hero-photo-b {
        position: absolute !important;
        overflow: hidden !important;
        border: 1px solid rgba(255,255,255,.25) !important;
        border-radius: 16px !important;
        box-shadow: 0 12px 34px rgba(0,0,0,.16) !important;
    }

    body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .evts-hero-photo-a {
        width: calc(50% - 8px) !important;
        height: 154px !important;
        top: 0 !important;
        left: 0 !important;
        right: auto !important;
    }

    body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .evts-hero-photo-b {
        width: calc(50% - 8px) !important;
        height: 154px !important;
        top: 0 !important;
        right: 0 !important;
        bottom: auto !important;
        border-radius: 16px 56px 16px 16px !important;
    }

    body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .evts-hero-photo img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .evts-speaker-featured-head,
    body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .evts-speaker-featured-body,
    body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .evts-speaker-row {
        grid-template-columns: 1fr auto !important;
        gap: 22px !important;
    }

    body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .evts-speaker-person,
    body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .evts-speaker-row-avatar {
        grid-column: 1 / -1 !important;
    }

    body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .evts-form-section {
        width: calc(100% - 24px) !important;
        max-width: none !important;
        margin: 72px auto 0 !important;
        padding: 40px 22px !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 30px !important;
        border-radius: 20px !important;
        background:
            radial-gradient(circle at 17% -3%, rgba(255,255,255,.16) 0 31%, transparent 31.4%),
            radial-gradient(circle at 72% 38%, rgba(255,255,255,.12) 0 20%, transparent 20.4%),
            radial-gradient(circle at 94% 104%, rgba(255,255,255,.14) 0 35%, transparent 35.4%),
            linear-gradient(119deg, #8f19d2 0%, #6f2fd0 35%, #4644af 64%, #00518c 100%) !important;
    }

    body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .evts-form-heading {
        font-size: 38px !important;
        font-weight: 400 !important;
        line-height: 1.15 !important;
        color: #fff !important;
    }

    body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .evts-form-desc {
        font-size: 16px !important;
        line-height: 1.42 !important;
        color: rgba(255,255,255,.96) !important;
    }

    body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .evts-form-card {
        width: 100% !important;
        padding: 34px 24px !important;
        border-radius: 22px !important;
        background: #fff !important;
    }

    body:is(.page-template-page-events-figma, .post-type-archive-tribe_events) .evts-form-card-heading {
        padding-bottom: 20px !important;
        border-bottom: 1px solid #050505 !important;
        font-size: 28px !important;
        font-weight: 400 !important;
    }
}

/* Events page and register modal refinements. */
body.page-template-page-events-figma,
body.page-template-page-events-figma * {
    font-family: "Plus Jakarta Sans", Arial, sans-serif !important;
    letter-spacing: 0 !important;
}

body.page-template-page-events-figma .home-site-header--light {
    background: #f0eff8 !important;
}

body.page-template-page-events-figma .fig-hero {
    margin-top: 96px !important;
    min-height: 502px !important;
    border-radius: 22px !important;
}

body.page-template-page-events-figma .evts-hero-inner {
    min-height: 502px !important;
    padding: 0 88px !important;
}

body.page-template-page-events-figma .evts-hero-heading,
body.page-template-page-events-figma .evts-form-heading {
    font-size: 58px !important;
    font-weight: 400 !important;
    line-height: 1.22 !important;
}

body.page-template-page-events-figma .evts-hero-desc,
body.page-template-page-events-figma .evts-form-desc {
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 1.36 !important;
}

body.page-template-page-events-figma .evts-hero-btn {
    width: auto !important;
    min-width: 174px !important;
    height: 49px !important;
    padding: 0 25px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}

body.page-template-page-events-figma .evts-hero-photo {
    height: 390px !important;
}

body.page-template-page-events-figma .evts-hero-photo-a {
    width: 330px !important;
    height: 298px !important;
    top: 128px !important;
    right: 284px !important;
    z-index: 3 !important;
}

body.page-template-page-events-figma .evts-hero-photo-b {
    width: 346px !important;
    height: 294px !important;
    top: 68px !important;
    right: 0 !important;
    border-radius: 18px 112px 18px 18px !important;
    overflow: hidden !important;
}

body.page-template-page-events-figma .evts-section-head {
    margin-bottom: 52px !important;
}

body.page-template-page-events-figma .evts-section-head--split {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 520px) !important;
    gap: 80px !important;
    align-items: start !important;
}

body.page-template-page-events-figma .fig-section-heading,
body.page-template-page-events-figma .evts-upcoming-heading {
    font-size: 40px !important;
    font-weight: 500 !important;
    line-height: 1.18 !important;
}

body.page-template-page-events-figma .evts-section-intro {
    max-width: 520px !important;
    margin: 0 !important;
    color: #282828 !important;
    font-size: 17px !important;
    line-height: 1.45 !important;
}

body.page-template-page-events-figma .evts-upcoming-section,
body.page-template-page-events-figma .evts-past-section,
body.page-template-page-events-figma .evts-speakers-section {
    width: 1240px !important;
    max-width: calc(100% - 200px) !important;
    margin: 100px auto 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

body.page-template-page-events-figma .evts-upcoming-scroll,
body.page-template-page-events-figma .evts-past-grid {
    display: flex !important;
    gap: 20px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 0 0 4px !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
}

body.page-template-page-events-figma .evts-upcoming-scroll::-webkit-scrollbar,
body.page-template-page-events-figma .evts-past-grid::-webkit-scrollbar {
    display: none !important;
}

body.page-template-page-events-figma .evts-upcoming-card {
    flex: 0 0 610px !important;
    min-height: 420px !important;
    padding: 0 !important;
    overflow: hidden !important;
    border-radius: 12px !important;
    background: #f5f5fa !important;
    scroll-snap-align: start !important;
}

body.page-template-page-events-figma .evts-past-card {
    flex: 0 0 400px !important;
    min-height: 486px !important;
    padding: 0 !important;
    overflow: hidden !important;
    border-radius: 12px !important;
    background: #f5f5fa !important;
    scroll-snap-align: start !important;
}

body.page-template-page-events-figma .evts-upcoming-img {
    height: 272px !important;
    aspect-ratio: auto !important;
    border-radius: 0 !important;
}

body.page-template-page-events-figma .evts-past-img {
    height: 258px !important;
    aspect-ratio: auto !important;
    border-radius: 0 !important;
}

body.page-template-page-events-figma .evts-upcoming-img img,
body.page-template-page-events-figma .evts-past-img img {
    object-fit: cover !important;
}

body.page-template-page-events-figma .evts-card-tag {
    top: auto !important;
    bottom: -14px !important;
    left: 32px !important;
    min-height: 28px !important;
    padding: 0 16px !important;
    background: #e7daf8 !important;
    border: 0 !important;
    color: #242424 !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
}

body.page-template-page-events-figma .evts-upcoming-body {
    min-height: 148px !important;
    padding: 34px 32px 28px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 24px !important;
    align-items: center !important;
}

body.page-template-page-events-figma .evts-past-body {
    padding: 34px 32px 30px !important;
}

body.page-template-page-events-figma .evts-upcoming-title,
body.page-template-page-events-figma .evts-past-title {
    margin: 0 !important;
    color: #282828 !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
}

body.page-template-page-events-figma .evts-past-title {
    font-size: 25px !important;
}

body.page-template-page-events-figma .evts-upcoming-date,
body.page-template-page-events-figma .evts-past-meta {
    margin: 14px 0 0 !important;
    color: #242424 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    text-transform: none !important;
}

body.page-template-page-events-figma .evts-upcoming-desc {
    display: none !important;
}

body.page-template-page-events-figma .evts-past-desc {
    margin: 14px 0 34px !important;
    color: #4f4f4f !important;
    font-size: 16px !important;
    line-height: 1.42 !important;
}

body.page-template-page-events-figma .evts-register-btn {
    width: 126px !important;
    height: 48px !important;
    padding: 0 20px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
    border: 1px solid #242424 !important;
    border-radius: 999px !important;
    background: transparent !important;
    color: #242424 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    cursor: pointer !important;
}

body.page-template-page-events-figma .evts-register-btn:hover {
    background: #242424 !important;
    color: #fff !important;
}

body.page-template-page-events-figma .evts-carousel-footer {
    margin-top: 70px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 22px !important;
    align-items: center !important;
}

body.page-template-page-events-figma .evts-carousel-progress {
    height: 1px !important;
    background: #dedede !important;
    position: relative !important;
}

body.page-template-page-events-figma .evts-carousel-progress span {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 22% !important;
    height: 1px !important;
    background: #242424 !important;
}

body.page-template-page-events-figma .evts-carousel-controls {
    display: flex !important;
    gap: 12px !important;
}

body.page-template-page-events-figma .evts-carousel-btn {
    width: 48px !important;
    height: 48px !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: #242424 !important;
    font-size: 28px !important;
    font-weight: 300 !important;
    line-height: 1 !important;
    cursor: pointer !important;
}

body.page-template-page-events-figma .evts-past-head {
    margin-bottom: 48px !important;
    display: block !important;
}

body.page-template-page-events-figma .evts-past-filters {
    margin-top: 34px !important;
    padding: 0 !important;
    gap: 8px !important;
    background: transparent !important;
}

body.page-template-page-events-figma .evts-past-tab {
    min-height: 34px !important;
    padding: 0 18px !important;
    border: 1px solid #e0e0e0 !important;
    background: #fff !important;
    color: #242424 !important;
    font-size: 12px !important;
}

body.page-template-page-events-figma .evts-past-tab.is-active {
    border-color: #242424 !important;
    background: #fff !important;
    color: #242424 !important;
}

body.page-template-page-events-figma .evts-speakers-section .fig-section-heading {
    margin-bottom: 54px !important;
}

body.page-template-page-events-figma .evts-speaker-featured {
    min-height: 494px !important;
    padding: 40px !important;
    overflow: hidden !important;
    border-radius: 12px !important;
    color: #fff !important;
    background:
        radial-gradient(circle at 0% 2%, rgba(255,255,255,.13) 0 31%, transparent 31.5%),
        radial-gradient(circle at 56% -5%, rgba(255,255,255,.12) 0 17%, transparent 17.5%),
        radial-gradient(circle at 76% 38%, rgba(0,0,0,.16) 0 13%, transparent 13.5%),
        radial-gradient(circle at 98% 100%, rgba(255,255,255,.12) 0 24%, transparent 24.5%),
        linear-gradient(119deg, #8f19d2 0%, #5e20c9 36%, #253aaf 67%, #00518c 100%) !important;
}

body.page-template-page-events-figma .evts-speaker-featured-head {
    min-height: 104px !important;
    padding-bottom: 38px !important;
    display: grid !important;
    grid-template-columns: minmax(330px, 470px) minmax(0, 1fr) 56px !important;
    gap: 36px !important;
    align-items: start !important;
    border-bottom: 1px solid rgba(255,255,255,.26) !important;
}

body.page-template-page-events-figma .evts-speaker-person {
    display: grid !important;
    grid-template-columns: 80px minmax(0, 1fr) !important;
    gap: 24px !important;
    align-items: center !important;
}

body.page-template-page-events-figma .evts-speaker-avatar {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    background: rgba(255,255,255,.35) !important;
}

body.page-template-page-events-figma .evts-speaker-avatar img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

body.page-template-page-events-figma .evts-speaker-featured .evts-speaker-name {
    color: #fff !important;
    font-size: 31px !important;
    font-weight: 500 !important;
    line-height: 1.15 !important;
}

body.page-template-page-events-figma .evts-speaker-featured .evts-speaker-role {
    margin-top: 8px !important;
    color: #fff !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
}

body.page-template-page-events-figma .evts-speaker-lede {
    margin: 8px 0 0 !important;
    color: #fff !important;
    font-size: 20px !important;
    line-height: 1.38 !important;
}

body.page-template-page-events-figma .evts-speaker-toggle {
    width: 52px !important;
    height: 52px !important;
    border: 1px solid rgba(36,36,36,.12) !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: #111 !important;
    font-size: 30px !important;
    font-weight: 300 !important;
    line-height: 1 !important;
    cursor: pointer !important;
}

body.page-template-page-events-figma .evts-speaker-featured .evts-speaker-toggle {
    border-color: rgba(255,255,255,.25) !important;
    background: transparent !important;
    color: #fff !important;
}

body.page-template-page-events-figma .evts-speaker-featured-body {
    padding-top: 44px !important;
    display: grid !important;
    grid-template-columns: minmax(330px, 470px) minmax(0, 1fr) !important;
    gap: 120px !important;
}

body.page-template-page-events-figma .evts-speaker-featured strong {
    display: block !important;
    margin-bottom: 18px !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

body.page-template-page-events-figma .evts-speaker-chips {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
}

body.page-template-page-events-figma .evts-speaker-chips span {
    min-height: 28px !important;
    padding: 0 14px !important;
    display: inline-flex !important;
    align-items: center !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.12) !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}

body.page-template-page-events-figma .evts-speaker-biography p {
    max-width: 560px !important;
    margin: 0 0 30px !important;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 1.46 !important;
}

body.page-template-page-events-figma .evts-speaker-link {
    width: 208px !important;
    height: 48px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
    border: 1px solid #fff !important;
    border-radius: 999px !important;
    color: #fff !important;
    font-size: 14px !important;
    text-decoration: none !important;
}

body.page-template-page-events-figma .evts-speaker-accordion {
    margin-top: 20px !important;
    display: grid !important;
    gap: 20px !important;
}

body.page-template-page-events-figma .evts-speaker-row {
    min-height: 160px !important;
    padding: 34px 40px !important;
    display: grid !important;
    grid-template-columns: 80px minmax(0, 1fr) 56px !important;
    gap: 24px !important;
    align-items: center !important;
    border: 1px solid #e4e4e4 !important;
    border-radius: 12px !important;
    background: #fff !important;
}

body.page-template-page-events-figma .evts-speaker-row-avatar {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50% !important;
}

body.page-template-page-events-figma .evts-speaker-row-name {
    color: #282828 !important;
    font-size: 31px !important;
    font-weight: 500 !important;
    line-height: 1.16 !important;
}

body.page-template-page-events-figma .evts-speaker-row-title {
    margin-top: 8px !important;
    color: #242424 !important;
    font-size: 15px !important;
}

body.page-template-page-events-figma .evts-speaker-row-desc {
    max-width: 560px !important;
    margin-top: 10px !important;
    color: #282828 !important;
    font-size: 18px !important;
    line-height: 1.35 !important;
}

body.page-template-page-events-figma .evts-form-section {
    width: calc(100% - 32px) !important;
    min-height: 720px !important;
    margin: 100px auto 16px !important;
    padding: 0 84px !important;
    grid-template-columns: minmax(0, 1fr) 614px !important;
    gap: 74px !important;
}

body.page-template-page-events-figma .evts-form-card {
    padding: 54px 64px !important;
    border-radius: 22px !important;
}

body.page-template-page-events-figma .evts-form-card-heading {
    margin-bottom: 34px !important;
    font-size: 31px !important;
    font-weight: 500 !important;
}

body.page-template-page-events-figma .fig-form {
    gap: 28px !important;
}

body.page-template-page-events-figma .fig-form-row {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 40px !important;
}

body.page-template-page-events-figma .fig-form-input,
body.page-template-page-events-figma .fig-form-textarea {
    width: 100% !important;
    min-height: 48px !important;
    padding: 8px 0 13px !important;
    color: #575757 !important;
    font-size: 15px !important;
}

body.page-template-page-events-figma .fig-form-select-wrap {
    position: relative !important;
    display: block !important;
}

body.page-template-page-events-figma .fig-form-select-wrap::after {
    content: "v" !important;
    position: absolute !important;
    right: 0 !important;
    top: 9px !important;
    color: #111 !important;
    font-size: 22px !important;
    pointer-events: none !important;
}

body.page-template-page-events-figma .fig-form-select {
    appearance: none !important;
    padding-right: 28px !important;
}

body.page-template-page-events-figma .fig-form-submit {
    width: 180px !important;
    height: 48px !important;
    margin-top: 4px !important;
    align-self: flex-end !important;
}

.sl-event-register-overlay {
    position: fixed !important;
    inset: 0 !important;
    z-index: 100050 !important;
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 42px !important;
    background: rgba(0,0,0,.68) !important;
}

.sl-event-register-overlay.is-open {
    display: flex !important;
}

.sl-event-register-overlay,
.sl-event-register-overlay * {
    box-sizing: border-box !important;
    font-family: "Plus Jakarta Sans", Arial, sans-serif !important;
    letter-spacing: 0 !important;
}

.sl-event-register-modal {
    position: relative !important;
    width: min(1068px, calc(100vw - 84px)) !important;
    max-height: calc(100vh - 84px) !important;
    overflow: auto !important;
    border-radius: 30px !important;
    background: #fff !important;
    box-shadow: 0 32px 90px rgba(0,0,0,.32) !important;
}

.sl-event-register-close {
    position: absolute !important;
    top: 30px !important;
    right: 30px !important;
    z-index: 2 !important;
    width: 34px !important;
    height: 34px !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: transparent !important;
    color: #15152b !important;
    font-size: 34px !important;
    font-weight: 300 !important;
    line-height: 30px !important;
    cursor: pointer !important;
}

.sl-event-register-layout {
    min-height: 486px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 320px !important;
}

.sl-event-register-main {
    padding: 48px 40px 32px 56px !important;
}

.sl-event-register-head {
    padding-right: 28px !important;
    text-align: center !important;
}

.sl-event-register-head h3 {
    margin: 0 0 18px !important;
    color: #15152b !important;
    font-size: 21px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
}

.sl-event-register-head p {
    margin: 0 !important;
    color: #686b82 !important;
    font-size: 15px !important;
    line-height: 1.4 !important;
}

.sl-event-register-line {
    height: 1px !important;
    margin: 12px 0 24px !important;
    background: #ececf1 !important;
}

.sl-event-ticket-list {
    display: grid !important;
    gap: 12px !important;
}

.sl-event-ticket-card {
    min-height: 152px !important;
    padding: 20px 16px !important;
    border: 2px solid #315dff !important;
    border-radius: 6px !important;
    background: #fff !important;
    color: #15152b !important;
}

.sl-event-ticket-top {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 20px !important;
}

.sl-event-ticket-top strong {
    color: #15152b !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

.sl-event-ticket-counter {
    display: inline-flex !important;
    align-items: center !important;
    gap: 16px !important;
}

.sl-event-ticket-counter button {
    width: 34px !important;
    height: 34px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: #4164f5 !important;
    color: #fff !important;
    font-size: 28px !important;
    font-weight: 300 !important;
    line-height: 1 !important;
    cursor: pointer !important;
}

.sl-event-ticket-counter button:first-child {
    background: #e5e5ed !important;
    color: #9193a2 !important;
}

.sl-event-ticket-counter span {
    color: #15152b !important;
    font-size: 20px !important;
    font-weight: 600 !important;
}

.sl-event-ticket-price {
    margin-top: 34px !important;
    padding-top: 18px !important;
    border-top: 1px solid #ededf2 !important;
    color: #15152b !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

.sl-event-ticket-note {
    margin-top: 10px !important;
    color: #15152b !important;
    font-size: 14px !important;
}

.sl-event-register-bottom {
    margin-top: 30px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 192px 122px !important;
    gap: 22px !important;
    align-items: end !important;
}

.sl-event-powered {
    color: #8a8da2 !important;
    font-size: 13px !important;
}

.sl-event-language {
    position: relative !important;
    display: block !important;
}

.sl-event-language span {
    position: absolute !important;
    top: -10px !important;
    left: 18px !important;
    padding: 0 6px !important;
    background: #fff !important;
    color: #6c6f82 !important;
    font-size: 12px !important;
}

.sl-event-language select {
    width: 100% !important;
    height: 54px !important;
    padding: 0 42px 0 24px !important;
    border: 1px solid #bdbdcc !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #686b82 !important;
    font-size: 15px !important;
}

.sl-event-register-submit {
    height: 50px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 4px !important;
    background: #d63b16 !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

.sl-event-register-summary {
    padding: 32px 26px !important;
    background: #f7f7fb !important;
}

.sl-event-register-summary img {
    width: 100% !important;
    height: 128px !important;
    margin-bottom: 28px !important;
    display: block !important;
    object-fit: cover !important;
}

.sl-event-register-summary h4 {
    margin: 0 0 28px !important;
    color: #15152b !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}

.sl-event-summary-row,
.sl-event-summary-total {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 20px !important;
    color: #15152b !important;
    font-size: 16px !important;
    line-height: 1.45 !important;
}

.sl-event-summary-row {
    padding-bottom: 26px !important;
    border-bottom: 1px solid #ececf1 !important;
}

.sl-event-summary-total {
    padding-top: 22px !important;
    font-size: 22px !important;
    font-weight: 700 !important;
}

@media (max-width: 1100px) {
    body.page-template-page-events-figma .fig-hero {
        margin: 72px 12px 0 !important;
        min-height: 0 !important;
    }

    body.page-template-page-events-figma .evts-hero-inner {
        min-height: 0 !important;
        padding: 36px 22px !important;
    }

    body.page-template-page-events-figma .evts-hero-heading,
    body.page-template-page-events-figma .evts-form-heading {
        font-size: 36px !important;
    }

    body.page-template-page-events-figma .evts-hero-desc,
    body.page-template-page-events-figma .evts-form-desc {
        font-size: 16px !important;
    }

    body.page-template-page-events-figma .evts-hero-photo {
        height: auto !important;
    }

    body.page-template-page-events-figma .evts-hero-photo-a,
    body.page-template-page-events-figma .evts-hero-photo-b {
        position: static !important;
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 1 / 1 !important;
    }

    body.page-template-page-events-figma .evts-upcoming-section,
    body.page-template-page-events-figma .evts-past-section,
    body.page-template-page-events-figma .evts-speakers-section {
        width: auto !important;
        max-width: none !important;
        margin: 56px 12px 0 !important;
        padding: 0 !important;
        background: transparent !important;
    }

    body.page-template-page-events-figma .evts-section-head--split,
    body.page-template-page-events-figma .evts-speaker-featured-head,
    body.page-template-page-events-figma .evts-speaker-featured-body,
    body.page-template-page-events-figma .evts-form-section {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }

    body.page-template-page-events-figma .evts-upcoming-card {
        flex-basis: min(610px, 86vw) !important;
    }

    body.page-template-page-events-figma .evts-past-card {
        flex-basis: min(400px, 86vw) !important;
    }

    body.page-template-page-events-figma .evts-speaker-featured {
        min-height: 0 !important;
        padding: 28px 22px !important;
    }

    body.page-template-page-events-figma .evts-speaker-row {
        grid-template-columns: 64px minmax(0, 1fr) 48px !important;
        padding: 24px 20px !important;
    }

    body.page-template-page-events-figma .evts-speaker-row-avatar {
        width: 64px !important;
        height: 64px !important;
    }

    body.page-template-page-events-figma .evts-speaker-row-name {
        font-size: 24px !important;
    }

    body.page-template-page-events-figma .evts-form-section {
        width: auto !important;
        min-height: 0 !important;
        margin: 56px 12px 16px !important;
        padding: 34px 22px !important;
    }

    body.page-template-page-events-figma .evts-form-card {
        padding: 30px 22px !important;
    }

    .sl-event-register-layout {
        grid-template-columns: 1fr !important;
    }

    .sl-event-register-summary {
        border-top: 1px solid #ececf1 !important;
    }
}

@media (max-width: 760px) {
    body.page-template-page-events-figma .fig-section-heading,
    body.page-template-page-events-figma .evts-upcoming-heading {
        font-size: 31px !important;
    }

    body.page-template-page-events-figma .evts-upcoming-body {
        grid-template-columns: 1fr !important;
    }

    body.page-template-page-events-figma .evts-register-btn {
        width: 100% !important;
    }

    body.page-template-page-events-figma .evts-carousel-footer {
        margin-top: 34px !important;
    }

    body.page-template-page-events-figma .evts-speaker-person,
    body.page-template-page-events-figma .evts-speaker-row,
    body.page-template-page-events-figma .fig-form-row {
        grid-template-columns: 1fr !important;
    }

    .sl-event-register-overlay {
        padding: 14px !important;
    }

    .sl-event-register-modal {
        width: 100% !important;
        max-height: calc(100vh - 28px) !important;
        border-radius: 22px !important;
    }

    .sl-event-register-main {
        padding: 46px 20px 26px !important;
    }

    .sl-event-register-close {
        top: 18px !important;
        right: 18px !important;
    }

    .sl-event-register-bottom {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 760px) {
    .sl-subscribe-overlay {
        padding: 16px;
    }

    .sl-subscribe-modal {
        width: 100%;
        min-height: auto;
        padding: 48px 24px 36px;
        border-radius: 22px;
    }

    .sl-subscribe-close {
        top: 20px;
        right: 20px;
        width: 36px;
        height: 36px;
        font-size: 42px;
    }

    .sl-subscribe-heading {
        max-width: calc(100% - 36px);
        margin-bottom: 30px;
        font-size: 30px;
        line-height: 1.16;
    }

    .sl-subscribe-divider {
        margin-bottom: 42px;
    }

    .sl-subscribe-row,
    .sl-subscribe-modal .gform_fields {
        grid-template-columns: 1fr;
        gap: 34px;
        margin-bottom: 34px;
    }

    #slSubscribeModal .sl-subscribe-submit,
    .sl-subscribe-modal .gform_footer {
        margin-top: 42px;
    }

    #slSubscribeModal .sl-subscribe-submit {
        align-self: stretch;
        justify-content: center;
        min-width: 0;
        min-height: 58px;
        font-size: 18px;
    }

    #slSubscribeModal .gform_footer input[type="submit"],
    #slSubscribeModal .gform_button {
        width: 100% !important;
        min-width: 0 !important;
        min-height: 58px !important;
        font-size: 18px !important;
    }
}

/* ═══════════════════════════════════════════════════════════
   EVENTS LISTING - NEW LOOK OVERRIDES
═══════════════════════════════════════════════════════════ */

body.page-template-page-events-figma {
    background: #fff;
}

body.page-template-page-events-figma .home-site-header--light {
    background: #f1f0f8 !important;
}

body.page-template-page-events-figma .evts-page-wrapper {
    padding: 0;
    overflow: visible;
    background: #fff;
    color: #282828;
}

body.page-template-page-events-figma .fig-section-heading,
body.page-template-page-events-figma .evts-upcoming-heading {
    margin: 0;
    color: #282828;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
}

body.page-template-page-events-figma .fig-hero {
    width: calc(100% - 24px);
    max-width: none;
    min-height: 502px;
    margin: 96px auto 0;
    border-radius: 22px;
    background:
        radial-gradient(circle at 18% -11%, rgba(255,255,255,.14) 0 28%, transparent 28.4%),
        radial-gradient(circle at 68% 28%, rgba(255,255,255,.13) 0 18%, transparent 18.4%),
        radial-gradient(circle at 38% 111%, rgba(255,255,255,.12) 0 28%, transparent 28.4%),
        radial-gradient(circle at 94% 98%, rgba(255,255,255,.13) 0 27%, transparent 27.4%),
        linear-gradient(119deg, #8f19d2 0%, #6f2fd0 31%, #4644af 58%, #00518c 100%);
}

body.page-template-page-events-figma .fig-hero-blob {
    background: transparent;
    border: 2px solid rgba(255,255,255,.08);
    opacity: 1;
}

body.page-template-page-events-figma .fig-hero-blob-1 {
    width: 650px;
    height: 650px;
    top: -222px;
    left: -10px;
    right: auto;
}

body.page-template-page-events-figma .fig-hero-blob-2 {
    width: 580px;
    height: 580px;
    top: 238px;
    right: 414px;
    bottom: auto;
}

body.page-template-page-events-figma .evts-hero-inner {
    width: 100%;
    min-height: 502px;
    max-width: none;
    margin: 0;
    padding: 0 88px;
    display: grid;
    grid-template-columns: minmax(0, 560px) minmax(0, 1fr);
    gap: 58px;
    align-items: center;
}

body.page-template-page-events-figma .evts-hero-content {
    max-width: 560px;
}

body.page-template-page-events-figma .evts-hero-heading {
    max-width: 560px;
    margin: 0 0 18px;
    color: #fff;
    font-size: 58px;
    font-weight: 400;
    line-height: 1.22;
    letter-spacing: 0;
}

body.page-template-page-events-figma .evts-hero-desc {
    max-width: 560px;
    margin: 0 0 32px;
    color: rgba(255,255,255,.96);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0;
}

body.page-template-page-events-figma .evts-hero-btn,
body.page-template-page-events-figma .fig-form-submit {
    min-width: 178px;
    height: 49px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px !important;
    background: #fff;
    color: #242424;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-decoration: none;
    box-shadow: none;
    transition: none;
}

body.page-template-page-events-figma .evts-hero-btn:hover {
    background: #fff;
}

body.page-template-page-events-figma .evts-hero-photo {
    position: relative;
    width: 100%;
    height: 358px;
}

body.page-template-page-events-figma .evts-hero-photo-a,
body.page-template-page-events-figma .evts-hero-photo-b {
    position: absolute;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 18px;
    background: rgba(255,255,255,.14);
    box-shadow: 0 20px 60px rgba(0,0,0,.18);
}

body.page-template-page-events-figma .evts-hero-photo-a {
    width: 356px;
    height: 286px;
    top: 32px;
    right: 224px;
    left: auto;
}

body.page-template-page-events-figma .evts-hero-photo-b {
    width: 346px;
    height: 256px;
    top: 46px;
    right: 0;
    bottom: auto;
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
}

body.page-template-page-events-figma .evts-hero-photo-a img,
body.page-template-page-events-figma .evts-hero-photo-b img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

body.page-template-page-events-figma .evts-hero-photo-b img {
    object-fit: contain;
}

body.page-template-page-events-figma .evts-upcoming-section,
body.page-template-page-events-figma .evts-past-section,
body.page-template-page-events-figma .evts-speakers-section {
    width: 1240px;
    max-width: calc(100% - 200px);
    margin: 98px auto 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
}

body.page-template-page-events-figma .evts-upcoming-heading {
    margin-bottom: 28px;
}

body.page-template-page-events-figma .evts-upcoming-scroll {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    overflow: visible;
    padding: 0;
}

body.page-template-page-events-figma .evts-upcoming-card,
body.page-template-page-events-figma .evts-past-card {
    min-width: 0;
    min-height: 100%;
    padding: 12px;
    display: flex;
    flex-direction: column;
    border-radius: 14px;
    background: #f6f6fd;
    box-shadow: none;
    color: inherit;
    text-decoration: none;
    transition: none;
}

body.page-template-page-events-figma .evts-upcoming-card:hover,
body.page-template-page-events-figma .evts-past-card:hover {
    transform: none;
    color: inherit;
}

body.page-template-page-events-figma .evts-upcoming-img,
body.page-template-page-events-figma .evts-past-img {
    position: relative;
    height: auto;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 12px;
    background: #e8e7f4;
}

body.page-template-page-events-figma .evts-upcoming-img img,
body.page-template-page-events-figma .evts-past-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

body.page-template-page-events-figma .evts-card-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    min-height: 28px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(255,255,255,.66);
    border-radius: 999px;
    background: rgba(255,255,255,.9);
    color: #282828;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
}

body.page-template-page-events-figma .evts-upcoming-body,
body.page-template-page-events-figma .evts-past-body {
    padding: 20px 8px 6px;
}

body.page-template-page-events-figma .evts-upcoming-date {
    margin: 0 0 10px;
    color: #6f2fd0;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
}

body.page-template-page-events-figma .evts-upcoming-title,
body.page-template-page-events-figma .evts-past-title {
    margin: 0 0 10px;
    color: #282828;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
}

body.page-template-page-events-figma .evts-upcoming-desc,
body.page-template-page-events-figma .evts-past-desc {
    margin: 0 0 14px;
    color: #575757;
    font-size: 14px;
    line-height: 1.5;
}

body.page-template-page-events-figma .evts-upcoming-location,
body.page-template-page-events-figma .evts-past-meta {
    color: #575757;
    font-size: 13px;
    line-height: 1.4;
}

body.page-template-page-events-figma .evts-upcoming-cta {
    margin-top: 18px;
    color: #242424;
    font-size: 15px;
    font-weight: 500;
}

body.page-template-page-events-figma .evts-past-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 28px;
}

body.page-template-page-events-figma .evts-past-filters {
    margin: 0;
    padding: 4px;
    gap: 4px;
    border-radius: 999px;
    background: #f6f6fd;
    box-shadow: none;
}

body.page-template-page-events-figma .evts-past-tab {
    min-height: 38px;
    padding: 0 18px;
    border-radius: 999px;
    color: #575757;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
}

body.page-template-page-events-figma .evts-past-tab.is-active {
    background: #242424;
    color: #fff;
}

body.page-template-page-events-figma .evts-past-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 0;
}

body.page-template-page-events-figma .evts-speakers-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}

body.page-template-page-events-figma .evts-speaker-card {
    min-height: 202px;
    padding: 22px;
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 22px;
    align-items: center;
    border-radius: 14px;
    background: #f6f6fd;
}

body.page-template-page-events-figma .evts-speaker-blob {
    display: none;
}

body.page-template-page-events-figma .evts-speaker-avatar {
    width: 104px;
    height: 104px;
    border-radius: 14px;
    background: #fff;
}

body.page-template-page-events-figma .evts-speaker-avatar img,
body.page-template-page-events-figma .evts-speaker-row-avatar img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

body.page-template-page-events-figma .evts-speaker-name {
    margin: 0 0 5px;
    color: #282828;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
}

body.page-template-page-events-figma .evts-speaker-role {
    margin: 0 0 12px;
    color: #6f2fd0;
    font-size: 13px;
    line-height: 1.35;
}

body.page-template-page-events-figma .evts-speaker-bio {
    margin: 0;
    color: #575757;
    font-size: 14px;
    line-height: 1.5;
}

body.page-template-page-events-figma .evts-speakers-rows {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 14px;
}

body.page-template-page-events-figma .evts-speaker-row {
    padding: 18px;
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 16px;
    border: 0;
    border-radius: 14px;
    background: #f6f6fd;
}

body.page-template-page-events-figma .evts-speaker-row-avatar {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: #fff;
}

body.page-template-page-events-figma .evts-speaker-row-name {
    color: #282828;
    font-size: 16px;
    font-weight: 500;
}

body.page-template-page-events-figma .evts-speaker-row-title {
    margin-top: 3px;
    color: #6f2fd0;
    font-size: 12px;
}

body.page-template-page-events-figma .evts-speaker-row-desc {
    margin-top: 8px;
    color: #575757;
    font-size: 14px;
    line-height: 1.5;
}

body.page-template-page-events-figma .evts-form-section {
    width: calc(100% - 32px);
    max-width: none;
    min-height: 430px;
    margin: 100px auto 16px;
    padding: 64px 84px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 520px;
    gap: 72px;
    align-items: center;
    border-radius: 22px;
    background:
        radial-gradient(circle at 39% -6%, rgba(255,255,255,.14) 0 27%, transparent 27.4%),
        radial-gradient(circle at 88% 98%, rgba(255,255,255,.13) 0 28%, transparent 28.4%),
        linear-gradient(119deg, #8f19d2 0%, #6f2fd0 31%, #4644af 58%, #00518c 100%);
}

body.page-template-page-events-figma .evts-form-blob {
    display: none;
}

body.page-template-page-events-figma .evts-form-heading {
    max-width: 680px;
    margin: 0 0 18px;
    color: #fff;
    font-size: 58px;
    font-weight: 400;
    line-height: 1.18;
    letter-spacing: 0;
}

body.page-template-page-events-figma .evts-form-desc {
    max-width: 610px;
    margin: 0;
    color: rgba(255,255,255,.94);
    font-size: 20px;
    line-height: 1.35;
}

body.page-template-page-events-figma .evts-form-card {
    padding: 40px;
    border-radius: 22px;
    background: #fff;
    box-shadow: none;
}

body.page-template-page-events-figma .evts-form-card-heading {
    margin: 0 0 28px;
    color: #282828;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.24;
}

body.page-template-page-events-figma .fig-form {
    gap: 20px;
}

body.page-template-page-events-figma .fig-form-row {
    gap: 20px;
}

body.page-template-page-events-figma .fig-form-input,
body.page-template-page-events-figma .fig-form-textarea {
    min-height: 48px;
    padding: 10px 0;
    border: 0;
    border-bottom: 1px solid #d2d2d2;
    border-radius: 0;
    background: transparent !important;
    color: #282828;
    font-size: 15px;
    line-height: 1.35;
    box-shadow: none;
}

body.page-template-page-events-figma .fig-form-textarea {
    min-height: 96px;
    resize: vertical;
}

body.page-template-page-events-figma .fig-form-input::placeholder,
body.page-template-page-events-figma .fig-form-textarea::placeholder {
    color: #575757;
    opacity: 1;
}

body.page-template-page-events-figma .fig-form-submit {
    align-self: flex-end;
    margin-top: 10px;
    background: #242424 !important;
    color: #fff !important;
}

body.page-template-page-events-figma .fig-form-submit:hover {
    background: #242424 !important;
}

@media (max-width: 1100px) {
    body.page-template-page-events-figma .evts-page-wrapper {
        background: #f3f2f8;
        padding: 0;
    }

    body.page-template-page-events-figma .fig-hero {
        width: auto;
        min-height: 0;
        margin: 72px 12px 0;
    }

    body.page-template-page-events-figma .evts-hero-inner {
        min-height: 0;
        padding: 36px 20px 32px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 30px;
    }

    body.page-template-page-events-figma .evts-hero-heading {
        max-width: 100%;
        font-size: 34px;
        line-height: 1.14;
    }

    body.page-template-page-events-figma .evts-hero-desc {
        max-width: 100%;
        font-size: 15px;
        line-height: 1.55;
    }

    body.page-template-page-events-figma .evts-hero-btn {
        max-width: 100%;
        white-space: normal;
        text-align: center;
    }

    body.page-template-page-events-figma .evts-hero-photo {
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 12px;
    }

    body.page-template-page-events-figma .evts-hero-photo-a,
    body.page-template-page-events-figma .evts-hero-photo-b {
        position: static;
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        transform: none;
    }

    body.page-template-page-events-figma .evts-upcoming-section,
    body.page-template-page-events-figma .evts-past-section,
    body.page-template-page-events-figma .evts-speakers-section {
        width: auto;
        max-width: none;
        margin: 12px 12px 0;
        padding: 32px 20px;
        border-radius: 18px;
        background: #fff;
    }

    body.page-template-page-events-figma .fig-section-heading,
    body.page-template-page-events-figma .evts-upcoming-heading {
        max-width: 100%;
        font-size: 31px;
        line-height: 1.18;
        overflow-wrap: break-word;
    }

    body.page-template-page-events-figma .evts-upcoming-scroll,
    body.page-template-page-events-figma .evts-past-grid,
    body.page-template-page-events-figma .evts-speakers-list,
    body.page-template-page-events-figma .evts-speakers-rows {
        grid-template-columns: 1fr;
    }

    body.page-template-page-events-figma .evts-past-head {
        display: block;
    }

    body.page-template-page-events-figma .evts-past-filters {
        display: flex;
        flex-wrap: wrap;
        margin-top: 18px;
        border-radius: 18px;
    }

    body.page-template-page-events-figma .evts-past-tab {
        flex: 1 1 auto;
    }

    body.page-template-page-events-figma .evts-speaker-card {
        grid-template-columns: 84px minmax(0, 1fr);
        min-height: 0;
        padding: 18px;
    }

    body.page-template-page-events-figma .evts-speaker-avatar {
        width: 84px;
        height: 84px;
    }

    body.page-template-page-events-figma .evts-form-section {
        width: auto;
        min-height: 0;
        margin: 12px 12px 16px;
        padding: 36px 20px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 28px;
        border-radius: 18px;
    }

    body.page-template-page-events-figma .evts-form-heading {
        max-width: 100%;
        font-size: 34px;
        line-height: 1.16;
    }

    body.page-template-page-events-figma .evts-form-desc {
        max-width: 100%;
        font-size: 16px;
        line-height: 1.45;
    }

    body.page-template-page-events-figma .evts-form-card {
        padding: 26px 20px;
        border-radius: 16px;
    }

    body.page-template-page-events-figma .fig-form-row {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 701px) and (max-width: 1100px) {
    body.page-template-page-events-figma .evts-upcoming-scroll,
    body.page-template-page-events-figma .evts-past-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    body.page-template-page-events-figma .evts-speaker-card,
    body.page-template-page-events-figma .evts-speaker-row {
        grid-template-columns: 1fr;
    }

    body.page-template-page-events-figma .evts-speaker-avatar,
    body.page-template-page-events-figma .evts-speaker-row-avatar {
        width: 72px;
        height: 72px;
    }
}

/* ═══════════════════════════════════════════════════════════
   SINGLE EVENT SERIES - NEW LOOK OVERRIDES
═══════════════════════════════════════════════════════════ */

body.page-template-page-event-figma {
    background: #fff;
}

body.page-template-page-event-figma .home-site-header--light {
    background: #f1f0f8 !important;
}

body.page-template-page-event-figma .evt-page-wrapper {
    padding: 0;
    overflow: visible;
    background: #fff;
    color: #282828;
}

body.page-template-page-event-figma .fig-section-heading {
    margin: 0;
    color: #282828;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
}

body.page-template-page-event-figma .fig-eyebrow {
    margin-bottom: 16px;
    color: #6f2fd0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
}

body.page-template-page-event-figma .fig-hero {
    width: calc(100% - 24px);
    max-width: none;
    min-height: 502px;
    margin: 96px auto 0;
    border-radius: 22px;
    background:
        radial-gradient(circle at 18% -11%, rgba(255,255,255,.14) 0 28%, transparent 28.4%),
        radial-gradient(circle at 68% 28%, rgba(255,255,255,.13) 0 18%, transparent 18.4%),
        radial-gradient(circle at 38% 111%, rgba(255,255,255,.12) 0 28%, transparent 28.4%),
        radial-gradient(circle at 94% 98%, rgba(255,255,255,.13) 0 27%, transparent 27.4%),
        linear-gradient(119deg, #8f19d2 0%, #6f2fd0 31%, #4644af 58%, #00518c 100%);
}

body.page-template-page-event-figma .fig-hero-blob {
    background: transparent;
    border: 2px solid rgba(255,255,255,.08);
    opacity: 1;
}

body.page-template-page-event-figma .fig-hero-blob-1 {
    width: 650px;
    height: 650px;
    top: -222px;
    left: -10px;
    right: auto;
}

body.page-template-page-event-figma .fig-hero-blob-2 {
    width: 580px;
    height: 580px;
    top: 238px;
    right: 414px;
    bottom: auto;
}

body.page-template-page-event-figma .evt-hero-inner {
    width: 100%;
    min-height: 502px;
    max-width: none;
    margin: 0;
    padding: 0 88px;
    display: grid;
    grid-template-columns: minmax(0, 560px) minmax(0, 1fr);
    gap: 58px;
    align-items: center;
}

body.page-template-page-event-figma .evt-hero-content {
    max-width: 560px;
}

body.page-template-page-event-figma .evt-hero-label {
    display: none;
}

body.page-template-page-event-figma .evt-hero-heading {
    max-width: 560px;
    margin: 0 0 18px;
    color: #fff;
    font-size: 58px;
    font-weight: 400;
    line-height: 1.22;
    letter-spacing: 0;
}

body.page-template-page-event-figma .evt-hero-sub {
    max-width: 560px;
    margin: 0 0 32px;
    color: rgba(255,255,255,.96);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0;
}

body.page-template-page-event-figma .evt-hero-btn,
body.page-template-page-event-figma .evt-next-btn,
body.page-template-page-event-figma .fig-form-submit {
    min-width: 178px;
    height: 49px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px !important;
    background: #fff;
    color: #242424;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-decoration: none;
    box-shadow: none;
    transition: none;
}

body.page-template-page-event-figma .evt-hero-btn:hover,
body.page-template-page-event-figma .evt-next-btn:hover {
    background: #fff;
    transform: none;
}

body.page-template-page-event-figma .evt-hero-img {
    width: 100%;
    max-width: 580px;
    justify-self: end;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 18px;
    background: rgba(255,255,255,.14);
    box-shadow: 0 20px 60px rgba(0,0,0,.18);
}

body.page-template-page-event-figma .evt-hero-img img {
    width: 100%;
    aspect-ratio: 16 / 9;
    display: block;
    object-fit: cover;
}

body.page-template-page-event-figma .evt-what-section,
body.page-template-page-event-figma .evt-topics-section {
    width: 1240px;
    max-width: calc(100% - 200px);
    margin: 98px auto 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
}

body.page-template-page-event-figma .evt-what-head {
    display: grid;
    grid-template-columns: minmax(0, 510px) minmax(0, 540px);
    align-items: end;
    justify-content: space-between;
    gap: 56px;
    margin-bottom: 28px;
}

body.page-template-page-event-figma .evt-what-copy,
body.page-template-page-event-figma .evt-partner-desc {
    margin: 0;
    color: #575757;
    font-size: 16px;
    line-height: 1.5;
}

body.page-template-page-event-figma .evt-what-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
}

body.page-template-page-event-figma .evt-what-card {
    min-height: 220px;
    padding: 30px 28px;
    border-radius: 14px;
    background: #f6f6fd;
}

body.page-template-page-event-figma .evt-what-icon {
    width: 42px;
    height: 42px;
    margin: 0 0 36px;
}

body.page-template-page-event-figma .evt-what-heading {
    margin: 0 0 12px;
    color: #282828;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
}

body.page-template-page-event-figma .evt-what-desc {
    margin: 0;
    color: #575757;
    font-size: 15px;
    line-height: 1.48;
}

body.page-template-page-event-figma .evt-next-section {
    width: calc(100% - 32px);
    max-width: none;
    margin: 100px auto 0;
}

body.page-template-page-event-figma .evt-next-card {
    min-height: 430px;
    padding: 64px 84px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 430px;
    gap: 72px;
    align-items: center;
    border-radius: 22px;
    background:
        radial-gradient(circle at 39% -6%, rgba(255,255,255,.14) 0 27%, transparent 27.4%),
        radial-gradient(circle at 88% 98%, rgba(255,255,255,.13) 0 28%, transparent 28.4%),
        linear-gradient(119deg, #8f19d2 0%, #6f2fd0 31%, #4644af 58%, #00518c 100%);
}

body.page-template-page-event-figma .evt-next-blob {
    display: none;
}

body.page-template-page-event-figma .evt-next-label {
    margin-bottom: 14px;
    color: rgba(255,255,255,.72);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
}

body.page-template-page-event-figma .evt-next-date {
    margin-bottom: 16px;
    color: rgba(255,255,255,.86);
    font-size: 16px;
    line-height: 1.4;
}

body.page-template-page-event-figma .evt-next-heading {
    max-width: 720px;
    margin: 0 0 18px;
    color: #fff;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.18;
    letter-spacing: 0;
}

body.page-template-page-event-figma .evt-next-desc {
    max-width: 610px;
    margin: 0 0 30px;
    color: rgba(255,255,255,.94);
    font-size: 18px;
    line-height: 1.4;
}

body.page-template-page-event-figma .evt-next-speaker {
    padding: 12px;
    border-radius: 18px;
    background: rgba(255,255,255,.16);
    border: 1px solid rgba(255,255,255,.2);
}

body.page-template-page-event-figma .evt-next-speaker-img {
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 12px;
    background: rgba(255,255,255,.16);
}

body.page-template-page-event-figma .evt-next-speaker-name {
    margin: 14px 8px 4px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
}

body.page-template-page-event-figma .evt-next-speaker-role {
    margin: 0 8px 4px;
    color: rgba(255,255,255,.8);
    font-size: 14px;
}

body.page-template-page-event-figma .evt-topics-section .fig-section-heading {
    margin-bottom: 28px;
}

body.page-template-page-event-figma .evt-topics-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
}

body.page-template-page-event-figma .evt-topic {
    min-height: 100%;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 0;
    border-radius: 14px;
    background: #f6f6fd;
    color: inherit;
    text-decoration: none;
    transition: none;
}

body.page-template-page-event-figma .evt-topic:hover {
    background: #f6f6fd;
    color: inherit;
}

body.page-template-page-event-figma .evt-topic-img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 12px;
    background: #e8e7f4;
}

body.page-template-page-event-figma .evt-topic-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

body.page-template-page-event-figma .evt-topic-date {
    margin: 18px 8px 8px;
    color: #6f2fd0;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
}

body.page-template-page-event-figma .evt-topic-title {
    margin: 0 8px 10px;
    color: #282828;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
}

body.page-template-page-event-figma .evt-topic-desc {
    margin: 0 8px 8px;
    color: #575757;
    font-size: 14px;
    line-height: 1.5;
}

body.page-template-page-event-figma .evt-partner-section {
    width: calc(100% - 32px);
    max-width: none;
    min-height: 430px;
    margin: 100px auto 0;
    padding: 64px 84px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 520px;
    gap: 72px;
    align-items: center;
    border-radius: 22px;
    background: #f6f6fd;
}

body.page-template-page-event-figma .evt-partner-content,
body.page-template-page-event-figma .evt-partner-form {
    padding: 0;
    border-radius: 0;
    background: transparent;
}

body.page-template-page-event-figma .evt-partner-form {
    padding: 40px;
    border-radius: 22px;
    background: #fff;
}

body.page-template-page-event-figma .evt-partner-form-heading {
    margin: 0 0 28px;
    color: #282828;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.24;
}

body.page-template-page-event-figma .fig-form {
    gap: 20px;
}

body.page-template-page-event-figma .fig-form-row {
    gap: 20px;
}

body.page-template-page-event-figma .fig-form-input,
body.page-template-page-event-figma .fig-form-textarea {
    min-height: 48px;
    padding: 10px 0;
    border: 0;
    border-bottom: 1px solid #d2d2d2;
    border-radius: 0;
    background: transparent !important;
    color: #282828;
    font-size: 15px;
    line-height: 1.35;
    box-shadow: none;
}

body.page-template-page-event-figma .fig-form-textarea {
    min-height: 96px;
    resize: vertical;
}

body.page-template-page-event-figma .fig-form-input::placeholder,
body.page-template-page-event-figma .fig-form-textarea::placeholder {
    color: #575757;
    opacity: 1;
}

body.page-template-page-event-figma .fig-form-submit {
    align-self: flex-end;
    margin-top: 10px;
    background: #242424 !important;
    color: #fff !important;
}

body.page-template-page-event-figma .fig-form-submit:hover {
    background: #242424 !important;
}

body.page-template-page-event-figma .evt-sponsors-section {
    width: 1240px;
    max-width: calc(100% - 200px);
    margin: 98px auto 100px;
    padding: 48px;
    border-radius: 22px;
    background: #f6f6fd;
}

body.page-template-page-event-figma .evt-sponsors-label {
    margin: 0 0 24px;
    color: #575757;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
}

body.page-template-page-event-figma .evt-sponsors-logos {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

body.page-template-page-event-figma .evt-sponsors-logos a,
body.page-template-page-event-figma .evt-sponsors-logos > img {
    width: 190px;
    height: 82px;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #fff;
}

body.page-template-page-event-figma .evt-sponsor-logo {
    max-width: 100%;
    max-height: 44px;
    opacity: .72;
    filter: grayscale(1);
    transition: none;
}

body.page-template-page-event-figma .evt-sponsor-logo:hover {
    opacity: .72;
    filter: grayscale(1);
}

@media (max-width: 1100px) {
    body.page-template-page-event-figma .evt-page-wrapper {
        background: #f3f2f8;
        padding: 0;
    }

    body.page-template-page-event-figma .fig-hero {
        width: auto;
        min-height: 0;
        margin: 72px 12px 0;
    }

    body.page-template-page-event-figma .evt-hero-inner {
        min-height: 0;
        padding: 36px 20px 32px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 30px;
    }

    body.page-template-page-event-figma .evt-hero-heading {
        max-width: 100%;
        font-size: 34px;
        line-height: 1.14;
    }

    body.page-template-page-event-figma .evt-hero-sub {
        max-width: 100%;
        font-size: 15px;
        line-height: 1.55;
    }

    body.page-template-page-event-figma .evt-hero-btn {
        max-width: 100%;
        white-space: normal;
        text-align: center;
    }

    body.page-template-page-event-figma .evt-hero-img {
        max-width: 100%;
        justify-self: auto;
    }

    body.page-template-page-event-figma .evt-what-section,
    body.page-template-page-event-figma .evt-topics-section,
    body.page-template-page-event-figma .evt-sponsors-section {
        width: auto;
        max-width: none;
        margin: 12px 12px 0;
        padding: 32px 20px;
        border-radius: 18px;
        background: #fff;
    }

    body.page-template-page-event-figma .fig-section-heading {
        max-width: 100%;
        font-size: 31px;
        line-height: 1.18;
        overflow-wrap: break-word;
    }

    body.page-template-page-event-figma .evt-what-head {
        display: block;
    }

    body.page-template-page-event-figma .evt-what-copy {
        margin-top: 16px;
    }

    body.page-template-page-event-figma .evt-what-grid,
    body.page-template-page-event-figma .evt-topics-list {
        grid-template-columns: 1fr;
    }

    body.page-template-page-event-figma .evt-what-card {
        min-height: 0;
    }

    body.page-template-page-event-figma .evt-next-section {
        width: auto;
        margin: 12px 12px 0;
    }

    body.page-template-page-event-figma .evt-next-card {
        min-height: 0;
        padding: 36px 20px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 28px;
        border-radius: 18px;
    }

    body.page-template-page-event-figma .evt-next-heading {
        max-width: 100%;
        font-size: 34px;
        line-height: 1.16;
    }

    body.page-template-page-event-figma .evt-next-desc {
        max-width: 100%;
        font-size: 16px;
        line-height: 1.45;
    }

    body.page-template-page-event-figma .evt-partner-section {
        width: auto;
        min-height: 0;
        margin: 12px 12px 0;
        padding: 32px 20px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 28px;
        border-radius: 18px;
        background: #fff;
    }

    body.page-template-page-event-figma .evt-partner-form {
        padding: 26px 20px;
        border-radius: 16px;
        background: #f6f6fd;
    }

    body.page-template-page-event-figma .fig-form-row {
        grid-template-columns: 1fr;
    }

    body.page-template-page-event-figma .evt-sponsors-section {
        margin-bottom: 16px;
    }

    body.page-template-page-event-figma .evt-sponsors-logos a,
    body.page-template-page-event-figma .evt-sponsors-logos > img {
        width: calc(50% - 7px);
        min-width: 0;
    }
}

@media (min-width: 701px) and (max-width: 1100px) {
    body.page-template-page-event-figma .evt-what-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.page-template-page-event-figma .evt-topics-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    body.page-template-page-event-figma .evt-sponsors-logos a,
    body.page-template-page-event-figma .evt-sponsors-logos > img {
        width: 100%;
    }
}

/* THANK YOU FIGMA LIVE PAGE */
body.page-template-page-thank-you-figma {
    background: #fff !important;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #242431;
}

body.page-template-page-thank-you-figma .container-wrap,
body.page-template-page-thank-you-figma #ajax-content-wrap,
body.page-template-page-thank-you-figma .main-content,
body.page-template-page-thank-you-figma .row {
    background: #fff !important;
}

body.page-template-page-thank-you-figma .ty-page-wrapper {
    max-width: none;
    width: 100%;
    overflow: hidden;
}

body.page-template-page-thank-you-figma .ty-hero {
    margin: 96px 16px 0;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(135deg, #2A1878 0%, #5124A8 43%, #158D8A 100%);
    color: #fff;
}

body.page-template-page-thank-you-figma .ty-hero-inner {
    width: min(1240px, calc(100% - 48px));
    min-height: 520px;
    margin: 0 auto;
    padding: 86px 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 440px;
    align-items: center;
    gap: 72px;
}

body.page-template-page-thank-you-figma .ty-eyebrow,
body.page-template-page-thank-you-figma .ty-card-eyebrow {
    font-size: 12px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: 2.2px;
    text-transform: uppercase;
}

body.page-template-page-thank-you-figma .ty-eyebrow {
    color: rgba(255,255,255,.68);
    margin-bottom: 18px;
}

body.page-template-page-thank-you-figma .ty-hero-heading {
    margin: 0;
    max-width: 660px;
    color: #fff;
    font-size: 72px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0;
}

body.page-template-page-thank-you-figma .ty-hero-desc {
    max-width: 620px;
    margin: 24px 0 0;
    color: rgba(255,255,255,.82);
    font-size: 20px;
    line-height: 1.6;
}

body.page-template-page-thank-you-figma .ty-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

body.page-template-page-thank-you-figma .ty-btn {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 999px;
    padding: 0 26px;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    transition: transform .2s ease, background .2s ease, color .2s ease;
}

body.page-template-page-thank-you-figma .ty-btn:hover {
    transform: translateY(-2px);
}

body.page-template-page-thank-you-figma .ty-btn--primary {
    background: #fff;
    color: #25104F;
}

body.page-template-page-thank-you-figma .ty-btn--secondary {
    color: #fff;
    border: 1px solid rgba(255,255,255,.36);
    background: rgba(255,255,255,.08);
}

body.page-template-page-thank-you-figma .ty-confirm-card {
    min-height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    padding: 44px 40px;
    border-radius: 18px;
    background: rgba(255,255,255,.95);
    color: #242431;
    box-shadow: 0 28px 72px rgba(18,11,68,.22);
}

body.page-template-page-thank-you-figma .ty-mascot {
    position: absolute;
    top: -58px;
    right: 22px;
    width: 178px;
    max-width: 42%;
}

body.page-template-page-thank-you-figma .ty-card-eyebrow {
    color: #6D44B7;
    margin-bottom: 16px;
}

body.page-template-page-thank-you-figma .ty-card-heading {
    margin: 0;
    color: #242431;
    font-size: 34px;
    line-height: 1.18;
    font-weight: 700;
    letter-spacing: 0;
}

body.page-template-page-thank-you-figma .ty-card-desc {
    margin: 16px 0 0;
    color: #62627A;
    font-size: 17px;
    line-height: 1.6;
}

body.page-template-page-thank-you-figma .ty-next-section,
body.page-template-page-thank-you-figma .ty-contact-section {
    width: min(1240px, calc(100% - 48px));
    margin-left: auto;
    margin-right: auto;
}

body.page-template-page-thank-you-figma .ty-next-section {
    padding: 104px 0 92px;
}

body.page-template-page-thank-you-figma .ty-section-head {
    margin-bottom: 34px;
}

body.page-template-page-thank-you-figma .ty-section-head h2,
body.page-template-page-thank-you-figma .ty-contact-section h2 {
    margin: 0;
    color: #242431;
    font-size: 44px;
    line-height: 1.14;
    font-weight: 500;
    letter-spacing: 0;
}

body.page-template-page-thank-you-figma .ty-next-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border: 1px solid #dedde9;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
}

body.page-template-page-thank-you-figma .ty-next-card {
    min-height: 248px;
    padding: 36px 34px;
    border-right: 1px solid #dedde9;
}

body.page-template-page-thank-you-figma .ty-next-card:last-child {
    border-right: 0;
}

body.page-template-page-thank-you-figma .ty-next-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 28px;
}

body.page-template-page-thank-you-figma .ty-next-icon svg {
    width: 44px;
    height: 44px;
    display: block;
}

body.page-template-page-thank-you-figma .ty-next-card h3 {
    margin: 0 0 12px;
    color: #242431;
    font-size: 24px;
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: 0;
}

body.page-template-page-thank-you-figma .ty-next-card p {
    margin: 0;
    color: #57576B;
    font-size: 15px;
    line-height: 1.65;
}

body.page-template-page-thank-you-figma .ty-contact-section {
    margin-bottom: 96px;
    padding: 42px 48px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 36px;
    align-items: center;
    border-radius: 18px;
    background: #F4F2FB;
}

body.page-template-page-thank-you-figma .ty-contact-section p {
    max-width: 650px;
    margin: 12px 0 0;
    color: #5E5E73;
    font-size: 17px;
    line-height: 1.65;
}

body.page-template-page-thank-you-figma .ty-contact-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

body.page-template-page-thank-you-figma .ty-contact-links a {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    padding: 0 20px;
    border-radius: 999px;
    background: #fff;
    color: #242431;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(40,32,82,.08);
}

@media (max-width: 999px) {
    body.page-template-page-thank-you-figma .ty-hero {
        margin: 72px 12px 0;
        border-radius: 18px;
    }

    body.page-template-page-thank-you-figma .ty-hero-inner {
        width: min(100% - 32px, 720px);
        min-height: auto;
        padding: 64px 0 48px;
        grid-template-columns: 1fr;
        gap: 48px;
    }

    body.page-template-page-thank-you-figma .ty-hero-heading {
        font-size: 48px;
    }

    body.page-template-page-thank-you-figma .ty-hero-desc {
        font-size: 17px;
    }

    body.page-template-page-thank-you-figma .ty-confirm-card {
        min-height: 320px;
    }

    body.page-template-page-thank-you-figma .ty-next-section,
    body.page-template-page-thank-you-figma .ty-contact-section {
        width: min(100% - 32px, 720px);
    }

    body.page-template-page-thank-you-figma .ty-next-section {
        padding: 68px 0 56px;
    }

    body.page-template-page-thank-you-figma .ty-section-head h2,
    body.page-template-page-thank-you-figma .ty-contact-section h2 {
        font-size: 34px;
    }

    body.page-template-page-thank-you-figma .ty-next-grid {
        grid-template-columns: 1fr;
    }

    body.page-template-page-thank-you-figma .ty-next-card {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid #dedde9;
    }

    body.page-template-page-thank-you-figma .ty-next-card:last-child {
        border-bottom: 0;
    }

    body.page-template-page-thank-you-figma .ty-contact-section {
        margin-bottom: 72px;
        padding: 34px 28px;
        grid-template-columns: 1fr;
    }

    body.page-template-page-thank-you-figma .ty-contact-links {
        justify-content: flex-start;
    }
}

@media (max-width: 520px) {
    body.page-template-page-thank-you-figma .ty-hero-heading {
        font-size: 38px;
    }

    body.page-template-page-thank-you-figma .ty-actions,
    body.page-template-page-thank-you-figma .ty-btn {
        width: 100%;
    }

    body.page-template-page-thank-you-figma .ty-confirm-card {
        padding: 118px 24px 28px;
    }

    body.page-template-page-thank-you-figma .ty-mascot {
        top: -36px;
        right: 18px;
        width: 138px;
    }

    body.page-template-page-thank-you-figma .ty-card-heading {
        font-size: 28px;
    }

    body.page-template-page-thank-you-figma .ty-next-card {
        padding: 30px 24px;
    }

    body.page-template-page-thank-you-figma .ty-contact-links,
    body.page-template-page-thank-you-figma .ty-contact-links a {
        width: 100%;
    }

    body.page-template-page-thank-you-figma .ty-contact-links a {
        justify-content: center;
    }
}

/* Blog listing refinements */
body.page-template-page-blog-figma .blg-page-wrapper {
    padding: 0;
    background: #f5f4fb;
}

body.page-template-page-blog-figma .fig-hero {
    width: calc(100% - 32px);
    max-width: none;
    min-height: 502px;
    margin: 96px 16px 0;
    border-radius: 20px;
    background:
        radial-gradient(circle at 13% 18%, rgba(161, 63, 222, .92) 0 18%, transparent 40%),
        radial-gradient(circle at 46% 93%, rgba(44, 36, 171, .8) 0 24%, transparent 48%),
        radial-gradient(circle at 76% 20%, rgba(119, 138, 207, .38) 0 17%, transparent 36%),
        radial-gradient(circle at 94% 88%, rgba(26, 96, 146, .76) 0 22%, transparent 45%),
        linear-gradient(135deg, #8f23d5 0%, #4220be 46%, #0d5b90 100%);
}

body.page-template-page-blog-figma .fig-hero-blob {
    display: none;
}

body.page-template-page-blog-figma .blg-hero-inner {
    width: 100%;
    min-height: 502px;
    max-width: none;
    margin: 0;
    padding: 92px 88px;
    gap: 80px;
}

body.page-template-page-blog-figma .blg-hero-content {
    max-width: 590px;
}

body.page-template-page-blog-figma .blg-hero-label {
    color: rgba(255,255,255,.62);
    margin-bottom: 22px;
}

body.page-template-page-blog-figma .blg-hero-heading {
    font-size: clamp(48px, 5vw, 74px);
    line-height: 1.03;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 22px;
}

body.page-template-page-blog-figma .blg-hero-desc {
    max-width: 540px;
    color: rgba(255,255,255,.82);
    font-size: 18px;
    line-height: 1.55;
    margin-bottom: 32px;
}

body.page-template-page-blog-figma .blg-hero-btn {
    min-width: 178px;
    min-height: 54px;
    justify-content: center;
    padding: 0 30px;
    color: #25252f;
    background: #fff;
    border-color: #fff;
    font-size: 15px;
    font-weight: 700;
}

body.page-template-page-blog-figma .blg-hero-btn:hover {
    background: #f5f3fb;
}

body.page-template-page-blog-figma .blg-hero-photos {
    width: min(44vw, 562px);
    height: 330px;
}

body.page-template-page-blog-figma .blg-hero-photo {
    box-shadow: none;
}

body.page-template-page-blog-figma .blg-hero-photo-a {
    width: 292px;
    height: 260px;
    top: 46px;
    left: -80px;
    border-radius: 18px;
}

body.page-template-page-blog-figma .blg-hero-photo-b {
    width: 300px;
    height: 260px;
    top: 0;
    right: 0;
    border-radius: 18px 150px 150px 18px;
}

body.page-template-page-blog-figma .blg-main,
body.page-template-page-blog-figma .blg-podcast,
body.page-template-page-blog-figma .fig-cta {
    width: min(100% - 32px, 1240px);
}

body.page-template-page-blog-figma .fig-cta {
    background:
        radial-gradient(circle at 16% 8%, rgba(255,255,255,.7) 0 17%, transparent 31%),
        linear-gradient(180deg, #f2f0fb 0%, #ece7ff 100%);
    color: #242431;
}

body.page-template-page-blog-figma .fig-cta-heading {
    color: #242431;
    font-weight: 500;
    letter-spacing: 0;
}

body.page-template-page-blog-figma .fig-cta-desc {
    color: #4e4d5f;
}

body.page-template-page-blog-figma .fig-cta-btn {
    background: #1f1f24;
    color: #fff;
}

body.page-template-page-blog-figma .fig-cta-btn:hover {
    background: #111116;
}

.fig-cta-mascot video,
.fig-cta-mascot img {
    width: 100%;
    height: auto;
    display: block;
}

body.page-template-page-blog-figma .fig-cta-mascot .home-cta-mascot-fallback {
    display: none;
}

@media (prefers-reduced-motion: reduce) {
    body.page-template-page-blog-figma .fig-cta-mascot .home-cta-mascot-video {
        display: none;
    }

    body.page-template-page-blog-figma .fig-cta-mascot .home-cta-mascot-fallback {
        display: block;
    }
}

@media (max-width: 900px) {
    body.page-template-page-blog-figma .fig-hero {
        width: calc(100% - 24px);
        min-height: auto;
        margin: 72px 12px 0;
        border-radius: 16px;
    }

    body.page-template-page-blog-figma .blg-hero-inner {
        min-height: auto;
        padding: 24px 18px 20px;
        flex-direction: column;
        align-items: stretch;
        gap: 24px;
    }

    body.page-template-page-blog-figma .blg-hero-photos {
        display: block;
        order: 0;
        width: 100%;
        height: 154px;
    }

    body.page-template-page-blog-figma .blg-hero-photo-a {
        width: 47%;
        height: 136px;
        top: 18px;
        left: 0;
        border-radius: 14px;
    }

    body.page-template-page-blog-figma .blg-hero-photo-b {
        width: 47%;
        height: 136px;
        top: 0;
        right: 0;
        border-radius: 14px 74px 74px 14px;
    }

    body.page-template-page-blog-figma .blg-hero-content {
        order: 1;
        max-width: none;
    }

    body.page-template-page-blog-figma .blg-hero-label {
        margin-bottom: 12px;
        font-size: 10px;
        letter-spacing: 1.2px;
    }

    body.page-template-page-blog-figma .blg-hero-heading {
        font-size: 40px;
        line-height: 1.04;
        margin-bottom: 16px;
    }

    body.page-template-page-blog-figma .blg-hero-desc {
        font-size: 14px;
        line-height: 1.45;
        margin-bottom: 22px;
    }

    body.page-template-page-blog-figma .blg-hero-btn {
        width: 100%;
        min-height: 50px;
    }

    body.page-template-page-blog-figma .blg-main {
        width: calc(100% - 24px);
        margin: 18px 12px;
        padding: 0;
    }

    body.page-template-page-blog-figma .blg-filters-bar {
        width: 100%;
        overflow-x: auto;
        justify-content: flex-start;
        margin-bottom: 18px;
        box-shadow: none;
        background: transparent;
        padding: 0;
    }

    body.page-template-page-blog-figma .blg-filter-btn {
        flex: 0 0 auto;
        border: 1px solid #dddce7;
        background: #fff;
        padding: 8px 15px;
        font-size: 12px;
    }

    body.page-template-page-blog-figma .blg-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    body.page-template-page-blog-figma .blg-card {
        border-radius: 16px;
        box-shadow: none;
        border: 1px solid #ebeaf2;
    }

    body.page-template-page-blog-figma .blg-podcast {
        width: calc(100% - 24px);
        margin: 22px 12px;
    }

    body.page-template-page-blog-figma .fig-cta {
        width: calc(100% - 24px);
        margin: 22px 12px 0;
        padding: 0 24px 28px;
        gap: 0;
        border-radius: 18px;
        align-items: stretch;
    }

    body.page-template-page-blog-figma .fig-cta-mascot {
        width: calc(100% + 48px);
        margin: 0 -24px 24px;
        max-height: 220px;
        overflow: hidden;
    }

    body.page-template-page-blog-figma .fig-cta-body {
        width: 100%;
    }

    body.page-template-page-blog-figma .fig-cta-heading {
        font-size: 34px;
        line-height: 1.1;
    }

    body.page-template-page-blog-figma .fig-cta-desc {
        font-size: 14px;
        line-height: 1.55;
    }

body.page-template-page-blog-figma .fig-cta-btn {
        width: 100%;
        justify-content: center;
    }
}

/* ABOUT US PAGE - final mobile safeguards after shared page rules */
@media (max-width: 1100px) {
    body.page-template-page-about-figma {
        width: 100% !important;
        max-width: 100vw !important;
        overflow-x: hidden !important;
    }

    body.page-template-page-about-figma .abt-page-wrapper {
        width: 100% !important;
        max-width: 100vw !important;
        overflow-x: clip !important;
    }

    body.page-template-page-about-figma .fig-hero {
        width: calc(100vw - 24px) !important;
        max-width: calc(100vw - 24px) !important;
        min-width: 0 !important;
        margin: 72px 12px 0 !important;
        border-radius: 16px !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    body.page-template-page-about-figma .abt-hero-inner {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        min-height: 0 !important;
        box-sizing: border-box !important;
        padding: 18px 20px 28px !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 24px !important;
        align-items: stretch !important;
        overflow: hidden !important;
    }

    body.page-template-page-about-figma .abt-hero-content {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    body.page-template-page-about-figma .abt-hero-heading {
        width: 100% !important;
        max-width: 100% !important;
        font-size: 42px !important;
        line-height: 1.08 !important;
        overflow-wrap: break-word !important;
        word-break: normal !important;
        white-space: normal !important;
    }

    body.page-template-page-about-figma .abt-hero-desc {
        width: 100% !important;
        max-width: 100% !important;
        font-size: 15px !important;
        line-height: 1.5 !important;
        overflow-wrap: break-word !important;
        word-break: normal !important;
        white-space: normal !important;
    }

    body.page-template-page-about-figma .abt-hero-photos {
        order: -1 !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        height: auto !important;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
        gap: 10px !important;
        align-self: auto !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    body.page-template-page-about-figma .abt-hero-photo,
    body.page-template-page-about-figma .abt-hero-photo-a,
    body.page-template-page-about-figma .abt-hero-photo-b {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        height: auto !important;
        aspect-ratio: 295 / 296 !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    body.page-template-page-about-figma .abt-hero-photo img {
        width: 100% !important;
        max-width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
    }

    body.page-template-page-about-figma .abt-export-section,
    body.page-template-page-about-figma .abt-story-values-export,
    body.page-template-page-about-figma .abt-expertise-section,
    body.page-template-page-about-figma .abt-team-section.abt-export-section,
    body.page-template-page-about-figma .abt-testimonial-section {
        width: auto !important;
        max-width: none !important;
        min-height: 0 !important;
        margin: 56px 12px 0 !important;
        padding: 0 !important;
        display: block !important;
        border-radius: 0 !important;
        background: transparent !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none !important;
    }

    body.page-template-page-about-figma .abt-export-section::-webkit-scrollbar,
    body.page-template-page-about-figma .abt-story-values-export::-webkit-scrollbar,
    body.page-template-page-about-figma .abt-expertise-section::-webkit-scrollbar,
    body.page-template-page-about-figma .abt-team-section.abt-export-section::-webkit-scrollbar,
    body.page-template-page-about-figma .abt-testimonial-section::-webkit-scrollbar {
        display: none !important;
    }

    body.page-template-page-about-figma .abt-story-values-export .abt-export-image,
    body.page-template-page-about-figma .abt-expertise-section .abt-export-image,
    body.page-template-page-about-figma .abt-testimonial-section .abt-export-image {
        min-width: 760px !important;
    }

    body.page-template-page-about-figma .abt-team-export-image {
        display: none !important;
    }

    body.page-template-page-about-figma .abt-team-grid--mobile {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 12px !important;
        margin: 0 !important;
        padding: 24px 18px !important;
        border-radius: 18px !important;
        background: #f4f3fb !important;
    }

    body.page-template-page-about-figma .abt-team-card {
        min-height: 0 !important;
        display: grid !important;
        grid-template-columns: 72px minmax(0, 1fr) !important;
        gap: 4px 14px !important;
        align-items: center !important;
        padding: 10px !important;
        border-radius: 12px !important;
        background: #fff !important;
    }

    body.page-template-page-about-figma .abt-team-photo {
        width: 72px !important;
        height: 72px !important;
        grid-row: span 2 !important;
        margin: 0 !important;
        border-radius: 10px !important;
    }
}

/* About / Ambassadors / Achievements: exact Figma export pass */
body.page-template-page-about-figma .abt-hero--mobile,
body.page-template-page-ambassadors-figma .amb-hero--mobile,
body.page-template-page-achievements-figma .achv-hero--mobile,
body.page-template-page-achievements-figma .achv-why-section--mobile,
body.page-template-page-achievements-figma .achv-creds-section--mobile,
body.page-template-page-achievements-figma .achv-featured-section--mobile {
    display: none !important;
}

body.page-template-page-about-figma .abt-hero-export,
body.page-template-page-ambassadors-figma .amb-hero-export,
body.page-template-page-achievements-figma .achv-hero-export {
    width: min(1416px, calc(100% - 32px)) !important;
    max-width: 1416px !important;
    margin: 92px auto 0 !important;
    padding: 0 !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    background: transparent !important;
    position: relative !important;
}

body.page-template-page-about-figma .abt-export-image,
body.page-template-page-ambassadors-figma .amb-export-image,
body.page-template-page-achievements-figma .achv-export-image {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}

body.page-template-page-about-figma .abt-export-hit,
body.page-template-page-ambassadors-figma .amb-export-hit,
body.page-template-page-achievements-figma .achv-export-hit {
    position: absolute !important;
    z-index: 3 !important;
    display: block !important;
    overflow: hidden !important;
    color: transparent !important;
    text-indent: -9999px !important;
}

body.page-template-page-about-figma .abt-export-hero-cta,
body.page-template-page-ambassadors-figma .amb-export-hero-cta,
body.page-template-page-achievements-figma .achv-export-hero-cta {
    left: 11.5% !important;
    bottom: 10.8% !important;
    width: 210px !important;
    height: 64px !important;
    border-radius: 999px !important;
}

body.page-template-page-about-figma .abt-story-values-export {
    width: min(1440px, 100%) !important;
    max-width: 1440px !important;
    margin-top: 88px !important;
}

body.page-template-page-about-figma .abt-expertise-section,
body.page-template-page-about-figma .abt-testimonial-section {
    width: min(1240px, calc(100% - 64px)) !important;
    max-width: 1240px !important;
    margin-top: 88px !important;
}

body.page-template-page-about-figma .abt-team-section.abt-export-section {
    width: min(1376px, calc(100% - 32px)) !important;
    max-width: 1376px !important;
    margin-top: 88px !important;
}

body.page-template-page-ambassadors-figma .amb-export-section {
    position: relative !important;
}

body.page-template-page-ambassadors-figma .amb-benefits-section,
body.page-template-page-ambassadors-figma .amb-contribute-section {
    width: min(1240px, calc(100% - 64px)) !important;
    max-width: 1240px !important;
}

body.page-template-page-ambassadors-figma .amb-help-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 0 !important;
    overflow: hidden !important;
    border-radius: 24px !important;
    background: #f4f3fb !important;
}

body.page-template-page-ambassadors-figma .amb-help-card {
    min-height: 282px !important;
    padding: 52px 40px 44px !important;
    border-right: 1px solid #dedde7 !important;
    border-radius: 0 !important;
    background: transparent !important;
}

body.page-template-page-ambassadors-figma .amb-help-card:last-child {
    border-right: 0 !important;
}

body.page-template-page-ambassadors-figma .amb-help-icon {
    width: 54px !important;
    height: 54px !important;
    margin: 0 0 48px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
}

body.page-template-page-ambassadors-figma .amb-help-icon img {
    width: auto !important;
    max-width: 54px !important;
    height: 54px !important;
    object-fit: contain !important;
}

body.page-template-page-ambassadors-figma .amb-help-heading {
    margin-bottom: 22px !important;
    font-size: 28px !important;
    line-height: 1.16 !important;
    font-weight: 500 !important;
}

body.page-template-page-ambassadors-figma .amb-help-desc {
    font-size: 17px !important;
    line-height: 1.42 !important;
}

body.page-template-page-ambassadors-figma .amb-contribute-section {
    grid-template-columns: minmax(0, 1fr) 310px !important;
    gap: 58px !important;
    margin-top: 88px !important;
    padding: 72px 96px !important;
    border-radius: 24px !important;
    background: #f4f3fb !important;
}

body.page-template-page-ambassadors-figma .amb-contribute-grid {
    gap: 70px 88px !important;
}

body.page-template-page-ambassadors-figma .amb-contribute-icon {
    width: 72px !important;
    height: 72px !important;
    margin-bottom: 28px !important;
    border-radius: 16px !important;
    background: #fff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

body.page-template-page-ambassadors-figma .amb-contribute-icon img {
    width: auto !important;
    max-width: 44px !important;
    max-height: 44px !important;
    object-fit: contain !important;
}

body.page-template-page-ambassadors-figma .amb-contribute-heading {
    font-size: 31px !important;
    line-height: 1.18 !important;
    font-weight: 500 !important;
}

body.page-template-page-ambassadors-figma .amb-contribute-desc {
    font-size: 20px !important;
    line-height: 1.42 !important;
    color: #282832 !important;
}

body.page-template-page-achievements-figma .achv-export-section {
    width: min(1240px, calc(100% - 64px)) !important;
    max-width: 1240px !important;
    margin: 88px auto 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    overflow: visible !important;
}

body.page-template-page-achievements-figma .achv-creds-export .fig-section-heading {
    margin: 0 0 34px !important;
    font-size: 56px !important;
    line-height: 1.06 !important;
    font-weight: 500 !important;
}

body.page-template-page-achievements-figma .achv-creds-export-list {
    display: grid !important;
    gap: 16px !important;
}

body.page-template-page-achievements-figma .achv-credential-export-image {
    border-radius: 22px !important;
}

body.page-template-page-achievements-figma .achv-featured-export {
    width: min(1440px, 100%) !important;
    max-width: 1440px !important;
}

@media (max-width: 1100px) {
    body.page-template-page-about-figma .abt-hero-export--desktop {
        display: none !important;
    }

    body.page-template-page-about-figma .abt-hero--mobile {
        display: block !important;
    }
}

@media (max-width: 767px) {
    body.page-template-page-ambassadors-figma .amb-hero-export--desktop,
    body.page-template-page-achievements-figma .achv-hero-export--desktop,
    body.page-template-page-achievements-figma .achv-why-export--desktop,
    body.page-template-page-achievements-figma .achv-creds-export--desktop,
    body.page-template-page-achievements-figma .achv-featured-export--desktop {
        display: none !important;
    }

    body.page-template-page-ambassadors-figma .amb-hero--mobile,
    body.page-template-page-achievements-figma .achv-hero--mobile,
    body.page-template-page-achievements-figma .achv-why-section--mobile,
    body.page-template-page-achievements-figma .achv-creds-section--mobile,
    body.page-template-page-achievements-figma .achv-featured-section--mobile {
        display: block !important;
    }

    body.page-template-page-ambassadors-figma .amb-help-grid {
        grid-template-columns: 1fr !important;
        border-radius: 18px !important;
    }

    body.page-template-page-ambassadors-figma .amb-help-card {
        min-height: 0 !important;
        padding: 30px 24px !important;
        border-right: 0 !important;
        border-bottom: 1px solid #dedde7 !important;
    }

    body.page-template-page-ambassadors-figma .amb-help-card:last-child {
        border-bottom: 0 !important;
    }

    body.page-template-page-ambassadors-figma .amb-help-heading {
        font-size: 26px !important;
    }

    body.page-template-page-ambassadors-figma .amb-contribute-section {
        width: calc(100% - 24px) !important;
        margin: 48px 12px 0 !important;
        padding: 36px 24px !important;
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }

    body.page-template-page-ambassadors-figma .amb-contribute-grid {
        grid-template-columns: 1fr !important;
        gap: 32px !important;
    }

    body.page-template-page-ambassadors-figma .amb-contribute-heading {
        font-size: 30px !important;
    }
}

/* Achievements: live Figma-matched credential cards, logo slider, and CTA. */
@keyframes achvFeaturedMarquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@media (min-width: 1101px) {
    body.page-template-page-achievements-figma .achv-creds-section {
        width: min(1240px, calc(100% - 64px)) !important;
        max-width: 1240px !important;
        margin: 100px auto 0 !important;
        padding: 0 !important;
        overflow: visible !important;
        border-radius: 0 !important;
        background: transparent !important;
    }

    body.page-template-page-achievements-figma .achv-creds-section .achv-section-head {
        margin: 0 0 50px !important;
        display: block !important;
    }

    body.page-template-page-achievements-figma .achv-creds-section .fig-section-heading,
    body.page-template-page-achievements-figma .achv-featured-head .fig-section-heading {
        margin: 0 !important;
        color: #282828 !important;
        font-size: 40px !important;
        font-weight: 400 !important;
        line-height: 1.2 !important;
        letter-spacing: 0 !important;
    }

    body.page-template-page-achievements-figma .achv-awards-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
    }

    body.page-template-page-achievements-figma .achv-award-card {
        min-height: 266px !important;
        padding: 48px !important;
        display: grid !important;
        grid-template-columns: 170px minmax(0, 1fr) !important;
        gap: 48px !important;
        align-items: start !important;
        border: 0 !important;
        border-radius: 12px !important;
        background: #f6f7fb !important;
        box-shadow: none !important;
        color: #282828 !important;
        text-decoration: none !important;
        cursor: default !important;
        transform: none !important;
    }

    body.page-template-page-achievements-figma .achv-award-card:hover {
        color: #282828 !important;
        transform: none !important;
    }

    body.page-template-page-achievements-figma .achv-award-media {
        width: 170px !important;
        height: 170px !important;
        margin: 0 !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 0 !important;
        background: transparent !important;
    }

    body.page-template-page-achievements-figma .achv-award-card:first-child .achv-award-media {
        border-radius: 50% !important;
        background: #fff !important;
        box-shadow:
            inset 0 0 0 1px #e7e7ec,
            0 0 0 8px rgba(255,255,255,.58),
            0 10px 20px rgba(26,26,46,.04) !important;
    }

    body.page-template-page-achievements-figma .achv-award-media img {
        max-width: 100% !important;
        max-height: 170px !important;
        display: block !important;
        object-fit: contain !important;
    }

    body.page-template-page-achievements-figma .achv-award-card:first-child .achv-award-media img {
        max-width: 95px !important;
        max-height: 85px !important;
    }

    body.page-template-page-achievements-figma .achv-award-media span {
        color: #6f2fd0 !important;
        font-size: 24px !important;
        font-weight: 500 !important;
        line-height: 1.05 !important;
        text-align: center !important;
    }

    body.page-template-page-achievements-figma .achv-award-copy {
        min-width: 0 !important;
        padding-top: 2px !important;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
        column-gap: 0 !important;
        align-items: start !important;
    }

    body.page-template-page-achievements-figma .achv-cred-heading {
        grid-column: 1 / -1 !important;
        max-width: 880px !important;
        margin: 0 0 26px !important;
        color: #050505 !important;
        font-size: 32px !important;
        font-weight: 400 !important;
        line-height: 1.18 !important;
        letter-spacing: 0 !important;
    }

    body.page-template-page-achievements-figma .achv-award-detail {
        min-width: 0 !important;
    }

    body.page-template-page-achievements-figma .achv-award-detail--what {
        padding-right: 48px !important;
    }

    body.page-template-page-achievements-figma .achv-award-detail--means {
        min-height: 96px !important;
        padding-left: 48px !important;
        border-left: 1px solid #d9d9df !important;
    }

    body.page-template-page-achievements-figma .achv-award-detail span {
        display: block !important;
        margin: 0 0 10px !important;
        color: #a6a6aa !important;
        font-size: 15px !important;
        font-weight: 600 !important;
        line-height: 1.2 !important;
        letter-spacing: 0 !important;
    }

    body.page-template-page-achievements-figma .achv-award-detail p {
        margin: 0 !important;
        color: #282828 !important;
        font-size: 17px !important;
        font-weight: 400 !important;
        line-height: 1.34 !important;
        letter-spacing: 0 !important;
    }

    body.page-template-page-achievements-figma .achv-featured-section {
        width: min(1440px, 100%) !important;
        max-width: 1440px !important;
        min-height: 288px !important;
        margin: 100px auto 0 !important;
        padding: 48px 0 0 !important;
        overflow: hidden !important;
        border-radius: 0 !important;
        background: #fff !important;
    }

    body.page-template-page-achievements-figma .achv-featured-head {
        width: min(1240px, calc(100% - 64px)) !important;
        margin: 0 auto 76px !important;
    }

    body.page-template-page-achievements-figma .achv-featured-slider {
        width: 100% !important;
        overflow: hidden !important;
    }

    body.page-template-page-achievements-figma .achv-featured-track {
        width: max-content !important;
        padding-left: 16px !important;
        display: flex !important;
        align-items: center !important;
        gap: 64px !important;
        animation: achvFeaturedMarquee 42s linear infinite !important;
        will-change: transform !important;
    }

    body.page-template-page-achievements-figma .achv-featured-section:hover .achv-featured-track {
        animation-play-state: paused !important;
    }

    body.page-template-page-achievements-figma .achv-featured-logo-card,
    body.page-template-page-achievements-figma .achv-featured-logo-link {
        width: auto !important;
        min-width: 118px !important;
        height: 54px !important;
        padding: 0 !important;
        flex: 0 0 auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 0 !important;
        background: transparent !important;
        text-decoration: none !important;
    }

    body.page-template-page-achievements-figma .achv-featured-logo {
        max-width: 180px !important;
        max-height: 48px !important;
        opacity: .84 !important;
        filter: grayscale(1) saturate(0) contrast(1.18) !important;
        transition: none !important;
    }

    body.page-template-page-achievements-figma .achv-cta {
        width: min(1440px, 100%) !important;
        max-width: 1440px !important;
        height: 550px !important;
        min-height: 550px !important;
        margin: 100px auto 0 !important;
        padding: 0 !important;
        display: grid !important;
        grid-template-columns: 720px 600px !important;
        column-gap: 12px !important;
        align-items: start !important;
        justify-content: start !important;
        overflow: hidden !important;
        border-radius: 0 !important;
        background: #f6f5fb !important;
    }

    body.page-template-page-achievements-figma .achv-cta .fig-cta-blob {
        display: none !important;
    }

    body.page-template-page-achievements-figma .achv-cta .fig-cta-mascot {
        width: 720px !important;
        height: 550px !important;
        display: flex !important;
        align-items: flex-end !important;
        justify-content: flex-start !important;
        overflow: hidden !important;
    }

    body.page-template-page-achievements-figma .achv-cta .fig-cta-mascot video,
    body.page-template-page-achievements-figma .achv-cta .fig-cta-mascot img {
        width: 720px !important;
        height: 490px !important;
        max-width: none !important;
        display: block !important;
        object-fit: cover !important;
        object-position: center bottom !important;
    }

    body.page-template-page-achievements-figma .achv-cta .fig-cta-mascot .home-cta-mascot-fallback {
        display: none !important;
    }

    body.page-template-page-achievements-figma .achv-cta .fig-cta-body {
        width: 600px !important;
        min-height: 348px !important;
        margin: 101px 0 0 !important;
        padding: 50px 64px 46px !important;
        flex: none !important;
        overflow: hidden !important;
        border-radius: 12px !important;
        background-color: #3920aa !important;
        background-image:
            radial-gradient(circle at 91% -9%, rgba(255,255,255,.20) 0 28%, transparent 28.5%),
            radial-gradient(circle at 88% 103%, rgba(14,28,121,.42) 0 31%, transparent 31.5%),
            linear-gradient(119deg, #8418cd 0%, #6428c6 42%, #2d2d9d 100%) !important;
    }

    body.page-template-page-achievements-figma .achv-cta .fig-cta-body > * {
        position: relative !important;
        z-index: 1 !important;
    }

    body.page-template-page-achievements-figma .achv-cta .fig-cta-heading {
        max-width: 470px !important;
        margin: 0 0 26px !important;
        color: #fff !important;
        font-size: 40px !important;
        font-weight: 400 !important;
        line-height: 1.16 !important;
        letter-spacing: 0 !important;
    }

    body.page-template-page-achievements-figma .achv-cta .fig-cta-desc {
        max-width: 480px !important;
        margin: 0 0 40px !important;
        color: #fff !important;
        font-size: 17px !important;
        font-weight: 400 !important;
        line-height: 1.36 !important;
        letter-spacing: 0 !important;
    }

    body.page-template-page-achievements-figma .achv-cta .fig-cta-btn {
        min-width: 133px !important;
        height: 49px !important;
        padding: 0 24px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 12px !important;
        border-radius: 999px !important;
        background: #fff !important;
        color: #242424 !important;
        font-size: 15px !important;
        font-weight: 500 !important;
        line-height: 1 !important;
        text-decoration: none !important;
        box-shadow: none !important;
        transform: none !important;
    }
}

@media (min-width: 1101px) and (max-width: 1399px) {
    body.page-template-page-achievements-figma .achv-cta {
        grid-template-columns: minmax(0, calc(100% - 532px)) 520px !important;
    }

    body.page-template-page-achievements-figma .achv-cta .fig-cta-mascot {
        width: 100% !important;
    }

    body.page-template-page-achievements-figma .achv-cta .fig-cta-mascot video,
    body.page-template-page-achievements-figma .achv-cta .fig-cta-mascot img {
        width: 650px !important;
        transform: translateX(-48px) !important;
    }

    body.page-template-page-achievements-figma .achv-cta .fig-cta-body {
        width: 520px !important;
        padding-right: 48px !important;
        padding-left: 48px !important;
    }

    body.page-template-page-achievements-figma .achv-cta .fig-cta-heading {
        font-size: 36px !important;
    }
}

@media (max-width: 1100px) {
    body.page-template-page-achievements-figma .achv-creds-section .achv-section-head {
        margin-bottom: 28px !important;
    }

    body.page-template-page-achievements-figma .achv-award-card {
        min-height: 0 !important;
        padding: 22px !important;
        display: grid !important;
        grid-template-columns: 96px minmax(0, 1fr) !important;
        gap: 18px !important;
        align-items: start !important;
        border-radius: 12px !important;
        background: #f6f7fb !important;
    }

    body.page-template-page-achievements-figma .achv-award-media {
        width: 96px !important;
        height: 96px !important;
        padding: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
    }

    body.page-template-page-achievements-figma .achv-award-card:first-child .achv-award-media {
        border-radius: 50% !important;
        background: #fff !important;
        box-shadow: inset 0 0 0 1px #e7e7ec, 0 0 0 5px rgba(255,255,255,.58) !important;
    }

    body.page-template-page-achievements-figma .achv-award-media img {
        max-width: 100% !important;
        max-height: 96px !important;
        object-fit: contain !important;
    }

    body.page-template-page-achievements-figma .achv-award-card:first-child .achv-award-media img {
        max-width: 58px !important;
        max-height: 52px !important;
    }

    body.page-template-page-achievements-figma .achv-award-copy {
        display: grid !important;
        grid-template-columns: 1fr !important;
        min-width: 0 !important;
    }

    body.page-template-page-achievements-figma .achv-cred-heading {
        margin: 0 0 18px !important;
        color: #050505 !important;
        font-size: 24px !important;
        font-weight: 400 !important;
        line-height: 1.18 !important;
        letter-spacing: 0 !important;
    }

    body.page-template-page-achievements-figma .achv-award-detail--what,
    body.page-template-page-achievements-figma .achv-award-detail--means {
        padding: 0 !important;
        border: 0 !important;
    }

    body.page-template-page-achievements-figma .achv-award-detail--means {
        margin-top: 16px !important;
        padding-top: 16px !important;
        border-top: 1px solid #d9d9df !important;
    }

    body.page-template-page-achievements-figma .achv-award-detail span {
        margin-bottom: 8px !important;
        color: #9f9fa4 !important;
        font-size: 14px !important;
        font-weight: 600 !important;
    }

    body.page-template-page-achievements-figma .achv-award-detail p {
        margin: 0 !important;
        color: #282828 !important;
        font-size: 15px !important;
        line-height: 1.38 !important;
    }

    body.page-template-page-achievements-figma .achv-featured-section {
        width: auto !important;
        max-width: none !important;
        min-height: 220px !important;
        margin: 12px 12px 0 !important;
        padding: 32px 0 !important;
        overflow: hidden !important;
        border-radius: 18px !important;
        background: #fff !important;
    }

    body.page-template-page-achievements-figma .achv-featured-head {
        width: calc(100% - 40px) !important;
        margin: 0 auto 28px !important;
    }

    body.page-template-page-achievements-figma .achv-featured-head .fig-section-heading {
        margin: 0 !important;
        color: #282828 !important;
        font-weight: 400 !important;
        letter-spacing: 0 !important;
    }

    body.page-template-page-achievements-figma .achv-featured-slider {
        width: 100% !important;
        overflow: hidden !important;
    }

    body.page-template-page-achievements-figma .achv-featured-track {
        width: max-content !important;
        padding-left: 20px !important;
        display: flex !important;
        align-items: center !important;
        gap: 36px !important;
        animation: achvFeaturedMarquee 34s linear infinite !important;
    }

    body.page-template-page-achievements-figma .achv-featured-logo-card,
    body.page-template-page-achievements-figma .achv-featured-logo-link {
        min-width: 112px !important;
        height: 48px !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: transparent !important;
    }

    body.page-template-page-achievements-figma .achv-featured-logo {
        max-width: 140px !important;
        max-height: 40px !important;
        opacity: .84 !important;
        filter: grayscale(1) saturate(0) contrast(1.18) !important;
    }

    body.page-template-page-achievements-figma .achv-cta {
        width: 100% !important;
        max-width: none !important;
        min-height: 0 !important;
        margin: 56px auto 0 !important;
        padding: 0 0 12px !important;
        display: block !important;
        overflow: hidden !important;
        border-radius: 0 !important;
        background: #f6f5fb !important;
    }

    body.page-template-page-achievements-figma .achv-cta .fig-cta-blob {
        display: none !important;
    }

    body.page-template-page-achievements-figma .achv-cta .fig-cta-mascot {
        width: 100% !important;
        height: 300px !important;
        display: flex !important;
        align-items: flex-end !important;
        justify-content: center !important;
        overflow: hidden !important;
    }

    body.page-template-page-achievements-figma .achv-cta .fig-cta-mascot video,
    body.page-template-page-achievements-figma .achv-cta .fig-cta-mascot img {
        width: min(720px, 118vw) !important;
        max-width: none !important;
        height: 320px !important;
        display: block !important;
        object-fit: cover !important;
        object-position: center bottom !important;
    }

    body.page-template-page-achievements-figma .achv-cta .fig-cta-mascot .home-cta-mascot-fallback {
        display: none !important;
    }

    body.page-template-page-achievements-figma .achv-cta .fig-cta-body {
        width: auto !important;
        min-height: 0 !important;
        margin: 0 12px !important;
        padding: 34px 24px !important;
        overflow: hidden !important;
        border-radius: 12px !important;
        background-color: #3920aa !important;
        background-image:
            radial-gradient(circle at 92% -6%, rgba(255,255,255,.20) 0 30%, transparent 30.5%),
            radial-gradient(circle at 90% 104%, rgba(14,28,121,.42) 0 34%, transparent 34.5%),
            linear-gradient(119deg, #8418cd 0%, #6428c6 42%, #2d2d9d 100%) !important;
    }

    body.page-template-page-achievements-figma .achv-cta .fig-cta-heading {
        max-width: 100% !important;
        margin: 0 0 20px !important;
        color: #fff !important;
        font-size: 34px !important;
        font-weight: 400 !important;
        line-height: 1.16 !important;
        letter-spacing: 0 !important;
    }

    body.page-template-page-achievements-figma .achv-cta .fig-cta-desc {
        max-width: 100% !important;
        margin: 0 0 30px !important;
        color: #fff !important;
        font-size: 16px !important;
        line-height: 1.42 !important;
    }

    body.page-template-page-achievements-figma .achv-cta .fig-cta-btn {
        min-width: 133px !important;
        height: 49px !important;
        padding: 0 24px !important;
        justify-content: center !important;
        border-radius: 999px !important;
        background: #fff !important;
        color: #242424 !important;
        font-size: 15px !important;
        font-weight: 500 !important;
        box-shadow: none !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.page-template-page-achievements-figma .achv-featured-track {
        animation: none !important;
    }

    body.page-template-page-achievements-figma .achv-cta .fig-cta-mascot .achv-cta-mascot-video {
        display: none !important;
    }

    body.page-template-page-achievements-figma .achv-cta .fig-cta-mascot .achv-cta-mascot-fallback {
        display: block !important;
    }
}

/* Ambassadors: match the supplied Figma block exports with live editable markup. */
@media (min-width: 1101px) {
    body.page-template-page-ambassadors-figma .amb-help-grid {
        height: 282px !important;
        min-height: 0 !important;
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 0 !important;
        margin: 0 !important;
        overflow: hidden !important;
        border-radius: 14px !important;
        background: #f6f7fb !important;
    }

    body.page-template-page-ambassadors-figma .amb-help-card {
        height: 282px !important;
        min-height: 0 !important;
        padding: 40px 32px 28px !important;
        border: 0 !important;
        border-right: 1px solid #e1e2e8 !important;
        border-radius: 0 !important;
        background: transparent !important;
    }

    body.page-template-page-ambassadors-figma .amb-help-card:last-child {
        border-right: 0 !important;
    }

    body.page-template-page-ambassadors-figma .amb-help-icon {
        width: 44px !important;
        height: 44px !important;
        margin: 0 0 29px !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        border-radius: 0 !important;
        background: transparent !important;
    }

    body.page-template-page-ambassadors-figma .amb-help-icon img,
    body.page-template-page-ambassadors-figma .amb-help-icon svg {
        width: 44px !important;
        max-width: 44px !important;
        height: 44px !important;
        max-height: 44px !important;
        object-fit: contain !important;
    }

    body.page-template-page-ambassadors-figma .amb-help-heading {
        max-width: 246px !important;
        margin: 0 0 14px !important;
        color: #282828 !important;
        font-size: 24px !important;
        font-weight: 400 !important;
        line-height: 1.18 !important;
        letter-spacing: 0 !important;
    }

    body.page-template-page-ambassadors-figma .amb-help-desc {
        max-width: 246px !important;
        margin: 0 !important;
        color: #282828 !important;
        font-size: 15px !important;
        font-weight: 400 !important;
        line-height: 1.35 !important;
        letter-spacing: 0 !important;
    }

    body.page-template-page-ambassadors-figma .amb-contribute-section {
        width: 1240px !important;
        max-width: calc(100% - 64px) !important;
        height: 654px !important;
        margin: 100px auto 0 !important;
        padding: 68px !important;
        display: grid !important;
        grid-template-columns: 578px 504px !important;
        gap: 22px !important;
        align-items: start !important;
        overflow: hidden !important;
        border-radius: 14px !important;
        background: #f6f7fb !important;
    }

    body.page-template-page-ambassadors-figma .amb-contribute-grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 52px 54px !important;
        margin: 46px 0 0 !important;
    }

    body.page-template-page-ambassadors-figma .amb-contribute-card {
        padding: 0 !important;
        min-width: 0 !important;
    }

    body.page-template-page-ambassadors-figma .amb-contribute-icon {
        width: 64px !important;
        height: 64px !important;
        margin: 0 0 24px !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 14px !important;
        background: #fff !important;
    }

    body.page-template-page-ambassadors-figma .amb-contribute-icon img,
    body.page-template-page-ambassadors-figma .amb-contribute-icon svg {
        width: 42px !important;
        max-width: 42px !important;
        height: 42px !important;
        max-height: 42px !important;
        object-fit: contain !important;
    }

    body.page-template-page-ambassadors-figma .amb-contribute-heading {
        max-width: 240px !important;
        margin: 0 0 12px !important;
        color: #050505 !important;
        font-size: 24px !important;
        font-weight: 400 !important;
        line-height: 1.16 !important;
        letter-spacing: 0 !important;
    }

    body.page-template-page-ambassadors-figma .amb-contribute-desc {
        max-width: 252px !important;
        margin: 0 !important;
        color: #050505 !important;
        font-size: 15px !important;
        font-weight: 400 !important;
        line-height: 1.35 !important;
        letter-spacing: 0 !important;
    }

    body.page-template-page-ambassadors-figma .amb-contribute-img {
        width: 504px !important;
        height: 510px !important;
        overflow: hidden !important;
        border-radius: 0 !important;
    }

    body.page-template-page-ambassadors-figma .amb-contribute-img img {
        width: 100% !important;
        height: 100% !important;
        display: block !important;
        object-fit: fill !important;
    }

    body.page-template-page-ambassadors-figma .amb-who-bullets {
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }

    body.page-template-page-ambassadors-figma .amb-who-bullet {
        list-style: none !important;
    }

    body.page-template-page-ambassadors-figma .amb-who-bullet::marker {
        content: "" !important;
    }

    body.page-template-page-ambassadors-figma .amb-form-submit {
        width: 179px !important;
        min-width: 179px !important;
        height: 48px !important;
        border-radius: 999px !important;
    }
}

@media (min-width: 1101px) and (max-width: 1340px) {
    body.page-template-page-ambassadors-figma .amb-benefits-section,
    body.page-template-page-ambassadors-figma .amb-contribute-section {
        max-width: calc(100% - 64px) !important;
    }

    body.page-template-page-ambassadors-figma .amb-contribute-section {
        padding-right: 56px !important;
        padding-left: 56px !important;
    }
}

@media (max-width: 767px) {
    body.page-template-page-ambassadors-figma .amb-benefits-section,
    body.page-template-page-ambassadors-figma .amb-contribute-section,
    body.page-template-page-ambassadors-figma .amb-form-section {
        overflow-x: hidden !important;
        overflow-y: visible !important;
    }

    body.page-template-page-ambassadors-figma .amb-help-card,
    body.page-template-page-ambassadors-figma .amb-contribute-card,
    body.page-template-page-ambassadors-figma .amb-form-card,
    body.page-template-page-ambassadors-figma .amb-form-content {
        min-width: 0 !important;
    }

    body.page-template-page-ambassadors-figma .amb-help-heading,
    body.page-template-page-ambassadors-figma .amb-help-desc,
    body.page-template-page-ambassadors-figma .amb-contribute-heading,
    body.page-template-page-ambassadors-figma .amb-contribute-desc,
    body.page-template-page-ambassadors-figma .amb-form-heading,
    body.page-template-page-ambassadors-figma .amb-form-desc,
    body.page-template-page-ambassadors-figma .amb-who-label,
    body.page-template-page-ambassadors-figma .amb-who-bullet {
        max-width: 100% !important;
        overflow-wrap: break-word !important;
        white-space: normal !important;
    }

    body.page-template-page-ambassadors-figma .amb-who-bullets {
        list-style: none !important;
        padding-left: 0 !important;
    }

    body.page-template-page-ambassadors-figma .amb-who-bullet::marker {
        content: "" !important;
    }
}

/* Generic pages: shared header/hero visual system */
body.page-template-page-about-figma .abt-hero-export--desktop,
body.page-template-page-ambassadors-figma .amb-hero-export--desktop,
body.page-template-page-achievements-figma .achv-hero-export--desktop {
    display: none !important;
}

body.page-template-page-about-figma .abt-hero--mobile,
body.page-template-page-ambassadors-figma .amb-hero--mobile,
body.page-template-page-achievements-figma .achv-hero--mobile {
    display: block !important;
}

@media (min-width: 768px) {
    body.page-template-page-about-figma .fig-hero,
    body.page-template-page-ambassadors-figma .fig-hero,
    body.page-template-page-achievements-figma .fig-hero,
    body.page-template-page-security-checklist-figma .fig-hero {
        width: calc(100% - 24px) !important;
        max-width: none !important;
        height: 502px !important;
        min-height: 502px !important;
        margin: 96px auto 0 !important;
        padding: 0 !important;
        border-radius: 22px !important;
        background:
            radial-gradient(circle at 51% -9%, rgba(255,255,255,.14) 0 28%, transparent 28.4%),
            radial-gradient(circle at 78% 33%, rgba(255,255,255,.13) 0 18%, transparent 18.4%),
            radial-gradient(circle at 51% 106%, rgba(255,255,255,.12) 0 28%, transparent 28.4%),
            radial-gradient(circle at 93% 103%, rgba(255,255,255,.13) 0 27%, transparent 27.4%),
            linear-gradient(119deg, #8f19d2 0%, #6f2fd0 31%, #4644af 58%, #00518c 100%) !important;
        overflow: hidden !important;
    }

    body.page-template-page-about-figma .fig-hero-blob,
    body.page-template-page-ambassadors-figma .fig-hero-blob,
    body.page-template-page-achievements-figma .fig-hero-blob,
    body.page-template-page-security-checklist-figma .fig-hero-blob {
        background: transparent !important;
        border: 2px solid rgba(255,255,255,.08) !important;
        opacity: 1 !important;
    }

    body.page-template-page-about-figma .fig-hero-blob-1,
    body.page-template-page-ambassadors-figma .fig-hero-blob-1,
    body.page-template-page-achievements-figma .fig-hero-blob-1,
    body.page-template-page-security-checklist-figma .fig-hero-blob-1 {
        width: 650px !important;
        height: 650px !important;
        top: -222px !important;
        left: -10px !important;
        right: auto !important;
        bottom: auto !important;
    }

    body.page-template-page-about-figma .fig-hero-blob-2,
    body.page-template-page-ambassadors-figma .fig-hero-blob-2,
    body.page-template-page-achievements-figma .fig-hero-blob-2,
    body.page-template-page-security-checklist-figma .fig-hero-blob-2 {
        width: 580px !important;
        height: 580px !important;
        top: 238px !important;
        right: 414px !important;
        bottom: auto !important;
        left: auto !important;
    }

    body.page-template-page-about-figma .abt-hero-inner,
    body.page-template-page-ambassadors-figma .amb-hero-inner,
    body.page-template-page-achievements-figma .achv-hero-inner,
    body.page-template-page-security-checklist-figma .ldmg-hero-inner {
        position: relative !important;
        z-index: 10 !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 0 !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 88px !important;
        display: grid !important;
        grid-template-columns: 520px 1fr !important;
        gap: 0 !important;
        align-items: center !important;
    }

    body.page-template-page-about-figma .abt-hero-label,
    body.page-template-page-ambassadors-figma .amb-hero-label,
    body.page-template-page-security-checklist-figma .ldmg-hero-label {
        display: none !important;
    }

    body.page-template-page-about-figma .abt-hero-content,
    body.page-template-page-ambassadors-figma .amb-hero-content,
    body.page-template-page-achievements-figma .achv-hero-content {
        max-width: 560px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    body.page-template-page-about-figma .abt-hero-heading,
    body.page-template-page-ambassadors-figma .amb-hero-heading,
    body.page-template-page-achievements-figma .achv-hero-heading,
    body.page-template-page-security-checklist-figma .ldmg-hero-heading {
        max-width: 560px !important;
        margin: 0 0 19px !important;
        color: #fff !important;
        font-size: 58px !important;
        font-weight: 400 !important;
        line-height: 1.22 !important;
        letter-spacing: 0 !important;
    }

    body.page-template-page-about-figma .abt-hero-desc,
    body.page-template-page-ambassadors-figma .amb-hero-desc,
    body.page-template-page-achievements-figma .achv-hero-desc,
    body.page-template-page-security-checklist-figma .ldmg-hero-desc {
        max-width: 560px !important;
        margin: 0 0 24px !important;
        padding: 0 !important;
        color: rgba(255,255,255,.96) !important;
        font-size: 20px !important;
        font-weight: 400 !important;
        line-height: 1.25 !important;
        letter-spacing: 0 !important;
    }

    body.page-template-page-about-figma .abt-hero-btn,
    body.page-template-page-ambassadors-figma .amb-hero-btn,
    body.page-template-page-achievements-figma .achv-hero-btn,
    body.page-template-page-security-checklist-figma .ldmg-hero-btn {
        width: auto !important;
        min-width: 172px !important;
        height: 49px !important;
        padding: 0 24px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 12px !important;
        border: 0 !important;
        border-radius: 999px !important;
        background: #fff !important;
        color: #242424 !important;
        font-size: 15px !important;
        font-weight: 500 !important;
        line-height: 1 !important;
        letter-spacing: 0 !important;
        text-decoration: none !important;
        box-shadow: none !important;
        transform: none !important;
    }

    body.page-template-page-about-figma .abt-hero-photos,
    body.page-template-page-ambassadors-figma .amb-hero-imgs,
    body.page-template-page-achievements-figma .achv-hero-photos,
    body.page-template-page-security-checklist-figma .ldmg-hero-imgs {
        position: absolute !important;
        inset: 0 !important;
        width: auto !important;
        height: auto !important;
        display: block !important;
        pointer-events: none !important;
    }

    body.page-template-page-about-figma .abt-hero-photo,
    body.page-template-page-ambassadors-figma .amb-hero-img,
    body.page-template-page-achievements-figma .achv-hero-photo,
    body.page-template-page-security-checklist-figma .ldmg-hero-img {
        position: absolute !important;
        overflow: hidden !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        aspect-ratio: auto !important;
    }

    body.page-template-page-about-figma .abt-hero-photo-a,
    body.page-template-page-ambassadors-figma .amb-hero-img--a,
    body.page-template-page-achievements-figma .achv-hero-photo-a,
    body.page-template-page-security-checklist-figma .ldmg-hero-img:first-child {
        left: 717px !important;
        top: 126px !important;
        right: auto !important;
        bottom: auto !important;
        width: 296px !important;
        height: 297px !important;
        z-index: 2 !important;
    }

    body.page-template-page-about-figma .abt-hero-photo-b,
    body.page-template-page-ambassadors-figma .amb-hero-img--b,
    body.page-template-page-achievements-figma .achv-hero-photo-b,
    body.page-template-page-security-checklist-figma .ldmg-hero-img:nth-child(2) {
        left: 1032px !important;
        top: 66px !important;
        right: auto !important;
        bottom: auto !important;
        width: 296px !important;
        height: 294px !important;
        z-index: 3 !important;
    }

    body.page-template-page-about-figma .abt-hero-photo img,
    body.page-template-page-ambassadors-figma .amb-hero-img img,
    body.page-template-page-achievements-figma .achv-hero-photo img,
    body.page-template-page-security-checklist-figma .ldmg-hero-img img {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: fill !important;
    }
}

/* Final live-block pass: these pages now use editable sections instead of full-frame PNG exports. */
body.page-template-page-about-figma .abt-export-section,
body.page-template-page-ambassadors-figma .amb-export-section,
body.page-template-page-achievements-figma .achv-export-section {
    display: none !important;
}

body.page-template-page-about-figma .abt-hero--mobile,
body.page-template-page-ambassadors-figma .amb-hero--mobile,
body.page-template-page-achievements-figma .achv-hero--mobile {
    display: block !important;
}

body.page-template-page-achievements-figma .achv-why-section,
body.page-template-page-achievements-figma .achv-creds-section,
body.page-template-page-achievements-figma .achv-featured-section {
    display: block !important;
}

@media (min-width: 1101px) {
    body.page-template-page-about-figma .abt-story-section,
    body.page-template-page-about-figma .abt-values-section,
    body.page-template-page-about-figma .abt-expertise-section,
    body.page-template-page-about-figma .abt-team-section,
    body.page-template-page-about-figma .abt-testimonial-section {
        width: min(1240px, calc(100% - 64px)) !important;
        max-width: 1240px !important;
        margin: 98px auto 0 !important;
        overflow: visible !important;
    }

    body.page-template-page-about-figma .abt-story-section {
        padding: 0 !important;
        display: grid !important;
        grid-template-columns: minmax(0, 510px) minmax(0, 610px) !important;
        gap: 120px !important;
        align-items: center !important;
        border-radius: 0 !important;
        background: transparent !important;
    }

    body.page-template-page-about-figma .abt-values-section,
    body.page-template-page-about-figma .abt-team-section {
        padding: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
    }

    body.page-template-page-about-figma .abt-expertise-section {
        min-height: 560px !important;
        padding: 0 !important;
        display: grid !important;
        grid-template-columns: minmax(0, 500px) minmax(0, 580px) !important;
        gap: 90px !important;
        align-items: center !important;
        border-radius: 0 !important;
        background: transparent !important;
    }

    body.page-template-page-about-figma .abt-testimonial-section {
        padding: 48px !important;
        display: block !important;
        border-radius: 22px !important;
        background: #f6f6fd !important;
    }

    body.page-template-page-about-figma .abt-team-card {
        min-height: 244px !important;
        padding: 12px 12px 18px !important;
        display: block !important;
        text-align: left !important;
        border-radius: 14px !important;
        background: #f6f6fd !important;
    }

    body.page-template-page-about-figma .abt-team-photo {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 1 !important;
        margin: 0 0 14px !important;
        border-radius: 12px !important;
    }
}

@media (max-width: 1100px) {
    body.page-template-page-about-figma .abt-story-section,
    body.page-template-page-about-figma .abt-values-section,
    body.page-template-page-about-figma .abt-expertise-section,
    body.page-template-page-about-figma .abt-team-section,
    body.page-template-page-about-figma .abt-testimonial-section {
        width: auto !important;
        max-width: none !important;
        min-height: 0 !important;
        margin: 56px 12px 0 !important;
        padding: 32px 20px !important;
        display: block !important;
        border-radius: 18px !important;
        background: #fff !important;
        overflow: visible !important;
        scrollbar-width: auto !important;
    }

    body.page-template-page-about-figma .abt-section-head--split {
        display: block !important;
    }

    body.page-template-page-about-figma .abt-section-head--split p {
        margin-top: 16px !important;
    }

    body.page-template-page-about-figma .abt-story-imgs {
        margin-top: 28px !important;
    }

    body.page-template-page-about-figma .abt-stats-grid,
    body.page-template-page-about-figma .abt-expertise-section .abt-stats-grid,
    body.page-template-page-about-figma .abt-values-grid,
    body.page-template-page-about-figma .abt-team-grid {
        grid-template-columns: 1fr !important;
    }

    body.page-template-page-about-figma .abt-team-card {
        min-height: 0 !important;
        padding: 10px !important;
        display: grid !important;
        grid-template-columns: 76px minmax(0, 1fr) !important;
        gap: 4px 14px !important;
        align-items: center !important;
        border-radius: 12px !important;
        background: #f6f6fd !important;
    }

    body.page-template-page-about-figma .abt-team-photo {
        width: 76px !important;
        height: 76px !important;
        grid-row: span 2 !important;
        margin: 0 !important;
        border-radius: 10px !important;
    }

    body.page-template-page-about-figma .abt-expertise-media {
        margin-top: 28px !important;
        overflow: visible !important;
    }
}

@media (min-width: 701px) and (max-width: 1100px) {
    body.page-template-page-about-figma .abt-stats-grid,
    body.page-template-page-about-figma .abt-expertise-section .abt-stats-grid,
    body.page-template-page-about-figma .abt-values-grid,
    body.page-template-page-about-figma .abt-team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 767px) {
    body.page-template-page-about-figma,
    body.page-template-page-ambassadors-figma,
    body.page-template-page-achievements-figma,
    body.page-template-page-about-figma #ajax-content-wrap,
    body.page-template-page-ambassadors-figma #ajax-content-wrap,
    body.page-template-page-achievements-figma #ajax-content-wrap,
    body.page-template-page-about-figma .container-wrap,
    body.page-template-page-ambassadors-figma .container-wrap,
    body.page-template-page-achievements-figma .container-wrap {
        max-width: 100vw !important;
        overflow-x: hidden !important;
    }

    body.page-template-page-about-figma .abt-page-wrapper,
    body.page-template-page-ambassadors-figma .amb-page-wrapper,
    body.page-template-page-achievements-figma .achv-page-wrapper {
        width: 100% !important;
        max-width: 100vw !important;
        overflow-x: hidden !important;
    }

    body.page-template-page-about-figma .abt-page-wrapper *,
    body.page-template-page-ambassadors-figma .amb-page-wrapper *,
    body.page-template-page-achievements-figma .achv-page-wrapper * {
        box-sizing: border-box !important;
    }

    body.page-template-page-about-figma .fig-hero,
    body.page-template-page-ambassadors-figma .fig-hero,
    body.page-template-page-achievements-figma .fig-hero,
    body.page-template-page-about-figma .abt-story-section,
    body.page-template-page-about-figma .abt-values-section,
    body.page-template-page-about-figma .abt-expertise-section,
    body.page-template-page-about-figma .abt-team-section,
    body.page-template-page-about-figma .abt-testimonial-section,
    body.page-template-page-ambassadors-figma .amb-benefits-section,
    body.page-template-page-ambassadors-figma .amb-contribute-section,
    body.page-template-page-ambassadors-figma .amb-form-section,
    body.page-template-page-achievements-figma .achv-why-section,
    body.page-template-page-achievements-figma .achv-creds-section,
    body.page-template-page-achievements-figma .achv-featured-section,
    body.page-template-page-about-figma .fig-cta,
    body.page-template-page-ambassadors-figma .fig-cta,
    body.page-template-page-achievements-figma .fig-cta {
        width: calc(100vw - 24px) !important;
        max-width: calc(100vw - 24px) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        overflow: hidden !important;
    }

    body.page-template-page-about-figma .abt-hero-inner,
    body.page-template-page-ambassadors-figma .amb-hero-inner,
    body.page-template-page-achievements-figma .achv-hero-inner,
    body.page-template-page-about-figma .abt-story-copy,
    body.page-template-page-about-figma .abt-expertise-copy,
    body.page-template-page-ambassadors-figma .amb-benefits-intro,
    body.page-template-page-achievements-figma .achv-section-head {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    body.page-template-page-about-figma .abt-hero-heading,
    body.page-template-page-about-figma .abt-hero-desc,
    body.page-template-page-about-figma .fig-section-heading,
    body.page-template-page-about-figma .abt-story-copy p,
    body.page-template-page-about-figma .abt-expertise-copy > p,
    body.page-template-page-about-figma .abt-section-head--split p,
    body.page-template-page-ambassadors-figma .amb-hero-heading,
    body.page-template-page-ambassadors-figma .amb-hero-desc,
    body.page-template-page-ambassadors-figma .fig-section-heading,
    body.page-template-page-achievements-figma .achv-hero-heading,
    body.page-template-page-achievements-figma .achv-hero-desc,
    body.page-template-page-achievements-figma .fig-section-heading,
    body.page-template-page-achievements-figma .achv-section-head--split p {
        width: 100% !important;
        max-width: 100% !important;
        overflow-wrap: break-word !important;
        word-break: normal !important;
        white-space: normal !important;
    }
}

/* Achievements mobile safety pass after shared width clamps. */
@media (max-width: 767px) {
    body.page-template-page-achievements-figma .achv-hero-heading,
    body.page-template-page-achievements-figma .achv-hero-desc,
    body.page-template-page-achievements-figma .achv-why-heading,
    body.page-template-page-achievements-figma .achv-why-desc,
    body.page-template-page-achievements-figma .achv-cred-heading,
    body.page-template-page-achievements-figma .achv-award-detail span,
    body.page-template-page-achievements-figma .achv-award-detail p {
        max-width: 100% !important;
        overflow-wrap: break-word !important;
        white-space: normal !important;
    }

    body.page-template-page-achievements-figma .achv-hero-heading {
        font-size: 28px !important;
        line-height: 1.16 !important;
    }

    body.page-template-page-achievements-figma .achv-creds-section .fig-section-heading,
    body.page-template-page-achievements-figma .achv-featured-head .fig-section-heading {
        font-size: 24px !important;
        line-height: 1.18 !important;
    }

    body.page-template-page-achievements-figma .achv-why-card {
        min-width: 0 !important;
        padding-right: 28px !important;
        padding-left: 28px !important;
        overflow: hidden !important;
    }

    body.page-template-page-achievements-figma .achv-award-card {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
        padding: 20px !important;
        min-width: 0 !important;
        overflow: hidden !important;
    }

    body.page-template-page-achievements-figma .achv-award-media {
        width: 120px !important;
        height: 120px !important;
    }

    body.page-template-page-achievements-figma .achv-award-card:first-child .achv-award-media img {
        max-width: 72px !important;
        max-height: 64px !important;
    }

    body.page-template-page-achievements-figma .achv-award-media img {
        max-height: 120px !important;
    }

    body.page-template-page-achievements-figma .achv-award-copy {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    body.page-template-page-achievements-figma .achv-cred-heading {
        font-size: 22px !important;
        line-height: 1.2 !important;
    }

    body.page-template-page-achievements-figma .achv-award-detail span {
        font-size: 13px !important;
    }

    body.page-template-page-achievements-figma .achv-award-detail p {
        font-size: 14px !important;
        line-height: 1.4 !important;
    }
}

/* About: live blocks matched to the supplied Figma export. */
@media (min-width: 1101px) {
    body.page-template-page-about-figma .abt-story-section {
        width: min(1240px, calc(100% - 64px)) !important;
        max-width: 1240px !important;
        min-height: 176px !important;
        margin: 98px auto 0 !important;
        padding: 0 !important;
        display: grid !important;
        grid-template-columns: 504px 610px !important;
        column-gap: 126px !important;
        row-gap: 0 !important;
        align-items: start !important;
        overflow: visible !important;
        border-radius: 0 !important;
        background: transparent !important;
    }

    body.page-template-page-about-figma .abt-story-copy {
        display: contents !important;
    }

    body.page-template-page-about-figma .abt-story-copy .fig-section-heading,
    body.page-template-page-about-figma .abt-values-section .fig-section-heading,
    body.page-template-page-about-figma .abt-expertise-copy .fig-section-heading,
    body.page-template-page-about-figma .abt-team-section .fig-section-heading {
        margin: 0 !important;
        color: #282828 !important;
        font-size: 40px !important;
        font-weight: 500 !important;
        line-height: 1.12 !important;
        letter-spacing: 0 !important;
    }

    body.page-template-page-about-figma .abt-story-copy p {
        grid-column: 2 !important;
        max-width: 610px !important;
        margin: 0 0 24px !important;
        color: #282828 !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        line-height: 1.42 !important;
        letter-spacing: 0 !important;
    }

    body.page-template-page-about-figma .abt-story-copy p:last-child {
        margin-bottom: 0 !important;
    }

    body.page-template-page-about-figma .abt-story-imgs {
        display: none !important;
    }

    body.page-template-page-about-figma .abt-values-section {
        width: min(1240px, calc(100% - 64px)) !important;
        max-width: 1240px !important;
        min-height: 286px !important;
        margin: 34px auto 0 !important;
        padding: 0 !important;
        overflow: visible !important;
        border-radius: 0 !important;
        background: transparent !important;
    }

    body.page-template-page-about-figma .abt-values-section .abt-section-head {
        display: block !important;
        margin: 0 0 23px !important;
    }

    body.page-template-page-about-figma .abt-values-grid {
        height: 232px !important;
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 0 !important;
        overflow: hidden !important;
        border: 1px solid #e1e1e8 !important;
        border-radius: 12px !important;
        background: #fff !important;
    }

    body.page-template-page-about-figma .abt-value-card {
        min-height: 0 !important;
        padding: 48px 32px 30px !important;
        border-right: 1px solid #e1e1e8 !important;
        border-radius: 0 !important;
        background: transparent !important;
    }

    body.page-template-page-about-figma .abt-value-card:last-child {
        border-right: 0 !important;
    }

    body.page-template-page-about-figma .abt-value-icon {
        width: 44px !important;
        height: 44px !important;
        margin: 0 0 26px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        border-radius: 0 !important;
        background: transparent !important;
    }

    body.page-template-page-about-figma .abt-value-icon img,
    body.page-template-page-about-figma .abt-value-icon svg {
        width: 44px !important;
        max-width: 44px !important;
        height: 44px !important;
        max-height: 44px !important;
        object-fit: contain !important;
    }

    body.page-template-page-about-figma .abt-value-card h3 {
        margin: 0 0 14px !important;
        color: #282828 !important;
        font-size: 24px !important;
        font-weight: 500 !important;
        line-height: 1.18 !important;
        letter-spacing: 0 !important;
    }

    body.page-template-page-about-figma .abt-value-card p {
        max-width: 172px !important;
        margin: 0 !important;
        color: #282828 !important;
        font-size: 15px !important;
        font-weight: 400 !important;
        line-height: 1.35 !important;
        letter-spacing: 0 !important;
    }

    body.page-template-page-about-figma .abt-expertise-section {
        width: min(1240px, calc(100% - 64px)) !important;
        max-width: 1240px !important;
        height: 853px !important;
        min-height: 853px !important;
        margin: 100px auto 0 !important;
        padding: 0 !important;
        display: block !important;
        position: relative !important;
        overflow: visible !important;
        border-radius: 0 !important;
        background: transparent !important;
    }

    body.page-template-page-about-figma .abt-expertise-copy {
        width: 420px !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        z-index: 2 !important;
    }

    body.page-template-page-about-figma .abt-expertise-copy > p,
    body.page-template-page-about-figma .abt-expertise-section .abt-stats-grid {
        display: none !important;
    }

    body.page-template-page-about-figma .abt-expertise-media {
        min-height: 0 !important;
        margin: 0 !important;
        position: absolute !important;
        inset: 0 !important;
        overflow: visible !important;
    }

    body.page-template-page-about-figma .abt-expertise-photo {
        position: absolute !important;
        overflow: hidden !important;
        border-radius: 14px !important;
        background: #f4f3fb !important;
        box-shadow: none !important;
    }

    body.page-template-page-about-figma .abt-expertise-photo img {
        width: 100% !important;
        height: 100% !important;
        display: block !important;
        object-fit: cover !important;
    }

    body.page-template-page-about-figma .abt-expertise-photo-a {
        left: 0 !important;
        top: 160px !important;
        width: 609px !important;
        height: 599px !important;
    }

    body.page-template-page-about-figma .abt-expertise-photo-b {
        left: 630px !important;
        top: 0 !important;
        width: 610px !important;
        height: 375px !important;
    }

    body.page-template-page-about-figma .abt-expertise-photo-c {
        left: 630px !important;
        top: 394px !important;
        width: 610px !important;
        height: 460px !important;
    }

    body.page-template-page-about-figma .abt-expertise-play {
        width: 100px !important;
        height: 100px !important;
        position: absolute !important;
        left: 50% !important;
        top: 50% !important;
        z-index: 2 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 50% !important;
        background: #fff !important;
        transform: translate(-50%, -50%) !important;
    }

    body.page-template-page-about-figma .abt-expertise-play span {
        width: 0 !important;
        height: 0 !important;
        display: block !important;
        margin-left: 8px !important;
        border-top: 15px solid transparent !important;
        border-bottom: 15px solid transparent !important;
        border-left: 22px solid #242424 !important;
    }

    body.page-template-page-about-figma .abt-expertise-badge {
        left: 398px !important;
        top: 183px !important;
        right: auto !important;
        width: 210px !important;
        height: 156px !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 0 0 26px 26px !important;
        background: #fff !important;
        box-shadow: none !important;
        transform: none !important;
    }

    body.page-template-page-about-figma .abt-expertise-badge > div {
        display: flex !important;
        align-items: baseline !important;
        gap: 8px !important;
    }

    body.page-template-page-about-figma .abt-expertise-badge strong {
        margin: 0 !important;
        color: #5f48bf !important;
        font-size: 80px !important;
        font-weight: 800 !important;
        line-height: .8 !important;
        letter-spacing: 0 !important;
    }

    body.page-template-page-about-figma .abt-expertise-badge span {
        margin: 0 !important;
        color: #5f48bf !important;
        font-size: 12px !important;
        font-weight: 700 !important;
        line-height: 1 !important;
        letter-spacing: 4px !important;
        text-transform: uppercase !important;
    }

    body.page-template-page-about-figma .abt-team-section {
        width: min(1376px, calc(100% - 32px)) !important;
        max-width: 1376px !important;
        margin: 100px auto 0 !important;
        padding: 0 0 20px !important;
        overflow: visible !important;
        border-radius: 0 !important;
        background: transparent !important;
    }

    body.page-template-page-about-figma .abt-team-section .abt-section-head--split {
        width: 1240px !important;
        max-width: calc(100% - 136px) !important;
        margin: 0 auto 56px !important;
        display: grid !important;
        grid-template-columns: 504px 610px !important;
        gap: 126px !important;
        align-items: start !important;
    }

    body.page-template-page-about-figma .abt-team-section .abt-section-head--split p {
        max-width: 610px !important;
        margin: 0 !important;
        color: #282828 !important;
        font-size: 16px !important;
        line-height: 1.42 !important;
        letter-spacing: 0 !important;
    }

    body.page-template-page-about-figma .abt-team-grid {
        width: 1240px !important;
        max-width: calc(100% - 136px) !important;
        margin: 0 auto !important;
        display: grid !important;
        grid-template-columns: repeat(4, 295px) !important;
        gap: 48px 20px !important;
        justify-content: center !important;
    }

    body.page-template-page-about-figma .abt-team-card {
        width: 295px !important;
        min-height: 369px !important;
        padding: 0 !important;
        display: block !important;
        overflow: hidden !important;
        border-radius: 0 !important;
        background: #fff !important;
        text-align: left !important;
    }

    body.page-template-page-about-figma .abt-team-photo {
        width: 295px !important;
        height: 296px !important;
        margin: 0 0 22px !important;
        overflow: hidden !important;
        border-radius: 8px 8px 0 0 !important;
        background: #f1f1f4 !important;
        aspect-ratio: auto !important;
    }

    body.page-template-page-about-figma .abt-team-photo img {
        width: 100% !important;
        height: 100% !important;
        display: block !important;
        object-fit: cover !important;
    }

    body.page-template-page-about-figma .abt-team-name {
        margin: 0 0 3px !important;
        color: #282828 !important;
        font-size: 24px !important;
        font-weight: 400 !important;
        line-height: 1.1 !important;
        letter-spacing: 0 !important;
    }

    body.page-template-page-about-figma .abt-team-role {
        color: #282828 !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 1.25 !important;
        letter-spacing: 0 !important;
    }

    body.page-template-page-about-figma .abt-team-open-roles {
        width: 124px !important;
        height: 48px !important;
        margin: 58px auto 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border: 1px solid #242424 !important;
        border-radius: 999px !important;
        color: #242424 !important;
        background: transparent !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        line-height: 1 !important;
        text-decoration: none !important;
    }

    body.page-template-page-about-figma .abt-testimonial-section {
        width: min(1240px, calc(100% - 64px)) !important;
        max-width: 1240px !important;
        height: 518px !important;
        min-height: 518px !important;
        margin: 100px auto 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        border-radius: 12px !important;
        background: #f4f3fb !important;
    }

    body.page-template-page-about-figma .abt-testimonial-card {
        width: 100% !important;
        height: 100% !important;
        padding: 64px 68px !important;
        display: grid !important;
        grid-template-columns: 492px 544px !important;
        gap: 68px !important;
        align-items: start !important;
        border-radius: 0 !important;
        background: transparent !important;
    }

    body.page-template-page-about-figma .abt-testimonial-label {
        margin: 0 0 26px !important;
        color: #050505 !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        line-height: 1 !important;
    }

    body.page-template-page-about-figma .abt-testimonial-title {
        max-width: 454px !important;
        margin: 0 0 24px !important;
        color: #050505 !important;
        font-size: 40px !important;
        font-weight: 500 !important;
        line-height: 1.2 !important;
        letter-spacing: 0 !important;
    }

    body.page-template-page-about-figma .abt-testimonial-stars {
        height: 18px !important;
        margin: 0 0 28px !important;
        display: flex !important;
        gap: 6px !important;
        align-items: center !important;
        color: #ffbd27 !important;
        font-size: 18px !important;
        line-height: 1 !important;
    }

    body.page-template-page-about-figma .abt-testimonial-quote {
        max-width: 510px !important;
        margin: 0 0 36px !important;
        color: #050505 !important;
        font-size: 16px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 1.34 !important;
        letter-spacing: 0 !important;
    }

    body.page-template-page-about-figma .abt-testimonial-person {
        display: flex !important;
        gap: 24px !important;
        align-items: center !important;
    }

    body.page-template-page-about-figma .abt-testimonial-avatar {
        width: 61px !important;
        height: 61px !important;
        overflow: hidden !important;
        border-radius: 50% !important;
        background: #fff !important;
    }

    body.page-template-page-about-figma .abt-testimonial-name {
        margin: 0 0 10px !important;
        color: #050505 !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        line-height: 1 !important;
    }

    body.page-template-page-about-figma .abt-testimonial-company {
        color: #77777f !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        line-height: 1 !important;
    }

    body.page-template-page-about-figma .abt-testimonial-visual {
        width: 544px !important;
        height: 390px !important;
        overflow: hidden !important;
        border-radius: 12px !important;
    }

    body.page-template-page-about-figma .abt-testimonial-visual img {
        width: 100% !important;
        height: 100% !important;
        display: block !important;
        object-fit: cover !important;
    }

    body.page-template-page-about-figma .abt-cta {
        width: min(1440px, 100%) !important;
        max-width: 1440px !important;
        height: 550px !important;
        min-height: 550px !important;
        margin: 100px auto 0 !important;
        padding: 0 !important;
        display: grid !important;
        grid-template-columns: 720px 600px !important;
        column-gap: 12px !important;
        align-items: start !important;
        justify-content: start !important;
        overflow: hidden !important;
        border-radius: 0 !important;
        background: #f6f5fb !important;
    }

    body.page-template-page-about-figma .abt-cta .fig-cta-blob {
        display: none !important;
    }

    body.page-template-page-about-figma .abt-cta .fig-cta-mascot {
        width: 720px !important;
        height: 550px !important;
        display: flex !important;
        align-items: flex-end !important;
        justify-content: flex-start !important;
        overflow: hidden !important;
    }

    body.page-template-page-about-figma .abt-cta .fig-cta-mascot video,
    body.page-template-page-about-figma .abt-cta .fig-cta-mascot img {
        width: 720px !important;
        height: 490px !important;
        max-width: none !important;
        display: block !important;
        object-fit: cover !important;
        object-position: center bottom !important;
    }

    body.page-template-page-about-figma .abt-cta .fig-cta-mascot .home-cta-mascot-fallback {
        display: none !important;
    }

    body.page-template-page-about-figma .abt-cta .fig-cta-body {
        width: 600px !important;
        min-height: 348px !important;
        margin: 101px 0 0 !important;
        padding: 50px 64px 46px !important;
        overflow: hidden !important;
        border-radius: 12px !important;
        background-color: #3920aa !important;
        background-image:
            radial-gradient(circle at 91% -9%, rgba(255,255,255,.20) 0 28%, transparent 28.5%),
            radial-gradient(circle at 88% 103%, rgba(14,28,121,.42) 0 31%, transparent 31.5%),
            linear-gradient(119deg, #8418cd 0%, #6428c6 42%, #2d2d9d 100%) !important;
    }

    body.page-template-page-about-figma .abt-cta .fig-cta-body > * {
        position: relative !important;
        z-index: 1 !important;
    }

    body.page-template-page-about-figma .abt-cta .fig-cta-heading {
        max-width: 470px !important;
        margin: 0 0 26px !important;
        color: #fff !important;
        font-size: 40px !important;
        font-weight: 400 !important;
        line-height: 1.16 !important;
        letter-spacing: 0 !important;
    }

    body.page-template-page-about-figma .abt-cta .fig-cta-desc {
        max-width: 480px !important;
        margin: 0 0 40px !important;
        color: #fff !important;
        font-size: 17px !important;
        font-weight: 400 !important;
        line-height: 1.36 !important;
        letter-spacing: 0 !important;
    }

    body.page-template-page-about-figma .abt-cta .fig-cta-btn {
        min-width: 133px !important;
        height: 49px !important;
        padding: 0 24px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 12px !important;
        border-radius: 999px !important;
        background: #fff !important;
        color: #242424 !important;
        font-size: 15px !important;
        font-weight: 500 !important;
        line-height: 1 !important;
        text-decoration: none !important;
        box-shadow: none !important;
        transform: none !important;
    }
}

@media (min-width: 1101px) and (max-width: 1399px) {
    body.page-template-page-about-figma .abt-cta {
        grid-template-columns: minmax(0, calc(100% - 532px)) 520px !important;
    }

    body.page-template-page-about-figma .abt-cta .fig-cta-mascot,
    body.page-template-page-about-figma .abt-cta .fig-cta-mascot video,
    body.page-template-page-about-figma .abt-cta .fig-cta-mascot img {
        width: 100% !important;
    }

    body.page-template-page-about-figma .abt-cta .fig-cta-body {
        width: 520px !important;
        padding-right: 48px !important;
        padding-left: 48px !important;
    }
}

@media (max-width: 1100px) {
    body.page-template-page-about-figma .abt-story-section,
    body.page-template-page-about-figma .abt-values-section,
    body.page-template-page-about-figma .abt-expertise-section,
    body.page-template-page-about-figma .abt-team-section,
    body.page-template-page-about-figma .abt-testimonial-section {
        width: auto !important;
        max-width: none !important;
        min-height: 0 !important;
        height: auto !important;
        margin: 56px 12px 0 !important;
        padding: 32px 20px !important;
        display: block !important;
        overflow: hidden !important;
        border-radius: 18px !important;
        background: #fff !important;
    }

    body.page-template-page-about-figma .abt-story-imgs {
        display: none !important;
    }

    body.page-template-page-about-figma .abt-values-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 0 !important;
        margin-top: 24px !important;
        overflow: hidden !important;
        border: 1px solid #e1e1e8 !important;
        border-radius: 12px !important;
        background: #fff !important;
    }

    body.page-template-page-about-figma .abt-value-card {
        padding: 28px 24px !important;
        border-bottom: 1px solid #e1e1e8 !important;
        border-radius: 0 !important;
        background: transparent !important;
    }

    body.page-template-page-about-figma .abt-value-card:last-child {
        border-bottom: 0 !important;
    }

    body.page-template-page-about-figma .abt-expertise-copy > p,
    body.page-template-page-about-figma .abt-expertise-section .abt-stats-grid {
        display: none !important;
    }

    body.page-template-page-about-figma .abt-expertise-media {
        min-height: 0 !important;
        margin-top: 28px !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 12px !important;
        position: static !important;
        overflow: visible !important;
    }

    body.page-template-page-about-figma .abt-expertise-photo,
    body.page-template-page-about-figma .abt-expertise-photo-a,
    body.page-template-page-about-figma .abt-expertise-photo-b,
    body.page-template-page-about-figma .abt-expertise-photo-c {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 1.3 !important;
        position: relative !important;
        inset: auto !important;
        overflow: hidden !important;
        border-radius: 12px !important;
    }

    body.page-template-page-about-figma .abt-expertise-photo img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    body.page-template-page-about-figma .abt-expertise-play {
        width: 72px !important;
        height: 72px !important;
        position: absolute !important;
        left: 50% !important;
        top: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 50% !important;
        background: #fff !important;
        transform: translate(-50%, -50%) !important;
    }

    body.page-template-page-about-figma .abt-expertise-play span {
        width: 0 !important;
        height: 0 !important;
        margin-left: 6px !important;
        border-top: 11px solid transparent !important;
        border-bottom: 11px solid transparent !important;
        border-left: 16px solid #242424 !important;
    }

    body.page-template-page-about-figma .abt-expertise-badge {
        width: 118px !important;
        height: 88px !important;
        left: auto !important;
        right: 12px !important;
        top: 12px !important;
        border-radius: 0 0 18px 18px !important;
        background: #fff !important;
    }

    body.page-template-page-about-figma .abt-expertise-badge strong {
        font-size: 42px !important;
    }

    body.page-template-page-about-figma .abt-expertise-badge span {
        font-size: 10px !important;
        letter-spacing: 2px !important;
    }

    body.page-template-page-about-figma .abt-team-grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 18px 14px !important;
        margin-top: 28px !important;
    }

    body.page-template-page-about-figma .abt-team-card {
        min-height: 0 !important;
        padding: 0 !important;
        display: block !important;
        overflow: hidden !important;
        border-radius: 10px !important;
        background: #fff !important;
    }

    body.page-template-page-about-figma .abt-team-photo {
        width: 100% !important;
        height: auto !important;
        margin: 0 0 12px !important;
        aspect-ratio: 1 !important;
        border-radius: 10px !important;
    }

    body.page-template-page-about-figma .abt-team-name {
        padding: 0 2px !important;
        font-size: 18px !important;
        line-height: 1.15 !important;
    }

    body.page-template-page-about-figma .abt-team-role {
        padding: 0 2px 8px !important;
        font-size: 13px !important;
        line-height: 1.25 !important;
    }

    body.page-template-page-about-figma .abt-team-open-roles {
        width: 124px !important;
        height: 48px !important;
        margin: 28px auto 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border: 1px solid #242424 !important;
        border-radius: 999px !important;
        color: #242424 !important;
        text-decoration: none !important;
    }

    body.page-template-page-about-figma .abt-testimonial-card {
        padding: 0 !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 28px !important;
        background: transparent !important;
    }

    body.page-template-page-about-figma .abt-testimonial-label {
        margin: 0 0 18px !important;
        color: #050505 !important;
        font-size: 15px !important;
    }

    body.page-template-page-about-figma .abt-testimonial-title {
        margin: 0 0 20px !important;
        color: #050505 !important;
        font-size: 30px !important;
        line-height: 1.16 !important;
    }

    body.page-template-page-about-figma .abt-testimonial-stars {
        margin: 0 0 22px !important;
        display: flex !important;
        gap: 5px !important;
        color: #ffbd27 !important;
        font-size: 17px !important;
    }

    body.page-template-page-about-figma .abt-testimonial-quote {
        margin: 0 0 26px !important;
        color: #050505 !important;
        font-size: 16px !important;
        line-height: 1.4 !important;
    }

    body.page-template-page-about-figma .abt-testimonial-visual {
        width: 100% !important;
        overflow: hidden !important;
        border-radius: 12px !important;
        aspect-ratio: 1.39 !important;
    }

    body.page-template-page-about-figma .abt-testimonial-visual img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    body.page-template-page-about-figma .abt-cta {
        width: auto !important;
        max-width: none !important;
        min-height: 0 !important;
        height: auto !important;
        margin: 56px auto 0 !important;
        padding: 0 0 12px !important;
        display: block !important;
        overflow: hidden !important;
        border-radius: 0 !important;
        background: #f6f5fb !important;
    }

    body.page-template-page-about-figma .abt-cta .fig-cta-blob {
        display: none !important;
    }

    body.page-template-page-about-figma .abt-cta .fig-cta-mascot {
        width: 100% !important;
        height: 300px !important;
        display: flex !important;
        align-items: flex-end !important;
        justify-content: center !important;
        overflow: hidden !important;
    }

    body.page-template-page-about-figma .abt-cta .fig-cta-mascot video,
    body.page-template-page-about-figma .abt-cta .fig-cta-mascot img {
        width: min(720px, 118vw) !important;
        max-width: none !important;
        height: 320px !important;
        display: block !important;
        object-fit: cover !important;
        object-position: center bottom !important;
    }

    body.page-template-page-about-figma .abt-cta .fig-cta-mascot .home-cta-mascot-fallback {
        display: none !important;
    }

    body.page-template-page-about-figma .abt-cta .fig-cta-body {
        width: auto !important;
        min-height: 0 !important;
        margin: 0 12px !important;
        padding: 34px 24px !important;
        overflow: hidden !important;
        border-radius: 12px !important;
        background-color: #3920aa !important;
        background-image:
            radial-gradient(circle at 92% -6%, rgba(255,255,255,.20) 0 30%, transparent 30.5%),
            radial-gradient(circle at 90% 104%, rgba(14,28,121,.42) 0 34%, transparent 34.5%),
            linear-gradient(119deg, #8418cd 0%, #6428c6 42%, #2d2d9d 100%) !important;
    }

    body.page-template-page-about-figma .abt-cta .fig-cta-heading {
        max-width: 100% !important;
        margin: 0 0 20px !important;
        color: #fff !important;
        font-size: 34px !important;
        font-weight: 400 !important;
        line-height: 1.16 !important;
    }

    body.page-template-page-about-figma .abt-cta .fig-cta-desc {
        max-width: 100% !important;
        margin: 0 0 30px !important;
        color: #fff !important;
        font-size: 16px !important;
        line-height: 1.42 !important;
    }
}

@media (max-width: 600px) {
    body.page-template-page-about-figma .abt-team-grid {
        grid-template-columns: 1fr !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.page-template-page-about-figma .abt-cta .fig-cta-mascot .abt-cta-mascot-video {
        display: none !important;
    }

    body.page-template-page-about-figma .abt-cta .fig-cta-mascot .abt-cta-mascot-fallback {
        display: block !important;
    }
}

/* Shared polish for the live Figma pages called out in QA. */
body:is(.page-template-page-about-figma, .page-template-page-achievements-figma, .page-template-page-ambassadors-figma, .page-template-page-security-checklist-figma) .home-site-header-inner {
    max-width: 1240px !important;
    min-height: 86px !important;
    padding: 20px 0 14px !important;
    gap: 28px !important;
}

body:is(.page-template-page-about-figma, .page-template-page-achievements-figma, .page-template-page-ambassadors-figma, .page-template-page-security-checklist-figma) .home-site-menu {
    height: 48px !important;
}

body:is(.page-template-page-about-figma, .page-template-page-achievements-figma, .page-template-page-ambassadors-figma, .page-template-page-security-checklist-figma) .home-site-menu li a {
    padding: 0 28px !important;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.1 !important;
}

body:is(.page-template-page-about-figma, .page-template-page-achievements-figma, .page-template-page-ambassadors-figma, .page-template-page-security-checklist-figma) .home-site-header-cta {
    height: 48px !important;
    padding: 0 24px !important;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.1 !important;
}

body:is(.page-template-page-about-figma, .page-template-page-achievements-figma, .page-template-page-ambassadors-figma, .page-template-page-security-checklist-figma) :is(
    .abt-page-wrapper,
    .achv-page-wrapper,
    .amb-page-wrapper,
    .ldmg-page-wrapper,
    .fig-hero,
    .fig-hero *,
    .fig-section-heading,
    .fig-cta,
    .fig-cta *,
    .abt-page-wrapper *,
    .achv-page-wrapper *,
    .amb-page-wrapper *,
    .ldmg-page-wrapper *
) {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif !important;
}

@media (min-width: 1101px) {
    body.page-template-page-ambassadors-figma .amb-contribute-section {
        height: auto !important;
        min-height: 654px !important;
        padding-bottom: 68px !important;
    }

    body.page-template-page-ambassadors-figma .amb-contribute-grid {
        row-gap: 50px !important;
    }

    body.page-template-page-security-checklist-figma .ldmg-form-submit {
        width: auto !important;
        min-width: 172px !important;
        padding: 0 30px !important;
        font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif !important;
        font-size: 15px !important;
        font-weight: 500 !important;
        line-height: 1 !important;
        white-space: nowrap !important;
    }
}

/* Blog, single post, and subscribe modal QA refinements. */
body.page-template-page-blog-figma .blg-page-wrapper,
body.single-post .sgl-page-wrapper,
#slSubscribeModal,
#slSubscribeModal * {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif !important;
}

body.page-template-page-blog-figma .blg-podcast {
    min-height: 342px !important;
    margin: 56px auto 64px !important;
    padding: 64px 50px !important;
    display: grid !important;
    grid-template-columns: 260px 1px minmax(0, 750px) !important;
    align-items: center !important;
    column-gap: 54px !important;
    border-radius: 12px !important;
    background: linear-gradient(100deg, #fbf9ff 0%, #f2ecff 100%) !important;
    color: #24242c !important;
    box-shadow: none !important;
}

body.page-template-page-blog-figma .blg-podcast-blob,
body.page-template-page-blog-figma .blg-podcast-label,
body.page-template-page-blog-figma .blg-podcast-img {
    display: none !important;
}

body.page-template-page-blog-figma .blg-podcast-hosts {
    width: 260px !important;
    height: 140px !important;
}

body.page-template-page-blog-figma .blg-podcast-hosts img {
    width: 260px !important;
    height: 140px !important;
    display: block !important;
    object-fit: contain !important;
}

body.page-template-page-blog-figma .blg-podcast-divider {
    width: 1px !important;
    height: 214px !important;
    background: #d9d3e7 !important;
}

body.page-template-page-blog-figma .blg-podcast-content {
    max-width: 750px !important;
}

body.page-template-page-blog-figma .blg-podcast-heading {
    margin: 0 0 18px !important;
    color: #24242c !important;
    font-size: 40px !important;
    font-weight: 500 !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
}

body.page-template-page-blog-figma .blg-podcast-desc {
    max-width: 730px !important;
    margin: 0 0 32px !important;
    color: #24242c !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.45 !important;
}

body.page-template-page-blog-figma .blg-podcast-links {
    gap: 8px !important;
}

body.page-template-page-blog-figma .blg-podcast-link {
    width: 177px !important;
    min-height: 50px !important;
    padding: 0 17px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #050505 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    transform: none !important;
}

body.page-template-page-blog-figma .blg-podcast-link small {
    display: block !important;
    margin-bottom: 2px !important;
    font-size: 8px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

body.page-template-page-blog-figma .blg-podcast-platform-icon {
    width: 25px !important;
    height: 25px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 25px !important;
    border-radius: 7px !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
}

body.page-template-page-blog-figma .blg-podcast-link--apple .blg-podcast-platform-icon {
    background: linear-gradient(135deg, #ff4ef2 0%, #b42bff 100%) !important;
}

body.page-template-page-blog-figma .blg-podcast-link--apple .blg-podcast-platform-icon::before {
    content: "p";
}

body.page-template-page-blog-figma .blg-podcast-link--spotify .blg-podcast-platform-icon {
    border-radius: 50% !important;
    background: #20c95a !important;
}

body.page-template-page-blog-figma .blg-podcast-link--spotify .blg-podcast-platform-icon::before {
    content: "";
    width: 14px;
    height: 10px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    box-shadow: 0 4px 0 -2px #fff;
    border-radius: 50%;
}

@media (min-width: 1101px) {
    body.page-template-page-blog-figma .blg-cta,
    body.single-post .sgl-cta {
        width: min(100% - 32px, 1440px) !important;
        max-width: 1440px !important;
        min-height: 560px !important;
        margin: 96px auto 0 !important;
        padding: 0 16px !important;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 600px !important;
        column-gap: 12px !important;
        align-items: start !important;
        overflow: hidden !important;
        border-radius: 0 !important;
        background: #f6f5fb !important;
    }

    body.page-template-page-blog-figma .blg-cta .fig-cta-blob,
    body.single-post .sgl-cta .fig-cta-blob {
        display: none !important;
    }

    body.page-template-page-blog-figma .blg-cta .fig-cta-mascot,
    body.single-post .sgl-cta .fig-cta-mascot {
        width: 100% !important;
        height: 550px !important;
        display: flex !important;
        align-items: flex-end !important;
        justify-content: flex-start !important;
        overflow: hidden !important;
    }

    body.page-template-page-blog-figma .blg-cta .fig-cta-mascot video,
    body.page-template-page-blog-figma .blg-cta .fig-cta-mascot img,
    body.single-post .sgl-cta .fig-cta-mascot video,
    body.single-post .sgl-cta .fig-cta-mascot img {
        width: 720px !important;
        height: 490px !important;
        max-width: none !important;
        display: block !important;
        object-fit: cover !important;
        object-position: center bottom !important;
    }

    body.page-template-page-blog-figma .blg-cta .fig-cta-mascot .home-cta-mascot-fallback,
    body.single-post .sgl-cta .fig-cta-mascot .home-cta-mascot-fallback {
        display: none !important;
    }

    body.page-template-page-blog-figma .blg-cta .fig-cta-body,
    body.single-post .sgl-cta .fig-cta-body {
        width: 600px !important;
        min-height: 348px !important;
        margin: 101px 0 0 !important;
        padding: 50px 64px 46px !important;
        overflow: hidden !important;
        border-radius: 12px !important;
        background-color: #3920aa !important;
        background-image:
            radial-gradient(circle at 91% -9%, rgba(255,255,255,.20) 0 28%, transparent 28.5%),
            radial-gradient(circle at 88% 103%, rgba(14,28,121,.42) 0 31%, transparent 31.5%),
            linear-gradient(119deg, #8418cd 0%, #6428c6 42%, #2d2d9d 100%) !important;
    }

    body.page-template-page-blog-figma .blg-cta .fig-cta-heading,
    body.single-post .sgl-cta .fig-cta-heading {
        max-width: 470px !important;
        margin: 0 0 26px !important;
        color: #fff !important;
        font-size: 40px !important;
        font-weight: 400 !important;
        line-height: 1.16 !important;
        letter-spacing: 0 !important;
    }

    body.page-template-page-blog-figma .blg-cta .fig-cta-desc,
    body.single-post .sgl-cta .fig-cta-desc {
        max-width: 480px !important;
        margin: 0 0 40px !important;
        color: #fff !important;
        font-size: 17px !important;
        font-weight: 400 !important;
        line-height: 1.36 !important;
        letter-spacing: 0 !important;
    }

    body.page-template-page-blog-figma .blg-cta .fig-cta-btn,
    body.single-post .sgl-cta .fig-cta-btn {
        min-width: 133px !important;
        height: 49px !important;
        padding: 0 24px !important;
        justify-content: center !important;
        gap: 12px !important;
        border-radius: 999px !important;
        background: #fff !important;
        color: #242424 !important;
        font-size: 15px !important;
        font-weight: 500 !important;
        line-height: 1 !important;
        transform: none !important;
    }
}

body.single-post {
    background: #fff !important;
}

body.single-post .sgl-page-wrapper {
    padding: 0 !important;
    background: #fff !important;
    color: #24242c !important;
}

body.single-post .sgl-hero--image {
    width: calc(100% - 32px) !important;
    max-width: none !important;
    min-height: 600px !important;
    margin: 96px 16px 0 !important;
    padding: 0 !important;
    border-radius: 20px !important;
    background: #15151c !important;
}

body.single-post .sgl-hero-bg,
body.single-post .sgl-hero-shade {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

body.single-post .sgl-hero-bg {
    object-fit: cover !important;
    object-position: center !important;
}

body.single-post .sgl-hero-shade {
    z-index: 1 !important;
    background: linear-gradient(90deg, rgba(10,10,12,.72) 0%, rgba(10,10,12,.40) 46%, rgba(10,10,12,.16) 100%) !important;
}

body.single-post .sgl-hero-inner {
    position: relative !important;
    z-index: 2 !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 600px !important;
    padding: 0 64px 52px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
}

body.single-post .sgl-hero-title {
    max-width: 760px !important;
    margin: 0 0 22px !important;
    color: #fff !important;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: clamp(40px, 4.05vw, 58px) !important;
    font-weight: 400 !important;
    line-height: 1.13 !important;
    letter-spacing: 0 !important;
}

body.single-post .sgl-hero-excerpt {
    max-width: 640px !important;
    margin: 0 0 34px !important;
    color: rgba(255,255,255,.86) !important;
    font-size: 18px !important;
    line-height: 1.45 !important;
}

body.single-post .sgl-hero-footer {
    width: 100% !important;
    padding-top: 30px !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    gap: 24px !important;
    border-top: 1px solid rgba(255,255,255,.34) !important;
}

body.single-post .sgl-hero-cats {
    margin: 0 !important;
    display: flex !important;
    gap: 8px !important;
}

body.single-post .sgl-hero-cat {
    min-height: 25px !important;
    padding: 0 14px !important;
    display: inline-flex !important;
    align-items: center !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.20) !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
}

body.single-post .sgl-hero-date {
    color: #fff !important;
    font-size: 13px !important;
    line-height: 1 !important;
}

body.single-post .sgl-body--editorial {
    max-width: 1240px !important;
    margin: 96px auto 0 !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: 48px minmax(0, 731px) 295px !important;
    gap: 40px 66px !important;
    align-items: start !important;
}

body.single-post .sgl-share {
    position: sticky !important;
    top: 118px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 24px !important;
}

body.single-post .sgl-share-label {
    color: #4b4b52 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
}

body.single-post .sgl-share-btn {
    width: 48px !important;
    height: 48px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #dddddf !important;
    border-radius: 50% !important;
    color: #050505 !important;
    background: #fff !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-decoration: none !important;
}

body.single-post .sgl-content-wrap {
    background: transparent !important;
    border-radius: 0 !important;
    overflow: visible !important;
}

body.single-post .sgl-content {
    width: 100% !important;
    padding: 0 !important;
}

body.single-post .sgl-content :is(.vc_row, .wpb_row, .row, .span_12, .vc_column_container, .vc_column-inner, .wpb_wrapper) {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
}

body.single-post .sgl-content .divider-wrap,
body.single-post .sgl-content .divider {
    height: 32px !important;
    min-height: 0 !important;
    margin: 0 !important;
}

body.single-post .sgl-content h1,
body.single-post .sgl-content h2 {
    margin: 54px 0 22px !important;
    color: #24242c !important;
    font-size: 32px !important;
    font-weight: 500 !important;
    line-height: 1.14 !important;
    letter-spacing: 0 !important;
}

body.single-post .sgl-content h3 {
    margin: 0 0 16px !important;
    color: #24242c !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
}

body.single-post .sgl-content p,
body.single-post .sgl-content span,
body.single-post .sgl-content li {
    color: #33333a !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.42 !important;
    letter-spacing: 0 !important;
}

body.single-post .sgl-content p {
    margin: 0 0 22px !important;
}

body.single-post .sgl-content .wpb_text_column {
    margin-bottom: 0 !important;
}

body.single-post .sgl-content .wpb_text_column[style*="background-color"] {
    margin: 44px 0 !important;
    padding: 32px 36px !important;
    border-radius: 10px !important;
    background: #f4f2fa !important;
}

body.single-post .sgl-content img {
    max-width: 100% !important;
    height: auto !important;
    margin: 36px 0 !important;
    display: block !important;
    border-radius: 12px !important;
}

body.single-post .sgl-content .img-with-animation {
    width: 100% !important;
    border-radius: 12px !important;
}

body.single-post .sgl-sidebar--quote {
    position: sticky !important;
    top: 118px !important;
    display: block !important;
}

body.single-post .sgl-quote-card {
    width: 295px !important;
    height: 370px !important;
    padding: 31px 24px !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    border-radius: 8px !important;
    background-color: #3920aa !important;
    background-image:
        radial-gradient(circle at 96% -6%, rgba(255,255,255,.16) 0 31%, transparent 31.5%),
        radial-gradient(circle at -6% 107%, rgba(255,255,255,.16) 0 25%, transparent 25.5%),
        linear-gradient(135deg, #7e1fc8 0%, #3923ad 48%, #27228d 100%) !important;
    color: #fff !important;
}

body.single-post .sgl-quote-author {
    display: grid !important;
    grid-template-columns: 56px minmax(0, 1fr) !important;
    gap: 14px !important;
    align-items: center !important;
}

body.single-post .sgl-quote-author img {
    width: 56px !important;
    height: 56px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}

body.single-post .sgl-quote-author strong,
body.single-post .sgl-quote-author span {
    display: block !important;
    color: #fff !important;
}

body.single-post .sgl-quote-author strong {
    margin-bottom: 4px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
}

body.single-post .sgl-quote-author span {
    opacity: .65 !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
}

body.single-post .sgl-quote-divider {
    height: 1px !important;
    margin: 25px 0 !important;
    background: rgba(255,255,255,.28) !important;
}

body.single-post .sgl-quote-card h2 {
    margin: 0 0 17px !important;
    color: #fff !important;
    font-size: 21px !important;
    font-weight: 600 !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
}

body.single-post .sgl-quote-card p {
    margin: 0 0 22px !important;
    color: #fff !important;
    font-size: 15px !important;
    line-height: 1.28 !important;
}

body.single-post .sgl-quote-card a {
    width: 247px !important;
    min-height: 58px !important;
    padding: 0 24px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #24242c !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    margin-top: auto !important;
}

body.single-post .sgl-related {
    max-width: 731px !important;
    margin: 76px auto 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
}

body.single-post .sgl-related-heading {
    margin: 0 0 26px !important;
    color: #24242c !important;
    font-size: 28px !important;
    font-weight: 500 !important;
}

body.single-post .sgl-related-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 20px !important;
}

body.single-post .sgl-related .blg-card {
    border: 1px solid #eceaf3 !important;
    border-radius: 8px !important;
    box-shadow: none !important;
}

#slSubscribeModal.sl-subscribe-overlay {
    padding: 24px !important;
    background: rgba(0,0,0,.74) !important;
}

#slSubscribeModal .sl-subscribe-modal {
    width: min(760px, calc(100vw - 48px)) !important;
    min-height: 536px !important;
    max-height: calc(100vh - 48px) !important;
    padding: 50px 64px 68px !important;
    border-radius: 20px !important;
    background: #fff !important;
    box-shadow: 0 44px 95px rgba(0,0,0,.38) !important;
}

#slSubscribeModal .sl-subscribe-close {
    top: 30px !important;
    right: 30px !important;
    width: 28px !important;
    height: 28px !important;
    color: #050505 !important;
    font-size: 34px !important;
    font-weight: 300 !important;
    line-height: 1 !important;
}

#slSubscribeModal .sl-subscribe-heading {
    max-width: 590px !important;
    margin: 0 0 32px !important;
    color: #24242c !important;
    font-size: 32px !important;
    font-weight: 500 !important;
    line-height: 1.18 !important;
    letter-spacing: 0 !important;
}

#slSubscribeModal .sl-subscribe-divider {
    margin: 0 0 66px !important;
    background: #24242c !important;
}

#slSubscribeModal .gform_wrapper,
#slSubscribeModal .gform_wrapper form,
#slSubscribeModal .gform_body,
#slSubscribeModal .gform_fields,
#slSubscribeModal .sl-subscribe-form {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

#slSubscribeModal .gfield {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

#slSubscribeModal .gfield--type-honeypot,
#slSubscribeModal .gform_validation_container,
#slSubscribeModal .gfield--type-hidden {
    display: none !important;
}

#slSubscribeModal .gfield--type-name {
    margin-bottom: 62px !important;
}

#slSubscribeModal .gfield--type-name .ginput_complex {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 62px !important;
}

#slSubscribeModal .gfield--type-name .ginput_complex > span {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
}

#slSubscribeModal .gfield--type-email {
    margin-bottom: 0 !important;
}

#slSubscribeModal input:not([type="submit"]):not([type="button"]):not([type="hidden"]),
#slSubscribeModal .sl-subscribe-input {
    width: 100% !important;
    height: 36px !important;
    min-height: 36px !important;
    padding: 0 0 15px !important;
    border: 0 !important;
    border-bottom: 1px solid #d7d7d7 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #24242c !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
}

#slSubscribeModal input::placeholder {
    color: #66666d !important;
    opacity: 1 !important;
}

#slSubscribeModal .sl-subscribe-label {
    color: #66666d !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
}

#slSubscribeModal .gform_footer {
    margin: 64px 0 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: none !important;
    display: flex !important;
    justify-content: flex-end !important;
}

#slSubscribeModal .sl-subscribe-submit,
#slSubscribeModal .gform_footer input[type="submit"],
#slSubscribeModal .gform_button {
    width: auto !important;
    min-width: 137px !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 0 25px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #252525 !important;
    box-shadow: none !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
}

@media (max-width: 1100px) {
    body.page-template-page-blog-figma .blg-podcast {
        min-height: 0 !important;
        margin: 28px 12px !important;
        padding: 32px 24px !important;
        display: block !important;
    }

    body.page-template-page-blog-figma .blg-podcast-hosts {
        width: 220px !important;
        height: auto !important;
        margin-bottom: 24px !important;
    }

    body.page-template-page-blog-figma .blg-podcast-hosts img {
        width: 220px !important;
        height: auto !important;
    }

    body.page-template-page-blog-figma .blg-podcast-divider {
        width: 100% !important;
        height: 1px !important;
        margin-bottom: 24px !important;
    }

    body.page-template-page-blog-figma .blg-podcast-heading {
        font-size: 31px !important;
    }

    body.page-template-page-blog-figma .blg-podcast-link {
        width: 100% !important;
        max-width: 220px !important;
    }

    body.page-template-page-blog-figma .blg-cta,
    body.single-post .sgl-cta {
        width: auto !important;
        max-width: none !important;
        min-height: 0 !important;
        height: auto !important;
        margin: 56px auto 0 !important;
        padding: 0 0 12px !important;
        display: block !important;
        overflow: hidden !important;
        border-radius: 0 !important;
        background: #f6f5fb !important;
    }

    body.page-template-page-blog-figma .blg-cta .fig-cta-blob,
    body.single-post .sgl-cta .fig-cta-blob {
        display: none !important;
    }

    body.page-template-page-blog-figma .blg-cta .fig-cta-mascot,
    body.single-post .sgl-cta .fig-cta-mascot {
        width: 100% !important;
        height: 300px !important;
        display: flex !important;
        align-items: flex-end !important;
        justify-content: center !important;
        overflow: hidden !important;
    }

    body.page-template-page-blog-figma .blg-cta .fig-cta-mascot video,
    body.page-template-page-blog-figma .blg-cta .fig-cta-mascot img,
    body.single-post .sgl-cta .fig-cta-mascot video,
    body.single-post .sgl-cta .fig-cta-mascot img {
        width: min(720px, 118vw) !important;
        max-width: none !important;
        height: 320px !important;
        display: block !important;
        object-fit: cover !important;
        object-position: center bottom !important;
    }

    body.page-template-page-blog-figma .blg-cta .fig-cta-body,
    body.single-post .sgl-cta .fig-cta-body {
        width: auto !important;
        min-height: 0 !important;
        margin: 0 12px !important;
        padding: 34px 24px !important;
        border-radius: 12px !important;
        background-color: #3920aa !important;
        background-image:
            radial-gradient(circle at 92% -6%, rgba(255,255,255,.20) 0 30%, transparent 30.5%),
            radial-gradient(circle at 90% 104%, rgba(14,28,121,.42) 0 34%, transparent 34.5%),
            linear-gradient(119deg, #8418cd 0%, #6428c6 42%, #2d2d9d 100%) !important;
    }

    body.single-post .sgl-hero--image {
        width: calc(100% - 24px) !important;
        min-height: 520px !important;
        margin: 72px 12px 0 !important;
        border-radius: 16px !important;
    }

    body.single-post .sgl-hero-inner {
        min-height: 520px !important;
        padding: 0 24px 28px !important;
    }

    body.single-post .sgl-hero-title {
        font-size: 38px !important;
    }

    body.single-post .sgl-hero-footer {
        display: block !important;
    }

    body.single-post .sgl-hero-date {
        display: block !important;
        margin-top: 18px !important;
    }

    body.single-post .sgl-body--editorial {
        margin: 48px 12px 0 !important;
        display: block !important;
    }

    body.single-post .sgl-share {
        position: static !important;
        flex-direction: row !important;
        justify-content: flex-start !important;
        margin-bottom: 28px !important;
    }

    body.single-post .sgl-sidebar--quote {
        position: static !important;
        margin-top: 44px !important;
    }

    body.single-post .sgl-quote-card {
        width: 100% !important;
    }

    body.single-post .sgl-quote-card a {
        width: 100% !important;
    }

    body.single-post .sgl-related {
        width: auto !important;
        margin: 56px 12px 0 !important;
    }

    body.single-post .sgl-related-grid {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 760px) {
    #slSubscribeModal .sl-subscribe-modal {
        width: 100% !important;
        min-height: 0 !important;
        padding: 46px 24px 34px !important;
        border-radius: 20px !important;
    }

    #slSubscribeModal .sl-subscribe-heading {
        max-width: calc(100% - 34px) !important;
        font-size: 27px !important;
    }

    #slSubscribeModal .sl-subscribe-divider {
        margin-bottom: 42px !important;
    }

    #slSubscribeModal .gfield--type-name .ginput_complex,
    #slSubscribeModal .sl-subscribe-row {
        grid-template-columns: 1fr !important;
        gap: 34px !important;
    }

    #slSubscribeModal .gfield--type-name {
        margin-bottom: 34px !important;
    }

    #slSubscribeModal .gform_footer {
        margin-top: 42px !important;
    }

    #slSubscribeModal .gform_footer input[type="submit"],
    #slSubscribeModal .gform_button,
    #slSubscribeModal .sl-subscribe-submit {
        width: 100% !important;
    }
}

/* Events final QA pass: keep these after the later page-specific blocks. */
@media (min-width: 1101px) {
    body.page-template-page-events-figma .evts-hero-photo {
        height: 390px !important;
    }

    body.page-template-page-events-figma .evts-hero-photo-a {
        width: 296px !important;
        height: 296px !important;
        top: 126px !important;
        right: 314px !important;
        left: auto !important;
        z-index: 2 !important;
        border-radius: 18px !important;
        overflow: hidden !important;
        border: 1px solid rgba(255,255,255,.2) !important;
        background: rgba(255,255,255,.14) !important;
        box-shadow: 0 20px 60px rgba(0,0,0,.18) !important;
    }

    body.page-template-page-events-figma .evts-hero-photo-b {
        width: 296px !important;
        height: 294px !important;
        top: 66px !important;
        right: 0 !important;
        bottom: auto !important;
        z-index: 3 !important;
        border-radius: 18px 112px 18px 18px !important;
        overflow: hidden !important;
        border: 1px solid rgba(255,255,255,.2) !important;
        background: rgba(255,255,255,.14) !important;
        box-shadow: 0 20px 60px rgba(0,0,0,.18) !important;
    }

    body.page-template-page-events-figma .evts-hero-photo-a img,
    body.page-template-page-events-figma .evts-hero-photo-b img {
        object-fit: cover !important;
    }

    body.page-template-page-events-figma .evts-form-section {
        min-height: 478px !important;
        margin-top: 112px !important;
        padding: 70px 84px !important;
        grid-template-columns: minmax(0, 514px) minmax(0, 615px) !important;
        gap: 65px !important;
    }

    body.page-template-page-events-figma .evts-form-heading {
        max-width: 480px !important;
    }

    body.page-template-page-events-figma .evts-form-card {
        padding: 42px 64px 38px !important;
    }

    body.page-template-page-events-figma .fig-form-submit {
        min-width: 179px !important;
        width: auto !important;
        padding: 0 28px !important;
        white-space: nowrap !important;
        font-size: 15px !important;
        font-weight: 500 !important;
    }
}

@media (max-width: 1100px) {
    body.page-template-page-events-figma .evts-hero-photo-a,
    body.page-template-page-events-figma .evts-hero-photo-b {
        width: 100% !important;
        height: auto !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        aspect-ratio: 1 / 1 !important;
        border-radius: 16px !important;
        overflow: hidden !important;
    }

    body.page-template-page-events-figma .evts-hero-photo-a img,
    body.page-template-page-events-figma .evts-hero-photo-b img {
        object-fit: cover !important;
    }
}

@media (max-width: 900px) {
    body.page-template-page-blog-figma .blg-filter-btn.is-active {
        border-color: #24242c !important;
        background: #24242c !important;
        color: #fff !important;
    }
}

/* Blog and single post final QA pass. */
@media (min-width: 1101px) {
    body.page-template-page-blog-figma .blg-podcast {
        height: 342px !important;
        min-height: 342px !important;
        padding: 64px 50px !important;
        align-items: start !important;
    }

    body.page-template-page-blog-figma .blg-podcast-desc {
        max-width: 750px !important;
        font-size: 15.5px !important;
        line-height: 1.42 !important;
    }

    body.page-template-page-blog-figma .blg-podcast-links {
        margin-top: 32px !important;
    }

    body.page-template-page-blog-figma .blg-cta .fig-cta-mascot {
        display: flex !important;
        align-items: flex-end !important;
        justify-content: center !important;
        overflow: hidden !important;
    }

    body.page-template-page-blog-figma .blg-cta .fig-cta-mascot video,
    body.page-template-page-blog-figma .blg-cta .fig-cta-mascot img {
        width: min(610px, 47vw) !important;
        max-width: none !important;
        height: auto !important;
        object-fit: contain !important;
        object-position: center bottom !important;
    }

    body.single-post .sgl-body--editorial {
        grid-template-columns: 49px 22px minmax(0, 731px) 56px 295px !important;
        column-gap: 0 !important;
    }

    body.single-post .sgl-share {
        grid-column: 1 !important;
    }

    body.single-post .sgl-content-wrap {
        grid-column: 3 !important;
        max-width: 731px !important;
    }

    body.single-post .sgl-sidebar--quote {
        grid-column: 5 !important;
    }

    body.single-post .sgl-content > .wpb_row:first-child .wpb_text_column:first-of-type p:first-of-type {
        margin: 0 0 34px !important;
        color: #24242c !important;
        font-size: 40px !important;
        font-weight: 500 !important;
        line-height: 1.15 !important;
        letter-spacing: 0 !important;
    }

    body.single-post .sgl-content .faq-section {
        max-width: 731px !important;
        margin: 72px 0 0 !important;
        font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif !important;
    }

    body.single-post .sgl-content .faq-section h2 {
        margin: 0 0 26px !important;
        color: #24242c !important;
        font-size: 38px !important;
        font-weight: 500 !important;
        line-height: 1.18 !important;
    }

    body.single-post .sgl-content .faq-item {
        border-top: 1px solid #d9d8e1 !important;
    }

    body.single-post .sgl-content .faq-question {
        padding: 18px 0 !important;
        color: #24242c !important;
        font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif !important;
        font-size: 16px !important;
        font-weight: 600 !important;
        line-height: 1.3 !important;
    }

body.single-post .sgl-content .faq-answer {
        color: #4f4e5b !important;
        font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif !important;
        font-size: 15px !important;
        line-height: 1.55 !important;
    }
}

/* Events follow-up: keep Speaker Spotlights as a real accordion and match the request form frame. */
@media (min-width: 1101px) {
    body.page-template-page-events-figma .evts-speaker-featured-body[hidden],
    body.page-template-page-events-figma .evts-speaker-row-desc[hidden] {
        display: none !important;
    }

    body.page-template-page-events-figma .evts-speaker-featured:not(.is-open) {
        min-height: 160px !important;
        padding: 34px 40px !important;
        display: grid !important;
        align-items: center !important;
    }

    body.page-template-page-events-figma .evts-speaker-featured:not(.is-open) .evts-speaker-featured-head {
        min-height: 0 !important;
        padding-bottom: 0 !important;
        border-bottom: 0 !important;
    }

    body.page-template-page-events-figma .evts-speaker-row {
        min-height: 160px !important;
        padding: 34px 40px !important;
        display: grid !important;
        grid-template-columns: 80px minmax(0, 1fr) 56px !important;
        gap: 24px !important;
        align-items: center !important;
        border: 1px solid #e4e4e4 !important;
        border-radius: 12px !important;
        background: #fff !important;
        box-shadow: none !important;
    }

    body.page-template-page-events-figma .evts-speaker-row > div:nth-child(2) {
        min-width: 0 !important;
        display: grid !important;
        grid-template-columns: minmax(0, 330px) minmax(0, 1fr) !important;
        column-gap: 70px !important;
        align-items: center !important;
    }

    body.page-template-page-events-figma .evts-speaker-row-name,
    body.page-template-page-events-figma .evts-speaker-row-title {
        grid-column: 1 !important;
    }

    body.page-template-page-events-figma .evts-speaker-row-desc {
        grid-column: 2 !important;
        grid-row: 1 / span 2 !important;
    }

    body.page-template-page-events-figma .evts-speaker-row .evts-speaker-toggle {
        grid-column: 3 !important;
        justify-self: end !important;
        align-self: center !important;
    }

    body.page-template-page-events-figma .evts-speaker-row.is-open {
        align-items: center !important;
        box-shadow: 0 10px 28px rgba(30,20,70,.08) !important;
    }

    body.page-template-page-events-figma .evts-speaker-row.is-open .evts-speaker-row-desc {
        display: block !important;
        margin-top: 0 !important;
        color: #282828 !important;
        font-size: 20px !important;
        line-height: 1.38 !important;
    }

    body.page-template-page-events-figma .evts-form-section {
        width: calc(100% - 32px) !important;
        max-width: none !important;
        height: 720px !important;
        min-height: 720px !important;
        margin: 112px auto 16px !important;
        padding: 0 84px !important;
        display: grid !important;
        grid-template-columns: minmax(0, 514px) minmax(0, 615px) !important;
        gap: 65px !important;
        align-items: center !important;
        border-radius: 22px !important;
    }

    body.page-template-page-events-figma .evts-form-content {
        align-self: start !important;
        margin-left: -16px !important;
        padding-top: 122px !important;
    }

    body.page-template-page-events-figma .evts-form-heading {
        max-width: 466px !important;
        margin: 0 0 35px !important;
        font-size: 58px !important;
        font-weight: 400 !important;
        line-height: 1.01 !important;
        letter-spacing: 0 !important;
    }

    body.page-template-page-events-figma .evts-form-desc {
        max-width: 488px !important;
        padding-bottom: 0 !important;
        font-size: 20px !important;
        line-height: 1.07 !important;
    }

    body.page-template-page-events-figma .evts-form-card {
        width: 615px !important;
        height: 584px !important;
        min-height: 584px !important;
        padding: 54px 64px !important;
        border-radius: 22px !important;
    }

    body.page-template-page-events-figma .evts-form-card-heading {
        margin: 0 0 48px !important;
        padding-bottom: 25px !important;
        border-bottom: 1px solid #050505 !important;
        color: #050505 !important;
        font-size: 31px !important;
        font-weight: 400 !important;
        line-height: 1.2 !important;
    }

    body.page-template-page-events-figma .fig-form {
        gap: 28px !important;
    }

    body.page-template-page-events-figma .fig-form-row {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 40px !important;
    }

    body.page-template-page-events-figma .fig-form-input,
    body.page-template-page-events-figma .fig-form-select,
    body.page-template-page-events-figma .fig-form-textarea {
        min-height: 48px !important;
        height: 48px !important;
        padding: 8px 0 13px !important;
        font-size: 15px !important;
        line-height: 1.2 !important;
    }

    body.page-template-page-events-figma .fig-form-textarea {
        min-height: 48px !important;
        resize: none !important;
    }

    body.page-template-page-events-figma .fig-form-submit {
        width: 179px !important;
        min-width: 179px !important;
        height: 48px !important;
        margin-top: 4px !important;
        padding: 0 25px !important;
        justify-content: center !important;
        white-space: nowrap !important;
    }
}

@media (max-width: 1100px) {
    body.page-template-page-events-figma .evts-form-section {
        height: auto !important;
        min-height: 0 !important;
        padding: 36px 20px !important;
    }

    body.page-template-page-events-figma .evts-form-content {
        margin-left: 0 !important;
        padding-top: 0 !important;
    }

    body.page-template-page-events-figma .evts-form-card {
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        padding: 34px 24px !important;
    }

    body.page-template-page-events-figma .evts-speaker-row {
        grid-template-columns: 64px minmax(0, 1fr) 48px !important;
        padding: 20px !important;
    }
}
