:root{--portal-brand-primary: #4f46e5;--portal-brand-primary-hover: #4338ca;--portal-brand-primary-dark: #3730a3;--portal-brand-primary-active: #312e81;--portal-brand-accent: #0284c7;--portal-brand-accent-hover: #0369a1;--portal-brand-text: #1e1b4b;--portal-bg-dark: #ffffff;--portal-bg-surface: #f8fafc;--portal-bg-card: #ffffff;--portal-bg-card-hover: #f1f5f9;--portal-bg-glass: rgba(79, 70, 229, .05);--portal-bg-glass-border: rgba(79, 70, 229, .15);--portal-white: #ffffff;--portal-text-body: #334155;--portal-text-muted: #64748b;--portal-text-heading: #0f172a;--portal-border: #e2e8f0;--portal-border-subtle: #f1f5f9;--portal-success: #10b981;--portal-warning: #f59e0b;--portal-error: #ef4444;--portal-gradient-brand: linear-gradient(135deg, #4f46e5 0%, #0284c7 100%);--portal-gradient-hero: linear-gradient(160deg, #ffffff 0%, #f0f4ff 50%, #f8fafc 100%);--portal-gradient-card: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);--portal-glow-primary: 0 10px 30px rgba(79, 70, 229, .06);--portal-glow-accent: 0 10px 30px rgba(2, 132, 199, .04);--portal-page-padding-top: 50px;--portal-page-padding-bottom: 100px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;padding:0;background-color:var(--portal-bg-dark);color:var(--portal-text-body);overflow-x:hidden}a{text-decoration:none;color:inherit}ul{list-style-type:none}button{cursor:pointer;border:none;background:none;font-family:inherit}.portal-container{max-width:1350px;width:100%;margin:0 auto;padding:0 40px}@media(max-width:768px){.portal-container{padding:0 20px!important}}@media(max-width:480px){.portal-container{padding:0 16px!important}}@media(max-width:360px){.portal-container{padding:0 12px!important}}.portal-main-layout{display:flex;flex-direction:column;height:100vh;overflow:hidden}.portal-main-body{flex:1;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;background-color:var(--portal-bg-dark)}.portal-main-page{flex:0 0 auto;display:flex;flex-direction:column;min-height:100%;width:100%}.portal-main-content{flex:1}.portal-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#ffffffd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--portal-border-subtle);height:64px;transition:background .3s ease,border-color .3s ease}.portal-header.scrolled{background:#fffffff7;border-bottom-color:var(--portal-border)}.portal-header-inner{display:flex;align-items:center;justify-content:space-between;height:64px}.portal-header-logo-link{display:flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0}.portal-header-logo-icon{width:36px;height:36px;background:var(--portal-gradient-brand);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;box-shadow:var(--portal-glow-primary)}.portal-header-logo-text{font-size:1.1rem;font-weight:700;color:var(--portal-text-heading);letter-spacing:-.02em}.portal-header-logo-text span{color:var(--portal-brand-primary)}.portal-header-nav{display:flex;align-items:center;gap:8px}.portal-header-nav-link{font-size:.875rem;font-weight:500;color:var(--portal-text-body);padding:6px 14px;border-radius:8px;transition:color .2s ease,background .2s ease;text-decoration:none}.portal-header-nav-link:hover,.portal-header-nav-link.active{color:var(--portal-brand-primary);background:var(--portal-bg-glass)}.portal-header-cta{display:flex;align-items:center;gap:10px}.portal-header-btn-login{font-size:.875rem;font-weight:500;color:var(--portal-text-body);padding:8px 18px;border-radius:8px;border:1px solid var(--portal-border);background:transparent;cursor:pointer;transition:color .2s ease,border-color .2s ease,background .2s ease;font-family:inherit;text-decoration:none;display:inline-flex;align-items:center}.portal-header-btn-login:hover{color:var(--portal-brand-primary);border-color:var(--portal-brand-primary);background:var(--portal-bg-glass)}.portal-header-btn-start{font-size:.875rem;font-weight:600;color:var(--portal-white);padding:8px 20px;border-radius:8px;border:none;background:var(--portal-gradient-brand);cursor:pointer;transition:opacity .2s ease,box-shadow .2s ease;font-family:inherit;text-decoration:none;display:inline-flex;align-items:center;box-shadow:0 4px 15px #4f46e540}.portal-header-btn-start:hover{opacity:.9;box-shadow:0 6px 20px #4f46e559}.portal-header-mobile-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px;background:none;border:none}.portal-header-mobile-toggle span{display:block;width:22px;height:2px;background:var(--portal-text-body);border-radius:2px;transition:transform .3s ease,opacity .3s ease}.portal-header-mobile-nav{display:none;flex-direction:column;padding:16px 20px 20px;border-top:1px solid var(--portal-border-subtle);background:#fffffffa;gap:4px;box-shadow:0 10px 15px #0000000d}.portal-header-mobile-nav-link{font-size:.95rem;font-weight:500;color:var(--portal-text-body);padding:10px 14px;border-radius:8px;text-decoration:none;transition:color .2s ease,background .2s ease}.portal-header-mobile-nav-link:hover{color:var(--portal-brand-primary);background:var(--portal-bg-glass)}.portal-header-mobile-nav-divider{height:1px;background:var(--portal-border-subtle);margin:8px 0}.portal-header-mobile-btn-start{font-size:.9rem;font-weight:600;color:var(--portal-white);padding:12px;border-radius:8px;border:none;background:var(--portal-gradient-brand);cursor:pointer;font-family:inherit;text-align:center;margin-top:4px;box-shadow:0 4px 15px #4f46e540}@media(max-width:900px){.portal-header-nav,.portal-header-cta{display:none}.portal-header-mobile-toggle{display:flex}}@media(max-width:900px){.portal-header-mobile-nav.open{display:flex}.portal-header{position:fixed;top:0;left:0;right:0;height:auto}}.portal-footer{background:var(--portal-bg-surface);border-top:1px solid var(--portal-border);padding:60px 0 32px}.portal-footer-inner{display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr;gap:48px}.portal-footer-brand-logo-link{display:flex;align-items:center;gap:10px;text-decoration:none;margin-bottom:16px}.portal-footer-brand-logo-icon{width:34px;height:34px;background:var(--portal-gradient-brand);border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:17px;flex-shrink:0}.portal-footer-brand-logo-text{font-size:1.05rem;font-weight:700;color:var(--portal-text-heading);letter-spacing:-.02em}.portal-footer-brand-logo-text span{color:var(--portal-brand-primary)}.portal-footer-brand-tagline{font-size:.875rem;color:var(--portal-text-muted);line-height:1.6;max-width:280px;margin-bottom:24px}.portal-footer-brand-badge{display:inline-flex;align-items:center;gap:6px;font-size:.75rem;font-weight:500;color:var(--portal-brand-accent);padding:5px 12px;border-radius:20px;border:1px solid rgba(2,132,199,.2);background:#0284c70d}.portal-footer-col-title{font-size:.8rem;font-weight:600;color:var(--portal-text-heading);text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px}.portal-footer-col-links{display:flex;flex-direction:column;gap:10px}.portal-footer-col-link{font-size:.875rem;color:var(--portal-text-muted);text-decoration:none;transition:color .2s ease}.portal-footer-col-link:hover{color:var(--portal-brand-primary)}.portal-footer-bottom{margin-top:48px;padding-top:24px;border-top:1px solid var(--portal-border);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.portal-footer-bottom-copy{font-size:.8rem;color:var(--portal-text-muted)}.portal-footer-bottom-links{display:flex;gap:20px}.portal-footer-bottom-link{font-size:.8rem;color:var(--portal-text-muted);text-decoration:none;transition:color .2s ease}.portal-footer-bottom-link:hover{color:var(--portal-brand-primary)}@media(max-width:900px){.portal-footer-inner{grid-template-columns:1fr 1fr;gap:32px}}@media(max-width:560px){.portal-footer-inner{grid-template-columns:1fr;gap:28px}.portal-footer-bottom{flex-direction:column;align-items:flex-start}}.portal-home-page{display:flex;flex-direction:column}.portal-home-section-header{max-width:640px;margin-bottom:56px}.portal-home-section-header-center{text-align:center;margin-left:auto;margin-right:auto}.portal-home-hero{position:relative;min-height:100vh;display:flex;align-items:center;padding-top:64px;overflow:hidden;background-color:var(--portal-bg-dark)}.portal-home-hero-bg{position:absolute;inset:0;background:var(--portal-gradient-hero);z-index:0}.portal-home-hero-orb{position:absolute;border-radius:50%;filter:blur(80px);animation:portal-home-orb-float 8s ease-in-out infinite alternate;pointer-events:none}.portal-home-hero-orb-1{width:600px;height:600px;background:radial-gradient(circle,rgba(79,70,229,.12) 0%,transparent 70%);top:-150px;left:-100px;animation-delay:0s}.portal-home-hero-orb-2{width:500px;height:500px;background:radial-gradient(circle,rgba(2,132,199,.08) 0%,transparent 70%);bottom:-100px;right:-80px;animation-delay:3s}.portal-home-hero-orb-3{width:300px;height:300px;background:radial-gradient(circle,rgba(79,70,229,.06) 0%,transparent 70%);top:40%;right:20%;animation-delay:5s}@keyframes portal-home-orb-float{0%{transform:translate(0) scale(1)}to{transform:translate(20px,-30px) scale(1.05)}}.portal-home-hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(79,70,229,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(79,70,229,.03) 1px,transparent 1px);background-size:60px 60px;z-index:0}.portal-home-hero-content{position:relative;z-index:1;width:100%;padding:80px 0}.portal-home-hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.portal-home-hero-text{display:flex;flex-direction:column;gap:24px}.portal-home-hero-badge{display:inline-flex;align-items:center;gap:8px;font-size:.8rem;font-weight:600;color:var(--portal-brand-accent);padding:6px 14px;border-radius:20px;border:1px solid rgba(2,132,199,.25);background:#0284c70d;width:fit-content;letter-spacing:.04em;text-transform:uppercase}.portal-home-hero-badge-dot{width:6px;height:6px;border-radius:50%;background:var(--portal-brand-accent);animation:portal-home-pulse 2s ease-in-out infinite}@keyframes portal-home-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.portal-home-hero-heading{font-size:3.8rem;font-weight:800;color:var(--portal-text-heading);line-height:1.1;letter-spacing:-.03em}.portal-home-hero-heading-gradient{background:var(--portal-gradient-brand);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.portal-home-hero-description{font-size:1.1rem;color:var(--portal-text-body);line-height:1.7;max-width:520px}.portal-home-hero-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.portal-home-hero-btn-primary{display:inline-flex;align-items:center;gap:8px;font-size:1rem;font-weight:600;color:var(--portal-white);padding:14px 28px;border-radius:12px;border:none;background:var(--portal-gradient-brand);cursor:pointer;transition:opacity .2s ease,box-shadow .2s ease,transform .2s ease;text-decoration:none;box-shadow:0 4px 20px #4f46e540}.portal-home-hero-btn-primary:hover{opacity:.92;box-shadow:0 8px 30px #4f46e559;transform:translateY(-1px)}.portal-home-hero-btn-secondary{display:inline-flex;align-items:center;gap:8px;font-size:1rem;font-weight:500;color:var(--portal-text-body);padding:13px 24px;border-radius:12px;border:1px solid var(--portal-border);background:transparent;cursor:pointer;transition:color .2s ease,border-color .2s ease,background .2s ease;text-decoration:none}.portal-home-hero-btn-secondary:hover{color:var(--portal-brand-primary);border-color:var(--portal-brand-primary);background:var(--portal-bg-glass)}.portal-home-hero-social-proof{display:flex;align-items:center;gap:14px}.portal-home-hero-avatars{display:flex}.portal-home-hero-avatar{width:32px;height:32px;border-radius:50%;border:2px solid var(--portal-bg-dark);background:var(--portal-gradient-brand);display:flex;align-items:center;justify-content:center;font-size:14px;margin-left:-8px;color:var(--portal-white)}.portal-home-hero-avatar:first-child{margin-left:0}.portal-home-hero-social-text{font-size:.875rem;color:var(--portal-text-muted)}.portal-home-hero-social-text strong{color:var(--portal-text-body);font-weight:600}.portal-home-hero-visual{position:relative;display:flex;justify-content:center;align-items:center}.portal-home-hero-card{background:var(--portal-bg-card);border:1px solid var(--portal-border);border-radius:20px;padding:28px;width:100%;max-width:440px;box-shadow:0 20px 40px #4f46e514,var(--portal-glow-primary);animation:portal-home-card-float 6s ease-in-out infinite}@keyframes portal-home-card-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.portal-home-card-header{display:flex;align-items:center;gap:12px;margin-bottom:20px}.portal-home-card-ai-icon{width:44px;height:44px;background:var(--portal-gradient-brand);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:22px;box-shadow:var(--portal-glow-primary);color:var(--portal-white)}.portal-home-card-header-text{flex:1}.portal-home-card-title{font-size:.95rem;font-weight:600;color:var(--portal-text-heading)}.portal-home-card-subtitle{font-size:.8rem;color:var(--portal-text-muted)}.portal-home-card-status{display:flex;align-items:center;gap:5px;font-size:.75rem;color:var(--portal-success);font-weight:500}.portal-home-card-status-dot{width:6px;height:6px;border-radius:50%;background:var(--portal-success);animation:portal-home-pulse 2s ease-in-out infinite}.portal-home-card-score-section{background:var(--portal-bg-glass);border:1px solid var(--portal-bg-glass-border);border-radius:12px;padding:16px;margin-bottom:16px}.portal-home-card-score-label{font-size:.75rem;color:var(--portal-text-muted);margin-bottom:8px;text-transform:uppercase;letter-spacing:.06em;font-weight:500}.portal-home-card-score-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.portal-home-card-score-value{font-size:2.2rem;font-weight:800;color:var(--portal-text-heading);letter-spacing:-.03em}.portal-home-card-score-pct{font-size:1rem;color:var(--portal-brand-primary);font-weight:600}.portal-home-card-score-bar-wrap{flex:1;height:6px;background:#4f46e51a;border-radius:3px;overflow:hidden}.portal-home-card-score-bar{height:100%;border-radius:3px;background:var(--portal-gradient-brand);width:78%;animation:portal-home-bar-grow 1.5s ease-out forwards}@keyframes portal-home-bar-grow{0%{width:0}to{width:78%}}.portal-home-card-suggestions{display:flex;flex-direction:column;gap:8px}.portal-home-card-suggestion{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;background:var(--portal-bg-surface);border:1px solid var(--portal-border);border-radius:10px}.portal-home-card-suggestion-icon{font-size:14px;margin-top:1px;flex-shrink:0}.portal-home-card-suggestion-text{font-size:.8rem;color:var(--portal-text-body);line-height:1.5}.portal-home-card-suggestion-text strong{color:var(--portal-text-heading);font-weight:600}.portal-home-hero-float-badge{position:absolute;background:var(--portal-bg-card);border:1px solid var(--portal-border);border-radius:12px;padding:10px 14px;display:flex;align-items:center;gap:8px;font-size:.8rem;font-weight:600;color:var(--portal-text-heading);box-shadow:0 8px 24px #4f46e514;white-space:nowrap}.portal-home-hero-float-badge-icon{font-size:16px}.portal-home-hero-float-1{top:-20px;right:-30px;animation:portal-home-float-1 5s ease-in-out infinite}.portal-home-hero-float-2{bottom:20px;left:-40px;animation:portal-home-float-2 6s ease-in-out infinite}@keyframes portal-home-float-1{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-8px) rotate(1deg)}}@keyframes portal-home-float-2{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(8px) rotate(-1deg)}}.portal-home-stats{background:var(--portal-bg-surface);border-top:1px solid var(--portal-border);border-bottom:1px solid var(--portal-border);padding:40px 0}.portal-home-stats-inner{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center}.portal-home-stats-item{display:flex;flex-direction:column;align-items:center;gap:6px;padding:16px;border-right:1px solid var(--portal-border)}.portal-home-stats-item:last-child{border-right:none}.portal-home-stats-value{font-size:2rem;font-weight:800;color:var(--portal-brand-primary);letter-spacing:-.03em;background:var(--portal-gradient-brand);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.portal-home-stats-label{font-size:.875rem;color:var(--portal-text-muted)}.portal-home-features{padding:100px 0;background:var(--portal-bg-dark)}.portal-home-section-tag{display:inline-flex;align-items:center;gap:6px;font-size:.75rem;font-weight:600;color:var(--portal-brand-primary);padding:5px 12px;border-radius:20px;border:1px solid var(--portal-border);background:var(--portal-bg-glass);text-transform:uppercase;letter-spacing:.06em;margin-bottom:16px}.portal-home-section-heading{font-size:2.6rem;font-weight:800;color:var(--portal-text-heading);line-height:1.15;letter-spacing:-.03em;margin-bottom:16px}.portal-home-section-heading span{background:var(--portal-gradient-brand);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.portal-home-section-sub{font-size:1rem;color:var(--portal-text-muted);line-height:1.7;max-width:560px;margin-bottom:60px}.portal-home-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.portal-home-feature-card{background:var(--portal-bg-card);border:1px solid var(--portal-border);border-radius:16px;padding:28px;transition:border-color .3s ease,box-shadow .3s ease,transform .3s ease;cursor:default;box-shadow:0 4px 15px #00000005}.portal-home-feature-card:hover{border-color:var(--portal-brand-primary);box-shadow:0 8px 30px #4f46e514;transform:translateY(-4px)}.portal-home-feature-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:18px}.portal-home-feature-icon-purple{background:#4f46e514;border:1px solid rgba(79,70,229,.15)}.portal-home-feature-icon-cyan{background:#0284c714;border:1px solid rgba(2,132,199,.15)}.portal-home-feature-icon-green{background:#10b98114;border:1px solid rgba(16,185,129,.15)}.portal-home-feature-icon-pink{background:#ef444414;border:1px solid rgba(239,68,68,.15)}.portal-home-feature-icon-amber{background:#f59e0b14;border:1px solid rgba(245,158,11,.15)}.portal-home-feature-icon-indigo{background:#6366f114;border:1px solid rgba(99,102,241,.15)}.portal-home-feature-title{font-size:1.05rem;font-weight:700;color:var(--portal-text-heading);margin-bottom:8px;letter-spacing:-.01em}.portal-home-feature-desc{font-size:.875rem;color:var(--portal-text-muted);line-height:1.65}.portal-home-how{padding:100px 0;background:var(--portal-bg-surface)}.portal-home-how-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;position:relative}.portal-home-how-steps:before{content:"";position:absolute;top:32px;left:60px;right:60px;height:1px;background:linear-gradient(90deg,transparent,var(--portal-border),transparent);z-index:0}.portal-home-how-step{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;position:relative;z-index:1}.portal-home-how-step-num{width:64px;height:64px;border-radius:50%;background:var(--portal-gradient-brand);display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:800;color:var(--portal-white);box-shadow:var(--portal-glow-primary);flex-shrink:0}.portal-home-how-step-title{font-size:1rem;font-weight:700;color:var(--portal-text-heading);letter-spacing:-.01em}.portal-home-how-step-desc{font-size:.875rem;color:var(--portal-text-muted);line-height:1.6}.portal-home-testimonials{padding:100px 0;background:var(--portal-bg-dark)}.portal-home-testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.portal-home-testimonial-card{background:var(--portal-bg-card);border:1px solid var(--portal-border);border-radius:16px;padding:28px;transition:border-color .3s ease,box-shadow .3s ease;box-shadow:0 4px 15px #00000003}.portal-home-testimonial-card:hover{border-color:var(--portal-brand-primary);box-shadow:0 8px 30px #4f46e50f}.portal-home-testimonial-stars{display:flex;gap:3px;margin-bottom:14px}.portal-home-testimonial-star{font-size:14px}.portal-home-testimonial-quote{font-size:.9rem;color:var(--portal-text-body);line-height:1.7;margin-bottom:20px;font-style:italic}.portal-home-testimonial-author{display:flex;align-items:center;gap:12px}.portal-home-testimonial-avatar{width:38px;height:38px;border-radius:50%;background:var(--portal-gradient-brand);display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0;color:var(--portal-white)}.portal-home-testimonial-name{font-size:.875rem;font-weight:600;color:var(--portal-text-heading)}.portal-home-testimonial-role{font-size:.775rem;color:var(--portal-text-muted)}.portal-home-cta{padding:100px 0;background:var(--portal-bg-surface)}.portal-home-cta-box{background:var(--portal-bg-card);border:1px solid var(--portal-border);border-radius:24px;padding:64px;text-align:center;position:relative;overflow:hidden;box-shadow:0 10px 40px #00000005}.portal-home-cta-box:before{content:"";position:absolute;top:-60px;left:50%;transform:translate(-50%);width:400px;height:400px;background:radial-gradient(circle,rgba(79,70,229,.05) 0%,transparent 70%);pointer-events:none}.portal-home-cta-heading{font-size:2.8rem;font-weight:800;color:var(--portal-text-heading);line-height:1.15;letter-spacing:-.03em;margin-bottom:16px;position:relative;z-index:1}.portal-home-cta-heading span{background:var(--portal-gradient-brand);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.portal-home-cta-sub{font-size:1.05rem;color:var(--portal-text-muted);line-height:1.7;max-width:520px;margin:0 auto 36px;position:relative;z-index:1}.portal-home-cta-actions{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;position:relative;z-index:1}.portal-home-cta-btn-primary{display:inline-flex;align-items:center;gap:8px;font-size:1rem;font-weight:600;color:var(--portal-white);padding:14px 32px;border-radius:12px;border:none;background:var(--portal-gradient-brand);cursor:pointer;transition:opacity .2s ease,box-shadow .2s ease,transform .2s ease;text-decoration:none;box-shadow:0 4px 20px #4f46e540}.portal-home-cta-btn-primary:hover{opacity:.92;box-shadow:0 8px 30px #4f46e559;transform:translateY(-1px)}.portal-home-cta-note{font-size:.8rem;color:var(--portal-text-muted);margin-top:16px;position:relative;z-index:1}@media(max-width:1100px){.portal-home-hero-heading{font-size:3rem}.portal-home-features-grid,.portal-home-testimonials-grid,.portal-home-how-steps{grid-template-columns:repeat(2,1fr)}.portal-home-how-steps:before{display:none}}@media(max-width:900px){.portal-home-hero-inner{grid-template-columns:1fr;gap:48px}.portal-home-hero-visual{justify-content:flex-start}.portal-home-hero-card{max-width:100%}.portal-home-hero-float-1,.portal-home-hero-float-2{display:none}.portal-home-stats-inner{grid-template-columns:repeat(2,1fr)}.portal-home-stats-item:nth-child(2){border-right:none}.portal-home-stats-item:nth-child(3){border-top:1px solid var(--portal-border)}.portal-home-stats-item:nth-child(4){border-top:1px solid var(--portal-border);border-right:none}.portal-home-cta-box{padding:40px 24px}.portal-home-cta-heading{font-size:2rem}}@media(max-width:640px){.portal-home-hero-heading{font-size:2.2rem}.portal-home-section-heading{font-size:2rem}.portal-home-features-grid,.portal-home-how-steps,.portal-home-testimonials-grid{grid-template-columns:1fr}.portal-home-stats-inner{grid-template-columns:repeat(2,1fr)}}@media(max-width:360px){.portal-home-hero-heading{font-size:1.85rem}.portal-home-hero-actions{flex-direction:column;align-items:flex-start}.portal-home-stats-inner{grid-template-columns:1fr}.portal-home-stats-item{border-right:none;border-top:1px solid var(--portal-border)}.portal-home-stats-item:first-child{border-top:none}}.portal-home-tools{padding:100px 0;background:var(--portal-bg-surface)}.portal-home-tools-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.portal-home-tool-card{background:var(--portal-bg-card);border:1px solid var(--portal-border);border-radius:20px;padding:32px;display:flex;flex-direction:column;gap:12px;box-shadow:0 4px 15px #00000005;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;cursor:default}.portal-home-tool-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #4f46e514}.portal-home-tool-tool-blue{border-top:3px solid #2563eb}.portal-home-tool-tool-indigo{border-top:3px solid #4f46e5}.portal-home-tool-tool-violet{border-top:3px solid #7c3aed}.portal-home-tool-tool-cyan{border-top:3px solid #0284c7}.portal-home-tool-tool-green{border-top:3px solid #10b981}.portal-home-tool-tool-amber{border-top:3px solid #f59e0b}.portal-home-tool-icon-wrap{width:52px;height:52px;border-radius:14px;background:var(--portal-bg-glass);border:1px solid var(--portal-bg-glass-border);display:flex;align-items:center;justify-content:center;font-size:24px}.portal-home-tool-label{font-size:1.05rem;font-weight:700;color:var(--portal-text-heading);letter-spacing:-.01em}.portal-home-tool-desc{font-size:.875rem;color:var(--portal-text-muted);line-height:1.6;flex:1}.portal-home-tool-link{font-size:.85rem;font-weight:600;color:var(--portal-brand-primary);text-decoration:none;transition:opacity .2s ease;margin-top:4px;display:inline-block}.portal-home-tool-link:hover{opacity:.75}@media(max-width:992px){.portal-home-tools-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.portal-home-tools-grid{grid-template-columns:1fr}}.portal-solutions-page{padding:120px 0 80px;background-color:var(--portal-bg-dark)}.portal-solutions-header{text-align:center;max-width:700px;margin:0 auto 60px}.portal-solutions-tag{display:inline-flex;align-items:center;gap:6px;font-size:.75rem;font-weight:600;color:var(--portal-brand-primary);padding:5px 12px;border-radius:20px;border:1px solid var(--portal-border);background:var(--portal-bg-glass);text-transform:uppercase;letter-spacing:.06em;margin-bottom:16px}.portal-solutions-title{font-size:2.6rem;font-weight:800;color:var(--portal-text-heading);line-height:1.2;margin-bottom:16px;letter-spacing:-.02em}.portal-solutions-subtitle{font-size:1.1rem;color:var(--portal-text-muted);line-height:1.6}.portal-solutions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-top:40px}.portal-solutions-card{background:var(--portal-bg-card);border:1px solid var(--portal-border);border-radius:20px;padding:40px;box-shadow:0 10px 30px #00000005;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.portal-solutions-card:hover{transform:translateY(-4px);border-color:var(--portal-brand-primary);box-shadow:0 15px 35px #4f46e514}.portal-solutions-card-icon{font-size:2.5rem;margin-bottom:24px}.portal-solutions-card-title{font-size:1.4rem;font-weight:700;color:var(--portal-text-heading);margin-bottom:12px;letter-spacing:-.01em}.portal-solutions-card-desc{font-size:.95rem;color:var(--portal-text-body);line-height:1.6;margin-bottom:24px}.portal-solutions-features-list{display:flex;flex-direction:column;gap:12px}.portal-solutions-feature-item{display:flex;align-items:center;gap:10px;font-size:.9rem;color:var(--portal-text-body)}.portal-solutions-feature-tick{color:var(--portal-success);font-weight:700}@media(max-width:768px){.portal-solutions-grid{grid-template-columns:1fr}}.portal-pricing-page{padding:120px 0 80px;background-color:var(--portal-bg-dark)}.portal-pricing-header{text-align:center;max-width:700px;margin:0 auto 60px}.portal-pricing-tag{display:inline-flex;align-items:center;gap:6px;font-size:.75rem;font-weight:600;color:var(--portal-brand-primary);padding:5px 12px;border-radius:20px;border:1px solid var(--portal-border);background:var(--portal-bg-glass);text-transform:uppercase;letter-spacing:.06em;margin-bottom:16px}.portal-pricing-title{font-size:2.6rem;font-weight:800;color:var(--portal-text-heading);line-height:1.2;margin-bottom:16px;letter-spacing:-.02em}.portal-pricing-subtitle{font-size:1.1rem;color:var(--portal-text-muted);line-height:1.6}.portal-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:40px}.portal-pricing-card{background:var(--portal-bg-card);border:1px solid var(--portal-border);border-radius:24px;padding:40px;box-shadow:0 10px 30px #00000005;display:flex;flex-direction:column;position:relative;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.portal-pricing-card:hover{transform:translateY(-4px);border-color:var(--portal-brand-primary);box-shadow:0 15px 35px #4f46e514}.portal-pricing-card.popular{border-color:var(--portal-brand-primary);box-shadow:0 15px 35px #4f46e51f}.portal-pricing-badge{position:absolute;top:20px;right:20px;background:var(--portal-gradient-brand);color:var(--portal-white);font-size:.75rem;font-weight:600;padding:4px 12px;border-radius:12px;box-shadow:var(--portal-glow-primary)}.portal-pricing-card-name{font-size:1.2rem;font-weight:700;color:var(--portal-text-heading);margin-bottom:8px}.portal-pricing-card-desc{font-size:.9rem;color:var(--portal-text-muted);margin-bottom:24px;line-height:1.4}.portal-pricing-price-wrap{display:flex;align-items:baseline;gap:4px;margin-bottom:30px}.portal-pricing-currency{font-size:1.8rem;font-weight:700;color:var(--portal-text-heading)}.portal-pricing-amount{font-size:3.2rem;font-weight:800;color:var(--portal-text-heading);letter-spacing:-.03em}.portal-pricing-period{font-size:.9rem;color:var(--portal-text-muted)}.portal-pricing-btn{width:100%;padding:14px;border-radius:12px;font-size:.95rem;font-weight:600;text-align:center;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease,opacity .2s ease;margin-bottom:32px;display:block;text-decoration:none}.portal-pricing-btn-outline{border:1px solid var(--portal-border);background:transparent;color:var(--portal-text-body)}.portal-pricing-btn-outline:hover{border-color:var(--portal-brand-primary);color:var(--portal-brand-primary);background:var(--portal-bg-glass)}.portal-pricing-btn-solid{background:var(--portal-gradient-brand);color:var(--portal-white);border:none;box-shadow:0 4px 15px #4f46e533}.portal-pricing-btn-solid:hover{opacity:.92;box-shadow:0 6px 20px #4f46e54d}.portal-pricing-list-title{font-size:.85rem;font-weight:600;color:var(--portal-text-heading);text-transform:uppercase;letter-spacing:.05em;margin-bottom:16px}.portal-pricing-features{display:flex;flex-direction:column;gap:12px}.portal-pricing-feature{display:flex;align-items:center;gap:10px;font-size:.9rem;color:var(--portal-text-body)}.portal-pricing-tick{color:var(--portal-brand-primary);font-weight:700}@media(max-width:992px){.portal-pricing-grid{grid-template-columns:1fr;max-width:450px;margin-left:auto;margin-right:auto}}.portal-learn-page{padding:120px 0 80px;background-color:var(--portal-bg-dark)}.portal-learn-header{text-align:center;max-width:700px;margin:0 auto 60px}.portal-learn-tag{display:inline-flex;align-items:center;gap:6px;font-size:.75rem;font-weight:600;color:var(--portal-brand-primary);padding:5px 12px;border-radius:20px;border:1px solid var(--portal-border);background:var(--portal-bg-glass);text-transform:uppercase;letter-spacing:.06em;margin-bottom:16px}.portal-learn-title{font-size:2.6rem;font-weight:800;color:var(--portal-text-heading);line-height:1.2;margin-bottom:16px;letter-spacing:-.02em}.portal-learn-subtitle{font-size:1.1rem;color:var(--portal-text-muted);line-height:1.6}.portal-learn-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:40px}.portal-learn-card{background:var(--portal-bg-card);border:1px solid var(--portal-border);border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #00000005;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.portal-learn-card:hover{transform:translateY(-4px);border-color:var(--portal-brand-primary);box-shadow:0 15px 35px #4f46e514}.portal-learn-card-visual{height:200px;background:var(--portal-gradient-hero);display:flex;align-items:center;justify-content:center;font-size:3.5rem;border-bottom:1px solid var(--portal-border);position:relative}.portal-learn-card-category{position:absolute;top:16px;left:16px;background:var(--portal-bg-card);border:1px solid var(--portal-border);color:var(--portal-brand-primary);font-size:.75rem;font-weight:600;padding:4px 10px;border-radius:8px}.portal-learn-card-content{padding:24px;display:flex;flex-direction:column;flex:1}.portal-learn-card-title{font-size:1.15rem;font-weight:700;color:var(--portal-text-heading);margin-bottom:10px;line-height:1.4}.portal-learn-card-desc{font-size:.9rem;color:var(--portal-text-body);line-height:1.5;margin-bottom:20px;flex:1}.portal-learn-card-footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--portal-border-subtle);padding-top:16px;margin-top:auto}.portal-learn-author{font-size:.8rem;font-weight:600;color:var(--portal-text-heading)}.portal-learn-readtime{font-size:.8rem;color:var(--portal-text-muted)}@media(max-width:992px){.portal-learn-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.portal-learn-grid{grid-template-columns:1fr}}.portal-faq-page{padding:120px 0 80px;background-color:var(--portal-bg-dark)}.portal-faq-header{text-align:center;max-width:700px;margin:0 auto 60px}.portal-faq-tag{display:inline-flex;align-items:center;gap:6px;font-size:.75rem;font-weight:600;color:var(--portal-brand-primary);padding:5px 12px;border-radius:20px;border:1px solid var(--portal-border);background:var(--portal-bg-glass);text-transform:uppercase;letter-spacing:.06em;margin-bottom:16px}.portal-faq-title{font-size:2.6rem;font-weight:800;color:var(--portal-text-heading);line-height:1.2;margin-bottom:16px;letter-spacing:-.02em}.portal-faq-subtitle{font-size:1.1rem;color:var(--portal-text-muted);line-height:1.6}.portal-faq-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.portal-faq-item{background:var(--portal-bg-card);border:1px solid var(--portal-border);border-radius:16px;overflow:hidden;box-shadow:0 4px 15px #00000003;transition:border-color .2s ease,box-shadow .2s ease}.portal-faq-item:hover{border-color:var(--portal-brand-primary);box-shadow:0 8px 25px #4f46e50a}.portal-faq-question-btn{width:100%;padding:24px;display:flex;justify-content:space-between;align-items:center;text-align:left;background:transparent;border:none;cursor:pointer}.portal-faq-question{font-size:1.1rem;font-weight:600;color:var(--portal-text-heading)}.portal-faq-icon{font-size:1.2rem;color:var(--portal-brand-primary);transition:transform .2s ease}.portal-faq-item.open .portal-faq-icon{transform:rotate(45deg)}.portal-faq-answer{max-height:0;overflow:hidden;transition:max-height .3s cubic-bezier(.4,0,.2,1),padding .3s ease;padding:0 24px;border-top:1px solid transparent}.portal-faq-item.open .portal-faq-answer{max-height:500px;padding:0 24px 24px;border-top:1px solid var(--portal-border)}.portal-faq-answer-text{font-size:.95rem;color:var(--portal-text-body);line-height:1.6;padding-top:20px}
