@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");:root{--navy:#0D1D35;--navy-light:#152840;--blue:#1B5FE8;--blue-hover:#154EC7;--blue-light:#4A80F0;--teal:#00D4AA;--white:#FFFFFF;--gray-50:#F8FAFC;--gray-100:#F1F5F9;--gray-200:#E2E8F0;--gray-400:#94A3B8;--gray-600:#475569;--gray-700:#334155;--gray-900:#0F172A;--radius:8px;--radius-lg:16px;--shadow:0 1px 3px rgba(0,0,0,0.08),0 1px 2px rgba(0,0,0,0.05);--shadow-md:0 4px 16px rgba(0,0,0,0.10);--shadow-lg:0 10px 40px rgba(0,0,0,0.15)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body,html{overflow-x:hidden}body{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.6;color:var(--gray-900);background:var(--white);-webkit-font-smoothing:antialiased;min-height:100%}img{max-width:100%;height:auto}a{color:inherit;text-decoration:none}.grid-bg{background-color:var(--white);background-image:linear-gradient(rgba(27,95,232,.06) 1px,transparent 0),linear-gradient(90deg,rgba(27,95,232,.06) 1px,transparent 0);background-size:40px 40px}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--gray-200)}.header-inner{justify-content:space-between;height:68px;gap:2rem}.header-inner,.header-logo{display:flex;align-items:center}.header-logo{gap:.75rem;flex-shrink:0}.header-logo img{height:34px;width:auto!important}.header-logo-text{font-size:.8rem;color:var(--gray-600);font-weight:500;white-space:nowrap}.nav{display:flex;align-items:center;gap:.25rem;flex:1 1;justify-content:center}.nav a{font-size:.9rem;font-weight:500;color:var(--gray-700);padding:.4rem .85rem;border-radius:var(--radius);transition:background .15s,color .15s}.nav a.active,.nav a:hover{background:var(--gray-100);color:var(--navy)}.btn-cta,.nav a.active{font-weight:600}.btn-cta{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1.25rem;background:var(--navy);color:var(--white);border-radius:var(--radius);font-size:.9rem;white-space:nowrap;border:none;cursor:pointer;transition:background .15s,transform .1s;text-decoration:none}.btn-cta:hover{background:var(--navy-light);transform:translateY(-1px)}.btn-cta.blue{background:var(--blue)}.btn-cta.blue:hover{background:var(--blue-hover)}.btn-outline{display:inline-flex;align-items:center;padding:.55rem 1.25rem;border:2px solid var(--navy);color:var(--navy);border-radius:var(--radius);font-size:.9rem;font-weight:600;white-space:nowrap;cursor:pointer;transition:all .15s;background:transparent;text-decoration:none}.btn-outline:hover{background:var(--navy);color:var(--white)}.btn-outline.white{border-color:var(--white);color:var(--white)}.btn-outline.white:hover{background:var(--white);color:var(--navy)}.hero{padding:5rem 0 4rem;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.hero-badge{display:inline-flex;align-items:center;gap:.4rem;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--blue);margin-bottom:1.25rem}.hero-badge:before{content:"";display:block;width:24px;height:2px;background:var(--blue);border-radius:2px}.hero h1{font-size:clamp(2rem,4vw,3.25rem);font-weight:800;line-height:1.12;color:var(--navy);margin-bottom:1.25rem}.hero h1 .highlight{color:var(--blue)}.hero-sub{font-size:1.05rem;color:var(--gray-600);margin-bottom:2rem;max-width:520px;line-height:1.7}.hero-actions{gap:.75rem;margin-bottom:2.5rem}.hero-actions,.hero-tags{display:flex;flex-wrap:wrap}.hero-tags{gap:.5rem}.hero-tag{font-size:.8rem;color:var(--gray-600);background:var(--gray-100);border:1px solid var(--gray-200);border-radius:20px;padding:.2rem .75rem;font-weight:500}.widget{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden}.widget-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid var(--gray-200)}.widget-title{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gray-700)}.widget-live{display:flex;align-items:center;gap:.4rem;font-size:.78rem;font-weight:600;color:var(--teal)}.live-dot{width:7px;height:7px;border-radius:50%;background:var(--teal);animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}.widget-stats{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--gray-200)}.widget-stat{padding:1rem 1.25rem;border-right:1px solid var(--gray-200)}.widget-stat:last-child{border-right:none}.widget-stat-value{font-size:1.35rem;font-weight:800;color:var(--navy);line-height:1.2}.widget-stat-label{font-size:.73rem;color:var(--gray-600);margin-top:.2rem;line-height:1.35}.widget-chart{padding:1rem 1.25rem;border-bottom:1px solid var(--gray-200)}.widget-chart-label{font-size:.72rem;color:var(--gray-600);margin-bottom:.75rem;font-weight:500}.chart-bars{display:flex;align-items:flex-end;gap:3px;height:52px}.chart-bar{flex:1 1;border-radius:2px 2px 0 0;background:var(--blue-light);opacity:.6;transition:opacity .15s;min-height:4px}.chart-bar.peak{opacity:1;background:var(--blue)}.widget-footer{display:grid;grid-template-columns:1fr 1fr;padding:1rem 1.25rem;grid-gap:1rem;gap:1rem}.widget-metric{display:flex;flex-direction:column;gap:.35rem}.widget-metric-tag{font-size:.65rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--blue)}.widget-metric-label{font-size:.82rem;font-weight:600;color:var(--navy)}.widget-progress{height:4px;background:var(--gray-200);border-radius:4px;overflow:hidden}.widget-progress-fill{height:100%;border-radius:4px;background:linear-gradient(90deg,var(--blue),var(--teal))}.section{padding:5rem 0}.section-sm{padding:3rem 0}.section-dark{background:var(--navy);color:var(--white);padding:5rem 0}.section-gray{background:var(--gray-50);padding:5rem 0}.section-label{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--blue);margin-bottom:.75rem}.section-label.white{color:var(--teal)}h2.section-title{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800;color:var(--navy);line-height:1.2;margin-bottom:1rem}h2.section-title.white{color:var(--white)}.section-desc{font-size:1.05rem;color:var(--gray-600);max-width:620px;line-height:1.75}.section-desc.white{color:rgba(255,255,255,.75)}.title-block{margin-bottom:3rem}.marquee-band{background:var(--navy);padding:.85rem 0;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);max-width:100vw}.marquee-band,.marquee-wrap{overflow:hidden;contain:content}.marquee-wrap{max-width:100%}.marquee-inner{display:flex;gap:.75rem;flex-wrap:nowrap;width:max-content;animation:marquee-scroll 35s linear infinite;will-change:transform}.marquee-inner:hover{animation-play-state:paused}@keyframes marquee-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.marquee-tag{font-size:.8rem;font-weight:500;color:rgba(255,255,255,.7);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:.3rem .9rem;white-space:nowrap}.cards-grid{display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.cards-grid-2{grid-template-columns:repeat(2,1fr)}.cards-grid-4{grid-template-columns:repeat(4,1fr)}.card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:1.75rem;transition:box-shadow .2s,transform .2s}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.card-dark{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.1)}.card-dark:hover{background:rgba(255,255,255,.08)}.card-icon{width:44px;height:44px;background:rgba(27,95,232,.1);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:1.25rem;margin-bottom:1rem}.card-dark .card-icon{background:rgba(255,255,255,.1)}.card h3{font-size:1rem;font-weight:700;color:var(--navy);margin-bottom:.5rem}.card-dark h3{color:var(--white)}.card p{font-size:.9rem;color:var(--gray-600);line-height:1.6}.card-dark p{color:rgba(255,255,255,.65)}.highlight-card{background:var(--white);border:1px solid var(--gray-200);border-left:4px solid var(--blue);border-radius:var(--radius-lg);padding:2.5rem;color:var(--navy);position:relative}.highlight-card .badge{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;background:#EEF3FE;color:var(--blue);border:1px solid #c3d4fa;border-radius:20px;padding:.25rem .75rem;margin-bottom:1rem}.highlight-card h3{font-size:1.4rem;font-weight:800;color:var(--navy);margin-bottom:1rem;line-height:1.3}.highlight-card p{color:var(--gray-600);line-height:1.7;margin-bottom:1.5rem}.steps{display:flex;flex-direction:column;gap:1.5rem}.step{display:flex;gap:1.25rem;align-items:flex-start}.step-number{flex-shrink:0;width:40px;height:40px;background:var(--blue);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.9rem}.step-content h3{font-size:1rem;font-weight:700;color:var(--navy);margin-bottom:.25rem}.step-content p{font-size:.9rem;color:var(--gray-600);line-height:1.6}.faq{display:flex;flex-direction:column;gap:0}.faq-item{border-bottom:1px solid var(--gray-200)}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;cursor:pointer;font-weight:600;font-size:.95rem;color:var(--navy);list-style:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.faq-question::-webkit-details-marker{display:none}.faq-question:after{content:"+";font-size:1.2rem;color:var(--blue);flex-shrink:0}details[open] .faq-question:after{content:"−"}.faq-answer{font-size:.92rem;color:var(--gray-600);line-height:1.75;padding-bottom:1.25rem;max-width:750px}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.blog-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);overflow:hidden;transition:box-shadow .2s,transform .2s}.blog-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.blog-card-img{width:100%;height:200px;object-fit:cover;background:var(--gray-100);display:block}.blog-card-img-placeholder{width:100%;height:200px;background:linear-gradient(135deg,var(--navy) 0,var(--blue) 100%);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.3);font-size:2rem}.blog-card-body{padding:1.25rem}.blog-cat{font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:var(--blue)}.blog-card h3,.blog-cat{font-weight:700;margin-bottom:.5rem}.blog-card h3{font-size:1rem;color:var(--navy);line-height:1.4}.blog-card p{font-size:.875rem;color:var(--gray-600);line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-card-date{font-size:.78rem;color:var(--gray-400);margin-top:.75rem}.blog-list{display:flex;flex-direction:column;gap:0}.blog-list-card{display:grid;grid-template-columns:240px 1fr;grid-gap:1.75rem;gap:1.75rem;align-items:start;padding:1.75rem 0;border-bottom:1px solid var(--gray-200)}.blog-list-card:first-child{padding-top:0}.blog-list-img-wrap{display:block;flex-shrink:0;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:16/9}.blog-list-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.blog-list-card:hover .blog-list-img{transform:scale(1.03)}.blog-list-img-placeholder{width:100%;height:100%;min-height:135px;background:linear-gradient(135deg,var(--navy) 0,var(--blue) 100%)}.blog-list-body{display:flex;flex-direction:column;gap:.4rem}.blog-list-title{font-size:1.15rem;font-weight:700;color:var(--navy);text-decoration:none;line-height:1.4;display:block}.blog-list-title:hover{color:var(--blue)}.blog-list-date{font-size:.8rem;color:var(--gray-400);margin:0}.blog-list-summary{font-size:.9rem;color:var(--gray-600);line-height:1.65;margin:.15rem 0 0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-list-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.6rem}.blog-list-cat{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;background:#EEF3FE;color:var(--blue)}.blog-list-cat,.blog-list-tag{padding:2px 10px;border-radius:20px}.blog-list-tag{font-size:.78rem;font-weight:500;background:var(--gray-100);color:var(--gray-600);text-decoration:none;border:1px solid var(--gray-200)}.blog-list-tag:hover{background:var(--gray-200)}@media (max-width:640px){.blog-list-card{grid-template-columns:1fr;gap:.85rem;padding:1.5rem 0}.blog-list-img-wrap{width:100%;border-radius:var(--radius)}.blog-list-title{font-size:1.05rem}.blog-list-summary{-webkit-line-clamp:2}}.cta-band{background:linear-gradient(135deg,var(--navy) 0,var(--blue) 100%);padding:5rem 0;text-align:center;color:var(--white)}.cta-band h2{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800;margin-bottom:1rem}.cta-band p{font-size:1.05rem;color:rgba(255,255,255,.8);max-width:560px;margin:0 auto 2rem;line-height:1.7}.cta-band .btn-cta{font-size:1rem;padding:.75rem 2rem}.footer{background:var(--navy);color:var(--white);padding:3.5rem 0 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:3rem;gap:3rem;margin-bottom:3rem}.footer-brand p{font-size:.88rem;color:rgba(255,255,255,.6);margin-top:1rem;line-height:1.7;max-width:280px}.footer-brand img{height:32px}.footer-col h4{font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.4);margin-bottom:1rem}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-col a{font-size:.88rem;color:rgba(255,255,255,.65);transition:color .15s}.footer-col a:hover{color:var(--white)}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:1.25rem 0;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.footer-bottom p{font-size:.8rem;color:rgba(255,255,255,.35)}.footer-tags{display:flex;gap:.5rem;flex-wrap:wrap}.footer-tag{font-size:.72rem;color:rgba(255,255,255,.4);border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:.15rem .65rem}@media (max-width:1024px){.cards-grid-4{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.hero-grid{grid-template-columns:1fr;gap:2.5rem}.hero{padding:3rem 0 2.5rem}.blog-grid,.cards-grid,.cards-grid-2,.cards-grid-4{grid-template-columns:1fr}.nav{display:none}.footer-grid{grid-template-columns:1fr;gap:2rem}.section,.section-dark,.section-gray{padding:3.5rem 0}.highlight-card{padding:1.75rem}.widget-stats{grid-template-columns:1fr}.widget-stat{border-right:none;border-bottom:1px solid var(--gray-200)}.widget-stat:last-child{border-bottom:none}.header-inner{gap:.75rem}.header-logo-text{display:none}}@media (max-width:390px){.header-inner>.btn-cta{display:none}}.text-center{text-align:center}.text-center .section-desc{margin:0 auto}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.split{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:start}@media (max-width:768px){.split{grid-template-columns:1fr;gap:2.5rem}}.list-check{list-style:none;display:flex;flex-direction:column;gap:.6rem}.list-check li{display:flex;gap:.6rem;align-items:flex-start;font-size:.95rem;color:var(--gray-700)}.list-check li:before{content:"✓";color:var(--blue);font-weight:700;flex-shrink:0;margin-top:1px}.hamburger{display:none;background:none;border:none;cursor:pointer;padding:.5rem}@media (max-width:768px){.hamburger{display:flex;flex-direction:column;gap:5px}.hamburger span{width:22px;height:2px;background:var(--navy);border-radius:2px;display:block}}.article-body{line-height:1.8;color:#333;font-size:1.05rem;text-align:left}.article-body h2{font-size:1.5rem;margin:2rem 0 .75rem}.article-body h2,.article-body h3{font-weight:700;color:#0D1D35;text-align:left}.article-body h3{font-size:1.2rem;margin:1.5rem 0 .5rem}.article-body p{margin:0 0 1rem;text-align:left}.article-body ol,.article-body ul{padding-left:1.5rem;margin:1rem 0;text-align:left}.article-body li{margin-bottom:.4rem}.article-body a{color:#1B5FE8}.article-body strong{font-weight:700}.article-body em{font-style:italic}.article-body img{max-width:100%;height:auto;border-radius:8px;margin:1rem 0;display:block}.article-body figure{margin:1.5rem 0}.article-body hr{border:none;border-top:2px solid #e8e8e8;margin:2rem 0;display:block}.article-body blockquote{border-left:4px solid #1b5fe8;margin:1.5rem 0;padding:.5rem 1rem;background:#f0f4ff;border-radius:0 6px 6px 0;color:#334155}