@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.98) translateY(4px)}to{opacity:1;transform:scale(1) translateY(0)}}.public-header{position:sticky;top:0;z-index:1000;background:#fffc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid transparent;transition:all .2s cubic-bezier(.4,0,.2,1)}.public-header.scrolled{background:#fffffff2;border-bottom-color:#00000014;box-shadow:0 1px 3px #0000000a}.public-header .header-container{max-width:1200px;margin:0 auto;padding:0 24px;height:64px;display:flex;align-items:center;justify-content:space-between;gap:32px}.public-header .header-logo{flex-shrink:0;display:flex;align-items:center}.public-header .header-logo .logo-image{height:32px;width:auto}.public-header .header-nav{display:flex;align-items:center;gap:4px;flex:1;justify-content:center}@media(max-width:1024px){.public-header .header-nav{display:none}}.public-header .nav-item{position:relative}.public-header .nav-link{display:inline-flex;align-items:center;gap:4px;padding:8px 14px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:500;letter-spacing:-.01em;color:#666;text-decoration:none;border-radius:6px;cursor:pointer;transition:color .15s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative}.public-header .nav-link:after{content:"";position:absolute;bottom:4px;left:50%;width:0;height:2px;background:#ffb25d;border-radius:1px;transition:all .2s cubic-bezier(.16,1,.3,1);transform:translate(-50%)}.public-header .nav-link:hover,.public-header .nav-link.active{color:#0a0a0a}.public-header .nav-link:hover:after,.public-header .nav-link.active:after{width:calc(100% - 28px)}.public-header .nav-link .nav-chevron{margin-left:2px;transition:transform .15s cubic-bezier(.4,0,.2,1)}.public-header .nav-link.active .nav-chevron{transform:rotate(180deg)}.public-header .nav-link.pricing-link{color:#0a0a0a;font-weight:600;letter-spacing:-.02em}.public-header .nav-link.pricing-link:after{display:none}.public-header .nav-link.pricing-link:hover{color:#ffb25d}.public-header .header-actions{display:flex;align-items:center;gap:20px;flex-shrink:0}@media(max-width:1024px){.public-header .header-actions{display:none}}.public-header .header-actions .login-link{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:500;color:#666;text-decoration:none;transition:color .15s cubic-bezier(.4,0,.2,1)}.public-header .header-actions .login-link:hover{color:#0a0a0a}.public-header .header-actions .cta-wrapper{display:flex;flex-direction:column;align-items:center;gap:4px}.public-header .header-actions .cta-button{display:inline-flex;align-items:center;padding:10px 20px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:600;letter-spacing:-.01em;color:#0a0a0a;background:#ffb25d;border-radius:8px;text-decoration:none;transition:all .18s cubic-bezier(.16,1,.3,1);box-shadow:0 1px 2px #0000000d,0 2px 8px #ffb25d26}.public-header .header-actions .cta-button:hover{background:#f5a142;transform:translateY(-1px);box-shadow:0 4px 12px #ffb25d40,0 8px 24px #ffb25d26}.public-header .header-actions .trust-signal{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:11px;font-weight:500;color:#999;letter-spacing:.01em;opacity:.8;transition:opacity .15s cubic-bezier(.4,0,.2,1)}.public-header .header-actions .trust-signal:hover{opacity:1}.public-header .mobile-menu-btn{display:none;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background:transparent;border:none;border-radius:8px;color:#0a0a0a;cursor:pointer;transition:background .15s cubic-bezier(.4,0,.2,1)}@media(max-width:1024px){.public-header .mobile-menu-btn{display:flex}}.public-header .mobile-menu-btn:hover{background:#f7f7f7}.public-header .mobile-menu-btn .anticon{font-size:20px}.mega-menu{position:absolute;top:calc(100% + 12px);background:#fffffff7;backdrop-filter:blur(12px) saturate(150%);-webkit-backdrop-filter:blur(12px) saturate(150%);border-radius:16px;border:1px solid rgba(255,255,255,.6);box-shadow:0 0 0 1px #00000008,0 2px 4px #00000005,0 8px 16px #0000000a,0 24px 48px #00000014;padding:24px;min-width:640px;max-width:800px;animation:scaleIn .18s cubic-bezier(.16,1,.3,1);transform-origin:top center}.mega-menu.position-center{left:50%;transform:translate(-50%)}.mega-menu.position-left{left:0;transform:none}.mega-menu.position-right{right:0;left:auto;transform:none}.mega-menu .mega-menu-inner{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:32px}.mega-menu .mega-menu-column{animation:slideUp .3s cubic-bezier(.16,1,.3,1) backwards}.mega-menu .mega-menu-column .column-header{margin-bottom:16px}.mega-menu .mega-menu-column .column-header h4{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;font-weight:600;color:#0a0a0a;text-transform:uppercase;letter-spacing:.5px;margin:0 0 4px}.mega-menu .mega-menu-column .column-header p{font-size:12px;color:#999;margin:0}.mega-menu .mega-menu-column .column-items{display:flex;flex-direction:column;gap:2px}.mega-menu .menu-link{display:flex;align-items:flex-start;gap:12px;padding:10px 12px;margin:0 -12px;border-radius:10px;text-decoration:none;transition:all .18s cubic-bezier(.16,1,.3,1);animation:slideUp .28s cubic-bezier(.16,1,.3,1) backwards}.mega-menu .menu-link:hover{background:#00000008;transform:translate(2px)}.mega-menu .menu-link:hover .link-arrow{opacity:1;transform:translate(0)}.mega-menu .menu-link:hover .link-icon{background:#ffb25d1f;color:#ffb25d;transform:scale(1.05)}.mega-menu .menu-link:hover .link-label{color:#0a0a0a}.mega-menu .menu-link.featured{background:linear-gradient(135deg,#ffb25d1a,#ffb25d0d);border:1px solid rgba(255,178,93,.15);margin:4px -12px}.mega-menu .menu-link.featured .link-icon{background:#ffb25d26;color:#ffb25d}.mega-menu .menu-link.featured:hover{background:linear-gradient(135deg,#ffb25d26,#ffb25d14);border-color:#ffb25d40;transform:translate(3px)}.mega-menu .menu-link .link-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;flex-shrink:0;border-radius:8px;background:#0000000a;color:#666;font-size:14px;transition:all .18s cubic-bezier(.16,1,.3,1)}.mega-menu .menu-link .link-content{flex:1;min-width:0}.mega-menu .menu-link .link-label{display:block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:500;letter-spacing:-.01em;color:#0a0a0a;line-height:1.3;transition:color .15s cubic-bezier(.4,0,.2,1)}.mega-menu .menu-link .link-desc{display:block;font-size:12px;color:#999;line-height:1.4;margin-top:2px}.mega-menu .menu-link .link-arrow{flex-shrink:0;margin-top:8px;font-size:11px;color:#ffb25d;opacity:0;transform:translate(-4px);transition:all .18s cubic-bezier(.16,1,.3,1)}.mobile-nav-drawer .ant-drawer-mask{background:#0a0a0a66!important;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.mobile-nav-drawer .ant-drawer-content-wrapper{box-shadow:-8px 0 32px #0000001f!important}.mobile-nav-drawer .ant-drawer-content{background:#fffffffa;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.mobile-nav-drawer .ant-drawer-body{padding:0;display:flex;flex-direction:column}.mobile-nav-drawer .mobile-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid rgba(0,0,0,.06);background:#fffc}.mobile-nav-drawer .mobile-drawer-header .mobile-logo{height:28px;width:auto}.mobile-nav-drawer .mobile-drawer-header .close-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background:transparent;border:none;border-radius:8px;color:#666;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1)}.mobile-nav-drawer .mobile-drawer-header .close-btn:hover{background:#f7f7f7;color:#0a0a0a}.mobile-nav-drawer .mobile-cta-section{padding:20px;display:flex;flex-direction:column;gap:12px;border-bottom:1px solid rgba(0,0,0,.08)}.mobile-nav-drawer .mobile-cta-section .mobile-primary-cta{display:flex;align-items:center;justify-content:center;gap:8px;height:48px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;font-weight:600;color:#0a0a0a;background:#ffb25d;border-radius:10px;text-decoration:none;transition:background .15s cubic-bezier(.4,0,.2,1)}.mobile-nav-drawer .mobile-cta-section .mobile-primary-cta:hover{background:#f5a142}.mobile-nav-drawer .mobile-cta-section .mobile-secondary-cta{display:flex;align-items:center;justify-content:center;height:44px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:500;color:#666;background:transparent;border:1px solid rgba(0,0,0,.08);border-radius:10px;text-decoration:none;transition:all .15s cubic-bezier(.4,0,.2,1)}.mobile-nav-drawer .mobile-cta-section .mobile-secondary-cta:hover{border-color:#00000026;color:#0a0a0a}.mobile-nav-drawer .mobile-quick-links{padding:12px 20px;display:flex;flex-direction:column;gap:4px;border-bottom:1px solid rgba(0,0,0,.08)}.mobile-nav-drawer .mobile-quick-links .quick-link{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;font-weight:500;color:#0a0a0a;background:#f7f7f7;border-radius:10px;text-decoration:none;transition:all .15s cubic-bezier(.4,0,.2,1)}.mobile-nav-drawer .mobile-quick-links .quick-link:hover{background:#efefef}.mobile-nav-drawer .mobile-quick-links .quick-link .anticon{font-size:12px;color:#999}.mobile-nav-drawer .mobile-quick-links .quick-link.featured{background:linear-gradient(135deg,#ffb25d,#ff9a3d);color:#1a2039;font-weight:600;box-shadow:0 2px 8px #ffb25d4d}.mobile-nav-drawer .mobile-quick-links .quick-link.featured:hover{background:linear-gradient(135deg,#ff9a3d,#ffb25d);transform:translateY(-1px);box-shadow:0 4px 12px #ffb25d66}.mobile-nav-drawer .mobile-quick-links .quick-link.featured .anticon{color:#1a2039}.mobile-nav-drawer .mobile-accordion-nav{flex:1;padding:16px 16px 40px;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-nav-drawer .mobile-accordion-nav .ant-collapse{background:transparent;border:none}.mobile-nav-drawer .mobile-accordion-nav .ant-collapse>.ant-collapse-item{border:none;margin-bottom:4px}.mobile-nav-drawer .mobile-accordion-nav .ant-collapse>.ant-collapse-item>.ant-collapse-header{padding:16px 18px;min-height:52px;border-radius:12px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;transition:all .2s cubic-bezier(.16,1,.3,1)}.mobile-nav-drawer .mobile-accordion-nav .ant-collapse>.ant-collapse-item>.ant-collapse-header:hover,.mobile-nav-drawer .mobile-accordion-nav .ant-collapse>.ant-collapse-item>.ant-collapse-header:active{background:#0000000a}.mobile-nav-drawer .mobile-accordion-nav .ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-expand-icon{color:#999;transition:transform .25s cubic-bezier(.16,1,.3,1)}.mobile-nav-drawer .mobile-accordion-nav .ant-collapse>.ant-collapse-item.ant-collapse-item-active>.ant-collapse-header{background:#0000000a}.mobile-nav-drawer .mobile-accordion-nav .ant-collapse>.ant-collapse-item.ant-collapse-item-active>.ant-collapse-header .ant-collapse-expand-icon{color:#ffb25d}.mobile-nav-drawer .mobile-accordion-nav .ant-collapse>.ant-collapse-item>.ant-collapse-content{border:none;background:transparent}.mobile-nav-drawer .mobile-accordion-nav .ant-collapse>.ant-collapse-item>.ant-collapse-content>.ant-collapse-content-box{padding:8px 8px 20px}.mobile-nav-drawer .mobile-accordion-nav .mobile-accordion-label{font-size:16px;font-weight:600;letter-spacing:-.01em;color:#0a0a0a}.mobile-nav-drawer .mobile-accordion-nav .mobile-menu-content{display:flex;flex-direction:column;gap:16px}.mobile-nav-drawer .mobile-accordion-nav .mobile-column .mobile-column-title{font-size:11px;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:.5px;padding:10px 14px}.mobile-nav-drawer .mobile-accordion-nav .mobile-column .mobile-menu-link{display:flex;align-items:center;gap:14px;padding:14px;min-height:48px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;font-weight:500;letter-spacing:-.01em;color:#666;text-decoration:none;border-radius:10px;transition:all .18s cubic-bezier(.16,1,.3,1)}.mobile-nav-drawer .mobile-accordion-nav .mobile-column .mobile-menu-link:hover,.mobile-nav-drawer .mobile-accordion-nav .mobile-column .mobile-menu-link:active{background:#f7f7f7;color:#0a0a0a}.mobile-nav-drawer .mobile-accordion-nav .mobile-column .mobile-menu-link .link-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;background:#0000000a;color:#ffb25d;font-size:13px}html[data-theme=dark] .public-header{background:#0a0a0acc}html[data-theme=dark] .public-header.scrolled{background:#0a0a0af2;border-bottom-color:#ffffff14}html[data-theme=dark] .public-header .nav-link{color:#ffffffb3}html[data-theme=dark] .public-header .nav-link:hover,html[data-theme=dark] .public-header .nav-link.active,html[data-theme=dark] .public-header .nav-link.pricing-link{color:#fff}html[data-theme=dark] .public-header .login-link{color:#ffffffb3}html[data-theme=dark] .public-header .login-link:hover,html[data-theme=dark] .public-header .mobile-menu-btn{color:#fff}html[data-theme=dark] .public-header .mobile-menu-btn:hover{background:#ffffff14}html[data-theme=dark] .mega-menu{background:#1a1a1a;box-shadow:0 0 0 1px #ffffff14,0 8px 40px #0006}html[data-theme=dark] .mega-menu .column-header h4{color:#fff}html[data-theme=dark] .mega-menu .column-header p{color:#ffffff80}html[data-theme=dark] .mega-menu .menu-link:hover{background:#ffffff0f}html[data-theme=dark] .mega-menu .menu-link.featured{background:#ffb25d1f;border-color:#ffb25d33}html[data-theme=dark] .mega-menu .menu-link .link-icon{background:#ffffff14;color:#ffffffb3}html[data-theme=dark] .mega-menu .menu-link .link-label{color:#fff}html[data-theme=dark] .mega-menu .menu-link .link-desc{color:#ffffff80}html[data-theme=dark] .mega-menu .menu-link .link-arrow{color:#fff6}html[data-theme=dark] .mega-menu .menu-link:hover .link-icon{color:#ffb25d}html[data-theme=dark] .mobile-nav-drawer .ant-drawer-content{background:#0a0a0a}html[data-theme=dark] .mobile-nav-drawer .mobile-drawer-header{border-bottom-color:#ffffff14}html[data-theme=dark] .mobile-nav-drawer .mobile-drawer-header .close-btn{color:#ffffffb3}html[data-theme=dark] .mobile-nav-drawer .mobile-drawer-header .close-btn:hover{background:#ffffff14;color:#fff}html[data-theme=dark] .mobile-nav-drawer .mobile-cta-section{border-bottom-color:#ffffff14}html[data-theme=dark] .mobile-nav-drawer .mobile-cta-section .mobile-secondary-cta{border-color:#ffffff1f;color:#ffffffb3}html[data-theme=dark] .mobile-nav-drawer .mobile-cta-section .mobile-secondary-cta:hover{border-color:#fff3;color:#fff}html[data-theme=dark] .mobile-nav-drawer .mobile-quick-links{border-bottom-color:#ffffff14}html[data-theme=dark] .mobile-nav-drawer .mobile-quick-links .quick-link{background:#ffffff0a;color:#fff}html[data-theme=dark] .mobile-nav-drawer .mobile-quick-links .quick-link:hover{background:#ffffff14}html[data-theme=dark] .mobile-nav-drawer .mobile-quick-links .quick-link .anticon{color:#ffffff80}html[data-theme=dark] .mobile-nav-drawer .mobile-accordion-nav .ant-collapse-header:hover,html[data-theme=dark] .mobile-nav-drawer .mobile-accordion-nav .ant-collapse-item-active .ant-collapse-header{background:#ffffff0a!important}html[data-theme=dark] .mobile-nav-drawer .mobile-accordion-nav .mobile-accordion-label{color:#fff}html[data-theme=dark] .mobile-nav-drawer .mobile-accordion-nav .mobile-column-title{color:#ffffff80}html[data-theme=dark] .mobile-nav-drawer .mobile-accordion-nav .mobile-menu-link{color:#ffffffb3}html[data-theme=dark] .mobile-nav-drawer .mobile-accordion-nav .mobile-menu-link:hover{background:#ffffff0f;color:#fff}html[data-theme=dark] .mobile-nav-drawer .mobile-accordion-nav .mobile-menu-link .link-icon{background:#ffffff14}@supports (padding-bottom: env(safe-area-inset-bottom)){.mobile-nav-drawer .mobile-accordion-nav{padding-bottom:calc(32px + env(safe-area-inset-bottom))}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.public-footer{position:relative}.public-footer:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#ffb25d,#ff9a3d,#ffb25d);background-size:200% 100%;animation:shimmer 6s linear infinite}.public-footer .footer-container{max-width:1200px;margin:0 auto;padding:0 32px}@media(max-width:768px){.public-footer .footer-container{padding:0 20px}}.public-footer .footer-cta-banner{background:linear-gradient(135deg,#1a2039,#252d47);padding:64px 0;position:relative;overflow:hidden}.public-footer .footer-cta-banner:before{content:"";position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(255,178,93,.1) 0%,transparent 70%);pointer-events:none}.public-footer .footer-cta-banner .cta-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:24px}.public-footer .footer-cta-banner .cta-text h2{color:#fff;font-size:32px;font-weight:700;margin:0 0 12px;letter-spacing:-.02em}@media(max-width:768px){.public-footer .footer-cta-banner .cta-text h2{font-size:26px}}.public-footer .footer-cta-banner .cta-text p{color:#fffc;font-size:17px;margin:0;max-width:500px}@media(max-width:768px){.public-footer .footer-cta-banner .cta-text p{font-size:15px}}.public-footer .footer-cta-banner .cta-buttons{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}.public-footer .footer-cta-banner .cta-buttons .cta-primary{height:48px;padding:0 28px;font-size:16px;font-weight:600;border-radius:12px;background:#fff!important;color:#1a2039!important;border:none!important;box-shadow:0 4px 16px #0003;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.public-footer .footer-cta-banner .cta-buttons .cta-primary:hover{transform:translateY(-3px);box-shadow:0 8px 24px #00000040}.public-footer .footer-cta-banner .cta-buttons .cta-primary .anticon{margin-right:8px}.public-footer .footer-cta-banner .cta-buttons .cta-secondary{height:48px;padding:0 28px;font-size:16px;font-weight:500;border-radius:12px;border:2px solid rgba(255,255,255,.3)!important;color:#fff!important;background:#ffffff0d;transition:all .3s ease}.public-footer .footer-cta-banner .cta-buttons .cta-secondary:hover{background:#ffffff1a;border-color:#ffffff80!important}.public-footer .footer-cta-banner .cta-subtext{color:#fff9!important;font-size:14px}.public-footer .footer-main{background:#fff;padding:64px 0 48px}@media(max-width:768px){.public-footer .footer-main{padding:48px 0 32px}}.public-footer .footer-grid{display:grid;grid-template-columns:1.4fr repeat(6,1fr);gap:32px}@media(max-width:1280px){.public-footer .footer-grid{grid-template-columns:repeat(4,1fr);gap:32px 24px}}@media(max-width:1024px){.public-footer .footer-grid{grid-template-columns:repeat(3,1fr);gap:28px 20px}}@media(max-width:768px){.public-footer .footer-grid{grid-template-columns:1fr 1fr;gap:32px 24px}}@media(max-width:480px){.public-footer .footer-grid{grid-template-columns:1fr;gap:28px}}@media(max-width:1200px){.public-footer .footer-brand{grid-column:1/-1;margin-bottom:16px}}.public-footer .footer-brand .footer-logo-link{display:inline-block;transition:transform .3s ease}.public-footer .footer-brand .footer-logo-link:hover{transform:scale(1.03)}.public-footer .footer-brand .footer-logo{height:40px;width:auto}.public-footer .footer-brand .footer-tagline{color:#8c8c8c!important;font-size:14px;line-height:1.6;margin:16px 0;max-width:280px}.public-footer .footer-brand .social-links{display:flex;gap:12px}.public-footer .footer-brand .social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:#fafbfc;color:#545e75;font-size:18px;transition:all .3s cubic-bezier(.34,1.56,.64,1);border:1px solid rgba(0,0,0,.04)}.public-footer .footer-brand .social-links a:hover{background:#ffb25d;color:#fff;transform:translateY(-3px);box-shadow:0 4px 12px #ffb25d4d}.public-footer .footer-nav .footer-nav-title{font-size:13px;font-weight:700;color:#262626;text-transform:uppercase;letter-spacing:.5px;margin:0 0 20px;padding-bottom:12px;position:relative}.public-footer .footer-nav .footer-nav-title:after{content:"";position:absolute;bottom:0;left:0;width:24px;height:2px;background:#ffb25d;border-radius:1px}.public-footer .footer-nav ul{list-style:none;padding:0;margin:0}.public-footer .footer-nav ul li{margin-bottom:12px}.public-footer .footer-nav ul li a{color:#545e75;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s ease;display:inline-flex;align-items:center;gap:6px}.public-footer .footer-nav ul li a:hover{color:#ffb25d;transform:translate(4px)}.public-footer .footer-nav ul li a .anticon{font-size:13px}.public-footer .footer-nav.company-nav .legal-links{margin-top:20px;padding-top:16px;border-top:1px solid rgba(0,0,0,.06);display:flex;align-items:center;gap:12px;font-size:13px}.public-footer .footer-nav.company-nav .legal-links a{color:#8c8c8c;text-decoration:none;transition:color .2s ease}.public-footer .footer-nav.company-nav .legal-links a:hover{color:#ffb25d}.public-footer .footer-nav.company-nav .legal-links span{color:#00000026}.public-footer .footer-bottom{background:#fafbfc;padding:24px 0;border-top:1px solid rgba(0,0,0,.06)}.public-footer .footer-bottom-content{display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap}@media(max-width:600px){.public-footer .footer-bottom-content{flex-direction:column;text-align:center}}.public-footer .footer-bottom-content .copyright{color:#8c8c8c!important;font-size:14px}.public-footer .footer-bottom-content .disclaimer{color:#8c8c8c!important;font-size:13px;font-style:italic}.footer-nav.regions-nav .region-list li{margin-bottom:10px}.footer-nav.regions-nav .region-link{display:inline-flex!important;align-items:center;gap:10px}.footer-nav.regions-nav .region-link .region-flag{font-size:18px;line-height:1}html[data-theme=dark] .public-footer:before{opacity:.7}html[data-theme=dark] .public-footer .footer-cta-banner{background:linear-gradient(135deg,#161b22,#21262d)}html[data-theme=dark] .public-footer .footer-cta-banner .cta-primary{background:#ffb25d!important;color:#0a0f1c!important}html[data-theme=dark] .public-footer .footer-cta-banner .cta-primary:hover{background:#ff9a3d!important}html[data-theme=dark] .public-footer .footer-main{background:#161b22}html[data-theme=dark] .public-footer .footer-brand .footer-tagline{color:#8b949e!important}html[data-theme=dark] .public-footer .footer-brand .social-links a{background:#21262d;color:#8b949e;border-color:#30363d}html[data-theme=dark] .public-footer .footer-brand .social-links a:hover{background:#ffb25d;color:#0a0f1c;border-color:#ffb25d}html[data-theme=dark] .public-footer .footer-nav .footer-nav-title{color:#c9d1d9}html[data-theme=dark] .public-footer .footer-nav ul li a{color:#8b949e}html[data-theme=dark] .public-footer .footer-nav ul li a:hover{color:#ffb25d}html[data-theme=dark] .public-footer .footer-nav.company-nav .legal-links{border-top-color:#30363d}html[data-theme=dark] .public-footer .footer-nav.company-nav .legal-links a{color:#6e7681}html[data-theme=dark] .public-footer .footer-nav.company-nav .legal-links a:hover{color:#ffb25d}html[data-theme=dark] .public-footer .footer-nav.company-nav .legal-links span{color:#30363d}html[data-theme=dark] .public-footer .footer-bottom{background:#0d1117;border-top-color:#30363d}html[data-theme=dark] .public-footer .footer-bottom .copyright,html[data-theme=dark] .public-footer .footer-bottom .disclaimer{color:#6e7681!important}.geo-detection-banner{position:fixed;bottom:24px;left:50%;transform:translate(-50%);z-index:1000;display:flex;align-items:center;gap:12px;padding:12px 16px 12px 20px;background:#1a2039;border-radius:12px;box-shadow:0 8px 32px #0003;animation:slideUp .4s ease-out;max-width:calc(100vw - 32px)}@keyframes slideUp{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.geo-detection-banner .banner-content{display:flex;align-items:center;gap:12px;flex-wrap:wrap}@media(max-width:480px){.geo-detection-banner .banner-content{gap:8px}}.geo-detection-banner .banner-icon{color:#ffb25d;font-size:18px;flex-shrink:0}@media(max-width:480px){.geo-detection-banner .banner-icon{display:none}}.geo-detection-banner .banner-message{color:#fff;font-size:14px;font-weight:500;display:flex;align-items:center;gap:8px}.geo-detection-banner .banner-message .region-flag{font-size:18px}@media(max-width:480px){.geo-detection-banner .banner-message{font-size:13px}}.geo-detection-banner .banner-link{display:inline-flex;align-items:center;padding:6px 14px;background:#ffb25d;color:#1a2039;font-size:13px;font-weight:600;border-radius:6px;text-decoration:none;transition:all .2s ease;white-space:nowrap}.geo-detection-banner .banner-link:hover{background:#ffc580;transform:translateY(-1px)}@media(max-width:480px){.geo-detection-banner .banner-link{padding:5px 10px;font-size:12px}}.geo-detection-banner .banner-close{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#ffffff1a;border:none;border-radius:6px;color:#fff9;cursor:pointer;transition:all .2s ease;flex-shrink:0}.geo-detection-banner .banner-close:hover{background:#fff3;color:#fff}.geo-detection-banner .banner-close .anticon{font-size:12px}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in-down{0%{opacity:0;transform:translateY(-24px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-in-left{0%{opacity:0;transform:translate(-24px)}to{opacity:1;transform:translate(0)}}@keyframes slide-in-right{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}@keyframes scale-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #ffb25d33}50%{box-shadow:0 0 40px #ffb25d66}}.public-layout{min-height:100vh;display:flex;flex-direction:column;background:#fafbfc;animation:fade-in .3s ease-out}.public-layout .public-main-content{flex:1}.public-layout .public-main-content>section:first-child{padding-top:0}.public-layout .section-header{text-align:center;margin-bottom:60px}.public-layout .section-header .section-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#ffb25d1a;border:1px solid rgba(255,178,93,.2);border-radius:100px;font-size:13px;font-weight:600;color:#ffb25d;text-transform:uppercase;letter-spacing:1px;margin-bottom:20px}.public-layout .section-header h1,.public-layout .section-header h2{font-weight:800;letter-spacing:-.02em;line-height:1.15;color:#262626;margin-bottom:16px}.public-layout .section-header h1{font-size:48px}@media(max-width:768px){.public-layout .section-header h1{font-size:36px}}.public-layout .section-header h2{font-size:40px}@media(max-width:768px){.public-layout .section-header h2{font-size:32px}}.public-layout .section-header .section-description{font-size:18px;color:#545e75;max-width:640px;margin:0 auto;line-height:1.6}@media(max-width:768px){.public-layout .section-header .section-description{font-size:16px}}.public-layout .premium-card{background:#fff;border-radius:20px;border:1px solid rgba(0,0,0,.06);padding:32px;transition:all .3s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden}.public-layout .premium-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#ffb25d,#ff9a3d);opacity:0;transition:opacity .3s ease}.public-layout .premium-card:hover{transform:translateY(-8px);box-shadow:0 24px 48px #0000001a,0 8px 16px #0000000f;border-color:#ffb25d33}.public-layout .premium-card:hover:before{opacity:1}.public-layout .btn-premium-primary{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 32px;background:linear-gradient(135deg,#ffb25d,#ff9a3d);color:#0a0f1c;font-size:16px;font-weight:700;border:none;border-radius:14px;cursor:pointer;transition:all .3s cubic-bezier(.34,1.56,.64,1);box-shadow:0 8px 24px #ffb25d4d,0 2px 4px #0000001a;position:relative;overflow:hidden}.public-layout .btn-premium-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.public-layout .btn-premium-primary:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 12px 32px #ffb25d66,0 4px 8px #0000001f}.public-layout .btn-premium-primary:hover:before{left:100%}.public-layout .btn-premium-primary:active{transform:translateY(-2px) scale(1)}.public-layout .btn-premium-secondary{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 32px;background:#fff;color:#262626;font-size:16px;font-weight:600;border:2px solid rgba(0,0,0,.06);border-radius:14px;cursor:pointer;transition:all .3s ease}.public-layout .btn-premium-secondary:hover{border-color:#ffb25d;color:#ffb25d;transform:translateY(-2px);box-shadow:0 8px 20px #00000014}.public-layout .feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}@media(max-width:992px){.public-layout .feature-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.public-layout .feature-grid{grid-template-columns:1fr}}.public-layout .feature-card{background:#fff;border-radius:20px;border:1px solid rgba(0,0,0,.06);padding:32px;text-align:center;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.public-layout .feature-card .feature-icon{width:72px;height:72px;margin:0 auto 24px;background:linear-gradient(135deg,#ffb25d1a,#ffb25d0d);border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:32px;color:#ffb25d;transition:all .3s ease}.public-layout .feature-card .feature-title{font-size:20px;font-weight:700;color:#262626;margin-bottom:12px}.public-layout .feature-card .feature-description{font-size:15px;color:#545e75;line-height:1.6}.public-layout .feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000014,0 8px 16px #0000000a}.public-layout .feature-card:hover .feature-icon{background:linear-gradient(135deg,#ffb25d,#ff9a3d);color:#fff;transform:scale(1.1) rotate(5deg)}.public-layout .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}@media(max-width:992px){.public-layout .stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.public-layout .stats-grid{grid-template-columns:1fr;gap:24px}}.public-layout .stat-card{text-align:center;padding:32px;background:#fff;border-radius:20px;border:1px solid rgba(0,0,0,.06);transition:all .3s ease}.public-layout .stat-card .stat-value{font-size:48px;font-weight:800;color:#ffb25d;line-height:1;margin-bottom:8px}@media(max-width:768px){.public-layout .stat-card .stat-value{font-size:36px}}.public-layout .stat-card .stat-label{font-size:15px;font-weight:600;color:#545e75;text-transform:uppercase;letter-spacing:.5px}.public-layout .stat-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000000f}.public-layout .testimonial-card{background:#fff;border-radius:20px;border:1px solid rgba(0,0,0,.06);padding:40px;position:relative}.public-layout .testimonial-card:before{content:'"';position:absolute;top:24px;left:32px;font-size:80px;font-family:Georgia,serif;color:#ffb25d26;line-height:1}.public-layout .testimonial-card .testimonial-content{font-size:18px;color:#262626;line-height:1.7;font-style:italic;margin-bottom:24px;position:relative;z-index:1}.public-layout .testimonial-card .testimonial-author{display:flex;align-items:center;gap:16px}.public-layout .testimonial-card .testimonial-author .author-avatar{width:56px;height:56px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:3px solid rgba(255,178,93,.2)}.public-layout .testimonial-card .testimonial-author .author-info .author-name{font-size:16px;font-weight:700;color:#262626}.public-layout .testimonial-card .testimonial-author .author-info .author-title{font-size:14px;color:#545e75}.public-layout .hero-section{position:relative;padding:120px 0;background:linear-gradient(165deg,#f8f9fb,#eef1f5);overflow:hidden}.public-layout .hero-section:before{content:"";position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,rgba(255,178,93,.06) 0%,transparent 70%);border-radius:50%}@media(max-width:768px){.public-layout .hero-section{padding:80px 0}}.public-layout .gradient-text{background:linear-gradient(135deg,#ffb25d,#ff9a3d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}html[data-theme=dark] .public-layout{background:#0d1117}html[data-theme=dark] .public-layout .section-header h1,html[data-theme=dark] .public-layout .section-header h2{color:#c9d1d9}html[data-theme=dark] .public-layout .section-header .section-description{color:#8b949e}html[data-theme=dark] .public-layout .premium-card,html[data-theme=dark] .public-layout .feature-card,html[data-theme=dark] .public-layout .stat-card,html[data-theme=dark] .public-layout .testimonial-card{background:#161b22;border-color:#30363d}html[data-theme=dark] .public-layout .premium-card:hover,html[data-theme=dark] .public-layout .feature-card:hover,html[data-theme=dark] .public-layout .stat-card:hover,html[data-theme=dark] .public-layout .testimonial-card:hover{border-color:#ffb25d4d}html[data-theme=dark] .public-layout .feature-title,html[data-theme=dark] .public-layout .testimonial-content,html[data-theme=dark] .public-layout .author-name{color:#c9d1d9}html[data-theme=dark] .public-layout .feature-description,html[data-theme=dark] .public-layout .stat-label,html[data-theme=dark] .public-layout .author-title{color:#8b949e}html[data-theme=dark] .public-layout .hero-section{background:linear-gradient(165deg,#161b22,#0d1117)}html[data-theme=dark] .public-layout .hero-section:before{background:radial-gradient(circle,rgba(255,178,93,.04) 0%,transparent 70%)}html[data-theme=dark] .public-layout .btn-premium-secondary{background:#21262d;border-color:#30363d;color:#c9d1d9}html[data-theme=dark] .public-layout .btn-premium-secondary:hover{border-color:#ffb25d;color:#ffb25d}.animate-fade-in{animation:fade-in .6s ease-out forwards}.animate-fade-in-up{animation:fade-in-up .6s ease-out forwards}.animate-slide-in-left{animation:slide-in-left .6s ease-out forwards}.animate-slide-in-right{animation:slide-in-right .6s ease-out forwards}.animate-scale-in{animation:scale-in .4s ease-out forwards}.animate-delay-1{animation-delay:.1s;opacity:0}.animate-delay-2{animation-delay:.2s;opacity:0}.animate-delay-3{animation-delay:.3s;opacity:0}.animate-delay-4{animation-delay:.4s;opacity:0}.animate-delay-5{animation-delay:.5s;opacity:0}.animate-delay-6{animation-delay:.6s;opacity:0}.animate-delay-7{animation-delay:.7s;opacity:0}.animate-delay-8{animation-delay:.8s;opacity:0}.animate-delay-9{animation-delay:.9s;opacity:0}.animate-delay-10{animation-delay:1s;opacity:0}.premium-blog-hub{min-height:100vh;background:#fafafa}.premium-blog-hub .blog-hero{position:relative;padding:120px 24px 80px;background:linear-gradient(135deg,#1a2039,#2e3856);overflow:hidden}.premium-blog-hub .blog-hero:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23FFB25D' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.4}.premium-blog-hub .blog-hero .hero-content{position:relative;z-index:1;max-width:800px;margin:0 auto;text-align:center;color:#fff}.premium-blog-hub .blog-hero .hero-content h1{font-size:56px!important;font-weight:800!important;line-height:1.2!important;margin-bottom:24px!important;color:#fff!important}@media(max-width:768px){.premium-blog-hub .blog-hero .hero-content h1{font-size:36px!important}}.premium-blog-hub .blog-hero .hero-content p,.premium-blog-hub .blog-hero .hero-content .ant-typography{font-size:20px!important;line-height:1.6!important;color:#fff!important;margin-bottom:40px!important;opacity:.95}@media(max-width:768px){.premium-blog-hub .blog-hero .hero-content p,.premium-blog-hub .blog-hero .hero-content .ant-typography{font-size:16px!important}}.premium-blog-hub .blog-hero .hero-content .hero-subtitle{font-size:20px!important;line-height:1.7!important;color:#fff!important;margin-bottom:40px!important;font-weight:400;max-width:700px;margin-left:auto;margin-right:auto}@media(max-width:768px){.premium-blog-hub .blog-hero .hero-content .hero-subtitle{font-size:16px!important;line-height:1.6!important}}.premium-blog-hub .blog-hero .hero-search{max-width:640px;margin:0 auto}.premium-blog-hub .blog-hero .hero-search .ant-input-search{display:flex;gap:0}.premium-blog-hub .blog-hero .hero-search .ant-input-search .ant-input-wrapper{display:flex}.premium-blog-hub .blog-hero .hero-search .ant-input-search .ant-input-wrapper .ant-input-affix-wrapper{flex:1;height:60px;border-radius:16px 0 0 16px;border:2px solid rgba(255,255,255,.25);border-right:none;background:#ffffff1a;backdrop-filter:blur(10px);padding:0 20px}.premium-blog-hub .blog-hero .hero-search .ant-input-search .ant-input-wrapper .ant-input-affix-wrapper .ant-input{font-size:17px;color:#fff;background:transparent}.premium-blog-hub .blog-hero .hero-search .ant-input-search .ant-input-wrapper .ant-input-affix-wrapper .ant-input::-moz-placeholder{color:#fff9}.premium-blog-hub .blog-hero .hero-search .ant-input-search .ant-input-wrapper .ant-input-affix-wrapper .ant-input::placeholder{color:#fff9}.premium-blog-hub .blog-hero .hero-search .ant-input-search .ant-input-wrapper .ant-input-affix-wrapper .ant-input-prefix{color:#ffffffb3;font-size:18px;margin-right:12px}.premium-blog-hub .blog-hero .hero-search .ant-input-search .ant-input-wrapper .ant-input-affix-wrapper:hover,.premium-blog-hub .blog-hero .hero-search .ant-input-search .ant-input-wrapper .ant-input-affix-wrapper:focus-within{border-color:#ffb25d80;background:#ffffff26}.premium-blog-hub .blog-hero .hero-search .ant-input-search .ant-input-wrapper .ant-input-group-addon .ant-btn{height:60px;width:60px;border-radius:0 16px 16px 0;background:linear-gradient(135deg,#ffb25d,#ff9a3d);border:2px solid #FFB25D;border-left:none;font-size:20px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.premium-blog-hub .blog-hero .hero-search .ant-input-search .ant-input-wrapper .ant-input-group-addon .ant-btn:hover{background:linear-gradient(135deg,#ffc580,#ffb25d);transform:scale(1.02)}.premium-blog-hub .blog-hero .hero-search .ant-input-search .ant-input-wrapper .ant-input-group-addon .ant-btn .anticon{color:#1a2039;font-weight:700}.premium-blog-hub .blog-hero .hero-stats{margin-top:48px;display:flex;justify-content:center;gap:48px;flex-wrap:wrap}.premium-blog-hub .blog-hero .hero-stats .stat-item{text-align:center}.premium-blog-hub .blog-hero .hero-stats .stat-item .stat-value{font-size:32px;font-weight:700;color:#ffb25d;display:block}.premium-blog-hub .blog-hero .hero-stats .stat-item .stat-label{font-size:14px;color:#fffc;margin-top:8px}.premium-blog-hub .category-pills{padding:32px 24px;background:#fff;border-bottom:1px solid #E8E8E8;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #0000000d}.premium-blog-hub .category-pills .pills-container{max-width:1400px;margin:0 auto;display:flex;gap:12px;overflow-x:auto;padding-bottom:8px}.premium-blog-hub .category-pills .pills-container::-webkit-scrollbar{height:6px}.premium-blog-hub .category-pills .pills-container::-webkit-scrollbar-track{background:#f5f5f5;border-radius:3px}.premium-blog-hub .category-pills .pills-container::-webkit-scrollbar-thumb{background:#ffb25d;border-radius:3px}.premium-blog-hub .category-pills .pills-container .category-pill{flex-shrink:0;height:40px;padding:0 24px;border-radius:20px;border:2px solid #E8E8E8;background:#fff;color:#666;font-weight:600;transition:all .3s ease;cursor:pointer}.premium-blog-hub .category-pills .pills-container .category-pill:hover{border-color:#ffb25d;color:#ffb25d;transform:translateY(-2px)}.premium-blog-hub .category-pills .pills-container .category-pill.active{background:linear-gradient(135deg,#1a2039,#2e3856);border-color:#1a2039;color:#fff}.premium-blog-hub .featured-section{padding:60px 24px;background:#fff}.premium-blog-hub .featured-section .section-title{font-size:36px!important;font-weight:700!important;color:#1a2039!important;margin-bottom:32px!important;text-align:center}.premium-blog-hub .featured-section .featured-card{border-radius:20px;overflow:hidden;box-shadow:0 8px 24px #0000001a;cursor:pointer;transition:all .3s ease}.premium-blog-hub .featured-section .featured-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #00000026}.premium-blog-hub .featured-section .featured-card .featured-image{height:400px;background:linear-gradient(135deg,#1a2039,#2e3856);position:relative;overflow:hidden}.premium-blog-hub .featured-section .featured-card .featured-image:after{content:"";position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(to top,rgba(0,0,0,.5),transparent)}.premium-blog-hub .featured-section .featured-card .featured-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.premium-blog-hub .featured-section .featured-card .featured-content{padding:40px}.premium-blog-hub .featured-section .featured-card .featured-content .featured-badge{background:#ffb25d;color:#fff;font-weight:700;padding:6px 16px;border-radius:6px;font-size:12px;letter-spacing:1px}.premium-blog-hub .featured-section .featured-card .featured-content h2{font-size:32px!important;font-weight:700!important;line-height:1.3!important;color:#1a2039!important;margin:16px 0!important}.premium-blog-hub .featured-section .featured-card .featured-content .excerpt{font-size:18px;line-height:1.6;color:#666;margin-bottom:24px}.premium-blog-hub .featured-section .featured-card .featured-content .meta{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.premium-blog-hub .featured-section .featured-card .featured-content .meta .author-info{display:flex;align-items:center;gap:12px}.premium-blog-hub .featured-section .featured-card .featured-content .meta .author-info .avatar{width:48px;height:48px;border-radius:50%;background:#ffb25d;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff}.premium-blog-hub .featured-section .featured-card .featured-content .meta .author-info .author-details .author-name{font-weight:600;color:#1a2039;display:block}.premium-blog-hub .featured-section .featured-card .featured-content .meta .author-info .author-details .author-title{font-size:13px;color:#666}.premium-blog-hub .featured-section .featured-card .featured-content .meta .meta-item{display:flex;align-items:center;gap:6px;color:#666}.premium-blog-hub .featured-section .featured-card .featured-content .meta .meta-item .anticon{color:#ffb25d}.premium-blog-hub .articles-grid{padding:60px 24px 100px;background:#fafafa}.premium-blog-hub .articles-grid .grid-container{max-width:1400px;margin:0 auto}.premium-blog-hub .articles-grid .article-card{height:100%;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #00000014;transition:all .3s ease;cursor:pointer;background:#fff}.premium-blog-hub .articles-grid .article-card:hover{transform:translateY(-6px);box-shadow:0 8px 20px #0000001f}.premium-blog-hub .articles-grid .article-card:hover .article-image img{transform:scale(1.05)}.premium-blog-hub .articles-grid .article-card .article-image{height:220px;overflow:hidden;background:linear-gradient(135deg,#ffb25d,#ff9a3d);position:relative}.premium-blog-hub .articles-grid .article-card .article-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.premium-blog-hub .articles-grid .article-card .article-image .article-badge{position:absolute;top:16px;left:16px;background:#000000b3;backdrop-filter:blur(10px);color:#fff;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:600}.premium-blog-hub .articles-grid .article-card .article-content{padding:24px}.premium-blog-hub .articles-grid .article-card .article-content .category{color:#ffb25d;font-weight:600;font-size:13px;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.premium-blog-hub .articles-grid .article-card .article-content h3{font-size:20px!important;font-weight:700!important;line-height:1.4!important;color:#1a2039!important;margin-bottom:12px!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.premium-blog-hub .articles-grid .article-card .article-content .excerpt{font-size:14px;line-height:1.6;color:#666;margin-bottom:20px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.premium-blog-hub .articles-grid .article-card .article-content .article-footer{display:flex;align-items:center;justify-content:space-between;padding-top:16px;border-top:1px solid #F0F0F0}.premium-blog-hub .articles-grid .article-card .article-content .article-footer .author{font-size:13px;font-weight:600;color:#1a2039}.premium-blog-hub .articles-grid .article-card .article-content .article-footer .read-time{font-size:13px;color:#666}.premium-blog-hub .newsletter-section{padding:80px 24px;background:linear-gradient(135deg,#1a2039,#2e3856);position:relative;overflow:hidden}.premium-blog-hub .newsletter-section:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23FFB25D' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.4}.premium-blog-hub .newsletter-section .newsletter-container{max-width:800px;margin:0 auto;text-align:center;position:relative;z-index:1}.premium-blog-hub .newsletter-section .newsletter-container h2{font-size:40px!important;font-weight:700!important;color:#fff!important;margin-bottom:16px!important}.premium-blog-hub .newsletter-section .newsletter-container p{font-size:18px;line-height:1.6;color:#ffffffe6;margin-bottom:40px}.premium-blog-hub .newsletter-section .newsletter-container .newsletter-form{display:flex;gap:12px;max-width:600px;margin:0 auto}@media(max-width:768px){.premium-blog-hub .newsletter-section .newsletter-container .newsletter-form{flex-direction:column}}.premium-blog-hub .newsletter-section .newsletter-container .newsletter-form .ant-input{height:56px;border-radius:12px;font-size:16px;border:2px solid rgba(255,255,255,.2);background:#ffffff1a;color:#fff}.premium-blog-hub .newsletter-section .newsletter-container .newsletter-form .ant-input::-moz-placeholder{color:#fff9}.premium-blog-hub .newsletter-section .newsletter-container .newsletter-form .ant-input::placeholder{color:#fff9}.premium-blog-hub .newsletter-section .newsletter-container .newsletter-form .ant-btn{height:56px;padding:0 32px;border-radius:12px;background:#ffb25d;border:none;font-weight:700;font-size:16px;white-space:nowrap}.premium-blog-hub .newsletter-section .newsletter-container .newsletter-form .ant-btn:hover{background:#ffc580;transform:translateY(-2px);box-shadow:0 8px 16px #ffb25d4d}.premium-blog-hub .newsletter-section .newsletter-container .newsletter-trust{margin-top:24px;font-size:14px;color:#ffffffb3}.premium-blog-hub .author-page .author-header{padding:80px 24px;background:#fff;border-bottom:1px solid #E8E8E8}.premium-blog-hub .author-page .author-header .author-profile{max-width:800px;margin:0 auto;display:flex;align-items:center;gap:40px}@media(max-width:768px){.premium-blog-hub .author-page .author-header .author-profile{flex-direction:column;text-align:center}}.premium-blog-hub .author-page .author-header .author-profile .author-avatar{width:150px;height:150px;border-radius:50%;background:linear-gradient(135deg,#ffb25d,#ff9a3d);display:flex;align-items:center;justify-content:center;font-size:48px;font-weight:700;color:#fff;flex-shrink:0}.premium-blog-hub .author-page .author-header .author-profile .author-info{flex:1}.premium-blog-hub .author-page .author-header .author-profile .author-info h1{font-size:40px!important;font-weight:700!important;color:#1a2039!important;margin-bottom:8px!important}.premium-blog-hub .author-page .author-header .author-profile .author-info .author-title{font-size:18px;color:#ffb25d;font-weight:600;margin-bottom:16px}.premium-blog-hub .author-page .author-header .author-profile .author-info .author-bio{font-size:16px;line-height:1.6;color:#666;margin-bottom:24px}.premium-blog-hub .author-page .author-header .author-profile .author-info .author-stats{display:flex;gap:32px}@media(max-width:768px){.premium-blog-hub .author-page .author-header .author-profile .author-info .author-stats{justify-content:center}}.premium-blog-hub .author-page .author-header .author-profile .author-info .author-stats .stat{text-align:center}.premium-blog-hub .author-page .author-header .author-profile .author-info .author-stats .stat .stat-value{font-size:24px;font-weight:700;color:#1a2039;display:block}.premium-blog-hub .author-page .author-header .author-profile .author-info .author-stats .stat .stat-label{font-size:13px;color:#666;margin-top:4px}.premium-blog-hub .category-page .category-header{padding:100px 24px 60px;background:linear-gradient(135deg,#1a2039,#2e3856);text-align:center;color:#fff}.premium-blog-hub .category-page .category-header .category-icon{font-size:64px;color:#ffb25d;margin-bottom:24px}.premium-blog-hub .category-page .category-header h1{font-size:48px!important;font-weight:700!important;color:#fff!important;margin-bottom:16px!important}.premium-blog-hub .category-page .category-header .category-description{font-size:18px;line-height:1.6;color:#ffffffe6;max-width:700px;margin:0 auto 24px}.premium-blog-hub .category-page .category-header .category-count{font-size:14px;color:#ffffffb3}.premium-blog-hub .search-results .search-header{padding:60px 24px 40px;background:#fff;border-bottom:1px solid #E8E8E8}.premium-blog-hub .search-results .search-header .search-info{max-width:1400px;margin:0 auto}.premium-blog-hub .search-results .search-header .search-info h1{font-size:32px!important;font-weight:700!important;color:#1a2039!important;margin-bottom:16px!important}.premium-blog-hub .search-results .search-header .search-info .results-count{font-size:16px;color:#666}html[data-theme=dark] .premium-blog-hub{background:#0d1117}html[data-theme=dark] .premium-blog-hub .category-pills{background:#161b22;border-color:#30363d}html[data-theme=dark] .premium-blog-hub .category-pills .category-pill{background:#1c2128;border-color:#30363d;color:#c9d1d9}html[data-theme=dark] .premium-blog-hub .category-pills .category-pill:hover{border-color:#ffb25d;color:#ffb25d}html[data-theme=dark] .premium-blog-hub .category-pills .category-pill.active{background:linear-gradient(135deg,#1a2039,#2e3856);color:#fff}html[data-theme=dark] .premium-blog-hub .featured-section,html[data-theme=dark] .premium-blog-hub .search-header{background:#161b22}html[data-theme=dark] .premium-blog-hub .featured-section .section-title,html[data-theme=dark] .premium-blog-hub .featured-section h1,html[data-theme=dark] .premium-blog-hub .search-header .section-title,html[data-theme=dark] .premium-blog-hub .search-header h1{color:#c9d1d9!important}html[data-theme=dark] .premium-blog-hub .featured-section .featured-card,html[data-theme=dark] .premium-blog-hub .search-header .featured-card{background:#1c2128;border:1px solid #30363D}html[data-theme=dark] .premium-blog-hub .featured-section .featured-card .featured-content h2,html[data-theme=dark] .premium-blog-hub .search-header .featured-card .featured-content h2{color:#c9d1d9!important}html[data-theme=dark] .premium-blog-hub .featured-section .featured-card .featured-content .excerpt,html[data-theme=dark] .premium-blog-hub .search-header .featured-card .featured-content .excerpt{color:#8b949e}html[data-theme=dark] .premium-blog-hub .featured-section .featured-card .featured-content .meta .author-name,html[data-theme=dark] .premium-blog-hub .search-header .featured-card .featured-content .meta .author-name{color:#c9d1d9}html[data-theme=dark] .premium-blog-hub .featured-section .featured-card .featured-content .meta .author-title,html[data-theme=dark] .premium-blog-hub .featured-section .featured-card .featured-content .meta .meta-item,html[data-theme=dark] .premium-blog-hub .search-header .featured-card .featured-content .meta .author-title,html[data-theme=dark] .premium-blog-hub .search-header .featured-card .featured-content .meta .meta-item{color:#8b949e}html[data-theme=dark] .premium-blog-hub .articles-grid{background:#0d1117}html[data-theme=dark] .premium-blog-hub .articles-grid .article-card{background:#1c2128;border:1px solid #30363D}html[data-theme=dark] .premium-blog-hub .articles-grid .article-card .article-content h3{color:#c9d1d9!important}html[data-theme=dark] .premium-blog-hub .articles-grid .article-card .article-content .excerpt{color:#8b949e}html[data-theme=dark] .premium-blog-hub .articles-grid .article-card .article-content .article-footer{border-color:#30363d}html[data-theme=dark] .premium-blog-hub .articles-grid .article-card .article-content .article-footer .author{color:#c9d1d9}html[data-theme=dark] .premium-blog-hub .articles-grid .article-card .article-content .article-footer .read-time{color:#8b949e}html[data-theme=dark] .premium-blog-hub .author-page .author-header{background:#161b22;border-color:#30363d}html[data-theme=dark] .premium-blog-hub .author-page .author-header .author-info h1{color:#c9d1d9!important}html[data-theme=dark] .premium-blog-hub .author-page .author-header .author-info .author-bio{color:#8b949e}html[data-theme=dark] .premium-blog-hub .author-page .author-header .author-info .author-stats .stat .stat-value{color:#c9d1d9}html[data-theme=dark] .premium-blog-hub .author-page .author-header .author-info .author-stats .stat .stat-label{color:#8b949e}
