@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Fraunces:opsz,wght@9..144,500;9..144,600&display=swap");.blog-detail,.blog-page{min-height:100vh;background:#ffffff;color:#0f172a;font-family:Inter,sans-serif}.blog-hero-section{width:100%;background:linear-gradient(180deg,#e0f2fe,#f0f9ff 55%,#ffffff);padding:96px 16px 40px}.blog-hero-section-inner{max-width:800px;margin:0 auto;text-align:center}.blog-hero-section-title{font-family:Playfair Display,serif;font-size:clamp(3rem,5.5vw,4.5rem);font-weight:700;line-height:1.15;letter-spacing:-.02em;margin-bottom:24px;color:#0f172a}.blog-title-gradient{background:linear-gradient(135deg,#0284cf,#0369a1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.blog-hero-section-description{font-size:clamp(1.125rem,1.8vw,1.25rem);line-height:1.75;color:#475569;max-width:42rem;margin:0 auto}.blog-grid-section{padding:32px 16px 24px;max-width:1200px;margin:0 auto}.blog-grid{display:grid;grid-template-columns:1fr;gap:32px}@media (min-width:768px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.blog-grid{grid-template-columns:repeat(3,1fr)}}.blog-card{display:flex;flex-direction:column;height:100%;background:#ffffff;border:1px solid #e2e8f0;border-radius:20px;overflow:hidden;box-shadow:0 4px 16px -8px rgba(15,23,42,.08);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.blog-card:hover{transform:translateY(-4px);border-color:rgba(2,132,207,.3);box-shadow:0 20px 40px -16px rgba(2,132,207,.25)}.blog-card-image{position:relative;width:100%;aspect-ratio:16/10;background:#f0f9ff}.blog-card-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#bae6fd,#7dd3fc);display:flex;align-items:center;justify-content:center}.blog-card-image-raw{position:absolute;inset:0;width:100%;height:100%}.blog-card-placeholder svg{width:48px;height:48px;color:rgba(255,255,255,.9)}.blog-card-category{position:absolute;top:16px;left:16px;padding:6px 14px;border-radius:9999px;background:rgba(255,255,255,.92);font-size:.75rem;font-weight:600;letter-spacing:.04em;color:#0369a1}.blog-card-content{display:flex;flex-direction:column;flex:1;padding:28px 28px 32px}.blog-card-meta{font-size:.8125rem;font-weight:500;color:#64748b;margin-bottom:12px}.blog-card-title{font-family:Playfair Display,serif;color:#0f172a;font-size:1.25rem;font-weight:600;line-height:1.4;margin-bottom:12px}.blog-card-excerpt{color:#475569;font-size:.9375rem;line-height:1.65;margin-bottom:24px;flex:1}.blog-card-cta{display:inline-flex;align-items:center;gap:8px;font-size:.9375rem;font-weight:700;color:#0284cf;text-decoration:none;transition:gap .3s ease;margin-top:auto}.blog-card-cta:hover{gap:12px;color:#0369a1}.blog-cta-arrow{display:inline-block;transition:transform .3s ease}.blog-card-cta:hover .blog-cta-arrow{transform:translateX(2px)}.blog-detail-banner{width:100%;height:clamp(88px,10.4vw,136px);background:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,1)),linear-gradient(120deg,rgba(8,18,38,.28),rgba(75,63,207,.22) 60%,rgba(18,53,107,.28)),url(/images/blogs/blogs-background.jpg) top /cover no-repeat}.blog-back-link{display:inline-flex;align-items:center;gap:6px;margin-bottom:20px;font-size:.875rem;font-weight:600;color:#64748b;text-decoration:none;transition:color .2s ease}.blog-back-link:hover{color:#0284cf}.blog-layout{max-width:1280px;margin:24px auto 64px;padding:0 24px;display:grid;grid-template-columns:1fr;gap:40px}@media (min-width:1024px){.blog-layout{grid-template-columns:300px minmax(0,1fr);gap:56px}.blog-layout--single{grid-template-columns:minmax(0,1fr)}}.blog-main{max-width:820px}.blog-layout--single .blog-main{margin:0 auto}.blog-toc{display:none}@media (min-width:1024px){.blog-toc{display:block;position:sticky;top:120px;margin-left:-24px}}.blog-toc-box{border:1px solid #e2e8f0;border-radius:16px;padding:24px;background:#ffffff;box-shadow:0 4px 16px -8px rgba(15,23,42,.08)}.blog-toc-title{font-size:.8125rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#0f172a;padding-bottom:16px;margin-bottom:12px;border-bottom:1px solid #e2e8f0}.blog-toc-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.blog-toc-link{display:block;width:100%;text-align:left;background:none;border:none;border-left:2px solid transparent;cursor:pointer;padding:8px 0 8px 14px;font-family:inherit;font-size:.9375rem;line-height:1.4;color:#475569;transition:color .2s ease,border-color .2s ease}.blog-toc-link:hover{color:#0f172a}.blog-toc-link.is-active{color:#0284cf;font-weight:600;border-left-color:#0284cf}.blog-hero{margin-bottom:24px}.blog-hero-eyebrow{font-size:.8125rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#0284cf;margin-bottom:16px}.blog-hero-title{font-family:Playfair Display,serif;font-size:clamp(2.25rem,5vw,3.25rem);font-weight:700;line-height:1.15;letter-spacing:-.02em;margin-bottom:16px}.blog-hero-meta{font-size:.875rem;font-weight:500;color:#64748b;margin-bottom:32px}.blog-hero-image{width:100%;height:clamp(240px,42vw,440px);object-fit:cover;border-radius:16px;border:1px solid #e2e8f0}.blog-hero-placeholder{width:100%;height:clamp(220px,36vw,360px);border-radius:16px;background:linear-gradient(135deg,#bae6fd,#7dd3fc);border:1px solid rgba(2,132,207,.25);box-shadow:0 20px 50px -15px rgba(2,132,207,.35);display:flex;align-items:center;justify-content:center}.blog-hero-placeholder svg{width:56px;height:56px;color:rgba(255,255,255,.9)}.blog-body{padding-bottom:24px}.blog-section{margin-bottom:24px;scroll-margin-top:120px}.blog-section-heading{font-family:Playfair Display,serif;font-size:clamp(1.5rem,3.2vw,1.875rem);font-weight:700;letter-spacing:-.02em;margin-bottom:16px}.blog-section-text{font-size:1.0625rem;line-height:1.8;color:#475569}.blog-section-text+.blog-section-text{margin-top:16px}.blog-bullet-list+.blog-section-text,.blog-section-text+.blog-bullet-list{margin-top:24px}.blog-bullet-list{list-style:none;padding:0;margin:0;display:grid;gap:14px}.blog-bullet-item{display:flex;align-items:flex-start;gap:12px;font-size:1.0625rem;line-height:1.65;color:#0f172a}.blog-bullet-icon{width:20px;height:20px;color:#0284cf;flex-shrink:0;margin-top:3px}.blog-section-figure{margin:28px 0}.blog-section-figure-img{width:100%;height:auto;border-radius:16px;border:1px solid #e2e8f0;background:#ffffff;box-shadow:0 12px 30px -12px rgba(15,23,42,.15)}.blog-section-figcaption{margin-top:12px;font-size:.875rem;line-height:1.6;color:#64748b;text-align:center}.blog-section-text+.blog-section-figure{margin-top:24px}.blog-section-figure+.blog-bullet-list,.blog-section-figure+.blog-section-text{margin-top:4px}.blog-table-wrap{margin:24px 0;overflow-x:auto;border:1px solid #e2e8f0;border-radius:12px}.blog-table{width:100%;border-collapse:collapse;font-size:.9375rem;line-height:1.6}.blog-table td,.blog-table th{padding:14px 18px;text-align:left;border-bottom:1px solid #e2e8f0;vertical-align:top}.blog-table th{background:#f0f9ff;color:#0f172a;font-weight:700;font-size:.8125rem;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap}.blog-table td{color:#475569}.blog-table td:first-child{color:#0f172a;font-weight:600}.blog-table tr:last-child td{border-bottom:none}.blog-subsection{margin-top:32px}.blog-subsection-heading{font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:12px}.blog-faq-section{border-top:1px solid #e2e8f0;padding-top:0}.blog-faq-list{display:flex;flex-direction:column;gap:12px}.blog-faq-item{border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;transition:border-color .2s ease}.blog-faq-item--open{border-color:rgba(2,132,207,.35)}.blog-faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;background:none;border:none;cursor:pointer;font-family:inherit;font-size:1rem;font-weight:600;text-align:left;color:#0f172a}.blog-faq-chevron{width:20px;height:20px;flex-shrink:0;color:#0284cf;transition:transform .3s ease}.blog-faq-item--open .blog-faq-chevron{transform:rotate(180deg)}.blog-faq-answer{display:grid;grid-template-rows:0fr;overflow:hidden;transition:grid-template-rows .3s ease}.blog-faq-item--open .blog-faq-answer{grid-template-rows:1fr}.blog-faq-answer p{overflow:hidden;padding:0 20px;font-size:.9375rem;line-height:1.7;color:#475569}.blog-faq-item--open .blog-faq-answer p{padding:0 20px 20px}.blog-cta{width:100%;margin-top:96px;margin-bottom:96px;padding:0 16px}.blog-cta-card{position:relative;max-width:1200px;margin:0 auto;border-radius:20px;overflow:hidden;background:radial-gradient(120% 160% at 100% 0,rgba(75,63,207,.55) 0,rgba(75,63,207,0) 45%),linear-gradient(120deg,#081226,#12356b 60%,#16407e);padding:64px 56px;display:grid;grid-template-columns:1.3fr .7fr;align-items:center;gap:40px}@media (max-width:900px){.blog-cta-card{grid-template-columns:1fr;padding:48px 28px;text-align:left}.blog-cta-signal-wrap{order:-1;max-width:180px;margin:0 auto 8px}}.blog-cta-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:.8125rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#ffffff;margin-bottom:18px}.blog-cta-eyebrow:before{content:"";width:16px;height:1px;background:#ffffff;display:inline-block}.blog-cta-headline{font-family:Fraunces,serif;font-weight:600;font-size:clamp(1.75rem,3.6vw,2.5rem);line-height:1.12;letter-spacing:-.01em;color:#ffffff;margin:0 0 18px;max-width:32rem}.blog-cta-headline em{font-style:italic;font-weight:500;color:#e9eefb}.blog-cta-sub{font-size:1rem;line-height:1.6;color:#8fa0c7;max-width:30rem;margin:0 0 32px}.blog-cta-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.blog-cta-btn-primary{display:inline-flex;align-items:center;gap:10px;background:#ffffff;color:#081226;font-weight:600;font-size:.9375rem;padding:14px 26px;border-radius:9999px;text-decoration:none;transition:transform .15s ease,background .15s ease}.blog-cta-btn-primary:hover{background:#e9eefb;transform:translateY(-1px)}.blog-cta-btn-primary svg{width:16px;height:16px}.blog-cta-btn-ghost{display:inline-flex;align-items:center;gap:6px;color:#e9eefb;font-size:.9375rem;font-weight:500;text-decoration:none;border-bottom:1px solid rgba(233,238,251,.35);padding-bottom:2px;transition:border-color .2s ease}.blog-cta-btn-ghost:hover{border-bottom-color:#e9eefb}.blog-cta-trust-row{display:flex;gap:28px;margin-top:36px;flex-wrap:wrap}.blog-cta-trust-item{display:flex;align-items:center;gap:8px;font-size:.8125rem;color:#5a6a93}.blog-cta-dot{width:5px;height:5px;border-radius:50%;background:#ffffff;flex-shrink:0}.blog-cta-signal-wrap{position:relative;width:100%;aspect-ratio:1/1;max-width:240px;justify-self:center;display:flex;align-items:center;justify-content:center}.blog-cta-ring{position:absolute;border-radius:50%;border:1px solid rgba(233,238,251,.16)}.blog-cta-ring--r1{width:38%;height:38%}.blog-cta-ring--r2{width:62%;height:62%}.blog-cta-ring--r3{width:86%;height:86%}.blog-cta-ring--r4{width:110%;height:110%;border-style:dashed;border-color:rgba(233,238,251,.1)}.blog-cta-pulse{position:absolute;width:38%;height:38%;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.35) 0,rgba(255,178,56,0) 70%);animation:blogCtaPulseOut 3.2s ease-out infinite}@keyframes blogCtaPulseOut{0%{transform:scale(1);opacity:.9}to{transform:scale(2.9);opacity:0}}.blog-cta-core{position:relative;width:60px;height:60px;border-radius:50%;background:linear-gradient(145deg,#ffffff,#e9eefb);display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 6px rgba(255,255,255,.14);z-index:2}.blog-cta-core svg{width:22px;height:22px}.blog-cta-arc{position:absolute;width:86%;height:86%;border-radius:50%;border:1.5px solid transparent;border-top-color:#ffffff;animation:blogCtaSpin 7s linear infinite}@keyframes blogCtaSpin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.blog-cta-arc,.blog-cta-pulse{animation:none}}