*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}:root{--color-bg: #03040f;--color-navy: #03040f;--color-surface: #060918;--color-surface-2: #0b1230;--color-blue: #60a5fa;--color-blue-dark: #3b82f6;--color-blue-rgb: 96, 165, 250;--color-purple: #c084fc;--color-text: #f8fafc;--color-text-muted: #94a3b8;--color-text-dim: #475569;--color-border: rgba(59, 130, 246, .12);--color-border-glow: rgba(59, 130, 246, .3);--font-sans: "IBM Plex Sans", sans-serif;--font-mono: "IBM Plex Mono", monospace;--navy-deepest: #03040f;--navy-deep: #060918;--navy-mid: #0b1230;--blue-neon: #3b82f6;--blue-glow: #60a5fa;--purple-neon: #a855f7;--purple-glow: #c084fc;--white: #f8fafc;--white-muted: #94a3b8;--white-dim: #64748b;--border-dim: rgba(59,130,246,.12);--border-glow: rgba(59,130,246,.3)}body{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);line-height:1.7;-webkit-font-smoothing:antialiased}a{color:var(--color-blue);text-decoration:none}a:hover{text-decoration:underline}strong{color:var(--color-text);font-weight:600}.container{max-width:1100px;margin:0 auto;padding:0 clamp(1.25rem,5vw,3rem)}#navbar{position:sticky;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(1.5rem,5vw,5rem);height:64px;background:#03040fe0;backdrop-filter:blur(18px) saturate(1.4);border-bottom:1px solid var(--border-dim);transition:border-color .3s,background .3s}.nav-logo{display:flex;align-items:center;gap:.55rem;text-decoration:none}.logo-text{font-size:1rem;font-weight:700;letter-spacing:-.01em;color:var(--white)}.logo-text span{background:linear-gradient(135deg,var(--blue-glow),var(--purple-glow));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-links{position:fixed;top:0;left:50%;transform:translate(-50%);height:64px;display:flex;align-items:center;gap:2.2rem;list-style:none;z-index:101}.nav-links a{font-size:.83rem;font-weight:500;letter-spacing:.02em;color:var(--white-muted);text-decoration:none;font-family:IBM Plex Mono,monospace;position:relative;padding-bottom:2px;transition:color .2s}.nav-links a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:linear-gradient(90deg,var(--blue-neon),var(--purple-neon));transition:width .25s}.nav-links a:hover{color:var(--white)}.nav-links a:hover:after{width:100%}.btn-nav{display:inline-flex;align-items:center;gap:.35rem;padding:.45rem 1.1rem;background:linear-gradient(135deg,var(--blue-neon),var(--purple-neon));color:var(--white);font-size:.8rem;font-weight:600;letter-spacing:.02em;border:none;border-radius:5px;cursor:pointer;text-decoration:none;transition:opacity .2s,transform .15s}.btn-nav:hover{opacity:.9;transform:translateY(-1px);text-decoration:none}.nav-hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem;z-index:101}.nav-hamburger span{width:22px;height:1.5px;background:var(--white-muted);border-radius:2px;transition:transform .3s,opacity .3s;display:block}.nav-hamburger.open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.nav-hamburger.open span:nth-child(2){opacity:0}.nav-hamburger.open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.nav-close{display:none}@media(max-width:640px){.nav-hamburger{display:flex;z-index:10000}.nav-links{display:none;position:fixed;inset:0;transform:none;height:auto;background:#03040f;flex-direction:column;align-items:center;justify-content:center;gap:2.5rem;z-index:9999}.nav-links.open{display:flex}.nav-links a{font-size:1.2rem}.nav-close{display:block;position:absolute;top:1.2rem;right:1.5rem;background:none;border:none;color:var(--white-muted);cursor:pointer;padding:.5rem;line-height:0;transition:color .2s}.nav-close:hover{color:var(--white)}.btn-nav{display:none}}footer{padding:4rem clamp(1.5rem,5vw,5rem) 2rem;border-top:1px solid var(--border-dim);background:#03040fe6;position:relative;z-index:5}.footer-top{display:flex;justify-content:space-between;gap:3rem;flex-wrap:wrap;margin-bottom:3rem}.footer-brand-name{font-size:1rem;font-weight:700;color:var(--white);text-decoration:none;display:block;margin-bottom:.7rem;letter-spacing:-.01em}.footer-brand-name span{background:linear-gradient(135deg,var(--blue-glow),var(--purple-glow));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-brand-desc{font-size:.83rem;color:var(--white-dim);line-height:1.65;max-width:280px;font-weight:300}.footer-col h3{font-family:IBM Plex Mono,monospace;font-size:.65rem;letter-spacing:.14em;text-transform:uppercase;color:var(--white-muted);margin-bottom:1rem}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.55rem}.footer-col ul a{font-size:.83rem;color:var(--white-dim);text-decoration:none;transition:color .2s,padding-left .2s}.footer-col ul a:hover{color:var(--blue-glow);padding-left:4px}.footer-bottom{border-top:1px solid var(--border-dim);padding-top:1.8rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-copy{font-size:.78rem;color:var(--white-dim);font-family:IBM Plex Mono,monospace}.btn-primary,.btn-secondary{display:inline-block;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;font-size:.9rem;text-decoration:none;transition:opacity .2s,transform .15s;cursor:pointer}.btn-primary{background:var(--color-blue);color:#03040f}.btn-primary:hover{opacity:.9;transform:translateY(-1px);text-decoration:none}.btn-secondary{background:transparent;color:var(--color-text);border:1px solid var(--color-border-glow)}.btn-secondary:hover{background:rgba(var(--color-blue-rgb),.1);text-decoration:none}.breadcrumb{font-size:.85rem;color:var(--color-text-muted);margin-bottom:1.5rem;font-family:var(--font-mono);letter-spacing:.02em}.breadcrumb a{color:var(--color-text-muted);text-decoration:none}.breadcrumb a:hover{color:var(--color-blue)}.hero-section{padding:5rem 0 4rem;background:linear-gradient(135deg,var(--color-navy) 0%,var(--color-surface-2) 100%)}.badge-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.badge{display:inline-block;padding:.3rem .8rem;background:rgba(var(--color-blue-rgb),.12);border:1px solid rgba(var(--color-blue-rgb),.25);border-radius:100px;font-size:.78rem;color:var(--color-blue);font-family:var(--font-mono);letter-spacing:.04em}.hero-title{font-size:clamp(2rem,5vw,3.2rem);font-weight:700;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.03em}.hero-accent{color:var(--color-blue)}.hero-subtitle{font-size:1.05rem;color:var(--color-text-muted);max-width:640px;margin-bottom:2.5rem;line-height:1.75;font-weight:300}.hero-ctas{display:flex;gap:1rem;flex-wrap:wrap}.section{padding:5rem 0}.section-alt{background:var(--color-surface)}.section-title{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700;margin-bottom:.75rem;text-align:center;letter-spacing:-.02em}.section-subtitle{text-align:center;color:var(--color-text-muted);max-width:640px;margin:0 auto 3rem;line-height:1.7;font-weight:300}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-top:2.5rem}.feature-card{padding:1.5rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;transition:border-color .2s}.feature-card:hover{border-color:var(--color-border-glow)}.section-alt .feature-card{background:var(--color-bg)}.feature-icon{font-size:1.5rem;margin-bottom:.75rem}.feature-card h3{font-size:1rem;font-weight:600;margin-bottom:.5rem}.feature-card p{font-size:.9rem;color:var(--color-text-muted);line-height:1.6;margin:0}.services-list{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.service-item{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;padding:2rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:8px;transition:border-color .2s}.service-item:hover{border-color:var(--color-border-glow)}.section-alt .service-item{background:var(--color-surface-2)}.service-content{flex:1}.service-content h3{font-size:1.15rem;font-weight:600;margin-bottom:.75rem}.service-content p{color:var(--color-text-muted);margin-bottom:1rem;line-height:1.65;font-weight:300}.service-content ul{margin:0 0 1rem 1.2rem;color:var(--color-text-muted)}.service-content ul li{margin-bottom:.3rem;font-size:.9rem}.service-price{text-align:right;min-width:130px;font-family:var(--font-mono);font-size:1rem;font-weight:600;color:var(--color-blue);white-space:nowrap;flex-shrink:0}@media(max-width:640px){.service-item{flex-direction:column}.service-price{text-align:left}}.sectors-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-top:2rem}.sector-item{padding:1rem 1.25rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:6px;font-size:.9rem;color:var(--color-text-muted)}.sector-card{padding:1.5rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px}.sector-card h3{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:var(--color-blue)}.sector-card p{font-size:.9rem;color:var(--color-text-muted);line-height:1.6;margin:0}.faq-list{max-width:720px;margin:2rem auto 0}.faq-item{border-bottom:1px solid var(--color-border)}.faq-item summary{padding:1.25rem 0;font-weight:600;font-size:.95rem;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:1.25rem;color:var(--color-blue);flex-shrink:0}details[open] summary:after{content:"−"}.faq-item p{padding-bottom:1.25rem;color:var(--color-text-muted);line-height:1.7;font-size:.925rem;font-weight:300}.cta-section{background:var(--color-surface-2);border-top:1px solid var(--color-border)}.cta-inner{text-align:center;max-width:640px;margin:0 auto}.cta-inner h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;margin-bottom:1rem;letter-spacing:-.02em}.cta-inner p{color:var(--color-text-muted);margin-bottom:2rem;line-height:1.7;font-weight:300}.article-wrap{padding:4rem 0 6rem}.article-wrap .container{max-width:780px}.post-tag{display:inline-block;font-family:var(--font-mono);font-size:.7rem;color:var(--color-blue);letter-spacing:.18em;text-transform:uppercase;margin-bottom:1rem;padding:.3rem 0;position:relative}.post-tag:before{content:"";display:inline-block;width:22px;height:1px;background:linear-gradient(90deg,var(--color-blue-dark),var(--color-purple));vertical-align:middle;margin-right:.7rem}.post-title{font-size:clamp(2rem,5vw,3rem);font-weight:700;letter-spacing:-.04em;line-height:1.1;margin-bottom:1.5rem}.post-intro{font-size:1.05rem;color:var(--color-text-muted);line-height:1.8;margin-bottom:3rem;font-weight:300;border-left:3px solid var(--color-blue);padding-left:1.25rem}.post-body h2{font-size:1.4rem;font-weight:700;margin:2.5rem 0 .75rem;letter-spacing:-.02em}.post-body h3{font-size:1.1rem;font-weight:600;margin:1.75rem 0 .5rem;color:var(--color-text)}.post-body p{font-size:.95rem;color:var(--color-text-muted);margin-bottom:1rem;line-height:1.75;font-weight:300}.post-body ul,.post-body ol{padding-left:1.4rem;margin-bottom:1rem}.post-body li{font-size:.95rem;color:var(--color-text-muted);margin-bottom:.5rem;line-height:1.65;font-weight:300}.post-body code{font-family:var(--font-mono);font-size:.875em;background:var(--color-surface);border:1px solid var(--color-border);border-radius:3px;padding:.1em .4em;color:var(--color-blue)}.post-body strong{color:var(--color-text);font-weight:600}.highlight-box{background:rgba(var(--color-blue-rgb),.08);border:1px solid rgba(var(--color-blue-rgb),.2);border-left:3px solid var(--color-blue);border-radius:6px;padding:1.25rem 1.5rem;margin:2rem 0;font-size:.925rem;color:var(--color-text-muted);line-height:1.7}.highlight-box strong{color:var(--color-blue)}.post-cta{display:inline-block;margin:2rem 0;padding:.85rem 1.75rem;background:var(--color-blue);color:#03040f;font-weight:700;font-size:.9rem;border-radius:6px;text-decoration:none;transition:opacity .2s,transform .15s}.post-cta:hover{opacity:.9;transform:translateY(-1px);text-decoration:none}.related-posts{margin-top:4rem;padding-top:2rem;border-top:1px solid var(--color-border)}.related-posts h3{font-size:.75rem;font-family:var(--font-mono);letter-spacing:.15em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:1rem}.related-posts ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:.5rem}.related-posts li a{font-size:.9rem;color:var(--color-text-muted);text-decoration:none;transition:color .2s}.related-posts li a:hover{color:var(--color-blue)}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;margin-top:2rem}@media(max-width:768px){.two-col{grid-template-columns:1fr;gap:2rem}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.lang-switcher{position:fixed;bottom:1.5rem;right:1.5rem;z-index:999}.lang-current{display:flex;align-items:center;gap:.5rem;background:#060918eb;border:1px solid var(--border-dim);border-radius:7px;padding:.45rem .85rem;color:var(--white-muted);font-family:IBM Plex Mono,monospace;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;backdrop-filter:blur(12px);transition:border-color .2s,color .2s}.lang-current:hover{color:var(--white);border-color:var(--border-glow)}.lang-arrow{transition:transform .25s;flex-shrink:0}.lang-switcher.open .lang-arrow{transform:rotate(180deg)}.lang-dropdown{display:none;position:absolute;bottom:calc(100% + .4rem);right:0;background:#060918f7;border:1px solid var(--border-dim);border-radius:8px;overflow:hidden;backdrop-filter:blur(16px);min-width:145px;box-shadow:0 8px 32px #0000008c}.lang-switcher.open .lang-dropdown{display:block}.lang-option{display:flex;align-items:center;gap:.55rem;padding:.65rem 1rem;color:var(--white-muted);text-decoration:none;font-family:IBM Plex Mono,monospace;font-size:.68rem;letter-spacing:.06em;transition:background .2s,color .2s}.lang-option:hover{background:#3b82f614;color:var(--white)}
