.navbar{background-color:#fff;border-bottom:1px solid #eee;padding:1rem 2rem;position:sticky;top:0;z-index:100}.navbar-container{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.2rem;font-weight:700;color:#111}.nav-links{list-style:none;display:flex;gap:1.5rem;margin:0;padding:0}.nav-links li a{color:#333;font-weight:500;text-decoration:none;padding-bottom:4px;transition:color .2s ease,border-bottom .2s ease}.nav-links li a:hover{color:#2563eb}.nav-links li a.active{color:#2563eb;font-weight:600;border-bottom:2px solid #2563eb}.footer{background-color:#0e0e0e;color:#fff;padding:3rem 1.5rem 1.5rem}.container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem}.footer-brand h3{font-size:1.2rem;margin-bottom:.75rem}.footer-brand p{font-size:.95rem;color:#ccc;line-height:1.5}.footer-links h4,.footer-connect h4{font-size:1rem;margin-bottom:.75rem;color:#fff}.footer-links ul{list-style:none;padding:0}.footer-links li{margin-bottom:.5rem}.footer-links a{text-decoration:none;color:#ccc;font-size:.95rem}.footer-links a:hover{color:#fff}.footer-connect .icon-group{display:flex;gap:1rem}.footer-connect .icon{font-size:1.2rem;color:#ccc;background:#1a1a1a;padding:.6rem;border-radius:8px;display:inline-block;transition:background .3s ease}.footer-connect .icon:hover{background:#333}.footer-bottom{text-align:center;margin-top:2rem;font-size:.85rem;color:#888}.chatbot-popup{position:fixed;bottom:90px;right:20px;width:400px;max-height:600px;background:#fff;border-radius:12px;box-shadow:0 4px 16px #0000004d;display:flex;flex-direction:column;z-index:9999;overflow:hidden}.chatbot-header{background:#2f2f2f;color:#fff;padding:12px;font-size:16px;display:flex;justify-content:space-between}.chatbot-body{flex:1;padding:10px;overflow-y:auto;max-height:300px;display:flex;flex-direction:column}.chatbot-message.bot{background:#f1f1f1;margin-bottom:8px;padding:8px;border-radius:8px;font-size:14px;align-self:flex-start;max-width:80%}.chatbot-message.user{background:#f1f1f1;margin-bottom:8px;padding:8px;border-radius:8px;font-size:14px;align-self:flex-end;max-width:80%}.chatbot-input{display:flex;padding:10px;border-top:1px solid #ccc}.chatbot-input input{flex:1;padding:8px;border:1px solid #ddd;border-radius:6px}.chatbot-input button{margin-left:8px;padding:8px 12px;background:#007bff;border:none;color:#fff;border-radius:6px;cursor:pointer}.hero{background-color:#fff;padding:6rem 1.5rem;display:flex;justify-content:center}.hero-content{max-width:1100px;text-align:center}.hero-title{font-size:3.2rem;font-weight:800;line-height:1.3;color:#222}.hero-title .blue{color:#2563eb}.hero-sub{font-size:1.25rem;color:#555;max-width:700px;margin:1.5rem auto 2.5rem}.hero-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.btn{padding:.85rem 1.75rem;font-size:1rem;border-radius:8px;font-weight:500;cursor:pointer;transition:background .3s ease;display:flex;align-items:center;gap:.5rem}.btn.primary{background-color:#2563eb;color:#fff;border:none}.btn.primary:hover{background-color:#1d4ed8}.btn.secondary{background-color:#000;color:#fff}.btn.secondary:hover{background-color:#333}.case-studies-section{background-color:#f5f6f7;padding:4rem 1.5rem}.case-studies-container{max-width:1100px;margin:0 auto;padding:0 1rem}.section-title{font-size:1.8rem;font-weight:700;text-align:center;margin-bottom:.5rem}.section-sub{font-size:1rem;text-align:center;color:#555;margin-bottom:2rem}.case-study-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;align-items:stretch}.case-card{background:#fff;border-radius:8px;box-shadow:0 4px 10px #0000000d;padding:1rem;transition:transform .2s ease;display:flex;flex-direction:column;justify-content:space-between;height:100%}.case-card:hover{transform:translateY(-3px)}.case-card img{width:100%;height:180px;object-fit:cover;border-radius:6px;margin-bottom:1rem}.tags{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.75rem}.tags span{font-size:.75rem;background:#e8f0fe;color:#2563eb;padding:.3rem .5rem;border-radius:4px}.case-card h4{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.case-card p{font-size:.95rem;color:#555;flex-grow:1}.case-card-link{text-decoration:none;color:inherit}.about-research-section{background-color:#fff;padding:4rem 1.5rem;display:flex;justify-content:center}.container{max-width:1200px;width:100%}.about-research-grid{display:grid;grid-template-columns:2fr 1.5fr;gap:3rem}.about-left h2{font-size:2rem;font-weight:700;margin-bottom:1rem}.about-left p{margin-bottom:1rem;font-size:1rem;color:#444;line-height:1.6}.about-buttons{margin-top:2rem;display:flex;gap:1rem;flex-wrap:wrap}.btn{padding:.75rem 1.5rem;font-size:.95rem;border-radius:6px;font-weight:500;cursor:pointer;border:none;transition:background .3s ease}.primary{background-color:#000;color:#fff}.primary:hover{background-color:#222}.secondary{background-color:#fff;color:#111;border:1px solid #ccc}.secondary:hover{background-color:#f7f7f7}.research-right{display:flex;flex-direction:column;gap:2rem}.research-feature{display:flex;gap:1rem;align-items:flex-start}.research-feature .icon{font-size:1.8rem;background:#e6f0ff;color:#2563eb;padding:.75rem;border-radius:8px;display:flex;align-items:center;justify-content:center}.research-feature h4{margin:0;font-size:1.1rem;font-weight:600}.research-feature p{margin-top:.25rem;font-size:.95rem;color:#555;line-height:1.5}@media (max-width: 768px){.about-research-grid{grid-template-columns:1fr}.about-buttons{flex-direction:column}}.resume-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000}.resume-modal{background:#fff;padding:24px;border-radius:12px;max-width:400px;width:100%;box-shadow:0 4px 20px #0000004d;text-align:center}.resume-modal input{width:100%;padding:10px;margin:12px 0;border-radius:6px;border:1px solid #ccc}.modal-actions{display:flex;justify-content:space-between;gap:10px}.modal-actions button{flex:1;padding:10px;border:none;border-radius:6px;cursor:pointer}.modal-actions button:first-child{background-color:#007bff;color:#fff}.modal-actions button:last-child{background-color:#ccc}.error{color:red;font-size:14px}.password-wrapper{position:relative;display:flex;align-items:center}.password-wrapper input{width:100%;padding:8px;font-size:16px}.toggle-visibility{position:absolute;right:10px;background:transparent;border:none;cursor:pointer;color:#444}.case-card{background:#fff;border-radius:12px;box-shadow:0 4px 10px #0000000d;overflow:hidden;text-decoration:none;color:inherit;transition:transform .2s ease;display:flex;flex-direction:column;border:1px solid #eee}.case-card:hover{transform:translateY(-4px);box-shadow:0 6px 14px #00000014}.case-card img{width:100%;height:180px;object-fit:cover}.card-content{padding:1rem;display:flex;flex-direction:column;gap:.5rem;flex-grow:1}.tags{display:flex;gap:.5rem;flex-wrap:wrap}.tags span{font-size:.75rem;background:#eef2ff;color:#2563eb;padding:.3rem .6rem;border-radius:999px}.card-content h4{font-size:1.05rem;font-weight:600;margin:0;color:#111}.card-content p{font-size:.95rem;color:#444;margin:0;line-height:1.4}.duration-outcome{display:flex;justify-content:space-between;font-size:.85rem;color:#666;margin-top:.5rem}.duration-outcome .green{color:#22c55e;font-weight:500}.read-more{font-size:.9rem;font-weight:500;color:#2563eb;margin-top:auto}.case-page{background-color:#fff;padding:4rem 1.5rem;display:flex;flex-direction:column;align-items:center}.case-header{text-align:center;max-width:800px;margin-bottom:2rem}.case-header h2{font-size:2rem;font-weight:700;margin-bottom:.5rem}.case-header p{font-size:1rem;color:#555}.filters{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:1.5rem}.filters button{padding:.5rem 1rem;border-radius:999px;font-size:.95rem;background:#f3f4f6;border:none;cursor:pointer;transition:.3s ease}.filters button:hover{background:#e5e7eb}.filters button.active{background:#2563eb;color:#fff;font-weight:600}.case-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;width:100%}.protected-wrapper{padding:4rem 1.5rem;max-width:600px;margin:0 auto;text-align:center}.back-link{display:block;margin-bottom:2rem;color:#2563eb;text-align:left;text-decoration:none;font-weight:500;font-size:.95rem}.protected-box{background:#fff;border-radius:16px;box-shadow:0 4px 16px #00000014;padding:2rem;display:flex;flex-direction:column;gap:1.25rem;text-align:center}.lock-icon{font-size:2.8rem;background:#e0e7ff;color:#2563eb;width:3.8rem;height:3.8rem;border-radius:999px;display:flex;align-items:center;justify-content:center;margin:0 auto}.form-group{text-align:left;font-weight:500;font-size:.95rem;color:#333}.password-box{position:relative;display:flex;align-items:center;background-color:#f9fafb;border:1px solid #d1d5db;border-radius:8px;margin-top:.5rem;box-shadow:0 2px 6px #0000000d}.password-box input{flex:1;padding:.75rem 2.5rem .75rem .75rem;border:none;border-radius:8px;background:transparent;font-size:1rem;outline:none}.toggle-visibility{position:absolute;right:.75rem;background:none;border:none;font-size:1.1rem;cursor:pointer;color:#444}.access-btn{padding:.85rem;font-size:1rem;background:#2563eb;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:box-shadow .2s ease}.access-btn:hover{box-shadow:0 2px 8px #2563eb4d}.note{background:#f9fafb;border-radius:8px;padding:1rem;font-size:.9rem;color:#666;text-align:left}.unlocked-content{padding:2rem;background:#fefefe;border-radius:12px;box-shadow:0 2px 6px #0000000d;text-align:center}.cs1-hero{background-color:#fff;padding:3rem 0rem;min-height:100vh}.cs1-container{max-width:1600px;margin:0 auto;text-align:0 2rem}.cs1-title{font-size:2rem;font-weight:800;line-height:1.2;color:#0a0a0a;margin-bottom:2rem;margin-top:-5rem;text-align:center}.cs1-metrics{display:flex;flex-wrap:nowrap;justify-content:center;gap:2rem;margin-top:3rem}.cs1-metric-card{display:flex;flex-direction:row;align-items:flex-start;gap:1rem;background-color:#f9f9f9;padding:1.75rem .4rem;border-radius:12px;border:1px solid #e0e0e0;box-shadow:0 2px 8px #0000000a;width:80%;max-width:420px;min-width:320px;text-align:left}.cs1-metric-card:hover{transform:translateY(-3px);box-shadow:0 4px 12px #0000001f}.cs1-icon{font-size:1.8rem;flex-shrink:0;margin-top:.2rem}.cs1-text-content{display:flex;flex-direction:column;align-items:flex-start}.cs1-label{font-size:.9rem;color:#6c757d;font-weight:500}.cs1-value{font-size:1rem;font-weight:700;color:#212529;line-height:1.4}.cs1-content-section{margin-top:2rem;text-align:left;margin-left:-7rem;margin-right:-7rem}.cs1-section-title{font-size:1.8rem;font-weight:700;color:#0a0a0a;margin-bottom:2rem}.cs1-content-text{font-size:1rem;line-height:1.7;color:#2c3e50;margin-bottom:1.5rem}.cs1-content-list{padding-left:1.5rem;margin-bottom:1.5rem;color:#2c3e50}.cs1-content-list li{margin-bottom:1rem;font-size:1rem;line-height:1.6}.cs1-content-list strong{color:#111}.cs1-content-section h3{font-size:1.4rem;font-weight:600;margin-top:2rem;color:#1a1a1a}.cs1-content-section h4{font-size:1.2rem;font-weight:600;margin-top:1.5rem;color:#1a1a1a}.cs1-image{width:100%;max-width:960px;margin-top:2rem;margin-bottom:2rem;border-radius:12px;box-shadow:0 4px 16px #0000000d}@media (max-width: 1024px){.cs1-metrics{flex-direction:column;align-items:center}.cs1-metric-card{max-width:90%}.cs1-title{font-size:2.1rem}.cs1-content-section h2,.cs1-section-title{font-size:1.5rem}}@media (max-width: 600px){.cs1-title{font-size:1.8rem}.cs1-content-text,.cs1-content-list li{font-size:.95rem}.cs1-image{max-width:100%}}.cs3-hero{background-color:#fff;padding:0rem;min-height:100vh}.cs3-container{max-width:2000px;margin:0 auto;padding:0 -4rem}.cs3-title{font-size:2rem;font-weight:800;line-height:1.2;margin-bottom:2rem;text-align:-5rem;color:#111}.cs3-title span{display:block}.cs3-metrics{display:flex;flex-wrap:nowrap;justify-content:center;gap:2rem;margin-top:3rem}.cs3-metric-card{display:flex;flex-direction:row;align-items:flex-start;gap:1rem;background-color:#f9f9f9;padding:1.75rem .4rem;border-radius:12px;border:1px solid #e0e0e0;box-shadow:0 2px 8px #0000000a;width:80%;max-width:420px;min-width:320px;text-align:left}.cs3-icon{font-size:1.8rem;margin-top:.2rem;flex-shrink:0}.cs3-text-content{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem}.cs3-label{font-size:.95rem;color:#6c757d;font-weight:500}.cs3-value{font-size:1rem;font-weight:700;color:#212529;line-height:1.4}.cs3-content-section{margin-top:2rem;text-align:left;margin-left:-7rem;margin-right:-7rem}.cs3-section-title{font-size:1.8rem;font-weight:700;color:#222;margin-bottom:2rem}.cs3-content-text{font-size:1.05rem;line-height:1.8;color:#333;margin-bottom:1rem}.cs3-content-list{list-style-type:disc;margin-left:2rem;margin-top:.5rem;margin-bottom:1.5rem}.cs3-content-list li{margin-bottom:.6rem;font-size:1.05rem;color:#333}.cs3-image{width:100%;border-radius:12px;margin-top:1rem;margin-bottom:2rem;box-shadow:0 2px 10px #0000000f}.cs3-subsection-title{font-size:1.4rem;font-weight:600;margin-top:2rem;margin-bottom:1rem;color:#1a1a1a}.cs3-content-quote{background-color:#f1f5f9;padding:1rem 1.5rem;border-left:4px solid #4f46e5;margin:1rem 0;font-style:italic;color:#444}.cs3-stat-table{width:100%;border-collapse:collapse;margin-top:1rem;margin-bottom:2rem}.cs3-stat-table th,.cs3-stat-table td{border:1px solid #ccc;padding:.75rem 1rem;text-align:left;font-size:1rem}.cs3-stat-table th{background-color:#f3f4f6;font-weight:600}.cs3-stat-table td{background-color:#fff}@media (max-width: 768px){.cs3-metrics{flex-direction:column}.cs3-title{font-size:2.2rem}.cs3-container{padding:0 1rem}}.cs2-hero{background-color:#fff;padding:3rem 0rem;min-height:100vh}.cs2-container{max-width:1200px;margin:0 auto;text-align:0 2rem}.cs2-title{font-size:2rem;font-weight:800;line-height:1.3;color:#0a0a0a;margin-bottom:2rem;margin-top:-5rem;text-align:center;max-width:1200px;margin-left:auto;margin-right:auto;padding:0 2rem}.cs2-content-section{margin-top:2rem;text-align:left;margin-left:-7rem;margin-right:-7rem}.cs2-section-title{font-size:1.8rem;font-weight:700;color:#0a0a0a;margin-bottom:2rem}.cs2-content-text{font-size:1rem;line-height:1.7;color:#2c3e50;margin-bottom:1.5rem}.cs2-content-list{padding-left:1.5rem;margin-bottom:1.5rem;color:#2c3e50}.cs2-content-list li{margin-bottom:1rem;font-size:1rem;line-height:1.6}.cs2-content-list strong{color:#111}.cs2-content-section h3{font-size:1.4rem;font-weight:600;margin-top:2rem;color:#1a1a1a}.cs2-content-section h4{font-size:1.2rem;font-weight:600;margin-top:1.5rem;color:#1a1a1a}.cs2-image{width:100%;max-width:960px;margin-top:2rem;margin-bottom:2rem;border-radius:12px;box-shadow:0 4px 16px #0000000d}@media (max-width: 1024px){.cs2-title{font-size:2.1rem}.cs2-content-section h2,.cs2-section-title{font-size:1.5rem}}@media (max-width: 600px){.cs2-title{font-size:1.8rem}.cs2-content-text,.cs2-content-list li{font-size:.95rem}.cs2-image{max-width:100%}}.podcast-wrapper{padding:4rem 1.5rem;background-color:#fff}.podcast-container{max-width:1200px;margin:0 auto}.podcast-title{text-align:center;font-size:2.8rem;font-weight:800;color:#0a0a0a;margin-bottom:1rem}.podcast-subtitle{text-align:center;font-size:1.25rem;color:#495057;max-width:800px;margin:0 auto 3rem;line-height:1.6}.section-heading{font-size:2rem;font-weight:700;margin-bottom:1.5rem;color:#0a0a0a}.episode-card{background:linear-gradient(135deg,#f8f9ff,#f4f7ff);border:1px solid #e4e7ec;border-radius:12px;padding:2rem;box-shadow:0 4px 10px #00000008;margin-bottom:2rem;position:relative}.episode-meta-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.8rem}.episode-status{background-color:#2563eb;color:#fff;padding:.25rem .75rem;font-size:.85rem;font-weight:600;border-radius:999px}.episode-announcement{font-size:.95rem;color:#6b7280}.episode-title{font-size:1.3rem;font-weight:700;color:#111827;margin-bottom:.3rem}.episode-subtitle{font-size:1.05rem;font-weight:600;color:#1d4ed8;display:inline-block;margin-bottom:1rem;text-decoration:none}.episode-description{font-size:1rem;color:#374151;line-height:1.6;margin-bottom:1rem}.episode-guests{font-size:.9rem;color:#6b7280;margin-bottom:1rem}.episode-info-icons{display:flex;flex-direction:column;gap:.5rem;font-size:.95rem;color:#6b7280}.episode-info-icons div{display:flex;align-items:center;gap:.4rem}.collab-box{background:#f8f9fa;border-radius:16px;padding:2.5rem;text-align:center;margin-top:3rem}.collab-box h3{font-size:1.75rem;font-weight:700;margin-bottom:1rem;color:#111827}.collab-box p{color:#4b5563;font-size:1rem;margin-bottom:1.5rem}.collab-box button{background-color:#2563eb;color:#fff;border:none;padding:.75rem 1.5rem;font-weight:600;border-radius:10px;cursor:pointer;transition:background-color .2s ease;font-size:1rem;box-shadow:none}.collab-box button:hover{background-color:#1d4ed8}.contact-wrapper{padding:4rem 1.5rem;background-color:#fff;font-family:Inter,sans-serif;max-width:1200px;margin:0 auto;text-align:center}.contact-title{font-size:2.8rem;font-weight:800;margin-bottom:1rem;color:#111827}.contact-subtitle{font-size:1.25rem;color:#4b5563;margin-bottom:3rem}.contact-grid{display:flex;justify-content:space-between;gap:2rem;align-items:flex-start;flex-wrap:wrap}.contact-info{flex:1;min-width:300px;text-align:left}.contact-info h2{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1.5rem}.contact-item{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.contact-item .icon{color:#2563eb;background-color:#e8f0ff;padding:.75rem;border-radius:.75rem;font-size:1.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;width:3rem;height:3rem}.contact-item a{color:#2563eb;font-size:1rem;text-decoration:none;word-break:break-word}.contact-item a:hover{text-decoration:underline}.expertise-box{background:#f8f9fa;padding:1.5rem;margin-top:2rem;border-radius:12px}.expertise-box h3{font-weight:600;margin-bottom:.75rem;color:#111827}.expertise-box ul{padding-left:1.2rem;color:#374151;line-height:1.8}.ai-assistant{flex:1;min-width:300px;text-align:left}.ai-assistant h2{font-size:1.3rem;font-weight:700;margin-bottom:1rem;color:#111827}.ai-assistant .tag{display:inline-block;background-color:#facc15;color:#92400e;font-weight:600;padding:.25rem .75rem;font-size:.85rem;border-radius:999px;margin-bottom:.75rem}.ai-box{background:linear-gradient(135deg,#f0f4ff,#e6f0ff);padding:3rem;border-radius:12px;border:1px solid #dbeafe;box-shadow:0 4px 12px #0000000d}.ai-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.ai-header .ai-icon{font-size:2rem;color:#2563eb;background-color:#e0e7ff;padding:.5rem;border-radius:50%;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center}.ai-header strong{font-weight:700;font-size:1rem;color:#111827;display:block}.ai-header .sub{font-size:.9rem;color:#4b5563}.ai-knowledge{margin-bottom:1rem}.ai-knowledge p{font-size:1rem;font-weight:700;margin-bottom:.5rem;color:#111827}.ai-knowledge ul{padding-left:1.25rem;margin-bottom:1rem;color:#374151;line-height:1.7;font-size:.95rem}.ai-try{border:1px solid #c7d2fe;padding:1rem;border-radius:8px;background-color:#fff;font-size:.9rem;margin-bottom:1rem}.ai-try p{font-weight:600;margin-bottom:.5rem}.chips{display:flex;flex-wrap:wrap;gap:.5rem}.chips span{background-color:#e0e7ff;border:none;padding:.3rem .6rem;border-radius:6px;font-size:.85rem;color:#1d4ed8;cursor:pointer;display:inline-block}.chips span:hover{background-color:#c7d2fe}.ai-box .start-btn{background-color:#2563eb;color:#fff;border:none;padding:.5rem 1rem;font-size:.9rem;border-radius:8px;font-weight:600;cursor:pointer;float:right}.ai-box .start-btn:hover{background-color:#1e40af}@media (max-width: 768px){.contact-grid{flex-direction:column;align-items:center}.ai-header{flex-direction:column;gap:1rem;text-align:center}.ai-box .start-btn{float:none;display:block;width:100%;margin-top:1rem}.contact-title{font-size:2.2rem}.contact-subtitle{font-size:1.1rem}}.blog-card{background:linear-gradient(135deg,#f8f9ff,#edf2ff);border:1px solid #e0e7ff;border-radius:16px;padding:2rem;box-shadow:0 4px 8px #0000000a;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer;width:100%}.blog-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000000f}.blog-category{font-size:.8rem;color:#3b82f6;font-weight:600;text-transform:uppercase;margin-bottom:.5rem;display:block}.blog-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.5rem}.blog-subtitle{font-size:1rem;color:#4b5563;line-height:1.5}.blog-meta{display:flex;gap:1rem;align-items:center;font-size:.875rem;color:#6b7280;margin-top:1rem}.meta-item{display:flex;align-items:center;gap:.4rem}.blog-page{background-color:#fff;padding:4rem 1.5rem}.blog-container{max-width:1200px;margin:0 auto;text-align:center}.blog-main-title{font-size:2.8rem;font-weight:800;color:#0a0a0a;margin-bottom:1rem}.blog-subtext{font-size:1.2rem;color:#555;max-width:800px;margin:0 auto 3rem;line-height:1.6}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;padding-top:2rem}.chatbot-floating-btn{position:fixed;bottom:20px;right:20px;width:52px;height:52px;border-radius:50%;background-color:#007bff;color:#fff;font-size:24px;border:none;cursor:pointer;z-index:9999;box-shadow:0 4px 12px #00000040}.blog-detail-wrapper{background-color:#f9fafb;padding:4rem 2rem;min-height:100vh}.blog-detail-container{max-width:760px;margin:0 auto;color:#1f2937}.blog-detail-title{font-size:2.2rem;font-weight:620;color:#111827;margin-bottom:.5rem;line-height:1.8;text-align:center}.blog-detail-meta{font-size:.9rem;color:#6b7280;display:flex;justify-content:center;gap:1.5rem;margin-bottom:2rem}.blog-detail-meta i{display:inline-flex;align-items:center;gap:.3rem}.blog-detail-content h3{font-size:1.25rem;font-weight:700;color:#111827;margin-top:2rem;margin-bottom:1rem}.blog-detail-content p{font-size:1.05rem;color:#374151;line-height:1.8;margin-bottom:1.5rem}.blog-detail-content ul{padding-left:1.25rem;margin-bottom:1.5rem}.blog-detail-content ul li{font-size:1.05rem;color:#374151;line-height:1.6;margin-bottom:.75rem}.blog-detail-content strong{font-weight:600}@media (max-width: 768px){.blog-detail-title{font-size:1.6rem}.blog-detail-wrapper{padding:2rem 1rem}.blog-detail-meta{flex-direction:column;align-items:center;gap:.5rem}}.blog-post-section{background-color:#fff;padding:4rem 1.5rem;font-family:Inter,sans-serif}.blog-post-container{max-width:850px;margin:0 auto}.blog-post-title{font-size:2rem;font-weight:800;color:#0a0a0a;margin-bottom:.5rem}.blog-post-subtitle{font-size:1.25rem;color:#555;margin-bottom:1rem}.blog-post-meta{font-size:.9rem;color:#777;margin-bottom:2rem}.blog-post-content p{font-size:1.05rem;line-height:1.7;color:#333;margin-bottom:1.25rem}.blog-post-content ul{padding-left:1.5rem;margin-bottom:1.5rem}.blog-post-content ul li{margin-bottom:.75rem;line-height:1.6}.blog-post-content h3{margin-top:2rem;font-size:1.3rem;color:#222;font-weight:700}.code-block{background-color:#f8f9fa;color:#1f2937;font-family:Courier New,Courier,monospace;font-size:1rem;line-height:1.6;padding:1.5rem;margin:2rem 0;border-radius:8px;overflow-x:auto;overflow-y:auto;white-space:pre;display:block}.blog-post-section{padding:3rem 1rem;display:flex;justify-content:center;background-color:#fff}.blog-post-container{max-width:800px;width:100%;font-family:Inter,sans-serif;color:#1f1f1f;line-height:1.7}.blog-post-subtitle{font-size:1.25rem;font-weight:500;color:#666;margin-bottom:1rem}.blog-post-meta{font-size:.875rem;color:#999;margin-bottom:2rem}.blog-post-content p{margin-bottom:1.2rem;font-size:1rem}.blog-post-content h3{font-size:1.2rem;font-weight:600;margin-top:2rem;margin-bottom:1rem;color:#333}.blog-post-content ul{margin-left:1.5rem;margin-bottom:1.5rem}.blog-post-content ul li{list-style:disc;margin-bottom:.5rem}.blog-post-content em{font-style:italic;background-color:#fef3c7;padding:.2rem .4rem;border-radius:4px}.code-block{background-color:#f4f4f5;font-family:Courier New,Courier,monospace;padding:1rem;margin:1.5rem 0;white-space:pre-wrap;border-radius:8px;font-size:.95rem;overflow-x:auto;line-height:1.6;border:1px solid #e4e4e7;color:#1e1e1e}.blog-post-section{padding:4rem 2rem;background-color:#fefefe;display:flex;justify-content:center}.blog-post-container{max-width:800px;width:100%;font-family:Inter,sans-serif;color:#222;line-height:1.7}.blog-post-title{font-size:2.25rem;font-weight:700;margin-bottom:.5rem}.blog-post-meta{font-size:.9rem;color:#888;margin-bottom:2.5rem}.blog-post-content p{margin:1.2rem 0;font-size:1rem}.blog-post-content ul{padding-left:1.25rem;margin:1rem 0}.blog-post-content ul li{margin-bottom:.6rem}.blog-post-content h3{font-size:1.25rem;font-weight:600;margin-top:2rem;margin-bottom:1rem;color:#111}.blog-post-content pre.code-block{background-color:#f3f3f3;color:#111;padding:1rem;border-radius:8px;font-family:Courier New,Courier,monospace;font-size:.95rem;line-height:1.5;white-space:pre-wrap;word-break:break-word;margin:1.5rem 0;overflow-x:auto;border:1px solid #ddd}.blog-post-content strong{font-weight:600}.blog-post-section{padding:2rem 1rem;font-family:Inter,sans-serif;color:#222;background:#fff}.blog-post-title{font-size:2rem;font-weight:700;margin-bottom:.5rem}.blog-post-subtitle{font-size:1.25rem;color:#666;margin-bottom:1rem}.blog-post-content p{line-height:1.7;margin-bottom:1rem}.blog-post-content h3{margin-top:2rem;margin-bottom:1rem;font-size:1.4rem;font-weight:600;color:#333}.blog-post-content ul{list-style-type:disc;padding-left:1.5rem;margin-bottom:1.5rem}.blog-post-content li{margin-bottom:.5rem}.code-block{background:#f4f4f4;border-left:4px solid #ccc;padding:.75rem 1rem;font-family:Courier New,Courier,monospace;font-size:.95rem;overflow-x:auto;margin:1.5rem 0;white-space:pre}.drift-table{width:100%;border-collapse:collapse;margin:1.5rem 0}.drift-table th,.drift-table td{border:1px solid #ddd;padding:.75rem;text-align:left}.drift-table th{background-color:#f7f7f7;font-weight:600}.blog-post-section{padding:4rem 1.5rem;background-color:#fff;color:#1a1a1a;line-height:1.7;font-family:Inter,sans-serif}.blog-post-container{max-width:720px;margin:0 auto}.blog-post-title{font-size:2.2rem;font-weight:700;margin-bottom:.5rem}.blog-post-subtitle{font-size:1.2rem;font-weight:400;color:#555;margin-bottom:1.5rem}.blog-post-meta{font-size:.9rem;color:#999;margin-bottom:2rem}.blog-post-content ul{padding-left:1.25rem;margin-bottom:1.25rem}.blog-post-content blockquote{margin:1.5rem 0;padding-left:1.2rem;border-left:4px solid #ccc;color:#444;font-style:italic}.blog-post-subtitle{font-size:1.25rem;font-weight:500;color:#555;margin-bottom:1.5rem}.blog-post-meta{font-size:.9rem;color:#888;margin-bottom:2rem}.blog-post-content h3{font-size:1.6rem;margin-top:2.5rem;margin-bottom:1rem;font-weight:600}.blog-post-content h4{font-size:1.2rem;margin-top:1.5rem;font-weight:600}.blog-post-content ul{padding-left:1.25rem;margin-bottom:1.5rem}.code-block{background-color:#f4f4f4;border:1px solid #ddd;padding:1rem;font-family:Courier New,monospace;font-size:.95rem;border-radius:6px;overflow-x:auto;margin:1.5rem 0}.blog-post-content h4{font-size:1.2rem;font-weight:500;margin-top:2rem;margin-bottom:.75rem}.blog-post-content ul{margin-left:1.25rem;margin-bottom:1.5rem}.blog-post-content li{margin-bottom:.6rem}.blog-post-section{padding:4rem 1rem;background:#fff;font-family:Inter,sans-serif;color:#111;line-height:1.75}.blog-post-title{font-size:2.6rem;font-weight:700;margin-bottom:.5rem}.blog-post-subtitle{font-size:1.2rem;font-weight:400;color:#666;margin-bottom:2rem}.blog-post-meta{font-size:.9rem;color:#999;margin-bottom:1.5rem}.blog-post-content h3{font-size:1.5rem;font-weight:600;margin-top:2.5rem;margin-bottom:1rem}.blog-post-content p{margin-bottom:1.2rem}.blog-post-content em{display:block;margin-bottom:.5rem;color:#555}.blog-post-section{padding:4rem 1rem;background-color:#fff;color:#1a1a1a;font-family:Inter,sans-serif;line-height:1.7}.blog-post-container{max-width:760px;margin:0 auto}.blog-post-title{font-size:2.6rem;font-weight:700;margin-bottom:.25rem}.blog-post-meta{font-size:.95rem;color:#555;margin-bottom:1.5rem}.blog-post-content h2,.blog-post-content h3,.blog-post-content h4{font-weight:600;margin-top:2rem;margin-bottom:1rem;line-height:1.4}.blog-post-content p{margin-bottom:1.25rem}.blog-post-content ul,.blog-post-content ol{padding-left:1.25rem;margin-bottom:1.5rem}.blog-post-content li{margin-bottom:.75rem}.blog-post-content pre{background-color:#f4f4f4;border:1px solid #ddd;padding:1rem;font-family:Courier New,monospace;font-size:.95rem;border-radius:6px;overflow-x:auto;margin:1.5rem 0}.blog-post-content blockquote{font-style:italic;background-color:#f0f0f0;padding:1rem;border-left:4px solid #ccc;margin:2rem 0}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,sans-serif;background-color:#fff;color:#111}a{text-decoration:none}
