@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap');

*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Inter',sans-serif;background:#fff;color:#1d1d1f;font-size:15px;line-height:1.6;overflow-x:hidden;cursor:auto}

/* NAV */
nav.st-nav{background:rgba(255,255,255,.93);backdrop-filter:blur(24px);height:58px;padding:0 48px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:200;border-bottom:.5px solid rgba(0,0,0,.07);transition:box-shadow .3s}
nav.st-nav.scrolled{box-shadow:0 4px 24px rgba(0,0,0,.06)}
.nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none}
.nav-logo-mark{width:32px;height:32px;background:#14a0dc;border-radius:8px;display:flex;align-items:center;justify-content:center}
.nav-logo-mark svg{width:18px;height:18px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round}
.nav-logo-text{font-size:16px;font-weight:600;color:#1d1d1f;letter-spacing:-.4px}
.nav-logo-text span{color:#14a0dc}
.nav-center{display:flex;align-items:center;gap:4px}
.nav-link{font-size:13px;color:#6e6e73;text-decoration:none;padding:6px 14px;border-radius:8px;transition:color .2s,background .2s;cursor:auto}
.nav-link:hover,.nav-link.active{color:#1d1d1f;background:rgba(0,0,0,.04)}
.nav-link.active{color:#14a0dc;background:rgba(20,160,220,.07)}
.nav-dropdown{position:relative}
.nav-dropdown-toggle{display:flex;align-items:center;gap:4px;font-size:13px;color:#6e6e73;padding:6px 14px;border-radius:8px;cursor:auto;border:none;font-family:inherit;background:none;transition:color .2s,background .2s}
.nav-dropdown-toggle:hover{color:#1d1d1f;background:rgba(0,0,0,.04)}
.nav-dropdown-toggle svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;transition:transform .2s}
.nav-dropdown:hover .nav-dropdown-toggle svg{transform:rotate(180deg)}
.dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;background:#fff;border:.5px solid rgba(0,0,0,.1);border-radius:14px;padding:8px;min-width:200px;opacity:0;pointer-events:none;transform:translateY(-6px);transition:opacity .2s,transform .2s;box-shadow:0 8px 32px rgba(0,0,0,.1)}
.nav-dropdown:hover .dropdown-menu{opacity:1;pointer-events:all;transform:translateY(0)}
.dropdown-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;text-decoration:none;color:#1d1d1f;font-size:13px;transition:background .15s;cursor:auto}
.dropdown-item:hover,.dropdown-item.active{background:#f5f5f7}
.dropdown-item.active .dropdown-item-label{color:#14a0dc}
.dropdown-item-icon{width:28px;height:28px;border-radius:7px;background:rgba(20,160,220,.1);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.dropdown-item-icon svg{width:14px;height:14px;stroke:#14a0dc;fill:none;stroke-width:1.5;stroke-linecap:round}
.dropdown-item-label{font-weight:500;font-size:13px}
.dropdown-item-sub{font-size:11px;color:#6e6e73;margin-top:1px}
.nav-right{display:flex;align-items:center;gap:10px}
.lang-toggle{font-size:12px;color:#6e6e73;border:none;background:none;cursor:auto;font-family:inherit;padding:6px 10px;border-radius:8px;transition:background .2s}
.lang-toggle:hover{background:rgba(0,0,0,.04)}
.nav-cta{background:#14a0dc;color:#fff;border:none;padding:8px 20px;border-radius:20px;font-size:13px;font-weight:500;cursor:auto;font-family:inherit;transition:opacity .2s,transform .2s}
.nav-cta:hover{opacity:.85;transform:translateY(-1px)}
.nav-hamburger{display:none;flex-direction:column;gap:5px;padding:8px;border:none;background:none;cursor:pointer}
.nav-hamburger span{display:block;width:22px;height:2px;background:#1d1d1f;border-radius:2px}
.mobile-menu{display:none;position:fixed;inset:58px 0 0 0;background:rgba(255,255,255,.97);backdrop-filter:blur(20px);z-index:190;padding:24px;flex-direction:column;gap:8px;overflow-y:auto}
.mobile-menu.open{display:flex}
.mobile-link{font-size:16px;font-weight:500;color:#1d1d1f;text-decoration:none;padding:14px 16px;border-radius:12px;transition:background .2s}
.mobile-link:hover{background:#f5f5f7}
.mobile-link.sub{font-size:14px;font-weight:400;color:#6e6e73;padding-left:32px}
.mobile-divider{height:.5px;background:rgba(0,0,0,.07);margin:8px 0}
.mobile-cta{background:#14a0dc;color:#fff;text-align:center;padding:16px;border-radius:14px;font-size:15px;font-weight:500;text-decoration:none;margin-top:8px}

/* FOOTER */
.st-footer{background:#2a2a2a;padding:64px 48px 36px}
.st-footer .footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}
.st-footer .footer-brand-name{font-size:16px;font-weight:600;color:#fff}
.st-footer .footer-brand-name span{color:#14a0dc}
.st-footer .footer-brand p{font-size:13px;color:rgba(255,255,255,.35);font-weight:300;line-height:1.7;margin-top:12px;max-width:220px}
.st-footer .footer-col h5{font-size:11px;font-weight:600;color:rgba(255,255,255,.4);letter-spacing:1.5px;text-transform:uppercase;margin-bottom:16px}
.st-footer .footer-col a{display:block;font-size:13px;color:rgba(255,255,255,.4);text-decoration:none;margin-bottom:10px;transition:color .2s;cursor:auto}
.st-footer .footer-col a:hover{color:#fff}
.st-footer .footer-bottom{border-top:.5px solid rgba(255,255,255,.07);padding-top:24px;display:flex;align-items:center;justify-content:space-between}
.st-footer .footer-copy{font-size:12px;color:rgba(255,255,255,.22)}
.st-footer .footer-legal{display:flex;gap:24px}
.st-footer .footer-legal a{font-size:12px;color:rgba(255,255,255,.22);text-decoration:none;cursor:auto;transition:color .2s}
.st-footer .footer-legal a:hover{color:rgba(255,255,255,.6)}

/* SHARED */
.reveal{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s ease}
.reveal.on{opacity:1;transform:translateY(0)}
.d1{transition-delay:.1s}.d2{transition-delay:.2s}.d3{transition-delay:.3s}.d4{transition-delay:.4s}.d5{transition-delay:.5s}
.breadcrumb{display:flex;align-items:center;gap:8px;font-size:12px;color:#b0b0b8;margin-bottom:20px}
.breadcrumb a{color:#b0b0b8;text-decoration:none;cursor:auto;transition:color .2s}
.breadcrumb a:hover{color:#14a0dc}

/* BLOG POSTS (WordPress) */
.st-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1000px;margin:0 auto}
.st-post-card{border-radius:18px;overflow:hidden;background:#f5f5f7;cursor:auto;transition:transform .25s,box-shadow .25s;text-decoration:none;display:block;color:inherit}
.st-post-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px rgba(0,0,0,.08)}
.st-post-thumb{height:160px;background:linear-gradient(135deg,#0d7aad,#14a0dc);display:flex;align-items:center;justify-content:center;overflow:hidden}
.st-post-thumb img{width:100%;height:100%;object-fit:cover}
.st-post-body{padding:20px 22px 22px}
.st-post-cat{font-size:11px;font-weight:600;color:#14a0dc;letter-spacing:1px;text-transform:uppercase;margin-bottom:8px}
.st-post-body h3{font-size:16px;font-weight:500;color:#1d1d1f;line-height:1.35;margin-bottom:8px}
.st-post-body p{font-size:13px;color:#6e6e73;font-weight:300;line-height:1.55;margin-bottom:14px}
.st-post-footer{display:flex;align-items:center;justify-content:space-between;padding-top:12px;border-top:.5px solid rgba(0,0,0,.07)}
.st-post-date{font-size:11px;color:#b0b0b8}
.st-post-read{font-size:11px;color:#14a0dc;font-weight:500}

/* SINGLE POST */
.st-single-hero{background:#f5f5f7;padding:64px 48px 48px}
.st-single-layout{display:grid;grid-template-columns:1fr 280px;gap:60px;max-width:1000px;margin:0 auto;padding:60px 48px 100px}
.st-post-content{font-size:16px;color:#3c3c3c;font-weight:300;line-height:1.75}
.st-post-content h2{font-size:clamp(22px,3vw,30px);font-weight:300;letter-spacing:-1px;color:#1d1d1f;margin:48px 0 16px}
.st-post-content h2 strong{font-weight:600;color:#14a0dc}
.st-post-content h3{font-size:18px;font-weight:500;color:#1d1d1f;margin:32px 0 12px}
.st-post-content p{margin-bottom:20px}
.st-post-content ul{margin:16px 0 20px;display:flex;flex-direction:column;gap:8px;list-style:none;padding:0}
.st-post-content ul li{padding-left:20px;position:relative}
.st-post-content ul li::before{content:'';position:absolute;left:0;top:10px;width:6px;height:6px;background:#14a0dc;border-radius:50%}
.st-callout{background:#f5f5f7;border-left:3px solid #14a0dc;border-radius:0 12px 12px 0;padding:20px 24px;margin:28px 0}
.st-callout p{margin:0;font-size:15px;color:#1d1d1f;font-weight:400}
.st-toc{position:sticky;top:80px;align-self:start}
.st-toc h4{font-size:12px;font-weight:600;color:#1d1d1f;letter-spacing:.5px;text-transform:uppercase;margin-bottom:16px;padding-bottom:12px;border-bottom:.5px solid rgba(0,0,0,.08)}
.st-toc-list{display:flex;flex-direction:column;gap:2px}
.st-toc-item{font-size:13px;color:#6e6e73;text-decoration:none;padding:7px 12px;border-left:2px solid transparent;transition:color .2s,border-color .2s,background .2s;cursor:auto}
.st-toc-item:hover,.st-toc-item.active{color:#14a0dc;border-left-color:#14a0dc;background:rgba(20,160,220,.05)}

/* RESPONSIVE */
@media(max-width:900px){
  nav.st-nav{padding:0 24px}
  .nav-center,.nav-right .lang-toggle,.nav-right .nav-cta{display:none}
  .nav-hamburger{display:flex}
  .st-blog-grid{grid-template-columns:repeat(2,1fr)}
  .st-single-layout{grid-template-columns:1fr;padding:48px 24px 60px}
  .st-toc{display:none}
  .st-footer{padding:48px 24px 28px}
  .st-footer .footer-top{grid-template-columns:1fr 1fr;gap:32px}
}
@media(max-width:600px){
  .st-blog-grid{grid-template-columns:1fr}
  .st-footer .footer-top{grid-template-columns:1fr}
  .st-footer .footer-bottom{flex-direction:column;gap:12px;text-align:center}
  .st-footer .footer-legal{justify-content:center}
}
/* Hide duplicate cursor elements from page content */
#cur, #ring { display: none !important; }

/* Fix SVG sizing - prevent unrestyled SVGs from being huge */
svg { max-width: 100%; }

/* Fix body - remove cursor:none properly */
body { cursor: auto !important; }

/* WordPress admin bar compensation */
html { margin-top: 0 !important; }
@media screen { html { margin-top: 32px !important; } }
@media screen and (max-width: 782px) { html { margin-top: 46px !important; } }
