:root{--primary-color: #00afac;--secondary-color: #1447bd;--accent-orange: #ff6b35;--text-dark: #1a1a1a;--text-gray: #666;--bg-light: #f8f9fa;--border-light: #e9ecef;--shadow-sm: 0 2px 4px rgba(0,0,0,.1);--shadow-md: 0 4px 6px rgba(0,0,0,.1);--shadow-lg: 0 10px 15px rgba(0,0,0,.1);--gradient-primary: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);--gradient-accent: linear-gradient(135deg, var(--accent-orange) 0%, #ff8c42 100%)}.blog-post[data-astro-cid-lesc6c6t]{min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.article-container[data-astro-cid-lesc6c6t]{background:#fff;margin:2rem 0;border-radius:12px;box-shadow:var(--shadow-md)}.container[data-astro-cid-lesc6c6t]{max-width:1200px;margin:0 auto;padding:0 1rem}.breadcrumb-nav[data-astro-cid-lesc6c6t]{background:#fff;padding:1rem 0;border-bottom:1px solid #e9ecef;margin-bottom:0}.breadcrumb[data-astro-cid-lesc6c6t]{list-style:none;padding:0;margin:0;display:flex;gap:.5rem;align-items:center}.breadcrumb[data-astro-cid-lesc6c6t] li[data-astro-cid-lesc6c6t]{color:#6c757d}.breadcrumb[data-astro-cid-lesc6c6t] a[data-astro-cid-lesc6c6t]{color:#00afac;text-decoration:none;transition:color .3s ease}.breadcrumb[data-astro-cid-lesc6c6t] a[data-astro-cid-lesc6c6t]:hover{color:#1447bd;text-decoration:underline}.breadcrumb[data-astro-cid-lesc6c6t] li[data-astro-cid-lesc6c6t]:not(:last-child):after{content:">";margin-left:.5rem;color:#6c757d}.breadcrumb[data-astro-cid-lesc6c6t] li[data-astro-cid-lesc6c6t][aria-current=page]{color:#4a5568;font-weight:500}.hero-section[data-astro-cid-lesc6c6t]{background:var(--gradient-primary);color:#fff;padding:4rem 0;text-align:center;margin-bottom:3rem}.hero-content[data-astro-cid-lesc6c6t] h1[data-astro-cid-lesc6c6t]{font-size:3rem;font-weight:700;margin:1rem 0;line-height:1.2}.hero-subtitle[data-astro-cid-lesc6c6t]{font-size:1.25rem;margin:1.5rem 0;opacity:.9;max-width:800px;margin-left:auto;margin-right:auto}.hero-cta[data-astro-cid-lesc6c6t]{margin-top:2rem}.hero-cta-button[data-astro-cid-lesc6c6t]{display:inline-block;background:var(--accent-orange);color:#fff;padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:700;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 15px #ff6b354d}.hero-cta-button[data-astro-cid-lesc6c6t]:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff6b3566;background:#ff8c42}.article-meta[data-astro-cid-lesc6c6t]{display:flex;justify-content:center;gap:2rem;margin-top:2rem;opacity:.8}.hero-stats[data-astro-cid-lesc6c6t]{display:flex;gap:16px;margin:20px 0;flex-wrap:wrap}.stat[data-astro-cid-lesc6c6t]{text-align:center;flex:1;min-width:80px}.stat-number[data-astro-cid-lesc6c6t]{display:block;font-size:24px;font-weight:700;color:#fff;line-height:1}.stat-label[data-astro-cid-lesc6c6t]{display:block;font-size:12px;color:#fffc;margin-top:4px}.intro-cta[data-astro-cid-lesc6c6t]{margin:2rem 0}.highlight-box[data-astro-cid-lesc6c6t]{background:linear-gradient(135deg,#fff3cd,#ffeaa7);border:2px solid var(--accent-orange);border-radius:12px;padding:1.5rem;margin:1rem 0;color:var(--text-dark);font-weight:500}.inline-cta[data-astro-cid-lesc6c6t]{color:var(--secondary-color);text-decoration:none;font-weight:700;margin-left:1rem;border-bottom:2px solid var(--secondary-color);transition:all .2s ease}.inline-cta[data-astro-cid-lesc6c6t]:hover{color:var(--accent-orange);border-bottom-color:var(--accent-orange)}.content-section[data-astro-cid-lesc6c6t]{padding:3rem;border-bottom:1px solid var(--border-light);position:relative}.content-section[data-astro-cid-lesc6c6t]:last-child{border-bottom:none}.content-section[data-astro-cid-lesc6c6t]:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-primary);border-radius:12px 12px 0 0}.content-section[data-astro-cid-lesc6c6t] h2[data-astro-cid-lesc6c6t]{color:var(--secondary-color);font-size:2.25rem;margin-bottom:1.5rem;font-weight:700;position:relative;padding-left:3rem}.content-section[data-astro-cid-lesc6c6t] h2[data-astro-cid-lesc6c6t]:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:2rem;height:2rem;background:var(--gradient-primary);border-radius:50%;display:flex;align-items:center;justify-content:center}.content-section[data-astro-cid-lesc6c6t] h3[data-astro-cid-lesc6c6t]{color:var(--primary-color);font-size:1.5rem;margin:2rem 0 1rem;font-weight:600;padding:1rem;background:linear-gradient(135deg,#f0f8ff,#e6f3ff);border-left:4px solid var(--primary-color);border-radius:8px}.content-section[data-astro-cid-lesc6c6t] p[data-astro-cid-lesc6c6t]{font-size:1.1rem;line-height:1.7;color:var(--text-dark);margin-bottom:1.5rem}.summary-section[data-astro-cid-lesc6c6t]{background:linear-gradient(135deg,#f8f9fa,#e3f2fd);position:relative}.summary-section[data-astro-cid-lesc6c6t]:before{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%)}.summary-compact[data-astro-cid-lesc6c6t]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:2rem}.summary-item[data-astro-cid-lesc6c6t]{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;transition:all .3s ease;border:1px solid transparent}.summary-item[data-astro-cid-lesc6c6t]:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00afac33;border-color:var(--primary-color)}.summary-icon[data-astro-cid-lesc6c6t]{font-size:2rem;flex-shrink:0;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background:var(--gradient-primary);border-radius:50%;color:#fff}.summary-link[data-astro-cid-lesc6c6t]{text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:.5rem}.summary-title[data-astro-cid-lesc6c6t]{font-weight:600;color:var(--secondary-color);font-size:1.1rem}.summary-desc[data-astro-cid-lesc6c6t]{font-size:.9rem;color:var(--text-gray);line-height:1.4}.info-box[data-astro-cid-lesc6c6t],.strategy-box[data-astro-cid-lesc6c6t],.question-types[data-astro-cid-lesc6c6t],.time-management[data-astro-cid-lesc6c6t]{background:linear-gradient(135deg,#f0f8ff,#e6f3ff);border:1px solid var(--primary-color);border-radius:16px;padding:2rem;margin:2rem 0;box-shadow:0 4px 16px #00afac1a;position:relative;overflow:hidden}.info-box[data-astro-cid-lesc6c6t]:before,.strategy-box[data-astro-cid-lesc6c6t]:before,.question-types[data-astro-cid-lesc6c6t]:before,.time-management[data-astro-cid-lesc6c6t]:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-primary)}.info-box[data-astro-cid-lesc6c6t] h4[data-astro-cid-lesc6c6t],.strategy-box[data-astro-cid-lesc6c6t] h4[data-astro-cid-lesc6c6t],.question-types[data-astro-cid-lesc6c6t] h4[data-astro-cid-lesc6c6t],.time-management[data-astro-cid-lesc6c6t] h4[data-astro-cid-lesc6c6t]{color:var(--secondary-color);margin-top:0;font-size:1.3rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.info-box[data-astro-cid-lesc6c6t] h4[data-astro-cid-lesc6c6t]:before,.strategy-box[data-astro-cid-lesc6c6t] h4[data-astro-cid-lesc6c6t]:before,.question-types[data-astro-cid-lesc6c6t] h4[data-astro-cid-lesc6c6t]:before,.time-management[data-astro-cid-lesc6c6t] h4[data-astro-cid-lesc6c6t]:before{content:"💡";font-size:1.5rem}.subject-grid[data-astro-cid-lesc6c6t],.differentiation-grid[data-astro-cid-lesc6c6t],.methodology-grid[data-astro-cid-lesc6c6t],.tech-grid[data-astro-cid-lesc6c6t],.feedback-types[data-astro-cid-lesc6c6t],.stress-techniques[data-astro-cid-lesc6c6t],.command-words[data-astro-cid-lesc6c6t],.resource-grid[data-astro-cid-lesc6c6t],.support-areas[data-astro-cid-lesc6c6t],.learning-opportunities[data-astro-cid-lesc6c6t]{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin:2rem 0}.subject-card[data-astro-cid-lesc6c6t],.diff-card[data-astro-cid-lesc6c6t],.method-card[data-astro-cid-lesc6c6t],.tech-item[data-astro-cid-lesc6c6t],.feedback-type[data-astro-cid-lesc6c6t],.technique[data-astro-cid-lesc6c6t],.command-word[data-astro-cid-lesc6c6t],.resource[data-astro-cid-lesc6c6t],.area[data-astro-cid-lesc6c6t],.opportunity[data-astro-cid-lesc6c6t]{background:#fff;padding:1.5rem;border-radius:12px;border:1px solid var(--border-light);box-shadow:0 4px 12px #00000014;transition:all .3s ease;position:relative;overflow:hidden}.subject-card[data-astro-cid-lesc6c6t]:before,.diff-card[data-astro-cid-lesc6c6t]:before,.method-card[data-astro-cid-lesc6c6t]:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--gradient-primary)}.subject-card[data-astro-cid-lesc6c6t]:hover,.diff-card[data-astro-cid-lesc6c6t]:hover,.method-card[data-astro-cid-lesc6c6t]:hover,.tech-item[data-astro-cid-lesc6c6t]:hover,.feedback-type[data-astro-cid-lesc6c6t]:hover,.technique[data-astro-cid-lesc6c6t]:hover,.command-word[data-astro-cid-lesc6c6t]:hover,.resource[data-astro-cid-lesc6c6t]:hover,.area[data-astro-cid-lesc6c6t]:hover,.opportunity[data-astro-cid-lesc6c6t]:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00afac26;border-color:var(--primary-color)}.subject-card[data-astro-cid-lesc6c6t] h4[data-astro-cid-lesc6c6t],.diff-card[data-astro-cid-lesc6c6t] h4[data-astro-cid-lesc6c6t],.method-card[data-astro-cid-lesc6c6t] h4[data-astro-cid-lesc6c6t],.feedback-type[data-astro-cid-lesc6c6t] h5[data-astro-cid-lesc6c6t],.technique[data-astro-cid-lesc6c6t] h5[data-astro-cid-lesc6c6t],.resource[data-astro-cid-lesc6c6t] h5[data-astro-cid-lesc6c6t],.area[data-astro-cid-lesc6c6t] h5[data-astro-cid-lesc6c6t],.opportunity[data-astro-cid-lesc6c6t] h5[data-astro-cid-lesc6c6t]{color:var(--primary-color);margin-top:0;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.timeline[data-astro-cid-lesc6c6t]{display:flex;gap:2rem;margin:2rem 0;flex-wrap:wrap}.timeline-item[data-astro-cid-lesc6c6t]{flex:1;min-width:280px;background:#fff;padding:2rem;border-radius:16px;border-left:6px solid var(--primary-color);box-shadow:0 6px 20px #00afac1a;position:relative;transition:all .3s ease}.timeline-item[data-astro-cid-lesc6c6t]:hover{transform:translateY(-2px);box-shadow:0 10px 30px #00afac26}.timeline-item[data-astro-cid-lesc6c6t] h4[data-astro-cid-lesc6c6t]{color:var(--secondary-color);margin-top:0;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.assessment-methods[data-astro-cid-lesc6c6t],.digital-assessment[data-astro-cid-lesc6c6t],.online-resources[data-astro-cid-lesc6c6t],.communication-strategies[data-astro-cid-lesc6c6t],.parent-support[data-astro-cid-lesc6c6t],.professional-growth[data-astro-cid-lesc6c6t],.collaborative-learning[data-astro-cid-lesc6c6t],.support-strategies[data-astro-cid-lesc6c6t]{background:linear-gradient(135deg,#f8f9fa,#fff);padding:2rem;border-radius:16px;margin:2rem 0;border:1px solid var(--border-light);box-shadow:0 4px 16px #0000000d}.assessment-methods[data-astro-cid-lesc6c6t] h4[data-astro-cid-lesc6c6t],.digital-assessment[data-astro-cid-lesc6c6t] h4[data-astro-cid-lesc6c6t],.online-resources[data-astro-cid-lesc6c6t] h4[data-astro-cid-lesc6c6t],.communication-strategies[data-astro-cid-lesc6c6t] h4[data-astro-cid-lesc6c6t],.parent-support[data-astro-cid-lesc6c6t] h4[data-astro-cid-lesc6c6t],.professional-growth[data-astro-cid-lesc6c6t] h4[data-astro-cid-lesc6c6t],.collaborative-learning[data-astro-cid-lesc6c6t] h4[data-astro-cid-lesc6c6t],.support-strategies[data-astro-cid-lesc6c6t] h4[data-astro-cid-lesc6c6t]{color:var(--secondary-color);margin-top:0;font-size:1.3rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.assessment-methods[data-astro-cid-lesc6c6t] h4[data-astro-cid-lesc6c6t]:before{content:"📊"}.digital-assessment[data-astro-cid-lesc6c6t] h4[data-astro-cid-lesc6c6t]:before{content:"💻"}.online-resources[data-astro-cid-lesc6c6t] h4[data-astro-cid-lesc6c6t]:before{content:"🌐"}.communication-strategies[data-astro-cid-lesc6c6t] h4[data-astro-cid-lesc6c6t]:before{content:"💬"}.parent-support[data-astro-cid-lesc6c6t] h4[data-astro-cid-lesc6c6t]:before{content:"👨‍👩‍👧‍👦"}.professional-growth[data-astro-cid-lesc6c6t] h4[data-astro-cid-lesc6c6t]:before{content:"📈"}.collaborative-learning[data-astro-cid-lesc6c6t] h4[data-astro-cid-lesc6c6t]:before{content:"🤝"}.support-strategies[data-astro-cid-lesc6c6t] h4[data-astro-cid-lesc6c6t]:before{content:"💙"}.social-proof[data-astro-cid-lesc6c6t]{display:flex;gap:16px;margin-top:20px;flex-wrap:wrap}.proof-item[data-astro-cid-lesc6c6t]{display:flex;align-items:center;gap:8px;font-size:14px;color:#666}.proof-icon[data-astro-cid-lesc6c6t]{font-size:16px}.case-studies[data-astro-cid-lesc6c6t],.student-stories[data-astro-cid-lesc6c6t]{display:flex;gap:2rem;margin:2rem 0;flex-wrap:wrap}.case-study[data-astro-cid-lesc6c6t],.story[data-astro-cid-lesc6c6t]{flex:1;min-width:320px;background:linear-gradient(135deg,#fff,#f8f9fa);padding:2rem;border-radius:16px;border-left:6px solid var(--accent-orange);box-shadow:0 6px 20px #ff6b351a;transition:all .3s ease;position:relative}.case-study[data-astro-cid-lesc6c6t]:hover,.story[data-astro-cid-lesc6c6t]:hover{transform:translateY(-4px);box-shadow:0 12px 32px #ff6b3526}.case-study[data-astro-cid-lesc6c6t]:before,.story[data-astro-cid-lesc6c6t]:before{content:"📚";position:absolute;top:1rem;right:1rem;font-size:2rem;opacity:.3}.story[data-astro-cid-lesc6c6t]:before{content:"🌟"}.case-study[data-astro-cid-lesc6c6t] h4[data-astro-cid-lesc6c6t],.story[data-astro-cid-lesc6c6t] h4[data-astro-cid-lesc6c6t]{color:var(--secondary-color);margin-top:0;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.download-section[data-astro-cid-lesc6c6t]{margin-top:3rem;padding:2rem;background:linear-gradient(135deg,#e3f2fd,#f0f8ff);border-radius:16px;border:2px solid var(--primary-color)}.download-section[data-astro-cid-lesc6c6t] h3[data-astro-cid-lesc6c6t]{color:var(--secondary-color);margin-bottom:1.5rem;font-size:1.5rem;text-align:center}.resource-grid[data-astro-cid-lesc6c6t]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.resource-item[data-astro-cid-lesc6c6t]{background:#fff;padding:1.5rem;border-radius:12px;border:1px solid var(--border-light);text-align:center;box-shadow:0 4px 12px #00000014;transition:all .3s ease}.resource-item[data-astro-cid-lesc6c6t]:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00afac26;border-color:var(--primary-color)}.resource-icon[data-astro-cid-lesc6c6t]{font-size:2.5rem;display:block;margin-bottom:1rem}.resource-item[data-astro-cid-lesc6c6t] h4[data-astro-cid-lesc6c6t]{color:var(--secondary-color);margin:1rem 0;font-size:1.1rem;font-weight:600}.resource-btn[data-astro-cid-lesc6c6t]{padding:.75rem 1.5rem;background:var(--gradient-primary);color:#fff;text-decoration:none;border-radius:25px;font-size:.9rem;font-weight:600;transition:all .3s ease;display:inline-block;margin-top:1rem}.resource-btn[data-astro-cid-lesc6c6t]:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00afac4d}.faq-section[data-astro-cid-lesc6c6t]{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:4rem 0;margin-top:4rem}.faq[data-astro-cid-lesc6c6t]{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 8px 32px #0000001a}.faq[data-astro-cid-lesc6c6t] h2[data-astro-cid-lesc6c6t]{color:var(--secondary-color);margin-top:0;text-align:center;font-size:2.5rem;margin-bottom:3rem}.faq-item[data-astro-cid-lesc6c6t]{margin:2rem 0;padding:2rem;background:linear-gradient(135deg,#f8f9fa,#fff);border-radius:12px;border-left:4px solid var(--primary-color);box-shadow:0 4px 12px #0000000d;transition:all .3s ease}.faq-item[data-astro-cid-lesc6c6t]:hover{transform:translate(4px);box-shadow:0 6px 20px #00afac1a}.faq-item[data-astro-cid-lesc6c6t] h3[data-astro-cid-lesc6c6t]{color:var(--primary-color);margin-top:0;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.author-section[data-astro-cid-lesc6c6t]{padding:3rem;background:linear-gradient(135deg,#f0f8ff,#e6f3ff)}.author-content[data-astro-cid-lesc6c6t]{display:flex;gap:2rem;align-items:center}.author-photo[data-astro-cid-lesc6c6t]{width:250px;height:120px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:4px solid white;box-shadow:0 8px 24px #00afac33}.author-avatar[data-astro-cid-lesc6c6t]{background:var(--gradient-primary);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:2rem}.author-initials[data-astro-cid-lesc6c6t]{text-shadow:0 2px 4px rgba(0,0,0,.2)}.author-bio[data-astro-cid-lesc6c6t] h3[data-astro-cid-lesc6c6t]{margin:0 0 .5rem;color:var(--secondary-color);font-size:1.5rem}.author-bio[data-astro-cid-lesc6c6t] h4[data-astro-cid-lesc6c6t]{margin:0 0 1rem;color:var(--primary-color);font-size:1.2rem}.author-credentials[data-astro-cid-lesc6c6t]{display:flex;gap:1rem;flex-wrap:wrap;margin:1rem 0}.credential[data-astro-cid-lesc6c6t]{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--text-gray);background:#fff;padding:.5rem 1rem;border-radius:20px;border:1px solid var(--border-light)}.social-link[data-astro-cid-lesc6c6t]{padding:.75rem 1.5rem;background:var(--gradient-primary);color:#fff;text-decoration:none;border-radius:25px;font-size:.9rem;font-weight:600;transition:all .3s ease;display:inline-block;margin-right:1rem}.social-link[data-astro-cid-lesc6c6t]:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00afac4d}table[data-astro-cid-lesc6c6t]{width:100%;border-collapse:collapse;margin:2rem 0;font-size:.9rem;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #00000014}th[data-astro-cid-lesc6c6t],td[data-astro-cid-lesc6c6t]{border:1px solid var(--border-light);padding:1rem;text-align:left;vertical-align:top}th[data-astro-cid-lesc6c6t]{background:var(--gradient-primary);color:#fff;font-weight:600;font-size:.9rem}tbody[data-astro-cid-lesc6c6t] tr[data-astro-cid-lesc6c6t]:hover{background:#f8f9fa}.cta-button[data-astro-cid-lesc6c6t],.cta-buttons[data-astro-cid-lesc6c6t] a[data-astro-cid-lesc6c6t]{display:inline-block;padding:1rem 2rem;border-radius:25px;text-decoration:none;font-weight:600;text-align:center;transition:all .3s ease;margin:.5rem}.cta-button[data-astro-cid-lesc6c6t].primary{background:var(--gradient-primary);color:#fff}.cta-button[data-astro-cid-lesc6c6t].secondary{background:#fff;color:var(--primary-color);border:2px solid var(--primary-color)}.cta-button[data-astro-cid-lesc6c6t]:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00afac4d}.cta-buttons[data-astro-cid-lesc6c6t]{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin:2rem 0}.call-to-action[data-astro-cid-lesc6c6t]{background:linear-gradient(135deg,#f0f8ff,#e6f3ff);border:2px solid var(--primary-color);border-radius:16px;padding:2rem;margin:3rem 0;text-align:center}.call-to-action[data-astro-cid-lesc6c6t] h3[data-astro-cid-lesc6c6t]{color:var(--secondary-color);margin-bottom:1rem;font-size:1.5rem}@media (max-width: 768px){.container[data-astro-cid-lesc6c6t]{padding:0 1rem}.hero-content[data-astro-cid-lesc6c6t] h1[data-astro-cid-lesc6c6t]{font-size:2rem}.hero-subtitle[data-astro-cid-lesc6c6t]{font-size:1rem}.article-meta[data-astro-cid-lesc6c6t]{flex-direction:column;gap:.5rem}.content-section[data-astro-cid-lesc6c6t]{padding:2rem 1rem}.content-section[data-astro-cid-lesc6c6t] h2[data-astro-cid-lesc6c6t]{font-size:1.75rem;padding-left:0}.content-section[data-astro-cid-lesc6c6t] h2[data-astro-cid-lesc6c6t]:before{display:none}.summary-compact[data-astro-cid-lesc6c6t]{grid-template-columns:1fr}.timeline[data-astro-cid-lesc6c6t],.case-studies[data-astro-cid-lesc6c6t],.student-stories[data-astro-cid-lesc6c6t]{flex-direction:column}.author-content[data-astro-cid-lesc6c6t]{flex-direction:column;text-align:center}.author-credentials[data-astro-cid-lesc6c6t]{justify-content:center}}@media (max-width: 480px){.hero-content[data-astro-cid-lesc6c6t] h1[data-astro-cid-lesc6c6t]{font-size:1.5rem}.content-section[data-astro-cid-lesc6c6t]{padding:1.5rem .75rem}.content-section[data-astro-cid-lesc6c6t] h2[data-astro-cid-lesc6c6t]{font-size:1.5rem}.content-section[data-astro-cid-lesc6c6t] h3[data-astro-cid-lesc6c6t]{font-size:1.2rem;padding:.75rem}.resource-grid[data-astro-cid-lesc6c6t]{grid-template-columns:1fr}}
