.gz-landing{--primary:#0f172a;--accent:#0d9488;--accent2:#0284c7;--accent-light:#f0fdfa;--accent-border:#99f6e4;--text:#0f172a;--text-secondary:#64748b;--text-muted:#94a3b8;--border:#e2e8f0;--bg:#f8fafc;--white:#fff;--warning:#f59e0b;--purple:#8b5cf6;direction:rtl;background:#eef0f4;color:var(--text);min-height:100vh;overflow-x:hidden}.gz-landing *{box-sizing:border-box}.gz-landing .site{max-width:1240px;margin:32px auto;border-radius:16px;overflow:hidden;background:var(--white);border:1px solid var(--border)}.gz-landing .nav{background:var(--white);padding:14px 32px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border)}.gz-landing .logo{display:flex;align-items:center;gap:9px;font-size:18px;font-weight:600;color:var(--primary)}.gz-landing .logo-mark{width:32px;height:32px;background:linear-gradient(135deg,var(--accent),var(--accent2));border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:16px}.gz-landing .nav-links{display:flex;gap:24px}.gz-landing .nav-links a{color:var(--text-secondary);font-size:14px;text-decoration:none;cursor:pointer}.gz-landing .nav-links a:hover{color:var(--accent)}.gz-landing .nav-right{display:flex;align-items:center;gap:12px}.gz-landing .nav-login{font-size:14px;color:var(--text-secondary);cursor:pointer;border:none;background:none;font-family:inherit;text-decoration:none}.gz-landing .nav-login:hover{color:var(--accent)}.gz-landing .nav-cta{background:var(--primary);color:var(--white);border:none;padding:9px 20px;border-radius:8px;font-size:13px;cursor:pointer;font-family:inherit;text-decoration:none;display:inline-block}.gz-landing .hero{background:var(--white);padding:60px 48px 48px;position:relative;overflow:hidden}.gz-landing .hero-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:48px;align-items:center;position:relative;z-index:1}.gz-landing .hero-copy{min-width:0}.gz-landing .hero-copy .hero-sub{max-width:100%}.gz-landing .hero-copy .hero-btns{margin-bottom:26px}.gz-landing .hero .dash{margin-top:0}.gz-landing .hero-bg{position:absolute;top:-60px;left:-80px;width:400px;height:400px;background:radial-gradient(circle,rgba(13,148,136,.07) 0,transparent 70%);pointer-events:none}.gz-landing .hero-bg2{position:absolute;bottom:-60px;right:-60px;width:300px;height:300px;background:radial-gradient(circle,rgba(2,132,199,.05) 0,transparent 70%);pointer-events:none}.gz-landing .hero-chip{display:inline-flex;align-items:center;gap:7px;background:var(--accent-light);border:1px solid var(--accent-border);border-radius:20px;padding:6px 14px;font-size:12px;color:var(--accent);font-weight:500;margin-bottom:22px}.gz-landing .hero-dot{width:7px;height:7px;border-radius:50%;background:var(--accent);animation:gzpulse 2s infinite}@keyframes gzpulse{0%,to{opacity:1}50%{opacity:.4}}.gz-landing .hero h1{font-size:36px;font-weight:600;line-height:1.35;margin-bottom:16px;color:var(--primary)}.gz-landing .hero h1 .hl{background:linear-gradient(90deg,var(--accent),var(--accent2));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.gz-landing .hero-sub{font-size:16px;color:var(--text-secondary);line-height:1.75;margin-bottom:36px;max-width:520px}.gz-landing .hero-btns{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:30px}.gz-landing .btn-primary{background:var(--primary);color:var(--white);border:none;padding:14px 32px;border-radius:9px;font-weight:500}.gz-landing .btn-primary,.gz-landing .btn-secondary{font-size:15px;cursor:pointer;font-family:inherit;text-decoration:none;display:inline-block}.gz-landing .btn-secondary{background:var(--bg);color:#334155;border:1px solid var(--border);padding:13px 26px;border-radius:9px}.gz-landing .trust-row{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.gz-landing .trust-item{display:flex;align-items:center;gap:5px;font-size:13px;color:var(--text-muted)}.gz-landing .trust-item em{font-style:normal;color:var(--accent);font-weight:600}.gz-landing .trust-sep{color:var(--border);margin:0 4px}.gz-landing .dash{background:var(--bg);border:1px solid var(--border);border-radius:14px;padding:18px;margin-top:36px}.gz-landing .dash-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.gz-landing .dash-label{font-size:12px;color:var(--text-muted);font-weight:500}.gz-landing .dash-badge{background:var(--accent-light);border:1px solid var(--accent-border);border-radius:20px;padding:3px 11px;font-size:11px;color:var(--accent)}.gz-landing .metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.gz-landing .metric{background:var(--white);border:1px solid var(--border);border-radius:10px;padding:14px;position:relative;overflow:hidden}.gz-landing .metric:after{content:"";position:absolute;top:0;right:0;width:3px;height:100%}.gz-landing .m1:after{background:var(--accent)}.gz-landing .m2:after{background:var(--warning)}.gz-landing .m3:after{background:var(--accent2)}.gz-landing .m4:after{background:var(--purple)}.gz-landing .metric-label{font-size:10px;color:var(--text-muted);margin-bottom:6px}.gz-landing .metric-value{font-size:18px;font-weight:600;color:var(--primary)}.gz-landing .metric-delta{font-size:10px;margin-top:5px}.gz-landing .d-up{color:var(--accent)}.gz-landing .d-warn{color:var(--warning)}.gz-landing .d-auto{color:var(--accent2)}.gz-landing .d-purple{color:var(--purple)}.gz-landing .inv-row{background:var(--white);border:1px solid var(--border);border-radius:10px;padding:11px 14px;margin-top:10px;display:flex;align-items:center;justify-content:space-between}.gz-landing .inv-label{font-size:13px;color:var(--text-secondary)}.gz-landing .inv-badge{font-size:12px;font-weight:500;color:var(--accent);background:var(--accent-light);border:1px solid #ccfbf1;padding:4px 12px;border-radius:20px}.gz-landing .section{padding:48px 40px}.gz-landing .section.alt{background:var(--bg)}.gz-landing .section-tag{font-size:11px;color:var(--accent);font-weight:700;text-transform:uppercase;letter-spacing:.07em;margin-bottom:8px}.gz-landing .section-title{font-size:24px;font-weight:600;color:var(--primary);margin-bottom:8px}.gz-landing .section-sub{font-size:15px;color:var(--text-secondary);margin-bottom:32px;line-height:1.65}.gz-landing .feat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.gz-landing .feat-card{border:1px solid var(--border);border-radius:12px;padding:22px;background:var(--white)}.gz-landing .feat-top{display:flex;align-items:center;gap:12px;margin-bottom:10px}.gz-landing .feat-icon{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.gz-landing .fi-teal{background:#f0fdfa}.gz-landing .fi-blue{background:#eff6ff}.gz-landing .fi-amber{background:#fffbeb}.gz-landing .fi-purple{background:#faf5ff}.gz-landing .feat-title{font-size:14px;font-weight:600;color:var(--primary)}.gz-landing .feat-desc{font-size:12.5px;color:var(--text-muted);line-height:1.6}.gz-landing .eb-section{background:var(--white)}.gz-landing .eb-wrap{background:#0f172a;border-radius:16px;padding:32px}.gz-landing .eb-header{text-align:center;margin-bottom:28px}.gz-landing .eb-chip{display:inline-flex;align-items:center;gap:7px;background:rgba(13,148,136,.15);border:1px solid rgba(13,148,136,.35);border-radius:20px;padding:6px 16px;font-size:12px;color:#5eead4;font-weight:500;margin-bottom:16px}.gz-landing .eb-title{color:#f1f5f9;font-size:22px;font-weight:600;line-height:1.4;margin-bottom:10px}.gz-landing .eb-sub{color:#94a3b8;font-size:14px;line-height:1.65}.gz-landing .eb-sub strong{color:#5eead4}.gz-landing .tiers{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:22px}.gz-landing .tier-current{background:rgba(13,148,136,.15);border:1.5px solid rgba(13,148,136,.5);border-radius:12px;padding:20px}.gz-landing .tier-current .tier-badge{color:#5eead4;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:10px}.gz-landing .tier-current .tier-price{color:#f1f5f9;font-size:26px;font-weight:600;margin-bottom:4px}.gz-landing .tier-current .tier-price span{font-size:13px;font-weight:400;color:#94a3b8}.gz-landing .tier-current .tier-desc{color:#94a3b8;font-size:12px;margin-bottom:6px}.gz-landing .tier-current .tier-highlight{color:#5eead4;font-size:11px;font-weight:500}.gz-landing .tier-future{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:20px}.gz-landing .tier-future .tier-badge{color:#475569;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:10px}.gz-landing .tier-future .tier-price{color:#64748b;font-size:26px;font-weight:600;margin-bottom:4px}.gz-landing .tier-future .tier-price span{font-size:13px;font-weight:400}.gz-landing .tier-future .tier-desc{color:#475569;font-size:12px;margin-bottom:6px}.gz-landing .tier-future .tier-note{color:#64748b;font-size:11px}.gz-landing .prog-row{display:flex;justify-content:space-between;font-size:12px;color:#64748b;margin-bottom:9px}.gz-landing .prog-row .prog-count{color:#5eead4;font-weight:500}.gz-landing .prog-row .prog-spots{color:#f59e0b;font-weight:500}.gz-landing .prog-bar{background:hsla(0,0%,100%,.08);border-radius:20px;height:8px;overflow:hidden;margin-bottom:20px}.gz-landing .prog-fill{height:100%;border-radius:20px;width:46%}.gz-landing .eb-btn,.gz-landing .prog-fill{background:linear-gradient(90deg,var(--accent),var(--accent2))}.gz-landing .eb-btn{width:100%;color:var(--white);border:none;padding:15px;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;font-family:inherit;text-decoration:none;display:block;text-align:center;box-sizing:border-box}.gz-landing .eb-footnote{text-align:center;font-size:12px;color:#94a3b8;margin-top:11px}.gz-landing .founder{margin:0 40px 40px;background:var(--bg);border:1px solid var(--border);border-radius:12px;padding:24px;display:flex;gap:20px;align-items:flex-start}.gz-landing .founder-avatar{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--accent2));flex-shrink:0;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:20px;font-weight:600}.gz-landing .founder-quote{font-size:14px;color:#475569;line-height:1.75;font-style:italic}.gz-landing .founder-name{font-size:12px;color:var(--text-muted);margin-top:8px;font-style:normal}.gz-foot{background:var(--white,#fff);padding:20px 32px;justify-content:space-between;border-top:1px solid #e2e8f0;flex-wrap:wrap;gap:12px}.gz-foot,.gz-foot .footer-logo{display:flex;align-items:center}.gz-foot .footer-logo{gap:8px;font-size:14px;font-weight:600;color:#0f172a}.gz-foot .footer-mark{width:24px;height:24px;background:linear-gradient(135deg,#0d9488,#0284c7);border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:12px}.gz-foot .footer-links{display:flex;gap:18px;flex-wrap:wrap}.gz-foot .footer-links a{color:#94a3b8;font-size:13px;text-decoration:none}.gz-foot .footer-links a:hover{color:#0d9488}@media (max-width:720px){.gz-landing .site{margin:0;border-radius:0;border-left:none;border-right:none}.gz-landing .nav{padding:12px 18px}.gz-landing .nav-links{display:none}.gz-landing .hero{padding:40px 20px 32px}.gz-landing .hero h1{font-size:28px}.gz-landing .section{padding:36px 20px}.gz-landing .metrics{grid-template-columns:repeat(2,1fr)}.gz-landing .hero-grid,.gz-landing .tiers{grid-template-columns:1fr}.gz-landing .hero-grid{gap:30px}.gz-landing .feat-grid{grid-template-columns:1fr}.gz-landing .demo-cap{font-size:11.5px;padding:20px 12px 9px}.gz-landing .eb-tiers,.gz-landing .tracks{grid-template-columns:1fr}.gz-landing .eb-wrap{padding:22px 18px}.gz-landing .founder{margin:0 18px 28px;flex-direction:column}.gz-foot{padding:18px}.gz-landing .site{margin:0;border-radius:0}.gz-landing .nav{padding:11px 16px;gap:8px}.gz-landing .nav-cta{padding:8px 14px;font-size:12.5px}.gz-landing .nav-login{font-size:13px}.gz-landing .hero{padding:34px 18px 28px}.gz-landing .hero-grid{gap:26px}.gz-landing .hero-btns{gap:10px}.gz-landing .hero-btns .btn-primary,.gz-landing .hero-btns .btn-secondary{flex:1 1 auto;text-align:center;justify-content:center}.gz-landing .dash{margin-top:0}.gz-landing .demo-carousel{border-radius:12px}}@media (max-width:480px){.gz-landing .hero h1{font-size:25px;line-height:1.3}.gz-landing .hero-sub{font-size:15px}.gz-landing .section-title{font-size:21px}.gz-landing .metrics{grid-template-columns:1fr 1fr;gap:9px}.gz-landing .metric-value{font-size:19px}.gz-landing .trust-row{gap:6px}.gz-landing .trust-sep{display:none}.gz-landing .eb-tiers{gap:8px}.gz-landing .track{padding:20px}.gz-landing .demo-cap{font-size:11px;padding:18px 10px 8px}}.gz-landing .demo-carousel{position:relative;width:100%;max-width:940px;margin:6px auto 0;aspect-ratio:1400/637;border:1px solid var(--border);border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 10px 34px rgba(15,23,42,.12)}.gz-landing .demo-slide{position:absolute;inset:0;opacity:0;animation:gzfade 13.5s infinite;will-change:opacity}.gz-landing .demo-slide img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;display:block}.gz-landing .demo-slide-1{animation-delay:0s}.gz-landing .demo-slide-2{animation-delay:4.5s}.gz-landing .demo-slide-3{animation-delay:9s}@keyframes gzfade{0%{opacity:0}3%{opacity:1}30%{opacity:1}33%{opacity:0}to{opacity:0}}.gz-landing .demo-cap{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(0deg,rgba(15,23,42,.82),rgba(15,23,42,0));color:#fff;font-size:13.5px;font-weight:500;text-align:center;padding:26px 16px 12px}.gz-landing .demo-dots{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);display:flex;gap:7px;z-index:3}.gz-landing .demo-dot{width:8px;height:8px;border-radius:50%;background:hsla(0,0%,100%,.45);animation:gzdot 13.5s infinite}.gz-landing .demo-dot-1{animation-delay:0s}.gz-landing .demo-dot-2{animation-delay:4.5s}.gz-landing .demo-dot-3{animation-delay:9s}@keyframes gzdot{0%,30%{background:#fff;transform:scale(1.25)}33%,to{background:hsla(0,0%,100%,.45);transform:scale(1)}}.gz-landing .demo-carousel:hover .demo-dot,.gz-landing .demo-carousel:hover .demo-slide{animation-play-state:paused}@media (prefers-reduced-motion:reduce){.gz-landing .demo-slide-1{opacity:1}.gz-landing .demo-dot,.gz-landing .demo-slide{animation:none}}.gz-landing .tracks{display:grid;grid-template-columns:1fr 1fr;gap:18px}.gz-landing .track{border-radius:16px;padding:26px}.gz-landing .track-eb{background:#0f172a}.gz-landing .track-rest{background:var(--white);border:1.5px solid var(--accent-border)}.gz-landing .track-head{display:flex;align-items:center;gap:12px;margin-bottom:16px}.gz-landing .track-icon{width:44px;height:44px;border-radius:11px;display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0;background:rgba(13,148,136,.15);border:1px solid rgba(13,148,136,.35)}.gz-landing .track-rest .track-icon{background:var(--accent-light);border:1px solid var(--accent-border)}.gz-landing .track-name{font-size:19px;font-weight:700;color:#f1f5f9}.gz-landing .track-rest .track-name{color:var(--primary)}.gz-landing .track-tag{font-size:12px;color:#94a3b8;margin-top:2px}.gz-landing .track-rest .track-tag{color:var(--text-secondary)}.gz-landing .track-sub{font-size:13px;color:#94a3b8;line-height:1.6;margin-bottom:18px}.gz-landing .track-sub strong{color:#5eead4}.gz-landing .eb-tiers{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-bottom:18px}.gz-landing .eb-tier{background:#1e293b;border:1px solid #334155;border-radius:11px;padding:14px}.gz-landing .eb-tier-current{background:rgba(13,148,136,.15);border:1.5px solid rgba(13,148,136,.5)}.gz-landing .eb-tier-badge{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#475569;margin-bottom:8px}.gz-landing .eb-tier-current .eb-tier-badge{color:#5eead4}.gz-landing .eb-tier-price{color:#f1f5f9;font-size:21px;font-weight:700;margin-bottom:3px}.gz-landing .eb-tier-price.muted{color:#64748b}.gz-landing .eb-tier-price span{font-size:11px;font-weight:400;color:#94a3b8}.gz-landing .eb-tier-desc{font-size:11px;color:#94a3b8;line-height:1.4}.gz-landing .eb-tier:not(.eb-tier-current) .eb-tier-desc{color:#64748b}.gz-landing .eb-tier-hl{color:#5eead4;font-size:10.5px;font-weight:600;margin-top:6px}.gz-landing .track-eb .prog-row{display:flex;justify-content:space-between;font-size:11.5px;color:#64748b;margin-bottom:8px}.gz-landing .track-eb .prog-count{color:#5eead4;font-weight:600}.gz-landing .track-eb .prog-spots{color:#f59e0b;font-weight:600}.gz-landing .track-eb .prog-bar{background:hsla(0,0%,100%,.08);border-radius:20px;height:8px;overflow:hidden;margin-bottom:18px}.gz-landing .track-eb .prog-fill{height:100%;background:linear-gradient(90deg,var(--accent),var(--accent2));border-radius:20px;width:46%}.gz-landing .track-price-block{background:var(--accent-light);border:1px solid var(--accent-border);border-radius:12px;padding:16px 18px;margin-bottom:14px}.gz-landing .track-price{font-size:30px;font-weight:700;color:var(--primary)}.gz-landing .track-price span{font-size:14px;font-weight:400;color:var(--text-secondary)}.gz-landing .track-price-note{font-size:12px;color:var(--text-muted);margin-top:2px}.gz-landing .track-pilot{background:#fffbeb;border:1px solid #fde68a;color:#92400e;border-radius:10px;padding:11px 14px;font-size:12.5px;line-height:1.5;margin-bottom:16px}.gz-landing .track-pilot strong{color:#78350f}.gz-landing .track-feats-label{font-size:12px;font-weight:600;color:var(--text-secondary);margin-bottom:10px}.gz-landing .track-feats{list-style:none;padding:0;margin:0 0 18px;display:flex;flex-direction:column;gap:9px}.gz-landing .track-feats li{font-size:13.5px;color:var(--primary);display:flex;align-items:center;gap:8px}.gz-landing .track-btn{width:100%;background:linear-gradient(90deg,var(--accent),var(--accent2));color:var(--white);border:none;padding:14px;border-radius:10px;font-size:14.5px;font-weight:600;cursor:pointer;font-family:inherit;text-decoration:none;display:block;text-align:center;box-sizing:border-box}.gz-landing .track-btn-alt{background:var(--primary)}.gz-landing .track-foot{text-align:center;font-size:11.5px;color:#94a3b8;margin-top:10px}.gz-landing .track-rest .track-foot{color:var(--text-muted)}.gz-landing .pricing-note{text-align:center;font-size:13px;color:var(--text-secondary);margin-top:22px;line-height:1.6;background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:14px 20px}@media (min-width:721px) and (max-width:1040px){.gz-landing .feat-grid{grid-template-columns:repeat(2,1fr)}}.gz-legal{direction:rtl;background:#eef0f4;color:#0f172a;min-height:100vh}.gz-legal *{box-sizing:border-box}.gz-legal .legal-nav{background:#fff;border-bottom:1px solid #e2e8f0;padding:14px 32px;display:flex;align-items:center;justify-content:space-between}.gz-legal .legal-nav .logo{display:flex;align-items:center;gap:9px;font-size:18px;font-weight:600;color:#0f172a;text-decoration:none}.gz-legal .legal-nav .logo-mark{width:32px;height:32px;background:linear-gradient(135deg,#0d9488,#0284c7);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:16px}.gz-legal .legal-nav a.back{color:#64748b;font-size:14px;text-decoration:none}.gz-legal .legal-nav a.back:hover{color:#0d9488}.gz-legal .legal-wrap{max-width:820px;margin:28px auto;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:40px 44px}.gz-legal h1{font-size:28px;font-weight:600;color:#0f172a;margin:0 0 6px}.gz-legal .updated{font-size:13px;color:#94a3b8;margin-bottom:22px}.gz-legal .draft-banner{background:#fffbeb;border:1px solid #fde68a;color:#92400e;border-radius:10px;padding:12px 16px;font-size:13px;line-height:1.6;margin-bottom:26px}.gz-legal h2{font-size:18px;margin:26px 0 8px}.gz-legal h2,.gz-legal h3{font-weight:600;color:#0f172a}.gz-legal h3{font-size:15px;margin:18px 0 6px}.gz-legal p{font-size:14.5px;line-height:1.85;color:#334155;margin:0 0 12px}.gz-legal ul{margin:0 0 14px;padding-right:22px}.gz-legal li{font-size:14.5px;line-height:1.85;color:#334155;margin-bottom:6px}.gz-legal a.inline{color:#0d9488}.gz-legal .ph{background:#f1f5f9;border-radius:4px;padding:0 5px;color:#64748b;font-size:.92em}@media (max-width:720px){.gz-legal .legal-nav{padding:12px 18px}.gz-legal .legal-wrap{margin:0;border-radius:0;border-left:none;border-right:none;padding:28px 20px}.gz-legal h1{font-size:23px}.gz-landing .tracks{grid-template-columns:1fr;gap:16px}.gz-landing .eb-tiers{grid-template-columns:1fr;gap:10px}.gz-landing .eb-tier{display:flex;flex-direction:column}}.gz-landing .eb-tier-full{opacity:.55}.gz-landing .eb-tier-full .eb-tier-badge{color:var(--muted,#888)}