:root{--primary:#2563eb;--primary-dark:#1d4ed8;--bg:#f8fafc;--text:#0f172a;--text-muted:#64748b;--border:#e2e8f0;--card-bg:#fff;--radius:16px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}.nav{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:hsla(0,0%,100%,.85);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.nav-inner{max-width:1200px;margin:0 auto;padding:0 24px;height:64px;display:flex;align-items:center;justify-content:space-between}.nav-brand{font-weight:900;font-size:1.25rem;color:var(--text);text-decoration:none;letter-spacing:-.5px}.nav-links{display:flex;gap:24px}.nav-links a{color:var(--text-muted);text-decoration:none;font-weight:600;font-size:.875rem;transition:color .2s}.nav-links a:hover{color:var(--primary)}.hero{background:linear-gradient(135deg,#1e3a8a,#3b82f6 50%,#06b6d4);color:#fff;padding:100px 24px 80px;text-align:center}.hero h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:900;letter-spacing:-1.5px;margin-bottom:16px;line-height:1.1}.hero p{font-size:1.125rem;opacity:.85;max-width:600px;margin:0 auto;font-weight:500}.container{max-width:1200px;margin:0 auto;padding:0 24px}.section{padding:80px 0}.section-title{font-size:2rem;font-weight:900;letter-spacing:-.5px;margin-bottom:40px;text-align:center}.news-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:24px;gap:24px}.news-card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:transform .2s,box-shadow .2s;text-decoration:none;color:inherit;display:block}.news-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.08)}.news-card-body{padding:24px}.news-card-body h3{font-size:1.25rem;font-weight:800;letter-spacing:-.3px;margin-bottom:8px;line-height:1.3}.news-card-body p{color:var(--text-muted);font-size:.875rem;line-height:1.6}.news-card-meta{padding:16px 24px;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;font-size:.75rem;color:var(--text-muted);font-weight:600}.news-card-status{padding:4px 10px;border-radius:99px;font-size:.625rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.news-card-status.published{background:#ecfdf5;color:#059669}.news-card-status.draft{background:#fefce8;color:#ca8a04}.empty-state{text-align:center;padding:80px 24px}.empty-state h2{font-size:1.5rem;font-weight:800;margin-bottom:8px}.empty-state p{color:var(--text-muted);font-size:.875rem}.article{max-width:720px;margin:0 auto;padding:60px 24px}.article h1{font-size:2.5rem;font-weight:900;letter-spacing:-1px;line-height:1.15;margin-bottom:16px}.article-meta{color:var(--text-muted);font-size:.875rem;font-weight:600;margin-bottom:40px;padding-bottom:24px;border-bottom:1px solid var(--border)}.article-content{font-size:1.0625rem;line-height:1.8}.article-content p{margin-bottom:1.5em}.not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;gap:12px}.not-found h1{font-size:6rem;font-weight:900;background:linear-gradient(135deg,#1e3a8a,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.not-found p{color:var(--text-muted);font-size:1.125rem}.footer{border-top:1px solid var(--border);padding:40px 0;text-align:center}.footer-inner{max-width:1200px;margin:0 auto;padding:0 24px}.footer p{color:var(--text-muted);font-size:.8125rem;font-weight:500}@media (max-width:640px){.news-grid{grid-template-columns:1fr}.hero{padding:60px 24px 50px}}.marketing-body{margin:0;background:#050816;color:#e2e8f0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased}.marketing-landing{position:relative;min-height:100vh;display:flex;flex-direction:column}.marketing-bg{pointer-events:none;position:fixed;inset:0;overflow:hidden;z-index:0}.marketing-bg:before{left:-25%;top:0;width:800px;height:520px;background:rgba(16,185,129,.12);filter:blur(120px)}.marketing-bg:after,.marketing-bg:before{content:"";position:absolute;border-radius:50%}.marketing-bg:after{right:-25%;bottom:0;width:700px;height:480px;background:rgba(6,182,212,.08);filter:blur(100px)}.marketing-header{position:relative;z-index:10;border-bottom:1px solid hsla(0,0%,100%,.06);background:rgba(5,8,22,.75);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.marketing-header-inner{max-width:1152px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.marketing-logo{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.125rem;color:#fff;text-decoration:none;letter-spacing:-.02em}.marketing-logo-icon{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:.5rem;background:linear-gradient(135deg,#34d399,#22d3ee);color:#050816}.marketing-logo-custom{max-height:2.5rem;width:auto;max-width:min(220px,45vw);object-fit:contain;display:block}.marketing-nav{display:none;gap:2rem;font-size:.875rem;font-weight:600}@media (min-width:768px){.marketing-nav{display:flex}}.marketing-nav a{color:#cbd5e1;text-decoration:none;transition:color .2s}.marketing-nav a:hover{color:#fff}.marketing-header-actions{display:flex;align-items:center;gap:.75rem}.marketing-lang-switch{position:relative;display:flex;align-items:center;margin-left:auto}@media (max-width:639px){.marketing-header-inner .marketing-lang-switch{order:3;width:100%;margin-left:0}}.marketing-lang-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.marketing-lang-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;min-width:10.5rem;max-width:100%;padding:.45rem 2.25rem .45rem .75rem;border-radius:.5rem;border:1px solid hsla(0,0%,100%,.12);background-color:hsla(0,0%,100%,.06);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;background-size:1rem;color:#e2e8f0;font-size:.8125rem;font-weight:600;cursor:pointer;transition:border-color .2s,background-color .2s,box-shadow .2s}.marketing-lang-select:hover{border-color:rgba(52,211,153,.35);background-color:hsla(0,0%,100%,.1)}.marketing-lang-select:focus{outline:none}.marketing-lang-select:focus-visible{border-color:rgba(52,211,153,.5);box-shadow:0 0 0 2px rgba(52,211,153,.35)}.marketing-btn{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .2s,border-color .2s,filter .2s;border:1px solid transparent;white-space:nowrap}.marketing-btn-ghost{border-color:hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.05);color:#fff}.marketing-btn-ghost:hover{border-color:rgba(52,211,153,.35);background:hsla(0,0%,100%,.08)}.marketing-btn-primary{display:none;background:linear-gradient(90deg,#34d399,#22d3ee);color:#050816;box-shadow:0 10px 30px rgba(52,211,153,.2)}@media (min-width:640px){.marketing-btn-primary{display:inline-flex}}.marketing-btn-primary:hover{filter:brightness(1.08)}.marketing-btn-large{padding:.75rem 1.5rem;font-size:1rem}.marketing-btn-gradient{background:linear-gradient(90deg,#34d399,#22d3ee);color:#050816;font-weight:700;box-shadow:0 12px 40px rgba(52,211,153,.25)}.marketing-btn-gradient:hover{filter:brightness(1.08)}.marketing-btn-outline{border-color:hsla(0,0%,100%,.15);background:transparent;color:#fff}.marketing-btn-outline:hover{border-color:hsla(0,0%,100%,.25);background:hsla(0,0%,100%,.05)}.marketing-btn-white{background:#fff;color:#050816;font-weight:700}.marketing-btn-white:hover{background:#f1f5f9}.marketing-hero{position:relative;z-index:1;max-width:1152px;margin:0 auto;padding:4rem 1.5rem 5rem}.marketing-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .75rem;border-radius:9999px;border:1px solid rgba(52,211,153,.25);background:rgba(52,211,153,.1);font-size:.75rem;font-weight:600;color:#6ee7b7}.marketing-hero-title{margin-top:1.5rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.1;letter-spacing:-.03em;color:#fff;max-width:42rem}.marketing-gradient-text{background:linear-gradient(90deg,#6ee7b7,#67e8f9);-webkit-background-clip:text;background-clip:text;color:transparent}.marketing-hero-lead{margin-top:1.5rem;max-width:42rem;font-size:1.125rem;line-height:1.65;color:#94a3b8}.marketing-hero-cta{margin-top:2.5rem;display:flex;flex-wrap:wrap;gap:1rem}.marketing-stats{margin-top:4rem;display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:1fr}@media (min-width:640px){.marketing-stats{grid-template-columns:repeat(3,1fr)}}.marketing-stat{padding:1.25rem;border-radius:1rem;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.03)}.marketing-stat strong{display:block;font-size:1.5rem;color:#fff;margin-bottom:.25rem}.marketing-stat span{font-size:.875rem;color:#94a3b8}.marketing-section{position:relative;z-index:1;max-width:1152px;margin:0 auto;padding:5rem 1.5rem}.marketing-section-alt{border-top:1px solid hsla(0,0%,100%,.06);border-bottom:1px solid hsla(0,0%,100%,.06);background:hsla(0,0%,100%,.02)}.marketing-section-head{text-align:center;max-width:42rem;margin:0 auto 3rem}.marketing-eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#34d399}.marketing-section-head h2{margin-top:.75rem;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:800;color:#fff;letter-spacing:-.02em}.marketing-section-sub{margin-top:1rem;font-size:1.125rem;color:#94a3b8;line-height:1.6}.marketing-grid-3{display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:1fr}@media (min-width:640px){.marketing-grid-3{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.marketing-grid-3{grid-template-columns:repeat(3,1fr)}}.marketing-card{padding:1.5rem;border-radius:1rem;border:1px solid hsla(0,0%,100%,.08);background:linear-gradient(180deg,hsla(0,0%,100%,.06),transparent);transition:border-color .2s}.marketing-card:hover{border-color:rgba(52,211,153,.25)}.marketing-card h3{font-size:1.125rem;font-weight:700;color:#fff;margin-bottom:.5rem}.marketing-card p{font-size:.875rem;line-height:1.6;color:#94a3b8}.marketing-grid-2{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:1fr}@media (min-width:768px){.marketing-grid-2{grid-template-columns:repeat(2,1fr)}}.marketing-module{display:flex;gap:1rem;padding:1.5rem;border-radius:1rem;border:1px solid hsla(0,0%,100%,.08);background:rgba(5,8,22,.5)}.marketing-module h3{font-size:1.0625rem;font-weight:700;color:#fff;margin-bottom:.5rem}.marketing-module p{font-size:.875rem;line-height:1.6;color:#94a3b8}.marketing-trust{display:grid;grid-gap:2.5rem;gap:2.5rem;align-items:center}@media (min-width:1024px){.marketing-trust{grid-template-columns:1fr 1fr}}.marketing-trust-lead{margin-top:1rem;color:#94a3b8;line-height:1.65}.marketing-trust-list{margin-top:2rem;padding:0;list-style:none}.marketing-trust-list li{position:relative;padding-left:1.75rem;margin-bottom:1rem;font-size:.9375rem;color:#cbd5e1}.marketing-trust-list li:before{content:"✓";position:absolute;left:0;color:#34d399;font-weight:800}.marketing-trust-card{border-radius:1rem;border:1px solid hsla(0,0%,100%,.1);background:rgba(0,0,0,.25);padding:1.5rem}.marketing-trust-card-label{font-family:ui-monospace,monospace;font-size:.75rem;color:#64748b}.marketing-trust-dl{margin-top:1rem}.marketing-trust-dl>div{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid hsla(0,0%,100%,.06);font-size:.875rem;color:#94a3b8}.marketing-trust-dl>div:last-child{border-bottom:none}.marketing-trust-dl dd{margin:0;color:#34d399;font-weight:600}.marketing-trust-dl .marketing-accent{color:#67e8f9}.marketing-cta-band{position:relative;z-index:1;max-width:896px;margin:0 auto 4rem;padding:3rem 2rem;text-align:center;border-radius:1.5rem;border:1px solid rgba(52,211,153,.2);background:linear-gradient(90deg,rgba(52,211,153,.12),rgba(6,182,212,.12))}.marketing-cta-band h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:#fff}.marketing-cta-band p{margin:.75rem auto 0;max-width:28rem;color:#94a3b8}.marketing-cta-band .marketing-btn{margin-top:2rem}.marketing-footer{position:relative;z-index:1;margin-top:auto;padding:2.5rem 1.5rem;border-top:1px solid hsla(0,0%,100%,.08);background:rgba(3,5,15,.95);display:flex;flex-direction:column;align-items:center;gap:1rem;font-size:.8125rem;color:#64748b}@media (min-width:640px){.marketing-footer{flex-direction:row;justify-content:space-between;max-width:1152px;margin-left:auto;margin-right:auto}}.marketing-footer-links{display:flex;gap:1.5rem}.marketing-footer-links a{color:#64748b;text-decoration:none}.marketing-footer-links a:hover{color:#fff}.marketing-pricing-placeholder{text-align:center;max-width:36rem;margin:0 auto;padding:2rem;border-radius:1rem;border:1px dashed rgba(148,163,184,.35);background:hsla(0,0%,100%,.03)}.marketing-pricing-placeholder p{color:#94a3b8;margin-bottom:1.5rem;font-size:1rem}.marketing-cta-band-actions{margin-top:2rem;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.marketing-btn-outline-light{border:1px solid hsla(0,0%,100%,.35);background:transparent;color:#fff}.marketing-btn-outline-light:hover{background:hsla(0,0%,100%,.08)}.marketing-register-wrap{position:relative;z-index:1;max-width:560px;margin:0 auto;padding:2rem 1.5rem 4rem}.marketing-register-intro{margin-bottom:2rem}.marketing-register-page-title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800;color:#fff;letter-spacing:-.02em}.marketing-register-page-lead{margin-top:.75rem;color:#94a3b8;line-height:1.6;font-size:1rem}.marketing-register-card,.marketing-register-form{border-radius:1rem;border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.04);padding:1.75rem}.marketing-register-title{font-size:1.5rem;font-weight:800;color:#fff;margin-bottom:.75rem}.marketing-register-lead{color:#cbd5e1;line-height:1.6;margin-bottom:1rem}.marketing-register-muted{color:#64748b;font-size:.875rem;line-height:1.5;margin-bottom:1.5rem}.marketing-register-success .marketing-register-title{color:#6ee7b7}.marketing-register-error{background:rgba(239,68,68,.12);border:1px solid rgba(239,68,68,.35);color:#fecaca;padding:.75rem 1rem;border-radius:.5rem;margin-bottom:1rem;font-size:.9375rem}.marketing-field{display:flex;flex-direction:column;gap:.375rem;margin-bottom:1rem}.marketing-field span{font-size:.8125rem;font-weight:600;color:#94a3b8}.marketing-field-hint{display:block;font-size:.75rem!important;font-weight:400!important;color:#64748b!important;margin-top:.25rem}.marketing-field input,.marketing-field select,.marketing-field textarea{border-radius:.5rem;border:1px solid hsla(0,0%,100%,.12);background:rgba(5,8,22,.6);color:#f1f5f9;padding:.625rem .875rem;font-size:1rem;font-family:inherit}.marketing-field input:focus,.marketing-field select:focus,.marketing-field textarea:focus{outline:none;border-color:rgba(52,211,153,.45)}.marketing-field-row{display:grid;grid-gap:1rem;gap:1rem}@media (min-width:480px){.marketing-field-row{grid-template-columns:1fr 1fr}}.marketing-register-hint{font-size:.8125rem;color:#64748b;line-height:1.5;margin-bottom:1.25rem}.marketing-btn-block{width:100%}.marketing-register-footer{margin-top:1.25rem;text-align:center;font-size:.875rem;color:#64748b}.marketing-register-footer a{color:#6ee7b7;text-decoration:none}.marketing-register-footer a:hover{text-decoration:underline}.marketing-register-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}@media (min-width:480px){.marketing-register-actions{flex-direction:row;flex-wrap:wrap}}