.portal-livechat-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000059;z-index:9999;display:flex;justify-content:flex-end}.portal-livechat-panel{width:480px;max-width:100%;height:100vh;background:#fff;display:flex;flex-direction:column;box-shadow:-4px 0 20px #00000026;animation:portalChatSlideIn .35s cubic-bezier(.16,1,.3,1)}@keyframes portalChatSlideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.portal-livechat-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 10px;background:linear-gradient(135deg,#0486c9,#036fa3);color:#fff;flex-shrink:0;height:60px}.portal-livechat-header-left{display:flex;align-items:center;gap:8px;min-width:0}.portal-livechat-header-icon-box{display:flex;align-items:center;justify-content:center;opacity:.95;flex-shrink:0;width:24px}.portal-livechat-header-right{display:flex;align-items:center;justify-content:flex-end}.portal-livechat-header-center{flex:1;display:flex;justify-content:center;align-items:center}.portal-livechat-header-segmented{display:flex;background-color:#00000026;border-radius:8px;padding:3px;width:180px}.portal-livechat-header-tab{flex:1;background:none;border:none;font-size:11px;font-weight:700;color:#fffc;padding:6px 0;border-radius:6px;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1);text-transform:uppercase;letter-spacing:.8px}.portal-livechat-header-tab.active{background-color:#fff;color:#0486c9;box-shadow:0 2px 5px #0000001a}.portal-livechat-header-title{font-size:14px;font-weight:700;letter-spacing:1.5px;white-space:nowrap}.portal-livechat-header-actions{display:flex;align-items:center;gap:4px}.portal-livechat-action-btn{background:#ffffff26;border:none;color:#fff;width:34px;height:34px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease}.portal-livechat-action-btn:hover{background:#ffffff4d}.portal-livechat-close-btn{background:none;border:none;color:#fff;font-size:24px;cursor:pointer;padding:0 4px;line-height:1;opacity:.8;transition:opacity .2s ease}.portal-livechat-close-btn:hover{opacity:1}.portal-livechat-agent-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.portal-livechat-agent-bar-left{display:flex;align-items:center;gap:12px;min-width:0}.portal-livechat-agent-avatar{position:relative;width:36px;height:36px;border-radius:50%;overflow:visible}.portal-livechat-avatar-overlap{margin-left:-10px}.portal-livechat-agent-avatar-img{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid #ffffff}.portal-livechat-agent-online-dot{position:absolute;bottom:0;right:0;width:10px;height:10px;background:#22c55e;border-radius:50%;border:2px solid #ffffff}.portal-livechat-agent-info{display:flex;flex-direction:column}.portal-livechat-agent-name{font-size:13px;font-weight:600;color:#1e293b}.portal-livechat-agent-status{font-size:11px;color:#64748b}.portal-livechat-more-container{display:flex;align-items:center;gap:4px;position:relative}.portal-livechat-header-btn{background:none;border:none;color:#94a3b8;width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1)}.portal-livechat-header-btn:hover{background-color:#f1f5f9;color:#1e293b}.portal-livechat-header-btn.reset:hover{background-color:#fee2e2;color:#ef4444}.portal-livechat-more-dropdown{position:absolute;top:100%;right:0;margin-top:4px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;z-index:100;min-width:140px;padding:4px;animation:portalDropdownIn .2s cubic-bezier(.16,1,.3,1)}.portal-livechat-dropdown-item{width:100%;display:flex;align-items:center;gap:10px;padding:8px 12px;background:none;border:none;border-radius:6px;font-size:13px;color:#475569;cursor:pointer;transition:background .15s;text-align:left}.portal-livechat-dropdown-item:hover{background-color:#f8fafc}.portal-livechat-dropdown-item.delete{color:#ef4444}.portal-livechat-dropdown-item.delete:hover{background-color:#fef2f2}@keyframes portalDropdownIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.portal-livechat-dropdown-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:transparent;z-index:99}.portal-livechat-agent-name-row{display:none}.portal-livechat-brand-icon-container{position:relative;width:40px;height:40px;flex-shrink:0}.portal-livechat-brand-icon{width:40px;height:40px;border-radius:50%;object-fit:cover;border:1px solid #e2e8f0}.portal-livechat-body{flex:1;overflow-y:auto;background:#f1f5f9}.portal-livechat-body::-webkit-scrollbar{width:4px}.portal-livechat-body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.portal-livechat-welcome{padding:30px 24px;display:flex;flex-direction:column;align-items:center;text-align:center}.portal-livechat-welcome-graphic{margin-bottom:16px}.portal-livechat-welcome-circle{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,#0486c9,#036fa3);display:flex;align-items:center;justify-content:center;color:#fff}.portal-livechat-welcome-title{font-size:18px;font-weight:700;color:#1e293b;margin:0 0 8px}.portal-livechat-welcome-subtitle{font-size:13px;color:#64748b;margin:0 0 24px;line-height:1.6}.portal-livechat-welcome-subtitle strong{color:#0486c9;font-weight:700}.portal-livechat-schedule-box{background:#f0f7ff;border:1px solid #d0e4ff;border-radius:12px;padding:12px;margin:4px 0 16px;width:100%}.portal-livechat-schedule-title{font-size:11px;font-weight:700;color:#0486c9;text-transform:uppercase;letter-spacing:1px;margin-bottom:4px}.portal-livechat-schedule-time{font-size:13px;font-weight:600;color:#1e293b}.portal-livechat-welcome-form{width:100%}.portal-livechat-form-group{margin-bottom:16px;text-align:left}.portal-livechat-form-label{font-size:11px;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;display:block}.portal-livechat-form-input{width:100%;padding:10px 14px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;color:#1e293b;background:#fff;outline:none;transition:border-color .2s ease;box-sizing:border-box}.portal-livechat-form-input:focus{border-color:#0486c9;box-shadow:0 0 0 3px #0486c91a}.portal-livechat-start-btn{width:100%;padding:12px;background:linear-gradient(135deg,#0486c9,#036fa3);color:#fff;font-size:14px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:opacity .2s ease}.portal-livechat-start-btn:hover:not(:disabled){opacity:.9}.portal-livechat-start-btn:disabled{opacity:.5;cursor:not-allowed}.portal-livechat-messages{padding:16px;display:flex;flex-direction:column;gap:12px;min-height:100%}.portal-livechat-date-divider{text-align:center;padding:8px 0}.portal-livechat-date-divider-text{font-size:11px;color:#94a3b8;background:#f1f5f9;padding:2px 12px;border-radius:12px}.portal-livechat-message{display:flex;gap:8px;max-width:85%}.portal-livechat-message-visitor{align-self:flex-end;flex-direction:row-reverse}.portal-livechat-message-agent{align-self:flex-start}.portal-livechat-message-avatar{width:28px;height:28px;flex-shrink:0}.portal-livechat-message-avatar img{width:28px;height:28px;border-radius:50%;object-fit:cover}.portal-livechat-message-content{display:flex;flex-direction:column;gap:2px}.portal-livechat-message-sender{font-size:11px;font-weight:600;color:#475569}.portal-livechat-message-bubble{padding:10px 14px;border-radius:12px;font-size:13px;line-height:1.5;word-wrap:break-word}.portal-livechat-message-visitor .portal-livechat-message-bubble{background:#0486c9;color:#fff;border-bottom-right-radius:4px}.portal-livechat-message-agent .portal-livechat-message-bubble{background:#fff;color:#1e293b;border-bottom-left-radius:4px;box-shadow:0 1px 3px #00000014}.portal-livechat-message-time{font-size:10px;color:#94a3b8}.portal-livechat-message-visitor .portal-livechat-message-time{text-align:right}.portal-livechat-input-bar{padding:12px 16px;background:#fff;border-top:1px solid #e2e8f0;flex-shrink:0}.portal-livechat-input-container{display:flex;align-items:center;gap:8px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:24px;padding:4px 8px}.portal-livechat-input-actions{display:flex;align-items:center;gap:2px}.portal-livechat-input-action-btn{background:none;border:none;color:#94a3b8;cursor:pointer;padding:4px;display:flex;align-items:center;transition:color .2s ease}.portal-livechat-input-action-btn:hover{color:#0486c9}.portal-livechat-input{flex:1;border:none;background:none;font-size:13px;color:#1e293b;outline:none;padding:8px 0}.portal-livechat-send-btn{width:32px;height:32px;border-radius:50%;background:#0486c9;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .2s ease}.portal-livechat-send-btn:hover:not(:disabled){background:#036fa3}.portal-livechat-send-btn:disabled{opacity:.4;cursor:not-allowed}.portal-offline-success-alert{display:flex;align-items:center;gap:12px;background-color:#f0fdf4;border:1px solid #10b981;border-radius:12px;padding:14px;margin-bottom:24px;animation:portalSlideInDown .4s cubic-bezier(.16,1,.3,1)}.portal-offline-success-icon{width:28px;height:28px;background-color:#10b981;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0;box-shadow:0 2px 4px #10b98133}.portal-offline-success-text{font-size:13px;color:#065f46;line-height:1.5}@keyframes portalSlideInDown{0%{opacity:0;transform:translateY(-15px)}to{opacity:1;transform:translateY(0)}}.portal-livechat-offline-form-container{padding:24px;display:flex;flex-direction:column;gap:12px;background:#fff;min-height:100%}.portal-offline-form-title{font-size:20px;font-weight:700;color:#1e293b;margin:0}.portal-offline-form-subtitle{font-size:14px;color:#64748b;line-height:1.5;margin-bottom:8px}.portal-livechat-offline-form{display:flex;flex-direction:column;gap:16px}.portal-offline-form-group{display:flex;flex-direction:column;gap:6px}.portal-offline-form-group label{font-size:13px;font-weight:600;color:#475569}.portal-offline-form-group input,.portal-offline-form-group textarea{padding:10px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;background:#f8fafc;outline:none;transition:all .2s ease}.portal-offline-form-group input:focus,.portal-offline-form-group textarea:focus{border-color:#0486c9;background:#fff;box-shadow:0 0 0 3px #0486c91a}.portal-offline-submit-btn{background:#0486c9;color:#fff;border:none;padding:12px;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s ease;margin-top:8px}.portal-offline-submit-btn:hover:not(:disabled){background:#036fa3}.portal-offline-submit-btn:disabled{opacity:.6;cursor:not-allowed}.portal-livechat-footer{padding:8px;text-align:center;background:#f8fafc;border-top:1px solid #e2e8f0;flex-shrink:0}.portal-livechat-footer-text{font-size:10px;color:#94a3b8}.portal-livechat-typing-indicator{display:flex;gap:4px;padding:10px 14px;background:#fff;border-radius:12px 12px 12px 4px}.portal-livechat-typing-dot{width:6px;height:6px;background:#94a3b8;border-radius:50%;animation:portalTypingBounce 1.2s infinite}.portal-livechat-typing-dot:nth-child(2){animation-delay:.2s}.portal-livechat-typing-dot:nth-child(3){animation-delay:.4s}@keyframes portalTypingBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-4px)}}.portal-livechat-ended-overlay{padding:24px;background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;text-align:center;animation:slideUp .3s ease-out}.portal-livechat-ended-content p{font-size:15px;font-weight:600;color:#1e293b;margin-bottom:16px}.portal-livechat-restart-btn{background:#0486c9;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #0486c933}.portal-livechat-restart-btn:hover{background:#036fa3;transform:translateY(-1px);box-shadow:0 4px 6px #0486c94d}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.portal-livechat-resume-box{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:24px;box-shadow:0 4px 6px -1px #0000001a;margin-top:10px}.portal-livechat-resume-msg{margin-bottom:24px;text-align:center}.portal-livechat-resume-greeting{font-size:15px;font-weight:600;color:#1e293b;margin-bottom:6px}.portal-livechat-resume-prompt{font-size:13px;color:#64748b;line-height:1.5}.portal-livechat-resume-actions{display:flex;flex-direction:column;gap:12px}.portal-livechat-resume-btn{width:100%;padding:12px;background:#0486c9;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease}.portal-livechat-resume-btn:hover:not(:disabled){background:#036fa3;transform:translateY(-1px)}.portal-livechat-new-start-link{background:none;border:none;color:#10b981;font-size:13px;font-weight:600;text-decoration:underline;cursor:pointer;transition:all .2s ease;margin-top:4px}.portal-livechat-new-start-link:hover{color:#059669;text-decoration:none}.portal-welcome-form-group{margin-bottom:16px;text-align:left}.portal-welcome-form-group label{display:block;font-size:12px;font-weight:600;color:#64748b;margin-bottom:6px}.portal-welcome-form-group input{width:100%;padding:10px 14px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;outline:none;transition:border-color .2s;box-sizing:border-box}.portal-welcome-form-group input:focus{border-color:#0486c9}.portal-livechat-back-link{background:none;border:none;color:#94a3b8;font-size:12px;margin-top:16px;cursor:pointer}.portal-livechat-back-link:hover{color:#64748b;text-decoration:underline}.portal-livechat-checking-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:300px;color:#64748b;font-size:14px}.portal-livechat-checking-spinner{width:32px;height:32px;border:3px solid #e2e8f0;border-bottom-color:#0486c9;border-radius:50%;box-sizing:border-box;animation:portalRotation 1s linear infinite;margin-bottom:12px}@keyframes portalRotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.portal-web-solutions-navbar-header{position:relative;width:100%;z-index:1000;background:#fff;border-bottom:1px solid rgba(0,0,0,.08);box-shadow:0 2px 12px #0000000f}.portal-web-solutions-navbar-inner{display:flex;align-items:center;justify-content:space-between;height:68px;gap:12px}.portal-web-solutions-navbar-brand{display:flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0}.portal-web-solutions-navbar-logo-box{display:flex;align-items:center;justify-content:center;height:34px;background:transparent;border:none;padding:0}.portal-web-solutions-navbar-logo-img{height:34px;max-height:34px;width:auto;object-fit:contain}.portal-web-solutions-navbar-menu{display:flex;align-items:center;gap:8px}@media(min-width:1051px){.portal-web-solutions-navbar-menu{position:absolute;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center;gap:8px;margin:0}}.portal-web-solutions-navbar-link{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;font-size:14px;line-height:18px;color:#0f172a;text-decoration:none;padding:4px 8px;border-radius:8px;transition:background-color .2s ease,color .2s ease;white-space:nowrap}.portal-web-solutions-navbar-link:hover{background-color:#0486c914;color:#0486c9}.portal-web-solutions-navbar-link-active{background-color:#0284c71f;color:#0284c7;font-weight:500}.portal-web-solutions-nav-text-with-chevron{display:inline-flex;align-items:center;gap:2px}.portal-web-solutions-nav-chevron{color:#64748b;transition:transform .2s ease}.portal-web-solutions-nav-icon-badge-box{display:inline-flex;align-items:center;gap:3px}.portal-web-solutions-nav-free-badge{background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-size:8.5px;font-weight:800;padding:1px 4px;border-radius:4px;letter-spacing:.03em;box-shadow:0 2px 4px #10b9814d;line-height:1}.portal-web-solutions-navbar-dropdown-wrapper{position:relative}.portal-web-solutions-mega-menu-overlay{position:absolute;top:100%;left:-80px;z-index:1200;padding-top:8px;animation:portal-web-solutions-dropdown-fade .2s ease forwards}.portal-web-solutions-mega-menu-box{width:680px;background:#0f172a;border:1px solid rgba(56,189,248,.3);border-radius:12px;box-shadow:0 20px 50px #0009;padding:16px;display:grid;grid-template-columns:1fr 1fr;gap:16px}.portal-mega-box-solutions{width:900px;grid-template-columns:repeat(3,1fr);border-color:#38bdf859}.portal-mega-box-functions{width:960px;grid-template-columns:repeat(3,1fr);border-color:#9333ea59;max-height:min(78vh,640px);overflow-y:auto}.portal-mega-box-functions .portal-web-solutions-mega-item-link{padding:7px 8px}.portal-mega-box-functions .portal-web-solutions-mega-item-name{font-size:12.5px}.portal-mega-box-functions .portal-web-solutions-mega-item-desc{font-size:11px;line-height:1.35}.portal-web-solutions-mega-column{display:flex;flex-direction:column;gap:10px}.portal-mega-col-secondary{border-left:1px solid rgba(255,255,255,.08);padding-left:16px}.portal-web-solutions-mega-col-header{font-size:11.5px;font-weight:700;color:#38bdf8;text-transform:uppercase;letter-spacing:.05em;display:flex;align-items:center;gap:6px;padding-bottom:6px;border-bottom:1px solid rgba(255,255,255,.08)}.nav-func-col-cyan,.nav-func-col-purple{border-right:1px solid rgba(255,255,255,.08);padding-right:14px}.nav-func-col-amber{padding-left:2px}.header-cyan{color:#38bdf8}.header-purple{color:#c084fc}.header-amber{color:#f59e0b}.portal-web-solutions-mega-items-grid{display:flex;flex-direction:column;gap:4px}.portal-web-solutions-mega-item-link{display:flex;align-items:flex-start;gap:10px;padding:8px 10px;border-radius:8px;text-decoration:none;transition:background-color .2s ease}.portal-web-solutions-mega-item-link:hover{background-color:#ffffff0f}.portal-web-solutions-mega-item-link.hover-cyan:hover{background-color:#38bdf81f}.portal-web-solutions-mega-item-link.hover-purple:hover{background-color:#c084fc1f}.portal-web-solutions-mega-item-link.hover-amber:hover{background-color:#f59e0b1f}.portal-web-solutions-mega-item-icon{width:28px;height:28px;border-radius:6px;background:#38bdf826;color:#38bdf8;display:flex;align-items:center;justify-content:center;flex-shrink:0}.fn-icon-cyan{background:#0284c733;color:#38bdf8}.fn-icon-purple{background:#9333ea33;color:#c084fc}.fn-icon-amber{background:#f59e0b33;color:#f59e0b}.portal-web-solutions-mega-item-info{display:flex;flex-direction:column;gap:2px}.portal-web-solutions-mega-item-name{font-size:12.5px;font-weight:600;color:#fff;line-height:1.3}.portal-web-solutions-mega-item-desc{font-size:11px;color:#94a3b8;line-height:1.3}.portal-web-solutions-navbar-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.portal-web-solutions-navbar-community-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:36px;min-height:36px;padding:0 14px;border-radius:6px;box-sizing:border-box;background:#e3f2f8;color:#1f6b82;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:13px;font-weight:600;letter-spacing:.01em;text-decoration:none;white-space:nowrap;border:1px solid rgba(43,143,175,.28);box-shadow:0 2px 8px #2b8faf1f;flex-shrink:0}.portal-web-solutions-navbar-community-icon{flex-shrink:0;color:#2b8faf}.portal-web-solutions-navbar-community-text{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.portal-web-solutions-navbar-community-btn:hover{background:#2b8faf;color:#fff;border-color:#2b8faf;box-shadow:0 4px 14px #2b8faf38}.portal-web-solutions-navbar-community-btn:hover .portal-web-solutions-navbar-community-icon{color:#fff}.portal-web-solutions-navbar-livechat-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:6px;height:36px;min-height:36px;padding:0 14px;border-radius:6px;box-sizing:border-box;background:#ecfdf5;color:#047857;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:13px;font-weight:600;letter-spacing:.01em;white-space:nowrap;border:1px solid rgba(16,185,129,.3);box-shadow:0 2px 8px #10b9811f;flex-shrink:0;cursor:pointer}.portal-web-solutions-navbar-livechat-icon{flex-shrink:0;color:#059669}.portal-web-solutions-navbar-livechat-text{display:inline-block}.portal-web-solutions-navbar-livechat-dot{position:absolute;top:7px;right:7px;width:7px;height:7px;border-radius:50%;background:#10b981;border:1.5px solid #ecfdf5}.portal-web-solutions-navbar-livechat-btn:hover{background:#059669;color:#fff;border-color:#059669;box-shadow:0 4px 14px #05966938}.portal-web-solutions-navbar-livechat-btn:hover .portal-web-solutions-navbar-livechat-icon{color:#fff}.portal-web-solutions-navbar-livechat-btn:hover .portal-web-solutions-navbar-livechat-dot{border-color:#059669;background:#fff}.portal-web-solutions-navbar-auth-switch{display:inline-flex;align-items:stretch;overflow:hidden;border-radius:20px;border:1px solid #cbd5e1;background:#f8fafc}.portal-web-solutions-navbar-auth-half{display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:6px 12px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:700;font-size:12.5px;text-decoration:none;white-space:nowrap}.portal-web-solutions-navbar-auth-half.is-signup{background:linear-gradient(135deg,#0284c7,#0369a1);color:#fff}.portal-web-solutions-navbar-auth-half.is-signup:hover,.portal-web-solutions-navbar-auth-half.is-signup.is-active{background:linear-gradient(135deg,#0369a1,#075985)}.portal-web-solutions-navbar-auth-half.is-login{background:transparent;color:#334155}.portal-web-solutions-navbar-auth-half.is-login:hover,.portal-web-solutions-navbar-auth-half.is-login.is-active{background:#e2e8f0;color:#0f172a}.portal-web-solutions-navbar-hamburger-btn{display:none;align-items:center;justify-content:center;width:36px;height:36px;min-height:36px;background:#e3f2f8;border:1px solid rgba(43,143,175,.28);border-radius:6px;color:#1f6b82;box-shadow:0 2px 8px #2b8faf1f;cursor:pointer}.portal-web-solutions-navbar-hamburger-btn:hover{background:#2b8faf;color:#fff;border-color:#2b8faf}.portal-web-solutions-nav-mobile-free-badge,.portal-mobile-menu-footer{display:none}@media(max-width:1200px){.portal-web-solutions-mega-menu-overlay{left:-150px}.portal-web-solutions-mega-menu-box{width:620px}}@media(max-width:1050px){.portal-web-solutions-navbar-auth-switch{display:none}.portal-web-solutions-navbar-actions{gap:6px;min-width:0}.portal-web-solutions-navbar-community-btn{height:36px;min-height:36px;width:36px;padding:0;font-size:12px;gap:0;max-width:none;box-shadow:0 1px 6px #2b8faf1a}.portal-web-solutions-navbar-community-text{display:none}.portal-web-solutions-navbar-livechat-btn{height:36px;min-height:36px;width:36px;padding:0;font-size:12px;gap:0}.portal-web-solutions-navbar-livechat-text{display:none}.portal-web-solutions-navbar-livechat-dot{top:6px;right:6px}.portal-web-solutions-nav-free-badge{display:none}.portal-web-solutions-nav-mobile-free-badge{display:inline-block;margin-left:6px;font-size:10px;font-weight:800;color:#fff;background:linear-gradient(135deg,#10b981,#059669);padding:2px 7px;border-radius:6px;box-shadow:0 2px 5px #10b98159}.portal-web-solutions-navbar-inner{height:72px}.portal-web-solutions-navbar-hamburger-btn{display:flex;width:36px;height:36px;min-height:36px;box-shadow:0 1px 6px #2b8faf1a}.portal-web-solutions-navbar-logo-box{max-width:min(200px,50vw)}.portal-web-solutions-navbar-logo-img{height:34px;max-height:34px;max-width:100%}.portal-web-solutions-navbar-menu{position:fixed;top:72px;left:0;width:100%;max-height:calc(100vh - 72px);overflow-y:auto;-webkit-overflow-scrolling:touch;background:#fff;border-bottom:2px solid #0486c9;box-shadow:0 12px 28px #00000026;flex-direction:column;align-items:stretch;padding:12px 14px 28px;gap:8px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .25s ease,transform .25s ease,visibility .25s ease}.portal-web-solutions-navbar-menu.portal-mobile-open{opacity:1;visibility:visible;transform:translateY(0)}.portal-web-solutions-navbar-link{flex-direction:row;justify-content:flex-start;padding:10px 14px;border-radius:8px;font-size:15px;line-height:20px;gap:10px}.portal-nav-dropdown-btn{background:transparent;border:none;cursor:pointer}.portal-web-solutions-nav-chevron.chevron-rotated{transform:rotate(180deg)}.portal-mobile-menu-footer{display:flex;flex-direction:column;gap:14px;margin-top:14px;padding-top:14px;border-top:1px solid #e2e8f0}.portal-mobile-social-icons-row{display:flex;align-items:center;justify-content:center;gap:14px}.portal-mobile-social-icon{width:36px;height:36px;border-radius:50%;background:#f1f5f9;border:1px solid #e2e8f0;color:#0284c7;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.social-icon-linkedin{background:#0a66c21a;color:#0a66c2;border-color:#0a66c240}.social-icon-linkedin:hover{background:#0a66c2;color:#fff}.social-icon-instagram{background:#e1306c1a;color:#e1306c;border-color:#e1306c40}.social-icon-instagram:hover{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);color:#fff}.social-icon-twitter{background:#1da1f21a;color:#1da1f2;border-color:#1da1f240}.social-icon-twitter:hover{background:#1da1f2;color:#fff}.social-icon-facebook{background:#1877f21a;color:#1877f2;border-color:#1877f240}.social-icon-facebook:hover{background:#1877f2;color:#fff}.social-icon-youtube{background:#ff00001a;color:red;border-color:#ff000040}.social-icon-youtube:hover{background:red;color:#fff}.portal-mobile-auth-actions-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.portal-mobile-auth-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px;border-radius:8px;font-size:13.5px;font-weight:700;text-decoration:none;transition:all .2s ease}.mobile-login-btn{background:#f1f5f9;border:1px solid #cbd5e1;color:#0f172a}.mobile-signup-btn{background:linear-gradient(135deg,#0284c7,#0369a1);color:#fff}.portal-web-solutions-mega-menu-overlay{position:static;top:auto;left:auto;width:100%;padding:6px 0 10px;box-shadow:none;opacity:1;visibility:visible;transform:none}.portal-web-solutions-mega-menu-box{width:100%!important;grid-template-columns:1fr!important;padding:14px 12px;background:#0f172a;border-radius:10px;box-shadow:0 8px 20px #00000040;gap:14px}.portal-mega-col-secondary{border-left:none;border-top:1px solid rgba(255,255,255,.08);padding-left:0;padding-top:12px}}@media(max-width:480px){.portal-web-solutions-navbar-community-btn,.portal-web-solutions-navbar-livechat-btn{height:34px;min-height:34px;width:34px}.portal-web-solutions-navbar-hamburger-btn{width:34px;height:34px;min-height:34px}.portal-web-solutions-navbar-logo-box{max-width:min(150px,40vw)}}@media(max-width:360px){.portal-web-solutions-navbar-community-btn,.portal-web-solutions-navbar-livechat-btn{height:32px;min-height:32px;width:32px}.portal-web-solutions-navbar-hamburger-btn{width:32px;height:32px;min-height:32px}}.portal-web-solutions-demo-modal-overlay{position:fixed;inset:0;z-index:1400;background:#030712d9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:16px}.portal-web-solutions-demo-modal{width:min(600px,100%);max-height:calc(100vh - 32px);background:#0d1527;border:1px solid rgba(56,189,248,.28);border-radius:14px;box-shadow:0 24px 64px #000c;display:flex;flex-direction:column;overflow:hidden;animation:portalDemoModalFade .25s ease-out}@keyframes portalDemoModalFade{0%{opacity:0;transform:scale(.96) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.portal-web-solutions-demo-modal-header{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;background:linear-gradient(135deg,#0284c7,#0369a1);border-bottom:1px solid #0284c7;flex-shrink:0}.portal-web-solutions-demo-modal-tag{display:inline-block;font-size:10px;font-weight:800;letter-spacing:.08em;color:#0369a1;background:#fff;padding:2px 8px;border-radius:4px;margin-bottom:6px;box-shadow:0 2px 6px #00000026}.portal-web-solutions-demo-modal-title{font-family:var(--dkg-font-heading, "Inter", sans-serif);font-weight:800;font-size:20px;line-height:24px;color:#fff;margin:0 0 4px}.portal-web-solutions-demo-modal-subtitle{font-size:13px;line-height:19px;color:#e0f2fe;font-weight:500;opacity:.95;margin:0}.portal-web-solutions-demo-modal-close-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#ffffff26;border:1px solid rgba(255,255,255,.25);color:#fff;cursor:pointer;padding:0;border-radius:8px;flex-shrink:0;margin-left:12px;transition:background .15s ease,color .15s ease,transform .15s ease}.portal-web-solutions-demo-modal-close-btn:hover{background:#ffffff4d;color:#fff;transform:scale(1.05)}.portal-web-solutions-demo-modal-form{padding:24px;display:flex;flex-direction:column;gap:16px;flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.portal-web-solutions-demo-modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.portal-web-solutions-demo-modal-group{display:flex;flex-direction:column;gap:6px;position:relative}.portal-web-solutions-demo-modal-label{font-size:13px;font-weight:600;color:#f1f5f9}.portal-web-solutions-demo-modal-input,.portal-web-solutions-demo-modal-textarea{width:100%;padding:11px 14px;background:#090e1a;border:1px solid rgba(56,189,248,.25);border-radius:8px;color:#fff;font-size:14px;font-family:inherit;box-sizing:border-box;transition:border-color .15s ease,box-shadow .15s ease}.portal-web-solutions-demo-modal-input::placeholder,.portal-web-solutions-demo-modal-textarea::placeholder{color:#64748b}.portal-web-solutions-demo-modal-input:focus,.portal-web-solutions-demo-modal-textarea:focus{outline:none;border-color:#38bdf8;box-shadow:0 0 0 3px #0284c74d}.portal-web-solutions-demo-custom-select-wrap{position:relative;width:100%}.portal-web-solutions-demo-select-btn{width:100%;padding:11px 14px;background:#090e1a;border:1px solid rgba(56,189,248,.25);border-radius:8px;color:#fff;font-size:13.5px;font-family:inherit;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;cursor:pointer;text-align:left;transition:border-color .15s ease,box-shadow .15s ease}.portal-web-solutions-demo-select-btn:hover,.portal-web-solutions-demo-select-btn:focus{border-color:#38bdf8}.portal-web-solutions-demo-dropdown-menu{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#090e1a;border:1px solid rgba(56,189,248,.4);border-radius:8px;box-shadow:0 12px 32px #000000d9;z-index:50;overflow:hidden;max-height:240px;overflow-y:auto}.portal-web-solutions-demo-dropdown-item{padding:10px 14px;font-size:13px;color:#cbd5e1;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:background .15s ease,color .15s ease}.portal-web-solutions-demo-dropdown-item:hover{background:#0284c733;color:#fff}.portal-web-solutions-demo-dropdown-item.active{background:#0284c759;color:#38bdf8;font-weight:700}.portal-web-solutions-demo-modal-footer{margin-top:4px}.portal-web-solutions-demo-modal-submit-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:13px 20px;background:linear-gradient(135deg,#0284c7,#0369a1);color:#fff;border:1px solid #0284c7;border-radius:8px;font-weight:700;font-size:15px;font-family:var(--dkg-font-heading, "Inter", sans-serif);cursor:pointer;box-shadow:0 4px 14px #0284c766;transition:background .15s ease,transform .15s ease,box-shadow .15s ease}.portal-web-solutions-demo-modal-submit-btn:hover{background:linear-gradient(135deg,#0369a1,#075985);transform:translateY(-1px);box-shadow:0 6px 18px #0284c78c}.portal-web-solutions-demo-modal-submit-btn:disabled{opacity:.7;transform:none;cursor:not-allowed}.portal-web-solutions-demo-modal-success{padding:40px 24px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px;flex:1;justify-content:center}.portal-web-solutions-demo-modal-success-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:#22c55e26;border:1px solid #22c55e;color:#22c55e}.portal-web-solutions-demo-modal-success h3{font-size:20px;font-weight:700;color:#fff;margin:0}.portal-web-solutions-demo-modal-success p{font-size:14px;line-height:22px;color:#94a3b8;margin:0 0 12px}@media(max-width:640px){.portal-web-solutions-demo-modal-overlay{padding:0;align-items:stretch;justify-content:stretch}.portal-web-solutions-demo-modal{width:100vw;height:100vh;max-height:100vh;border-radius:0;border:none;box-shadow:none}.portal-web-solutions-demo-modal-header{padding:14px 16px;border-radius:0}.portal-web-solutions-demo-modal-title{font-size:18px;line-height:22px}.portal-web-solutions-demo-modal-subtitle{font-size:12px;line-height:17px}.portal-web-solutions-demo-modal-form{padding:16px 14px 32px;gap:14px}.portal-web-solutions-demo-modal-grid{grid-template-columns:1fr;gap:14px}.portal-web-solutions-demo-modal-input,.portal-web-solutions-demo-modal-textarea,.portal-web-solutions-demo-select-btn{padding:11px 12px;font-size:14px;background:#111c33;border:1px solid rgba(56,189,248,.35)}.portal-web-solutions-demo-modal-submit-btn{padding:14px 16px;font-size:15px;margin-top:4px}}.portal-footer{background-color:#080d1a;color:#fff;padding:60px 0 36px;border-top:3px solid #0284c7;margin-top:auto}.portal-footer-inner{width:100%;margin:0 auto;padding-left:clamp(24px,4.5vw,72px);padding-right:clamp(24px,4.5vw,72px);box-sizing:border-box}.portal-footer-grid{display:grid;grid-template-columns:minmax(0,2.1fr) minmax(0,.9fr) minmax(0,.95fr) minmax(0,1fr) minmax(145px,1.25fr);column-gap:28px;row-gap:36px;margin-bottom:28px}.portal-footer-column{display:flex;flex-direction:column;min-width:0}.portal-footer-title{font-size:13px;color:#fff;font-weight:700;margin-bottom:16px;text-transform:uppercase;letter-spacing:.08em}.portal-footer-brand-title{font-size:26px;color:#fff;font-weight:700;margin-bottom:14px;line-height:1.2}.portal-footer-brand-desc{font-size:14px;line-height:1.5;color:#ffffffd9;margin-bottom:8px;max-width:340px}.portal-footer-brand-desc:last-of-type{margin-bottom:20px}.portal-footer-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.portal-footer-list li{margin:0}.portal-footer-list li a,.portal-footer-btn-link{color:#ffffffd1;text-decoration:none;font-size:14px;font-family:inherit;background:transparent;border:none;padding:0;cursor:pointer;text-align:left;transition:all .2s ease}.portal-footer-list li a:hover,.portal-footer-btn-link:hover{color:#fff;padding-left:4px}.portal-footer-follow-links{display:flex;flex-direction:column;gap:10px}.portal-footer-follow-link{display:inline-flex;align-items:center;gap:10px;font-size:14px;color:#ffffffd1;text-decoration:none;transition:color .2s ease,transform .2s ease}.portal-footer-follow-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:4px;background:#ffffff29;flex-shrink:0;line-height:0;transition:all .2s ease}.portal-footer-follow-instagram .portal-footer-follow-icon{color:#e1306c}.portal-footer-follow-facebook .portal-footer-follow-icon{color:#1877f2}.portal-footer-follow-linkedin .portal-footer-follow-icon{color:#0a66c2}.portal-footer-follow-youtube .portal-footer-follow-icon{color:red}.portal-footer-follow-x .portal-footer-follow-icon{color:#fff}.portal-footer-follow-link:hover{color:#fff;transform:translate(2px)}.portal-footer-follow-link:hover .portal-footer-follow-icon{background:#ffffff4d}.portal-footer-contact-item{display:flex;align-items:flex-start;gap:12px;margin-bottom:10px;font-size:14px;color:#ffffffe0;min-width:0}.portal-footer-contact-item svg{flex-shrink:0;color:#ffffffe6}.portal-footer-contact-link{color:#ffffffe0;text-decoration:none;transition:color .2s ease;white-space:nowrap}.portal-footer-contact-link:hover{color:#fff}.portal-footer-contact-actions{margin-top:14px;width:100%}.portal-footer-action-tabs{display:flex;align-items:stretch;gap:8px;margin-top:0;width:100%;box-sizing:border-box}.portal-footer-ask-query-tab,.portal-footer-signup-tab,.portal-footer-login-tab{display:inline-flex;align-items:center;justify-content:center;gap:6px;flex:1 1 0;min-width:0;width:100%;min-height:40px;padding:8px 10px;border-radius:8px;font-size:13px;font-weight:600;text-decoration:none;white-space:nowrap;box-sizing:border-box;transition:background .2s ease,border-color .2s ease,transform .2s ease}.portal-footer-ask-query-tab,.portal-footer-signup-tab{border:1px solid #0284c7;background:linear-gradient(135deg,#0284c7,#0369a1);color:#fff;box-shadow:0 4px 12px #0284c759}.portal-footer-ask-query-tab:hover,.portal-footer-signup-tab:hover{background:linear-gradient(135deg,#0369a1,#075985);border-color:#0369a1;color:#fff;transform:translateY(-2px);box-shadow:0 6px 16px #0284c780}.portal-footer-login-tab{border:1px solid rgba(255,255,255,.45);background:#ffffff1f;color:#fff}.portal-footer-login-tab:hover{background:#ffffff38;transform:translateY(-1px)}.portal-footer-bottom{margin-top:40px;border-top:1px solid rgba(255,255,255,.2);padding-top:24px;padding-bottom:12px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;width:100%}.portal-footer-bottom-copy{font-size:14px;color:#ffffffb3;margin:0}.portal-footer-bottom-links{display:flex;align-items:center;flex-wrap:wrap;gap:18px}.portal-footer-bottom-link{font-size:13px;color:#ffffffbf;text-decoration:none;transition:color .2s ease}.portal-footer-bottom-link:hover{color:#fff;text-decoration:underline}@media(max-width:1100px){.portal-footer{padding:48px 0 32px}.portal-footer-grid{grid-template-columns:repeat(3,minmax(0,1fr));column-gap:24px;row-gap:28px}}@media(max-width:768px){.portal-footer-inner{padding-left:12px;padding-right:12px}.portal-footer-grid{grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);column-gap:24px;row-gap:28px}.portal-footer-brand{grid-column:1 / -1}.portal-footer-brand-title{font-size:22px}.portal-footer-brand-desc{max-width:none;font-size:13px;line-height:1.45}.portal-footer-title{margin-bottom:8px}.portal-footer-list,.portal-footer-follow-links{gap:6px}.portal-footer-contact-item{margin-bottom:6px;gap:8px}.portal-footer-bottom{flex-direction:column;align-items:flex-start;gap:12px;margin-top:24px;padding-top:18px}.portal-footer-bottom-copy{font-size:13px}.portal-footer-bottom-links{justify-content:flex-start;gap:12px 14px}}@media(max-width:640px){.portal-footer{padding:32px 0 24px}.portal-footer-grid{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);column-gap:20px;row-gap:24px;margin-bottom:16px}.portal-footer-brand,.portal-footer-col-contact{grid-column:1 / -1}.portal-footer-ask-query-tab,.portal-footer-signup-tab,.portal-footer-login-tab{white-space:normal;min-height:38px}}@media(max-width:360px){.portal-footer-inner{padding-left:12px;padding-right:12px}.portal-footer-brand-title{font-size:20px}.portal-footer-list li a,.portal-footer-follow-link,.portal-footer-contact-item{font-size:13px}.portal-footer-action-tabs{flex-direction:column;gap:8px}.portal-footer-bottom-links{gap:8px 12px}.portal-footer-bottom-link{font-size:12px}}.portal-web-solutions-main-layout{display:flex;flex-direction:column;height:100vh;overflow:hidden}.portal-web-solutions-main-body{flex:1;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;background-color:#070c18}.portal-web-solutions-main-page{flex:1 0 auto;display:flex;flex-direction:column;min-height:100%;width:100%}.portal-web-solutions-main-content{flex:1}.portal-web-solutions-callback-overlay{position:fixed;inset:0;z-index:2500;background:#030712f2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;padding:16px}.portal-web-solutions-callback-modal{width:min(580px,100%);max-height:calc(100vh - 32px);background:#0d1527;border:1px solid rgba(56,189,248,.28);border-radius:14px;box-shadow:0 24px 64px #000c;display:flex;flex-direction:column;overflow:hidden;animation:portalCallbackModalFade .25s ease-out}@keyframes portalCallbackModalFade{0%{opacity:0;transform:scale(.96) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.portal-web-solutions-callback-header{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;background:linear-gradient(135deg,#0284c7,#0369a1);border-bottom:1px solid #0284c7;flex-shrink:0}.portal-web-solutions-callback-tag{display:inline-block;font-size:10px;font-weight:800;letter-spacing:.08em;color:#0369a1;background:#fff;padding:2px 8px;border-radius:4px;margin-bottom:6px;box-shadow:0 2px 6px #00000026}.portal-web-solutions-callback-title{font-family:var(--dkg-font-heading, "Inter", sans-serif);font-weight:800;font-size:20px;line-height:24px;color:#fff;margin:0 0 4px}.portal-web-solutions-callback-subtitle{font-size:13px;line-height:19px;color:#e0f2fe;font-weight:500;opacity:.95;margin:0}.portal-web-solutions-callback-close-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#ffffff26;border:1px solid rgba(255,255,255,.25);color:#fff;cursor:pointer;padding:0;border-radius:8px;flex-shrink:0;margin-left:12px;transition:background .15s ease,color .15s ease,transform .15s ease}.portal-web-solutions-callback-close-btn:hover{background:#ffffff4d;color:#fff;transform:scale(1.05)}.portal-web-solutions-callback-form{padding:24px;display:flex;flex-direction:column;gap:16px;flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.portal-web-solutions-callback-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.portal-web-solutions-callback-group{display:flex;flex-direction:column;gap:6px;position:relative}.portal-web-solutions-callback-label{font-size:13px;font-weight:600;color:#f1f5f9}.portal-web-solutions-callback-input,.portal-web-solutions-callback-textarea{width:100%;padding:11px 14px;background:#090e1a;border:1px solid rgba(56,189,248,.25);border-radius:8px;color:#fff;font-size:14px;font-family:inherit;box-sizing:border-box;transition:border-color .15s ease,box-shadow .15s ease}.portal-web-solutions-callback-input::placeholder,.portal-web-solutions-callback-textarea::placeholder{color:#64748b}.portal-web-solutions-callback-input:focus,.portal-web-solutions-callback-textarea:focus{outline:none;border-color:#38bdf8;box-shadow:0 0 0 3px #0284c74d}.portal-web-solutions-callback-custom-select-wrap{position:relative;width:100%}.portal-web-solutions-callback-select-btn{width:100%;padding:11px 14px;background:#090e1a;border:1px solid rgba(56,189,248,.25);border-radius:8px;color:#fff;font-size:13.5px;font-family:inherit;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;cursor:pointer;text-align:left;transition:border-color .15s ease,box-shadow .15s ease}.portal-web-solutions-callback-select-btn:hover,.portal-web-solutions-callback-select-btn:focus{border-color:#38bdf8}.portal-web-solutions-dropdown-arrow{color:#94a3b8;transition:transform .2s ease;flex-shrink:0}.portal-web-solutions-dropdown-arrow.open{transform:rotate(180deg);color:#38bdf8}.portal-web-solutions-callback-dropdown-menu{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#090e1a;border:1px solid rgba(56,189,248,.4);border-radius:8px;box-shadow:0 12px 32px #000000d9;z-index:50;overflow:hidden;max-height:220px;overflow-y:auto}.portal-web-solutions-callback-dropdown-item{padding:10px 14px;font-size:13px;color:#cbd5e1;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:background .15s ease,color .15s ease}.portal-web-solutions-callback-dropdown-item:hover{background:#0284c733;color:#fff}.portal-web-solutions-callback-dropdown-item.active{background:#0284c759;color:#38bdf8;font-weight:700}.portal-web-solutions-callback-submit-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:13px 20px;background:linear-gradient(135deg,#0284c7,#0369a1);color:#fff;border:1px solid #0284c7;border-radius:8px;font-weight:700;font-size:15px;font-family:var(--dkg-font-heading, "Inter", sans-serif);cursor:pointer;box-shadow:0 4px 14px #0284c766;transition:background .15s ease,transform .15s ease,box-shadow .15s ease}.portal-web-solutions-callback-submit-btn:hover{background:linear-gradient(135deg,#0369a1,#075985);transform:translateY(-1px);box-shadow:0 6px 18px #0284c78c}.portal-web-solutions-callback-submit-btn:disabled{opacity:.7;transform:none;cursor:not-allowed}.portal-web-solutions-callback-success{padding:40px 24px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px;flex:1;justify-content:center}.portal-web-solutions-callback-success-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:#22c55e26;border:1px solid #22c55e;color:#22c55e}.portal-web-solutions-callback-success h3{font-size:20px;font-weight:700;color:#fff;margin:0}.portal-web-solutions-callback-success p{font-size:14px;line-height:22px;color:#94a3b8;margin:0 0 12px}@media(max-width:640px){.portal-web-solutions-callback-overlay{padding:0;align-items:stretch;justify-content:stretch}.portal-web-solutions-callback-modal{width:100vw;height:100vh;max-height:100vh;border-radius:0;border:none;box-shadow:none}.portal-web-solutions-callback-header{padding:14px 16px;border-radius:0}.portal-web-solutions-callback-title{font-size:18px;line-height:22px}.portal-web-solutions-callback-subtitle{font-size:12px;line-height:17px}.portal-web-solutions-callback-form{padding:16px 14px 32px;gap:14px}.portal-web-solutions-callback-grid{grid-template-columns:1fr;gap:14px}.portal-web-solutions-callback-input,.portal-web-solutions-callback-textarea,.portal-web-solutions-callback-select-btn{padding:11px 12px;font-size:14px;background:#111c33;border:1px solid rgba(56,189,248,.35)}.portal-web-solutions-callback-submit-btn{padding:14px 16px;font-size:15px;margin-top:4px}}.portal-web-solutions-sample-audit-overlay{position:fixed;inset:0;z-index:2600;display:flex;justify-content:flex-end}.portal-web-solutions-sample-audit-backdrop{position:absolute;inset:0;background:#030712eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.portal-web-solutions-sample-audit-drawer{position:relative;z-index:1;width:min(920px,100%);height:100%;max-height:100dvh;background:#0b1220;border-left:1px solid rgba(56,189,248,.28);box-shadow:-18px 0 45px #00000073;display:flex;flex-direction:column;overflow:hidden;box-sizing:border-box}.portal-web-solutions-sample-audit-chrome{position:relative;display:flex;align-items:center;justify-content:space-between;gap:16px;height:75px;max-height:75px;padding:0 16px;box-sizing:border-box;background:linear-gradient(135deg,#0284c7,#0369a1);flex-shrink:0}.portal-web-solutions-sample-audit-chrome-text{display:flex;flex-direction:column;align-items:flex-start;text-align:left;min-width:0;flex-shrink:0}.portal-web-solutions-sample-audit-chrome-tag{display:inline-flex;align-items:center;gap:6px;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#0369a1;background:#fff;padding:2px 8px;border-radius:4px;margin-bottom:4px}.portal-web-solutions-sample-audit-chrome-title{margin:0;font-size:17px;line-height:1.2;color:#fff;font-weight:800}.portal-web-solutions-sample-audit-chrome-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;min-width:0;flex:1}.portal-web-solutions-sample-audit-chrome-sub{margin:0;font-size:12px;line-height:1.4;color:#e0f2fe}.portal-web-solutions-sample-audit-close{width:36px;height:36px;border:0;border-radius:8px;background:#ffffff29;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .2s ease,color .2s ease,transform .15s ease}.portal-web-solutions-sample-audit-close:hover{background:#0f172a73;color:#fff;transform:scale(1.06)}.portal-web-solutions-sample-audit-close:focus-visible{outline:2px solid #ffffff;outline-offset:2px}.portal-web-solutions-sample-audit-scroll{flex:1;overflow:auto;padding:20px 16px 28px;background:#1e293b;display:flex;flex-direction:column;align-items:center;gap:24px}.portal-web-solutions-sample-audit-a4-scale{width:min(794px,100%);display:flex;justify-content:center}.portal-web-solutions-sample-audit-a4{width:100%;min-height:1020px;background:#fff;color:#0f172a;box-shadow:0 12px 40px #00000059;position:relative;display:flex;flex-direction:column;box-sizing:border-box}.portal-web-solutions-sample-audit-a4-accent{height:6px;background:linear-gradient(90deg,#0284c7,#0ea5e9);flex-shrink:0}.portal-web-solutions-sample-audit-a4-inner{padding:20px 22px 16px;display:flex;flex-direction:column;flex:1;box-sizing:border-box}.portal-web-solutions-sample-audit-a4-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px;padding:10px 12px;background:#f0f7ff;border:1px solid #bfdbfe;border-radius:8px;border-bottom:3px solid #0f4c81}.portal-web-solutions-sample-audit-logo{height:38px;width:auto;object-fit:contain}.portal-web-solutions-sample-audit-site-block{text-align:right}.portal-web-solutions-sample-audit-site-label{display:block;font-size:11px;color:#64748b;text-transform:uppercase;letter-spacing:.06em}.portal-web-solutions-sample-audit-site{display:block;font-size:14px;font-weight:700;color:#0f172a}.portal-web-solutions-sample-audit-a4-body{flex:1;display:flex;flex-direction:column;gap:12px}.portal-web-solutions-sample-audit-a4-cover .portal-web-solutions-sample-audit-a4-body{gap:14px}.portal-web-solutions-sample-audit-a4-cover .portal-web-solutions-sample-audit-meta-grid{margin-top:auto}.portal-web-solutions-sample-audit-title-block{margin-bottom:4px}.portal-web-solutions-sample-audit-exec-block{padding:16px 18px;border-radius:10px;border:1px solid #bfdbfe;background:#f0f7ff;display:flex;flex-direction:column;gap:10px}.portal-web-solutions-sample-audit-exec-block .portal-web-solutions-sample-audit-section-title{margin:0}.portal-web-solutions-sample-audit-exec-block .portal-web-solutions-sample-audit-body-text{color:#334155}.portal-web-solutions-sample-audit-report-title{margin:0 0 6px;font-size:26px;line-height:1.2;color:#0f172a}.portal-web-solutions-sample-audit-report-sub{margin:0;font-size:13px;line-height:1.45;color:#475569}.portal-web-solutions-sample-audit-score-panel{display:flex;align-items:center;gap:24px;padding:15px 18px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px}@media(min-width:821px){.portal-web-solutions-sample-audit-a4-cover .portal-web-solutions-sample-audit-score-panel{flex-direction:column;align-items:center;text-align:center;gap:14px;padding:20px 18px}.portal-web-solutions-sample-audit-a4-cover .portal-web-solutions-sample-audit-score-copy{padding-left:0;display:flex;flex-direction:column;align-items:center}.portal-web-solutions-sample-audit-a4-cover .portal-web-solutions-sample-audit-dial{width:128px;height:128px}.portal-web-solutions-sample-audit-a4-cover .portal-web-solutions-sample-audit-score-note{max-width:520px}}.portal-web-solutions-sample-audit-score-copy{flex:1;min-width:0;padding-left:4px}.portal-web-solutions-sample-audit-dial{position:relative;width:112px;height:112px;flex-shrink:0}.portal-web-solutions-sample-audit-dial-ring{width:100%;height:100%;transform:rotate(-90deg)}.portal-web-solutions-sample-audit-dial-track{fill:none;stroke:#e2e8f0;stroke-width:10}.portal-web-solutions-sample-audit-dial-progress{fill:none;stroke-width:10;stroke-linecap:round;stroke:#dc2626}.portal-web-solutions-sample-audit-dial.is-attention .portal-web-solutions-sample-audit-dial-progress{stroke:#eab308}.portal-web-solutions-sample-audit-dial.is-perfect .portal-web-solutions-sample-audit-dial-progress{stroke:#16a34a}.portal-web-solutions-sample-audit-dial-inner{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.portal-web-solutions-sample-audit-dial-value{font-size:28px;font-weight:800;line-height:1;color:#0f172a}.portal-web-solutions-sample-audit-dial-max{font-size:11px;color:#64748b}.portal-web-solutions-sample-audit-rank{display:inline-block;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;padding:4px 10px;border-radius:999px;margin-bottom:6px}.portal-web-solutions-sample-audit-rank.is-critical{background:#fee2e2;color:#b91c1c}.portal-web-solutions-sample-audit-rank.is-attention{background:#fef08a;color:#854d0e}.portal-web-solutions-sample-audit-rank.is-perfect{background:#dcfce7;color:#15803d}.portal-web-solutions-sample-audit-score-pct{display:block;font-size:22px;font-weight:800;color:#0f172a;margin-bottom:6px}.portal-web-solutions-sample-audit-score-note,.portal-web-solutions-sample-audit-body-text,.portal-web-solutions-sample-audit-lead{margin:0;font-size:13px;line-height:1.5;color:#475569}.portal-web-solutions-sample-audit-kpi-intro{margin:0;font-size:12px;font-weight:700;color:#334155}.portal-web-solutions-sample-audit-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.portal-web-solutions-sample-audit-kpi{display:flex;flex-direction:row;align-items:center;gap:12px;padding:12px 14px;border-radius:8px;border:1px solid #e2e8f0;background:#fff}.portal-web-solutions-sample-audit-kpi.is-good{background:#f0fdf4;border-color:#86efac}.portal-web-solutions-sample-audit-kpi.is-attention{background:#fefce8;border-color:#fde047}.portal-web-solutions-sample-audit-kpi.is-critical{background:#fef2f2;border-color:#fca5a5}.portal-web-solutions-sample-audit-kpi strong{font-size:28px;line-height:1;flex-shrink:0;min-width:28px;text-align:right}.portal-web-solutions-sample-audit-kpi-text{display:flex;flex-direction:column;gap:2px;min-width:0;text-align:left}.portal-web-solutions-sample-audit-kpi span{font-size:13px;font-weight:700;color:#334155}.portal-web-solutions-sample-audit-kpi em{font-size:11px;font-style:normal;color:#64748b}.portal-web-solutions-sample-audit-kpi.is-good strong{color:#15803d}.portal-web-solutions-sample-audit-kpi.is-attention strong{color:#a16207}.portal-web-solutions-sample-audit-kpi.is-critical strong{color:#b91c1c}.portal-web-solutions-sample-audit-meta-grid,.portal-web-solutions-sample-audit-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.portal-web-solutions-sample-audit-meta-card{padding:10px 12px;border-radius:8px;border:1px solid #e2e8f0;background:#f8fafc}.portal-web-solutions-sample-audit-meta-label{display:block;font-size:11px;color:#64748b;text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px}.portal-web-solutions-sample-audit-meta-value{display:block;font-size:13px;font-weight:700;color:#0f172a}.portal-web-solutions-sample-audit-section-title{margin:0;font-size:20px;font-weight:800;color:#0f172a}.portal-web-solutions-sample-audit-legend{display:flex;flex-wrap:wrap;gap:10px 14px;font-size:12px;font-weight:600}.portal-web-solutions-sample-audit-legend .is-good{color:#15803d}.portal-web-solutions-sample-audit-legend .is-attention{color:#a16207}.portal-web-solutions-sample-audit-legend .is-critical{color:#b91c1c}.portal-web-solutions-sample-audit-scorecard{display:flex;flex-direction:column;gap:6px}.portal-web-solutions-sample-audit-row{display:grid;grid-template-columns:minmax(118px,160px) minmax(72px,1fr) 36px minmax(96px,112px);gap:8px 10px;align-items:center;padding:6px 10px;border-radius:6px;background:#f8fafc}.portal-web-solutions-sample-audit-row-label{font-size:12px;font-weight:700;color:#0f172a;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.portal-web-solutions-sample-audit-row-num{color:#64748b;margin-right:4px}.portal-web-solutions-sample-audit-row-bar-track{height:6px;border-radius:999px;background:#e2e8f0;overflow:hidden;max-width:160px;justify-self:stretch}.portal-web-solutions-sample-audit-row-bar-fill{height:100%;width:var(--bar-width, 0%);border-radius:999px;background:#94a3b8}.portal-web-solutions-sample-audit-row-bar-fill.is-good{background:#16a34a}.portal-web-solutions-sample-audit-row-bar-fill.is-fair{background:#eab308}.portal-web-solutions-sample-audit-row-bar-fill.is-poor{background:#dc2626}.portal-web-solutions-sample-audit-row-score{font-size:11px;font-weight:700;text-align:right;color:#334155}.portal-web-solutions-sample-audit-row-status{font-size:11px;font-weight:700;text-align:center;white-space:nowrap;padding:3px 8px;border-radius:999px;justify-self:start}.portal-web-solutions-sample-audit-row.is-doing-good .portal-web-solutions-sample-audit-row-status{color:#15803d;background:#dcfce7}.portal-web-solutions-sample-audit-row.is-attention .portal-web-solutions-sample-audit-row-status{color:#854d0e;background:#fef08a}.portal-web-solutions-sample-audit-row.is-critical .portal-web-solutions-sample-audit-row-status{color:#991b1b;background:#fecaca}.portal-web-solutions-sample-audit-narrative-list{display:flex;flex-direction:column;gap:10px}.portal-web-solutions-sample-audit-narrative{padding:12px 14px;border-radius:8px;border:1px solid #e2e8f0;background:#fff}.portal-web-solutions-sample-audit-narrative.is-good{border-left:4px solid #16a34a;background:#f0fdf4}.portal-web-solutions-sample-audit-narrative.is-fair{border-left:4px solid #eab308;background:#fefce8}.portal-web-solutions-sample-audit-narrative.is-poor{border-left:4px solid #dc2626;background:#fef2f2}.portal-web-solutions-sample-audit-narrative-head{display:flex;justify-content:space-between;gap:10px;margin-bottom:6px}.portal-web-solutions-sample-audit-narrative-title{margin:0;font-size:14px;font-weight:800;color:#0f172a}.portal-web-solutions-sample-audit-narrative-score{font-size:11px;font-weight:700;color:#475569;white-space:nowrap}.portal-web-solutions-sample-audit-narrative-text{margin:0 0 6px;font-size:12px;line-height:1.45;color:#475569}.portal-web-solutions-sample-audit-narrative-text:last-child{margin-bottom:0}.portal-web-solutions-sample-audit-tiers{display:flex;flex-direction:column;gap:12px}.portal-web-solutions-sample-audit-tier{padding:14px;border-radius:10px;border:1px solid #e2e8f0;background:#fff}.portal-web-solutions-sample-audit-tier.is-minimum{border-left:4px solid #64748b;background:#f8fafc}.portal-web-solutions-sample-audit-tier.is-recommended{border-left:4px solid #0284c7;background:#f0f9ff}.portal-web-solutions-sample-audit-tier.is-maximum{border-left:4px solid #7c3aed;background:#f5f3ff;border-color:#ddd6fe}.portal-web-solutions-sample-audit-tier-head{display:flex;justify-content:space-between;gap:10px;margin-bottom:6px}.portal-web-solutions-sample-audit-tier-title{margin:0;font-size:15px;font-weight:800;color:#0f172a}.portal-web-solutions-sample-audit-tier-time{font-size:11px;font-weight:700;color:#0369a1;white-space:nowrap}.portal-web-solutions-sample-audit-tier-sub{margin:0 0 8px;font-size:12px;color:#475569}.portal-web-solutions-sample-audit-tier-list{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:4px}.portal-web-solutions-sample-audit-tier-list li{font-size:12px;line-height:1.4;color:#334155}.portal-web-solutions-sample-audit-contact{margin-top:8px;padding:16px 18px;border-radius:10px;background:#eff6ff;border:1px solid #93c5fd;box-shadow:0 1px #0f4c810f}.portal-web-solutions-sample-audit-contact-label{display:inline-block;margin-bottom:8px;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#0369a1}.portal-web-solutions-sample-audit-contact-lead{margin:0 0 14px;font-size:14px;line-height:1.5;font-weight:600;color:#0f172a}.portal-web-solutions-sample-audit-contact .portal-web-solutions-sample-audit-meta-card{background:#fff;border-color:#bfdbfe}.portal-web-solutions-sample-audit-disclaimer{margin:12px 0 0;font-size:11px;color:#64748b}.portal-web-solutions-sample-audit-a4-footer{display:flex;justify-content:space-between;margin-top:18px;padding-top:12px;border-top:1px solid #e2e8f0;font-size:11px;color:#64748b;flex-shrink:0}.portal-web-solutions-sample-audit-cta{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:8px;background:#0f172a73;border:1px solid rgba(255,255,255,.28);color:#fff;font-size:12px;font-weight:700;text-decoration:none;white-space:nowrap;flex-shrink:0;transition:background .2s ease,border-color .2s ease,transform .15s ease}.portal-web-solutions-sample-audit-cta:hover{background:#0f172aa6;border-color:#ffffff6b;transform:scale(1.02)}@media(max-width:820px){.portal-web-solutions-sample-audit-drawer{width:100%;max-width:100vw;overflow-x:hidden}.portal-web-solutions-sample-audit-chrome{align-items:center;height:75px;max-height:75px;gap:10px;padding:0 max(10px,env(safe-area-inset-right)) 0 max(14px,env(safe-area-inset-left))}.portal-web-solutions-sample-audit-chrome-tag{display:inline-flex;margin-bottom:4px}.portal-web-solutions-sample-audit-chrome-sub{display:none}.portal-web-solutions-sample-audit-chrome-title{margin:0;font-size:15px}.portal-web-solutions-sample-audit-chrome-actions{gap:8px;flex:0 0 auto}.portal-web-solutions-sample-audit-cta{padding:7px 10px;font-size:11px;gap:4px}.portal-web-solutions-sample-audit-scroll{align-items:stretch;padding:14px 14px 20px;padding-left:max(14px,env(safe-area-inset-left));padding-right:max(14px,env(safe-area-inset-right));gap:16px}.portal-web-solutions-sample-audit-a4-scale{width:100%}.portal-web-solutions-sample-audit-a4{width:100%;min-width:0;min-height:0;zoom:1;transform:none}.portal-web-solutions-sample-audit-a4-inner{padding:15px}.portal-web-solutions-sample-audit-a4-header{gap:10px}.portal-web-solutions-sample-audit-logo{height:32px;max-width:140px}.portal-web-solutions-sample-audit-site{font-size:12px;word-break:break-word}.portal-web-solutions-sample-audit-report-title{font-size:20px}.portal-web-solutions-sample-audit-report-sub,.portal-web-solutions-sample-audit-body-text,.portal-web-solutions-sample-audit-lead,.portal-web-solutions-sample-audit-score-note{font-size:12px;line-height:1.45;color:#334155}.portal-web-solutions-sample-audit-score-panel{flex-direction:row;flex-wrap:nowrap;align-items:center;gap:16px;padding:15px}.portal-web-solutions-sample-audit-exec-block{padding:12px 14px;gap:8px}.portal-web-solutions-sample-audit-a4-cover .portal-web-solutions-sample-audit-meta-grid{margin-top:4px}.portal-web-solutions-sample-audit-dial{width:88px;height:88px}.portal-web-solutions-sample-audit-kpis{grid-template-columns:1fr;gap:8px}.portal-web-solutions-sample-audit-kpi{gap:14px;padding:12px 14px}.portal-web-solutions-sample-audit-kpi strong{font-size:26px;min-width:32px}.portal-web-solutions-sample-audit-section-title{font-size:17px}.portal-web-solutions-sample-audit-row{grid-template-columns:minmax(96px,1.1fr) minmax(56px,.9fr) 34px minmax(84px,auto);gap:6px 8px;padding:6px 8px}.portal-web-solutions-sample-audit-row-bar-track{max-width:120px}.portal-web-solutions-sample-audit-row-label{white-space:normal}.portal-web-solutions-sample-audit-row-status{text-align:left;font-size:10px}.portal-web-solutions-sample-audit-meta-grid,.portal-web-solutions-sample-audit-contact-grid{grid-template-columns:1fr}.portal-web-solutions-sample-audit-narrative-title,.portal-web-solutions-sample-audit-tier-title{font-size:13px}.portal-web-solutions-sample-audit-narrative-text,.portal-web-solutions-sample-audit-tier-list li{font-size:12px;color:#334155}.portal-web-solutions-sample-audit-contact{padding:14px}.portal-web-solutions-sample-audit-contact-lead{font-size:13px}}@media(max-width:360px){.portal-web-solutions-sample-audit-chrome{height:75px;max-height:75px;padding:0 8px 0 10px;gap:6px}.portal-web-solutions-sample-audit-chrome-tag{font-size:9px}.portal-web-solutions-sample-audit-chrome-title{font-size:13px}.portal-web-solutions-sample-audit-close{width:28px;height:28px}.portal-web-solutions-sample-audit-cta{padding:6px 8px;font-size:10px}.portal-web-solutions-sample-audit-scroll{padding:12px;gap:12px}.portal-web-solutions-sample-audit-a4-inner{padding:15px 12px}.portal-web-solutions-sample-audit-kpis{grid-template-columns:1fr}.portal-web-solutions-sample-audit-score-panel{gap:14px;padding:15px 12px}.portal-web-solutions-sample-audit-row{grid-template-columns:minmax(0,1fr) 32px;grid-template-rows:auto auto}.portal-web-solutions-sample-audit-row-bar-track{grid-column:1;max-width:none}.portal-web-solutions-sample-audit-row-score{grid-column:2;grid-row:1 / span 2;align-self:center}.portal-web-solutions-sample-audit-row-status{grid-column:1;font-size:10px}}.portal-web-solutions-instant-audit-overlay{position:fixed;inset:0;z-index:2600;display:flex;justify-content:flex-end}.portal-web-solutions-instant-audit-backdrop{position:absolute;inset:0;background:#030712eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.portal-web-solutions-instant-audit-drawer{position:relative;z-index:1;width:min(480px,100%);height:100%;max-height:100dvh;background:#0d1527;border-left:1px solid rgba(56,189,248,.28);box-shadow:-18px 0 45px #00000073;display:flex;flex-direction:column;overflow:hidden;box-sizing:border-box}.portal-web-solutions-instant-audit-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px 16px;background:linear-gradient(135deg,#0284c7,#0369a1);flex-shrink:0}.portal-web-solutions-instant-audit-tag{display:inline-flex;align-items:center;gap:6px;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#0369a1;background:#fff;padding:2px 8px;border-radius:4px;margin-bottom:6px}.portal-web-solutions-instant-audit-title{margin:0 0 2px;font-size:17px;line-height:1.25;color:#fff;font-weight:800}.portal-web-solutions-instant-audit-sub{margin:0;font-size:12px;color:#e0f2fe}.portal-web-solutions-instant-audit-close{width:32px;height:32px;border:0;border-radius:8px;background:#ffffff29;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.portal-web-solutions-instant-audit-close:disabled{opacity:.5;cursor:not-allowed}.portal-web-solutions-instant-audit-body{padding:14px 16px;overflow:auto;flex:1}.portal-web-solutions-instant-audit-url-row{display:inline-flex;align-items:center;gap:8px;max-width:100%;padding:5px 10px;border-radius:999px;background:#38bdf81f;color:#7dd3fc;font-size:12px;font-weight:600;margin-bottom:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.portal-web-solutions-instant-audit-loading{display:flex;flex-direction:column;align-items:center;text-align:center;padding:48px 12px;gap:10px}.portal-web-solutions-instant-audit-spin{color:#38bdf8;animation:portal-web-solutions-instant-spin .8s linear infinite}@keyframes portal-web-solutions-instant-spin{to{transform:rotate(360deg)}}.portal-web-solutions-instant-audit-loading-title{margin:0;font-size:15px;font-weight:700;color:#e2e8f0}.portal-web-solutions-instant-audit-loading-note{margin:0;font-size:12px;color:#94a3b8}.portal-web-solutions-instant-audit-error{display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding:14px;border-radius:10px;background:#dc26261f;border:1px solid rgba(248,113,113,.35);color:#fecaca}.portal-web-solutions-instant-audit-error p{margin:0;font-size:13px;line-height:1.45}.portal-web-solutions-instant-audit-rank{display:flex;flex-direction:column;gap:10px;padding:12px 14px;border-radius:10px;margin-bottom:12px;border:1px solid rgba(148,163,184,.25)}.portal-web-solutions-instant-audit-rank-score{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.portal-web-solutions-instant-audit-rank-score strong{font-size:26px;color:#f8fafc;line-height:1}.portal-web-solutions-instant-audit-rank-score strong span{font-size:14px;font-weight:600;color:#94a3b8}.portal-web-solutions-instant-audit-rank-score em{font-style:normal;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.portal-web-solutions-instant-audit-rank-kpis{display:flex;flex-wrap:wrap;gap:8px}.portal-web-solutions-instant-audit-rank-kpis span{font-size:11px;font-weight:700;padding:3px 8px;border-radius:999px;background:#0f172a8c}.portal-web-solutions-instant-audit-rank-kpis .is-good{color:#86efac}.portal-web-solutions-instant-audit-rank-kpis .is-attention{color:#fcd34d}.portal-web-solutions-instant-audit-rank-kpis .is-critical{color:#fca5a5}.portal-web-solutions-instant-audit-rank.is-critical{background:#dc262624;border-color:#f8717159}.portal-web-solutions-instant-audit-rank.is-critical .portal-web-solutions-instant-audit-rank-score em{color:#fca5a5}.portal-web-solutions-instant-audit-rank.is-attention{background:#d9770624;border-color:#fbbf2459}.portal-web-solutions-instant-audit-rank.is-attention .portal-web-solutions-instant-audit-rank-score em{color:#fcd34d}.portal-web-solutions-instant-audit-rank.is-perfect{background:#16a34a24;border-color:#4ade8059}.portal-web-solutions-instant-audit-rank.is-perfect .portal-web-solutions-instant-audit-rank-score em{color:#86efac}.portal-web-solutions-instant-audit-highlights{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.portal-web-solutions-instant-audit-highlight{display:flex;align-items:flex-start;gap:8px;padding:8px 10px;border-radius:8px;font-size:12px;line-height:1.35;color:#e2e8f0}.portal-web-solutions-instant-audit-highlight.is-critical{background:#dc262624;border:1px solid rgba(248,113,113,.28);color:#fecaca}.portal-web-solutions-instant-audit-highlight.is-attention{background:#d9770624;border:1px solid rgba(251,191,36,.28);color:#fde68a}.portal-web-solutions-instant-audit-list-head{margin-bottom:6px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#94a3b8}.portal-web-solutions-instant-audit-categories{display:flex;flex-direction:column;gap:4px;margin-bottom:14px}.portal-web-solutions-instant-audit-category{display:grid;grid-template-columns:22px minmax(0,1fr) auto;gap:8px;align-items:center;padding:7px 8px;border-radius:8px;background:#0f172aa6;border:1px solid rgba(148,163,184,.14)}.portal-web-solutions-instant-audit-category-num{font-size:11px;font-weight:700;color:#64748b;text-align:center}.portal-web-solutions-instant-audit-category-main{min-width:0;display:flex;flex-direction:column;gap:1px}.portal-web-solutions-instant-audit-category-label{font-size:12px;font-weight:700;color:#e2e8f0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.portal-web-solutions-instant-audit-category-issue{font-size:11px;color:#94a3b8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.portal-web-solutions-instant-audit-category-status{display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:700;color:#94a3b8;white-space:nowrap}.portal-web-solutions-instant-audit-category-status em{font-style:normal;color:#64748b;margin-left:2px}.portal-web-solutions-instant-audit-category.is-doing-good .portal-web-solutions-instant-audit-category-status{color:#86efac}.portal-web-solutions-instant-audit-category.is-attention .portal-web-solutions-instant-audit-category-status{color:#fcd34d}.portal-web-solutions-instant-audit-category.is-critical .portal-web-solutions-instant-audit-category-status{color:#fca5a5}.portal-web-solutions-instant-audit-upsell{padding:12px;border-radius:10px;background:#0284c729;border:1px solid rgba(56,189,248,.28)}.portal-web-solutions-instant-audit-upsell p{margin:0 0 10px;font-size:12px;line-height:1.45;color:#bae6fd}.portal-web-solutions-instant-audit-cta{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border-radius:8px;background:#0284c7;color:#fff;font-size:13px;font-weight:700;text-decoration:none}.portal-web-solutions-instant-audit-cta:hover{background:#0369a1}.portal-web-solutions-instant-audit-footer{padding:10px 16px 14px;border-top:1px solid rgba(56,189,248,.16);flex-shrink:0}.portal-web-solutions-instant-audit-secondary-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:8px;border:1px solid rgba(148,163,184,.35);background:transparent;color:#cbd5e1;font-size:12px;font-weight:600;cursor:pointer}.portal-web-solutions-instant-audit-secondary-btn:hover{border-color:#38bdf873;color:#e0f2fe}@media(max-width:520px){.portal-web-solutions-instant-audit-drawer{width:100%}.portal-web-solutions-instant-audit-header{padding:12px 12px 12px max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}.portal-web-solutions-instant-audit-title{font-size:15px}.portal-web-solutions-instant-audit-body{padding:12px;padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}.portal-web-solutions-instant-audit-footer{padding:10px 12px max(12px,env(safe-area-inset-bottom));padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}.portal-web-solutions-instant-audit-rank-score{flex-wrap:wrap}.portal-web-solutions-instant-audit-rank-score strong{font-size:22px}.portal-web-solutions-instant-audit-category{grid-template-columns:18px minmax(0,1fr);grid-template-rows:auto auto;gap:4px 8px}.portal-web-solutions-instant-audit-category-status{grid-column:2;justify-self:start;white-space:normal;font-size:10px}.portal-web-solutions-instant-audit-category-label,.portal-web-solutions-instant-audit-category-issue{white-space:normal;overflow:visible;text-overflow:unset}.portal-web-solutions-instant-audit-cta,.portal-web-solutions-instant-audit-secondary-btn{width:100%;justify-content:center;box-sizing:border-box}}@media(max-width:360px){.portal-web-solutions-instant-audit-drawer{width:100%;max-width:100vw;overflow-x:hidden}.portal-web-solutions-instant-audit-header{padding:10px}.portal-web-solutions-instant-audit-tag{font-size:9px;letter-spacing:.06em}.portal-web-solutions-instant-audit-title{font-size:14px;line-height:1.3}.portal-web-solutions-instant-audit-sub{font-size:11px}.portal-web-solutions-instant-audit-close{width:28px;height:28px}.portal-web-solutions-instant-audit-body{padding:10px}.portal-web-solutions-instant-audit-url-row{font-size:11px;padding:4px 8px;max-width:calc(100vw - 20px)}.portal-web-solutions-instant-audit-rank{padding:10px}.portal-web-solutions-instant-audit-rank-score strong{font-size:20px}.portal-web-solutions-instant-audit-rank-kpis span{font-size:10px;padding:2px 6px}.portal-web-solutions-instant-audit-highlight{font-size:11px;padding:7px 8px}.portal-web-solutions-instant-audit-category{padding:6px}.portal-web-solutions-instant-audit-category-label{font-size:11px}.portal-web-solutions-instant-audit-upsell{padding:10px}.portal-web-solutions-instant-audit-upsell p{font-size:11px}.portal-web-solutions-instant-audit-cta,.portal-web-solutions-instant-audit-secondary-btn{font-size:12px;padding:8px 10px}}.portal-web-solutions-home-hero{position:relative;padding:68px 0 60px;background:radial-gradient(circle at 68% 20%,#1e293b,#070c18 62%);border-bottom:1px solid var(--dkg-border-subtle);overflow-x:hidden;overflow-y:visible;width:100%;max-width:100%}.portal-web-solutions-home-hero:before{content:"";position:absolute;top:-10%;right:8%;width:620px;height:620px;background:radial-gradient(circle,rgba(2,132,199,.28) 0%,rgba(6,182,212,.08) 42%,transparent 70%);filter:blur(80px);pointer-events:none}.portal-web-solutions-hero-grid-overlay{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:40px 40px;pointer-events:none;opacity:.45}.portal-web-solutions-hero-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:40px;align-items:start;position:relative;z-index:10;width:100%;max-width:100%;min-width:0}.portal-web-solutions-hero-left{display:flex;flex-direction:column;align-items:flex-start;width:100%;max-width:100%;min-width:0}.portal-web-solutions-hero-tag{display:inline-flex;align-items:center;align-self:flex-start;flex-wrap:wrap;padding:4px 11px;background:#0284c71f;border:1px solid rgba(56,189,248,.3);border-radius:var(--dkg-radius-full);font-size:11.5px;font-weight:600;color:var(--dkg-primary-cyan);margin-top:0;margin-bottom:12px;width:fit-content;max-width:100%;box-sizing:border-box}.portal-web-solutions-hero-main-title{font-size:clamp(28px,3.2vw,42px);line-height:1.22;font-weight:800;color:#f1f0ec;margin-bottom:16px;letter-spacing:-.025em;width:100%;max-width:660px}.portal-web-solutions-hero-gradient-text{display:inline;font-weight:800;color:#f1f0ec}.portal-web-solutions-hero-description{margin-bottom:24px;max-width:550px;display:flex;flex-direction:column;gap:10px}.portal-web-solutions-hero-desc-p{font-size:15px;line-height:23px;color:#94a3b8;margin:0}.portal-web-solutions-hero-cta-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;width:100%}.portal-web-solutions-hero-btn-primary{display:inline-flex;align-items:center;gap:8px;padding:9px 18px;border-radius:8px;font-size:13.5px;font-weight:600;cursor:pointer;background:#1e293b99;color:#cbd5e1;border:1px solid rgba(148,163,184,.25);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease;white-space:nowrap}.portal-web-solutions-hero-btn-primary:hover{background:#334155cc;border-color:#38bdf8;color:#fff;transform:translateY(-2px)}.portal-web-solutions-hero-btn-primary svg{color:#38bdf8}.portal-web-solutions-hero-btn-secondary{display:inline-flex;align-items:center;gap:8px;padding:9px 18px;border-radius:8px;font-size:13.5px;font-weight:600;cursor:pointer;background:#0284c72e;color:#e0f2fe;border:1px solid rgba(56,189,248,.45);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease;white-space:nowrap}.portal-web-solutions-hero-btn-secondary:hover{background:#0284c752;border-color:#38bdf8;color:#fff;transform:translateY(-2px)}.portal-web-solutions-hero-btn-secondary svg{color:#7dd3fc}.portal-web-solutions-hero-rating-val{display:flex;align-items:center;justify-content:center;gap:6px}.portal-web-solutions-hero-star-icon{filter:drop-shadow(0 0 6px rgba(245,158,11,.6))}.portal-web-solutions-hero-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;width:100%;margin-top:66px;padding-bottom:8px;position:relative;z-index:10}.portal-web-solutions-hero-metric-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:34px 12px;min-width:0;width:100%;text-align:center;background:linear-gradient(135deg,#1e405eeb,#0f172af5);border:1px solid rgba(56,189,248,.28);border-radius:8px}.portal-web-solutions-hero-metric-link{text-decoration:none;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;cursor:pointer}.portal-web-solutions-hero-metric-link:hover{transform:translateY(-3px);border-color:#38bdf8;box-shadow:0 8px 24px #0284c740}.portal-web-solutions-hero-metric-val{font-size:36px;font-weight:700;color:#fff;line-height:1}.portal-web-solutions-hero-metric-label{font-size:15px;font-weight:400;color:#94a3b8;line-height:20px}.portal-web-solutions-hero-scanner-stage{width:100%;max-width:100%;margin-top:4px;display:flex;flex-direction:column;align-items:stretch}.portal-web-solutions-hero-scanner-card{background:linear-gradient(145deg,#1e293b,#0f172a);border:1px solid #334155;border-top:4px solid #38bdf8;border-radius:20px;padding:28px 26px;box-shadow:0 16px 40px #0006,0 0 30px #38bdf81a;display:flex;flex-direction:column;gap:20px;position:relative}.portal-web-solutions-hero-scanner-head{display:flex;align-items:flex-start;gap:12px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.08)}.portal-web-solutions-hero-scanner-head-text{display:flex;flex-direction:column;gap:3px;flex:1;min-width:0}.portal-web-solutions-hero-scanner-icon-wrap{width:36px;height:36px;border-radius:10px;background:#38bdf826;color:#38bdf8;border:1px solid rgba(56,189,248,.3);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 0 12px #38bdf840;margin-top:2px}.portal-web-solutions-hero-scanner-title{font-size:16.5px;font-weight:800;color:#fff;margin:0;font-family:var(--dkg-font-heading, "Inter", sans-serif);line-height:1.25}.portal-web-solutions-hero-scanner-sub{font-size:12px;color:#34d399;margin:0;font-weight:600}.portal-web-solutions-hero-scan-idle{display:flex;flex-direction:column;gap:18px}.portal-web-solutions-hero-scan-form{display:flex;gap:10px}.portal-web-solutions-hero-scan-input-wrap{flex:1;position:relative;display:flex;align-items:center}.portal-web-solutions-hero-scan-input-icon{position:absolute;left:14px;color:#64748b;pointer-events:none}.portal-web-solutions-hero-scan-input{width:100%;padding:13px 14px 13px 40px;background:#0b1326;border:1px solid #334155;border-radius:10px;color:#fff;font-size:13px;outline:none;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box}.portal-web-solutions-hero-scan-input:focus{border-color:#38bdf8;box-shadow:0 0 16px #38bdf840}.portal-web-solutions-hero-scan-input::placeholder{color:#64748b}.portal-web-solutions-hero-scan-btn{padding:12px 16px;background:#ef4444;color:#fff;font-size:13px;font-weight:700;border:1px solid #ef4444;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:8px;white-space:nowrap;box-shadow:0 4px 16px #ef444466;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.portal-web-solutions-hero-scan-btn:hover{background:#dc2626;border-color:#dc2626;transform:translateY(-2px);box-shadow:0 8px 24px #dc262673}.portal-web-solutions-hero-scan-benchmarks{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.portal-web-solutions-hero-scan-bench-item{background:#0b132699;border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:10px 12px;display:flex;flex-direction:column;gap:3px}.bench-label{font-size:11px;color:#94a3b8;text-transform:uppercase;letter-spacing:.4px}.bench-val{font-size:16px;font-weight:800}.bench-green{color:#34d399}.bench-cyan{color:#38bdf8}.portal-web-solutions-hero-scan-footnote{font-size:11px;color:#64748b;text-align:center}.portal-web-solutions-hero-scan-progress-box{padding:24px 16px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.portal-web-solutions-hero-scan-spinner{color:#38bdf8}.spin-animate{animation:spin 1.2s linear infinite}.portal-web-solutions-hero-scan-progress-title{font-size:17px;font-weight:700;color:#fff;margin:0}.portal-web-solutions-hero-scan-step-msg{font-size:13px;color:#38bdf8;font-family:monospace}.portal-web-solutions-hero-scan-bar-track{width:100%;height:6px;border-radius:99px;background:#0b1326;overflow:hidden;border:1px solid #334155;margin-top:8px}.portal-web-solutions-hero-scan-bar-fill{height:100%;width:var(--scan-width, 25%);background:linear-gradient(90deg,#0284c7,#38bdf8);border-radius:99px;transition:width .4s ease}.portal-web-solutions-hero-scan-result-box{display:flex;flex-direction:column;gap:16px}.portal-web-solutions-hero-scan-result-header{display:flex;align-items:center;justify-content:space-between}.portal-web-solutions-hero-scan-url-tag{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;color:#38bdf8;background:#38bdf81a;padding:4px 10px;border-radius:6px;border:1px solid rgba(56,189,248,.25)}.portal-web-solutions-hero-scan-status-pill{font-size:11px;font-weight:700;color:#34d399;text-transform:uppercase;letter-spacing:.5px}.portal-web-solutions-hero-scan-gauges{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.portal-web-solutions-hero-gauge-card{background:#0b1326cc;border-radius:10px;padding:10px 8px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:2px;border:1px solid rgba(255,255,255,.08)}.gauge-name{font-size:10px;color:#94a3b8;text-transform:uppercase}.gauge-score{font-size:15px;font-weight:800}.gauge-sub{font-size:9px;white-space:nowrap}.gauge-warning{border-color:#f59e0b4d}.gauge-warning .gauge-score,.gauge-warning .gauge-sub{color:#f59e0b}.gauge-good{border-color:#34d3994d}.gauge-good .gauge-score,.gauge-good .gauge-sub{color:#34d399}.portal-web-solutions-hero-scan-findings{display:flex;flex-direction:column;gap:6px;background:#0b132680;border-radius:8px;padding:10px 12px;border:1px solid rgba(255,255,255,.06)}.portal-web-solutions-hero-finding-row{display:flex;align-items:center;gap:8px;font-size:12px;color:#cbd5e1}.finding-icon-warn{color:#f59e0b;flex-shrink:0}.finding-icon-ok{color:#34d399;flex-shrink:0}.portal-web-solutions-hero-scan-actions{display:flex;gap:10px}.portal-web-solutions-hero-scan-claim-btn{flex:1;padding:11px 16px;background:linear-gradient(90deg,#0284c7,#06b6d4);color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;box-shadow:0 4px 14px #0284c759;transition:transform .2s ease}.portal-web-solutions-hero-scan-claim-btn:hover{transform:translateY(-2px)}.portal-web-solutions-hero-scan-retest-btn{padding:11px 14px;background:#ffffff0f;border:1px solid rgba(255,255,255,.15);color:#cbd5e1;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:6px}.portal-web-solutions-hero-scan-retest-btn:hover{background:#ffffff1f;color:#fff}@media(max-width:1024px){.portal-web-solutions-hero-grid{grid-template-columns:1fr;gap:36px}.portal-web-solutions-hero-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:40px}.portal-web-solutions-hero-metric-item{padding:24px 12px}}@media(max-width:640px){.portal-web-solutions-home-hero{padding:20px 0 36px}.portal-web-solutions-hero-grid{gap:16px}.portal-web-solutions-hero-scanner-stage{margin-top:16px}.portal-web-solutions-hero-main-title{font-size:clamp(22px,5.5vw,27px);line-height:1.22;margin-bottom:10px}.portal-web-solutions-hero-description{margin-bottom:14px;gap:6px}.portal-web-solutions-hero-desc-p{font-size:13px;line-height:20px}.portal-web-solutions-hero-scanner-card{padding:18px 14px;gap:16px;border-radius:16px}.portal-web-solutions-hero-scanner-head{flex-direction:row;align-items:flex-start;gap:10px;padding-bottom:12px}.portal-web-solutions-hero-scanner-icon-wrap{width:32px;height:32px;border-radius:8px;margin-top:2px}.portal-web-solutions-hero-scanner-title{font-size:15.5px;line-height:1.25}.portal-web-solutions-hero-scanner-sub{font-size:12px}.portal-web-solutions-hero-scan-form{flex-direction:column;gap:8px;width:100%}.portal-web-solutions-hero-scan-input{padding:11px 12px 11px 36px;font-size:13px}.portal-web-solutions-hero-scan-btn{width:100%;justify-content:center;padding:11px 16px}.portal-web-solutions-hero-scan-benchmarks{grid-template-columns:1fr 1fr;gap:8px}.portal-web-solutions-hero-scan-bench-item{padding:8px 10px}.portal-web-solutions-hero-scan-gauges{grid-template-columns:repeat(2,1fr)}.portal-web-solutions-hero-cta-row{display:flex;gap:8px;width:100%}.portal-web-solutions-hero-btn-primary,.portal-web-solutions-hero-btn-secondary{display:inline-flex;justify-content:center;padding:9px 16px;font-size:13px;gap:6px;white-space:nowrap}.portal-web-solutions-hero-metrics{grid-template-columns:1fr 1fr;gap:12px}.portal-web-solutions-hero-metric-item{padding:18px 8px}.portal-web-solutions-hero-metric-val{font-size:28px}.portal-web-solutions-hero-metric-label{font-size:13px}}.portal-web-solutions-home-functions-sec{padding:56px 0 64px;background-color:#0b1326;border-bottom:1px solid #1e293b;color:#fff}.portal-web-solutions-home-func-header{text-align:center;max-width:720px;margin:0 auto 36px;padding:0 16px}.portal-web-solutions-func-tag{display:inline-flex;align-items:center;gap:8px;padding:4px 14px;background:#38bdf81f;border:1px solid rgba(56,189,248,.3);color:#38bdf8;border-radius:20px;font-size:12px;font-weight:600;margin-bottom:12px}.portal-web-solutions-home-func-title{font-size:clamp(24px,4.5vw,32px);line-height:1.25;font-weight:800;color:#fff;margin:0 0 10px;font-family:var(--dkg-font-heading, "Inter", sans-serif)}.portal-web-solutions-home-func-desc{font-size:15px;line-height:1.55;color:#94a3b8;margin:0}.portal-web-solutions-functions-mega-block{background:#0f172a;border:1px solid #1e293b;border-radius:18px;padding:36px;box-shadow:0 16px 40px #0006}.portal-web-solutions-functions-3col-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.portal-web-solutions-func-column{display:flex;flex-direction:column;gap:20px;position:relative;padding-right:16px}@media(min-width:1025px){.portal-web-solutions-func-column:not(:last-child):after{content:"";position:absolute;top:0;right:-16px;bottom:0;width:1px;background:linear-gradient(180deg,#ffffff26,#ffffff0a)}}.func-column-header{display:flex;align-items:center;gap:12px;padding-bottom:16px;border-bottom:1px solid #1e293b}.func-column-icon-box{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.col-theme-cyan .func-column-icon-box{background:#0284c72e;border:1px solid rgba(2,132,199,.4);color:#38bdf8}.col-theme-cyan .func-column-badge{background:#38bdf81f;color:#38bdf8;border:1px solid rgba(56,189,248,.25);padding:2px 8px;border-radius:10px;font-size:11px;font-weight:600}.col-theme-cyan .func-item-icon-box{background:#38bdf81f;border:1px solid rgba(56,189,248,.3);color:#38bdf8}.col-theme-cyan .func-item-compact-box{border-left:3px solid #38bdf8}.col-theme-purple .func-column-icon-box{background:#9333ea2e;border:1px solid rgba(147,51,234,.4);color:#c084fc}.col-theme-purple .func-column-badge{background:#c084fc1f;color:#c084fc;border:1px solid rgba(192,132,252,.25);padding:2px 8px;border-radius:10px;font-size:11px;font-weight:600}.col-theme-purple .func-item-icon-box{background:#c084fc1f;border:1px solid rgba(192,132,252,.3);color:#c084fc}.col-theme-purple .func-item-compact-box{border-left:3px solid #c084fc}.col-theme-amber .func-column-icon-box{background:#f59e0b2e;border:1px solid rgba(245,158,11,.4);color:#f59e0b}.col-theme-amber .func-column-badge{background:#f59e0b1f;color:#f59e0b;border:1px solid rgba(245,158,11,.25);padding:2px 8px;border-radius:10px;font-size:11px;font-weight:600}.col-theme-amber .func-item-icon-box{background:#f59e0b1f;border:1px solid rgba(245,158,11,.3);color:#f59e0b}.col-theme-amber .func-item-compact-box{border-left:3px solid #f59e0b}.func-column-title{font-size:16px;font-weight:700;color:#fff;margin:0 0 4px}.func-column-items-list{display:flex;flex-direction:column;gap:14px}.func-item-compact-box{display:flex;align-items:flex-start;gap:14px;padding:18px 20px;background:#1e293b;border-top:1px solid #334155;border-right:1px solid #334155;border-bottom:1px solid #334155;border-radius:12px;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.func-item-compact-box:hover{transform:translateY(-2px)}.func-item-icon-box{width:34px;height:34px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.func-column-heading{display:flex;flex-direction:column;min-width:0}.func-item-text-group{display:flex;flex-direction:column;gap:3px;min-width:0}.func-item-name{font-size:14px;font-weight:700;color:#fff;line-height:1.35;overflow-wrap:anywhere}.func-item-desc{font-size:12.5px;color:#94a3b8;line-height:1.45;overflow-wrap:anywhere}.portal-web-solutions-home-func-tabs,.portal-web-solutions-home-functions-sec .portal-web-solutions-slider-dots{display:none}.portal-web-solutions-home-functions-bottom{text-align:center;margin-top:32px;display:flex;justify-content:center}.portal-web-solutions-home-func-text-link{display:inline-flex;align-items:center;gap:6px;font-size:15px;font-weight:700;color:#38bdf8;text-decoration:none;transition:all .2s ease}.portal-web-solutions-home-func-text-link:hover{color:#0284c7;gap:10px}@media(max-width:1024px){.portal-web-solutions-home-functions-sec{padding:40px 0 48px}.portal-web-solutions-home-func-header{margin-bottom:20px;padding:0}.portal-web-solutions-home-func-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:12px}.portal-web-solutions-home-func-tab{min-width:0;padding:8px 6px;border-radius:999px;border:1px solid #334155;background:#0f172a;color:#94a3b8;font-size:11px;font-weight:700;line-height:1.2;cursor:pointer}.portal-web-solutions-home-func-tab.is-active.col-theme-cyan{background:#38bdf829;border-color:#38bdf873;color:#38bdf8}.portal-web-solutions-home-func-tab.is-active.col-theme-amber{background:#f59e0b29;border-color:#f59e0b73;color:#f59e0b}.portal-web-solutions-home-func-tab.is-active.col-theme-purple{background:#c084fc29;border-color:#c084fc73;color:#c084fc}.portal-web-solutions-functions-mega-block{background:transparent;border:none;border-radius:0;padding:0;box-shadow:none;overflow:visible}.portal-web-solutions-functions-3col-grid{display:flex;width:100%;min-width:0;overflow-x:auto;overflow-y:clip;scroll-snap-type:x mandatory;scroll-behavior:smooth;gap:12px;padding:4px 2px 12px;scrollbar-width:none}.portal-web-solutions-functions-3col-grid::-webkit-scrollbar{display:none}.portal-web-solutions-func-column{flex:0 0 calc(100% - 28px);width:calc(100% - 28px);max-width:calc(100% - 28px);min-width:calc(100% - 28px);gap:12px;padding:12px;background:#0f172a;border:1px solid #1e293b;border-radius:14px;scroll-snap-align:start;cursor:pointer}.func-column-header{gap:10px;padding-bottom:12px}.func-column-icon-box{width:36px;height:36px}.func-column-title{font-size:14px}.func-column-items-list{gap:8px}.func-item-compact-box{gap:10px;padding:10px 12px;border-radius:10px}.func-item-compact-box:hover{transform:none}.func-item-icon-box{width:30px;height:30px;margin-top:0}.func-item-name{font-size:13px}.func-item-desc{font-size:12px}.portal-web-solutions-home-functions-sec .portal-web-solutions-slider-dots{display:flex;margin-top:14px}.portal-web-solutions-home-functions-bottom{margin-top:20px}}.portal-web-solutions-home-solutions-sec{padding:56px 0 64px;background:#fff;border-bottom:1px solid #e2e8f0;color:#0f172a}.portal-web-solutions-home-solutions-header,.portal-web-solutions-home-sol-header{text-align:center;max-width:780px;margin:0 auto 36px;padding:0 16px;display:flex;flex-direction:column;align-items:center}.portal-web-solutions-home-sol-top-badge{display:inline-block;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:#0284c7;background:#0284c714;border:1px solid rgba(2,132,199,.2);padding:3px 12px;border-radius:20px;margin-bottom:10px}.portal-web-solutions-home-solutions-title,.portal-web-solutions-home-sol-title{font-size:clamp(24px,4.5vw,34px);line-height:1.25;margin:0 0 10px;color:#0f172a;font-weight:800;font-family:var(--dkg-font-heading, "Inter", sans-serif)}.portal-web-solutions-home-solutions-subtitle,.portal-web-solutions-home-sol-desc{font-size:15px;line-height:1.55;color:#475569;margin:0 0 18px}.portal-web-solutions-pillars-row{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px}.portal-web-solutions-pillar-pill{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:700;padding:5px 14px;border-radius:20px}.portal-web-solutions-pillar-pill.dev{background:#0ea5e91a;color:#0284c7;border:1px solid rgba(2,132,199,.25)}.portal-web-solutions-pillar-pill.service{background:#f59e0b1a;color:#d97706;border:1px solid rgba(245,158,11,.25)}.portal-web-solutions-pillar-pill.consult{background:#7c3aed1a;color:#7c3aed;border:1px solid rgba(124,58,237,.25)}.portal-web-solutions-home-solutions-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.portal-web-solutions-home-sol-card:nth-child(9),.portal-web-solutions-home-sol-card:nth-child(10){grid-column:span 2}@media(max-width:1200px){.portal-web-solutions-home-solutions-grid{grid-template-columns:repeat(2,1fr);gap:16px}.portal-web-solutions-home-sol-card:nth-child(9),.portal-web-solutions-home-sol-card:nth-child(10){grid-column:span 1}}.portal-web-solutions-home-sol-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 4px 16px #0f172a0d;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;cursor:default}.portal-web-solutions-home-sol-img-box{width:100%;height:150px;position:relative;overflow:hidden;background:#0f172a;border-bottom:1px solid #e2e8f0}.portal-web-solutions-home-sol-img{width:100%;height:100%;object-fit:cover;display:block}.portal-web-solutions-home-sol-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0f172a1a,#0f172a73)}.portal-web-solutions-home-sol-badge{position:absolute;top:12px;right:12px;background:#0f172ad9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;border:1px solid rgba(255,255,255,.25);font-size:11px;font-weight:700;padding:3px 10px;border-radius:20px;letter-spacing:.02em;z-index:2}.portal-web-solutions-home-sol-body{padding:16px 18px 18px;flex:1;display:flex;flex-direction:column;gap:10px}.portal-web-solutions-home-sol-name{font-size:15.5px;font-weight:800;color:#0f172a;line-height:1.3;margin:0;padding-bottom:8px;border-bottom:1px solid #f1f5f9;font-family:var(--dkg-font-heading, "Inter", sans-serif)}.portal-web-solutions-home-sol-list{display:flex;flex-direction:column;gap:7px;margin-top:auto}.portal-web-solutions-home-sol-bullet{display:flex;align-items:center;gap:8px;font-size:12.2px;font-weight:500;color:#334155;line-height:1.35}.portal-web-solutions-home-sol-bullet span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.portal-web-solutions-home-bullet-icon{flex-shrink:0}.portal-sol-theme-cyan{border:1px solid rgba(2,132,199,.35);border-top:3px solid #0284c7}.portal-sol-theme-cyan .portal-web-solutions-home-bullet-icon{color:#0284c7}.portal-sol-theme-indigo{border:1px solid rgba(79,70,229,.35);border-top:3px solid #4f46e5}.portal-sol-theme-indigo .portal-web-solutions-home-bullet-icon{color:#4f46e5}.portal-sol-theme-purple{border:1px solid rgba(147,51,234,.35);border-top:3px solid #9333ea}.portal-sol-theme-purple .portal-web-solutions-home-bullet-icon{color:#9333ea}.portal-sol-theme-teal{border:1px solid rgba(13,148,136,.35);border-top:3px solid #0d9488}.portal-sol-theme-teal .portal-web-solutions-home-bullet-icon{color:#0d9488}.portal-sol-theme-magenta{border:1px solid rgba(217,70,239,.35);border-top:3px solid #d946ef}.portal-sol-theme-magenta .portal-web-solutions-home-bullet-icon{color:#d946ef}.portal-sol-theme-pink{border:1px solid rgba(236,72,153,.35);border-top:3px solid #ec4899}.portal-sol-theme-pink .portal-web-solutions-home-bullet-icon{color:#ec4899}.portal-sol-theme-amber{border:1px solid rgba(245,158,11,.35);border-top:3px solid #f59e0b}.portal-sol-theme-amber .portal-web-solutions-home-bullet-icon{color:#f59e0b}.portal-sol-theme-violet{border:1px solid rgba(124,58,237,.35);border-top:3px solid #7c3aed}.portal-sol-theme-violet .portal-web-solutions-home-bullet-icon{color:#7c3aed}.portal-sol-theme-emerald{border:1px solid rgba(16,185,129,.35);border-top:3px solid #10b981}.portal-sol-theme-emerald .portal-web-solutions-home-bullet-icon{color:#10b981}.portal-web-solutions-home-solutions-bottom{text-align:center;margin-top:36px;display:flex;justify-content:center}.portal-web-solutions-home-solutions-text-link{display:inline-flex;align-items:center;gap:6px;font-size:15px;font-weight:700;color:#0284c7;text-decoration:none;transition:all .2s ease}.portal-web-solutions-home-solutions-text-link:hover{color:#0369a1;gap:10px}.portal-web-solutions-home-solutions-sec .portal-web-solutions-slider-dots{display:none}@media(max-width:640px){.portal-web-solutions-home-solutions-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;gap:16px;padding:8px 4px 16px;scrollbar-width:none}.portal-web-solutions-home-solutions-grid::-webkit-scrollbar{display:none}.portal-web-solutions-home-sol-card{flex:0 0 85%;scroll-snap-align:center}.portal-web-solutions-home-solutions-sec .portal-web-solutions-slider-dots{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:20px}.portal-web-solutions-home-solutions-sec .portal-web-solutions-slider-dot{width:8px;height:8px;border-radius:50%;background:#cbd5e1;border:none;padding:0;cursor:pointer;transition:all .2s ease}.portal-web-solutions-home-solutions-sec .portal-web-solutions-slider-dot.active{width:24px;border-radius:10px;background:#0284c7}}.portal-web-solutions-home-websites-sec{padding:72px 0;background-color:#f8fafc;border-bottom:1px solid #e2e8f0}.portal-web-solutions-home-websites-header{text-align:center;max-width:800px;margin:0 auto 40px;padding:0 16px}.portal-web-solutions-home-websites-badge{display:inline-flex;align-items:center;gap:8px;background:#0284c71a;color:#0284c7;border:1px solid rgba(2,132,199,.25);font-size:13px;font-weight:600;padding:6px 14px;border-radius:20px;margin-bottom:14px}.portal-web-solutions-home-websites-title{font-size:clamp(24px,4.5vw,36px);font-weight:800;color:#0f172a;line-height:1.25;margin:0 0 12px;font-family:var(--dkg-font-heading, "Inter", sans-serif)}.portal-web-solutions-home-websites-subtitle{font-size:clamp(14px,2.5vw,16px);color:#475569;line-height:1.5;margin:0}.portal-web-solutions-home-websites-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.portal-web-solutions-website-card{background:#fff;border:1px solid #cbd5e1;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0f172a0f;display:flex;flex-direction:column}.portal-web-solutions-website-preview{background:#0f172a;border-bottom:1px solid #1e293b;display:flex;flex-direction:column}.preview-browser-bar{display:flex;align-items:center;gap:10px;padding:8px 12px;background:#020617;border-bottom:1px solid #1e293b}.browser-dots{display:flex;align-items:center;gap:5px}.dot{width:8px;height:8px;border-radius:50%}.dot-red{background:#ef4444}.dot-yellow{background:#f59e0b}.dot-green{background:#10b981}.browser-address-bar{font-size:10px;font-family:monospace;color:#64748b;background:#0f172a;padding:2px 10px;border-radius:4px;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border:1px solid #1e293b}.browser-live-pill{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;padding:2px 6px;border-radius:4px}.preview-browser-body{padding:0;height:230px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:#090d16}.preview-3d-website-img{width:100%;height:100%;object-fit:cover;object-position:center}.portal-web-solutions-website-body{padding:16px 20px 14px;display:flex;flex-direction:column;flex:1}.portal-web-solutions-website-top{display:flex;align-items:center;gap:12px;margin-bottom:12px}.portal-web-solutions-website-icon-box{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.portal-web-solutions-website-card-title{font-size:16px;font-weight:800;color:#0f172a;margin:0 0 2px;line-height:1.3}.portal-web-solutions-website-tagline{font-size:11px;font-weight:600;color:#64748b;margin:0}.portal-web-solutions-website-desc{font-size:13px;color:#475569;line-height:1.5;margin:0 0 16px}.portal-web-solutions-website-features{display:flex;flex-direction:column;gap:6px;margin-bottom:0;padding-top:12px;border-top:1px solid #f1f5f9}.portal-web-solutions-website-feat-item{display:flex;align-items:center;gap:6px;font-size:12px;color:#334155;font-weight:500}.feat-check-icon{flex-shrink:0}.portal-web-solutions-website-footer{margin-top:auto;padding-top:14px;border-top:1px solid #f1f5f9}.portal-web-solutions-website-link{font-size:13px;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;gap:6px;transition:transform .2s ease,color .2s ease}.portal-web-solutions-website-card:hover .portal-web-solutions-website-link{transform:translate(4px)}.card-theme-blue{border-top:4px solid #2563eb}.card-theme-blue:hover{border-color:#2563eb}.card-theme-blue .preview-browser-body{background:linear-gradient(135deg,#1e3a8a,#2563eb)}.card-theme-blue .browser-live-pill{background:#2563eb4d;color:#60a5fa;border:1px solid rgba(96,165,250,.4)}.card-theme-blue .preview-hero-tag{color:#93c5fd}.card-theme-blue .portal-web-solutions-website-icon-box{background:#2563eb1a;color:#2563eb}.card-theme-blue .feat-check-icon,.card-theme-blue .portal-web-solutions-website-link{color:#2563eb}.card-theme-emerald{border-top:4px solid #059669}.card-theme-emerald:hover{border-color:#059669}.card-theme-emerald .preview-browser-body{background:linear-gradient(135deg,#064e3b,#059669)}.card-theme-emerald .browser-live-pill{background:#0596694d;color:#34d399;border:1px solid rgba(52,211,153,.4)}.card-theme-emerald .preview-hero-tag{color:#6ee7b7}.card-theme-emerald .portal-web-solutions-website-icon-box{background:#0596691a;color:#059669}.card-theme-emerald .feat-check-icon,.card-theme-emerald .portal-web-solutions-website-link{color:#059669}.card-theme-purple{border-top:4px solid #7c3aed}.card-theme-purple:hover{border-color:#7c3aed}.card-theme-purple .preview-browser-body{background:linear-gradient(135deg,#4c1d95,#7c3aed)}.card-theme-purple .browser-live-pill{background:#7c3aed4d;color:#a78bfa;border:1px solid rgba(167,139,250,.4)}.card-theme-purple .preview-hero-tag{color:#c4b5fd}.card-theme-purple .portal-web-solutions-website-icon-box{background:#7c3aed1a;color:#7c3aed}.card-theme-purple .feat-check-icon,.card-theme-purple .portal-web-solutions-website-link{color:#7c3aed}.card-theme-rose{border-top:4px solid #e11d48}.card-theme-rose:hover{border-color:#e11d48}.card-theme-rose .preview-browser-body{background:linear-gradient(145deg,#1c050d,#4c0519)}.card-theme-rose .browser-live-pill{background:#e11d484d;color:#fb7185;border:1px solid rgba(251,113,133,.4)}.card-theme-rose .preview-hero-tag{color:#fda4af}.card-theme-rose .portal-web-solutions-website-icon-box{background:#e11d481a;color:#e11d48}.card-theme-rose .feat-check-icon,.card-theme-rose .portal-web-solutions-website-link{color:#e11d48}.card-theme-amber{border-top:4px solid #d97706}.card-theme-amber:hover{border-color:#d97706}.card-theme-amber .preview-browser-body{background:linear-gradient(145deg,#1f0f02,#451a03)}.card-theme-amber .browser-live-pill{background:#d977064d;color:#fbbf24;border:1px solid rgba(251,191,36,.4)}.card-theme-amber .preview-hero-tag{color:#fde68a}.card-theme-amber .portal-web-solutions-website-icon-box{background:#d977061a;color:#d97706}.card-theme-amber .feat-check-icon,.card-theme-amber .portal-web-solutions-website-link{color:#d97706}.portal-web-solutions-home-websites-bottom{display:flex;justify-content:center;margin-top:48px}.portal-web-solutions-home-websites-cta{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#0284c7;font-size:16px;font-weight:600;padding:0;border:none;text-decoration:none;transition:color .2s ease,transform .2s ease}.portal-web-solutions-home-websites-cta:hover{color:#0369a1;transform:translate(4px)}@media(max-width:1024px){.portal-web-solutions-home-websites-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:8px 4px 16px;gap:16px}.portal-web-solutions-home-websites-grid::-webkit-scrollbar{display:none}.portal-web-solutions-website-card{flex:0 0 calc(100% - 32px);scroll-snap-align:start;scroll-snap-stop:always}}@media(max-width:768px){.portal-web-solutions-home-websites-sec{padding:44px 0}.portal-web-solutions-home-websites-header{margin-bottom:24px}}.portal-web-solutions-home-audit-sec{padding:60px 0;background:#0b1326;border-bottom:1px solid #1e293b;color:#fff}.portal-web-solutions-home-audit-2col{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center}@media(max-width:900px){.portal-web-solutions-home-audit-2col{grid-template-columns:1fr;gap:32px}}.portal-web-solutions-home-audit-left{display:flex;flex-direction:column;align-items:flex-start}.portal-web-solutions-home-audit-tag{display:inline-flex;align-items:center;gap:8px;padding:4px 14px;background:#38bdf81f;border:1px solid rgba(56,189,248,.3);color:#38bdf8;border-radius:20px;font-size:12px;font-weight:600;margin-bottom:14px}.portal-web-solutions-home-audit-title{font-size:clamp(24px,4vw,32px);font-weight:800;color:#fff;margin:0 0 12px;line-height:1.25;font-family:var(--dkg-font-heading, "Inter", sans-serif)}.portal-web-solutions-home-audit-desc{font-size:15px;line-height:1.6;color:#94a3b8;margin:0 0 24px}.portal-web-solutions-home-audit-list{display:flex;flex-direction:column;gap:12px;width:100%}.audit-list-item{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600;color:#fff}.audit-check-icon{color:#38bdf8;flex-shrink:0}.portal-web-solutions-home-audit-right{display:flex;justify-content:center}.audit-report-card-preview{width:100%;max-width:440px;background:#0f172a;border:1px solid rgba(56,189,248,.35);border-radius:16px;padding:28px;box-shadow:0 16px 40px #0006;display:flex;flex-direction:column;gap:20px}.audit-report-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid #1e293b}.audit-report-badge{display:flex;align-items:center;gap:8px;font-size:13.5px;font-weight:700;color:#38bdf8}.audit-report-status{background:#10b98126;border:1px solid rgba(16,185,129,.3);color:#10b981;font-size:11px;font-weight:800;padding:3px 10px;border-radius:12px}.audit-report-metrics{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.audit-metric-box{background:#1e293b;border:1px solid #334155;border-radius:10px;padding:14px;text-align:center;display:flex;flex-direction:column;gap:4px}.metric-score{font-size:18px;font-weight:800}.score-emerald{color:#10b981}.score-cyan{color:#38bdf8}.score-purple{color:#c084fc}.score-indigo{color:#818cf8}.metric-label{font-size:11.5px;color:#94a3b8;font-weight:500}.audit-report-cta-wrap{margin-top:4px}.portal-web-solutions-home-audit-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px;background:linear-gradient(135deg,#0284c7,#0369a1);color:#fff;border-radius:10px;font-size:14px;font-weight:700;text-decoration:none;box-shadow:0 4px 14px #0284c759;transition:background .15s ease}.portal-web-solutions-home-audit-btn:hover{background:linear-gradient(135deg,#0369a1,#075985)}.portal-web-solutions-home-courses-sec{padding:56px 0 64px;background:#fff;border-bottom:1px solid #e2e8f0;color:#0f172a}.portal-web-solutions-home-courses-header{text-align:center;max-width:720px;margin:0 auto 36px;padding:0 16px}.portal-web-solutions-courses-tag{display:inline-flex;align-items:center;gap:8px;padding:4px 14px;background:#0284c714;border:1px solid rgba(2,132,199,.25);color:#0284c7;border-radius:20px;font-size:12px;font-weight:600;margin-bottom:12px}.portal-web-solutions-home-courses-title{font-size:clamp(24px,4.5vw,32px);line-height:1.25;font-weight:800;color:#0f172a;margin:0 0 10px;font-family:var(--dkg-font-heading, "Inter", sans-serif)}.portal-web-solutions-home-courses-desc{font-size:15px;line-height:1.55;color:#475569;margin:0}.portal-web-solutions-home-courses-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.portal-web-solutions-home-course-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 4px 16px #0f172a0d;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.portal-web-solutions-home-course-card:hover{transform:translateY(-3px);border-color:#0284c7;box-shadow:0 10px 24px #0284c71f}.portal-web-solutions-home-courses-sec .portal-web-solutions-slider-dots{display:none}@media(max-width:1024px){.portal-web-solutions-home-courses-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;gap:16px;padding:8px 4px 16px;scrollbar-width:none}.portal-web-solutions-home-courses-grid::-webkit-scrollbar{display:none}.portal-web-solutions-home-course-card{flex:0 0 82%;scroll-snap-align:center}.portal-web-solutions-home-courses-sec .portal-web-solutions-slider-dots{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:20px}.portal-web-solutions-home-courses-sec .portal-web-solutions-slider-dot{width:8px;height:8px;border-radius:50%;background:#cbd5e1;border:none;padding:0;cursor:pointer;transition:all .2s ease}.portal-web-solutions-home-courses-sec .portal-web-solutions-slider-dot.active{width:24px;border-radius:10px;background:#0284c7}}.portal-web-solutions-home-course-banner{height:90px;padding:14px 18px;display:flex;align-items:center;justify-content:space-between;position:relative}.banner-theme-support{background:linear-gradient(135deg,#0284c7,#0369a1)}.banner-theme-networking{background:linear-gradient(135deg,#0d9488,#0f766e)}.banner-theme-domain{background:linear-gradient(135deg,#4f46e5,#3730a3)}.banner-theme-wordpress{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.banner-theme-cloud{background:linear-gradient(135deg,#0284c7,#0c4a6e)}.banner-theme-security{background:linear-gradient(135deg,#059669,#047857)}.banner-theme-office{background:linear-gradient(135deg,#7c3aed,#5b21b6)}.banner-theme-speed{background:linear-gradient(135deg,#d97706,#b45309)}.home-course-banner-icon{width:40px;height:40px;border-radius:10px;background:#fff3;border:1px solid rgba(255,255,255,.35);display:flex;align-items:center;justify-content:center;color:#fff}.home-course-badge{background:#0f172aa6;color:#fff;font-size:11px;font-weight:700;padding:3px 9px;border-radius:12px;border:1px solid rgba(255,255,255,.3)}.portal-web-solutions-home-course-body{padding:18px;display:flex;flex-direction:column;gap:6px;flex:1}.portal-web-solutions-home-course-name{font-size:14.5px;font-weight:700;color:#0f172a;line-height:1.35;margin:0}.portal-web-solutions-home-course-desc{font-size:12.5px;color:#64748b;line-height:1.45;margin:0}.portal-web-solutions-home-courses-bottom{text-align:center;margin-top:32px;display:flex;justify-content:center}.portal-web-solutions-home-courses-text-link{display:inline-flex;align-items:center;gap:6px;font-size:15px;font-weight:700;color:#0284c7;text-decoration:none;transition:all .2s ease}.portal-web-solutions-home-courses-text-link:hover{color:#0369a1;gap:10px}.portal-web-solutions-home-partner-sec{padding:72px 0;background-color:#f8fafc;color:#0f172a;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.portal-web-solutions-home-partner-header{text-align:center;max-width:760px;margin:0 auto 40px;padding:0 16px}.portal-web-solutions-home-partner-title{font-size:clamp(26px,4.5vw,36px);font-weight:800;color:#0f172a;line-height:1.25;margin:0 0 12px;font-family:var(--dkg-font-heading, "Inter", sans-serif)}.portal-web-solutions-home-partner-desc{font-size:clamp(14px,2.5vw,16px);color:#475569;line-height:25px;margin:0}.portal-web-solutions-home-partner-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.portal-web-solutions-home-partner-card{border-radius:16px;padding:32px 26px 28px;display:flex;flex-direction:column;box-shadow:0 4px 18px #0f172a0a;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;position:relative;overflow:hidden}.portal-web-solutions-home-partner-card:hover{transform:translateY(-6px)}.portal-partner-card-cyan{background:#f0f9ff;border:1px solid #bae6fd}.portal-partner-card-cyan:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#0284c7,#38bdf8)}.portal-partner-card-cyan:hover{border-color:#0284c7;box-shadow:0 16px 36px #0284c729}.portal-partner-card-cyan .portal-web-solutions-home-partner-card-badge{background:#0284c71f;color:#0284c7;border-color:#0284c740}.portal-partner-card-purple{background:#faf5ff;border:1px solid #e9d5ff}.portal-partner-card-purple:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#9333ea,#c084fc)}.portal-partner-card-purple:hover{border-color:#9333ea;box-shadow:0 16px 36px #9333ea29}.portal-partner-card-purple .portal-web-solutions-home-partner-card-badge{background:#9333ea1f;color:#9333ea;border-color:#9333ea40}.portal-partner-card-emerald{background:#f0fdf4;border:1px solid #bbf7d0}.portal-partner-card-emerald:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#059669,#34d399)}.portal-partner-card-emerald:hover{border-color:#059669;box-shadow:0 16px 36px #10b98129}.portal-partner-card-emerald .portal-web-solutions-home-partner-card-badge{background:#10b9811f;color:#059669;border-color:#10b98140}.portal-web-solutions-home-partner-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.portal-web-solutions-home-partner-icon-box{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .3s ease}.portal-web-solutions-home-partner-card:hover .portal-web-solutions-home-partner-icon-box{transform:scale(1.06)}.portal-partner-icon-cyan{background:#fff;color:#0284c7;border:1px solid #bae6fd;box-shadow:0 2px 8px #0284c71a}.portal-partner-icon-purple{background:#fff;color:#9333ea;border:1px solid #e9d5ff;box-shadow:0 2px 8px #9333ea1a}.portal-partner-icon-emerald{background:#fff;color:#059669;border:1px solid #bbf7d0;box-shadow:0 2px 8px #10b9811a}.portal-web-solutions-home-partner-card-badge{font-size:11px;font-weight:700;padding:4px 10px;border-radius:20px;border:1px solid transparent;text-transform:uppercase;letter-spacing:.4px}.portal-web-solutions-home-partner-card-title{font-size:19px;font-weight:800;color:#0f172a;margin:0 0 10px;font-family:var(--dkg-font-heading, "Inter", sans-serif);line-height:1.35}.portal-web-solutions-home-partner-card-text{font-size:14px;color:#475569;line-height:22px;margin:0 0 20px;flex:1}.portal-web-solutions-home-partner-highlights{display:flex;flex-direction:column;gap:8px;padding:14px 16px;background:#fff;border-radius:10px;border:1px solid rgba(15,23,42,.08);margin-top:auto;box-shadow:0 2px 8px #0f172a08}.portal-web-solutions-home-partner-highlight-item{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:#334155}.portal-partner-card-cyan .portal-web-solutions-home-partner-check{color:#0284c7}.portal-partner-card-purple .portal-web-solutions-home-partner-check{color:#9333ea}.portal-partner-card-emerald .portal-web-solutions-home-partner-check{color:#059669}.portal-web-solutions-home-partner-subtle-wrap{text-align:center;margin-top:40px;display:flex;justify-content:center}.portal-web-solutions-home-partner-text-link{display:inline-flex;align-items:center;gap:6px;font-size:15px;font-weight:700;color:#0284c7;text-decoration:none;transition:all .2s ease}.portal-web-solutions-home-partner-text-link:hover{color:#0369a1;gap:10px}.portal-web-solutions-home-partner-sec .portal-web-solutions-slider-dots{display:none}@media(max-width:1024px){.portal-web-solutions-home-partner-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;gap:16px;padding:8px 4px 16px;scrollbar-width:none}.portal-web-solutions-home-partner-grid::-webkit-scrollbar{display:none}.portal-web-solutions-home-partner-card{flex:0 0 82%;max-width:82%;scroll-snap-align:center}.portal-web-solutions-home-partner-sec .portal-web-solutions-slider-dots{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:14px}.portal-web-solutions-home-partner-sec .portal-web-solutions-slider-dot{width:8px;height:8px;border-radius:999px;background:#cbd5e1;border:none;padding:0;cursor:pointer;transition:all .25s ease}.portal-web-solutions-home-partner-sec .portal-web-solutions-slider-dot.active{width:24px;background:#0284c7}}@media(max-width:640px){.portal-web-solutions-home-partner-sec{padding:48px 0}.portal-web-solutions-home-partner-card{flex:0 0 88%;max-width:88%;padding:22px 18px}}.portal-web-solutions-home-why-us-sec{padding:72px 0 100px;background-color:#0b1326;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.portal-web-solutions-home-why-us-header{text-align:center;max-width:720px;margin:0 auto 40px;padding:0 16px}.portal-web-solutions-home-why-us-title{font-size:clamp(24px,4.5vw,38px);font-weight:800;color:#fff;margin-bottom:14px;line-height:1.25}.portal-web-solutions-home-why-us-desc{font-size:clamp(14px,2.5vw,17px);color:#94a3b8;line-height:1.6}.portal-web-solutions-home-why-us-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.portal-web-solutions-home-why-us-card{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:32px 24px;display:flex;flex-direction:column;gap:16px;box-shadow:0 4px 20px #0000004d;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.portal-web-solutions-home-why-us-card:hover{transform:translateY(-4px);border-color:#38bdf8;box-shadow:0 12px 32px #0284c74d}.portal-web-solutions-home-why-us-icon-wrapper{width:48px;height:48px;border-radius:10px;background:#38bdf81f;border:1px solid rgba(56,189,248,.3);display:flex;align-items:center;justify-content:center;color:#38bdf8}.portal-web-solutions-home-why-us-card-title{font-size:19px;font-weight:700;color:#fff}.portal-web-solutions-home-why-us-card-desc{font-size:14px;color:#94a3b8;line-height:1.6}@media(max-width:1024px){.portal-web-solutions-home-why-us-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:8px 4px 16px;gap:16px}.portal-web-solutions-home-why-us-grid::-webkit-scrollbar{display:none}.portal-web-solutions-home-why-us-card{flex:0 0 calc(100% - 32px);scroll-snap-align:start;scroll-snap-stop:always;cursor:pointer}}@media(max-width:768px){.portal-web-solutions-home-why-us-sec{padding:44px 0}.portal-web-solutions-home-why-us-header{margin-bottom:24px}}.portal-web-solutions-home-root{display:flex;flex-direction:column;width:100%}.portal-web-solutions-legal-nav{background:#0f172a;border-bottom:1px solid rgba(51,65,85,.6);padding:16px 0 18px}.portal-web-solutions-legal-nav-content{display:flex;flex-direction:column;gap:14px}.portal-web-solutions-legal-breadcrumb{display:flex;align-items:center;gap:8px;font-size:13px;flex-wrap:wrap}.portal-web-solutions-legal-bc-link{color:#94a3b8;text-decoration:none;font-weight:500;transition:color .2s ease}.portal-web-solutions-legal-bc-link:hover{color:#38bdf8}.portal-web-solutions-legal-bc-sep{color:#475569;flex-shrink:0}.portal-web-solutions-legal-bc-section{color:#cbd5e1;font-weight:500}.portal-web-solutions-legal-bc-current{color:#38bdf8;font-weight:700}.portal-web-solutions-legal-nav-pills{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.portal-web-solutions-legal-nav-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:8px;font-size:12.5px;font-weight:600;color:#94a3b8;background:#1e293b99;border:1px solid rgba(51,65,85,.7);text-decoration:none;transition:all .2s ease;white-space:nowrap}.portal-web-solutions-legal-pill-icon{color:#64748b;transition:color .2s ease}.portal-web-solutions-legal-nav-pill:hover{color:#f1f5f9;background:#334155cc;border-color:#38bdf8}.portal-web-solutions-legal-nav-pill:hover .portal-web-solutions-legal-pill-icon{color:#38bdf8}.portal-web-solutions-legal-nav-pill-active{color:#fff;background:#0284c7;border-color:#0284c7;box-shadow:0 2px 8px #0284c766}.portal-web-solutions-legal-nav-pill-active .portal-web-solutions-legal-pill-icon{color:#fff}@media(max-width:640px){.portal-web-solutions-legal-nav{padding:12px 0 14px}.portal-web-solutions-legal-breadcrumb{font-size:12px;gap:6px}.portal-web-solutions-legal-nav-pills{gap:6px}.portal-web-solutions-legal-nav-pill{padding:5px 10px;font-size:11.5px;gap:5px}}.portal-web-solutions-about-root{min-height:100vh;background-color:#fff;color:#0f172a}.portal-web-solutions-about-hero{padding:40px 0 32px;background-color:#1e293b;border-bottom:1px solid #334155;text-align:center}.portal-web-solutions-about-title{font-size:32px;line-height:40px;font-weight:700;color:#fff;margin-bottom:10px}.portal-web-solutions-about-subtitle{font-size:15px;line-height:24px;color:#cbd5e1;max-width:680px;margin:0 auto}.portal-web-solutions-about-sec{padding:60px 0 80px;background-color:#fff}.portal-web-solutions-about-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.portal-web-solutions-about-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:36px 28px;box-shadow:0 4px 20px #0f172a0d}.portal-web-solutions-about-card-icon{width:48px;height:48px;border-radius:10px;background:#0284c714;border:1px solid rgba(2,132,199,.2);display:flex;align-items:center;justify-content:center;color:#0284c7;margin-bottom:20px}.portal-web-solutions-about-card-title{font-size:22px;font-weight:700;color:#0f172a;margin-bottom:12px}.portal-web-solutions-about-card-desc{font-size:15px;color:#475569;line-height:1.6}@media(max-width:992px){.portal-web-solutions-about-grid{grid-template-columns:1fr}}.portal-web-solutions-services-root{background-color:#0b1326;color:#fff;min-height:100vh}.portal-web-solutions-services-hero{padding:40px 0 32px;text-align:center;background-color:#1e293b;border-bottom:1px solid #334155}.portal-web-solutions-services-tag{display:inline-flex;align-items:center;gap:8px;padding:4px 14px;background:#38bdf81f;border:1px solid rgba(56,189,248,.3);color:#38bdf8;border-radius:20px;font-size:12px;font-weight:600;margin-bottom:12px}.portal-web-solutions-services-title{font-family:var(--dkg-font-heading, "Inter", sans-serif);font-size:32px;line-height:40px;font-weight:700;color:#fff;margin-bottom:10px}.portal-web-solutions-services-subtitle{font-size:15px;line-height:24px;color:#cbd5e1;max-width:680px;margin:0 auto}.portal-web-solutions-services-grid-sec{padding:60px 0 80px}.portal-web-solutions-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.portal-web-solutions-services-card{background:#1e293b;border:1px solid #334155;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 10px 30px #00000040;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.portal-web-solutions-services-card:hover{transform:translateY(-6px);border-color:#38bdf8;box-shadow:0 20px 40px #0284c733}.portal-web-solutions-services-card-img-wrap{position:relative;height:200px;width:100%;overflow:hidden}.portal-web-solutions-services-card-img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.portal-web-solutions-services-card:hover .portal-web-solutions-services-card-img{transform:scale(1.06)}.portal-web-solutions-services-card-badge{position:absolute;bottom:16px;left:16px;width:42px;height:42px;border-radius:10px;background:#0b1326;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;color:#38bdf8;box-shadow:0 4px 12px #0006}.portal-web-solutions-services-card-body{padding:24px;display:flex;flex-direction:column;flex:1;justify-content:space-between;gap:16px}.portal-web-solutions-services-card-title{font-size:20px;font-weight:700;color:#fff;line-height:1.3}.portal-web-solutions-services-card-tagline{font-size:13px;font-weight:600;color:#38bdf8;margin-top:-8px}.portal-web-solutions-services-card-desc{font-size:14px;color:#cbd5e1;line-height:1.55}.portal-web-solutions-services-card-feats{display:flex;flex-direction:column;gap:8px;padding:14px 0;border-top:1px solid #334155;border-bottom:1px solid #334155}.portal-web-solutions-services-feat-item{display:flex;align-items:center;gap:10px;font-size:13px;color:#e2e8f0}.portal-web-solutions-services-feat-item svg{color:#38bdf8;flex-shrink:0}.portal-web-solutions-services-card-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px;border-radius:8px;background:#0284c7;border:1px solid #0284c7;color:#fff;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s ease}.portal-web-solutions-services-card-btn:hover{background:#0369a1;border-color:#0369a1;transform:translateY(-2px);box-shadow:0 4px 14px #0284c759}@media(max-width:992px){.portal-web-solutions-services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.portal-web-solutions-services-grid{grid-template-columns:1fr}}.portal-web-solutions-it-root{background-color:#080d1a;color:#fff;min-height:100vh}.portal-web-solutions-it-hero{padding:40px 0 32px;text-align:center;background-color:#1e293b;border-bottom:1px solid #334155}.portal-web-solutions-it-tag{display:inline-flex;align-items:center;gap:8px;padding:4px 14px;background:#38bdf81f;border:1px solid rgba(56,189,248,.3);color:#38bdf8;border-radius:20px;font-size:12px;font-weight:600;margin-bottom:12px}.portal-web-solutions-it-title{font-family:var(--dkg-font-heading, "Inter", sans-serif);font-size:32px;line-height:40px;font-weight:700;color:#fff;margin-bottom:10px}.portal-web-solutions-it-subtitle{font-size:15px;line-height:24px;color:#cbd5e1;max-width:680px;margin:0 auto}.portal-web-solutions-it-offerings-sec{padding:60px 0 80px}.portal-web-solutions-it-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}.portal-web-solutions-it-card{background:#1e293b;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:32px;display:flex;flex-direction:column;gap:16px;transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease}.portal-web-solutions-it-card:hover{transform:translateY(-4px);border-color:#34d39966;box-shadow:0 16px 36px #0006}.portal-web-solutions-it-card-head{display:flex;align-items:center;justify-content:space-between}.portal-web-solutions-it-card-icon{width:48px;height:48px;border-radius:12px;background:#10b98126;border:1px solid rgba(16,185,129,.3);display:flex;align-items:center;justify-content:center;color:#34d399}.portal-web-solutions-it-card-badge{font-size:12px;font-weight:600;padding:4px 12px;border-radius:12px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#cbd5e1}.portal-web-solutions-it-card-title{font-size:22px;font-weight:700;color:#fff}.portal-web-solutions-it-card-sub{font-size:13px;font-weight:600;color:#34d399;margin-top:-6px}.portal-web-solutions-it-card-desc{font-size:14px;color:#94a3b8;line-height:1.6}.portal-web-solutions-it-feats{display:flex;flex-direction:column;gap:10px;padding-top:16px;border-top:1px solid rgba(255,255,255,.08)}.portal-web-solutions-it-feat-row{display:flex;align-items:center;gap:10px;font-size:14px;color:#e2e8f0}.portal-web-solutions-it-feat-row svg{color:#34d399;flex-shrink:0}.portal-web-solutions-it-specs-banner{background:#050a14;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);padding:40px 0}.portal-web-solutions-it-specs-inner{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.portal-web-solutions-it-spec-item{display:flex;align-items:center;gap:16px;color:#34d399}.portal-web-solutions-it-spec-item div{display:flex;flex-direction:column;gap:2px}.portal-web-solutions-it-spec-item strong{font-size:16px;color:#fff}.portal-web-solutions-it-spec-item span{font-size:13px;color:#94a3b8}.portal-web-solutions-it-cta-sec{padding:80px 0}.portal-web-solutions-it-cta-box{background:linear-gradient(135deg,#0f172a,#1e293b);border:1px solid rgba(16,185,129,.3);border-radius:20px;padding:50px 40px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}.portal-web-solutions-it-cta-box h2{font-size:30px;font-weight:800;color:#fff}.portal-web-solutions-it-cta-box p{font-size:16px;color:#94a3b8;max-width:600px}.portal-web-solutions-it-cta-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 32px;background:#10b981;color:#fff;border-radius:8px;font-size:15px;font-weight:600;text-decoration:none;transition:background-color .2s ease,transform .2s ease;margin-top:8px}.portal-web-solutions-it-cta-btn:hover{background:#059669;transform:translateY(-2px)}@media(max-width:768px){.portal-web-solutions-it-grid,.portal-web-solutions-it-specs-inner{grid-template-columns:1fr}}.portal-web-solutions-insights-root{background-color:#0b1326;color:#fff;min-height:100vh}.portal-web-solutions-insights-hero{padding:40px 0 32px;text-align:center;background-color:#1e293b;border-bottom:1px solid #334155}.portal-web-solutions-insights-tag{display:inline-flex;align-items:center;gap:8px;padding:4px 14px;background:#38bdf81f;border:1px solid rgba(56,189,248,.3);color:#38bdf8;border-radius:20px;font-size:12px;font-weight:600;margin-bottom:12px}.portal-web-solutions-insights-title{font-family:var(--dkg-font-heading, "Inter", sans-serif);font-size:32px;line-height:40px;font-weight:700;color:#fff;margin-bottom:10px}.portal-web-solutions-insights-subtitle{font-size:15px;line-height:24px;color:#cbd5e1;max-width:680px;margin:0 auto}.portal-web-solutions-insights-main-sec{padding:60px 0 80px}.portal-web-solutions-insights-list{display:flex;flex-direction:column;gap:36px}.portal-web-solutions-insight-card{background:#1e293b;border:1px solid #334155;border-radius:18px;padding:36px;box-shadow:0 10px 30px #00000040;transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease}.portal-web-solutions-insight-card:hover{transform:translateY(-3px);border-color:#38bdf8;box-shadow:0 16px 36px #0284c726}.portal-web-solutions-insight-header{display:flex;align-items:flex-start;gap:18px;margin-bottom:20px;padding-bottom:18px;border-bottom:1px solid #334155}.portal-web-solutions-insight-icon-box{width:48px;height:48px;border-radius:12px;background:#38bdf81f;border:1px solid rgba(56,189,248,.3);display:flex;align-items:center;justify-content:center;color:#38bdf8;flex-shrink:0}.portal-web-solutions-insight-title-wrap h2{font-size:21px;font-weight:700;color:#fff;margin-bottom:4px}.portal-web-solutions-insight-category{font-size:12px;font-weight:700;color:#38bdf8;text-transform:uppercase;letter-spacing:.5px}.portal-web-solutions-insight-summary{font-size:14px;line-height:1.6;color:#cbd5e1;margin-bottom:24px}.portal-web-solutions-insight-comparison-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:20px}.portal-web-solutions-insight-side-box{border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:12px}.portal-web-solutions-insight-side-box.pros{background:#10b98114;border:1px solid rgba(16,185,129,.25)}.portal-web-solutions-insight-side-box.cons{background:#ef444414;border:1px solid rgba(239,68,68,.25)}.portal-web-solutions-insight-side-title{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:700}.portal-web-solutions-insight-side-box.pros .portal-web-solutions-insight-side-title{color:#34d399}.portal-web-solutions-insight-side-box.cons .portal-web-solutions-insight-side-title{color:#f87171}.portal-web-solutions-insight-bullets{display:flex;flex-direction:column;gap:8px}.portal-web-solutions-insight-bullet{display:flex;align-items:flex-start;gap:8px;font-size:13px;line-height:1.5;color:#e2e8f0}.portal-web-solutions-insight-bullet svg{flex-shrink:0;margin-top:3px}.portal-web-solutions-insight-side-box.pros svg{color:#34d399}.portal-web-solutions-insight-side-box.cons svg{color:#f87171}.portal-web-solutions-insight-verdict-box{background:#0284c71a;border:1px solid rgba(2,132,199,.3);border-radius:12px;padding:14px 18px;display:flex;align-items:flex-start;gap:12px;color:#7dd3fc;font-size:14px;line-height:1.6}.portal-web-solutions-insight-verdict-box strong{color:#fff}@media(max-width:768px){.portal-web-solutions-insight-comparison-grid{grid-template-columns:1fr}.portal-web-solutions-insight-card{padding:24px 18px}}.portal-web-solutions-quote-drawer-overlay{position:fixed;inset:0;z-index:2400;background:#040812d9;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;justify-content:flex-end}.portal-web-solutions-quote-drawer{width:100%;max-width:620px;height:100vh;background:#080e1a;border-left:1px solid rgba(56,189,248,.25);box-shadow:-20px 0 60px #000000b3;display:flex;flex-direction:column;animation:portal-web-solutions-drawer-slide-in .3s cubic-bezier(.16,1,.3,1) forwards;overflow:hidden}@keyframes portal-web-solutions-drawer-slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}.portal-web-solutions-quote-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;background:linear-gradient(135deg,#0f172a,#1e293b);border-bottom:2px solid #0284c7}.portal-web-solutions-quote-header-text-group{display:flex;flex-direction:column;gap:2px}.portal-web-solutions-quote-drawer-title{font-family:var(--dkg-font-heading, "Inter", sans-serif);font-weight:700;font-size:15px;color:#fff;margin:0;line-height:1.3;letter-spacing:.01em}.portal-web-solutions-quote-drawer-subtitle{font-size:12px;color:#94a3b8;font-weight:500;line-height:1.3}.portal-web-solutions-quote-drawer-close-btn{background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:#cbd5e1;cursor:pointer;padding:6px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.portal-web-solutions-quote-drawer-close-btn:hover{background:#38bdf833;border-color:#38bdf866;color:#fff;transform:scale(1.05)}.portal-web-solutions-quote-form{display:flex;flex-direction:column;flex:1;overflow:hidden}.portal-web-solutions-quote-drawer-body{padding:24px 28px;display:flex;flex-direction:column;gap:18px;flex:1;background:#080e1a;overflow-y:auto}.portal-web-solutions-quote-form-group{display:flex;flex-direction:column;gap:6px;position:relative}.portal-web-solutions-quote-label{font-size:11.5px;font-weight:700;color:#cbd5e1;text-transform:uppercase;letter-spacing:.04em}.portal-web-solutions-quote-input,.portal-web-solutions-quote-textarea{width:100%;padding:11px 14px;background:#0f172acc;border:1px solid rgba(255,255,255,.14);border-radius:8px;color:#fff;font-size:13.5px;font-weight:500;box-sizing:border-box;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.portal-web-solutions-quote-input::placeholder,.portal-web-solutions-quote-textarea::placeholder{color:#64748b}.portal-web-solutions-quote-input:focus,.portal-web-solutions-quote-textarea:focus{outline:none;background:#0f172a;border-color:#38bdf8;box-shadow:0 0 0 3px #38bdf82e}.portal-web-solutions-quote-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(max-width:600px){.portal-web-solutions-quote-grid-2{grid-template-columns:1fr}}.portal-web-solutions-quote-custom-dropdown{position:relative;width:100%}.portal-web-solutions-quote-dropdown-trigger{width:100%;padding:11px 14px;background:#0f172acc;border:1px solid rgba(255,255,255,.14);border-radius:8px;color:#fff;font-size:13.5px;font-weight:600;display:flex;align-items:center;justify-content:space-between;cursor:pointer;text-align:left;box-sizing:border-box;transition:border-color .2s ease,background .2s ease}.portal-web-solutions-quote-dropdown-trigger:hover,.portal-web-solutions-quote-dropdown-trigger-active{border-color:#38bdf8;background:#0f172a}.portal-web-solutions-quote-dropdown-text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:210px}.portal-web-solutions-quote-dropdown-arrow{color:#38bdf8;transition:transform .2s ease;flex-shrink:0}.portal-web-solutions-quote-dropdown-arrow-rotated{transform:rotate(180deg)}.portal-web-solutions-quote-dropdown-menu{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:100;background:#1e293b;border:1px solid rgba(56,189,248,.3);border-radius:8px;box-shadow:0 16px 40px #0009;padding:6px;display:flex;flex-direction:column;gap:4px;max-height:220px;overflow-y:auto;animation:portal-web-solutions-dropdown-fade .15s ease forwards}@keyframes portal-web-solutions-dropdown-fade{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.portal-web-solutions-quote-dropdown-item{padding:9px 12px;border-radius:6px;font-size:13px;color:#e2e8f0;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:background .15s ease,color .15s ease}.portal-web-solutions-quote-dropdown-item:hover{background:#38bdf826;color:#fff}.portal-web-solutions-quote-dropdown-item-selected{background:#0284c740;color:#38bdf8;font-weight:700}.portal-web-solutions-quote-drawer-footer{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:16px 28px;background:#0b1326;border-top:1px solid rgba(255,255,255,.08)}.portal-web-solutions-quote-cancel-btn{padding:9px 18px;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);color:#cbd5e1;border-radius:8px;font-size:13.5px;font-weight:600;cursor:pointer;transition:background .15s ease,color .15s ease}.portal-web-solutions-quote-cancel-btn:hover{background:#ffffff1f;color:#fff}.portal-web-solutions-quote-submit-btn{display:flex;align-items:center;gap:8px;padding:10px 24px;background:linear-gradient(135deg,#0284c7,#06b6d4);color:#fff;border:none;border-radius:8px;font-weight:800;font-size:13.5px;cursor:pointer;box-shadow:0 4px 16px #0284c759;transition:transform .15s ease,box-shadow .15s ease}.portal-web-solutions-quote-submit-btn:hover{transform:translateY(-1px);box-shadow:0 6px 22px #0284c780}.portal-web-solutions-quote-success-box{padding:60px 32px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;background:#080e1a}.portal-web-solutions-quote-success-icon{width:60px;height:60px;border-radius:50%;background:#38bdf826;border:1px solid rgba(56,189,248,.3);color:#38bdf8;display:flex;align-items:center;justify-content:center;margin-bottom:18px}.portal-web-solutions-quote-success-title{font-size:20px;font-weight:800;color:#fff;margin-bottom:8px}.portal-web-solutions-quote-success-desc{font-size:13.5px;color:#cbd5e1;line-height:1.6;max-width:360px;margin-bottom:24px}@media(max-width:640px){.portal-web-solutions-quote-drawer{max-width:100%}.portal-web-solutions-quote-drawer-body{padding:18px}}.portal-web-solutions-webstore-drawer-idle{display:none}.portal-web-solutions-webstore-overlay{position:fixed;inset:0;z-index:9999;background:#0f172abf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:flex-end}.portal-web-solutions-webstore-drawer{width:100%;max-width:760px;height:100%;background:#fff;box-shadow:-10px 0 40px #0000004d;display:flex;flex-direction:column;animation:portalWebstoreSlideIn .25s ease-out forwards}@keyframes portalWebstoreSlideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.portal-web-solutions-webstore-drawer-header{padding:24px 28px;background:#1e293b;border-bottom:1px solid #334155;display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.portal-web-solutions-webstore-drawer-title{font-size:20px;font-weight:800;color:#fff;margin-bottom:4px;font-family:var(--dkg-font-heading, "Inter", sans-serif)}.portal-web-solutions-webstore-drawer-subtitle{font-size:13px;color:#94a3b8;line-height:18px}.portal-web-solutions-webstore-drawer-close{background:#ffffff1a;border:1px solid rgba(255,255,255,.15);color:#94a3b8;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0}.portal-web-solutions-webstore-drawer-close:hover{background:#ef4444;border-color:#ef4444;color:#fff}.portal-web-solutions-webstore-drawer-body{padding:28px;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:28px}.portal-web-solutions-webstore-drawer-price-card{background:#f8fafc;border:1px solid #e2e8f0;border-left:4px solid #0284c7;border-radius:12px;padding:20px 24px}.portal-web-solutions-webstore-drawer-price-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid #e2e8f0}.portal-web-solutions-webstore-drawer-price-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#64748b;display:block;margin-bottom:4px}.portal-web-solutions-webstore-drawer-price-val{display:flex;align-items:baseline;gap:3px}.portal-web-solutions-webstore-drawer-currency{font-size:20px;font-weight:700;color:#0284c7}.portal-web-solutions-webstore-drawer-amount{font-size:20px;font-weight:800;color:#0f172a;line-height:1.2}.portal-web-solutions-webstore-drawer-flat{font-size:12px;color:#64748b;margin-left:4px}.portal-web-solutions-webstore-drawer-badge-tailored{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#10b9811f;border:1px solid rgba(16,185,129,.25);color:#34d399;border-radius:8px;font-size:12px;font-weight:700}.portal-web-solutions-webstore-drawer-delivery{display:flex;align-items:center;gap:8px;font-size:12px;color:#475569;font-weight:500}.portal-web-solutions-webstore-drawer-sec-title{font-size:16px;font-weight:800;color:#0f172a;margin-bottom:14px}.portal-web-solutions-webstore-drawer-features-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:12px}.portal-web-solutions-webstore-drawer-feature-item{display:flex;align-items:center;gap:8px;font-size:13px;color:#334155}.portal-web-solutions-webstore-drawer-check{color:#0d9488;flex-shrink:0}.portal-web-solutions-webstore-drawer-form-sec{padding-top:20px;border-top:1px solid #e2e8f0}.portal-web-solutions-webstore-drawer-form{display:flex;flex-direction:column;gap:16px}.portal-web-solutions-webstore-drawer-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.portal-web-solutions-webstore-drawer-field{display:flex;flex-direction:column;gap:6px}.portal-web-solutions-webstore-drawer-label{font-size:12px;font-weight:700;color:#334155}.portal-web-solutions-webstore-drawer-input,.portal-web-solutions-webstore-drawer-textarea{padding:10px 14px;background:#fff;border:1px solid #cbd5e1;border-radius:6px;font-size:14px;color:#0f172a;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.portal-web-solutions-webstore-drawer-input:focus,.portal-web-solutions-webstore-drawer-textarea:focus{border-color:#0284c7;box-shadow:0 0 0 3px #0284c71f}.portal-web-solutions-webstore-drawer-textarea{min-height:80px;resize:vertical}.portal-web-solutions-webstore-drawer-submit{width:100%;padding:14px;background:linear-gradient(135deg,#0284c7,#06b6d4);color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:8px;transition:transform .2s ease,box-shadow .2s ease}.portal-web-solutions-webstore-drawer-submit:hover{transform:translateY(-1px);box-shadow:0 6px 20px #0284c759}.portal-web-solutions-webstore-drawer-success{padding:24px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;color:#166534;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}@media(max-width:640px){.portal-web-solutions-webstore-drawer{max-width:100%}.portal-web-solutions-webstore-drawer-features-list,.portal-web-solutions-webstore-drawer-grid{grid-template-columns:1fr}}.portal-web-solutions-live-demo-modal-overlay{position:fixed;inset:0;background:#040812e0;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:24px;animation:portalLiveDemoFadeIn .25s ease-out}@keyframes portalLiveDemoFadeIn{0%{opacity:0}to{opacity:1}}.portal-web-solutions-live-demo-modal-box{background:#0f172a;border:1px solid #334155;border-radius:16px;width:100%;max-width:960px;max-height:92vh;display:flex;flex-direction:column;box-shadow:0 25px 60px -12px #000000b3,0 0 0 1px #38bdf833;overflow:hidden;position:relative;animation:portalLiveDemoScaleUp .25s cubic-bezier(.16,1,.3,1)}@keyframes portalLiveDemoScaleUp{0%{transform:scale(.96);opacity:0}to{transform:scale(1);opacity:1}}.portal-web-solutions-live-demo-modal-header{padding:12px 20px;background:#1e293b;border-bottom:1px solid #334155;display:flex;align-items:center;justify-content:space-between;gap:16px}.portal-web-solutions-live-demo-modal-title-group{display:flex;flex-direction:column;gap:4px}.portal-web-solutions-live-demo-modal-tag{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;color:#38bdf8;text-transform:uppercase;letter-spacing:.5px}.portal-web-solutions-live-demo-modal-heading{font-size:18px;font-weight:800;color:#fff;margin:0;font-family:var(--dkg-font-heading, "Inter", sans-serif)}.portal-web-solutions-live-demo-modal-header-actions{display:flex;align-items:center;gap:14px}.portal-web-solutions-live-demo-slide-counter{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#94a3b8;background:#0f172a99;padding:6px 12px;border-radius:20px;border:1px solid #334155}.portal-web-solutions-live-demo-slide-counter .counter-divider{color:#475569}.portal-web-solutions-live-demo-modal-close{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#cbd5e1;width:34px;height:34px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.portal-web-solutions-live-demo-modal-close:hover{background:#ef444433;border-color:#ef444466;color:#ef4444}.portal-web-solutions-live-demo-modal-stage{position:relative;width:100%;min-height:380px;max-height:520px;background:#090d16;display:flex;align-items:center;justify-content:center;overflow:hidden}.portal-web-solutions-live-demo-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:44px;height:44px;border-radius:50%;background:#0f172ad9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(56,189,248,.4);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 14px #00000080}.portal-web-solutions-live-demo-arrow.arrow-left{left:20px}.portal-web-solutions-live-demo-arrow.arrow-right{right:20px}.portal-web-solutions-live-demo-arrow:hover{background:#0284c7;border-color:#38bdf8;transform:translateY(-50%) scale(1.1);box-shadow:0 0 20px #38bdf880}.portal-web-solutions-live-demo-canvas{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.portal-web-solutions-live-demo-canvas-img{width:100%;max-height:440px;object-fit:cover;display:block}.portal-web-solutions-live-demo-canvas-caption{position:absolute;bottom:0;left:0;right:0;padding:16px 24px;background:linear-gradient(180deg,#090d1600,#090d16eb 80%);display:flex;flex-direction:column;gap:4px}.portal-web-solutions-live-demo-canvas-caption h4{font-size:15px;font-weight:700;color:#fff;margin:0}.portal-web-solutions-live-demo-canvas-caption p{font-size:13px;color:#94a3b8;margin:0;line-height:18px}.portal-web-solutions-live-demo-modal-footer{padding:14px 24px;background:#1e293b;border-top:1px solid #334155;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.portal-web-solutions-live-demo-thumbnails-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.portal-web-solutions-live-demo-thumb-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;background:#0f172a99;border:1px solid #334155;border-radius:8px;color:#94a3b8;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease}.portal-web-solutions-live-demo-thumb-btn:hover{color:#fff;border-color:#475569}.portal-web-solutions-live-demo-thumb-active{background:#38bdf826;border-color:#38bdf8;color:#38bdf8}.portal-web-solutions-live-demo-cta-actions{display:flex;align-items:center;gap:12px}.portal-web-solutions-live-demo-order-btn{display:inline-flex;align-items:center;gap:6px;padding:9px 18px;background:#0284c7;color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;transition:all .2s ease}.portal-web-solutions-live-demo-order-btn:hover{background:#0369a1;transform:translateY(-1px)}@media(max-width:768px){.portal-web-solutions-live-demo-modal-overlay{padding:12px}.portal-web-solutions-live-demo-modal-box{max-height:96vh;border-radius:12px}.portal-web-solutions-live-demo-modal-header{padding:12px 16px}.portal-web-solutions-live-demo-modal-stage{min-height:240px;max-height:320px}.portal-web-solutions-live-demo-modal-footer{padding:12px 16px;flex-direction:column;align-items:stretch}.portal-web-solutions-live-demo-order-btn{width:100%;justify-content:center}}@media(max-width:640px){.portal-web-solutions-live-demo-modal-overlay{padding:0}.portal-web-solutions-live-demo-modal-box{max-height:100vh;height:100vh;border-radius:0;border:none}}.portal-web-solutions-webstore-root{min-height:100vh;background-color:#0f172a;color:#f8fafc}.portal-web-solutions-webstore-hero{padding:40px 0 32px;background:#1e293b;border-bottom:1px solid #334155;text-align:center}.portal-web-solutions-webstore-tag{display:inline-flex;align-items:center;gap:8px;padding:4px 14px;background:#38bdf81f;border:1px solid rgba(56,189,248,.3);color:#38bdf8;border-radius:20px;font-size:12px;font-weight:600;margin-bottom:12px}.portal-web-solutions-webstore-title{font-size:32px;line-height:40px;font-weight:700;color:#fff;margin-bottom:10px;font-family:var(--dkg-font-heading, "Inter", sans-serif)}.portal-web-solutions-webstore-subtitle{font-size:15px;line-height:24px;color:#cbd5e1;max-width:720px;margin:0 auto}.portal-web-solutions-webstore-tabs{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;margin-bottom:40px}.portal-web-solutions-webstore-tab-btn{padding:7px 15px;background:#0b1326;border:1px solid #1e293b;border-radius:6px;color:#94a3b8;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease}.portal-web-solutions-webstore-tab-btn:hover{background:#38bdf81f;color:#38bdf8;border-color:#38bdf84d}.portal-web-solutions-webstore-tab-btn-active{background:#0284c7;border-color:#0284c7;color:#fff}.portal-web-solutions-webstore-catalog-sec{padding:60px 0 80px;background-color:#0f172a;border-bottom:1px solid #1e293b}.portal-web-solutions-webstore-catalog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.portal-web-solutions-webstore-card{position:relative;background:#1e293b;border:1px solid #334155;border-radius:16px;padding:0;display:flex;flex-direction:column;box-shadow:0 4px 20px #0003;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.portal-web-solutions-webstore-coming-soon{position:absolute;top:12px;right:12px;z-index:3;padding:4px 10px;border-radius:999px;background:#f59e0b;color:#0f172a;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;box-shadow:0 2px 8px #00000040}.portal-web-solutions-webstore-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0284c726;border-color:#38bdf8}.portal-web-solutions-webstore-thumb-wrap{width:100%;aspect-ratio:16 / 9;position:relative;overflow:hidden;background:#090d16;border-bottom:1px solid #334155;cursor:pointer}.portal-web-solutions-webstore-thumb-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.portal-web-solutions-webstore-card:hover .portal-web-solutions-webstore-thumb-img{transform:scale(1.05)}.portal-web-solutions-webstore-thumb-badge{position:absolute;top:12px;left:12px;font-size:11px;font-weight:700;padding:4px 10px;border-radius:6px;background:#0f172ad9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#38bdf8;border:1px solid rgba(56,189,248,.3)}.portal-web-solutions-webstore-card-body{padding:20px 24px 24px;display:flex;flex-direction:column;flex:1}.portal-web-solutions-webstore-card-title{font-size:19px;font-weight:800;color:#fff;margin-bottom:6px;font-family:var(--dkg-font-heading, "Inter", sans-serif)}.portal-web-solutions-webstore-card-desc{font-size:13px;line-height:19px;color:#cbd5e1;margin-bottom:14px}.portal-web-solutions-webstore-card-highlights{display:flex;flex-direction:column;gap:8px;margin-bottom:20px;padding:12px;background:#0f172a;border-radius:8px;border:1px solid #334155}.portal-web-solutions-webstore-highlight-item{display:flex;align-items:center;gap:8px;font-size:12px;color:#e2e8f0;font-weight:500}.portal-web-solutions-webstore-check-icon{color:#38bdf8;flex-shrink:0}.portal-web-solutions-webstore-card-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:14px;border-top:1px solid #334155}.portal-web-solutions-webstore-buy-btn{background:transparent;border:none;color:#38bdf8;font-size:13px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:6px;padding:0;transition:color .2s ease,transform .2s ease}.portal-web-solutions-webstore-buy-btn:hover{color:#7dd3fc;text-decoration:underline;transform:translate(2px)}.portal-web-solutions-webstore-preview-btn{background:transparent;border:none;color:#cbd5e1;font-size:13px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:6px;padding:0;transition:color .2s ease}.portal-web-solutions-webstore-preview-btn:hover{color:#fff;text-decoration:underline}.portal-web-solutions-webstore-estimator-sec{padding:80px 0;background-color:#0b1329;border-bottom:1px solid rgba(255,255,255,.1)}.portal-web-solutions-webstore-estimator-card{background:linear-gradient(135deg,#0f172af2,#070c18fa);border:1px solid rgba(56,189,248,.3);border-radius:16px;padding:40px;display:grid;grid-template-columns:1.2fr .8fr;gap:40px;box-shadow:0 20px 50px #0006}.portal-web-solutions-webstore-estimator-title{font-size:26px;font-weight:800;color:#fff;margin-bottom:8px}.portal-web-solutions-webstore-estimator-subtitle{font-size:15px;color:#cbd5e1;margin-bottom:28px}.portal-web-solutions-webstore-slider-group{display:flex;flex-direction:column;gap:12px;margin-bottom:28px}.portal-web-solutions-webstore-slider-label-row{display:flex;justify-content:space-between;font-size:14px;font-weight:600;color:#fff}.portal-web-solutions-webstore-slider-val{color:#38bdf8;font-weight:800}.portal-web-solutions-webstore-slider{width:100%;accent-color:#0284c7;cursor:pointer}.portal-web-solutions-webstore-checkbox-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.portal-web-solutions-webstore-checkbox-item{display:flex;align-items:center;gap:10px;padding:12px 14px;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:8px;font-size:13px;color:#e2e8f0;cursor:pointer;transition:all .2s ease}.portal-web-solutions-webstore-checkbox-item:hover{background:#0284c71f;border-color:#38bdf84d}.portal-web-solutions-webstore-checkbox{accent-color:#0284c7;width:16px;height:16px;cursor:pointer}.portal-web-solutions-webstore-summary-box{background:#020617cc;border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:32px 24px;display:flex;flex-direction:column;justify-content:space-between}.portal-web-solutions-webstore-summary-heading{font-size:14px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:16px}.portal-web-solutions-webstore-price-display{display:flex;align-items:baseline;gap:4px;margin-bottom:12px}.portal-web-solutions-webstore-price-symbol{font-size:28px;font-weight:700;color:#38bdf8}.portal-web-solutions-webstore-price-amount{font-size:52px;font-weight:800;color:#fff;line-height:1}.portal-web-solutions-webstore-timeline-badge{font-size:13px;color:#4ade80;background:#4ade801a;border:1px solid rgba(74,222,128,.25);padding:4px 12px;border-radius:20px;display:inline-flex;align-items:center;gap:6px;margin-bottom:24px;width:fit-content}.portal-web-solutions-webstore-order-calc-btn{width:100%;padding:14px;background:linear-gradient(135deg,#0284c7,#06b6d4);color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:transform .2s ease,box-shadow .2s ease}.portal-web-solutions-webstore-order-calc-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0284c766}@media(max-width:1024px){.portal-web-solutions-webstore-estimator-card{grid-template-columns:1fr}.portal-web-solutions-webstore-catalog-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.portal-web-solutions-webstore-title{font-size:32px;line-height:40px}.portal-web-solutions-webstore-catalog-grid,.portal-web-solutions-webstore-card-actions,.portal-web-solutions-webstore-checkbox-grid{grid-template-columns:1fr}}.portal-web-solutions-websites-root{min-height:100vh;background-color:#0b1326;color:#fff}.portal-web-solutions-websites-hero{padding:40px 0 32px;text-align:center;background-color:#1e293b;border-bottom:1px solid #334155}.portal-web-solutions-websites-tag{display:inline-flex;align-items:center;gap:8px;padding:4px 14px;background:#38bdf81f;border:1px solid rgba(56,189,248,.3);color:#38bdf8;border-radius:20px;font-size:12px;font-weight:600;margin-bottom:12px}.portal-web-solutions-websites-title{font-family:var(--dkg-font-heading, "Inter", sans-serif);font-size:32px;line-height:40px;font-weight:700;color:#fff;margin-bottom:10px}.portal-web-solutions-websites-subtitle{font-size:15px;line-height:24px;color:#cbd5e1;max-width:680px;margin:0 auto}.portal-web-solutions-websites-tabs{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;margin:0 0 40px}.portal-web-solutions-websites-tab-btn{padding:9px 18px;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);border-radius:8px;color:#94a3b8;font-size:13.5px;font-weight:600;cursor:pointer;transition:all .2s ease}.portal-web-solutions-websites-tab-btn:hover{background:#ffffff1a;color:#fff}.portal-web-solutions-websites-tab-btn-active{background:#0284c7;border-color:#0284c7;color:#fff}.portal-web-solutions-websites-packages-sec{padding:50px 0 80px;background-color:#0b1326;border-bottom:1px solid #1e293b}.portal-web-solutions-websites-packages-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.portal-web-solutions-websites-package-card{position:relative;background:linear-gradient(135deg,#1e293bf2,#0f172afa);border:1px solid #334155;border-radius:16px;padding:0;display:flex;flex-direction:column;box-shadow:0 10px 30px #0000004d;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.portal-web-solutions-websites-package-card:hover{transform:translateY(-6px);border-color:#38bdf8;box-shadow:0 16px 40px #0284c733}.portal-web-solutions-websites-package-popular{border:2px solid #0284c7;box-shadow:0 8px 30px #0284c740}.portal-web-solutions-websites-badge-popular{position:absolute;top:12px;right:12px;z-index:10;padding:4px 12px;background:linear-gradient(135deg,#0284c7,#06b6d4);color:#fff;font-size:11px;font-weight:700;border-radius:20px;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 4px 12px #0284c74d}.portal-web-solutions-websites-img-box{position:relative;width:100%;height:210px;overflow:hidden;background:#090d16;border-bottom:1px solid #334155;cursor:pointer}.portal-web-solutions-websites-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.portal-web-solutions-websites-package-card:hover .portal-web-solutions-websites-img{transform:scale(1.05)}.portal-web-solutions-websites-img-badge{position:absolute;top:12px;left:12px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:4px 10px;border-radius:6px;background:#0f172ad9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#38bdf8;border:1px solid rgba(56,189,248,.3)}.portal-web-solutions-websites-card-body{padding:24px 28px 28px;display:flex;flex-direction:column;flex:1}.portal-web-solutions-websites-package-name{font-size:20px;font-weight:800;color:#fff;margin-bottom:6px}.portal-web-solutions-websites-package-tagline{font-size:13px;line-height:19px;color:#94a3b8;margin-bottom:20px;min-height:38px}.portal-web-solutions-websites-package-features{list-style:none;padding:0;margin:0 0 24px;display:flex;flex-direction:column;gap:10px;flex:1}.portal-web-solutions-websites-package-feature-item{display:flex;align-items:center;gap:8px;font-size:13px;color:#e2e8f0}.portal-web-solutions-websites-package-check{color:#38bdf8;flex-shrink:0}.portal-web-solutions-websites-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:auto}.portal-web-solutions-websites-package-order-btn{width:100%;padding:10px 14px;background:#0284c7;color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:background .2s ease,transform .2s ease}.portal-web-solutions-websites-package-order-btn:hover{background:#0369a1;transform:translateY(-2px)}.portal-web-solutions-websites-package-demo-btn{width:100%;padding:10px 14px;background:#38bdf81f;border:1px solid rgba(56,189,248,.3);color:#38bdf8;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .2s ease}.portal-web-solutions-websites-package-demo-btn:hover{background:#38bdf838;border-color:#38bdf8}@media(max-width:1024px){.portal-web-solutions-websites-estimator-card{grid-template-columns:1fr}.portal-web-solutions-websites-packages-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.portal-web-solutions-websites-title{font-size:28px;line-height:36px}.portal-web-solutions-websites-checkbox-grid,.portal-web-solutions-websites-packages-grid,.portal-web-solutions-websites-card-actions{grid-template-columns:1fr}}.portal-web-solutions-solutions-page{min-height:100vh;background-color:#0b1326;color:#f8fafc}.portal-web-solutions-solutions-header{padding:40px 0 32px;text-align:center;background-color:#1e293b;border-bottom:1px solid #334155}.portal-web-solutions-solutions-badge{display:inline-flex;align-items:center;gap:8px;padding:4px 14px;background:#38bdf81f;border:1px solid rgba(56,189,248,.3);color:#38bdf8;border-radius:20px;font-size:12px;font-weight:600;margin-bottom:12px}.portal-web-solutions-solutions-title{font-family:var(--dkg-font-heading, "Inter", sans-serif);font-size:34px;line-height:42px;font-weight:800;color:#fff;margin-bottom:12px}.portal-web-solutions-solutions-desc{font-size:15px;line-height:24px;color:#cbd5e1;max-width:680px;margin:0 auto}.portal-web-solutions-solutions-content{padding:70px 0 90px;background-color:#0b1326}.portal-web-solutions-solutions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}.portal-web-solutions-solution-card{background:linear-gradient(135deg,#1e293bf2,#0f172afa);border:1px solid #334155;border-radius:16px;padding:36px;display:flex;flex-direction:column;gap:18px;box-shadow:0 10px 30px #0000004d;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.portal-web-solutions-solution-card:hover{transform:translateY(-4px);border-color:#38bdf8;box-shadow:0 16px 40px #0284c733}.portal-web-solutions-solution-icon{width:52px;height:52px;border-radius:12px;background:#38bdf81f;border:1px solid rgba(56,189,248,.3);display:flex;align-items:center;justify-content:center;color:#38bdf8;box-shadow:0 0 16px #38bdf826}.portal-web-solutions-solution-card-title{font-family:var(--dkg-font-heading, "Inter", sans-serif);font-size:22px;font-weight:800;color:#fff;margin:0;line-height:1.3}.portal-web-solutions-solution-card-desc{font-size:14.5px;line-height:23px;color:#cbd5e1;margin:0}.portal-web-solutions-solution-features{display:flex;flex-direction:column;gap:10px;margin-top:4px;padding-top:14px;border-top:1px solid rgba(255,255,255,.08)}.portal-web-solutions-solution-feature-item{display:flex;align-items:center;gap:10px;font-size:13.5px;color:#e2e8f0}.portal-web-solutions-solution-check{color:#38bdf8;flex-shrink:0}.portal-web-solutions-solution-link{display:inline-flex;align-items:center;gap:8px;margin-top:auto;padding-top:14px;color:#38bdf8;font-size:14px;font-weight:700;text-decoration:none;transition:color .2s ease,transform .2s ease}.portal-web-solutions-solution-link:hover{color:#06b6d4;transform:translate(4px)}@media(max-width:1024px){.portal-web-solutions-solutions-grid{grid-template-columns:1fr}}@media(max-width:640px){.portal-web-solutions-solutions-header{padding:32px 0 24px}.portal-web-solutions-solutions-title{font-size:26px;line-height:34px}.portal-web-solutions-solution-card{padding:24px 20px}}.portal-web-solutions-crms-root{background-color:#0b1326;color:#fff;min-height:100vh}.portal-web-solutions-crms-hero{padding:40px 0 32px;text-align:center;background-color:#1e293b;border-bottom:1px solid #334155}.portal-web-solutions-crms-tag{display:inline-flex;align-items:center;gap:8px;padding:4px 14px;background:#38bdf81f;border:1px solid rgba(56,189,248,.3);color:#38bdf8;border-radius:20px;font-size:12px;font-weight:600;margin-bottom:12px}.portal-web-solutions-crms-title{font-family:var(--dkg-font-heading, "Inter", sans-serif);font-size:32px;line-height:40px;font-weight:700;color:#fff;margin-bottom:10px}.portal-web-solutions-crms-subtitle{font-size:15px;line-height:24px;color:#cbd5e1;max-width:680px;margin:0 auto}.portal-web-solutions-crms-main-sec{padding:60px 0 80px}.portal-web-solutions-crms-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:60px}.portal-web-solutions-crms-card{background:#1e293b;border:1px solid #334155;border-radius:16px;padding:32px 24px;transition:transform .25s ease,border-color .25s ease}.portal-web-solutions-crms-card:hover{transform:translateY(-4px);border-color:#38bdf8}.portal-web-solutions-crms-icon-box{width:48px;height:48px;border-radius:12px;background:#38bdf81f;border:1px solid rgba(56,189,248,.3);display:flex;align-items:center;justify-content:center;color:#38bdf8;margin-bottom:20px}.portal-web-solutions-crms-card-title{font-size:20px;font-weight:700;color:#fff;margin-bottom:12px}.portal-web-solutions-crms-card-text{font-size:14px;line-height:1.6;color:#cbd5e1}.portal-web-solutions-crms-cta{background:linear-gradient(135deg,#1e293b,#0f172a);border:1px solid #334155;border-radius:20px;padding:48px;text-align:center;max-width:800px;margin:0 auto}.portal-web-solutions-crms-cta h2{font-size:26px;font-weight:700;color:#fff;margin-bottom:12px}.portal-web-solutions-crms-cta p{font-size:15px;color:#cbd5e1;margin-bottom:28px}.portal-web-solutions-crms-cta-btn{display:inline-flex;align-items:center;gap:10px;padding:12px 28px;background:#0284c7;color:#fff;border-radius:10px;font-weight:600;font-size:15px;text-decoration:none;transition:background .2s ease}.portal-web-solutions-crms-cta-btn:hover{background:#0369a1}@media(max-width:900px){.portal-web-solutions-crms-grid{grid-template-columns:1fr}}.portal-web-solutions-mobile-root{background-color:#0b1326;color:#fff;min-height:100vh}.portal-web-solutions-mobile-hero{padding:40px 0 32px;text-align:center;background-color:#1e293b;border-bottom:1px solid #334155}.portal-web-solutions-mobile-tag{display:inline-flex;align-items:center;gap:8px;padding:4px 14px;background:#38bdf81f;border:1px solid rgba(56,189,248,.3);color:#38bdf8;border-radius:20px;font-size:12px;font-weight:600;margin-bottom:12px}.portal-web-solutions-mobile-title{font-family:var(--dkg-font-heading, "Inter", sans-serif);font-size:32px;line-height:40px;font-weight:700;color:#fff;margin-bottom:10px}.portal-web-solutions-mobile-subtitle{font-size:15px;line-height:24px;color:#cbd5e1;max-width:680px;margin:0 auto}.portal-web-solutions-mobile-main-sec{padding:60px 0 80px}.portal-web-solutions-mobile-sec-header{text-align:center;max-width:720px;margin:0 auto 48px}.portal-web-solutions-mobile-sec-header h2{font-size:28px;font-weight:700;color:#fff;margin-bottom:12px}.portal-web-solutions-mobile-sec-header p{font-size:15px;color:#cbd5e1;line-height:1.6}.portal-web-solutions-mobile-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.portal-web-solutions-mobile-card{background:#1e293b;border:1px solid #334155;border-radius:16px;padding:28px 24px;transition:transform .25s ease,border-color .25s ease}.portal-web-solutions-mobile-card:hover{transform:translateY(-4px);border-color:#38bdf8}.portal-web-solutions-mobile-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.portal-web-solutions-mobile-icon-box{width:44px;height:44px;border-radius:12px;background:#38bdf81f;border:1px solid rgba(56,189,248,.3);display:flex;align-items:center;justify-content:center;color:#38bdf8}.portal-web-solutions-mobile-card-badge{font-size:11px;font-weight:600;padding:3px 10px;border-radius:12px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);color:#cbd5e1}.portal-web-solutions-mobile-card-title{font-size:18px;font-weight:700;color:#fff;margin-bottom:6px}.portal-web-solutions-mobile-card-sub{font-size:12px;font-weight:600;color:#38bdf8;margin-bottom:12px}.portal-web-solutions-mobile-card-desc{font-size:13px;line-height:1.6;color:#94a3b8}.portal-web-solutions-mobile-types-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;margin-bottom:70px}.portal-web-solutions-mobile-type-card{background:#1e293b;border:1px solid #334155;border-radius:16px;padding:32px 28px}.portal-web-solutions-mobile-type-head{display:flex;align-items:flex-start;gap:16px;margin-bottom:16px}.portal-web-solutions-mobile-type-icon{width:48px;height:48px;border-radius:12px;background:#38bdf81f;border:1px solid rgba(56,189,248,.3);display:flex;align-items:center;justify-content:center;color:#38bdf8;flex-shrink:0}.portal-web-solutions-mobile-type-title{font-size:19px;font-weight:700;color:#fff;margin-bottom:4px}.portal-web-solutions-mobile-type-badge{font-size:11px;font-weight:600;padding:2px 8px;border-radius:10px;background:#38bdf826;color:#38bdf8}.portal-web-solutions-mobile-type-desc{font-size:14px;line-height:1.6;color:#cbd5e1;margin-bottom:20px}.portal-web-solutions-mobile-type-feats{display:flex;flex-direction:column;gap:10px;padding-top:16px;border-top:1px solid #334155}.portal-web-solutions-mobile-type-feat-row{display:flex;align-items:center;gap:10px;font-size:13px;color:#cbd5e1}.portal-web-solutions-mobile-type-feat-row svg{color:#10b981;flex-shrink:0}.portal-web-solutions-mobile-cta{background:linear-gradient(135deg,#1e293b,#0f172a);border:1px solid #334155;border-radius:20px;padding:48px;text-align:center;max-width:820px;margin:0 auto}.portal-web-solutions-mobile-cta h2{font-size:26px;font-weight:700;color:#fff;margin-bottom:12px}.portal-web-solutions-mobile-cta p{font-size:15px;color:#cbd5e1;margin-bottom:28px}.portal-web-solutions-mobile-cta-actions{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}.portal-web-solutions-mobile-cta-btn{display:inline-flex;align-items:center;gap:10px;padding:12px 28px;background:#0284c7;color:#fff;border-radius:10px;font-weight:600;font-size:15px;text-decoration:none;transition:background .2s ease}.portal-web-solutions-mobile-cta-btn:hover{background:#0369a1}.portal-web-solutions-mobile-cta-btn-alt{display:inline-flex;align-items:center;gap:10px;padding:12px 28px;background:#ffffff0d;border:1px solid #334155;color:#fff;border-radius:10px;font-weight:600;font-size:15px;text-decoration:none;transition:background .2s ease}.portal-web-solutions-mobile-cta-btn-alt:hover{background:#ffffff1a}@media(max-width:992px){.portal-web-solutions-mobile-grid,.portal-web-solutions-mobile-types-grid{grid-template-columns:1fr}}.portal-web-solutions-ai-page-root{background-color:#0b1326;color:#fff;min-height:100vh}.portal-web-solutions-ai-page-hero{padding:40px 0 32px;text-align:center;background-color:#1e293b;border-bottom:1px solid #334155}.portal-web-solutions-ai-page-tag{display:inline-flex;align-items:center;gap:8px;padding:4px 14px;background:#38bdf81f;border:1px solid rgba(56,189,248,.3);color:#38bdf8;border-radius:20px;font-size:12px;font-weight:600;margin-bottom:12px}.portal-web-solutions-ai-page-title{font-family:var(--dkg-font-heading, "Inter", sans-serif);font-size:32px;line-height:40px;font-weight:700;color:#fff;margin-bottom:10px}.portal-web-solutions-ai-page-subtitle{font-size:15px;line-height:24px;color:#cbd5e1;max-width:680px;margin:0 auto}.portal-web-solutions-ai-page-main-sec{padding:60px 0 80px}.portal-web-solutions-ai-page-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:28px;margin-bottom:60px}.portal-web-solutions-ai-page-card{background:#1e293b;border:1px solid #334155;border-radius:16px;padding:28px 24px;display:flex;flex-direction:column;box-shadow:0 4px 20px #0003;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.portal-web-solutions-ai-page-card:hover{transform:translateY(-4px);border-color:#38bdf8;box-shadow:0 16px 36px #00000059}.portal-web-solutions-ai-page-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.portal-web-solutions-ai-page-icon-box{width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center}.portal-web-solutions-ai-page-icon-purple{background:#a855f726;color:#c084fc}.portal-web-solutions-ai-page-icon-cyan{background:#06b6d426;color:#22d3ee}.portal-web-solutions-ai-page-icon-emerald{background:#10b98126;color:#34d399}.portal-web-solutions-ai-page-icon-amber{background:#f59e0b26;color:#fbbf24}.portal-web-solutions-ai-page-icon-blue{background:#3b82f626;color:#60a5fa}.portal-web-solutions-ai-page-icon-rose{background:#f43f5e26;color:#fb7185}.portal-web-solutions-ai-page-badge{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:3px 8px;border-radius:6px;background:#ffffff0f;color:#cbd5e1;border:1px solid rgba(255,255,255,.1)}.portal-web-solutions-ai-page-card-title{font-size:19px;font-weight:700;margin-bottom:6px;color:#fff}.portal-web-solutions-ai-page-card-sub{font-size:13px;font-weight:600;color:#38bdf8;margin-bottom:12px}.portal-web-solutions-ai-page-card-desc{font-size:14px;color:#cbd5e1;line-height:1.6;margin-bottom:18px;flex-grow:1}.portal-web-solutions-ai-page-feats{display:flex;flex-direction:column;gap:8px;padding-top:14px;border-top:1px solid rgba(255,255,255,.08)}.portal-web-solutions-ai-page-feat-row{display:flex;align-items:center;gap:8px;font-size:13px;color:#e2e8f0}.portal-web-solutions-ai-page-feat-row svg{color:#34d399;flex-shrink:0}.portal-web-solutions-ai-master-banner{background:#1e293b;border:1px solid #334155;border-radius:18px;padding:36px;margin-bottom:60px;display:grid;grid-template-columns:1.2fr 1fr;gap:32px;align-items:center}.portal-web-solutions-ai-master-title{font-size:24px;font-weight:800;color:#fff;margin-bottom:12px}.portal-web-solutions-ai-master-text{font-size:14px;color:#cbd5e1;line-height:1.6;margin-bottom:20px}.portal-web-solutions-ai-master-checklist{display:flex;flex-direction:column;gap:10px}.portal-web-solutions-ai-master-item{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:#e2e8f0}.portal-web-solutions-ai-master-item svg{color:#38bdf8;margin-top:3px;flex-shrink:0}.portal-web-solutions-ai-terminal-box{background:#090d16;border:1px solid rgba(255,255,255,.1);border-radius:14px;overflow:hidden}.portal-web-solutions-ai-terminal-head{background:#ffffff08;padding:10px 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.06)}.portal-web-solutions-ai-dots{display:flex;gap:6px}.portal-web-solutions-ai-dots span{width:9px;height:9px;border-radius:50%;background:#475569}.portal-web-solutions-ai-terminal-title{font-size:12px;font-family:monospace;color:#94a3b8}.portal-web-solutions-ai-terminal-body{padding:20px;font-family:monospace;font-size:13px;line-height:1.7}.portal-web-solutions-ai-log-prompt{color:#38bdf8;margin-bottom:10px}.portal-web-solutions-ai-log-response{color:#a78bfa;margin-bottom:12px;padding-left:10px;border-left:2px solid #38bdf8}.portal-web-solutions-ai-log-success{color:#4ade80}.portal-web-solutions-ai-cta{background:linear-gradient(135deg,#1e293b,#0f172a);border:1px solid #334155;border-radius:20px;padding:48px;text-align:center;max-width:800px;margin:0 auto}.portal-web-solutions-ai-cta h2{font-size:26px;font-weight:800;color:#fff;margin-bottom:12px}.portal-web-solutions-ai-cta p{font-size:15px;color:#cbd5e1;max-width:600px;margin:0 auto 28px}.portal-web-solutions-ai-cta-btns{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.portal-web-solutions-ai-cta-btn{display:inline-flex;align-items:center;gap:8px;background:#0284c7;color:#fff;padding:12px 28px;border-radius:10px;font-weight:600;font-size:15px;text-decoration:none;transition:background .2s ease,transform .2s ease}.portal-web-solutions-ai-cta-btn:hover{background:#0369a1;transform:translateY(-2px)}.portal-web-solutions-ai-cta-btn-alt{display:inline-flex;align-items:center;gap:8px;background:#ffffff0d;border:1px solid rgba(255,255,255,.15);color:#fff;padding:12px 28px;border-radius:10px;font-weight:600;font-size:15px;text-decoration:none;transition:background .2s ease,transform .2s ease}.portal-web-solutions-ai-cta-btn-alt:hover{background:#ffffff1a;transform:translateY(-2px)}@media(max-width:900px){.portal-web-solutions-ai-master-banner{grid-template-columns:1fr;padding:24px}}.portal-web-solutions-mkt-root{background-color:#0b1326;color:#fff;min-height:100vh}.portal-web-solutions-mkt-hero{padding:40px 0 32px;text-align:center;background-color:#1e293b;border-bottom:1px solid #334155}.portal-web-solutions-mkt-tag{display:inline-flex;align-items:center;gap:8px;padding:4px 14px;background:#38bdf81f;border:1px solid rgba(56,189,248,.3);color:#38bdf8;border-radius:20px;font-size:12px;font-weight:600;margin-bottom:12px}.portal-web-solutions-mkt-title{font-family:var(--dkg-font-heading, "Inter", sans-serif);font-size:32px;line-height:40px;font-weight:700;color:#fff;margin-bottom:10px}.portal-web-solutions-mkt-subtitle{font-size:15px;line-height:24px;color:#cbd5e1;max-width:680px;margin:0 auto 20px}.portal-web-solutions-mkt-platforms-bar{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px;margin-top:10px}.portal-web-solutions-mkt-platforms-label{font-size:13px;color:#94a3b8;font-weight:600;margin-right:4px}.portal-web-solutions-mkt-platform-pills{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.portal-web-solutions-mkt-platform-pill{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;background:#0f172ab3;border:1px solid rgba(255,255,255,.1);border-radius:20px;font-size:13px;font-weight:600;color:#e2e8f0;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .2s ease}.portal-web-solutions-mkt-platform-pill:hover{background:#1e293be6;border-color:#38bdf866;transform:translateY(-2px)}.portal-web-solutions-mkt-platform-pill-active{background:#38bdf826;border-color:#38bdf8;color:#fff;box-shadow:0 0 12px #38bdf840}.portal-web-solutions-mkt-main-sec{padding:60px 0 90px}.portal-web-solutions-mkt-sec-header{text-align:center;max-width:760px;margin:0 auto 48px}.portal-web-solutions-mkt-sec-header h2{font-size:clamp(24px,3.5vw,32px);font-weight:800;color:#fff;margin-bottom:12px;font-family:var(--dkg-font-heading, "Inter", sans-serif)}.portal-web-solutions-mkt-sec-header p{font-size:15px;line-height:1.6;color:#94a3b8;margin:0}.portal-web-solutions-mkt-rich-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-bottom:60px}.portal-web-solutions-mkt-rich-card{background:#1e293b;border:1px solid rgba(255,255,255,.08);border-radius:18px;overflow:hidden;display:flex;flex-direction:column;transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease;box-shadow:0 8px 24px #00000040}.portal-web-solutions-mkt-rich-card:hover{transform:translateY(-5px);box-shadow:0 18px 40px #0006}.portal-web-solutions-mkt-rich-card.cyan:hover{border-color:#38bdf8}.portal-web-solutions-mkt-rich-card.violet:hover{border-color:#a78bfa}.portal-web-solutions-mkt-rich-card.rose:hover{border-color:#fb7185}.portal-web-solutions-mkt-rich-card.emerald:hover{border-color:#34d399}.portal-web-solutions-mkt-card-media{position:relative;width:100%;height:240px;overflow:hidden}.portal-web-solutions-mkt-card-img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.portal-web-solutions-mkt-rich-card:hover .portal-web-solutions-mkt-card-img{transform:scale(1.05)}.portal-web-solutions-mkt-card-overlay{position:absolute;top:14px;right:14px}.portal-web-solutions-mkt-badge{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:4px 10px;border-radius:8px;background:#0f172ad9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;border:1px solid rgba(255,255,255,.15)}.portal-web-solutions-mkt-card-content{padding:28px;display:flex;flex-direction:column;flex:1}.portal-web-solutions-mkt-card-h3{font-size:20px;font-weight:800;color:#fff;margin:0 0 6px;line-height:1.3}.portal-web-solutions-mkt-card-subhead{font-size:13px;font-weight:600;color:#38bdf8;margin-bottom:12px}.portal-web-solutions-mkt-card-paragraph{font-size:14px;color:#cbd5e1;line-height:1.6;margin:0 0 16px}.portal-web-solutions-mkt-card-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:18px}.portal-web-solutions-mkt-tag-item{font-size:11px;font-weight:600;padding:3px 9px;border-radius:6px;background:#ffffff0d;color:#94a3b8;border:1px solid rgba(255,255,255,.08)}.portal-web-solutions-mkt-card-feats{display:flex;flex-direction:column;gap:10px;padding-top:16px;border-top:1px solid rgba(255,255,255,.08);margin-top:auto}.portal-web-solutions-mkt-feat-row{display:flex;align-items:center;gap:10px;font-size:13px;color:#e2e8f0}.portal-web-solutions-mkt-feat-row svg{color:#34d399;flex-shrink:0}.portal-web-solutions-mkt-workflow-banner{background:linear-gradient(135deg,#1e293bb3,#0f172ae6);border:1px solid rgba(56,189,248,.25);border-radius:20px;padding:40px;margin-bottom:60px}.portal-web-solutions-mkt-workflow-header{display:flex;align-items:center;gap:10px;margin-bottom:30px}.portal-web-solutions-mkt-workflow-icon{color:#38bdf8}.portal-web-solutions-mkt-workflow-header h2{font-size:22px;font-weight:800;color:#fff;margin:0}.portal-web-solutions-mkt-steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.portal-web-solutions-mkt-step-card{background:#0f172a99;border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:24px 20px;display:flex;flex-direction:column;gap:8px}.portal-web-solutions-mkt-step-num{font-size:24px;font-weight:900;color:#38bdf8;font-family:var(--dkg-font-heading, "Inter", sans-serif)}.portal-web-solutions-mkt-step-card h4{font-size:16px;font-weight:700;color:#fff;margin:0}.portal-web-solutions-mkt-step-card p{font-size:13px;line-height:1.5;color:#94a3b8;margin:0}.portal-web-solutions-mkt-cta{background:linear-gradient(135deg,#1e293b,#0f172a);border:1px solid rgba(56,189,248,.3);border-radius:20px;padding:48px;text-align:center;max-width:800px;margin:0 auto}.portal-web-solutions-mkt-cta h2{font-size:26px;font-weight:800;color:#fff;margin-bottom:12px}.portal-web-solutions-mkt-cta p{font-size:15px;color:#cbd5e1;margin-bottom:28px}.portal-web-solutions-mkt-cta-actions{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.portal-web-solutions-mkt-cta-btn{display:inline-flex;align-items:center;gap:10px;padding:12px 28px;background:#0284c7;color:#fff;border-radius:10px;font-weight:600;font-size:15px;text-decoration:none;transition:background .2s ease,transform .2s ease}.portal-web-solutions-mkt-cta-btn:hover{background:#0369a1;transform:translateY(-2px)}.portal-web-solutions-mkt-cta-btn-alt{display:inline-flex;align-items:center;gap:10px;padding:12px 28px;background:#ffffff0d;border:1px solid rgba(255,255,255,.15);color:#fff;border-radius:10px;font-weight:600;font-size:15px;cursor:pointer;transition:background .2s ease,transform .2s ease}.portal-web-solutions-mkt-cta-btn-alt:hover{background:#ffffff1a;transform:translateY(-2px)}@media(max-width:960px){.portal-web-solutions-mkt-rich-grid{grid-template-columns:1fr}.portal-web-solutions-mkt-steps-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.portal-web-solutions-mkt-steps-grid{grid-template-columns:1fr}.portal-web-solutions-mkt-cta{padding:32px 20px}}.portal-web-solutions-testimonials-root{min-height:100vh;background-color:#fff;color:#0f172a}.portal-web-solutions-testimonials-hero{padding:40px 0 32px;background-color:#1e293b;border-bottom:1px solid #334155;text-align:center}.portal-web-solutions-testimonials-title{font-size:32px;line-height:40px;font-weight:700;color:#fff;margin-bottom:10px}.portal-web-solutions-testimonials-subtitle{font-size:15px;line-height:24px;color:#cbd5e1;max-width:680px;margin:0 auto}.portal-web-solutions-testimonials-sec{padding:60px 0 80px;background-color:#fff}.portal-web-solutions-testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.portal-web-solutions-testimonial-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:36px 28px;box-shadow:0 4px 20px #0f172a0d;display:flex;flex-direction:column;justify-content:space-between}.portal-web-solutions-testimonial-stars{display:flex;gap:4px;color:#f59e0b;margin-bottom:16px}.portal-web-solutions-testimonial-quote{font-size:15px;color:#334155;line-height:1.65;font-style:italic;margin-bottom:24px}.portal-web-solutions-testimonial-author{display:flex;align-items:center;gap:12px}.portal-web-solutions-testimonial-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#0284c7,#06b6d4);color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;font-size:16px}.portal-web-solutions-testimonial-name{font-size:16px;font-weight:700;color:#0f172a}.portal-web-solutions-testimonial-role{font-size:13px;color:#64748b}@media(max-width:992px){.portal-web-solutions-testimonials-grid{grid-template-columns:1fr}}.portal-web-solutions-case-studies-root{background-color:#fff;min-height:100vh;color:#0f172a}.portal-web-solutions-case-studies-hero{padding:48px 0 44px;text-align:center;background-color:#1e293b;border-bottom:1px solid #334155;color:#fff}.portal-web-solutions-case-studies-title{font-size:36px;line-height:44px;font-weight:700;color:#fff;margin:0 0 12px;font-family:var(--dkg-font-heading, "Inter", sans-serif)}.portal-web-solutions-case-studies-intro{font-size:15px;line-height:24px;color:#cbd5e1;max-width:680px;margin:0 auto}.portal-web-solutions-case-studies-grid-sec{padding:40px 0 80px;background-color:#f8fafc}.portal-web-solutions-case-studies-filters{display:flex;justify-content:center;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:36px}.portal-web-solutions-case-studies-filter-btn{padding:9px 22px;border-radius:50px;font-size:14px;font-weight:600;cursor:pointer;background:#fff;border:1px solid #cbd5e1;color:#64748b;transition:all .2s ease;box-shadow:0 1px 3px #0000000a}.portal-web-solutions-case-studies-filter-btn:hover{background:#f1f5f9;color:#0f172a;border-color:#94a3b8}.portal-web-solutions-case-studies-filter-btn-active{background:#0284c7;color:#fff;border-color:#0284c7;box-shadow:0 4px 12px #0284c74d}.portal-web-solutions-case-studies-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.portal-web-solutions-case-studies-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;display:flex;flex-direction:column;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 16px #0f172a0d}.portal-web-solutions-case-studies-card:hover{transform:translateY(-6px);border-color:#0284c7;box-shadow:0 16px 36px #0284c71f}.portal-web-solutions-case-studies-img-wrap{width:100%;aspect-ratio:16 / 9;overflow:hidden;position:relative;background:#f1f5f9;border-bottom:1px solid #e2e8f0}.portal-web-solutions-case-studies-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.portal-web-solutions-case-studies-card:hover .portal-web-solutions-case-studies-img{transform:scale(1.06)}.portal-web-solutions-case-studies-category-badge{position:absolute;top:12px;right:12px;background:#0f172ad9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#38bdf8;border:1px solid rgba(56,189,248,.3);padding:4px 12px;border-radius:20px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;z-index:2}.portal-web-solutions-case-studies-card-body{padding:22px 24px 24px;flex:1;display:flex;flex-direction:column}.portal-web-solutions-case-studies-meta-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px;font-size:12px}.portal-web-solutions-case-studies-client{font-weight:700;color:#0284c7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.portal-web-solutions-case-studies-timeline{display:inline-flex;align-items:center;gap:4px;color:#64748b;flex-shrink:0}.portal-web-solutions-case-studies-card-title{font-size:18px;font-weight:800;color:#0f172a;line-height:24px;margin:0 0 10px;font-family:var(--dkg-font-heading, "Inter", sans-serif);transition:color .2s ease}.portal-web-solutions-case-studies-card:hover .portal-web-solutions-case-studies-card-title{color:#0284c7}.portal-web-solutions-case-studies-card-desc{font-size:13px;line-height:20px;color:#475569;margin:0 0 16px;flex:1}.portal-web-solutions-case-studies-metrics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:10px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0;margin-bottom:18px}.portal-web-solutions-case-studies-metric-chip{display:flex;flex-direction:column;align-items:center;text-align:center;gap:2px}.portal-web-solutions-case-studies-metric-val{font-size:13px;font-weight:800;color:#0284c7}.portal-web-solutions-case-studies-metric-lbl{font-size:10px;color:#64748b;text-transform:uppercase;letter-spacing:.3px}.portal-web-solutions-case-studies-read-more{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:700;color:#0284c7;letter-spacing:.5px;text-transform:uppercase;margin-top:auto;transition:gap .2s ease}.portal-web-solutions-case-studies-card:hover .portal-web-solutions-case-studies-read-more{gap:10px;color:#0369a1}@media(max-width:1024px){.portal-web-solutions-case-studies-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.portal-web-solutions-case-studies-title{font-size:28px;line-height:36px}.portal-web-solutions-case-studies-grid{grid-template-columns:1fr}.portal-web-solutions-case-studies-filters{gap:8px}.portal-web-solutions-case-studies-filter-btn{font-size:13px;padding:7px 16px}}.portal-web-solutions-case-study-detail-root{background-color:#fff;min-height:100vh;color:#0f172a}.portal-web-solutions-case-study-detail-breadcrumb{background-color:#1e293b;border-bottom:1px solid #334155;padding:14px 0}.portal-web-solutions-case-study-detail-breadcrumb-inner{display:flex;align-items:center;gap:8px;font-size:13px;color:#94a3b8;flex-wrap:wrap}.portal-web-solutions-case-study-detail-breadcrumb-link{color:#cbd5e1;text-decoration:none;transition:color .2s ease}.portal-web-solutions-case-study-detail-breadcrumb-link:hover{color:#38bdf8}.portal-web-solutions-case-study-detail-breadcrumb-sep{color:#64748b;flex-shrink:0}.portal-web-solutions-case-study-detail-breadcrumb-current{color:#fff;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:400px}.portal-web-solutions-case-study-detail-content-sec{padding:40px 0 80px;background-color:#f8fafc}.portal-web-solutions-case-study-detail-hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:32px;align-items:stretch;margin-bottom:40px}.portal-web-solutions-case-study-detail-img-box{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;position:relative;box-shadow:0 8px 24px #0f172a0f;display:flex;align-items:center;justify-content:center;min-height:380px}.portal-web-solutions-case-study-detail-img{width:100%;height:100%;object-fit:cover;display:block}.portal-web-solutions-case-study-detail-badge{position:absolute;top:16px;left:16px;background:#0f172ad9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#38bdf8;border:1px solid rgba(56,189,248,.3);padding:6px 14px;border-radius:20px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;z-index:2}.portal-web-solutions-case-study-detail-meta-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:32px;display:flex;flex-direction:column;box-shadow:0 8px 24px #0f172a0f}.portal-web-solutions-case-study-detail-client-tag{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;color:#0284c7;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px}.portal-web-solutions-case-study-detail-title{font-size:24px;line-height:32px;font-weight:800;color:#0f172a;margin:0 0 12px;font-family:var(--dkg-font-heading, "Inter", sans-serif)}.portal-web-solutions-case-study-detail-desc{font-size:14px;line-height:22px;color:#475569;margin:0 0 20px}.portal-web-solutions-case-study-detail-metrics-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:24px}.portal-web-solutions-case-study-detail-metric-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:12px 10px;text-align:center}.portal-web-solutions-case-study-detail-metric-num{font-size:18px;font-weight:800;color:#0284c7;margin-bottom:2px}.portal-web-solutions-case-study-detail-metric-label{font-size:11px;color:#64748b;text-transform:uppercase;letter-spacing:.3px}.portal-web-solutions-case-study-detail-tech-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:14px 16px;margin-bottom:24px}.portal-web-solutions-case-study-detail-tech-title{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:700;color:#334155;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px}.portal-web-solutions-case-study-detail-tech-pills{display:flex;flex-wrap:wrap;gap:8px}.portal-web-solutions-case-study-detail-tech-pill{font-size:11px;font-weight:600;background:#fff;color:#0284c7;border:1px solid #cbd5e1;padding:4px 10px;border-radius:6px}.portal-web-solutions-case-study-detail-quote-btn{width:100%;padding:13px 20px;background:#0284c7;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .2s ease,transform .2s ease;margin-top:auto}.portal-web-solutions-case-study-detail-quote-btn:hover{background:#0369a1;transform:translateY(-2px)}.portal-web-solutions-case-study-detail-narrative-sec{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:50px}.portal-web-solutions-case-study-detail-narrative-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:30px;box-shadow:0 8px 24px #0f172a0d}.portal-web-solutions-case-study-detail-section-header{display:flex;align-items:center;gap:14px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #e2e8f0}.portal-web-solutions-case-study-detail-icon-box{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.portal-web-solutions-case-study-detail-icon-box.orange{background:#f973161a;border:1px solid rgba(249,115,22,.25);color:#ea580c}.portal-web-solutions-case-study-detail-icon-box.cyan{background:#0284c71a;border:1px solid rgba(2,132,199,.25);color:#0284c7}.portal-web-solutions-case-study-detail-section-title{font-size:18px;font-weight:700;color:#0f172a;margin:0 0 2px}.portal-web-solutions-case-study-detail-section-sub{font-size:12px;color:#64748b;margin:0}.portal-web-solutions-case-study-detail-narrative-body p{font-size:14px;line-height:24px;color:#334155;margin:0 0 16px}.portal-web-solutions-case-study-detail-callout{background:#fff7ed;border-left:3px solid #f97316;padding:14px 16px;border-radius:0 8px 8px 0;font-size:13px;line-height:20px;color:#9a3412}.portal-web-solutions-case-study-detail-results-box{background:#f0f9ff;border:1px solid #bae6fd;padding:16px;border-radius:8px}.portal-web-solutions-case-study-detail-results-header{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:#0284c7;text-transform:uppercase;margin-bottom:8px}.portal-web-solutions-case-study-detail-results-text{font-size:13px;line-height:20px;color:#0369a1;margin:0}.portal-web-solutions-case-study-detail-related-sec{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:32px;box-shadow:0 8px 24px #0f172a0d}.portal-web-solutions-case-study-detail-related-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.portal-web-solutions-case-study-detail-related-title{font-size:20px;font-weight:800;color:#0f172a;margin:0}.portal-web-solutions-case-study-detail-view-all-link{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:#0284c7;text-decoration:none;transition:gap .2s ease}.portal-web-solutions-case-study-detail-view-all-link:hover{gap:10px;color:#0369a1}.portal-web-solutions-case-study-detail-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.portal-web-solutions-case-study-detail-related-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;text-decoration:none;transition:all .2s ease}.portal-web-solutions-case-study-detail-related-card:hover{transform:translateY(-4px);border-color:#0284c7;box-shadow:0 10px 24px #0284c71f;background:#fff}.portal-web-solutions-case-study-detail-related-img-wrap{width:100%;aspect-ratio:16 / 9;overflow:hidden;position:relative;background:#f1f5f9}.portal-web-solutions-case-study-detail-related-img-wrap img{width:100%;height:100%;object-fit:cover;display:block}.portal-web-solutions-case-study-detail-related-badge{position:absolute;top:8px;right:8px;background:#0f172ad9;color:#38bdf8;font-size:10px;font-weight:700;padding:3px 8px;border-radius:12px;border:1px solid rgba(56,189,248,.3)}.portal-web-solutions-case-study-detail-related-body{padding:16px;display:flex;flex-direction:column}.portal-web-solutions-case-study-detail-related-client{font-size:11px;font-weight:700;color:#0284c7;margin-bottom:4px}.portal-web-solutions-case-study-detail-related-body h4{font-size:14px;line-height:19px;font-weight:700;color:#0f172a;margin:0 0 12px}.portal-web-solutions-case-study-detail-related-link{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:700;color:#0284c7}.portal-web-solutions-case-study-not-found{padding:80px 20px;text-align:center}.portal-web-solutions-case-study-not-found h2{font-size:28px;color:#0f172a;margin-bottom:10px}.portal-web-solutions-case-study-not-found p{color:#64748b;margin-bottom:24px}.portal-web-solutions-case-study-detail-back-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:#0284c7;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:14px}@media(max-width:1024px){.portal-web-solutions-case-study-detail-hero-grid,.portal-web-solutions-case-study-detail-narrative-sec{grid-template-columns:1fr}.portal-web-solutions-case-study-detail-related-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.portal-web-solutions-case-study-detail-related-grid,.portal-web-solutions-case-study-detail-metrics-row{grid-template-columns:1fr}}.portal-web-solutions-contact-root{min-height:100vh;background-color:#fff;color:#0f172a}.portal-web-solutions-contact-hero{padding:40px 0 32px;text-align:center;background-color:#1e293b;border-bottom:1px solid #334155}.portal-web-solutions-contact-title{font-size:32px;line-height:40px;font-weight:700;color:#fff;margin-bottom:10px}.portal-web-solutions-contact-subtitle{font-size:15px;line-height:24px;color:#cbd5e1;max-width:640px;margin:0 auto}.portal-web-solutions-contact-sec{padding:60px 0 80px;background-color:#fff}.portal-web-solutions-contact-grid{display:grid;grid-template-columns:360px 1fr;gap:40px}.portal-web-solutions-contact-info-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:36px;display:flex;flex-direction:column;gap:28px;box-shadow:0 4px 20px #0f172a0d}.portal-web-solutions-contact-info-head{font-size:22px;font-weight:700;color:#0f172a;margin-bottom:8px}.portal-web-solutions-contact-info-text{font-size:14px;color:#475569;line-height:1.6}.portal-web-solutions-contact-info-item{display:flex;align-items:flex-start;gap:16px}.portal-web-solutions-contact-info-icon-box{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#0284c71a;border-radius:8px;color:#0284c7;flex-shrink:0;border:1px solid rgba(2,132,199,.2)}.portal-web-solutions-contact-info-label{font-size:12px;color:#64748b;text-transform:uppercase;letter-spacing:.08em;font-weight:600;margin-bottom:2px}.portal-web-solutions-contact-info-val{font-size:15px;color:#0f172a;font-weight:500}.portal-web-solutions-contact-form-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:40px;box-shadow:0 4px 20px #0f172a0d}.portal-web-solutions-contact-form-title{font-size:24px;font-weight:700;color:#0f172a;margin-bottom:24px}.portal-web-solutions-contact-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:24px}.portal-web-solutions-contact-field-full{grid-column:span 2}.portal-web-solutions-contact-label{display:block;font-size:14px;font-weight:600;color:#334155;margin-bottom:8px}.portal-web-solutions-contact-input,.portal-web-solutions-contact-textarea{width:100%;padding:12px 16px;background:#fff;border:1px solid #cbd5e1;border-radius:6px;color:#0f172a;font-size:14px;transition:border-color .2s ease,box-shadow .2s ease}.portal-web-solutions-contact-input:focus,.portal-web-solutions-contact-textarea:focus{outline:none;border-color:#06b6d4;box-shadow:0 0 0 3px #06b6d426}.portal-web-solutions-contact-dropdown{position:relative;width:100%}.portal-web-solutions-contact-dropdown-trigger{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:12px 16px;background:#fff;border:1px solid #cbd5e1;border-radius:6px;color:#0f172a;font-size:14px;font-family:inherit;text-align:left;cursor:pointer;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease}.portal-web-solutions-contact-dropdown-trigger:hover{border-color:#0284c7}.portal-web-solutions-contact-dropdown-trigger-open{border-color:#0284c7;box-shadow:0 0 0 3px #0284c726}.portal-web-solutions-contact-dropdown-chevron{color:#64748b;transition:transform .2s ease,color .2s ease;flex-shrink:0}.portal-web-solutions-contact-dropdown-chevron-open{transform:rotate(180deg);color:#0284c7}.portal-web-solutions-contact-dropdown-list{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:50;display:flex;flex-direction:column;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 12px 28px #0f172a1f;overflow:hidden;animation:portal-web-solutions-contact-dropdown-slide .18s cubic-bezier(.16,1,.3,1)}@keyframes portal-web-solutions-contact-dropdown-slide{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.portal-web-solutions-contact-dropdown-option{width:100%;padding:11px 16px;background:transparent;border:none;border-bottom:1px solid #f1f5f9;color:#334155;font-size:14px;font-family:inherit;text-align:left;cursor:pointer;transition:background .15s ease,color .15s ease}.portal-web-solutions-contact-dropdown-option:last-child{border-bottom:none}.portal-web-solutions-contact-dropdown-option:hover{background:#f0f9ff;color:#0284c7}.portal-web-solutions-contact-dropdown-option-active{background:#e0f2fe;color:#0284c7;font-weight:600}.portal-web-solutions-contact-textarea{min-height:120px;resize:vertical}.portal-web-solutions-contact-success-banner{display:flex;align-items:center;gap:12px;padding:16px;background:#14b8a626;border:1px solid #14b8a6;border-radius:6px;color:#14b8a6;font-size:14px;margin-bottom:24px}.portal-web-solutions-contact-submit-btn{width:100%;padding:14px;font-size:15px}.portal-web-solutions-contact-submit-btn>div{display:flex;align-items:center;justify-content:center;gap:8px}@media(max-width:992px){.portal-web-solutions-contact-grid,.portal-web-solutions-contact-form-grid{grid-template-columns:1fr}.portal-web-solutions-contact-field-full{grid-column:span 1}}.portal-web-solutions-faq-root{min-height:100vh;background-color:#fff;color:#0f172a}.portal-web-solutions-faq-hero{padding:40px 0 32px;text-align:center;background-color:#1e293b;border-bottom:1px solid #334155}.portal-web-solutions-faq-title{font-size:32px;line-height:40px;font-weight:700;color:#fff;margin-bottom:10px}.portal-web-solutions-faq-subtitle{font-size:15px;line-height:24px;color:#cbd5e1;max-width:680px;margin:0 auto 24px}.portal-web-solutions-faq-search-wrap{position:relative;max-width:540px;margin:0 auto}.portal-web-solutions-faq-search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#94a3b8}.portal-web-solutions-faq-search-input{width:100%;padding:12px 16px 12px 46px;background:#fff;border:1px solid #cbd5e1;border-radius:30px;font-size:14px;color:#0f172a;outline:none;box-sizing:border-box;box-shadow:0 4px 16px #0f172a1a;transition:border-color .2s ease,box-shadow .2s ease}.portal-web-solutions-faq-search-input:focus{border-color:#38bdf8;box-shadow:0 0 0 3px #38bdf840}.portal-web-solutions-faq-sec{padding:60px 0 80px;background-color:#fff}.portal-web-solutions-faq-tabs{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:32px;justify-content:center}.portal-web-solutions-faq-tab-btn{padding:8px 18px;border-radius:20px;background:#f8fafc;border:1px solid #e2e8f0;color:#475569;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.portal-web-solutions-faq-tab-btn:hover{background:#f0f9ff;color:#0284c7;border-color:#bae6fd}.portal-web-solutions-faq-tab-btn-active{background:#0284c7;color:#fff;border-color:#0284c7}.portal-web-solutions-faq-tab-btn-active:hover{background:#0369a1;color:#fff}.portal-web-solutions-faq-list{display:flex;flex-direction:column;gap:16px;max-width:860px;margin:0 auto 50px}.portal-web-solutions-faq-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0f172a08;transition:border-color .2s ease,box-shadow .2s ease}.portal-web-solutions-faq-item-open{border-color:#0284c7;box-shadow:0 6px 20px #0284c714}.portal-web-solutions-faq-header{width:100%;padding:20px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px;background:transparent;border:none;text-align:left;cursor:pointer}.portal-web-solutions-faq-header-left{display:flex;align-items:center;gap:14px}.portal-web-solutions-faq-icon{color:#0284c7;flex-shrink:0}.portal-web-solutions-faq-question{font-size:16px;font-weight:700;color:#0f172a;margin:0}.portal-web-solutions-faq-chevron{color:#64748b;flex-shrink:0;transition:transform .25s ease,color .25s ease}.portal-web-solutions-faq-chevron-open{transform:rotate(180deg);color:#0284c7}.portal-web-solutions-faq-answer-box{padding:0 24px 20px 58px;font-size:15px;line-height:1.7;color:#475569}.portal-web-solutions-faq-answer-box p{margin:0}.portal-web-solutions-faq-empty{text-align:center;padding:50px 20px;color:#64748b}.portal-web-solutions-faq-empty h3{font-size:18px;font-weight:700;color:#0f172a;margin:12px 0 6px}.portal-web-solutions-faq-contact-card{max-width:860px;margin:0 auto;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:28px 36px;display:flex;align-items:center;justify-content:space-between;gap:24px}.portal-web-solutions-faq-contact-title{font-size:20px;font-weight:700;color:#0f172a;margin:0 0 6px}.portal-web-solutions-faq-contact-desc{font-size:14px;color:#64748b;margin:0}.portal-web-solutions-faq-contact-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;background:#0284c7;color:#fff;border-radius:8px;font-weight:600;font-size:14px;text-decoration:none;flex-shrink:0;transition:background .2s ease,transform .2s ease}.portal-web-solutions-faq-contact-btn:hover{background:#0369a1;transform:translateY(-2px)}@media(max-width:768px){.portal-web-solutions-faq-contact-card{flex-direction:column;text-align:center;padding:24px}}.portal-web-solutions-audit-root{min-height:100vh;background-color:#0b1326;color:#fff}.portal-web-solutions-audit-hero{padding:40px 0 32px;text-align:center;background-color:#1e293b;border-bottom:1px solid #334155}.portal-web-solutions-audit-tag{display:inline-flex;align-items:center;gap:8px;padding:4px 14px;background:#38bdf81f;border:1px solid rgba(56,189,248,.3);color:#38bdf8;border-radius:20px;font-size:12px;font-weight:600;margin-bottom:12px}.portal-web-solutions-audit-title{font-family:var(--dkg-font-heading, "Inter", sans-serif);font-size:32px;line-height:40px;font-weight:700;color:#fff;margin-bottom:10px}.portal-web-solutions-audit-subtitle{font-size:15px;line-height:24px;color:#94a3b8;max-width:720px;margin:0 auto}.portal-web-solutions-audit-sec{padding:60px 0 80px;background-color:#0b1326}.portal-web-solutions-audit-grid{display:grid;grid-template-columns:1.05fr 1.15fr;gap:36px;align-items:stretch}@media(max-width:1024px){.portal-web-solutions-audit-grid{grid-template-columns:1fr}}.portal-web-solutions-audit-info-box{background:#0f172a;border:1px solid #1e293b;border-radius:16px;padding:32px;height:100%;box-sizing:border-box;display:flex;flex-direction:column}.portal-web-solutions-audit-info-title{font-size:22px;font-weight:700;color:#fff;margin:0 0 10px}.portal-web-solutions-audit-info-desc{font-size:14.5px;color:#cbd5e1;line-height:1.6;margin:0 0 24px}.portal-web-solutions-audit-feature-list{display:flex;flex-direction:column;gap:20px;flex:1}.portal-web-solutions-audit-feature-item{display:flex;align-items:flex-start;gap:14px}.portal-web-solutions-audit-icon-box{width:42px;height:42px;border-radius:10px;background:#38bdf81f;border:1px solid rgba(56,189,248,.3);color:#38bdf8;display:flex;align-items:center;justify-content:center;flex-shrink:0}.portal-web-solutions-audit-feature-item h4{font-size:15px;font-weight:700;color:#fff;margin:0 0 4px}.portal-web-solutions-audit-feature-item p{font-size:13.5px;color:#94a3b8;line-height:1.5;margin:0}.portal-web-solutions-audit-quick-tabs{margin-top:28px;padding-top:24px;border-top:1px solid #1e293b}.portal-web-solutions-audit-tabs-heading{display:block;font-size:13px;font-weight:600;color:#94a3b8;margin-bottom:12px}.portal-web-solutions-audit-tabs-row{display:flex;gap:12px;flex-wrap:wrap}.portal-web-solutions-audit-tab-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:#1e293b;border:1px solid #334155;border-radius:8px;font-size:13px;font-weight:600;color:#fff;cursor:pointer;transition:all .2s ease}.portal-web-solutions-audit-tab-btn:hover{border-color:#38bdf8;background:#38bdf81f;color:#38bdf8;transform:translateY(-1px)}.portal-web-solutions-audit-tab-btn svg{color:#38bdf8}.portal-web-solutions-audit-scanner-column{width:100%;height:100%;display:flex;flex-direction:column}.portal-web-solutions-audit-scanner-column .portal-web-solutions-hero-scanner-card{background:#0b1329;border:1px solid rgba(56,189,248,.35);border-radius:16px;padding:28px;box-shadow:0 20px 48px #0f172a40;position:relative;overflow:hidden;height:100%;box-sizing:border-box;display:flex;flex-direction:column;flex:1}.portal-web-solutions-audit-scanner-column .portal-web-solutions-hero-scanner-head{display:flex;align-items:center;gap:14px;margin-bottom:22px;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.1)}.portal-web-solutions-audit-scanner-column .portal-web-solutions-hero-scanner-icon-wrap{width:44px;height:44px;border-radius:10px;background:#38bdf826;border:1px solid rgba(56,189,248,.35);color:#38bdf8;display:flex;align-items:center;justify-content:center;flex-shrink:0}.portal-web-solutions-audit-scanner-column .portal-web-solutions-hero-scanner-title{font-size:18px;font-weight:700;color:#ef4444;margin:0 0 4px}.portal-web-solutions-audit-scanner-column .portal-web-solutions-hero-scanner-sub{font-size:12.5px;color:#94a3b8;margin:0}.portal-web-solutions-audit-scanner-column .portal-web-solutions-hero-scan-form{display:flex;gap:10px;margin-bottom:20px}@media(max-width:540px){.portal-web-solutions-audit-scanner-column .portal-web-solutions-hero-scan-form{flex-direction:column}}.portal-web-solutions-audit-scanner-column .portal-web-solutions-hero-scan-input-wrap{flex:1;position:relative;display:flex;align-items:center}.portal-web-solutions-audit-scanner-column .portal-web-solutions-hero-scan-input-icon{position:absolute;left:14px;color:#64748b;pointer-events:none}.portal-web-solutions-audit-scanner-column .portal-web-solutions-hero-scan-input{width:100%;padding:12px 14px 12px 42px;background:#070c18;border:1px solid rgba(255,255,255,.15);border-radius:10px;color:#fff;font-size:13.5px;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.portal-web-solutions-audit-scanner-column .portal-web-solutions-hero-scan-input:focus{border-color:#38bdf8;box-shadow:0 0 0 3px #38bdf833}.portal-web-solutions-audit-scanner-column .portal-web-solutions-hero-scan-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;background:#0e74906b;color:#e0f2fe;border:1px solid rgba(125,211,252,.35);border-radius:10px;font-size:13.5px;font-weight:700;cursor:pointer;white-space:nowrap;box-shadow:0 4px 14px #082f4947;transition:all .2s ease}.portal-web-solutions-audit-scanner-column .portal-web-solutions-hero-scan-btn:hover{background:#0e74909e;transform:translateY(-1px)}.portal-web-solutions-audit-scanner-column .portal-web-solutions-hero-scan-benchmarks{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:18px}.portal-web-solutions-audit-scanner-column .portal-web-solutions-hero-scan-bench-item{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:12px;display:flex;flex-direction:column;gap:4px}.portal-web-solutions-audit-scanner-column .bench-label{font-size:11.5px;color:#94a3b8;font-weight:500}.portal-web-solutions-audit-scanner-column .bench-val{font-size:15px;font-weight:700}.portal-web-solutions-audit-scanner-column .bench-green{color:#4ade80}.portal-web-solutions-audit-scanner-column .bench-cyan{color:#38bdf8}.portal-web-solutions-audit-scanner-column .portal-web-solutions-hero-scan-footnote{text-align:center;font-size:12px;color:#64748b}.portal-web-solutions-audit-scanner-column .portal-web-solutions-hero-scan-progress-box{padding:32px 16px;display:flex;flex-direction:column;align-items:center;text-align:center}.portal-web-solutions-audit-scanner-column .portal-web-solutions-hero-scan-spinner{color:#38bdf8;margin-bottom:16px}.portal-web-solutions-audit-scanner-column .spin-animate{animation:spin 1s linear infinite}.portal-web-solutions-audit-scanner-column .portal-web-solutions-hero-scan-progress-title{font-size:17px;color:#fff;margin:0 0 6px}.portal-web-solutions-audit-scanner-column .portal-web-solutions-hero-scan-step-msg{font-size:13px;color:#94a3b8;margin-bottom:20px}.portal-web-solutions-audit-scanner-column .portal-web-solutions-hero-scan-bar-track{width:100%;max-width:320px;height:6px;background:#ffffff1a;border-radius:999px;overflow:hidden}.portal-web-solutions-audit-scanner-column .portal-web-solutions-hero-scan-bar-fill{height:100%;width:var(--scan-width, 25%);background:linear-gradient(90deg,#0284c7,#38bdf8);transition:width .4s ease}.portal-web-solutions-audit-scanner-column .portal-web-solutions-hero-scan-result-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.portal-web-solutions-audit-scanner-column .portal-web-solutions-hero-scan-url-tag{display:inline-flex;align-items:center;gap:6px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);padding:4px 10px;border-radius:6px;font-size:12.5px;color:#e2e8f0;font-family:monospace}.portal-web-solutions-audit-scanner-column .portal-web-solutions-hero-scan-status-pill{font-size:11px;font-weight:700;color:#4ade80;background:#4ade8026;border:1px solid rgba(74,222,128,.3);padding:3px 8px;border-radius:4px}.portal-web-solutions-audit-scanner-column .portal-web-solutions-hero-scan-gauges{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:16px}.portal-web-solutions-audit-scanner-column .portal-web-solutions-hero-gauge-card{padding:10px 12px;border-radius:8px;display:flex;flex-direction:column;gap:2px}.portal-web-solutions-audit-scanner-column .gauge-warning{background:#f59e0b1a;border:1px solid rgba(245,158,11,.3);color:#fbbf24}.portal-web-solutions-audit-scanner-column .gauge-good{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);color:#4ade80}.portal-web-solutions-audit-scanner-column .gauge-name{font-size:11px;color:#cbd5e1}.portal-web-solutions-audit-scanner-column .gauge-score{font-size:16px;font-weight:800}.portal-web-solutions-audit-scanner-column .gauge-sub{font-size:10.5px;opacity:.85}.portal-web-solutions-audit-scanner-column .portal-web-solutions-hero-scan-findings{background:#00000040;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:12px;margin-bottom:18px;display:flex;flex-direction:column;gap:8px}.portal-web-solutions-audit-scanner-column .portal-web-solutions-hero-finding-row{display:flex;align-items:center;gap:8px;font-size:12px;color:#cbd5e1}.portal-web-solutions-audit-scanner-column .finding-icon-warn{color:#f59e0b;flex-shrink:0}.portal-web-solutions-audit-scanner-column .finding-icon-ok{color:#22c55e;flex-shrink:0}.portal-web-solutions-audit-scanner-column .portal-web-solutions-hero-scan-actions{display:flex;gap:10px}@media(max-width:500px){.portal-web-solutions-audit-scanner-column .portal-web-solutions-hero-scan-actions{flex-direction:column}}.portal-web-solutions-audit-scanner-column .portal-web-solutions-hero-scan-claim-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 16px;background:linear-gradient(135deg,#e11d48,#be123c);color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;box-shadow:0 4px 14px #e11d4866;transition:all .2s ease}.portal-web-solutions-audit-scanner-column .portal-web-solutions-hero-scan-claim-btn:hover{background:linear-gradient(135deg,#f43f5e,#e11d48);transform:translateY(-1px)}.portal-web-solutions-audit-scanner-column .portal-web-solutions-hero-scan-retest-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:11px 14px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:#cbd5e1;border-radius:8px;font-size:12.5px;cursor:pointer;transition:all .2s ease}.portal-web-solutions-audit-scanner-column .portal-web-solutions-hero-scan-retest-btn:hover{background:#ffffff26;color:#fff}@media(max-width:580px){.portal-web-solutions-audit-hero{padding:32px 16px 24px}.portal-web-solutions-audit-title{font-size:23px;line-height:30px}.portal-web-solutions-audit-subtitle{font-size:13.5px;line-height:20px}.portal-web-solutions-audit-sec{padding:32px 12px 60px}.portal-web-solutions-audit-info-box{padding:20px 14px;border-radius:12px}.portal-web-solutions-audit-info-title{font-size:18px}.portal-web-solutions-audit-tabs-row{flex-direction:column}.portal-web-solutions-audit-tab-btn{width:100%;justify-content:center}.portal-web-solutions-audit-scanner-column .portal-web-solutions-hero-scanner-card{padding:20px 14px;border-radius:12px}}.portal-web-solutions-audit-inline-error{display:flex;align-items:flex-start;gap:8px;margin-top:12px;padding:10px 12px;border-radius:8px;background:#dc26261f;border:1px solid rgba(248,113,113,.35);color:#fecaca;font-size:13px;line-height:1.4}.portal-web-solutions-audit-ready-note{margin:0 0 14px;font-size:13.5px;line-height:1.5;color:#cbd5e1}.portal-web-solutions-audit-live-report{margin-top:40px;padding:28px;border-radius:16px;background:#fff;color:#0f172a;border:1px solid #e2e8f0;box-shadow:0 18px 40px #00000047}.portal-web-solutions-audit-live-report-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:18px}.portal-web-solutions-audit-live-report-tag{display:inline-flex;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#0369a1;background:#e0f2fe;padding:3px 10px;border-radius:999px;margin-bottom:8px}.portal-web-solutions-audit-live-report-title{margin:0 0 6px;font-size:26px;font-weight:800;color:#0f172a}.portal-web-solutions-audit-live-report-sub{margin:0;font-size:14px;line-height:1.5;color:#475569}.portal-web-solutions-audit-live-score{min-width:120px;padding:14px 16px;border-radius:12px;text-align:center;background:#f8fafc;border:1px solid #e2e8f0}.portal-web-solutions-audit-live-score strong{display:block;font-size:28px;line-height:1;color:#0f172a}.portal-web-solutions-audit-live-score strong span{font-size:14px;color:#64748b}.portal-web-solutions-audit-live-score em{display:block;margin-top:6px;font-style:normal;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.portal-web-solutions-audit-live-score.is-critical em{color:#b91c1c}.portal-web-solutions-audit-live-score.is-attention em{color:#a16207}.portal-web-solutions-audit-live-score.is-perfect em{color:#15803d}.portal-web-solutions-audit-live-pct{display:block;margin-top:4px;font-size:13px;font-weight:700;color:#334155}.portal-web-solutions-audit-live-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:18px}.portal-web-solutions-audit-live-kpi{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:10px;border:1px solid #e2e8f0}.portal-web-solutions-audit-live-kpi strong{font-size:24px;line-height:1}.portal-web-solutions-audit-live-kpi span{font-size:13px;font-weight:700}.portal-web-solutions-audit-live-kpi.is-good{background:#f0fdf4;border-color:#86efac}.portal-web-solutions-audit-live-kpi.is-good strong,.portal-web-solutions-audit-live-kpi.is-good span{color:#15803d}.portal-web-solutions-audit-live-kpi.is-attention{background:#fefce8;border-color:#fde047}.portal-web-solutions-audit-live-kpi.is-attention strong,.portal-web-solutions-audit-live-kpi.is-attention span{color:#a16207}.portal-web-solutions-audit-live-kpi.is-critical{background:#fef2f2;border-color:#fca5a5}.portal-web-solutions-audit-live-kpi.is-critical strong,.portal-web-solutions-audit-live-kpi.is-critical span{color:#b91c1c}.portal-web-solutions-audit-live-exec{padding:16px 18px;border-radius:10px;background:#f0f7ff;border:1px solid #bfdbfe;margin-bottom:18px}.portal-web-solutions-audit-live-exec h3,.portal-web-solutions-audit-live-highlights h3,.portal-web-solutions-audit-live-scorecard-wrap h3{margin:0 0 10px;font-size:18px;font-weight:800;color:#0f172a}.portal-web-solutions-audit-live-exec p{margin:0 0 10px;font-size:14px;line-height:1.55;color:#334155}.portal-web-solutions-audit-live-exec p:last-child{margin-bottom:0}.portal-web-solutions-audit-live-preview-note{margin:12px 0 0;font-size:13px;line-height:1.5;color:#64748b}.portal-web-solutions-audit-live-highlights{margin-bottom:18px}.portal-web-solutions-audit-live-finding{display:flex;gap:10px;padding:12px 14px;border-radius:10px;margin-bottom:8px;border:1px solid #e2e8f0;background:#fff}.portal-web-solutions-audit-live-finding.is-critical{background:#fef2f2;border-color:#fecaca;color:#991b1b}.portal-web-solutions-audit-live-finding.is-attention{background:#fefce8;border-color:#fde047;color:#854d0e}.portal-web-solutions-audit-live-finding strong{display:block;font-size:14px;margin-bottom:2px}.portal-web-solutions-audit-live-finding p{margin:0 0 4px;font-size:13px;line-height:1.45;color:#334155}.portal-web-solutions-audit-live-finding em{font-size:12px;font-style:normal;color:#64748b}.portal-web-solutions-audit-live-legend{display:flex;flex-wrap:wrap;gap:10px 14px;margin-bottom:12px;font-size:12px;font-weight:700}.portal-web-solutions-audit-live-legend .is-good{color:#15803d}.portal-web-solutions-audit-live-legend .is-attention{color:#a16207}.portal-web-solutions-audit-live-legend .is-critical{color:#b91c1c}.portal-web-solutions-audit-live-scorecard{display:flex;flex-direction:column;gap:8px}.portal-web-solutions-audit-live-row{display:grid;grid-template-columns:minmax(120px,180px) minmax(80px,1fr) 44px minmax(110px,130px);gap:8px 10px;align-items:center;padding:10px 12px;border-radius:8px;background:#f8fafc}.portal-web-solutions-audit-live-row-label{font-size:13px;font-weight:700;color:#0f172a}.portal-web-solutions-audit-live-row-num{color:#64748b;margin-right:4px}.portal-web-solutions-audit-live-row-bar-track{height:6px;border-radius:999px;background:#e2e8f0;overflow:hidden;max-width:180px}.portal-web-solutions-audit-live-row-bar-fill{height:100%;width:var(--bar-width, 0%);border-radius:999px;background:#94a3b8}.portal-web-solutions-audit-live-row-bar-fill.is-good{background:#16a34a}.portal-web-solutions-audit-live-row-bar-fill.is-fair{background:#eab308}.portal-web-solutions-audit-live-row-bar-fill.is-poor{background:#dc2626}.portal-web-solutions-audit-live-row-score{font-size:12px;font-weight:700;text-align:right;color:#334155}.portal-web-solutions-audit-live-row-status{font-size:11px;font-weight:700;text-align:center;padding:3px 8px;border-radius:999px;justify-self:start}.portal-web-solutions-audit-live-row.is-doing-good .portal-web-solutions-audit-live-row-status{background:#dcfce7;color:#15803d}.portal-web-solutions-audit-live-row.is-attention .portal-web-solutions-audit-live-row-status{background:#fef08a;color:#854d0e}.portal-web-solutions-audit-live-row.is-critical .portal-web-solutions-audit-live-row-status{background:#fecaca;color:#991b1b}.portal-web-solutions-audit-live-row-issue{grid-column:1 / -1;margin:0;font-size:12.5px;line-height:1.45;color:#475569}.portal-web-solutions-audit-live-signup{margin-top:24px;padding:20px;border-radius:12px;background:#0f172a;color:#fff;display:flex;justify-content:space-between;gap:20px;align-items:center}.portal-web-solutions-audit-live-signup-copy h3{margin:0 0 6px;font-size:18px;font-weight:800;color:#fff}.portal-web-solutions-audit-live-signup-copy p{margin:0;font-size:13.5px;line-height:1.5;color:#cbd5e1;max-width:560px}.portal-web-solutions-audit-live-signup-actions{display:flex;flex-direction:column;gap:10px;flex-shrink:0}.portal-web-solutions-audit-live-signup-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border-radius:8px;background:#0284c7;color:#fff;font-size:14px;font-weight:700;text-decoration:none}.portal-web-solutions-audit-live-signup-btn:hover{background:#0369a1}.portal-web-solutions-audit-live-rescan-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 14px;border-radius:8px;border:1px solid #334155;background:transparent;color:#e2e8f0;font-size:13px;font-weight:600;cursor:pointer}.portal-web-solutions-audit-live-rescan-btn:hover{border-color:#38bdf8;color:#38bdf8}@media(max-width:820px){.portal-web-solutions-audit-live-report{margin-top:28px;padding:18px 14px}.portal-web-solutions-audit-live-report-head{flex-direction:column}.portal-web-solutions-audit-live-kpis{grid-template-columns:1fr}.portal-web-solutions-audit-live-row{grid-template-columns:minmax(0,1fr) 40px;grid-template-rows:auto auto auto}.portal-web-solutions-audit-live-row-bar-track{grid-column:1 / -1;max-width:none}.portal-web-solutions-audit-live-row-score{grid-column:2;grid-row:1}.portal-web-solutions-audit-live-row-status{grid-column:1}.portal-web-solutions-audit-live-row-issue{grid-column:1 / -1}.portal-web-solutions-audit-live-signup{flex-direction:column;align-items:stretch}.portal-web-solutions-audit-live-signup-btn,.portal-web-solutions-audit-live-rescan-btn{width:100%;justify-content:center}}@media(max-width:380px){.portal-web-solutions-audit-title{font-size:20px;line-height:26px}.portal-web-solutions-audit-scanner-column .portal-web-solutions-hero-scan-benchmarks,.portal-web-solutions-audit-scanner-column .portal-web-solutions-hero-scan-gauges{grid-template-columns:1fr}}.portal-web-solutions-courses-root{min-height:100vh;background-color:#0b1326;color:#fff}.portal-web-solutions-courses-hero{padding:40px 0 32px;text-align:center;background-color:#1e293b;border-bottom:1px solid #334155}.portal-web-solutions-courses-tag{display:inline-flex;align-items:center;gap:8px;padding:4px 14px;background:#38bdf81f;border:1px solid rgba(56,189,248,.3);color:#38bdf8;border-radius:20px;font-size:12px;font-weight:600;margin-bottom:12px}.portal-web-solutions-courses-title{font-family:var(--dkg-font-heading, "Inter", sans-serif);font-size:32px;line-height:40px;font-weight:700;color:#fff;margin-bottom:10px}.portal-web-solutions-courses-subtitle{font-size:15px;line-height:24px;color:#94a3b8;max-width:720px;margin:0 auto}.portal-web-solutions-courses-body{padding:36px 0 60px}.portal-web-solutions-courses-tabs{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;margin-bottom:32px}.portal-web-solutions-courses-tab{padding:8px 14px;border-radius:20px;background:#1e293b;border:1px solid #334155;color:#cbd5e1;font-size:12.5px;font-weight:600;cursor:pointer;transition:all .2s ease}.portal-web-solutions-courses-tab:hover{background:#273549;border-color:#475569;color:#e2e8f0}.portal-web-solutions-courses-tab.tab-active{color:#fff;font-weight:600;box-shadow:none}.portal-web-solutions-courses-tab.tab-troubleshooting.tab-active{background:linear-gradient(135deg,#0284c7,#0369a1);border-color:#0284c7}.portal-web-solutions-courses-tab.tab-internet.tab-active{background:linear-gradient(135deg,#eab308,#ca8a04);border-color:#ca8a04;color:#1c1917}.portal-web-solutions-courses-tab.tab-hosting.tab-active{background:linear-gradient(135deg,#0d9488,#0f766e);border-color:#0d9488}.portal-web-solutions-courses-tab.tab-websites.tab-active{background:linear-gradient(135deg,#ea580c,#c2410c);border-color:#ea580c}.portal-web-solutions-courses-tab.tab-ai.tab-active{background:#e0f2fe;border-color:#7dd3fc;color:#0f172a}.portal-web-solutions-courses-tab.tab-social.tab-active{background:linear-gradient(135deg,#db2777,#9d174d);border-color:#db2777}.portal-web-solutions-courses-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:48px}.portal-web-solutions-course-card{background:#0f172a;border:1px solid #1e293b;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.portal-web-solutions-course-card:hover{transform:translateY(-4px);border-color:#38bdf8;box-shadow:0 12px 30px #00000080}.portal-web-solutions-course-banner-2d{position:relative;width:100%;height:188px;min-height:188px;padding:28px 26px;display:flex;align-items:center;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.08)}.portal-web-solutions-course-banner-2d:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 85% 20%,rgba(255,255,255,.16),transparent 42%),radial-gradient(circle at 10% 90%,rgba(255,255,255,.08),transparent 45%);pointer-events:none}.portal-web-solutions-course-banner-2d:after{content:"";position:absolute;right:-30px;bottom:-40px;width:160px;height:160px;border:1px solid rgba(255,255,255,.12);border-radius:28px;transform:rotate(18deg);pointer-events:none}.banner-2d-content{display:flex;align-items:center;gap:18px;z-index:2}.banner-3d-scene{position:relative;width:88px;height:78px;flex-shrink:0;perspective:420px}.banner-3d-monitor{position:absolute;left:8px;bottom:4px;width:58px;transform:rotateY(-18deg) rotateX(8deg);transform-style:preserve-3d}.banner-3d-screen{width:58px;height:40px;border-radius:6px;background:linear-gradient(160deg,#e2e8f0,#94a3b8);border:2px solid rgba(15,23,42,.55);box-shadow:8px 10px #0f172a47,0 12px 20px #00000059;display:flex;flex-direction:column;justify-content:center;gap:5px;padding:8px}.banner-3d-screen-bar{height:4px;border-radius:2px;background:#0ea5e9;width:100%}.banner-3d-screen-bar.short{width:62%;background:#38bdf8;opacity:.75}.banner-3d-neck{width:10px;height:10px;margin:0 auto;background:#cbd5e1;box-shadow:4px 4px #0f172a40}.banner-3d-base{width:36px;height:6px;margin:0 auto;border-radius:3px;background:#e2e8f0;box-shadow:4px 5px #0f172a40}.banner-3d-wifi{position:absolute;right:4px;top:6px;width:28px;height:28px;display:flex;align-items:flex-end;justify-content:center;gap:3px;transform:rotateY(12deg)}.banner-3d-wifi span{width:5px;border-radius:3px 3px 0 0;background:#ffffffeb;box-shadow:2px 3px #0f172a40}.banner-3d-wifi span:nth-child(1){height:10px}.banner-3d-wifi span:nth-child(2){height:16px}.banner-3d-wifi span:nth-child(3){height:22px}.banner-3d-window{position:absolute;left:4px;top:8px;width:68px;height:52px;border-radius:10px;background:#fffbeb;border:1px solid rgba(120,53,15,.35);box-shadow:10px 12px #78350f38,0 14px 22px #00000047;transform:rotateY(-16deg) rotateX(10deg);overflow:hidden}.banner-3d-window-bar{height:14px;background:#fef3c7;border-bottom:1px solid rgba(120,53,15,.18);display:flex;align-items:center;gap:4px;padding:0 8px}.banner-3d-window-bar .dot{width:5px;height:5px;border-radius:50%}.banner-3d-window-bar .dot.red{background:#f87171}.banner-3d-window-bar .dot.yellow{background:#fbbf24}.banner-3d-window-bar .dot.green{background:#34d399}.banner-3d-window-body{padding:10px 8px;display:flex;align-items:center;gap:6px}.banner-3d-lock{width:10px;height:12px;border-radius:2px;background:#ca8a04;box-shadow:inset 0 -3px #00000026;position:relative}.banner-3d-lock:before{content:"";position:absolute;top:-5px;left:2px;width:6px;height:6px;border:2px solid #ca8a04;border-bottom:none;border-radius:6px 6px 0 0}.banner-3d-url{flex:1;height:8px;border-radius:4px;background:#fde68a}.banner-3d-key{position:absolute;right:2px;bottom:4px;width:18px;height:18px;border-radius:4px;background:linear-gradient(145deg,#fde68a,#f59e0b);box-shadow:4px 5px #78350f4d;transform:rotate(18deg)}.banner-3d-key:after{content:"";position:absolute;right:-10px;top:6px;width:12px;height:5px;border-radius:2px;background:#f59e0b}.banner-3d-rack{position:absolute;left:10px;bottom:6px;width:52px;display:flex;flex-direction:column;gap:5px;transform:rotateY(-18deg) rotateX(8deg)}.banner-3d-rack-unit{height:16px;border-radius:4px;background:linear-gradient(90deg,#ccfbf1,#99f6e4);border:1px solid rgba(15,118,110,.35);box-shadow:6px 6px #0f172a47;display:flex;align-items:center;gap:4px;padding:0 8px}.banner-3d-rack-unit .led{width:5px;height:5px;border-radius:50%;background:#10b981;box-shadow:0 0 6px #10b981cc}.banner-3d-globe{position:absolute;right:6px;top:8px;width:26px;height:26px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#fff 0%,transparent 28%),linear-gradient(145deg,#5eead4,#0f766e);box-shadow:5px 7px #0f172a47}.banner-3d-page{position:absolute;left:12px;top:10px;width:52px;height:58px;border-radius:8px;background:#fff7ed;border:1px solid rgba(194,65,12,.35);box-shadow:10px 12px #0f172a47;transform:rotateY(-18deg) rotateX(8deg);padding:8px;display:flex;flex-direction:column;gap:6px;z-index:2}.banner-3d-page.back{left:22px;top:16px;background:#ffedd5;z-index:1;box-shadow:6px 8px #0f172a33}.banner-3d-page-header{height:8px;border-radius:3px;background:#ea580c}.banner-3d-page-block{height:14px;border-radius:3px;background:#fdba74}.banner-3d-page-block.wide{width:100%}.banner-3d-page-row{display:flex;gap:4px}.banner-3d-page-row span{flex:1;height:12px;border-radius:3px;background:#fb923c}.banner-3d-code-panel{position:absolute;left:6px;top:10px;width:62px;height:54px;border-radius:10px;background:#1e1b4b;border:1px solid rgba(199,210,254,.35);box-shadow:10px 12px #0f172a4d;transform:rotateY(-16deg) rotateX(10deg);padding:10px 8px;display:flex;flex-direction:column;gap:6px}.banner-3d-code-panel .code-line{height:5px;border-radius:2px;background:#818cf8;width:100%}.banner-3d-code-panel .code-line.mid{width:72%;background:#a5b4fc}.banner-3d-code-panel .code-line.short{width:48%;background:#c4b5fd}.banner-3d-code-chip{position:absolute;right:0;bottom:4px;min-width:28px;height:22px;border-radius:6px;background:linear-gradient(145deg,#c7d2fe,#6366f1);color:#1e1b4b;font-size:10px;font-weight:800;display:flex;align-items:center;justify-content:center;box-shadow:4px 5px #0f172a4d}.banner-3d-ai-core{position:absolute;left:14px;top:12px;width:54px;height:54px;display:flex;align-items:center;justify-content:center;transform:rotateY(-14deg) rotateX(8deg)}.banner-3d-ai-core .ai-ring{position:absolute;width:48px;height:48px;border-radius:50%;border:2px solid rgba(191,219,254,.9);box-shadow:6px 8px #0f172a47}.banner-3d-ai-core .ai-ring.mid{width:34px;height:34px;border-color:#93c5fdf2}.banner-3d-ai-core .ai-node{width:16px;height:16px;border-radius:50%;background:linear-gradient(145deg,#dbeafe,#2563eb);box-shadow:3px 4px #0f172a47}.banner-3d-ai-chip{position:absolute;right:2px;bottom:8px;min-width:28px;height:22px;border-radius:6px;background:linear-gradient(145deg,#bfdbfe,#3b82f6);color:#1e3a8a;font-size:10px;font-weight:800;display:flex;align-items:center;justify-content:center;box-shadow:4px 5px #0f172a4d}.banner-3d-ai-panel{position:absolute;left:6px;top:10px;width:62px;height:52px;border-radius:10px;background:#1e1b4b;border:1px solid rgba(199,210,254,.35);box-shadow:10px 12px #0f172a4d;transform:rotateY(-16deg) rotateX(10deg);padding:10px 8px;display:flex;flex-direction:column;gap:6px}.banner-3d-ai-panel .prompt-line{height:5px;border-radius:2px;background:#818cf8;width:100%}.banner-3d-ai-panel .prompt-line.mid{width:72%;background:#a5b4fc}.banner-3d-ai-panel .prompt-line.short{width:48%;background:#c4b5fd}.banner-3d-ai-spark{position:absolute;right:4px;bottom:8px;width:18px;height:18px;border-radius:4px;background:linear-gradient(145deg,#c7d2fe,#6366f1);box-shadow:4px 5px #0f172a4d;transform:rotate(18deg)}.banner-3d-ai-spark:before,.banner-3d-ai-spark:after{content:"";position:absolute;background:#e0e7ff}.banner-3d-ai-spark:before{left:7px;top:3px;width:4px;height:12px;border-radius:2px}.banner-3d-ai-spark:after{left:3px;top:7px;width:12px;height:4px;border-radius:2px}.banner-3d-phone{position:absolute;left:16px;top:4px;width:36px;height:64px;border-radius:8px;background:#1f2937;border:2px solid rgba(255,255,255,.35);box-shadow:8px 10px #0f172a4d;transform:rotateY(-16deg) rotateX(8deg);padding:6px 4px}.banner-3d-phone-screen{height:100%;border-radius:4px;background:#fce7f3;display:flex;flex-direction:column;gap:4px;padding:6px 4px}.banner-3d-phone-screen .post{height:8px;border-radius:2px;background:#f9a8d4}.banner-3d-phone-screen .post.short{width:60%}.banner-3d-heart{position:absolute;right:6px;bottom:10px;width:18px;height:18px;background:#fb7185;transform:rotate(45deg);border-radius:2px;box-shadow:4px 5px #0f172a47}.banner-3d-heart:before,.banner-3d-heart:after{content:"";position:absolute;width:18px;height:18px;background:#fb7185;border-radius:50%}.banner-3d-heart:before{left:-9px;top:0}.banner-3d-heart:after{left:0;top:-9px}.banner-2d-text-group{display:flex;flex-direction:column;gap:4px;max-width:220px}.banner-2d-title{font-size:20px;font-weight:800;color:#fff;margin:0;letter-spacing:-.01em}.banner-2d-subtitle{font-size:13px;color:#ffffffe0;font-weight:500;margin:0}.portal-web-solutions-course-free-badge{position:absolute;top:16px;right:16px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-size:11px;font-weight:800;padding:4px 10px;border-radius:14px;box-shadow:0 4px 12px #10b98166;z-index:3}.portal-web-solutions-course-content{padding:22px 24px 24px;display:flex;flex-direction:column;flex:1}.portal-web-solutions-course-card-title{font-size:18px;font-weight:700;color:#fff;line-height:1.4;margin:0 0 8px}.portal-web-solutions-course-card-desc{font-size:13.5px;color:#cbd5e1;line-height:1.5;margin:0 0 16px}.portal-web-solutions-course-topics{display:flex;flex-direction:column;gap:6px;margin-bottom:18px}.course-topic-item{display:flex;align-items:center;gap:8px;font-size:12.5px;color:#94a3b8}.topic-check-icon{color:#10b981;flex-shrink:0}.portal-web-solutions-course-meta{display:flex;align-items:center;gap:14px;margin-top:auto;margin-bottom:14px;padding-top:12px;border-top:1px solid #1e293b}.course-meta-item{display:inline-flex;align-items:center;gap:5px;font-size:12.5px;color:#94a3b8}.portal-web-solutions-course-footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.course-rating-group{display:flex;align-items:center;gap:4px}.star-icon{color:#f59e0b;fill:#f59e0b}.rating-score{font-weight:700;font-size:13px;color:#fff}.students-count{font-size:12px;color:#64748b;margin-left:2px}.portal-web-solutions-course-enroll-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:#1e293b;color:#cbd5e1;border:1px solid #334155;border-radius:8px;font-weight:600;font-size:13px;cursor:pointer;text-decoration:none;transition:background .15s ease,border-color .15s ease,color .15s ease}.portal-web-solutions-course-enroll-btn:hover{background:#0f172a;border-color:#475569;color:#e2e8f0}.portal-web-solutions-courses-reg-box{background:linear-gradient(135deg,#0f172a,#1e293b);border:1px solid rgba(56,189,248,.3);border-radius:16px;padding:40px 32px;text-align:center;box-shadow:0 16px 40px #0006}.portal-web-solutions-courses-reg-content{max-width:640px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.reg-sparkle-icon{color:#38bdf8;margin-bottom:12px}.portal-web-solutions-courses-reg-content h2{font-size:24px;font-weight:800;color:#fff;margin-bottom:10px}.portal-web-solutions-courses-reg-content p{font-size:14px;color:#cbd5e1;line-height:1.6;margin-bottom:24px}.portal-web-solutions-courses-create-acc-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:30px;font-weight:800;font-size:14px;cursor:pointer;text-decoration:none;box-shadow:0 4px 20px #10b98166;transition:transform .15s ease}.portal-web-solutions-courses-create-acc-btn:hover{transform:translateY(-2px)}.portal-web-solutions-course-modal-overlay{position:fixed;inset:0;z-index:2500;background:#040812d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:20px}.portal-web-solutions-course-modal-box{background:#0f172a;border:1px solid rgba(56,189,248,.3);border-radius:12px;width:100%;max-width:520px;overflow:hidden;box-shadow:0 20px 50px #0009}.course-modal-header{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;background:#1e293b;border-bottom:1px solid #334155}.course-modal-header h3{font-size:16px;font-weight:700;color:#fff;margin:0}.course-modal-close{background:transparent;border:none;color:#94a3b8;font-size:22px;cursor:pointer}.course-modal-body{padding:24px;display:flex;flex-direction:column;gap:16px}.course-modal-badge-row{display:flex;align-items:center;gap:12px;font-size:12px;color:#94a3b8}.course-free-pill{padding:2px 8px;background:#10b98126;border:1px solid rgba(16,185,129,.3);color:#10b981;font-weight:700;border-radius:10px}.course-modal-desc{font-size:13.5px;color:#cbd5e1;line-height:1.5}.course-modal-topics-list h4{font-size:13px;font-weight:700;color:#fff;margin-bottom:8px}.course-modal-topic-row{display:flex;align-items:center;gap:8px;font-size:12.5px;color:#94a3b8;margin-bottom:6px}.modal-check{color:#10b981;flex-shrink:0}.course-modal-confirm-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;background:#1e293b;color:#e2e8f0;border:1px solid #334155;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;margin-top:8px;text-decoration:none}.course-modal-confirm-btn:hover{background:#0f172a;border-color:#475569}@media(max-width:850px){.portal-web-solutions-courses-grid{grid-template-columns:1fr;gap:18px}.portal-web-solutions-courses-hero{padding:32px 16px 24px}.portal-web-solutions-courses-body{padding:28px 0 48px}.portal-web-solutions-courses-tabs{justify-content:flex-start;gap:8px;margin-bottom:24px;overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px;-webkit-overflow-scrolling:touch}.portal-web-solutions-courses-tab{flex-shrink:0;white-space:nowrap}}@media(max-width:580px){.portal-web-solutions-courses-title{font-size:24px;line-height:32px}.portal-web-solutions-courses-subtitle{font-size:13.5px;line-height:21px}.portal-web-solutions-course-banner-2d{height:160px;min-height:160px;padding:20px 18px}.banner-3d-scene{width:74px;height:68px}.banner-2d-title{font-size:17px}.banner-2d-subtitle{font-size:12px}.portal-web-solutions-course-content{padding:18px 16px}.portal-web-solutions-course-card-title{font-size:16px}.portal-web-solutions-course-card-desc{font-size:13px}.portal-web-solutions-course-footer{flex-direction:column;align-items:stretch;gap:12px}.portal-web-solutions-course-enroll-btn{width:100%;justify-content:center}.portal-web-solutions-courses-reg-box{padding:28px 18px}.portal-web-solutions-courses-reg-content h2{font-size:20px}.course-modal-header{padding:14px 16px}.course-modal-body{padding:16px}}@media(max-width:360px){.portal-web-solutions-courses-hero{padding:24px 12px 20px}.portal-web-solutions-courses-title{font-size:21px;line-height:28px}.portal-web-solutions-courses-subtitle{font-size:12.5px;line-height:19px}.portal-web-solutions-courses-tab{padding:7px 12px;font-size:11.5px}.portal-web-solutions-course-banner-2d{height:148px;min-height:148px;padding:16px 14px}.portal-web-solutions-course-banner-2d:after{width:110px;height:110px;right:-36px;bottom:-48px}.banner-2d-content{gap:12px}.banner-3d-scene{width:64px;height:60px}.banner-2d-text-group{max-width:150px}.banner-2d-title{font-size:15px}.banner-2d-subtitle{font-size:11px}.portal-web-solutions-course-free-badge{top:10px;right:10px;font-size:10px;padding:3px 8px}.portal-web-solutions-course-content{padding:14px 12px}.portal-web-solutions-course-card-title{font-size:15px;margin-bottom:6px}.portal-web-solutions-course-card-desc{font-size:12.5px;margin-bottom:12px}.course-topic-item{font-size:12px;align-items:flex-start}.portal-web-solutions-course-meta{gap:10px;margin-bottom:12px;flex-wrap:wrap}.course-meta-item,.rating-score{font-size:12px}.students-count{font-size:11px}.portal-web-solutions-course-enroll-btn{padding:10px 14px;font-size:12.5px}.portal-web-solutions-courses-reg-box{padding:22px 14px;border-radius:12px}.portal-web-solutions-courses-reg-content h2{font-size:17px}.portal-web-solutions-courses-reg-content p{font-size:12.5px}.portal-web-solutions-courses-create-acc-btn{width:100%;justify-content:center;padding:11px 18px;font-size:13px}.portal-web-solutions-course-modal-overlay{padding:12px}.course-modal-header h3{font-size:14px;padding-right:8px}.course-modal-badge-row{flex-wrap:wrap;gap:8px}}.portal-web-solutions-course-detail-root{min-height:100vh;background:#070b16;color:#fff;padding:28px 0 72px}.portal-web-solutions-course-detail-topbar{margin-bottom:18px}.portal-web-solutions-course-detail-back-link{display:inline-flex;align-items:center;gap:8px;color:#94a3b8;text-decoration:none;font-size:13px;font-weight:600}.portal-web-solutions-course-detail-back-link:hover{color:#e2e8f0}.portal-web-solutions-course-detail-not-found{max-width:520px;margin:80px auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.portal-web-solutions-course-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;grid-template-areas:"hero sidebar" "main sidebar";gap:40px 40px;align-items:start}.portal-web-solutions-course-detail-hero-wrap{grid-area:hero;min-width:0}.portal-web-solutions-course-detail-main{grid-area:main;display:flex;flex-direction:column;gap:22px;min-width:0}.portal-web-solutions-course-detail-sidebar{grid-area:sidebar;display:flex;flex-direction:column;gap:16px}.portal-web-solutions-course-detail-hero{position:relative;border-radius:18px;overflow:hidden;border:1px solid rgba(255,255,255,.08);padding:28px 28px 26px;display:flex;align-items:center;gap:24px;min-height:220px}.portal-web-solutions-course-detail-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 88% 18%,rgba(255,255,255,.16),transparent 42%),radial-gradient(circle at 12% 88%,rgba(0,0,0,.28),transparent 48%);pointer-events:none}.portal-web-solutions-course-detail-hero-visual{position:relative;z-index:1;flex-shrink:0;width:120px;height:100px;display:flex;align-items:center;justify-content:center}.portal-web-solutions-course-detail-hero-copy{position:relative;z-index:1;display:flex;flex-direction:column;gap:10px;min-width:0;padding-right:64px}.portal-web-solutions-course-detail-free-pill{position:absolute;top:16px;right:16px;z-index:2;padding:5px 12px;border-radius:999px;background:#10b981;border:none;color:#fff;font-size:11px;font-weight:800;letter-spacing:.05em}.portal-web-solutions-course-detail-title{margin:0;font-size:34px;line-height:1.15;font-weight:800;color:#fff}.portal-web-solutions-course-detail-desc{margin:0;font-size:15px;line-height:1.55;color:#ffffffdb;max-width:640px}.portal-web-solutions-course-detail-meta{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-top:4px}.portal-web-solutions-course-detail-rating{display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:700;color:#fff}.portal-web-solutions-course-detail-star{color:#38bdf8;fill:#38bdf8}.portal-web-solutions-course-detail-meta-item{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#ffffffd1}.portal-web-solutions-course-detail-sidebar-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 18px;border-radius:10px;background:#1e293b;border:1px solid #475569;color:#e2e8f0;text-decoration:none;font-size:13.5px;font-weight:700;white-space:nowrap;transition:background .15s ease,border-color .15s ease}.portal-web-solutions-course-detail-sidebar-cta:hover{background:#0f172a;border-color:#64748b}.portal-web-solutions-course-detail-section{display:flex;flex-direction:column;gap:14px}.portal-web-solutions-course-detail-section>h2,.portal-web-solutions-course-detail-section-head h2{margin:0;font-size:22px;font-weight:800;color:#fff}.portal-web-solutions-course-detail-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.portal-web-solutions-course-detail-carousel-controls{display:flex;align-items:center;gap:8px}.portal-web-solutions-course-detail-carousel-btn{width:32px;height:32px;border-radius:50%;border:1px solid #334155;background:transparent;color:#e2e8f0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px;line-height:1}.portal-web-solutions-course-detail-carousel-btn:hover{border-color:#64748b;background:#111827}.portal-web-solutions-course-detail-testimonials{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.portal-web-solutions-course-detail-testimonial-card{background:#111827;border:1px solid #1f2937;border-radius:14px;padding:18px;display:flex;flex-direction:column;gap:12px;min-height:180px}.portal-web-solutions-course-detail-testimonial-top{display:flex;align-items:center;justify-content:space-between}.portal-web-solutions-course-detail-quote-mark{font-size:28px;line-height:1;color:#94a3b859}.portal-web-solutions-course-detail-testimonial-card p{margin:0;font-size:13.5px;line-height:1.55;color:#cbd5e1;flex:1}.portal-web-solutions-course-detail-testimonial-author{display:flex;align-items:center;gap:10px}.portal-web-solutions-course-detail-avatar{width:34px;height:34px;border-radius:50%;background:#1e293b;border:1px solid #334155;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#e2e8f0}.portal-web-solutions-course-detail-author-text{display:flex;flex-direction:column;gap:2px}.portal-web-solutions-course-detail-author-text strong{font-size:13px;color:#fff}.portal-web-solutions-course-detail-author-text span{font-size:12px;color:#64748b}.portal-web-solutions-course-detail-about-card{background:#111827;border:1px solid #1f2937;border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:14px}.portal-web-solutions-course-detail-about-card p{margin:0;font-size:14px;line-height:1.6;color:#cbd5e1}.portal-web-solutions-course-detail-about-card h3{margin:8px 0 0;font-size:16px;font-weight:800;color:#fff}.portal-web-solutions-course-detail-learn-list,.portal-web-solutions-course-detail-prereq-list{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:8px}.portal-web-solutions-course-detail-learn-list li,.portal-web-solutions-course-detail-prereq-list li{font-size:13.5px;line-height:1.5;color:#94a3b8}.portal-web-solutions-course-detail-learn-list strong{color:#fff;font-weight:700}.portal-web-solutions-course-detail-modules{display:flex;flex-direction:column;gap:12px}.portal-web-solutions-course-detail-module{background:#111827;border:1px solid #1f2937;border-radius:14px;overflow:hidden}.portal-web-solutions-course-detail-module.module-open{border-color:#334155}.portal-web-solutions-course-detail-module-header{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;background:transparent;border:none;color:#fff;cursor:pointer;text-align:left}.portal-web-solutions-course-detail-module-left,.portal-web-solutions-course-detail-module-right,.portal-web-solutions-course-detail-lesson-left{display:inline-flex;align-items:center;gap:10px}.portal-web-solutions-course-detail-module-left span:last-child{font-size:14.5px;font-weight:700}.portal-web-solutions-course-detail-module-right{color:#94a3b8;font-size:11px;font-weight:700;letter-spacing:.04em}.portal-web-solutions-course-detail-module-dot{width:14px;height:14px;border-radius:50%;border:2px solid #38bdf8;box-shadow:inset 0 0 0 3px #111827;background:#38bdf8;flex-shrink:0}.theme-troubleshooting .portal-web-solutions-course-detail-star{color:#38bdf8;fill:#38bdf8}.theme-troubleshooting .portal-web-solutions-course-detail-module-dot{border-color:#38bdf8;background:#38bdf8}.theme-internet .portal-web-solutions-course-detail-star{color:#eab308;fill:#eab308}.theme-internet .portal-web-solutions-course-detail-module-dot{border-color:#eab308;background:#eab308}.theme-hosting .portal-web-solutions-course-detail-star{color:#2dd4bf;fill:#2dd4bf}.theme-hosting .portal-web-solutions-course-detail-module-dot{border-color:#2dd4bf;background:#2dd4bf}.theme-websites-wp .portal-web-solutions-course-detail-star{color:#fb923c;fill:#fb923c}.theme-websites-wp .portal-web-solutions-course-detail-module-dot{border-color:#fb923c;background:#fb923c}.theme-websites-custom .portal-web-solutions-course-detail-star{color:#fdba74;fill:#fdba74}.theme-websites-custom .portal-web-solutions-course-detail-module-dot{border-color:#fdba74;background:#fdba74}.theme-ai-knowledge .portal-web-solutions-course-detail-star{color:#60a5fa;fill:#60a5fa}.theme-ai-knowledge .portal-web-solutions-course-detail-module-dot{border-color:#60a5fa;background:#60a5fa}.theme-ai-use .portal-web-solutions-course-detail-star{color:#818cf8;fill:#818cf8}.theme-ai-use .portal-web-solutions-course-detail-module-dot{border-color:#818cf8;background:#818cf8}.theme-social .portal-web-solutions-course-detail-star{color:#f472b6;fill:#f472b6}.theme-social .portal-web-solutions-course-detail-module-dot{border-color:#f472b6;background:#f472b6}.theme-troubleshooting .portal-web-solutions-course-detail-module.module-open{border-color:#38bdf873}.theme-internet .portal-web-solutions-course-detail-module.module-open{border-color:#eab30873}.theme-hosting .portal-web-solutions-course-detail-module.module-open{border-color:#2dd4bf73}.theme-websites-wp .portal-web-solutions-course-detail-module.module-open{border-color:#fb923c73}.theme-websites-custom .portal-web-solutions-course-detail-module.module-open{border-color:#fdba7473}.theme-ai-knowledge .portal-web-solutions-course-detail-module.module-open{border-color:#60a5fa73}.theme-ai-use .portal-web-solutions-course-detail-module.module-open{border-color:#818cf873}.theme-social .portal-web-solutions-course-detail-module.module-open{border-color:#f472b673}.portal-web-solutions-course-detail-lessons{position:relative;padding:0 18px 14px 24px;display:flex;flex-direction:column;gap:4px}.portal-web-solutions-course-detail-lessons:before{content:"";position:absolute;left:30px;top:0;bottom:18px;width:1px;background:#334155}.portal-web-solutions-course-detail-lesson{position:relative;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 8px 12px 0;text-decoration:none;border-radius:8px}.portal-web-solutions-course-detail-lesson:hover{background:#ffffff08}.portal-web-solutions-course-detail-lesson-text{display:flex;flex-direction:column;gap:6px}.portal-web-solutions-course-detail-lesson-text strong{font-size:13.5px;color:#e2e8f0;font-weight:600}.portal-web-solutions-course-detail-lesson-type{align-self:flex-start;padding:2px 8px;border-radius:4px;border:1px solid #334155;color:#94a3b8;font-size:10px;font-weight:700;letter-spacing:.04em}.portal-web-solutions-course-detail-lesson-lock{display:inline-flex;align-items:center;gap:6px;color:#64748b;font-size:12px;font-weight:600;flex-shrink:0}.portal-web-solutions-course-detail-intro-card,.portal-web-solutions-course-detail-lock-card{background:#111827;border:1px solid #1f2937;border-radius:16px;overflow:hidden}.portal-web-solutions-course-detail-intro-media{position:relative;height:190px}.portal-web-solutions-course-detail-intro-coming{position:absolute;inset:0;background:#070b1647;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#fff;font-size:13px;font-weight:700}.portal-web-solutions-course-detail-intro-coming svg{width:42px;height:42px;padding:11px;border-radius:50%;background:#ffffff29;border:1px solid rgba(255,255,255,.35)}.portal-web-solutions-course-detail-intro-label{position:absolute;left:14px;bottom:12px;font-size:11px;font-weight:800;letter-spacing:.06em;color:#ffffffe6}.portal-web-solutions-course-detail-intro-note{margin:0;padding:14px 16px 16px;font-size:13px;line-height:1.5;color:#94a3b8}.portal-web-solutions-course-detail-lock-card{padding:18px;display:flex;flex-direction:column;gap:12px}.portal-web-solutions-course-detail-lock-card h3{margin:0;font-size:16px;font-weight:800}.portal-web-solutions-course-detail-lock-card p{margin:0;font-size:13px;line-height:1.5;color:#94a3b8}.portal-web-solutions-course-detail-lock-card ul{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:6px;color:#cbd5e1;font-size:13px}.portal-web-solutions-course-detail-lock-card .portal-web-solutions-course-detail-sidebar-cta{width:100%}.banner-theme-troubleshooting{background:linear-gradient(135deg,#0284c7,#0369a1 55%,#0f172a)}.banner-theme-internet{background:linear-gradient(135deg,#eab308,#ca8a04 45%,#78350f)}.banner-theme-hosting{background:linear-gradient(135deg,#0d9488,#0f766e 55%,#0f172a)}.banner-theme-websites-wp{background:linear-gradient(135deg,#ea580c,#c2410c 55%,#0f172a)}.banner-theme-websites-custom{background:linear-gradient(135deg,#f97316,#ea580c 55%,#0f172a)}.banner-theme-ai-knowledge{background:linear-gradient(135deg,#2563eb,#1d4ed8 55%,#0f172a)}.banner-theme-ai-use{background:linear-gradient(135deg,#4f46e5,#3730a3 55%,#0f172a)}.banner-theme-social{background:linear-gradient(135deg,#db2777,#9d174d 55%,#0f172a)}.portal-web-solutions-course-detail-hero-visual .banner-3d-scene{position:relative;width:100px;height:88px;perspective:420px}.portal-web-solutions-course-detail-hero-visual .banner-3d-monitor{position:absolute;left:14px;bottom:6px;width:58px;transform:rotateY(-18deg) rotateX(8deg)}.portal-web-solutions-course-detail-hero-visual .banner-3d-screen{width:58px;height:40px;border-radius:6px;background:linear-gradient(160deg,#e2e8f0,#94a3b8);border:2px solid rgba(15,23,42,.55);box-shadow:8px 10px #0f172a47;display:flex;flex-direction:column;justify-content:center;gap:5px;padding:8px}.portal-web-solutions-course-detail-hero-visual .banner-3d-screen-bar{height:4px;border-radius:2px;background:#0ea5e9;width:100%}.portal-web-solutions-course-detail-hero-visual .banner-3d-screen-bar.short{width:62%;background:#38bdf8;opacity:.75}.portal-web-solutions-course-detail-hero-visual .banner-3d-neck{width:10px;height:10px;margin:0 auto;background:#cbd5e1}.portal-web-solutions-course-detail-hero-visual .banner-3d-base{width:36px;height:6px;margin:0 auto;border-radius:3px;background:#e2e8f0}.portal-web-solutions-course-detail-hero-visual .banner-3d-wifi{position:absolute;right:8px;top:8px;width:28px;height:28px;display:flex;align-items:flex-end;justify-content:center;gap:3px}.portal-web-solutions-course-detail-hero-visual .banner-3d-wifi span{width:5px;border-radius:3px 3px 0 0;background:#ffffffeb}.portal-web-solutions-course-detail-hero-visual .banner-3d-wifi span:nth-child(1){height:10px}.portal-web-solutions-course-detail-hero-visual .banner-3d-wifi span:nth-child(2){height:16px}.portal-web-solutions-course-detail-hero-visual .banner-3d-wifi span:nth-child(3){height:22px}.portal-web-solutions-course-detail-hero-visual .banner-3d-window{position:absolute;left:8px;top:10px;width:72px;height:54px;border-radius:10px;background:#fffbeb;border:1px solid rgba(120,53,15,.35);box-shadow:10px 12px #78350f38;transform:rotateY(-16deg) rotateX(10deg);overflow:hidden}.portal-web-solutions-course-detail-hero-visual .banner-3d-window-bar{height:14px;background:#fef3c7;display:flex;align-items:center;gap:4px;padding:0 8px}.portal-web-solutions-course-detail-hero-visual .banner-3d-window-bar .dot{width:5px;height:5px;border-radius:50%}.portal-web-solutions-course-detail-hero-visual .dot.red{background:#f87171}.portal-web-solutions-course-detail-hero-visual .dot.yellow{background:#fbbf24}.portal-web-solutions-course-detail-hero-visual .dot.green{background:#34d399}.portal-web-solutions-course-detail-hero-visual .banner-3d-window-body{padding:10px 8px;display:flex;align-items:center;gap:6px}.portal-web-solutions-course-detail-hero-visual .banner-3d-lock{width:10px;height:12px;border-radius:2px;background:#ca8a04}.portal-web-solutions-course-detail-hero-visual .banner-3d-url{flex:1;height:8px;border-radius:4px;background:#fde68a}.portal-web-solutions-course-detail-hero-visual .banner-3d-key{position:absolute;right:4px;bottom:6px;width:18px;height:18px;border-radius:4px;background:linear-gradient(145deg,#fde68a,#f59e0b);box-shadow:4px 5px #78350f4d;transform:rotate(18deg)}.portal-web-solutions-course-detail-hero-visual .banner-3d-rack{position:absolute;left:14px;bottom:8px;width:54px;display:flex;flex-direction:column;gap:5px;transform:rotateY(-18deg) rotateX(8deg)}.portal-web-solutions-course-detail-hero-visual .banner-3d-rack-unit{height:16px;border-radius:4px;background:linear-gradient(90deg,#ccfbf1,#99f6e4);border:1px solid rgba(15,118,110,.35);box-shadow:6px 6px #0f172a47;display:flex;align-items:center;gap:4px;padding:0 8px}.portal-web-solutions-course-detail-hero-visual .banner-3d-rack-unit .led{width:5px;height:5px;border-radius:50%;background:#10b981}.portal-web-solutions-course-detail-hero-visual .banner-3d-globe{position:absolute;right:10px;top:10px;width:26px;height:26px;border-radius:50%;background:linear-gradient(145deg,#5eead4,#0f766e);box-shadow:5px 7px #0f172a47}.portal-web-solutions-course-detail-hero-visual .banner-3d-page{position:absolute;left:16px;top:12px;width:52px;height:58px;border-radius:8px;background:#eff6ff;border:1px solid rgba(29,78,216,.35);box-shadow:10px 12px #0f172a47;transform:rotateY(-18deg) rotateX(8deg);padding:8px;display:flex;flex-direction:column;gap:6px;z-index:2}.portal-web-solutions-course-detail-hero-visual .banner-3d-page.back{left:26px;top:18px;background:#dbeafe;z-index:1}.portal-web-solutions-course-detail-hero-visual .banner-3d-page-header{height:8px;border-radius:3px;background:#2563eb}.portal-web-solutions-course-detail-hero-visual .banner-3d-page-block{height:14px;border-radius:3px;background:#bfdbfe}.portal-web-solutions-course-detail-hero-visual .banner-3d-page-row{display:flex;gap:4px}.portal-web-solutions-course-detail-hero-visual .banner-3d-page-row span{flex:1;height:12px;border-radius:3px;background:#93c5fd}.portal-web-solutions-course-detail-hero-visual .banner-3d-code-panel{position:absolute;left:10px;top:12px;width:64px;height:54px;border-radius:10px;background:#1e1b4b;border:1px solid rgba(199,210,254,.35);box-shadow:10px 12px #0f172a4d;transform:rotateY(-16deg) rotateX(10deg);padding:10px 8px;display:flex;flex-direction:column;gap:6px}.portal-web-solutions-course-detail-hero-visual .code-line{height:5px;border-radius:2px;background:#818cf8;width:100%}.portal-web-solutions-course-detail-hero-visual .code-line.mid{width:72%;background:#a5b4fc}.portal-web-solutions-course-detail-hero-visual .code-line.short{width:48%;background:#c4b5fd}.portal-web-solutions-course-detail-hero-visual .banner-3d-code-chip{position:absolute;right:4px;bottom:6px;min-width:28px;height:22px;border-radius:6px;background:linear-gradient(145deg,#c7d2fe,#6366f1);color:#1e1b4b;font-size:10px;font-weight:800;display:flex;align-items:center;justify-content:center;box-shadow:4px 5px #0f172a4d}.portal-web-solutions-course-detail-hero-visual .banner-3d-ai-core{position:absolute;left:16px;top:14px;width:54px;height:54px;display:flex;align-items:center;justify-content:center;transform:rotateY(-14deg) rotateX(8deg)}.portal-web-solutions-course-detail-hero-visual .banner-3d-ai-core .ai-ring{position:absolute;width:48px;height:48px;border-radius:50%;border:2px solid rgba(191,219,254,.9);box-shadow:6px 8px #0f172a47}.portal-web-solutions-course-detail-hero-visual .banner-3d-ai-core .ai-ring.mid{width:34px;height:34px;border-color:#93c5fdf2}.portal-web-solutions-course-detail-hero-visual .banner-3d-ai-core .ai-node{width:16px;height:16px;border-radius:50%;background:linear-gradient(145deg,#dbeafe,#2563eb);box-shadow:3px 4px #0f172a47}.portal-web-solutions-course-detail-hero-visual .banner-3d-ai-chip{position:absolute;right:4px;bottom:10px;min-width:28px;height:22px;border-radius:6px;background:linear-gradient(145deg,#bfdbfe,#3b82f6);color:#1e3a8a;font-size:10px;font-weight:800;display:flex;align-items:center;justify-content:center;box-shadow:4px 5px #0f172a4d}.portal-web-solutions-course-detail-hero-visual .banner-3d-ai-panel{position:absolute;left:10px;top:12px;width:64px;height:54px;border-radius:10px;background:#1e1b4b;border:1px solid rgba(199,210,254,.35);box-shadow:10px 12px #0f172a4d;transform:rotateY(-16deg) rotateX(10deg);padding:10px 8px;display:flex;flex-direction:column;gap:6px}.portal-web-solutions-course-detail-hero-visual .prompt-line{height:5px;border-radius:2px;background:#818cf8;width:100%}.portal-web-solutions-course-detail-hero-visual .prompt-line.mid{width:72%;background:#a5b4fc}.portal-web-solutions-course-detail-hero-visual .prompt-line.short{width:48%;background:#c4b5fd}.portal-web-solutions-course-detail-hero-visual .banner-3d-ai-spark{position:absolute;right:6px;bottom:10px;width:18px;height:18px;border-radius:4px;background:linear-gradient(145deg,#c7d2fe,#6366f1);box-shadow:4px 5px #0f172a4d;transform:rotate(18deg)}.portal-web-solutions-course-detail-hero-visual .banner-3d-phone{position:absolute;left:22px;top:6px;width:36px;height:64px;border-radius:8px;background:#1f2937;border:2px solid rgba(255,255,255,.35);box-shadow:8px 10px #0f172a4d;transform:rotateY(-16deg) rotateX(8deg);padding:6px 4px}.portal-web-solutions-course-detail-hero-visual .banner-3d-phone-screen{height:100%;border-radius:4px;background:#fce7f3;display:flex;flex-direction:column;gap:4px;padding:6px 4px}.portal-web-solutions-course-detail-hero-visual .banner-3d-phone-screen .post{height:8px;border-radius:2px;background:#f9a8d4}.portal-web-solutions-course-detail-hero-visual .banner-3d-phone-screen .post.short{width:60%}.portal-web-solutions-course-detail-hero-visual .banner-3d-heart{position:absolute;right:10px;bottom:12px;width:18px;height:18px;background:#fb7185;transform:rotate(45deg);border-radius:2px;box-shadow:4px 5px #0f172a47}@media(max-width:980px){.portal-web-solutions-course-detail-layout{grid-template-columns:1fr;grid-template-areas:"hero" "sidebar" "main";gap:20px}}@media(max-width:700px){.portal-web-solutions-course-detail-root{padding:18px 0 48px}.portal-web-solutions-course-detail-hero{flex-direction:column;align-items:flex-start;padding:20px 18px;min-height:0}.portal-web-solutions-course-detail-hero-copy{padding-right:0;width:100%}.portal-web-solutions-course-detail-title{font-size:26px;padding-right:56px}.portal-web-solutions-course-detail-meta{gap:10px 14px}.portal-web-solutions-course-detail-section-head{flex-direction:column;align-items:flex-start}.portal-web-solutions-course-detail-testimonials{grid-template-columns:1fr}.portal-web-solutions-course-detail-module-header{align-items:flex-start}}@media(max-width:360px){.portal-web-solutions-course-detail-root{padding:14px 0 40px}.portal-web-solutions-course-detail-title{font-size:21px;padding-right:48px}.portal-web-solutions-course-detail-desc{font-size:13.5px}.portal-web-solutions-course-detail-free-pill{top:12px;right:12px;padding:4px 10px;font-size:10px}.portal-web-solutions-course-detail-about-card{padding:16px}.portal-web-solutions-course-detail-module-header{padding:14px;align-items:flex-start}.portal-web-solutions-course-detail-module-right{flex-direction:column;align-items:flex-end;gap:4px}.portal-web-solutions-course-detail-lessons{padding:0 12px 12px 18px}.portal-web-solutions-course-detail-lesson{align-items:flex-start;flex-direction:column}.portal-web-solutions-course-detail-intro-media{height:150px}.portal-web-solutions-course-detail-lock-card{padding:14px}.portal-web-solutions-course-detail-sidebar-cta{width:100%}}.portal-web-solutions-live-preview-root{min-height:100vh;background-color:#0b1326;color:#fff}.portal-web-solutions-live-preview-hero{padding:40px 0 32px;text-align:center;background-color:#1e293b;border-bottom:1px solid #334155}.portal-web-solutions-live-preview-tag{display:inline-flex;align-items:center;gap:8px;padding:4px 14px;background:#38bdf81f;border:1px solid rgba(56,189,248,.3);color:#38bdf8;border-radius:20px;font-size:12px;font-weight:600;margin-bottom:12px}.portal-web-solutions-live-preview-title{font-family:var(--dkg-font-heading, "Inter", sans-serif);font-size:32px;line-height:40px;font-weight:700;color:#fff;margin:0 0 10px}.portal-web-solutions-live-preview-subtitle{font-size:15px;line-height:24px;color:#94a3b8;max-width:760px;margin:0 auto}.portal-web-solutions-live-preview-body{padding:28px 0 64px}.portal-web-solutions-live-preview-nav{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;margin-bottom:24px}.portal-web-solutions-live-preview-nav-btn{padding:8px 14px;border-radius:999px;background:#1e293b;border:1px solid #334155;color:#cbd5e1;font-size:13px;font-weight:500;cursor:pointer}.portal-web-solutions-live-preview-nav-btn:hover{border-color:#38bdf8;color:#38bdf8}.portal-web-solutions-live-preview-nav-btn.is-active{background:#0284c7;border-color:#0284c7;color:#fff;font-weight:600}.portal-web-solutions-live-preview-block{display:grid;grid-template-columns:minmax(260px,.9fr) minmax(320px,1.3fr);gap:24px;align-items:stretch;padding:22px;border-radius:16px;background:#0f172a;border:1px solid #1e293b}.portal-web-solutions-live-preview-copy{display:flex;flex-direction:column;gap:12px;min-width:0}.portal-web-solutions-live-preview-block-tag{display:inline-flex;align-self:flex-start;padding:3px 10px;border-radius:999px;background:#38bdf81f;border:1px solid rgba(56,189,248,.28);color:#7dd3fc;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.portal-web-solutions-live-preview-block-title{margin:0;font-size:26px;line-height:1.2;font-weight:700;color:#f8fafc}.portal-web-solutions-live-preview-block-summary{margin:0;font-size:14px;line-height:1.55;color:#94a3b8}.portal-web-solutions-live-preview-points{display:flex;flex-direction:column;gap:8px;margin-top:4px}.portal-web-solutions-live-preview-point{display:flex;align-items:flex-start;gap:8px;font-size:13px;line-height:1.4;color:#cbd5e1}.portal-web-solutions-live-preview-point svg{color:#38bdf8;flex-shrink:0;margin-top:1px}.portal-web-solutions-live-preview-screen-wrap{display:flex;flex-direction:column;gap:8px;min-width:0}.portal-web-solutions-live-preview-screen-chrome{display:flex;align-items:center;gap:6px;padding:8px 12px;border-radius:10px 10px 0 0;background:#1e293b;border:1px solid #334155;border-bottom:0}.portal-web-solutions-live-preview-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.portal-web-solutions-live-preview-dot.is-red{background:#f87171}.portal-web-solutions-live-preview-dot.is-amber{background:#fbbf24}.portal-web-solutions-live-preview-dot.is-green{background:#4ade80}.portal-web-solutions-live-preview-screen-title{margin-left:8px;font-size:12px;font-weight:600;color:#94a3b8}.portal-web-solutions-live-preview-screen{position:relative;width:100%;min-height:340px;aspect-ratio:16 / 10;background:#020617;border:1px solid #334155;border-radius:0 0 10px 10px;overflow:hidden;display:flex;align-items:center;justify-content:center}.portal-web-solutions-live-preview-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:24px 20px;text-align:center;color:#64748b;max-width:360px}.portal-web-solutions-live-preview-placeholder svg{color:#38bdf8}.portal-web-solutions-live-preview-placeholder strong{font-size:16px;font-weight:700;color:#e2e8f0}.portal-web-solutions-live-preview-placeholder span{font-size:13px;line-height:1.45;font-weight:500;color:#94a3b8}.portal-web-solutions-live-preview-screen-note{margin:0;font-size:12px;line-height:1.4;color:#64748b}@media(max-width:960px){.portal-web-solutions-live-preview-block{grid-template-columns:1fr;gap:16px;padding:16px}.portal-web-solutions-live-preview-block-title{font-size:22px}.portal-web-solutions-live-preview-screen{min-height:240px}}@media(max-width:360px){.portal-web-solutions-live-preview-hero{padding:28px 0 22px}.portal-web-solutions-live-preview-title{font-size:24px;line-height:30px}.portal-web-solutions-live-preview-subtitle{font-size:13px;line-height:20px;padding:0 4px}.portal-web-solutions-live-preview-body{padding:20px 0 48px}.portal-web-solutions-live-preview-nav{gap:6px;margin-bottom:16px}.portal-web-solutions-live-preview-nav-btn{font-size:12px;padding:7px 12px}.portal-web-solutions-live-preview-block{padding:14px}.portal-web-solutions-live-preview-block-title{font-size:20px}.portal-web-solutions-live-preview-block-summary,.portal-web-solutions-live-preview-point{font-size:12px}.portal-web-solutions-live-preview-screen{min-height:200px;aspect-ratio:4 / 3}.portal-web-solutions-live-preview-placeholder strong{font-size:15px}.portal-web-solutions-live-preview-placeholder span{font-size:12px}}.portal-web-solutions-functions-root{min-height:100vh;background-color:#0b1326;color:#fff}.portal-web-solutions-functions-hero{padding:40px 0 32px;text-align:center;background-color:#1e293b;border-bottom:1px solid #334155}.portal-web-solutions-functions-tag{display:inline-flex;align-items:center;gap:8px;padding:4px 14px;background:#38bdf81f;border:1px solid rgba(56,189,248,.3);color:#38bdf8;border-radius:20px;font-size:12px;font-weight:600;margin-bottom:12px}.portal-web-solutions-functions-title{font-family:var(--dkg-font-heading, "Inter", sans-serif);font-size:32px;line-height:40px;font-weight:700;color:#fff;margin-bottom:10px}.portal-web-solutions-functions-subtitle{font-size:15px;line-height:24px;color:#94a3b8;max-width:720px;margin:0 auto}.portal-web-solutions-functions-body{padding:36px 0 60px}.portal-web-solutions-functions-tabs{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;margin-bottom:32px}.portal-web-solutions-func-tab{padding:8px 18px;border-radius:20px;background:#1e293b;border:1px solid #334155;color:#cbd5e1;font-size:13.5px;font-weight:600;cursor:pointer;transition:all .2s ease}.portal-web-solutions-func-tab:hover{background:#38bdf81f;border-color:#38bdf8;color:#38bdf8}.portal-web-solutions-func-tab.tab-active{background:#0284c7;border-color:#0284c7;color:#fff;font-weight:700;box-shadow:0 4px 14px #0284c759}.portal-web-solutions-functions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media(max-width:850px){.portal-web-solutions-functions-grid{grid-template-columns:1fr}}.portal-web-solutions-function-card{background:#0f172a;border:1px solid #1e293b;border-radius:12px;padding:24px;display:flex;flex-direction:column;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.portal-web-solutions-function-card:hover{transform:translateY(-4px);border-color:#38bdf8;box-shadow:0 12px 30px #00000080}.portal-web-solutions-function-card-head{display:flex;align-items:flex-start;gap:14px;margin-bottom:14px}.function-icon-wrap{width:44px;height:44px;border-radius:10px;background:#38bdf81f;border:1px solid rgba(56,189,248,.3);color:#38bdf8;display:flex;align-items:center;justify-content:center;flex-shrink:0}.portal-web-solutions-function-card-title{font-size:18px;font-weight:700;color:#fff;margin:0 0 4px}.portal-web-solutions-function-tagline{font-size:12.5px;color:#38bdf8;font-weight:600;margin:0}.portal-web-solutions-function-desc{font-size:13.5px;color:#cbd5e1;line-height:1.55;margin-bottom:16px}.portal-web-solutions-function-benefits{display:flex;flex-direction:column;gap:6px;margin-bottom:20px}.benefit-item{display:flex;align-items:center;gap:8px;font-size:12.5px;color:#94a3b8}.benefit-check{color:#10b981;flex-shrink:0}.portal-web-solutions-function-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:16px;border-top:1px solid #1e293b;gap:12px}.tech-stack-badge{font-size:11.5px;color:#64748b;font-weight:500}.portal-web-solutions-function-request-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:#0284c7;color:#fff;border:none;border-radius:8px;font-weight:700;font-size:13px;cursor:pointer;transition:background .15s ease,transform .15s ease}.portal-web-solutions-function-request-btn:hover{background:#0369a1;transform:translateY(-1px)}.portal-web-solutions-quote-root{min-height:100vh;background-color:#fff;color:#0f172a}.portal-web-solutions-quote-hero{padding:40px 0 32px;text-align:center;background-color:#1e293b;border-bottom:1px solid #334155}.portal-web-solutions-quote-title{font-size:32px;line-height:40px;font-weight:700;color:#fff;margin-bottom:10px}.portal-web-solutions-quote-subtitle{font-size:15px;line-height:24px;color:#cbd5e1;max-width:680px;margin:0 auto}.portal-web-solutions-quote-sec{padding:60px 0 80px;background-color:#fff}.portal-web-solutions-quote-grid{display:grid;grid-template-columns:360px 1fr;gap:40px;align-items:start}.portal-web-solutions-quote-info-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:32px}.portal-web-solutions-quote-info-title{font-size:20px;font-weight:700;color:#0f172a;margin:0 0 10px}.portal-web-solutions-quote-info-desc{font-size:14px;color:#475569;line-height:1.6;margin:0 0 24px}.portal-web-solutions-quote-steps{display:flex;flex-direction:column;gap:20px}.portal-web-solutions-quote-step-item{display:flex;align-items:flex-start;gap:14px}.portal-web-solutions-quote-step-num{width:32px;height:32px;border-radius:50%;background:#0284c7;color:#fff;font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.portal-web-solutions-quote-step-item h4{font-size:15px;font-weight:700;color:#0f172a;margin:0 0 4px}.portal-web-solutions-quote-step-item p{font-size:13px;color:#64748b;line-height:1.5;margin:0}.portal-web-solutions-quote-form-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:36px;box-shadow:0 4px 20px #0f172a0d}.portal-web-solutions-quote-form-head{font-size:20px;font-weight:700;color:#0f172a;margin:0 0 24px}.portal-web-solutions-quote-success{display:flex;align-items:center;gap:10px;padding:14px 18px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;color:#16a34a;font-size:14px;font-weight:500;margin-bottom:20px}.portal-web-solutions-quote-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.portal-web-solutions-quote-form-group{margin-bottom:18px}.portal-web-solutions-quote-label{display:block;font-size:14px;font-weight:600;color:#334155;margin-bottom:6px}.portal-web-solutions-quote-input,.portal-web-solutions-quote-select,.portal-web-solutions-quote-textarea{width:100%;padding:12px 14px;background:#fff;border:1px solid #cbd5e1;border-radius:6px;font-size:14px;color:#0f172a;outline:none;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease}.portal-web-solutions-quote-input:focus,.portal-web-solutions-quote-select:focus,.portal-web-solutions-quote-textarea:focus{border-color:#0284c7;box-shadow:0 0 0 3px #0284c726}.portal-web-solutions-quote-textarea{min-height:120px;resize:vertical}.portal-web-solutions-quote-pills{display:flex;flex-wrap:wrap;gap:8px}.portal-web-solutions-quote-pill{padding:8px 14px;background:#f8fafc;border:1.5px solid #cbd5e1;border-radius:8px;font-size:13px;font-weight:600;color:#475569;cursor:pointer;transition:all .2s ease}.portal-web-solutions-quote-pill:hover{border-color:#94a3b8;background:#f1f5f9}.portal-web-solutions-quote-pill.active{border-color:#0284c7;background:#0284c7;color:#fff;box-shadow:0 2px 8px #0284c740}.portal-web-solutions-quote-submit-btn{width:100%;padding:13px;background:#0284c7;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:background .2s ease,transform .2s ease}.portal-web-solutions-quote-submit-btn:hover:not(:disabled){background:#0369a1;transform:translateY(-2px)}.portal-web-solutions-quote-submit-btn:disabled{opacity:.6;cursor:not-allowed}.portal-web-solutions-quote-spinner{animation:spin 1s linear infinite}@media(max-width:992px){.portal-web-solutions-quote-grid,.portal-web-solutions-quote-form-row{grid-template-columns:1fr}}.portal-web-solutions-demo-root{min-height:100vh;background-color:#fff;color:#0f172a}.portal-web-solutions-demo-hero{padding:40px 0 32px;text-align:center;background-color:#1e293b;border-bottom:1px solid #334155}.portal-web-solutions-demo-title{font-size:32px;line-height:40px;font-weight:700;color:#fff;margin-bottom:10px}.portal-web-solutions-demo-subtitle{font-size:15px;line-height:24px;color:#cbd5e1;max-width:680px;margin:0 auto}.portal-web-solutions-demo-sec{padding:60px 0 80px;background-color:#fff}.portal-web-solutions-demo-grid{display:grid;grid-template-columns:360px 1fr;gap:40px;align-items:start}@media(max-width:992px){.portal-web-solutions-demo-grid{grid-template-columns:1fr;gap:32px}}.portal-web-solutions-demo-info-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:32px}.portal-web-solutions-demo-info-title{font-size:20px;font-weight:700;color:#0f172a;margin:0 0 10px}.portal-web-solutions-demo-info-desc{font-size:14px;color:#475569;line-height:1.6;margin:0 0 28px}.portal-web-solutions-demo-steps{display:flex;flex-direction:column;gap:24px}.portal-web-solutions-demo-step-item{display:flex;gap:16px;align-items:flex-start}.portal-web-solutions-demo-step-num{width:32px;height:32px;border-radius:50%;background:#0284c7;color:#fff;font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.portal-web-solutions-demo-step-item h4{font-size:15px;font-weight:700;color:#0f172a;margin:0 0 4px}.portal-web-solutions-demo-step-item p{font-size:13px;line-height:20px;color:#475569;margin:0}.portal-web-solutions-demo-form-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:36px;box-shadow:0 10px 30px #0f172a0d}.portal-web-solutions-demo-form-head{font-size:20px;font-weight:700;color:#0f172a;margin:0 0 24px;padding-bottom:16px;border-bottom:1px solid #f1f5f9}.portal-web-solutions-demo-success{display:flex;align-items:center;gap:12px;background:#f0fdf4;border:1px solid #bbf7d0;color:#15803d;padding:14px 18px;border-radius:10px;font-size:14px;line-height:20px;margin-bottom:24px}.portal-web-solutions-demo-form-group{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}.portal-web-solutions-demo-label{font-size:13px;font-weight:700;color:#334155;text-transform:uppercase;letter-spacing:.03em}.portal-web-solutions-demo-custom-options{display:flex;flex-direction:column;gap:10px}.portal-web-solutions-demo-option-pill{display:flex;align-items:center;gap:14px;padding:12px 16px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;text-align:left;cursor:pointer;transition:all .2s ease;width:100%}.portal-web-solutions-demo-option-pill:hover{border-color:#94a3b8;background:#f1f5f9}.portal-web-solutions-demo-option-pill.selected{border-color:#0284c7;background:#f0f9ff;box-shadow:0 0 0 1px #0284c7}.portal-demo-opt-icon{font-size:20px;line-height:1}.portal-demo-opt-text{display:flex;flex-direction:column;gap:2px;flex:1}.portal-demo-opt-title{font-size:14px;font-weight:700;color:#0f172a}.portal-demo-opt-desc{font-size:12px;color:#64748b}.portal-demo-check{color:#0284c7}.portal-web-solutions-demo-time-pills{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px}.portal-web-solutions-demo-time-pill{padding:10px 14px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:8px;font-size:13px;font-weight:600;color:#475569;cursor:pointer;text-align:center;transition:all .2s ease}.portal-web-solutions-demo-time-pill:hover{border-color:#94a3b8;background:#f1f5f9}.portal-web-solutions-demo-time-pill.active{border-color:#0284c7;background:#0284c7;color:#fff;box-shadow:0 2px 8px #0284c74d}.portal-web-solutions-demo-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(max-width:640px){.portal-web-solutions-demo-form-row{grid-template-columns:1fr}}.portal-web-solutions-demo-input,.portal-web-solutions-demo-textarea{width:100%;padding:12px 16px;background:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;color:#0f172a;font-size:14px;font-family:inherit;box-sizing:border-box;transition:border-color .15s ease,box-shadow .15s ease}.portal-web-solutions-demo-input:focus,.portal-web-solutions-demo-textarea:focus{outline:none;background:#fff;border-color:#0284c7;box-shadow:0 0 0 3px #0284c726}.portal-web-solutions-demo-submit-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:14px 24px;background:linear-gradient(135deg,#0284c7,#0369a1);color:#fff;border:none;border-radius:10px;font-weight:700;font-size:16px;font-family:var(--dkg-font-heading, "Inter", sans-serif);cursor:pointer;box-shadow:0 4px 16px #0284c759;transition:all .2s ease;margin-top:8px}.portal-web-solutions-demo-submit-btn:hover{background:linear-gradient(135deg,#0369a1,#075985);transform:translateY(-2px);box-shadow:0 8px 24px #0284c780}.portal-web-solutions-demo-submit-btn:disabled{opacity:.7;transform:none;cursor:not-allowed}.portal-spin{animation:portalSpin 1s linear infinite}@keyframes portalSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.portal-web-solutions-login-page{padding:64px 0 80px;background:#0b1326;min-height:80vh;display:flex;align-items:center;color:#fff}.portal-web-solutions-login-box{max-width:460px;margin:0 auto;background:#0f172a;border:1px solid rgba(56,189,248,.18);border-radius:20px;padding:36px 32px;box-shadow:0 20px 48px #0006}.portal-web-solutions-login-header{text-align:center;margin-bottom:28px}.portal-web-solutions-login-icon{width:54px;height:54px;border-radius:16px;background:#0284c726;border:1px solid rgba(2,132,199,.35);color:#38bdf8;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.portal-web-solutions-login-title{font-size:24px;font-weight:800;color:#fff;margin:0 0 8px}.portal-web-solutions-login-desc{font-size:13.5px;color:#94a3b8;line-height:1.5;margin:0}.portal-web-solutions-login-form{display:flex;flex-direction:column;gap:20px}.portal-web-solutions-login-field{display:flex;flex-direction:column;gap:8px}.portal-web-solutions-label-flex{display:flex;align-items:center;justify-content:space-between}.portal-web-solutions-login-label{font-size:13px;font-weight:600;color:#e2e8f0}.portal-web-solutions-forgot-link{font-size:12px;color:#38bdf8;text-decoration:none;font-weight:500}.portal-web-solutions-forgot-link:hover{text-decoration:underline}.portal-web-solutions-login-input-wrapper{position:relative;display:flex;align-items:center}.portal-web-solutions-login-input-icon{position:absolute;left:14px;color:#64748b}.portal-web-solutions-login-input{width:100%;padding:12px 14px 12px 42px;background:#1e293b;border:1px solid #334155;border-radius:10px;color:#fff;font-size:14px;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.portal-web-solutions-login-input:focus{border-color:#0284c7;box-shadow:0 0 0 3px #0284c733}.portal-web-solutions-login-submit-btn{width:100%;padding:13px;background:linear-gradient(135deg,#0284c7,#0369a1);border:none;border-radius:12px;color:#fff;font-weight:700;font-size:15px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 4px 16px #0284c759;transition:all .2s ease;text-decoration:none}.portal-web-solutions-login-submit-btn:hover{background:linear-gradient(135deg,#0369a1,#075985);transform:translateY(-1px)}.portal-web-solutions-login-footer{text-align:center;font-size:13.5px;display:flex;align-items:center;justify-content:center;gap:6px;margin-top:4px}.portal-web-solutions-login-footer-text{color:#94a3b8}.portal-web-solutions-login-footer-link{color:#38bdf8;font-weight:700;text-decoration:none}.portal-web-solutions-login-footer-link:hover{text-decoration:underline}.portal-web-solutions-login-security-notice{display:flex;align-items:center;justify-content:center;gap:6px;font-size:11.5px;color:#64748b;margin-top:8px}.portal-web-solutions-login-success{text-align:center;padding:12px 0;display:flex;flex-direction:column;align-items:center;gap:12px}.portal-web-solutions-success-icon{color:#10b981}.portal-web-solutions-success-title{font-size:22px;font-weight:800;color:#fff;margin:0}.portal-web-solutions-success-desc{font-size:14px;color:#94a3b8;line-height:1.5;margin:0 0 12px}@media(max-width:600px){.portal-web-solutions-login-page{padding:32px 0 48px;min-height:auto}.portal-web-solutions-login-box{padding:24px 18px;border-radius:16px;max-width:100%}.portal-web-solutions-login-header{margin-bottom:20px}.portal-web-solutions-login-icon{width:46px;height:46px;margin-bottom:12px}.portal-web-solutions-login-title{font-size:20px}.portal-web-solutions-login-desc{font-size:13px}.portal-web-solutions-login-form{gap:16px}.portal-web-solutions-login-input{font-size:15px;padding:12px 12px 12px 40px}.portal-web-solutions-login-submit-btn{padding:12px;font-size:14.5px}.portal-web-solutions-login-security-notice{font-size:11px;text-align:center;justify-content:center;line-height:1.4}}@media(max-width:380px){.portal-web-solutions-login-box{padding:20px 14px}}.portal-web-solutions-signup-page{padding:88px 0 120px;background:#0b1326;min-height:calc(100vh - 68px);display:flex;align-items:center;color:#fff}.portal-web-solutions-signup-box{max-width:640px;margin:0 auto;background:#0f172a;border:1px solid rgba(56,189,248,.18);border-radius:20px;padding:36px 32px;box-shadow:0 20px 48px #0006}.portal-web-solutions-signup-header{text-align:center;margin-bottom:28px}.portal-web-solutions-signup-icon{width:54px;height:54px;border-radius:16px;background:#38bdf81f;border:1px solid rgba(56,189,248,.35);color:#38bdf8;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.portal-web-solutions-signup-title{font-size:24px;font-weight:800;color:#fff;margin:0 0 8px}.portal-web-solutions-signup-desc{font-size:13.5px;color:#94a3b8;line-height:1.5;margin:0}.portal-web-solutions-signup-form{display:flex;flex-direction:column;gap:18px}.portal-web-solutions-signup-field{display:flex;flex-direction:column;gap:6px}.portal-web-solutions-signup-label{font-size:13px;font-weight:600;color:#e2e8f0}.portal-web-solutions-signup-input-wrapper{position:relative;display:flex;align-items:center}.portal-web-solutions-signup-input-icon{position:absolute;left:14px;color:#64748b}.portal-web-solutions-signup-input{width:100%;padding:12px 14px 12px 42px;background:#1e293b;border:1px solid #334155;border-radius:10px;color:#fff;font-size:14px;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.portal-web-solutions-signup-input:focus{border-color:#0284c7;box-shadow:0 0 0 3px #0284c733}.portal-web-solutions-signup-submit-btn{width:100%;padding:13px;background:linear-gradient(135deg,#0284c7,#0369a1);border:none;border-radius:12px;color:#fff;font-weight:700;font-size:15px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 4px 16px #0284c759;transition:all .2s ease;text-decoration:none}.portal-web-solutions-signup-submit-btn:disabled{opacity:.7;cursor:not-allowed}.portal-web-solutions-signup-spinner{animation:portal-web-solutions-signup-spin .8s linear infinite}@keyframes portal-web-solutions-signup-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.portal-web-solutions-signup-error{margin-bottom:16px;padding:10px 12px;border-radius:10px;background:#7f1d1d;color:#fecaca;font-size:13px}.portal-web-solutions-signup-body{display:flex;flex-direction:column;gap:16px}.portal-web-solutions-ecosystem-panel{display:flex;flex-direction:column;gap:12px;padding:20px;border:1px solid rgba(16,185,129,.35);border-radius:12px;background:#064e3b59}.portal-web-solutions-ecosystem-title{font-size:16px;font-weight:700;color:#6ee7b7}.portal-web-solutions-ecosystem-copy{font-size:14px;line-height:1.55;color:#a7f3d0}.portal-web-solutions-ecosystem-sites-block{display:flex;flex-direction:column;gap:8px}.portal-web-solutions-ecosystem-sites{display:flex;flex-wrap:wrap;gap:8px}.portal-web-solutions-ecosystem-site{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border:1px solid rgba(16,185,129,.3);border-radius:999px;background:#0f172a;color:#e2e8f0;font-weight:600;font-size:13px;font-family:inherit;text-decoration:none;cursor:pointer}.portal-web-solutions-ecosystem-choice-block{display:flex;flex-direction:column;gap:12px;margin-top:8px;padding-top:16px;border-top:1px solid rgba(16,185,129,.3)}.portal-web-solutions-ecosystem-choice-heading{font-size:14px;font-weight:700;color:#6ee7b7}.portal-web-solutions-ecosystem-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.portal-web-solutions-ecosystem-choice{min-height:48px;padding:8px 12px;border:1px solid rgba(56,189,248,.25);border-radius:8px;background:#1e293b;font-size:13px;font-weight:600;color:#e2e8f0}.portal-web-solutions-ecosystem-choice-active{border-color:#16a34a;background:#16a34a;color:#fff}@media(max-width:720px){.portal-web-solutions-ecosystem-actions{grid-template-columns:1fr}}.portal-web-solutions-signup-footer{text-align:center;font-size:13.5px;display:flex;align-items:center;justify-content:center;gap:6px;margin-top:4px}.portal-web-solutions-signup-footer-text{color:#94a3b8}.portal-web-solutions-signup-footer-link{color:#38bdf8;font-weight:700;text-decoration:none}.portal-web-solutions-signup-footer-link:hover{text-decoration:underline}.portal-web-solutions-signup-security-notice{display:flex;align-items:center;justify-content:center;gap:6px;font-size:11.5px;color:#64748b;margin-top:6px}.portal-web-solutions-signup-success{text-align:center;padding:12px 0;display:flex;flex-direction:column;align-items:center;gap:12px}@media(max-width:600px){.portal-web-solutions-signup-page{padding:72px 0 120px;min-height:calc(100dvh - 72px)}.portal-web-solutions-signup-box{padding:24px 18px;border-radius:16px;max-width:100%}.portal-web-solutions-signup-header{margin-bottom:20px}.portal-web-solutions-signup-icon{width:46px;height:46px;margin-bottom:12px}.portal-web-solutions-signup-title{font-size:20px}.portal-web-solutions-signup-desc{font-size:13px}.portal-web-solutions-signup-form{gap:14px}.portal-web-solutions-signup-input{font-size:15px;padding:12px 12px 12px 40px}.portal-web-solutions-signup-submit-btn{padding:12px;font-size:14.5px}.portal-web-solutions-signup-security-notice{font-size:11px;text-align:center;justify-content:center;line-height:1.4}}@media(max-width:380px){.portal-web-solutions-signup-box{padding:20px 14px}}.portal-web-solutions-partner-root{min-height:100vh;background-color:#fff;color:#0f172a}.portal-web-solutions-partner-hero{padding:40px 0 32px;text-align:center;background-color:#1e293b;border-bottom:1px solid #334155}.portal-web-solutions-partner-title{font-size:32px;line-height:40px;font-weight:700;color:#fff;margin-bottom:10px;font-family:var(--dkg-font-heading, "Inter", sans-serif)}.portal-web-solutions-partner-subtitle{font-size:15px;line-height:24px;color:#cbd5e1;max-width:680px;margin:0 auto}.portal-web-solutions-partner-sec{padding:60px 0 80px;background-color:#fff}.portal-web-solutions-partner-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:40px;align-items:start}.portal-web-solutions-partner-info-box{background:#fff;border:1px solid #cbd5e1;border-radius:16px;padding:32px;box-shadow:0 4px 20px #0f172a0d}.portal-web-solutions-partner-info-title{font-size:24px;font-weight:800;color:#0f172a;margin:0 0 12px;font-family:var(--dkg-font-heading, "Inter", sans-serif)}.portal-web-solutions-partner-info-desc{font-size:15px;color:#475569;line-height:1.6;margin:0 0 28px}.portal-web-solutions-partner-steps{display:flex;flex-direction:column;gap:20px;margin-top:24px}.portal-web-solutions-partner-step-card{display:flex;gap:16px;align-items:flex-start;background:#f8fafc;border:1px solid #e2e8f0;padding:16px;border-radius:12px}.portal-web-solutions-partner-step-icon{color:#0284c7;flex-shrink:0;margin-top:2px}.portal-web-solutions-partner-step-card h4{font-size:16px;font-weight:700;color:#0f172a;margin:0 0 4px}.portal-web-solutions-partner-step-card p{font-size:13px;color:#64748b;margin:0;line-height:1.5}.portal-web-solutions-partner-form-card{background:#fff;border:1px solid #cbd5e1;border-radius:16px;padding:36px;box-shadow:0 4px 20px #0f172a0f}.portal-web-solutions-partner-form-head{font-size:22px;font-weight:800;color:#0f172a;margin:0 0 24px;font-family:var(--dkg-font-heading, "Inter", sans-serif)}.portal-web-solutions-partner-success{display:flex;align-items:center;gap:10px;background:#ecfdf5;border:1px solid #a7f3d0;color:#047857;padding:14px 16px;border-radius:10px;font-size:14px;font-weight:600;margin-bottom:20px}.portal-web-solutions-partner-form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:16px}.portal-web-solutions-partner-form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.portal-web-solutions-partner-label{font-size:13px;font-weight:700;color:#334155}.portal-web-solutions-partner-input,.portal-web-solutions-partner-select,.portal-web-solutions-partner-textarea{background:#fff;border:1px solid #cbd5e1;border-radius:10px;padding:10px 14px;font-size:14px;color:#0f172a;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.portal-web-solutions-partner-input:focus,.portal-web-solutions-partner-select:focus,.portal-web-solutions-partner-textarea:focus{border-color:#0284c7;box-shadow:0 0 0 3px #0284c726}.portal-web-solutions-partner-textarea{min-height:120px;resize:vertical}.portal-web-solutions-partner-pills{display:flex;flex-wrap:wrap;gap:8px}.portal-web-solutions-partner-pill{padding:8px 14px;background:#f8fafc;border:1.5px solid #cbd5e1;border-radius:8px;font-size:13px;font-weight:600;color:#475569;cursor:pointer;transition:all .2s ease}.portal-web-solutions-partner-pill:hover{border-color:#94a3b8;background:#f1f5f9}.portal-web-solutions-partner-pill.active{border-color:#0284c7;background:#0284c7;color:#fff;box-shadow:0 2px 8px #0284c740}.portal-web-solutions-partner-submit-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;background:#0284c7;color:#fff;font-size:15px;font-weight:700;padding:12px 20px;border-radius:10px;border:none;cursor:pointer;box-shadow:0 4px 14px #0284c740;transition:background-color .2s ease,transform .2s ease}.portal-web-solutions-partner-submit-btn:hover{background-color:#0369a1;transform:translateY(-1px)}.portal-web-solutions-partner-spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:900px){.portal-web-solutions-partner-grid{grid-template-columns:1fr}}.portal-web-solutions-careers-root{min-height:100vh;background-color:#fff;color:#0f172a}.portal-web-solutions-careers-hero{padding:40px 0 32px;text-align:center;background-color:#1e293b;border-bottom:1px solid #334155}.portal-web-solutions-careers-title{font-size:32px;line-height:40px;font-weight:700;color:#fff;margin-bottom:10px}.portal-web-solutions-careers-subtitle{font-size:15px;line-height:24px;color:#cbd5e1;max-width:680px;margin:0 auto}.portal-web-solutions-careers-sec{padding:40px 0 80px;background-color:#fff}.portal-web-solutions-no-vacancy-banner{display:flex;align-items:flex-start;gap:16px;background:#fffbebfb;border:1.5px solid #fcd34d;border-radius:12px;padding:20px 24px;margin-bottom:40px;box-shadow:0 4px 14px #f59e0b14}.portal-no-vacancy-icon{color:#d97706;flex-shrink:0;margin-top:2px}.portal-web-solutions-no-vacancy-banner h3{font-size:17px;font-weight:700;color:#92400e;margin:0 0 6px}.portal-web-solutions-no-vacancy-banner p{font-size:14px;line-height:22px;color:#b45309;margin:0}.portal-web-solutions-careers-grid{display:grid;grid-template-columns:360px 1fr;gap:40px;align-items:start}@media(max-width:992px){.portal-web-solutions-careers-grid{grid-template-columns:1fr;gap:32px}}.portal-web-solutions-careers-info-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:32px}.portal-web-solutions-careers-info-title{font-size:20px;font-weight:700;color:#0f172a;margin:0 0 10px}.portal-web-solutions-careers-info-desc{font-size:14px;color:#475569;line-height:1.6;margin:0 0 28px}.portal-web-solutions-careers-list{display:flex;flex-direction:column;gap:20px}.portal-web-solutions-careers-item{display:flex;gap:14px;align-items:flex-start}.portal-careers-icon{color:#0284c7;flex-shrink:0;margin-top:2px}.portal-web-solutions-careers-item h4{font-size:14px;font-weight:700;color:#0f172a;margin:0 0 4px}.portal-web-solutions-careers-item p{font-size:13px;line-height:19px;color:#475569;margin:0}.portal-web-solutions-careers-form-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:36px;box-shadow:0 10px 30px #0f172a0d}.portal-web-solutions-careers-form-head{font-size:20px;font-weight:700;color:#0f172a;margin:0 0 24px;padding-bottom:16px;border-bottom:1px solid #f1f5f9}.portal-web-solutions-careers-success{display:flex;align-items:center;gap:12px;background:#f0fdf4;border:1px solid #bbf7d0;color:#15803d;padding:14px 18px;border-radius:10px;font-size:14px;line-height:20px;margin-bottom:24px}.portal-web-solutions-careers-form-group{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.portal-web-solutions-careers-label{font-size:13px;font-weight:700;color:#334155;text-transform:uppercase;letter-spacing:.03em}.portal-web-solutions-careers-pills{display:flex;flex-wrap:wrap;gap:8px}.portal-web-solutions-careers-pill{padding:8px 14px;background:#f8fafc;border:1.5px solid #cbd5e1;border-radius:8px;font-size:13px;font-weight:600;color:#475569;cursor:pointer;transition:all .2s ease}.portal-web-solutions-careers-pill:hover{border-color:#94a3b8;background:#f1f5f9}.portal-web-solutions-careers-pill.active{border-color:#0284c7;background:#0284c7;color:#fff;box-shadow:0 2px 8px #0284c740}.portal-web-solutions-careers-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(max-width:640px){.portal-web-solutions-careers-form-row{grid-template-columns:1fr}}.portal-web-solutions-careers-input,.portal-web-solutions-careers-textarea{width:100%;padding:12px 16px;background:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;color:#0f172a;font-size:14px;font-family:inherit;box-sizing:border-box;transition:border-color .15s ease,box-shadow .15s ease}.portal-web-solutions-careers-input:focus,.portal-web-solutions-careers-textarea:focus{outline:none;background:#fff;border-color:#0284c7;box-shadow:0 0 0 3px #0284c726}.portal-web-solutions-careers-submit-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:14px 24px;background:linear-gradient(135deg,#0284c7,#0369a1);color:#fff;border:none;border-radius:10px;font-weight:700;font-size:16px;font-family:var(--dkg-font-heading, "Inter", sans-serif);cursor:pointer;box-shadow:0 4px 16px #0284c759;transition:all .2s ease;margin-top:8px}.portal-web-solutions-careers-submit-btn:hover{background:linear-gradient(135deg,#0369a1,#075985);transform:translateY(-2px);box-shadow:0 8px 24px #0284c780}.portal-web-solutions-careers-submit-btn:disabled{opacity:.7;transform:none;cursor:not-allowed}.portal-web-solutions-form-honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden;opacity:0}.portal-web-solutions-form-captcha{display:flex;flex-direction:column;gap:8px;margin:4px 0 16px}.portal-web-solutions-form-captcha-row{display:flex;align-items:center;gap:8px}.portal-web-solutions-form-captcha-row input{flex:1;min-width:0}.portal-web-solutions-form-captcha-verify{flex-shrink:0;height:42px;padding:0 14px;border-radius:8px;border:1px solid #38bdf8;background:#0f172a;color:#fff;font-size:13px;font-weight:600;cursor:pointer}.portal-web-solutions-form-captcha-verify:hover{background:#1e293b}.portal-web-solutions-form-captcha-verified{font-size:12px;font-weight:700;color:#16a34a}.portal-web-solutions-form-captcha-error{font-size:13px;color:#ef4444}.portal-web-solutions-overview-root{min-height:100vh;background-color:#fff;color:#0f172a}.portal-web-solutions-overview-hero{padding:48px 0 40px;text-align:center;background:radial-gradient(circle at 50% 0%,#1e293b,#0f172a);border-bottom:1px solid #334155}.portal-web-solutions-overview-hero-badge{display:inline-flex;align-items:center;gap:8px;background:#38bdf826;border:1px solid rgba(56,189,248,.35);color:#38bdf8;padding:4px 14px;border-radius:999px;font-size:12.5px;font-weight:700;margin-bottom:14px}.portal-web-solutions-overview-title{font-size:34px;line-height:42px;font-weight:800;color:#fff;margin-bottom:12px}.portal-web-solutions-overview-subtitle{font-size:15px;line-height:24px;color:#cbd5e1;max-width:760px;margin:0 auto 28px}.portal-web-solutions-overview-actions-bar{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap}.portal-web-solutions-overview-btn-flex{display:inline-flex;align-items:center;gap:8px}.portal-web-solutions-overview-copy-btn{display:inline-flex;align-items:center;padding:12px 24px;background:linear-gradient(135deg,#0284c7,#0369a1);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:700;cursor:pointer;box-shadow:0 4px 16px #0284c766;transition:all .2s ease}.portal-web-solutions-overview-copy-btn:hover{background:linear-gradient(135deg,#0369a1,#075985);transform:translateY(-2px);box-shadow:0 8px 24px #0284c78c}.portal-web-solutions-overview-copy-btn.copied{background:linear-gradient(135deg,#16a34a,#15803d);box-shadow:0 4px 16px #16a34a66}.portal-web-solutions-overview-dl-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;background:#ffffff14;border:1px solid rgba(255,255,255,.2);color:#f1f5f9;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.portal-web-solutions-overview-dl-btn:hover{background:#ffffff29;border-color:#38bdf8;color:#fff;transform:translateY(-2px)}.portal-web-solutions-overview-body{padding:60px 0 80px;background:#fff}.portal-web-solutions-overview-grid{display:flex;flex-direction:column;gap:32px;max-width:960px;margin:0 auto}.portal-web-solutions-overview-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:32px;box-shadow:0 4px 16px #0f172a08}.portal-web-solutions-overview-card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid #e2e8f0}.portal-web-solutions-overview-card-title-wrap{display:flex;align-items:center;gap:10px}.portal-web-solutions-overview-card-title-wrap h2{font-size:20px;font-weight:700;color:#0f172a;margin:0}.overview-icon-accent{color:#0284c7}.portal-web-solutions-overview-mini-copy{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#fff;border:1px solid #cbd5e1;border-radius:6px;font-size:12px;font-weight:600;color:#475569;cursor:pointer;transition:all .15s ease}.portal-web-solutions-overview-mini-copy:hover{border-color:#0284c7;color:#0284c7;background:#f0f9ff}.portal-web-solutions-overview-p{font-size:14.5px;line-height:1.6;color:#334155;margin:0 0 20px}.portal-web-solutions-overview-brand-assets-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:22px}@media(max-width:640px){.portal-web-solutions-overview-brand-assets-grid{grid-template-columns:1fr}}.portal-web-solutions-overview-asset-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;display:flex;flex-direction:column}.portal-web-solutions-overview-asset-preview{height:120px;display:flex;align-items:center;justify-content:center;background:#0f172a;padding:16px}.portal-web-solutions-overview-asset-preview.white-bg{background:#fff;border-bottom:1px solid #e2e8f0}.portal-web-solutions-overview-asset-img{max-height:54px;max-width:80%;object-fit:contain}.portal-web-solutions-overview-asset-img.favicon-img{max-height:48px}.portal-web-solutions-overview-asset-info{padding:14px 16px;display:flex;flex-direction:column;gap:4px}.portal-web-solutions-overview-asset-info strong{font-size:13.5px;color:#0f172a}.portal-web-solutions-overview-asset-info span{font-size:12px;color:#64748b;margin-bottom:8px}.portal-web-solutions-overview-asset-dl{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;color:#0284c7;text-decoration:none;transition:color .15s ease}.portal-web-solutions-overview-asset-dl:hover{color:#0369a1;text-decoration:underline}.portal-web-solutions-overview-table-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden}.portal-web-solutions-overview-table{width:100%;border-collapse:collapse;font-size:13.5px}.portal-web-solutions-overview-table td{padding:12px 16px;border-bottom:1px solid #f1f5f9}.portal-web-solutions-overview-table tr:last-child td{border-bottom:none}.portal-web-solutions-overview-table .spec-name{font-weight:600;color:#475569;width:200px;background:#f8fafc}.portal-web-solutions-overview-table .spec-val{color:#0f172a}.portal-web-solutions-overview-table .spec-val a{color:#0284c7;text-decoration:none;font-weight:600}.portal-web-solutions-overview-hero-callout{background:radial-gradient(circle at 50% 0%,#1e293b,#0f172a);border:1px solid rgba(56,189,248,.3);border-radius:12px;padding:24px;margin-bottom:20px}.overview-callout-tag{display:inline-block;font-size:11px;font-weight:800;letter-spacing:.08em;color:#38bdf8;background:#38bdf826;border:1px solid rgba(56,189,248,.35);padding:2px 8px;border-radius:4px;margin-bottom:8px}.overview-callout-title{font-size:20px;font-weight:800;color:#fff;line-height:28px;margin:0 0 8px}.overview-callout-desc{font-size:14.5px;line-height:22px;color:#cbd5e1;margin:0}.portal-web-solutions-overview-pillars-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}@media(max-width:680px){.portal-web-solutions-overview-pillars-grid{grid-template-columns:1fr}}.pillar-box{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:16px;display:flex;flex-direction:column;gap:6px}.pillar-head{display:flex;align-items:center;gap:8px}.pillar-icon{color:#0284c7;flex-shrink:0}.pillar-head strong{font-size:13.5px;color:#0f172a}.pillar-box p{font-size:12.5px;line-height:1.45;color:#64748b;margin:0}.portal-web-solutions-overview-group-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(max-width:740px){.portal-web-solutions-overview-group-grid{grid-template-columns:1fr}}.group-entity-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:8px;transition:transform .2s ease,border-color .2s ease}.group-entity-card:hover{border-color:#cbd5e1;transform:translateY(-2px)}.group-entity-card.active-hub{border:1.5px solid #38bdf8;background:#f0f9ff}.group-entity-head{display:flex;align-items:flex-start;gap:12px}.group-entity-head strong{display:block;font-size:14.5px;color:#0f172a;margin-bottom:2px}.group-role-badge{display:inline-block;font-size:11px;font-weight:700;color:#0284c7;background:#0284c71a;padding:2px 8px;border-radius:4px}.group-icon{margin-top:2px;flex-shrink:0}.group-icon.web-sol{color:#0284c7}.group-icon.rec{color:#4f46e5}.group-icon.crm{color:#7c3aed}.group-icon.jsp{color:#059669}.group-icon.jsc{color:#0284c7}.group-icon.cons{color:#d97706}.group-entity-card p{font-size:13px;line-height:1.5;color:#64748b;margin:0}.portal-web-solutions-overview-solutions-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(max-width:700px){.portal-web-solutions-overview-solutions-grid{grid-template-columns:1fr}}.portal-web-solutions-overview-sol-box{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:18px;display:flex;flex-direction:column;gap:8px}.overview-sol-head{display:flex;align-items:center;gap:10px}.overview-sol-head strong{font-size:14.5px;color:#0f172a}.sol-icon.cyan{color:#0284c7}.sol-icon.indigo{color:#4f46e5}.sol-icon.purple{color:#7c3aed}.sol-icon.magenta{color:#c026d3}.sol-icon.amber{color:#d97706}.sol-icon.emerald{color:#059669}.portal-web-solutions-overview-sol-box p{font-size:13px;color:#64748b;line-height:1.5;margin:0}.portal-web-solutions-overview-services-list{display:flex;flex-direction:column;gap:10px}.portal-web-solutions-overview-srv-item{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:14px 18px;display:flex;align-items:flex-start;gap:16px}.srv-num{font-size:12px;font-weight:800;color:#0284c7;background:#f0f9ff;border:1px solid #bae6fd;padding:4px 8px;border-radius:6px;flex-shrink:0}.srv-content strong{display:block;font-size:14px;color:#0f172a;margin-bottom:2px}.srv-content p{font-size:13px;color:#64748b;line-height:1.4;margin:0}@media(max-width:580px){.portal-web-solutions-overview-hero{padding:36px 16px 28px}.portal-web-solutions-overview-title{font-size:24px;line-height:32px}.portal-web-solutions-overview-subtitle{font-size:13.5px;line-height:20px;margin-bottom:20px}.portal-web-solutions-overview-actions-bar{flex-direction:column;width:100%}.portal-web-solutions-overview-copy-btn,.portal-web-solutions-overview-dl-btn{width:100%;justify-content:center;padding:11px 16px;font-size:13px}.portal-web-solutions-overview-body{padding:32px 12px 60px}.portal-web-solutions-overview-card{padding:20px 14px;border-radius:12px}.portal-web-solutions-overview-card-title-wrap h2{font-size:16px}.portal-web-solutions-overview-table td{padding:10px 12px;font-size:12.5px}.portal-web-solutions-overview-table .spec-name{width:120px}.overview-callout-title{font-size:17px;line-height:24px}.overview-callout-desc{font-size:13px;line-height:19px}.group-entity-card{padding:14px}.group-entity-head strong{font-size:13.5px}.group-entity-card p{font-size:12.5px}}@media(max-width:380px){.portal-web-solutions-overview-hero-badge{font-size:11px;padding:3px 10px}.portal-web-solutions-overview-title{font-size:21px;line-height:28px}.portal-web-solutions-overview-table,.portal-web-solutions-overview-table tbody,.portal-web-solutions-overview-table tr,.portal-web-solutions-overview-table td{display:block;width:100%}.portal-web-solutions-overview-table .spec-name{width:100%;padding-bottom:2px;font-weight:700}.portal-web-solutions-overview-table .spec-val{padding-top:2px;padding-bottom:10px}}.portal-web-solutions-privacy-root{min-height:100vh;background-color:#fff;color:#0f172a}.portal-web-solutions-privacy-hero{padding:40px 0 32px;background-color:#1e293b;border-bottom:1px solid #334155;color:#fff;text-align:center}.portal-web-solutions-privacy-tag{display:inline-flex;align-items:center;gap:8px;padding:5px 14px;background:#0284c71f;border:1px solid rgba(56,189,248,.3);border-radius:20px;font-size:13px;font-weight:600;color:#38bdf8;margin-bottom:16px}.portal-web-solutions-privacy-title{font-size:32px;line-height:40px;font-weight:700;color:#fff;margin-bottom:10px}.portal-web-solutions-privacy-subtitle{font-size:15px;line-height:24px;color:#cbd5e1;max-width:680px;margin:0 auto}.portal-web-solutions-privacy-content{padding:60px 0 90px;background-color:#fff}.portal-web-solutions-privacy-block{margin-bottom:40px}.portal-web-solutions-privacy-section-title{font-size:22px;font-weight:800;color:#0f172a;margin-bottom:16px;border-bottom:2px solid #e2e8f0;padding-bottom:8px}.portal-web-solutions-privacy-text-content{font-size:15px;line-height:1.7;color:#334155;display:flex;flex-direction:column;gap:14px}.portal-web-solutions-privacy-text-content p{margin:0}.portal-web-solutions-privacy-text-content ul{padding-left:20px;margin:0;display:flex;flex-direction:column;gap:8px}.portal-web-solutions-privacy-text-content a{color:#0284c7;text-decoration:none;font-weight:600}.portal-web-solutions-privacy-text-content a:hover{text-decoration:underline}.portal-web-solutions-privacy-table-wrap{width:100%;overflow-x:auto;margin:16px 0}.portal-web-solutions-privacy-data-table{width:100%;border-collapse:collapse;font-size:14px}.portal-web-solutions-privacy-data-table th,.portal-web-solutions-privacy-data-table td{border:1px solid #e2e8f0;padding:12px 14px;text-align:left}.portal-web-solutions-privacy-data-table th{background-color:#f8fafc;color:#0f172a;font-weight:700}.portal-web-solutions-privacy-footer-note{margin-top:40px;padding:20px;background-color:#f8fafc;border-left:4px solid #0284c7;border-radius:6px;font-size:14px;color:#475569}.portal-web-solutions-terms-root{min-height:100vh;background-color:#fff;color:#0f172a}.portal-web-solutions-terms-hero{padding:40px 0 32px;background-color:#1e293b;border-bottom:1px solid #334155;color:#fff;text-align:center}.portal-web-solutions-terms-tag{display:inline-flex;align-items:center;gap:8px;padding:5px 14px;background:#0284c71f;border:1px solid rgba(56,189,248,.3);border-radius:20px;font-size:13px;font-weight:600;color:#38bdf8;margin-bottom:16px}.portal-web-solutions-terms-title{font-size:32px;line-height:40px;font-weight:700;color:#fff;margin-bottom:10px}.portal-web-solutions-terms-subtitle{font-size:15px;line-height:24px;color:#cbd5e1;max-width:680px;margin:0 auto}.portal-web-solutions-terms-content{padding:60px 0 90px;background-color:#fff}.portal-web-solutions-terms-accordion{display:flex;flex-direction:column;gap:16px;max-width:900px;margin:0 auto 40px}.portal-web-solutions-terms-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0f172a08;transition:border-color .2s ease,box-shadow .2s ease}.portal-web-solutions-terms-item-open{border-color:#0284c7;box-shadow:0 6px 20px #0284c714}.portal-web-solutions-terms-header{padding:20px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer;background:#fff;-webkit-user-select:none;user-select:none;transition:background .15s ease}.portal-web-solutions-terms-header:hover{background:#f8fafc}.portal-web-solutions-terms-header-left{display:flex;align-items:center;gap:12px}.portal-web-solutions-terms-icon{color:#0284c7;flex-shrink:0}.portal-web-solutions-terms-header-left h3{font-size:16px;font-weight:700;color:#0f172a;margin:0}.portal-web-solutions-terms-toggle{color:#64748b;flex-shrink:0;display:flex;align-items:center;justify-content:center}.portal-web-solutions-terms-body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s ease}.portal-web-solutions-terms-item-open .portal-web-solutions-terms-body{grid-template-rows:1fr}.portal-web-solutions-terms-body-inner{overflow:hidden}.portal-web-solutions-terms-text-wrapper{padding:0 24px 24px 54px;font-size:14px;line-height:1.7;color:#475569;white-space:pre-line}.portal-web-solutions-terms-text-wrapper p{margin:0}.portal-web-solutions-terms-footer{max-width:900px;margin:0 auto;padding:20px 24px;background:#f8fafc;border-left:4px solid #0284c7;border-radius:8px;font-size:14px;color:#475569}.portal-web-solutions-terms-footer p{margin:0}.portal-web-solutions-terms-footer-link{color:#0284c7;text-decoration:none;font-weight:600}.portal-web-solutions-terms-footer-link:hover{text-decoration:underline}.portal-web-solutions-refund-root{min-height:100%;width:100%;background-color:#fff;color:#0f172a}.portal-web-solutions-refund-hero{padding:40px 0 32px;background-color:#1e293b;border-bottom:1px solid #334155;color:#fff;text-align:center}.portal-web-solutions-refund-tag{display:inline-flex;align-items:center;gap:8px;padding:5px 14px;background:#0284c71f;border:1px solid rgba(56,189,248,.3);border-radius:20px;font-size:13px;font-weight:600;color:#38bdf8;margin-bottom:16px}.portal-web-solutions-refund-title{font-size:32px;line-height:40px;font-weight:700;color:#fff;margin-bottom:10px}.portal-web-solutions-refund-subtitle{font-size:15px;line-height:24px;color:#cbd5e1;max-width:680px;margin:0 auto}.portal-web-solutions-refund-content{padding:60px 0 90px;width:100%;background-color:#fff}.portal-web-solutions-refund-block{margin-bottom:40px}.portal-web-solutions-refund-section-title{font-size:22px;font-weight:800;color:#0f172a;margin-bottom:16px;border-bottom:2px solid #e2e8f0;padding-bottom:8px}.portal-web-solutions-refund-text{font-size:15px;line-height:1.7;color:#334155}.portal-web-solutions-refund-text p{margin:0;color:#334155}.portal-web-solutions-refund-text strong{color:#0f172a}.portal-web-solutions-refund-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:20px}.portal-web-solutions-refund-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:12px;box-shadow:0 2px 8px #0f172a08}.portal-web-solutions-refund-card-icon{color:#0284c7}.portal-web-solutions-refund-card-title{font-size:18px;font-weight:700;color:#0f172a}.portal-web-solutions-refund-card-desc{font-size:14px;color:#475569;line-height:1.6}.portal-web-solutions-refund-list{margin-top:12px;padding-left:20px;display:flex;flex-direction:column;gap:8px;color:#334155}@media(max-width:768px){.portal-web-solutions-refund-grid{grid-template-columns:1fr}}.portal-web-solutions-cookies-root{min-height:100vh;background-color:#fff;color:#0f172a}.portal-web-solutions-cookies-hero{padding:40px 0 32px;background-color:#1e293b;border-bottom:1px solid #334155;color:#fff;text-align:center}.portal-web-solutions-cookies-tag{display:inline-flex;align-items:center;gap:8px;padding:5px 14px;background:#0284c71f;border:1px solid rgba(56,189,248,.3);border-radius:20px;font-size:13px;font-weight:600;color:#38bdf8;margin-bottom:16px}.portal-web-solutions-cookies-title{font-size:32px;line-height:40px;font-weight:700;color:#fff;margin-bottom:10px}.portal-web-solutions-cookies-subtitle{font-size:15px;line-height:24px;color:#cbd5e1;max-width:680px;margin:0 auto}.portal-web-solutions-cookies-content{padding:60px 0 90px;background-color:#fff}.portal-web-solutions-cookies-block{margin-bottom:44px}.portal-web-solutions-cookies-section-title{font-size:22px;font-weight:800;color:#0f172a;margin-bottom:16px;border-bottom:2px solid #e2e8f0;padding-bottom:8px}.portal-web-solutions-cookies-text{font-size:15px;line-height:1.7;color:#334155;display:flex;flex-direction:column;gap:14px}.portal-web-solutions-cookies-text p{margin:0}.portal-web-solutions-cookies-list{display:flex;flex-direction:column;gap:18px}.portal-web-solutions-cookies-row{display:flex;align-items:flex-start;gap:20px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;box-shadow:0 4px 16px #0f172a0a}.portal-web-solutions-cookies-row-icon{width:48px;height:48px;border-radius:10px;background:#0284c71a;border:1px solid rgba(2,132,199,.2);color:#0284c7;display:flex;align-items:center;justify-content:center;flex-shrink:0}.portal-web-solutions-cookies-row-content{display:flex;flex-direction:column;gap:6px}.portal-web-solutions-cookies-row-title{font-size:17px;font-weight:700;color:#0f172a;margin:0}.portal-web-solutions-cookies-row-desc{font-size:14px;color:#475569;line-height:1.6;margin:0}.portal-web-solutions-cookies-row-names{font-size:12px;font-weight:600;color:#0284c7;background:#f0f9ff;padding:4px 10px;border-radius:4px;width:fit-content;margin-top:4px}.portal-web-solutions-cookies-management-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:36px}.portal-web-solutions-cookies-links{display:flex;gap:12px;flex-wrap:wrap;margin:12px 0}.portal-web-solutions-cookies-links a{padding:8px 16px;background:#fff;border:1px solid #cbd5e1;border-radius:6px;color:#0284c7;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s ease}.portal-web-solutions-cookies-links a:hover{background:#0284c7;color:#fff;border-color:#0284c7}.portal-web-solutions-cookies-warning{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;color:#b45309;font-size:13px;margin:10px 0!important}@media(max-width:768px){.portal-web-solutions-cookies-row{flex-direction:column;gap:14px}}.portal-web-solutions-gdpr-root{min-height:100vh;background-color:#fff;color:#0f172a}.portal-web-solutions-gdpr-hero{padding:40px 0 32px;background-color:#1e293b;border-bottom:1px solid #334155;color:#fff;text-align:center}.portal-web-solutions-gdpr-tag{display:inline-flex;align-items:center;gap:8px;padding:5px 14px;background:#0284c71f;border:1px solid rgba(56,189,248,.3);border-radius:20px;font-size:13px;font-weight:600;color:#38bdf8;margin-bottom:16px}.portal-web-solutions-gdpr-title{font-size:32px;line-height:40px;font-weight:700;color:#fff;margin-bottom:10px}.portal-web-solutions-gdpr-subtitle{font-size:15px;line-height:24px;color:#cbd5e1;max-width:680px;margin:0 auto}.portal-web-solutions-gdpr-content{padding:60px 0 90px;background-color:#fff}.portal-web-solutions-gdpr-block{margin-bottom:44px}.portal-web-solutions-gdpr-section-title{font-size:22px;font-weight:800;color:#0f172a;margin-bottom:16px;border-bottom:2px solid #e2e8f0;padding-bottom:8px}.portal-web-solutions-gdpr-text{font-size:15px;line-height:1.7;color:#334155;display:flex;flex-direction:column;gap:14px}.portal-web-solutions-gdpr-text p{margin:0}.portal-web-solutions-gdpr-definitions-list{display:flex;flex-direction:column;gap:12px;margin-top:10px}.portal-web-solutions-gdpr-definition-item{padding:14px 18px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;color:#334155;line-height:1.6}.portal-web-solutions-gdpr-definition-item strong{color:#0f172a}.portal-web-solutions-gdpr-principles-list{display:flex;flex-direction:column;gap:14px}.portal-web-solutions-gdpr-principle-row{display:flex;align-items:flex-start;gap:16px;padding:18px 20px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 10px #0f172a08}.portal-web-solutions-gdpr-principle-icon{width:40px;height:40px;border-radius:8px;background:#0284c71a;border:1px solid rgba(2,132,199,.2);color:#0284c7;display:flex;align-items:center;justify-content:center;flex-shrink:0}.portal-web-solutions-gdpr-principle-content{font-size:14px;color:#475569;line-height:1.6}.portal-web-solutions-gdpr-principle-content strong{color:#0f172a}.portal-web-solutions-pcontact-root{min-height:100vh;background-color:#fff;color:#0f172a}.portal-web-solutions-pcontact-hero{padding:40px 0 32px;background-color:#1e293b;border-bottom:1px solid #334155;color:#fff;text-align:center}.portal-web-solutions-pcontact-tag{display:inline-flex;align-items:center;gap:8px;padding:5px 14px;background:#0284c71f;border:1px solid rgba(56,189,248,.3);border-radius:20px;font-size:13px;font-weight:600;color:#38bdf8;margin-bottom:16px}.portal-web-solutions-pcontact-title{font-size:32px;line-height:40px;font-weight:700;color:#fff;margin-bottom:10px}.portal-web-solutions-pcontact-subtitle{font-size:15px;line-height:24px;color:#cbd5e1;max-width:680px;margin:0 auto}.portal-web-solutions-pcontact-content{padding:60px 0 90px;background-color:#fff}.portal-web-solutions-pcontact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-bottom:50px}.portal-web-solutions-pcontact-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:32px;box-shadow:0 4px 20px #0f172a0d;display:flex;flex-direction:column;align-items:flex-start}.portal-web-solutions-pcontact-icon{width:48px;height:48px;border-radius:12px;background:#0284c71a;border:1px solid rgba(2,132,199,.2);color:#0284c7;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.portal-web-solutions-pcontact-card-title{font-size:18px;font-weight:700;color:#0f172a;margin:0 0 10px}.portal-web-solutions-pcontact-card-text{font-size:14px;color:#475569;line-height:1.6;margin:0 0 16px}.portal-web-solutions-pcontact-link{font-size:14px;font-weight:700;color:#0284c7;text-decoration:none;word-break:break-all}.portal-web-solutions-pcontact-link:hover{text-decoration:underline}.portal-web-solutions-pcontact-info-block{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:36px}.portal-web-solutions-pcontact-info-title{font-size:20px;font-weight:700;color:#0f172a;margin:0 0 20px}.portal-web-solutions-pcontact-rights-list{display:flex;flex-direction:column;gap:16px}.portal-web-solutions-pcontact-right-item{display:flex;align-items:flex-start;gap:14px;font-size:14px;color:#334155;line-height:1.6}.portal-web-solutions-pcontact-right-icon{color:#0284c7;flex-shrink:0;margin-top:2px}@media(max-width:992px){.portal-web-solutions-pcontact-grid{grid-template-columns:1fr}}.portal-web-solutions-app-layout{display:flex;flex-direction:column;height:100vh;width:100%;overflow:hidden;background-color:var(--dkg-bg-dark)}.portal-web-solutions-app-header-wrapper{flex-shrink:0;width:100%;z-index:1000}.portal-web-solutions-app-body-scroll{flex:1;width:100%;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;scroll-behavior:smooth}.portal-web-solutions-app-content{flex:1}:root{--dkg-font-heading: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif;--dkg-font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif;--dkg-bg-dark: #070c18;--dkg-bg-surface: #0e172a;--dkg-bg-card: rgba(15, 25, 45, .7);--dkg-bg-card-hover: rgba(22, 36, 65, .85);--dkg-border-subtle: rgba(255, 255, 255, .08);--dkg-border-glow: rgba(56, 189, 248, .3);--dkg-primary-blue: #0284c7;--dkg-primary-cyan: #06b6d4;--dkg-accent-teal: #14b8a6;--dkg-accent-indigo: #6366f1;--dkg-text-bright: #ffffff;--dkg-text-main: #f1f5f9;--dkg-text-muted: #94a3b8;--dkg-text-dim: #64748b;--dkg-gradient-brand: linear-gradient(135deg, #0284c7 0%, #06b6d4 50%, #6366f1 100%);--dkg-gradient-hero: radial-gradient(circle at 50% -20%, #1e293b 0%, #070c18 80%);--dkg-gradient-card: linear-gradient(180deg, rgba(30, 41, 59, .5) 0%, rgba(15, 23, 42, .8) 100%);--dkg-shadow-sm: 0 4px 12px rgba(0, 0, 0, .3);--dkg-shadow-glow: 0 8px 32px rgba(2, 132, 199, .25);--dkg-radius-sm: 4px;--dkg-radius-md: 6px;--dkg-radius-lg: 12px;--dkg-radius-full: 9999px;--dkg-transition-fast: .2s cubic-bezier(.4, 0, .2, 1);--dkg-transition-smooth: .35s cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;min-height:100vh;background-color:var(--dkg-bg-dark);color:var(--dkg-text-main);font-family:var(--dkg-font-body);font-size:16px;line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--dkg-font-heading);color:var(--dkg-text-bright);font-weight:700;line-height:1.25}a{color:inherit;text-decoration:none}button,input,textarea,select{font-family:inherit;font-size:inherit;color:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--dkg-bg-dark)}::-webkit-scrollbar-thumb{background:#1e293b;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#334155}.portal-web-solutions-header-container{width:100%;max-width:100%;padding:0 20px;margin:0 auto}.portal-web-solutions-footer-container{width:100%;max-width:100%;padding-left:clamp(24px,4.5vw,72px);padding-right:clamp(24px,4.5vw,72px);margin:0 auto;box-sizing:border-box}.portal-web-solutions-container{max-width:none;width:100%;margin:0 auto;padding-left:clamp(24px,4.5vw,72px);padding-right:clamp(24px,4.5vw,72px);box-sizing:border-box}@media(max-width:768px){.portal-web-solutions-header-container,.portal-web-solutions-container,.portal-web-solutions-footer-container{padding-left:12px;padding-right:12px}}.portal-web-solutions-gradient-text{background:var(--dkg-gradient-brand);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.portal-web-solutions-btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 22px;background:var(--dkg-gradient-brand);color:#fff;font-family:var(--dkg-font-heading);font-weight:600;font-size:14px;border-radius:6px;border:none;cursor:pointer;box-shadow:0 4px 16px #0284c74d;transition:transform .2s ease,box-shadow .2s ease}.portal-web-solutions-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0284c773}.portal-web-solutions-btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 22px;background:#ffffff0d;color:var(--dkg-text-bright);font-family:var(--dkg-font-heading);font-weight:600;font-size:14px;border-radius:6px;border:1px solid var(--dkg-border-subtle);cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:background .2s ease,border-color .2s ease}.portal-web-solutions-btn-secondary:hover{background:#ffffff1a;border-color:var(--dkg-border-glow)}.portal-web-solutions-slider-dots{display:none;justify-content:center;align-items:center;gap:8px;margin-top:24px;width:100%}.portal-web-solutions-slider-dot{width:10px;height:10px;border-radius:9999px;background:#cbd5e1;border:none;padding:0;cursor:pointer;transition:all .3s ease}.portal-web-solutions-slider-dot.active{width:28px;background:#0284c7;border-radius:5px}.portal-web-solutions-slider-dots-dark .portal-web-solutions-slider-dot{background:#ffffff40}.portal-web-solutions-slider-dots-dark .portal-web-solutions-slider-dot.active{background:#38bdf8}@media(max-width:1024px){.portal-web-solutions-slider-dots{display:flex}}
