/* ── WOD Homepage Elementor — Variables & Base ────────────────────────────── */
:root {
  --wod-brand: #6ec1e4;
  --wod-brand-dark: #4aa8d4;
  --wod-brand-deeper: #2d8bb8;
  --wod-brand-lite: #e8f6fc;
  --wod-navy: #0c2340;
  --wod-navy2: #132d4f;
  --wod-navy3: #1a3a5c;
  --wod-white: #fff;
  --wod-g50: #f8fafb;
  --wod-g100: #f1f4f7;
  --wod-g200: #e2e7ed;
  --wod-g300: #cbd4de;
  --wod-g400: #94a3b8;
  --wod-g500: #64748b;
  --wod-g700: #334155;
  --wod-g900: #0f172a;
  --wod-accent: #00b894;
  --wod-amber: #f59e0b;
  --wod-purple: #7c3aed;
  --wod-coral: #ef4444;
  --wod-r: 16px;
  --wod-rs: 10px;
  --wod-sh: 0 4px 20px rgba(12,35,64,.08);
  --wod-shd: 0 12px 40px rgba(12,35,64,.10);
  --wod-max: 1200px;
}

/* ── Layout Utils ─────────────────────────────────────────────────────────── */
.wod-container { max-width: var(--wod-max); margin: 0 auto; padding: 0 24px; }
.wod-section-label { display: inline-flex; align-items: center; gap: 6px; font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--wod-brand-dark); margin-bottom: 10px; }
.wod-section-label span { width: 20px; height: 2px; background: var(--wod-brand); display: inline-block; }
.wod-section-title { font-family: 'DM Serif Display', serif; font-size: 1.75rem; color: var(--wod-g900); margin-bottom: 6px; line-height: 1.2; }
.wod-section-sub { font-size: .88rem; color: var(--wod-g500); margin-bottom: 28px; }
.wod-see-all { display: inline-flex; align-items: center; gap: 5px; font-size: .82rem; font-weight: 600; color: var(--wod-brand-dark); border: 1px solid var(--wod-g200); border-radius: 50px; padding: 5px 14px; transition: all .2s; text-decoration: none; }
.wod-see-all:hover { background: var(--wod-brand-lite); border-color: var(--wod-brand); }
.wod-section { padding: 48px 0; }
.wod-section.wod-alt { background: var(--wod-g50); }
.wod-section-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 24px; gap: 16px; }
.wod-section-header-left { flex: 1; }
.wod-btn-primary { display: inline-flex; align-items: center; gap: 7px; background: var(--wod-brand); color: #fff; font-weight: 700; padding: 11px 24px; border-radius: 50px; font-size: .88rem; transition: all .2s; border: none; text-decoration: none; font-family: 'Plus Jakarta Sans', sans-serif; cursor: pointer; }
.wod-btn-primary:hover { background: var(--wod-brand-dark); transform: translateY(-1px); color: #fff; }
.wod-btn-secondary { display: inline-flex; align-items: center; gap: 7px; background: #fff; color: var(--wod-g700); font-weight: 600; padding: 11px 24px; border-radius: 50px; font-size: .88rem; border: 1.5px solid var(--wod-g200); transition: all .2s; text-decoration: none; font-family: 'Plus Jakarta Sans', sans-serif; }
.wod-btn-secondary:hover { border-color: var(--wod-brand); color: var(--wod-brand-dark); }

/* ── HERO ──────────────────────────────────────────────────────────────────── */
.wod-hero { background: #f0f7fb; padding: 52px 0 48px; position: relative; overflow: hidden; font-family: 'Plus Jakarta Sans', sans-serif; }
.wod-hero::after { content: ''; position: absolute; top: -60px; right: -80px; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(110,193,228,.15), transparent 70%); pointer-events: none; }
.wod-hero-grid { display: grid; grid-template-columns: 1fr 380px; gap: 48px; align-items: center; }
.wod-hero-badge { display: inline-flex; align-items: center; gap: 6px; font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--wod-brand-dark); margin-bottom: 16px; }
.wod-hero-badge::before { content: ''; width: 16px; height: 2px; background: var(--wod-brand); display: inline-block; }
.wod-hero h1 { font-family: 'DM Serif Display', serif; font-size: 3rem; line-height: 1.1; color: var(--wod-navy); margin-bottom: 14px; }
.wod-hero h1 em { font-style: italic; color: var(--wod-brand-dark); }
.wod-hero-sub { font-size: .92rem; color: var(--wod-g500); max-width: 440px; margin-bottom: 28px; line-height: 1.7; }
.wod-hero-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 36px; }
.wod-hero-stats { display: flex; gap: 28px; }
.wod-hero-stat h4 { font-family: 'DM Serif Display', serif; font-size: 1.5rem; color: var(--wod-navy); }
.wod-hero-stat h4 span { color: var(--wod-brand); }
.wod-hero-stat p { font-size: .75rem; color: var(--wod-g500); }
.wod-hero-stat + .wod-hero-stat { padding-left: 28px; border-left: 1px solid var(--wod-g200); }
.wod-hero-cards { display: flex; flex-direction: column; gap: 12px; }
.wod-hero-feat-card { background: #fff; border-radius: var(--wod-r); padding: 16px 20px; border: 1px solid var(--wod-g200); display: flex; align-items: center; gap: 14px; box-shadow: var(--wod-sh); }
.wod-hero-feat-icon { width: 42px; height: 42px; border-radius: 11px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.wod-hero-feat-icon.blue { background: var(--wod-brand-lite); }
.wod-hero-feat-icon.green { background: #e6f9f4; }
.wod-hero-feat-icon.amber { background: #fef3c7; }
.wod-hero-feat-card h5 { font-size: .88rem; font-weight: 700; color: var(--wod-g900); margin-bottom: 1px; }
.wod-hero-feat-card p { font-size: .75rem; color: var(--wod-g500); }

/* ── HELP STRIP ───────────────────────────────────────────────────────────── */
.wod-help-strip { background: #fff; border-bottom: 1px solid var(--wod-g100); font-family: 'Plus Jakarta Sans', sans-serif; }
.wod-help-strip-inner { display: flex; align-items: center; gap: 16px; padding: 10px 0; font-size: .78rem; color: var(--wod-g500); }
.wod-help-strip-inner strong { color: var(--wod-g700); font-weight: 600; }
.wod-help-tag { display: inline-flex; align-items: center; gap: 4px; padding: 4px 10px; border-radius: 6px; border: 1px solid var(--wod-g200); background: var(--wod-g50); font-size: .75rem; font-weight: 500; color: var(--wod-g700); cursor: pointer; transition: all .2s; white-space: nowrap; text-decoration: none; }
.wod-help-tag:hover { border-color: var(--wod-brand); color: var(--wod-brand-dark); background: var(--wod-brand-lite); }
.wod-help-tags { display: flex; gap: 6px; flex-wrap: wrap; }

/* ── DENTAL ISSUES ────────────────────────────────────────────────────────── */
.wod-topics-grid { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.wod-topic-pill { display: inline-flex; align-items: center; gap: 6px; padding: 8px 16px; border-radius: 50px; border: 1px solid var(--wod-g200); background: #fff; font-size: .8rem; font-weight: 600; color: var(--wod-g700); cursor: pointer; transition: all .2s; text-decoration: none; }
.wod-topic-pill svg { opacity: .6; }
.wod-topic-pill:hover, .wod-topic-pill.active { background: var(--wod-brand-lite); border-color: var(--wod-brand); color: var(--wod-navy); }
.wod-ai-assistant-strip { display: flex; align-items: center; gap: 10px; margin-top: 16px; padding: 12px 18px; background: linear-gradient(135deg, var(--wod-navy), var(--wod-navy3)); border-radius: var(--wod-rs); color: #fff; font-size: .82rem; cursor: pointer; text-decoration: none; }
.wod-ai-assistant-strip .wod-ai-icon { width: 28px; height: 28px; background: var(--wod-brand); border-radius: 7px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.wod-ai-assistant-strip .wod-ai-title { font-weight: 600; }
.wod-ai-assistant-strip .wod-ai-sub { color: rgba(255,255,255,.6); font-style: normal; font-size: .75rem; }
.wod-ai-assistant-strip .wod-ai-arrow { margin-left: auto; color: var(--wod-brand); }

/* ── ARTICLES & EBOOK ─────────────────────────────────────────────────────── */
.wod-articles-layout { display: grid; grid-template-columns: 1fr 280px; gap: 24px; align-items: start; }
.wod-art-list { display: flex; flex-direction: column; gap: 0; }
.wod-art-item { display: flex; align-items: flex-start; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--wod-g100); }
.wod-art-item:last-child { border-bottom: none; }
.wod-art-item-num { font-size: .72rem; font-weight: 700; color: var(--wod-g300); min-width: 18px; padding-top: 2px; }
.wod-art-item-icon { width: 36px; height: 36px; border-radius: 9px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 1.1rem; }
.wod-art-item-tag { font-size: .68rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--wod-brand-dark); margin-bottom: 3px; }
.wod-art-item-body h4 { font-size: .88rem; font-weight: 700; color: var(--wod-g900); line-height: 1.35; margin-bottom: 3px; }
.wod-art-item-body h4 a { text-decoration: none; color: inherit; }
.wod-art-item-body h4 a:hover { color: var(--wod-brand-dark); }
.wod-art-item-meta { font-size: .72rem; color: var(--wod-g400); }
.wod-ebook-card { background: linear-gradient(160deg, var(--wod-navy), var(--wod-navy3)); border-radius: var(--wod-r); padding: 24px; color: #fff; position: relative; overflow: hidden; }
.wod-ebook-card::after { content: ''; position: absolute; top: -40px; right: -40px; width: 120px; height: 120px; border-radius: 50%; background: rgba(110,193,228,.12); }
.wod-ebook-label { font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--wod-brand); margin-bottom: 10px; }
.wod-ebook-card h3 { font-family: 'DM Serif Display', serif; font-size: 1.5rem; line-height: 1.2; margin-bottom: 14px; }
.wod-ebook-card h3 em { font-style: italic; color: var(--wod-brand); }
.wod-ebook-features { display: flex; flex-direction: column; gap: 7px; margin-bottom: 20px; }
.wod-ebook-feat { display: flex; align-items: center; gap: 8px; font-size: .78rem; color: rgba(255,255,255,.8); }
.wod-ebook-feat::before { content: '✓'; color: var(--wod-brand); font-weight: 700; font-size: .75rem; }
.wod-ebook-btn { width: 100%; background: var(--wod-brand); color: #fff; border: none; border-radius: 50px; padding: 11px; font-size: .85rem; font-weight: 700; cursor: pointer; transition: background .2s; font-family: 'Plus Jakarta Sans', sans-serif; text-align: center; display: block; text-decoration: none; }
.wod-ebook-btn:hover { background: var(--wod-brand-dark); color: #fff; }

/* ── VIDEOS & PODCASTS ────────────────────────────────────────────────────── */
.wod-video-grid { display: flex; gap: 14px; overflow-x: auto; padding-bottom: 8px; -ms-overflow-style: none; scrollbar-width: none; }
.wod-video-grid::-webkit-scrollbar { display: none; }
.wod-video-card { flex: 0 0 180px; background: #fff; border-radius: var(--wod-rs); overflow: hidden; border: 1px solid var(--wod-g200); cursor: pointer; transition: all .2s; text-decoration: none; }
.wod-video-card:hover { transform: translateY(-3px); box-shadow: var(--wod-sh); }
.wod-video-thumb { height: 90px; display: flex; align-items: center; justify-content: center; position: relative; }
.wod-video-thumb-wave { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; gap: 3px; }
.wod-wave-bar { width: 3px; border-radius: 3px; animation: wod-wave 1.2s ease-in-out infinite; }
.wod-wave-bar:nth-child(1) { height: 20px; animation-delay: 0s; }
.wod-wave-bar:nth-child(2) { height: 35px; animation-delay: .1s; }
.wod-wave-bar:nth-child(3) { height: 25px; animation-delay: .2s; }
.wod-wave-bar:nth-child(4) { height: 40px; animation-delay: .3s; }
.wod-wave-bar:nth-child(5) { height: 28px; animation-delay: .4s; }
.wod-wave-bar:nth-child(6) { height: 18px; animation-delay: .5s; }
@keyframes wod-wave { 0%,100% { transform: scaleY(1); } 50% { transform: scaleY(.5); } }
.wod-video-play { position: absolute; width: 28px; height: 28px; background: rgba(255,255,255,.9); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.wod-video-card-body { padding: 10px 12px; }
.wod-video-card-body h5 { font-size: .75rem; font-weight: 700; color: var(--wod-g900); line-height: 1.3; margin-bottom: 4px; }
.wod-video-card-body p { font-size: .68rem; color: var(--wod-g400); }
.wod-vc-blue { background: linear-gradient(135deg, #dbeafe, #bfdbfe); }
.wod-vc-green { background: linear-gradient(135deg, #d1fae5, #a7f3d0); }
.wod-vc-amber { background: linear-gradient(135deg, #fef3c7, #fde68a); }
.wod-vc-purple { background: linear-gradient(135deg, #ede9fe, #ddd6fe); }
.wod-vc-rose { background: linear-gradient(135deg, #ffe4e6, #fecdd3); }
.wod-vc-navy { background: linear-gradient(135deg, #e0e7ff, #c7d2fe); }

/* ── PRODUCTS ─────────────────────────────────────────────────────────────── */
.wod-products-grid { display: flex; gap: 14px; overflow-x: auto; padding-bottom: 8px; -ms-overflow-style: none; scrollbar-width: none; }
.wod-products-grid::-webkit-scrollbar { display: none; }
.wod-prod-card { flex: 0 0 160px; background: #fff; border: 1px solid var(--wod-g200); border-radius: var(--wod-rs); padding: 16px 14px; text-align: center; cursor: pointer; transition: all .2s; }
.wod-prod-card:hover { transform: translateY(-3px); box-shadow: var(--wod-sh); border-color: var(--wod-brand); }
.wod-prod-emoji { font-size: 2rem; margin-bottom: 10px; height: 52px; display: flex; align-items: center; justify-content: center; }
.wod-prod-label { font-size: .62rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--wod-g400); margin-bottom: 4px; }
.wod-prod-card h5 { font-size: .75rem; font-weight: 600; color: var(--wod-g900); line-height: 1.3; margin-bottom: 10px; min-height: 2.6em; }
.wod-btn-amazon { display: inline-flex; align-items: center; gap: 5px; background: var(--wod-amber); color: #fff; font-size: .7rem; font-weight: 700; padding: 6px 12px; border-radius: 50px; border: none; cursor: pointer; transition: background .2s; text-decoration: none; }
.wod-btn-amazon:hover { background: #d97706; color: #fff; }

/* ── DIRECTORY ────────────────────────────────────────────────────────────── */
.wod-directory-grid { display: grid; grid-template-columns: 1fr 300px; gap: 24px; align-items: start; }
.wod-directory-cta { background: linear-gradient(160deg, var(--wod-navy), var(--wod-navy3)); border-radius: var(--wod-r); padding: 28px; color: #fff; }
.wod-directory-cta h3 { font-family: 'DM Serif Display', serif; font-size: 1.5rem; color: #fff; line-height: 1.2; margin-bottom: 8px; }
.wod-directory-cta p { font-size: .82rem; color: rgba(255,255,255,.65); margin-bottom: 20px; line-height: 1.6; }
.wod-dir-features { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
.wod-dir-feat { display: flex; align-items: center; gap: 8px; font-size: .78rem; color: rgba(255,255,255,.8); }
.wod-dir-feat::before { content: '✓'; color: var(--wod-brand); font-weight: 700; }
.wod-dir-flags { display: flex; flex-direction: column; gap: 10px; }
.wod-dir-flag-item { display: flex; align-items: center; gap: 12px; padding: 12px; background: #fff; border-radius: var(--wod-rs); border: 1px solid var(--wod-g200); }
.wod-dir-flag { width: 32px; height: 24px; border-radius: 4px; overflow: hidden; flex-shrink: 0; }
.wod-dir-flag-body h5 { font-size: .8rem; font-weight: 700; color: var(--wod-g900); }
.wod-dir-flag-body p { font-size: .72rem; color: var(--wod-g500); }
.wod-dir-flag-count { margin-left: auto; font-size: .72rem; font-weight: 700; color: var(--wod-brand-dark); background: var(--wod-brand-lite); padding: 2px 8px; border-radius: 50px; white-space: nowrap; }

/* ── SCHOOLS & CAREERS ────────────────────────────────────────────────────── */
.wod-careers-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.wod-specialty-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 18px; }
.wod-specialty-tag { display: inline-flex; align-items: center; gap: 5px; padding: 6px 14px; border-radius: 50px; border: 1px solid var(--wod-g200); font-size: .78rem; font-weight: 600; color: var(--wod-g700); cursor: pointer; transition: all .2s; text-decoration: none; }
.wod-specialty-tag:hover { border-color: var(--wod-brand); color: var(--wod-brand-dark); background: var(--wod-brand-lite); }
.wod-careers-right { background: var(--wod-g50); border-radius: var(--wod-r); padding: 20px; border: 1px solid var(--wod-g200); }
.wod-careers-right h4 { font-size: .88rem; font-weight: 700; color: var(--wod-g900); margin-bottom: 4px; }
.wod-careers-right > a { font-size: .8rem; color: var(--wod-brand-dark); font-weight: 600; text-decoration: none; }
.wod-prog-list { display: flex; flex-direction: column; gap: 8px; margin-top: 12px; }
.wod-prog-item { display: flex; align-items: center; justify-content: space-between; padding: 8px 12px; background: #fff; border-radius: 8px; border: 1px solid var(--wod-g200); }
.wod-prog-item-left h5 { font-size: .78rem; font-weight: 700; color: var(--wod-g900); }
.wod-prog-item-left p { font-size: .7rem; color: var(--wod-g500); }
.wod-prog-count { font-size: .72rem; font-weight: 700; color: var(--wod-brand-dark); }
.wod-programs-box { padding: 20px; background: #fff; border-radius: var(--wod-r); border: 1px solid var(--wod-g200); }
.wod-programs-box > h4 { font-size: .92rem; font-weight: 700; color: var(--wod-g900); margin-bottom: 12px; }

/* ── FAQ ───────────────────────────────────────────────────────────────────── */
.wod-faq-list { display: flex; flex-direction: column; gap: 0; }
.wod-faq-item { border-bottom: 1px solid var(--wod-g100); }
.wod-faq-q { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; cursor: pointer; gap: 12px; }
.wod-faq-q h4 { font-size: .88rem; font-weight: 600; color: var(--wod-g900); }
.wod-faq-q-icon { width: 22px; height: 22px; border-radius: 50%; background: var(--wod-g100); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all .2s; }
.wod-faq-item.open .wod-faq-q-icon { background: var(--wod-brand-lite); transform: rotate(45deg); }
.wod-faq-a { font-size: .82rem; color: var(--wod-g500); line-height: 1.7; padding-bottom: 14px; display: none; }
.wod-faq-item.open .wod-faq-a { display: block; }

/* ── CTA BANNER ───────────────────────────────────────────────────────────── */
.wod-cta-banner { background: linear-gradient(160deg, var(--wod-navy2), var(--wod-brand-deeper)); padding: 64px 0; text-align: center; position: relative; overflow: hidden; font-family: 'Plus Jakarta Sans', sans-serif; }
.wod-cta-banner::before { content: ''; position: absolute; top: -60px; left: 50%; transform: translateX(-50%); width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(110,193,228,.10), transparent 60%); }
.wod-cta-banner h2 { font-family: 'DM Serif Display', serif; font-size: 2.2rem; color: #fff; margin-bottom: 12px; position: relative; }
.wod-cta-banner p { color: rgba(255,255,255,.65); font-size: .92rem; max-width: 460px; margin: 0 auto 28px; position: relative; }
.wod-cta-banner .wod-btn-primary { font-size: .95rem; padding: 13px 32px; position: relative; }

/* ── RESPONSIVE ───────────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .wod-hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .wod-hero-cards { flex-direction: row; flex-wrap: wrap; }
  .wod-hero-feat-card { flex: 1; min-width: 220px; }
  .wod-articles-layout { grid-template-columns: 1fr; }
  .wod-directory-grid { grid-template-columns: 1fr; }
  .wod-careers-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .wod-hero h1 { font-size: 2.2rem; }
  .wod-hero-cards { flex-direction: column; }
  .wod-hero-stats { gap: 16px; }
  .wod-section-header { flex-direction: column; align-items: flex-start; }
  .wod-video-card { flex: 0 0 160px; }
  .wod-prod-card { flex: 0 0 145px; }
  .wod-topics-grid { gap: 6px; }
  .wod-topic-pill { font-size: .75rem; padding: 7px 12px; }
  .wod-careers-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .wod-hero h1 { font-size: 1.9rem; }
  .wod-hero-actions { flex-direction: column; }
  .wod-hero-actions a { text-align: center; justify-content: center; }
  .wod-section-title { font-size: 1.5rem; }
  .wod-hero-stats { flex-wrap: wrap; }
}
