:root{--primary: #6366f1;--primary-hover: #4f46e5;--secondary: #06b6d4;--emerald: #10b981;--emerald-hover: #059669;--amber: #f59e0b;--rose: #f43f5e;--bg-dark: #090d16;--card-bg: rgba(17, 25, 40, .6);--card-border: rgba(255, 255, 255, .08);--text-main: #f8fafc;--text-muted: #94a3b8;--glass: rgba(10, 15, 30, .85)}*{margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth}body{font-family:Plus Jakarta Sans,sans-serif;background-color:var(--bg-dark);color:var(--text-main);min-height:100vh;line-height:1.6;overflow-x:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:99px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}.portal-container{display:flex;flex-direction:column;min-height:100vh}.navbar{position:sticky;top:0;z-index:1000;display:flex;justify-content:space-between;align-items:center;padding:1.2rem 8%;background:var(--glass);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--card-border);box-shadow:0 4px 30px #0006}.nav-brand{display:flex;align-items:center;gap:.8rem}.brand-logo{display:flex;align-items:center;justify-content:center;background:#38bdf826;border:1px solid rgba(56,189,248,.3);padding:.5rem;border-radius:12px;box-shadow:0 0 15px #38bdf833}.brand-text{font-size:1.4rem;font-weight:800;letter-spacing:.05em;background:linear-gradient(135deg,#818cf8,#38bdf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.nav-links{display:flex;gap:2.2rem;align-items:center}.nav-links a{color:#cbd5e1;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .2s ease;position:relative}.nav-links a:after{content:"";position:absolute;bottom:-6px;left:0;width:0;height:2px;background:#38bdf8;transition:width .25s ease}.nav-links a:hover{color:#38bdf8}.nav-links a:hover:after{width:100%}.nav-actions{display:flex;align-items:center;gap:1rem}.btn-login{background:#ffffff08;color:#fff;border:1px solid var(--card-border);padding:.65rem 1.4rem;border-radius:99px;font-weight:700;font-size:.88rem;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .3s ease}.btn-login:hover{background:#ffffff1a;border-color:#38bdf8;color:#38bdf8;box-shadow:0 0 15px #38bdf826}.btn-cta{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;text-decoration:none;border:none;padding:.68rem 1.4rem;border-radius:99px;font-weight:700;font-size:.88rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #6366f159;display:inline-block}.btn-cta:hover{transform:translateY(-2px);box-shadow:0 8px 25px #6366f180;filter:brightness(1.1)}.hero-section{padding:6.5rem 8% 5rem;text-align:center;background:radial-gradient(circle at 50% 0%,rgba(99,102,241,.22) 0%,rgba(6,182,212,.08) 35%,transparent 60%);display:flex;flex-direction:column;align-items:center}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.4rem;border-radius:99px;background:#6366f11f;border:1px solid rgba(99,102,241,.25);color:#a5b4fc;font-size:.85rem;font-weight:700;margin-bottom:2rem;box-shadow:inset 0 1px 1px #ffffff1a}.hero-title{font-size:3.8rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;letter-spacing:-.02em;color:#fff;max-width:950px}.highlight-text{background:linear-gradient(135deg,#818cf8,#22d3ee);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-subtitle{font-size:1.25rem;color:#cbd5e1;max-width:820px;margin:0 auto 2.8rem;line-height:1.7}.hero-actions{display:flex;justify-content:center;align-items:center;gap:1.2rem;margin-bottom:3.5rem;flex-wrap:wrap}.btn-hero-primary{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;text-decoration:none;padding:.95rem 2.2rem;border-radius:99px;font-weight:700;font-size:1.05rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 25px #6366f166}.btn-hero-primary:hover{transform:translateY(-3px);box-shadow:0 15px 35px #6366f199;filter:brightness(1.15)}.btn-hero-secondary{background:#ffffff0a;color:#fff;border:1px solid var(--card-border);padding:.95rem 2.2rem;border-radius:99px;font-weight:700;font-size:1.05rem;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s ease}.btn-hero-secondary:hover{background:#ffffff1a;border-color:#38bdf8;color:#38bdf8;transform:translateY(-2px)}.hero-highlights{display:flex;justify-content:center;align-items:center;gap:2.2rem;flex-wrap:wrap;margin-top:1rem}.highlight-item{display:flex;align-items:center;gap:.5rem;font-size:.92rem;font-weight:600;color:#94a3b8;background:#ffffff05;border:1px solid var(--card-border);padding:.4rem 1.2rem;border-radius:99px}.suite-section,.pricing-section,.demo-section,.profile-section{padding:6.5rem 8%;border-top:1px solid rgba(255,255,255,.04)}.section-header{text-align:center;margin-bottom:4.5rem;display:flex;flex-direction:column;align-items:center}.section-tag{color:#818cf8;font-size:.82rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.8rem;background:#6366f11f;padding:.3rem 1.2rem;border-radius:99px;border:1px solid rgba(99,102,241,.2)}.section-header h2{font-size:2.6rem;font-weight:800;color:#fff;margin-bottom:1rem;letter-spacing:-.01em}.section-header p{color:var(--text-muted);font-size:1.15rem;max-width:680px;margin:0 auto}.suite-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.2rem}.suite-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:24px;padding:2.5rem;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;justify-content:space-between;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.suite-card:hover{transform:translateY(-8px);border-color:#6366f180;box-shadow:0 20px 40px #00000080,0 0 20px #6366f11a}.suite-port-badge{align-self:flex-start;font-size:.75rem;font-weight:800;padding:.25rem .8rem;border-radius:6px;background:#38bdf81f;border:1px solid rgba(56,189,248,.2);color:#38bdf8;margin-bottom:1.5rem}.suite-card h3{font-size:1.4rem;color:#fff;font-weight:700;margin-bottom:.8rem;line-height:1.4}.suite-card p{color:var(--text-muted);font-size:.95rem;line-height:1.6;margin-bottom:1.8rem}.suite-link{color:#38bdf8;text-decoration:none;font-weight:700;font-size:.92rem;display:inline-flex;align-items:center;gap:6px;transition:transform .2s ease,color .2s ease}.suite-link:hover{color:#60a5fa}.suite-link svg{transition:transform .2s ease}.suite-link:hover svg{transform:translate(2px,-2px)}.billing-toggle{display:flex;background:#ffffff08;padding:.35rem;border-radius:12px;border:1px solid var(--card-border);margin:2rem auto 0;width:fit-content}.billing-toggle button{background:transparent;color:var(--text-muted);border:none;padding:.6rem 1.4rem;font-weight:700;font-size:.9rem;border-radius:8px;cursor:pointer;transition:all .2s ease}.billing-toggle button.active{background:#38bdf8;color:#0f172a;box-shadow:0 4px 12px #38bdf840}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.2rem;max-width:1200px;margin:0 auto}.pricing-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:28px;padding:3rem 2.2rem;position:relative;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;justify-content:space-between;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.pricing-card.popular-card{border:2px solid #38bdf8;background:linear-gradient(180deg,#38bdf814,#111928b3);transform:scale(1.03);box-shadow:0 15px 35px #0006,0 0 25px #38bdf826}.card-popular-badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:linear-gradient(90deg,#38bdf8,#6366f1);color:#fff;padding:.35rem 1.5rem;border-radius:99px;font-size:.78rem;font-weight:800;letter-spacing:.06em;box-shadow:0 4px 10px #38bdf84d}.plan-badge{align-self:flex-start;font-size:.72rem;font-weight:800;color:#a5b4fc;background:#6366f126;padding:.25rem .8rem;border-radius:99px;margin-bottom:1.2rem;text-transform:uppercase}.pricing-card h3{font-size:1.7rem;color:#fff;font-weight:800;margin-bottom:.5rem}.plan-tagline{color:var(--text-muted);font-size:.9rem;margin-bottom:1.8rem;line-height:1.5}.price-box{display:flex;align-items:baseline;gap:.3rem;margin-bottom:.5rem}.price-box .currency{font-size:1.2rem;font-weight:700;color:#38bdf8}.price-box .amount{font-size:2.6rem;font-weight:800;color:#fff}.price-box .period{color:var(--text-muted);font-size:.95rem}.savings-tag{color:#34d399;font-size:.8rem;font-weight:700;display:block;margin-bottom:1.8rem}.plan-features{list-style:none;display:flex;flex-direction:column;gap:.9rem;margin-bottom:2.2rem;border-top:1px solid rgba(255,255,255,.05);padding-top:1.8rem}.plan-features li{display:flex;align-items:flex-start;gap:.65rem;font-size:.9rem;color:#e2e8f0}.plan-features li svg{flex-shrink:0;margin-top:.15rem}.btn-plan{display:block;text-align:center;text-decoration:none;background:#ffffff0a;color:#fff;border:1px solid var(--card-border);padding:.85rem;border-radius:14px;font-weight:700;font-size:.95rem;transition:all .3s ease}.btn-plan:hover{background:#ffffff1a;border-color:#ffffff4d;transform:translateY(-2px)}.btn-popular{background:linear-gradient(135deg,var(--primary),var(--secondary));border:none;box-shadow:0 4px 15px #6366f159}.btn-popular:hover{background:linear-gradient(135deg,var(--primary),var(--secondary));box-shadow:0 8px 25px #6366f18c}.promo-banner{margin:2rem 8%;background:linear-gradient(90deg,#6366f126,#06b6d426);border:1px solid rgba(99,102,241,.3);border-radius:24px;padding:2.2rem;box-shadow:0 10px 30px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.promo-content{display:flex;align-items:center;gap:1.5rem}.promo-content h3{color:#fff;font-size:1.25rem;font-weight:700;margin-bottom:.4rem}.promo-content p{color:#cbd5e1;font-size:.95rem;line-height:1.5}.demo-launchers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.demo-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:24px;padding:2.5rem;text-align:center;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;align-items:center;justify-content:space-between;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.demo-card:hover{transform:translateY(-8px);border-color:#38bdf8;box-shadow:0 15px 35px #38bdf826}.demo-card svg{margin-bottom:1.2rem;filter:drop-shadow(0 0 10px rgba(56,189,248,.2))}.demo-card h4{font-size:1.3rem;color:#fff;font-weight:700;margin-bottom:.6rem}.demo-card p{color:var(--text-muted);font-size:.92rem;margin-bottom:1.8rem;line-height:1.5;max-width:280px}.btn-demo-link{background:#38bdf81f;border:1px solid rgba(56,189,248,.3);color:#38bdf8;text-decoration:none;font-weight:700;font-size:.92rem;padding:.75rem 1.8rem;border-radius:12px;transition:all .3s ease;width:100%}.btn-demo-link:hover{background:#38bdf8;color:#0f172a;box-shadow:0 5px 15px #38bdf84d}.profile-card{background:linear-gradient(135deg,#0f172af2,#1e293bf2);border:1px solid var(--card-border);border-radius:32px;padding:3.5rem;box-shadow:0 25px 50px #0006}.profile-lead{font-size:1.3rem;color:#e2e8f0;line-height:1.6;margin-bottom:1.5rem;font-weight:600}.profile-info p{color:var(--text-muted);font-size:1.05rem;line-height:1.7;margin-bottom:2rem}.company-details{display:flex;flex-direction:column;gap:1.5rem;border-top:1px solid rgba(255,255,255,.05);padding-top:2rem}.detail-item{display:flex;align-items:flex-start;gap:1.2rem}.detail-item svg{flex-shrink:0;margin-top:.2rem;background:#ffffff08;padding:.6rem;width:38px;height:38px;border-radius:10px;border:1px solid var(--card-border)}.detail-item strong{display:block;color:#fff;font-size:.95rem;margin-bottom:.2rem}.detail-item p{color:var(--text-muted);font-size:.9rem;margin:0}.footer{background:#04070e;border-top:1px solid var(--card-border);padding:5rem 8% 2.5rem;color:var(--text-muted)}.footer-content{display:grid;grid-template-columns:2fr 1.2fr 1.2fr 1.5fr;gap:4rem;margin-bottom:4rem}.footer-brand{display:flex;flex-direction:column;align-items:flex-start}.footer-brand .brand-logo{margin-bottom:1rem}.footer-brand .brand-text{font-size:1.5rem;font-weight:800}.footer-links{display:flex;flex-direction:column;gap:.8rem}.footer-links h4{color:#fff;font-size:1.05rem;font-weight:700;margin-bottom:.8rem}.footer-links a{color:var(--text-muted);text-decoration:none;font-size:.92rem;transition:color .2s ease}.footer-links a:hover{color:#38bdf8}.footer-bottom{border-top:1px solid rgba(255,255,255,.05);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;font-size:.85rem}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;z-index:10000}.modal-card{background:#0b0f19;border:1px solid #38bdf8;padding:2.5rem;border-radius:28px;width:100%;max-width:480px;position:relative;box-shadow:0 20px 50px #0009,0 0 30px #38bdf826}.modal-close{position:absolute;top:1.2rem;right:1.2rem;background:transparent;border:none;color:#94a3b8;font-size:1.1rem;cursor:pointer;transition:color .2s}.modal-close:hover{color:#fff}.btn-emerald{background:linear-gradient(135deg,var(--emerald),var(--emerald-hover));color:#fff;border:none;border-radius:12px;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px #10b9814d}.btn-emerald:hover{transform:translateY(-2px);box-shadow:0 8px 25px #10b98180;filter:brightness(1.1)}@media (max-width: 1024px){.footer-content{grid-template-columns:1.5fr 1fr;gap:3rem}}@media (max-width: 768px){.navbar{padding:1.2rem 5%}.nav-links{display:none}.hero-section{padding:5rem 5% 4rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.pricing-card.popular-card{transform:none}.footer-content{grid-template-columns:1fr;gap:2.5rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}
