/* SlidesExtract supplemental styles */
.hero .hero-tagline { font-size: 1.25rem; font-weight: 600; color: rgba(255, 255, 255, 0.95); margin-bottom: 0.5rem; }
.hero .hero-badges-line { font-size: 0.9rem; color: rgba(255, 255, 255, 0.85); margin-bottom: 1.5rem; }
.hero .trust-badge { display: flex; align-items: center; gap: 0.5rem; color: rgba(255, 255, 255, 0.95); font-size: 0.9rem; font-weight: 500; }
.hero .trust-badge span { color: #fbbf24; font-weight: 700; }
.text-center { text-align: center; }
.hero-badge-pill { display: inline-block; background: rgba(99,102,241,.12); color: var(--primary); padding: 6px 14px; border-radius: 20px; font-size: 0.85rem; font-weight: 600; margin-bottom: 12px; }

.content-section { padding: 4rem 0; }
.content-section.alt-bg, .faq-section.alt-bg { background: #fff; border-top: 1px solid var(--gray-200); border-bottom: 1px solid var(--gray-200); }
.content-prose-wide { max-width: 800px; margin: 0 auto; }
.content-prose-wide h2 { font-size: 1.5rem; font-weight: 800; color: var(--gray-900); margin: 2rem 0 1rem; }
.content-prose-wide h3 { font-size: 1.15rem; font-weight: 700; color: var(--gray-800); margin: 1.5rem 0 0.75rem; }
.content-prose-wide p, .content-prose-wide li { color: var(--gray-600); line-height: 1.75; margin-bottom: 1rem; }
.content-prose-wide ul, .content-prose-wide ol { padding-left: 1.25rem; margin-bottom: 1rem; }
.benefit-checklist { list-style: none; padding: 0; }
.benefit-checklist li { display: flex; gap: 8px; align-items: flex-start; margin-bottom: 0.5rem; }
.benefit-checklist li::before { content: "✓"; color: var(--success); font-weight: 700; flex-shrink: 0; }
.benefit-checklist.align-left { text-align: left; }

.compare-table-wrap { overflow-x: auto; margin: 1.5rem 0; border: 1px solid var(--gray-200); border-radius: var(--radius-md); }
.compare-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; min-width: 480px; }
.compare-table th, .compare-table td { padding: 12px 16px; border-bottom: 1px solid var(--gray-200); text-align: left; }
.compare-table th { background: var(--gray-50); font-weight: 700; }

.steps-numbered { list-style: none; padding: 0; counter-reset: step; }
.steps-numbered li { counter-increment: step; margin-bottom: 1rem; padding-left: 2.5rem; position: relative; }
.steps-numbered li::before { content: counter(step); position: absolute; left: 0; top: 0; width: 28px; height: 28px; background: var(--primary); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.85rem; }

.faq-section { padding: 4rem 0; }
.faq-list { max-width: 720px; margin: 0 auto; }
.faq-item { border: 1px solid var(--gray-200); border-radius: var(--radius); margin-bottom: 8px; background: #fff; overflow: hidden; }
.faq-q { width: 100%; text-align: left; padding: 16px 20px; font-weight: 600; background: none; border: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-size: 0.95rem; color: var(--gray-800); }
.faq-a { display: none; padding: 0 20px 16px; color: var(--gray-600); font-size: 0.9rem; line-height: 1.65; }
.faq-item.open .faq-a { display: block; }
.faq-item.open .faq-q .icon { transform: rotate(45deg); }

.page-main { min-height: 60vh; }
.page-hero { background: var(--gradient-hero); color: #fff; padding: 3.5rem 0; text-align: center; }
.page-hero h1 { font-size: 2.25rem; font-weight: 800; margin-bottom: 0.5rem; }
.page-lead { opacity: 0.9; max-width: 600px; margin: 0 auto; }

.contact-card { max-width: 560px; margin: 0 auto; background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius-lg); padding: 2rem; box-shadow: var(--shadow-md); }
.contact-email-box { background: rgba(99,102,241,.08); border: 1px solid rgba(99,102,241,.2); border-radius: var(--radius-md); padding: 1rem; margin-bottom: 1rem; }
.contact-label { display: block; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; color: var(--gray-500); margin-bottom: 4px; }
.contact-email { font-size: 1.1rem; font-weight: 700; color: var(--primary); }
.contact-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 1rem; }
.contact-btn { display: inline-flex; padding: 12px 20px; background: var(--primary); color: #fff !important; font-weight: 700; border-radius: var(--radius); }
.contact-btn-outline { background: #fff; color: var(--primary) !important; border: 1px solid var(--gray-300); }

.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.5rem; }
.blog-card { background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius-lg); padding: 1.5rem; box-shadow: var(--shadow-sm); }
.blog-card h2 { font-size: 1.1rem; margin: 0.5rem 0; }
.blog-meta { font-size: 0.8rem; color: var(--gray-500); }
.read-more { font-weight: 600; font-size: 0.9rem; }

.footer { background: var(--gray-900); color: var(--gray-400); padding: 3rem 0 1.5rem; margin-top: 3rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2rem; margin-bottom: 2rem; }
.footer-brand p { font-size: 0.9rem; margin-top: 0.75rem; max-width: 320px; }
.footer-links-group h4 { color: #fff; font-size: 0.9rem; margin-bottom: 0.75rem; }
.footer-links-group ul { list-style: none; padding: 0; }
.footer-links-group a { color: var(--gray-400); font-size: 0.85rem; display: block; padding: 4px 0; }
.footer-links-group a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid var(--gray-800); padding-top: 1.5rem; text-align: center; font-size: 0.82rem; }
.footer-note { font-size: 0.75rem; margin-top: 6px; opacity: 0.8; }

.cta-btn { display: inline-flex; padding: 12px 22px; background: var(--primary); color: #fff !important; font-weight: 700; border-radius: var(--radius); }
.cta-btn-outline { background: #fff; color: var(--primary) !important; border: 1px solid var(--primary); }
.cta-inline { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.mt-24 { margin-top: 1.5rem; }
.mt-32 { margin-top: 2rem; }
.mt-48 { margin-top: 3rem; }
.hidden { display: none !important; }
.nav-link.active { color: var(--primary); font-weight: 600; }

.problem-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1rem; margin-top: 1rem; }
.problem-card { background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius-md); padding: 1.25rem; }
.problem-card h3 { font-size: 0.95rem; color: var(--primary); margin-bottom: 0.5rem; }

.btn-zip { background: linear-gradient(135deg, #0ea5e9, #06b6d4) !important; }
.processing-spinner { width: 18px; height: 18px; border: 2px solid rgba(255,255,255,.35); border-top-color: #fff; border-radius: 50%; animation: spin 0.75s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.btn-download.is-processing .btn-normal-content { display: none !important; }
.btn-download.is-processing .btn-processing-content { display: flex !important; align-items: center; gap: 8px; }

.slides-preview-section { margin-bottom: 1.5rem; }
.slides-preview-section h4 { font-size: 1rem; color: var(--gray-700); margin-bottom: 1rem; }
.slides-preview-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 12px; }
.slide-preview-item { position: relative; border: 1px solid var(--gray-200); border-radius: var(--radius); overflow: hidden; background: var(--gray-50); aspect-ratio: 4/3; }
.slide-preview-item img { width: 100%; height: 100%; object-fit: cover; display: block; }
.slide-preview-num { position: absolute; top: 6px; left: 6px; background: rgba(0,0,0,.65); color: #fff; font-size: 0.7rem; font-weight: 700; padding: 2px 7px; border-radius: 10px; }
.see-more-slides-btn { display: block; width: 100%; margin-top: 1rem; padding: 12px; background: #fff; border: 2px dashed var(--primary); color: var(--primary); font-weight: 700; border-radius: var(--radius); cursor: pointer; font-size: 0.95rem; transition: background .2s, color .2s; }
.see-more-slides-btn:hover { background: var(--primary); color: #fff; }

.slides-table-section { margin-bottom: 1.5rem; }
.slides-table-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 0.75rem; }
.slides-table-header h4 { font-size: 0.95rem; color: var(--gray-700); margin: 0; }
.slides-counter { font-size: 0.85rem; font-weight: 600; color: var(--primary); }
.slides-table-wrap { max-height: 220px; overflow-y: auto; border: 1px solid var(--gray-200); border-radius: var(--radius); }
.slides-table { width: 100%; border-collapse: collapse; font-size: 0.85rem; }
.slides-table th, .slides-table td { padding: 8px 12px; border-bottom: 1px solid var(--gray-100); text-align: left; }
.slides-table th { background: var(--gray-50); font-weight: 600; position: sticky; top: 0; }
.slide-status { display: inline-flex; align-items: center; gap: 4px; font-size: 0.8rem; color: var(--success); }
.status-dot { width: 8px; height: 8px; border-radius: 50%; display: inline-block; }
.status-dot.green { background: var(--success); }
.slides-complete-msg { text-align: center; padding: 10px; font-size: 0.9rem; font-weight: 600; color: var(--success); background: rgba(34,197,94,.08); border-radius: var(--radius); margin-top: 0.75rem; }

@media (max-width: 768px) {
  .footer-grid { grid-template-columns: 1fr; }
  .nav-menu { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fff; flex-direction: column; padding: 1rem; border-bottom: 1px solid var(--gray-200); box-shadow: var(--shadow-md); }
  .nav-menu.active { display: flex; }
  .nav-toggle { display: flex; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
  .nav-toggle span { width: 24px; height: 2px; background: var(--gray-800); }
}
