*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--background: #0a0a0a;--foreground: #ffffff;--primary: #00ff41;--primary-foreground: #000000;--secondary: #333333;--muted: #1a1a1a;--muted-foreground: #a1a1aa;--border: #333333;--cyber-amber: #ffb000;--font-sans: "Space Grotesk", system-ui, sans-serif;--font-mono: "JetBrains Mono", monospace}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background-color:var(--background);color:var(--foreground);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-sans);font-weight:700;text-transform:uppercase;letter-spacing:-.02em;line-height:1.1}.font-mono{font-family:var(--font-mono)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--secondary);border:1px solid var(--background)}::-webkit-scrollbar-thumb:hover{background:var(--primary)}::selection{background:var(--primary);color:var(--primary-foreground)}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.container{padding:0 1.5rem}}@media (min-width: 1024px){.container{padding:0 2rem}}.bg-grid-pattern{background-size:40px 40px;background-image:linear-gradient(to right,rgba(51,51,51,.3) 1px,transparent 1px),linear-gradient(to bottom,rgba(51,51,51,.3) 1px,transparent 1px)}.text-glow{text-shadow:0 0 10px rgba(0,255,65,.5)}.border-glow{box-shadow:0 0 10px #00ff4133}.header{position:fixed;top:0;left:0;right:0;z-index:50;background:#0a0a0af2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.header-status{height:40px;display:flex;align-items:center;justify-content:space-between;padding:0 1rem;font-family:var(--font-sans);font-size:.8125rem;text-transform:uppercase;letter-spacing:.05em;font-weight:500;border-bottom:1px solid rgba(51,51,51,.5)}.header-nav{height:64px;display:flex;align-items:center;justify-content:space-between}.status-dot{position:relative;display:inline-flex;height:8px;width:8px}.status-dot:before{content:"";position:absolute;display:inline-flex;height:100%;width:100%;border-radius:50%;background:var(--primary);opacity:.75;animation:ping 1s cubic-bezier(0,0,.2,1) infinite}.status-dot:after{content:"";position:relative;display:inline-flex;height:8px;width:8px;border-radius:50%;background:var(--primary)}@keyframes ping{75%,to{transform:scale(2);opacity:0}}.nav-link{font-family:var(--font-sans);font-size:.9375rem;font-weight:600;letter-spacing:.02em;color:var(--muted-foreground);text-decoration:none;transition:color .2s}.nav-link:hover,.nav-link.active{color:var(--primary)}.logo{font-size:1.25rem;font-weight:700;letter-spacing:.05em;color:var(--foreground);text-decoration:none;transition:color .2s}.logo:hover,.logo span{color:var(--primary)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:0 2rem;height:48px;font-family:var(--font-sans);font-weight:600;font-size:.9375rem;text-transform:uppercase;letter-spacing:.05em;text-decoration:none;border:none;cursor:pointer;transition:all .2s}.btn-primary{background:var(--primary);color:var(--primary-foreground);border:1px solid var(--primary);box-shadow:0 0 20px #00ff414d}.btn-primary:hover{background:#00ff41e6;box-shadow:0 0 30px #00ff4180;transform:translateY(-2px)}.btn-outline{background:transparent;color:var(--muted-foreground);border:1px solid rgba(161,161,170,.5)}.btn-outline:hover{border-color:var(--primary);color:var(--primary)}.hero{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding-top:120px;border-bottom:1px solid var(--border)}.hero-centered{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:800px;margin:0 auto;padding:3rem 0}.hero-centered .hero-badge,.hero-centered .hero-title{margin-bottom:1.5rem}.hero-centered .hero-desc{max-width:600px;margin-bottom:2rem}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem}.hero-centered .hero-actions{justify-content:center;margin-bottom:2rem}.hero-status-row{display:flex;gap:2rem;font-family:var(--font-mono);font-size:.6875rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted-foreground)}.hero-visual{display:none;flex-direction:column;justify-content:flex-start;align-items:flex-end;padding-top:3rem}@media (min-width: 1024px){.hero-visual{display:flex}}.hero-visual-container{position:relative;width:200px;height:200px;display:flex;justify-content:center;align-items:center;background:linear-gradient(rgba(0,255,65,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(0,255,65,.02) 1px,transparent 1px);background-size:20px 20px;border:1px solid rgba(0,255,65,.12)}.hero-corner{position:absolute;width:24px;height:24px;border-color:var(--primary);border-style:solid}.hero-corner-tl{top:-1px;left:-1px;border-width:2px 0 0 2px}.hero-corner-tr{top:-1px;right:-1px;border-width:2px 2px 0 0}.hero-corner-bl{bottom:-1px;left:-1px;border-width:0 0 2px 2px}.hero-corner-br{bottom:-1px;right:-1px;border-width:0 2px 2px 0}.hero-shield{position:relative;z-index:10;display:flex;justify-content:center;align-items:center;width:70px;height:70px;background:#00ff4114;border:2px solid rgba(0,255,65,.5);color:var(--primary)}.hero-visual-ring{position:absolute;border:1px solid rgba(0,255,65,.1);border-radius:50%}.hero-visual-ring.ring-1{width:100px;height:100px;animation:pulse-ring 4s ease-in-out infinite}.hero-visual-ring.ring-2{width:150px;height:150px;animation:pulse-ring 4s ease-in-out infinite .5s}.hero-visual-ring.ring-3{width:190px;height:190px;animation:pulse-ring 4s ease-in-out infinite 1s}.hero-scan-line{position:absolute;width:100%;height:1px;background:linear-gradient(90deg,transparent,var(--primary),transparent);animation:scan 4s ease-in-out infinite;opacity:.4}@keyframes scan{0%,to{top:10%;opacity:0}10%{opacity:.5}50%{top:90%;opacity:.5}90%{opacity:.5}}@keyframes pulse-ring{0%,to{opacity:.2;transform:scale(1)}50%{opacity:.4;transform:scale(1.02)}}.hero-visual-status{display:flex;gap:2rem;margin-top:2.5rem;font-family:var(--font-mono);font-size:.6875rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted-foreground)}.status-item{display:flex;align-items:center;gap:.5rem}.status-dot-small{width:6px;height:6px;border-radius:50%;background:var(--primary);animation:blink 2s infinite}@keyframes blink{0%,50%,to{opacity:1}25%,75%{opacity:.3}}.hero-stats-bar{display:flex;justify-content:center;align-items:center;gap:3rem;margin-top:4rem;padding-top:3rem;border-top:1px solid var(--border)}.hero-stat{text-align:center}.hero-stat-divider{width:1px;height:40px;background:var(--border)}html[dir=rtl] .hero-layout{direction:rtl}@media (min-width: 1024px){html[dir=rtl] .hero-layout{grid-template-columns:1fr 1fr}html[dir=rtl] .hero-content{order:1}html[dir=rtl] .hero-visual{order:2}}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .75rem;border:1px solid rgba(0,255,65,.3);background:#00ff410d;color:var(--primary);font-family:var(--font-sans);font-size:.8125rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.hero-title{font-size:clamp(3rem,8vw,5rem);line-height:1;margin:1.5rem 0}.hero-title .gradient{background:linear-gradient(to right,#fff,#ffffff80);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-desc{font-size:1.25rem;color:var(--muted-foreground);max-width:36rem;border-left:2px solid rgba(0,255,65,.5);padding-left:1.5rem}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding-top:2rem;border-top:1px solid rgba(51,51,51,.5);margin-top:2rem}.stat-value{font-family:var(--font-mono);font-size:1.5rem;font-weight:700;color:var(--foreground)}.stat-label{font-size:.8125rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:var(--muted-foreground)}.hero-visual{position:relative;height:500px;display:none}@media (min-width: 1024px){.hero-visual{display:block}}.hero-visual-frame{position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid rgba(51,51,51,.3);background:#0003;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:.5rem}.hero-visual-inner{height:100%;width:100%;border:1px solid rgba(0,255,65,.2);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-visual-inner:before,.hero-visual-inner:after{content:"";position:absolute;left:0;right:0;height:2px;background:#00ff4180;box-shadow:0 0 10px var(--primary)}.hero-visual-inner:before{top:0}.hero-visual-inner:after{bottom:0}.server-icon{width:200px;height:200px;border:2px solid var(--primary);background:#00ff411a;display:flex;align-items:center;justify-content:center;position:relative}.server-icon:before{content:"[ IS ]";font-family:var(--font-mono);font-size:2rem;font-weight:700;color:var(--primary)}.hud-element{position:absolute;font-family:var(--font-mono);font-size:.75rem;color:#00ff41b3}.hud-top-right{top:1rem;right:1rem;text-align:right}.hud-bottom-left{bottom:1rem;left:1rem}.section{padding:6rem 0;border-bottom:1px solid var(--border)}.section-dark{background:#000}.section-muted{background:#1a1a1a4d}.section-header{text-align:center;margin-bottom:4rem}.section-label{font-family:var(--font-sans);font-size:.8125rem;font-weight:600;color:var(--primary);text-transform:uppercase;letter-spacing:.1em}.section-title{font-size:clamp(1.75rem,5vw,3rem);margin-top:1rem}.section-title .accent{color:var(--primary)}.section-desc{color:var(--muted-foreground);max-width:42rem;margin:1rem auto 0}.compliance-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width: 768px){.compliance-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px){.compliance-grid{grid-template-columns:repeat(6,1fr)}}.compliance-badge{border:1px solid rgba(51,51,51,.5);background:#1a1a1a4d;padding:1rem;text-align:center;transition:border-color .2s}.compliance-badge:hover{border-color:#00ff414d}.compliance-badge-label{font-family:var(--font-mono);font-size:.75rem;font-weight:700;color:var(--foreground);margin-bottom:.25rem}.compliance-badge-desc{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted-foreground)}.risk-grid{display:grid;gap:1.5rem}.risk-card{position:relative;border:1px solid var(--border);background:#1a1a1a80;padding:2rem;transition:border-color .2s}.risk-card:hover{border-color:#ffb00080}.risk-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:transparent;transition:background .3s}.risk-card:hover:before{background:var(--cyber-amber)}.risk-card-content{display:flex;align-items:flex-start;gap:1.5rem}.risk-icon{padding:.75rem;background:#ffb0001a;border:1px solid rgba(255,176,0,.2);color:var(--cyber-amber);flex-shrink:0}.risk-title{font-size:1.25rem;font-weight:700;color:var(--foreground);margin-bottom:.5rem}.risk-desc{color:var(--muted-foreground)}.tier-grid{display:grid;gap:2rem}@media (min-width: 1024px){.tier-grid{grid-template-columns:repeat(3,1fr)}}.tier-card{border:1px solid var(--border);background:#000;transition:border-color .2s}.tier-card:hover{border-color:#00ff4180}.tier-card.highlight{border-color:#ffb00080;background:#ffb00008}.tier-card.highlight:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--cyber-amber);box-shadow:0 0 15px #ffb00080}.tier-header{padding:2rem}.tier-icon{padding:.75rem;border:1px solid rgba(0,255,65,.2);background:#00ff411a;color:var(--primary);display:inline-flex;margin-bottom:1.5rem}.tier-card.highlight .tier-icon{border-color:#ffb00033;background:#ffb0001a;color:var(--cyber-amber)}.tier-name{font-size:1.25rem;font-weight:700;text-transform:uppercase;color:var(--foreground);margin-bottom:.25rem}.tier-subtitle{font-family:var(--font-mono);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--primary);margin-bottom:1rem}.tier-card.highlight .tier-subtitle{color:var(--cyber-amber)}.tier-best-for-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted-foreground);margin-bottom:.25rem}.tier-best-for{font-size:.875rem;font-weight:500;color:var(--foreground)}.tier-features{padding:2rem;border-top:1px solid rgba(51,51,51,.5);background:#1a1a1a4d}.tier-feature{display:flex;align-items:flex-start;gap:.75rem;font-size:.875rem;color:var(--muted-foreground);margin-bottom:1rem}.tier-feature:last-child{margin-bottom:0}.tier-feature svg{flex-shrink:0;color:var(--primary);margin-top:2px}.tier-card.highlight .tier-feature svg{color:var(--cyber-amber)}.layer-card{border:1px solid var(--border);background:#000;padding:2rem;margin-bottom:1.5rem;transition:border-color .2s}.layer-card:hover{border-color:#00ff4180}.layer-card:last-child{margin-bottom:0}.layer-content{display:flex;flex-direction:column;gap:1rem}@media (min-width: 768px){.layer-content{flex-direction:row;align-items:flex-start;gap:1.5rem}}.layer-number{font-family:var(--font-mono);font-size:2.5rem;font-weight:700;color:#a1a1aa33;flex-shrink:0;width:3rem}.layer-title{font-size:1.5rem;font-weight:700;color:var(--foreground);margin-bottom:.25rem}.layer-subtitle{font-family:var(--font-mono);font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--primary);margin-bottom:1rem}.layer-desc{color:var(--muted-foreground);line-height:1.7;margin-bottom:1.5rem}.layer-tech-list{display:flex;flex-wrap:wrap;gap:.5rem}.layer-tech{padding:.25rem .75rem;background:#00ff411a;border:1px solid rgba(0,255,65,.2);font-family:var(--font-mono);font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--primary)}.promise-card{border:1px solid var(--border);background:#000;padding:2rem;margin-bottom:1.5rem;transition:border-color .2s}.promise-card:hover{border-color:#00ff414d}.promise-card:last-child{margin-bottom:0}.promise-title{font-size:1.25rem;font-weight:700;color:var(--foreground);margin-bottom:.75rem}.promise-desc{color:var(--muted-foreground);line-height:1.7}.workflow-grid{display:grid;gap:2rem}@media (min-width: 768px){.workflow-grid{grid-template-columns:repeat(3,1fr)}}.workflow-card{position:relative;background:#000;border:1px solid var(--border);padding:2rem;transition:border-color .2s}.workflow-card:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;background:linear-gradient(to bottom,rgba(0,255,65,.5),transparent);opacity:0;transition:opacity .5s;z-index:-1;filter:blur(8px)}.workflow-card:hover:before{opacity:1}.workflow-card:hover{border-color:#00ff4180}.workflow-step{font-family:var(--font-mono);font-size:2.5rem;font-weight:700;color:#a1a1aa26;margin-bottom:1.5rem}.workflow-icon{padding:1rem;background:#00ff411a;border:1px solid rgba(0,255,65,.2);display:inline-flex;margin-bottom:1.5rem;color:var(--primary)}.workflow-title{font-size:1.25rem;font-weight:700;color:var(--foreground);margin-bottom:1rem}.workflow-desc{color:var(--muted-foreground);line-height:1.7}.cta-section{position:relative;padding:6rem 0;text-align:center;overflow:hidden;border-top:1px solid var(--border)}.cta-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00ff4108}.cta-title{font-size:clamp(1.75rem,5vw,3.5rem);margin-bottom:2rem}.cta-title .accent{color:var(--primary)}.cta-desc{font-size:1.25rem;color:var(--muted-foreground);max-width:42rem;margin:0 auto 3rem}.cta-btn{height:64px;padding:0 3rem;font-size:1rem}.status-footer{padding:2rem 0;border-top:1px solid var(--border);background:#000}.status-footer-content{text-align:center}.status-footer-title{font-family:var(--font-mono);font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:var(--muted-foreground);margin-bottom:1rem}.status-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-width:32rem;margin:0 auto;font-family:var(--font-mono);font-size:.75rem}@media (min-width: 768px){.status-grid{grid-template-columns:repeat(4,1fr)}}.status-item-label{color:var(--primary)}.status-item-value{color:var(--muted-foreground)}.footer{background:#000;border-top:1px solid var(--border);padding:4rem 0;font-family:var(--font-mono);font-size:.875rem}.footer-grid{display:grid;gap:2rem;margin-bottom:3rem}@media (min-width: 768px){.footer-grid{grid-template-columns:2fr 1fr 1fr}}.footer-logo{font-size:1.5rem;font-weight:700;color:var(--foreground);margin-bottom:1rem}.footer-desc{color:var(--muted-foreground);max-width:20rem}.footer-title{font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--foreground);margin-bottom:1rem}.footer-text{color:var(--muted-foreground)}.footer-link{color:var(--muted-foreground);text-decoration:none;transition:color .2s}.footer-link:hover{color:var(--primary)}.footer-divider{height:1px;background:#33333380;margin-bottom:2rem}.footer-bottom{display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:space-between;font-size:.75rem;color:#a1a1aa99}@media (min-width: 768px){.footer-bottom{flex-direction:row}}.footer-links{display:flex;gap:1.5rem}.trust-section{padding:2rem 0;border-bottom:1px solid var(--border);background:#000}.trust-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;opacity:.5;transition:opacity .5s,filter .5s;filter:grayscale(1)}.trust-badges:hover{opacity:1;filter:grayscale(0)}.trust-badge{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid rgba(255,255,255,.2);font-family:var(--font-mono);font-weight:700;font-size:.75rem;letter-spacing:.05em}.mobile-menu-btn{display:flex;padding:.5rem;background:none;border:none;color:var(--foreground);cursor:pointer}@media (min-width: 768px){.mobile-menu-btn{display:none}}.nav-desktop{display:none;align-items:center;gap:2rem}@media (min-width: 768px){.nav-desktop{display:flex}}.mobile-nav{display:none;flex-direction:column;gap:1rem;padding:1rem;border-top:1px solid var(--border);background:var(--background)}.mobile-nav.open{display:flex}@media (min-width: 768px){.mobile-nav{display:none!important}}.icon{width:1.5rem;height:1.5rem}.icon-sm{width:1rem;height:1rem}.icon-lg{width:2rem;height:2rem}.lang-toggle{display:flex;align-items:center;gap:.5rem;padding:.25rem .75rem;background:transparent;border:1px solid var(--border);color:var(--muted-foreground);font-family:var(--font-mono);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:all .2s}.lang-toggle:hover{border-color:var(--primary);color:var(--primary)}.lang-toggle.mobile{width:100%;justify-content:center;padding:.75rem;margin-bottom:.5rem}.use-cases-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}@media (min-width: 640px){.use-cases-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.use-cases-grid{grid-template-columns:repeat(4,1fr)}}.use-case-card{background:#1a1a1a80;border:1px solid var(--border);padding:2rem;text-align:center;transition:all .3s}.use-case-card:hover{border-color:var(--primary);transform:translateY(-4px)}.use-case-icon{display:inline-flex;padding:1rem;background:#00ff411a;border:1px solid rgba(0,255,65,.2);color:var(--primary);margin-bottom:1.5rem}.use-case-title{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;text-transform:uppercase}.use-case-desc{color:var(--muted-foreground);font-size:.9375rem;line-height:1.6}.faq-container{max-width:56rem;margin:0 auto}.faq-item{border:1px solid var(--border);margin-bottom:.5rem;background:#1a1a1a4d}.faq-question{width:100%;padding:1.25rem 1.5rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;background:none;border:none;color:var(--foreground);font-size:1rem;font-weight:600;text-align:left;cursor:pointer;transition:color .2s}.faq-question:hover{color:var(--primary)}.faq-chevron{flex-shrink:0;transition:transform .3s;color:var(--muted-foreground)}.faq-item.open .faq-chevron{transform:rotate(180deg);color:var(--primary)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease-out,padding .3s ease-out}.faq-item.open .faq-answer{max-height:500px;padding:0 1.5rem 1.5rem}.faq-answer p{color:var(--muted-foreground);line-height:1.7;font-size:.9375rem}html[dir=rtl] .faq-question{text-align:right;direction:rtl}html[dir=rtl] .faq-question span{flex:1;text-align:right}html[dir=rtl] .faq-container,html[dir=rtl] .faq-answer,html[dir=rtl] .use-case-card{text-align:right}html[dir=rtl] .use-case-icon{margin-left:auto;margin-right:auto}html[dir=rtl] #faq .section-header,html[dir=rtl] #faq .section-title,html[dir=rtl] #faq .section-desc{text-align:right}html[lang=he] .faq-question,html[lang=he] .faq-answer,html[lang=he] .use-case-title,html[lang=he] .use-case-desc{font-family:"Heebo",var(--font-sans)}html[dir=rtl] body{text-align:right}html[dir=rtl] .hero-desc{border-left:none;border-right:2px solid rgba(0,255,65,.5);padding-left:0;padding-right:1.5rem}html[dir=rtl] .risk-card:before{left:auto;right:0}html[dir=rtl] .tier-feature{text-align:right}html[dir=rtl] .layer-content{flex-direction:column}@media (min-width: 768px){html[dir=rtl] .layer-content{flex-direction:row-reverse}}html[dir=rtl] .footer-grid,html[dir=rtl] .header-status,html[dir=rtl] .header-nav,html[dir=rtl] .nav-desktop{direction:rtl}html[dir=rtl] .workflow-card{text-align:right}html[dir=rtl] .footer-bottom{flex-direction:column}@media (min-width: 768px){html[dir=rtl] .footer-bottom{flex-direction:row-reverse}}html[dir=rtl] .footer-links{flex-direction:row-reverse}html[dir=rtl] .hero-badge{direction:rtl}html[dir=rtl] .hero-stats,html[dir=rtl] .compliance-badge,html[dir=rtl] .tier-header,html[dir=rtl] .promise-card{text-align:right}html[dir=rtl] .layer-tech-list{justify-content:flex-end}html[lang=he],html[lang=he] body{font-family:"Heebo",var(--font-sans)}html[lang=he] h1,html[lang=he] h2,html[lang=he] h3,html[lang=he] h4,html[lang=he] h5,html[lang=he] h6{text-transform:none;letter-spacing:0;font-family:"Heebo",var(--font-sans)}html[lang=he] .nav-link,html[lang=he] .logo,html[lang=he] .header-status,html[lang=he] .mobile-nav-link,html[lang=he] .btn,html[lang=he] button,html[lang=he] .hero-badge,html[lang=he] .language-toggle{font-family:"Heebo",var(--font-sans);letter-spacing:0}html[lang=he] .risk-card,html[lang=he] .tier-card,html[lang=he] .promise-card,html[lang=he] .workflow-card,html[lang=he] .compliance-badge{font-family:"Heebo",var(--font-sans)}html[lang=he] p,html[lang=he] .hero-desc,html[lang=he] .section-desc,html[lang=he] .tier-desc,html[lang=he] .risk-desc,html[lang=he] .promise-desc{font-family:"Heebo",var(--font-sans);letter-spacing:0}html[lang=he] .section-label,html[lang=he] .stat-label,html[lang=he] .tier-label,html[lang=he] .layer-label,html[lang=he] .compliance-badge-desc{font-family:"Heebo",var(--font-sans);letter-spacing:.02em}html[lang=he] .risk-title,html[lang=he] .tier-name,html[lang=he] .promise-title,html[lang=he] .workflow-title,html[lang=he] .layer-title,html[lang=he] .cta-title{font-family:"Heebo",var(--font-sans);letter-spacing:0}html[lang=he] .tier-feature,html[lang=he] .layer-tech,html[lang=he] .footer,html[lang=he] .footer-desc,html[lang=he] .footer-link,html[lang=he] .footer-copyright,html[lang=he] .modal,html[lang=he] .modal-title,html[lang=he] .modal-desc,html[lang=he] input,html[lang=he] textarea,html[lang=he] label{font-family:"Heebo",var(--font-sans)}html[lang=he] *{font-family:inherit}html[lang=he] .font-mono{font-family:"Heebo",var(--font-sans)}@media (max-width: 768px){.header-status{display:none}.header-nav{height:56px;padding:0 1rem}.nav-desktop{display:none}.nav-mobile-trigger{display:flex}.hero-section{padding-top:80px}.hero-content{padding:2rem 1rem}.hero-title{font-size:clamp(2rem,10vw,3rem)}.hero-desc{font-size:1rem;padding-left:1rem;border-left-width:2px}html[dir=rtl] .hero-desc{padding-left:0;padding-right:1rem;border-left:none;border-right-width:2px}.hero-stats{flex-direction:column;gap:1.5rem}.hero-stat,html[dir=rtl] .hero-stat{text-align:center}.btn{width:100%;justify-content:center}.hero-actions{flex-direction:column;gap:1rem}}@media (max-width: 768px){.risk-card-content,html[dir=rtl] .risk-card-content{flex-direction:column;text-align:center}.risk-icon{align-self:center}.risk-text,html[dir=rtl] .risk-text{text-align:center}}@media (max-width: 768px){.tier-grid{grid-template-columns:1fr}.tier-feature{flex-direction:row;justify-content:flex-start;gap:.75rem}html[dir=rtl] .tier-feature{flex-direction:row-reverse;justify-content:flex-start}}@media (max-width: 768px){.layer-content{flex-direction:column;gap:1.5rem}.layer-info,html[dir=rtl] .layer-info{text-align:center}.layer-tech-list,html[dir=rtl] .layer-tech-list{justify-content:center}}@media (max-width: 768px){.workflow-grid{grid-template-columns:1fr}.workflow-card,html[dir=rtl] .workflow-card{text-align:center}}@media (max-width: 768px){.promise-grid{grid-template-columns:1fr}.promise-card,html[dir=rtl] .promise-card{text-align:center}}@media (max-width: 768px){.footer-grid{grid-template-columns:1fr;gap:2rem;text-align:center}html[dir=rtl] .footer-grid{text-align:center}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.footer-links{flex-wrap:wrap;justify-content:center}}@media (max-width: 768px){.compliance-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.compliance-badge{padding:1rem;text-align:center}.compliance-badge-icon{margin:0 auto .5rem}}@media (max-width: 768px){.cta-section{padding:3rem 1rem;text-align:center}.cta-title{font-size:1.75rem}}@media (max-width: 480px){.hero-title{font-size:1.75rem}.section-title{font-size:1.5rem}.compliance-grid{grid-template-columns:1fr}.hero-badge{font-size:.6875rem}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#0a0a0af2;border-top:1px solid var(--border);padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;gap:1.5rem;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cookie-content{display:flex;align-items:center;gap:1rem}.cookie-icon{color:var(--primary);flex-shrink:0}.cookie-text{font-size:.875rem}.cookie-text strong{display:block;margin-bottom:.25rem}.cookie-text p{color:var(--muted-foreground);margin:0;font-size:.8125rem}.cookie-actions{display:flex;align-items:center;gap:1rem;flex-shrink:0}.cookie-link{background:none;border:none;color:var(--muted-foreground);font-size:.8125rem;cursor:pointer;text-decoration:underline}.cookie-link:hover{color:var(--primary)}.cookie-accept{padding:.5rem 1.5rem}@media (max-width: 768px){.cookie-banner{flex-direction:column;text-align:center;padding:1.5rem}.cookie-content{flex-direction:column}.cookie-actions{width:100%;justify-content:center}}.legal-page{min-height:100vh;background:var(--background);padding:2rem 0 4rem}.legal-page.rtl{direction:rtl}.legal-back-btn{display:inline-flex;align-items:center;gap:.5rem;background:none;border:1px solid var(--border);color:var(--muted-foreground);padding:.5rem 1rem;cursor:pointer;margin-bottom:2rem;font-family:var(--font-mono);font-size:.8125rem;text-transform:uppercase;letter-spacing:.05em;transition:all .2s}.legal-back-btn:hover{border-color:var(--primary);color:var(--primary)}.legal-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}.legal-icon{color:var(--primary);margin-bottom:1rem}.legal-header h1{font-size:2.5rem;font-weight:900;text-transform:uppercase;margin-bottom:.5rem}.legal-updated{color:var(--muted-foreground);font-size:.875rem}.legal-content{max-width:800px;margin:0 auto}.legal-content section{margin-bottom:2.5rem}.legal-content h2{font-size:1.25rem;font-weight:700;text-transform:uppercase;margin-bottom:1rem;color:var(--primary)}.legal-content h3{font-size:1rem;font-weight:600;margin:1.5rem 0 .75rem}.legal-content p{color:var(--muted-foreground);line-height:1.7;margin-bottom:1rem}.legal-content ul{margin:1rem 0;padding-left:1.5rem}.legal-page.rtl .legal-content ul{padding-left:0;padding-right:1.5rem}.legal-content li{color:var(--muted-foreground);line-height:1.7;margin-bottom:.5rem}.legal-content strong{color:var(--foreground)}html[lang=he] .legal-page,html[lang=he] .legal-content{font-family:"Heebo",var(--font-sans)}button.footer-link{background:none;border:none;color:var(--muted-foreground);font-size:.8125rem;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;font-family:var(--font-mono);padding:0}button.footer-link:hover{color:var(--primary)}@media (max-width: 768px){.footer-grid{text-align:center}.footer-grid>div{text-align:center}.footer-logo{text-align:center}.footer-desc{text-align:center;display:block;margin-left:auto;margin-right:auto}.footer-title,.footer-text{text-align:center}.footer-text>div{justify-content:center}.footer-bottom{flex-direction:column;align-items:center;gap:1rem;text-align:center}.footer-links{justify-content:center}}html[lang=he] .tier-feature{flex-direction:row;text-align:right;justify-content:flex-start}html[lang=he] .tier-features{text-align:right;display:flex;flex-direction:column;align-items:flex-start}html[lang=he] .tier-card{text-align:right}@media (max-width: 768px){html[lang=he] .tier-card{text-align:right}html[lang=he] .tier-feature{flex-direction:row;justify-content:flex-start;text-align:right}html[lang=he] .tier-features{text-align:right;display:flex;flex-direction:column;align-items:flex-start}}.mobile-header-actions{display:none;align-items:center;gap:.75rem}@media (max-width: 1024px){.mobile-header-actions{display:flex}}.lang-toggle-mobile-header{display:flex;align-items:center;justify-content:center;gap:.375rem;padding:.5rem .75rem;border-radius:4px;border:1px solid var(--border);background:transparent;color:var(--foreground);font-family:var(--font-mono);font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-transform:uppercase}.lang-toggle-mobile-header:hover{border-color:var(--primary);color:var(--primary)}html[lang=he] .lang-toggle-mobile-header{font-family:var(--font-mono)}.blog-page,.blog-post-page{min-height:100vh;background:var(--background);padding:2rem 0}.blog-page .container,.blog-post-page .container{max-width:1200px;margin:0 auto;padding:0 2rem}.back-btn{display:inline-flex;align-items:center;gap:.5rem;background:transparent;border:1px solid var(--border);color:var(--muted-foreground);padding:.75rem 1.25rem;font-family:var(--font-mono);font-size:.875rem;cursor:pointer;transition:all .2s ease;margin-bottom:2rem}.back-btn:hover{border-color:var(--primary);color:var(--primary)}.blog-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}.blog-header h1{font-size:3rem;margin-bottom:.5rem;background:linear-gradient(135deg,var(--foreground) 0%,var(--primary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.blog-header p{color:var(--muted-foreground);font-size:1.1rem}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.blog-card{background:var(--muted);border:1px solid var(--border);padding:2rem;cursor:pointer;transition:all .3s ease;position:relative}.blog-card:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:0 10px 40px #00ff411a}.blog-card .card-category{display:inline-block;background:var(--primary);color:var(--primary-foreground);padding:.25rem .75rem;font-size:.75rem;font-family:var(--font-mono);text-transform:uppercase;margin-bottom:1rem}.blog-card h2{font-size:1.25rem;margin-bottom:1rem;line-height:1.4}.blog-card p{color:var(--muted-foreground);font-size:.95rem;margin-bottom:1.5rem;line-height:1.6}.blog-card .card-meta{display:flex;gap:1.5rem;color:var(--muted-foreground);font-size:.8rem;font-family:var(--font-mono);margin-bottom:1rem}.blog-card .card-meta span{display:flex;align-items:center;gap:.35rem}.blog-card .read-more{display:flex;align-items:center;gap:.5rem;color:var(--primary);font-family:var(--font-mono);font-size:.875rem}.blog-article{max-width:800px;margin:0 auto}.article-header{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}.article-header .category-badge{display:inline-block;background:var(--primary);color:var(--primary-foreground);padding:.25rem .75rem;font-size:.75rem;font-family:var(--font-mono);text-transform:uppercase;margin-bottom:1rem}.article-header h1{font-size:2.5rem;line-height:1.2;margin-bottom:1.5rem}.article-meta{display:flex;flex-wrap:wrap;gap:1.5rem;color:var(--muted-foreground);font-family:var(--font-mono);font-size:.875rem}.article-meta span{display:flex;align-items:center;gap:.5rem}.article-content{font-size:1.1rem;line-height:1.8}.article-content h2{font-size:1.75rem;margin:2.5rem 0 1rem;color:var(--primary)}.article-content p{margin-bottom:1.5rem;color:var(--foreground)}.article-content ul{margin-bottom:1.5rem;padding-left:1.5rem}.article-content li{margin-bottom:.75rem;color:var(--muted-foreground)}.article-content li strong{color:var(--foreground)}.article-content table{width:100%;border-collapse:collapse;margin:1.5rem 0}.article-content th,.article-content td{padding:.75rem 1rem;border:1px solid var(--border);text-align:left}.article-content th{background:var(--muted);color:var(--primary);font-family:var(--font-mono);font-size:.875rem}.article-content td{color:var(--muted-foreground)}.article-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border)}.article-tags{display:flex;flex-wrap:wrap;gap:.5rem}.article-tags .tag{background:var(--muted);border:1px solid var(--border);color:var(--muted-foreground);padding:.35rem .75rem;font-size:.75rem;font-family:var(--font-mono)}@media (max-width: 768px){.blog-header h1{font-size:2rem}.blog-grid{grid-template-columns:1fr}.article-header h1{font-size:1.75rem}.article-meta{flex-direction:column;gap:.75rem}}
