.blog-page-wrapper{background:#fdfdfd;min-height:100vh;position:relative;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#1f2937;padding-top:80px!important;display:flex;flex-direction:column}.blog-doodle-bg{position:absolute;top:0;left:0;width:100%;height:500px;background-repeat:repeat;background-size:auto;opacity:.15;z-index:1;pointer-events:none}.blog-listing-container{max-width:1200px;margin:0 auto;padding:1.5rem 2rem 5rem;position:relative;z-index:2;flex-grow:1}.blog-index-hero{text-align:center;margin-bottom:4rem}.blog-index-hero .blog-index-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f0fdf4;border:1px solid #86efac;border-radius:20px;color:#16a34a;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem}.blog-index-hero .blog-index-title{font-family:Merriweather,serif;font-size:3.5rem;font-weight:900;line-height:1.2;color:#1f2937;margin-bottom:1rem;letter-spacing:-.02em}@media(max-width:768px){.blog-index-hero .blog-index-title{font-size:2.5rem}}.blog-index-hero .blog-index-subtitle{font-size:1.25rem;line-height:1.6;color:#6b7280;max-width:700px;margin:0 auto;font-weight:400}@media(max-width:768px){.blog-index-hero .blog-index-subtitle{font-size:1.1rem}}.featured-post-card{display:grid;grid-template-columns:1.2fr 1fr;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.03),0 1px 3px rgba(0,0,0,.01);border:1px solid rgba(229,231,235,.6);margin-bottom:4rem;transition:transform .3s ease,box-shadow .3s ease}.featured-post-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(0,0,0,.06),0 2px 5px rgba(0,0,0,.02)}.featured-post-card .featured-image-wrapper{position:relative;min-height:380px;overflow:hidden;background:#e5e7eb}.featured-post-card .featured-image-wrapper img{width:100%;height:100%;object-fit:cover;object-position:top;transition:transform .5s ease}.featured-post-card:hover .featured-image-wrapper img{transform:scale(1.03)}.featured-post-card .featured-content-wrapper{padding:3rem;display:flex;flex-direction:column;justify-content:center;gap:1.25rem}.featured-post-card .featured-content-wrapper .featured-badge{font-size:.75rem;font-weight:700;color:#7dc46c;text-transform:uppercase;letter-spacing:.1em}.featured-post-card .featured-content-wrapper .featured-title{font-family:Merriweather,serif;font-size:2.25rem;font-weight:800;line-height:1.3;color:#1f2937;margin:0}.featured-post-card .featured-content-wrapper .featured-title a{color:inherit;text-decoration:none;transition:color .2s}.featured-post-card .featured-content-wrapper .featured-title a:hover{color:#7dc46c}@media(max-width:768px){.featured-post-card .featured-content-wrapper .featured-title{font-size:1.75rem}}.featured-post-card .featured-content-wrapper .featured-excerpt{font-size:1rem;line-height:1.6;color:#4b5563;margin:0}.featured-post-card .featured-content-wrapper .post-meta{display:flex;align-items:center;gap:1.5rem;font-size:.875rem;color:#9ca3af;font-weight:500}.featured-post-card .featured-content-wrapper .post-meta .meta-item{display:flex;align-items:center;gap:.35rem}.featured-post-card .featured-content-wrapper .read-more-link{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;color:#7dc46c;text-decoration:none;font-size:.95rem;margin-top:.5rem;width:-moz-fit-content;width:fit-content;transition:gap .2s}.featured-post-card .featured-content-wrapper .read-more-link:hover{gap:.75rem;color:#6bb55a}@media(max-width:968px){.featured-post-card{grid-template-columns:1fr}.featured-post-card .featured-image-wrapper{min-height:280px}.featured-post-card .featured-content-wrapper{padding:2rem}}.blog-posts-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2.5rem;gap:2.5rem;margin-bottom:4rem}@media(max-width:968px){.blog-posts-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.blog-posts-grid{grid-template-columns:1fr}}.blog-card-item{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.02),0 1px 2px rgba(0,0,0,.01);border:1px solid rgba(229,231,235,.6);display:flex;flex-direction:column;height:100%;transition:transform .3s ease,box-shadow .3s ease}.blog-card-item:hover{transform:translateY(-4px);box-shadow:0 10px 25px rgba(0,0,0,.05),0 2px 4px rgba(0,0,0,.01)}.blog-card-item .card-image-wrapper{position:relative;height:220px;overflow:hidden;background:#e5e7eb}.blog-card-item .card-image-wrapper img{width:100%;height:100%;object-fit:cover;object-position:top;transition:transform .4s ease}.blog-card-item:hover .card-image-wrapper img{transform:scale(1.04)}.blog-card-item .card-content-wrapper{padding:1.75rem;display:flex;flex-direction:column;flex-grow:1;gap:.85rem}.blog-card-item .card-content-wrapper .card-meta{display:flex;align-items:center;gap:1rem;font-size:.8rem;color:#9ca3af;font-weight:500}.blog-card-item .card-content-wrapper .card-meta .meta-item{display:flex;align-items:center;gap:.25rem}.blog-card-item .card-content-wrapper .card-title{font-family:Merriweather,serif;font-size:1.35rem;font-weight:700;line-height:1.4;color:#1f2937;margin:0}.blog-card-item .card-content-wrapper .card-title a{color:inherit;text-decoration:none;transition:color .2s}.blog-card-item .card-content-wrapper .card-title a:hover{color:#7dc46c}.blog-card-item .card-content-wrapper .card-excerpt{font-size:.925rem;line-height:1.5;color:#6b7280;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-card-item .card-content-wrapper .card-footer{margin-top:auto;padding-top:1rem;border-top:1px solid #f3f4f6}.blog-card-item .card-content-wrapper .card-footer .read-more-link{display:inline-flex;align-items:center;gap:.35rem;font-weight:600;color:#7dc46c;text-decoration:none;font-size:.875rem;transition:gap .2s}.blog-card-item .card-content-wrapper .card-footer .read-more-link:hover{gap:.55rem;color:#6bb55a}.blog-detail-container{max-width:1200px;margin:0 auto;padding:1.5rem 2rem 5rem;position:relative;z-index:2;flex-grow:1}@media(max-width:640px){.blog-detail-container{padding:1rem 1rem 4rem}}.blog-detail-layout{display:grid;grid-template-columns:1fr 340px;grid-gap:4rem;gap:4rem;align-items:start}@media(max-width:968px){.blog-detail-layout{grid-template-columns:1fr;gap:2.5rem}}.blog-detail-sidebar{position:relative;display:flex;flex-direction:column;gap:2rem}.sidebar-widget{background:#f0fdf4;border:1px solid #e6fcf0;border-radius:16px;padding:2rem;display:flex;flex-direction:column;gap:1.25rem;box-shadow:0 4px 15px rgba(0,0,0,.01)}.sidebar-widget .widget-title{font-family:Merriweather,serif;font-size:1.35rem;font-weight:700;color:#1f2937;margin:0}.sidebar-widget .widget-desc{font-size:.95rem;line-height:1.6;color:#4b5563;margin:0}.sidebar-widget .widget-buttons{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.sidebar-widget .btn-widget-primary{display:block;width:100%;text-align:center;padding:.75rem;background:#7dc46c;color:#fff;font-weight:600;font-size:.95rem;border-radius:8px;text-decoration:none!important;transition:background .2s,transform .2s}.sidebar-widget .btn-widget-primary:hover{background:#6bb55a;transform:translateY(-1px)}.sidebar-widget .btn-widget-secondary{display:block;width:100%;text-align:center;padding:.75rem;background:transparent;border:1px solid #1f2937;color:#1f2937;font-weight:600;font-size:.95rem;border-radius:8px;text-decoration:none!important;transition:background .2s,color .2s}.sidebar-widget .btn-widget-secondary:hover{background:#1f2937;color:#fff}.sidebar-toc{background:#fff;border:1px solid rgba(229,231,235,.6);border-radius:16px;padding:2rem;box-shadow:0 4px 15px rgba(0,0,0,.01)}.sidebar-toc .toc-title{font-family:Montserrat,sans-serif;font-size:.875rem;font-weight:700;color:#4b5563;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.25rem;border-bottom:1px solid #f3f4f6;padding-bottom:.5rem}.sidebar-toc .toc-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.85rem}.sidebar-toc .toc-item{font-size:.95rem;line-height:1.4}.sidebar-toc .toc-item.level-2{font-weight:600}.sidebar-toc .toc-item.level-3{padding-left:1rem;font-size:.875rem;color:#6b7280}.sidebar-toc .toc-item a{color:#4b5563;text-decoration:none;transition:color .2s}.sidebar-toc .toc-item a:hover{color:#7dc46c;text-decoration:underline}.blog-back-nav{margin-bottom:2rem}.blog-back-nav .btn-back-to-blog{display:inline-flex;align-items:center;gap:.5rem;background:transparent;border:none;color:#4b5563;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none}.blog-back-nav .btn-back-to-blog:hover{color:#7dc46c;transform:translateX(-4px)}.blog-post-article{background:transparent;border-radius:0;border:none;box-shadow:none;overflow:visible;margin-bottom:3rem;width:100%}.blog-detail-hero-section{margin-bottom:2rem}.blog-detail-hero-section .post-category-tag{display:inline-block;padding:.35rem .75rem;background:#f0fdf4;border-radius:12px;color:#16a34a;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.blog-detail-hero-section .post-detail-title{font-family:Merriweather,serif;font-size:3rem;font-weight:800;line-height:1.25;color:#1f2937;margin-bottom:1.25rem;letter-spacing:-.02em}@media(max-width:768px){.blog-detail-hero-section .post-detail-title{font-size:2.25rem}}.blog-detail-hero-section .post-detail-meta{display:flex;align-items:center;gap:1.25rem;font-size:.9rem;color:#6b7280;font-weight:500}.blog-detail-hero-section .post-detail-meta .meta-item{display:flex;align-items:center;gap:.35rem}.blog-detail-hero-section .post-detail-meta .meta-separator{color:#d1d5db}.blog-detail-featured-image{width:100%;max-height:480px;overflow:hidden;background:#f3f4f6;border-radius:12px;margin-bottom:2.5rem}.blog-detail-featured-image img{width:100%;height:100%;object-fit:cover;object-position:top}.blog-detail-content{padding:0;font-size:1.125rem;line-height:1.8;color:#374151}@media(max-width:640px){.blog-detail-content{font-size:1.05rem}}.blog-detail-content p{margin-bottom:1.5rem}.blog-detail-content h1,.blog-detail-content h2,.blog-detail-content h3,.blog-detail-content h4,.blog-detail-content h5,.blog-detail-content h6{font-family:Merriweather,serif;color:#1f2937;font-weight:700;margin-top:2.5rem;margin-bottom:1rem;line-height:1.3}.blog-detail-content h1{font-size:2.25rem}.blog-detail-content h4{font-size:1.25rem}.blog-detail-content h2,.blog-detail-content h2.enhanced-h2{font-size:2rem;margin-top:3.5rem;margin-bottom:1.25rem;padding-bottom:.5rem;border-bottom:2px solid rgba(125,196,108,.15);position:relative}.blog-detail-content h2.enhanced-h2:after,.blog-detail-content h2:after{content:"";position:absolute;bottom:-2px;left:0;width:50px;height:2px;background:#7dc46c}.blog-detail-content h3,.blog-detail-content h3.enhanced-h3{font-size:1.45rem;margin-top:2.5rem;margin-bottom:1rem;border-left:3px solid #7dc46c;padding-left:.75rem}.blog-detail-content a{color:#7dc46c;text-decoration:underline;font-weight:600;transition:color .15s}.blog-detail-content a:hover{color:#6bb55a}.blog-detail-content ol,.blog-detail-content ul{margin-bottom:1.75rem;padding-left:2rem}.blog-detail-content ol li,.blog-detail-content ul li{margin-bottom:.5rem}.blog-detail-content ul{list-style-type:disc}.blog-detail-content ul li::marker{color:#7dc46c}.blog-detail-content ol{list-style-type:decimal}.blog-detail-content blockquote{font-family:Merriweather,serif;font-style:italic;border-left:4px solid #7dc46c;padding:1rem 0 1rem 1.5rem;margin:2rem 0;color:#4b5563;background:#fcfdfa;border-radius:0 8px 8px 0}.blog-detail-content blockquote p{margin:0}.blog-detail-content iframe{border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.05);margin:2rem 0}.blog-detail-content code{background:#f3f4f6;padding:.2rem .4rem;border-radius:4px;font-size:.9em;font-family:Menlo,Monaco,Consolas,Courier New,monospace}.blog-detail-content pre{background:#1f2937;color:#f9fafb;padding:1.5rem;border-radius:8px;overflow-x:auto;margin-bottom:1.75rem}.blog-detail-content pre code{background:transparent;padding:0;color:inherit;font-size:.9em}.blog-post-share-footer{padding:2rem 3rem;border-top:1px solid #f3f4f6;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}@media(max-width:640px){.blog-post-share-footer{padding:1.5rem}}.blog-post-share-footer .share-title{font-size:.95rem;font-weight:700;color:#4b5563;text-transform:uppercase;letter-spacing:.05em}.blog-post-share-footer .share-buttons{display:flex;gap:.75rem}.blog-post-share-footer .btn-share-social{width:38px;height:38px;border-radius:50%;border:1px solid #e5e7eb;background:#fff;display:flex;align-items:center;justify-content:center;color:#4b5563;cursor:pointer;transition:all .2s}.blog-post-share-footer .btn-share-social:hover{background:#7dc46c;color:#fff;border-color:#7dc46c;transform:translateY(-2px)}.blog-post-share-footer .btn-share-social svg{width:16px;height:16px}.blog-cta-banner{background:#fef3c7;border-top:4px solid #fb8c48;padding:4rem 2rem;text-align:center;position:relative;z-index:2}.blog-cta-banner .cta-banner-container{max-width:800px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.blog-cta-banner .cta-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;border:2px solid #fee2e2;border-radius:20px;color:#dc2626;font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.blog-cta-banner .cta-title{font-family:Merriweather,serif;font-size:2.5rem;font-weight:800;line-height:1.25;color:#1f2937;margin:0}@media(max-width:640px){.blog-cta-banner .cta-title{font-size:1.85rem}}.blog-cta-banner .cta-desc{font-size:1.125rem;line-height:1.6;color:#4b5563;margin:0}.blog-cta-banner .cta-buttons{display:flex;align-items:center;gap:1rem;margin-top:1rem}@media(max-width:640px){.blog-cta-banner .cta-buttons{flex-direction:column;width:100%}.blog-cta-banner .cta-buttons a,.blog-cta-banner .cta-buttons button{width:100%;text-align:center}}.blog-cta-banner .btn-cta-primary{padding:.875rem 2rem;background:#7dc46c;border:none;border-radius:8px;font-size:1.05rem;font-weight:600;color:#fff;cursor:pointer;text-decoration:none!important;transition:all .2s;box-shadow:0 4px 8px rgba(125,196,108,.2)}.blog-cta-banner .btn-cta-primary:hover{background:#6bb55a;transform:translateY(-1px);box-shadow:0 6px 12px rgba(125,196,108,.3)}.blog-cta-banner .btn-cta-secondary{padding:.875rem 2rem;background:transparent;border:2px solid #1f2937;border-radius:8px;font-size:1.05rem;font-weight:600;color:#1f2937;cursor:pointer;text-decoration:none!important;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s}.blog-cta-banner .btn-cta-secondary:hover{background-color:#1f2937;color:#fff}.footer-section{background:#fff;padding:4rem 2rem 2rem;border-top:1px solid #e5e7eb;position:relative;z-index:0;width:100%}.footer-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;grid-gap:3rem;gap:3rem;position:relative;z-index:2}.footer-column{display:flex;flex-direction:column;gap:1rem}.footer-brand{gap:1.5rem}.footer-logo{height:auto;max-width:180px;width:100%;object-fit:contain}.footer-social{display:flex;gap:1rem}.social-icon{width:40px;height:40px;border-radius:50%;background:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#1f2937;transition:all .3s;text-decoration:none}.social-icon:hover{background:#6bba57;color:#fff;transform:translateY(-2px)}.social-icon svg{width:20px;height:20px}.footer-copyright{margin-top:1rem}.footer-copyright p{font-size:.875rem;color:#6b7280;margin:.25rem 0;line-height:1.5}.footer-heading{font-size:1rem;font-weight:700;color:#1f2937;margin:0 0 1rem}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-links li{margin:0}.footer-links a{font-size:.9375rem;color:#6b7280;text-decoration:none;transition:color .2s;display:inline-block}.footer-links a:hover{color:#1f2937;text-decoration:underline}@media(max-width:768px){.footer-container{grid-template-columns:1fr!important;gap:1.8rem!important}}.industry-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(17,24,39,.6);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:99999;padding:1.5rem}.industry-modal-content{background:#fff;border-radius:20px;width:100%;max-width:540px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);position:relative;overflow:hidden;border:1px solid rgba(229,231,235,.5);animation:modalScaleIn .3s cubic-bezier(.34,1.56,.64,1)}@keyframes modalScaleIn{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.industry-modal-close{position:absolute;top:1.25rem;right:1.25rem;width:32px;height:32px;border-radius:50%;border:none;background:#f3f4f6;color:#4b5563;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.industry-modal-close:hover{background:#e5e7eb;color:#111827}.industry-modal-inner{padding:2.5rem}@media(max-width:480px){.industry-modal-inner{padding:1.75rem}}.industry-modal-header{margin-bottom:2rem;text-align:left}.industry-modal-icon-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.industry-modal-icon-box{width:40px;height:40px;border-radius:10px;background:#f0fdf4;color:#16a34a;display:flex;align-items:center;justify-content:center}.industry-modal-title{font-family:Merriweather,serif;font-size:1.65rem;font-weight:800;color:#1f2937;margin:0}.industry-modal-title span{color:#7dc46c}@media(max-width:480px){.industry-modal-title{font-size:1.4rem}}.industry-modal-desc{font-size:.95rem;line-height:1.5;color:#6b7280;margin:0}.industry-options-grid{display:flex;flex-direction:column;gap:.75rem}.industry-option-item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 1.25rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;text-align:left;transition:all .2s ease}.industry-option-item .industry-name{font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600;color:#374151}.industry-option-item .industry-arrow-icon{color:#9ca3af;transition:transform .2s ease,color .2s ease}.industry-option-item:hover{background:#f0fdf4;border-color:#86efac}.industry-option-item:hover .industry-name{color:#16a34a}.industry-option-item:hover .industry-arrow-icon{color:#16a34a;transform:translateX(4px)}.teacher-modal-overlay{position:fixed;inset:0;z-index:999999;background:rgba(15,23,42,.65);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;padding:24px}.teacher-modal{position:relative;z-index:1000000;background:#fff;width:min(1180px,96vw);max-height:90vh;overflow-y:auto;border-radius:28px;display:grid;grid-template-columns:1.35fr .9fr;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);border:1px solid rgba(229,231,235,.5);animation:modalScaleIn .35s cubic-bezier(.34,1.56,.64,1)}.teacher-modal-close{position:absolute;top:22px;right:22px;z-index:1000001;border:none;background:#f8fafc;border-radius:50%;width:44px;height:44px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#64748b;transition:all .2s ease}.teacher-modal-close:hover{background:#e2e8f0;color:#0f172a}.teacher-modal-left{padding:52px 46px;text-align:left}.teacher-modal-header{border-bottom:1px solid #e5e7eb;padding-bottom:28px;margin-bottom:28px;text-align:left}.teacher-modal-title-row{display:flex;gap:18px;align-items:flex-start}.teacher-modal-icon{width:54px;height:54px;border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.teacher-modal-icon.green{background:#dcfce7;color:#16a34a}.teacher-modal-icon.yellow{background:#fef3c7;color:#d97706}.teacher-modal-icon.pink{background:#fce7f3;color:#db2777}.teacher-modal-header h2{font-family:Merriweather,serif;font-size:36px;line-height:1.15;font-weight:900;color:#0f172a;margin:0;text-align:left}.teacher-modal-header h2 span{color:#16a34a}.teacher-modal.yellow .teacher-modal-header h2 span{color:#d97706}.teacher-modal.pink .teacher-modal-header h2 span{color:#db2777}.teacher-modal-header p{margin-top:18px;font-size:16px;line-height:1.65;color:#475569;max-width:720px}.teacher-contact-form{display:flex;flex-direction:column;gap:20px;text-align:left}.teacher-form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:22px;gap:22px}@media(max-width:480px){.teacher-form-row{grid-template-columns:1fr;gap:16px}}.teacher-contact-form label{font-weight:800;color:#0f172a;font-size:15px;display:flex;flex-direction:column;text-align:left}.teacher-contact-form label span{color:#16a34a}.teacher-contact-form label em{color:#64748b;font-style:normal;font-weight:700}.teacher-modal.yellow label span{color:#d97706}.teacher-modal.pink label span{color:#db2777}.teacher-input-box{margin-top:8px;border:1px solid #dbe3ef;border-radius:16px;height:58px;display:flex;align-items:center;gap:14px;padding:0 18px;background:#f9fafb;color:#16a34a;transition:all .2s ease}.teacher-input-box input,.teacher-input-box textarea{width:100%;border:none;outline:none;font-size:16px;background:transparent;color:#1f2937}.teacher-input-box input::placeholder,.teacher-input-box textarea::placeholder{color:#9ca3af}.teacher-input-box:focus-within{border-color:#16a34a;background:#fff;box-shadow:0 0 0 4px rgba(22,163,74,.1)}.teacher-modal.yellow .teacher-input-box{color:#d97706}.teacher-modal.yellow .teacher-input-box:focus-within{border-color:#d97706;box-shadow:0 0 0 4px rgba(217,119,6,.1)}.teacher-modal.pink .teacher-input-box{color:#db2777}.teacher-modal.pink .teacher-input-box:focus-within{border-color:#db2777;box-shadow:0 0 0 4px rgba(219,39,119,.1)}.teacher-textarea-box{height:120px;align-items:flex-start;padding-top:18px}.teacher-textarea-box textarea{resize:none;height:90px}.teacher-form-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:6px}@media(max-width:580px){.teacher-form-footer{flex-direction:column;align-items:stretch;gap:16px}}.teacher-safe-note{display:flex;align-items:center;gap:10px;color:#64748b;font-weight:700;font-size:14px}.teacher-safe-note svg{color:#22c55e}.teacher-submit-btn{border:none;border-radius:18px;background:#16a34a;color:#fff;padding:18px 42px;font-size:17px;font-weight:900;display:inline-flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;transition:all .2s ease}.teacher-submit-btn:hover{transform:translateY(-2px);filter:brightness(1.05)}.teacher-submit-btn:disabled{background:#9ca3af!important;cursor:not-allowed;transform:none}.teacher-submit-btn.yellow{background:#d97706}.teacher-submit-btn.pink{background:#db2777}.teacher-submit-message{font-size:14px;font-weight:700;margin:10px 0}.teacher-submit-message.success{color:#16a34a}.teacher-submit-message.error{color:#ef4444}.teacher-modal-right{padding:52px 40px;border-left:1px dashed #dbe3ef;background:linear-gradient(180deg,#f0fdf4,#fff);text-align:left}.teacher-modal-right.yellow{background:linear-gradient(180deg,#fffbeb,#fff)}.teacher-modal-right.pink{background:linear-gradient(180deg,#fdf2f8,#fff)}.teacher-laptop-image img{width:100%;max-width:310px;display:block;margin:0 auto 32px}.teacher-modal-right h3{font-size:22px;margin-bottom:24px;color:#0f172a;font-weight:800;text-align:left}.teacher-side-list{display:flex;flex-direction:column;gap:24px}.teacher-side-item{display:flex;gap:16px;align-items:flex-start;text-align:left}.teacher-side-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.teacher-side-item.green .teacher-side-icon{background:#dcfce7;color:#16a34a}.teacher-side-item.yellow .teacher-side-icon{background:#fef3c7;color:#d97706}.teacher-side-item.pink .teacher-side-icon{background:#fce7f3;color:#db2777}.teacher-side-item h4{margin:0 0 6px;color:#0f172a;font-size:16px;font-weight:700;text-align:left}.teacher-side-item p{margin:0;color:#64748b;line-height:1.55;font-size:14px}@media(max-width:900px){.teacher-modal{grid-template-columns:1fr;max-height:92vh;border-radius:20px}.teacher-modal-right{display:none}.teacher-modal-left{padding:34px 22px}.teacher-modal-header h2{font-size:28px}}@media(max-width:640px){.blog-listing-container{padding:1rem 1.25rem 3rem!important}.blog-index-hero{margin-bottom:2rem!important}.blog-index-hero .blog-index-title{font-size:2rem!important;line-height:1.3!important}.blog-index-hero .blog-index-subtitle{font-size:1rem!important;line-height:1.5!important}.blog-posts-grid{gap:1.5rem!important}.blog-card-item .card-content-wrapper{padding:1.25rem!important}.featured-post-card{margin-bottom:2.5rem!important}.featured-post-card .featured-content-wrapper{padding:1.5rem!important}.featured-post-card .featured-content-wrapper .featured-title{font-size:1.5rem!important}.featured-post-card .featured-content-wrapper .featured-excerpt{font-size:.95rem!important}.blog-cta-banner{padding:3rem 1.25rem!important}.footer-section{padding:3rem 1.25rem 1.5rem!important}}