.portal-web-solutions-chat-floating-btn{position:fixed;bottom:24px;right:24px;z-index:1200;display:flex;align-items:center;gap:10px;padding:12px 20px;background:linear-gradient(135deg,#0284c7,#06b6d4);color:#fff;border-radius:30px;border:none;font-family:var(--dkg-font-heading);font-weight:600;font-size:14px;cursor:pointer;box-shadow:0 8px 24px #0284c766;transition:transform .2s ease,box-shadow .2s ease}.portal-web-solutions-chat-floating-btn:hover{transform:translateY(-3px);box-shadow:0 12px 32px #0284c78c}.portal-web-solutions-chat-badge-pulse{width:8px;height:8px;border-radius:50%;background-color:#22c55e;box-shadow:0 0 #22c55eb3;animation:portal-chat-pulse 1.8s infinite}@keyframes portal-chat-pulse{0%{transform:scale(.95);box-shadow:0 0 #22c55eb3}70%{transform:scale(1);box-shadow:0 0 0 8px #22c55e00}to{transform:scale(.95);box-shadow:0 0 #22c55e00}}.portal-web-solutions-chat-window{position:fixed;bottom:84px;right:24px;z-index:1200;width:380px;max-width:calc(100vw - 32px);height:520px;max-height:calc(100vh - 120px);background:#0e172a;border:1px solid rgba(56,189,248,.25);border-radius:12px;box-shadow:0 16px 48px #00000080;display:flex;flex-direction:column;overflow:hidden}.portal-web-solutions-chat-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#1e293b;border-bottom:1px solid rgba(255,255,255,.08)}.portal-web-solutions-chat-header-info{display:flex;align-items:center;gap:12px}.portal-web-solutions-chat-avatar{width:36px;height:36px;border-radius:50%;background:#0284c733;border:1px solid #06b6d4;display:flex;align-items:center;justify-content:center;color:#06b6d4}.portal-web-solutions-chat-title{font-family:var(--dkg-font-heading);font-weight:700;font-size:15px;color:#fff}.portal-web-solutions-chat-status{font-size:12px;color:#22c55e;display:flex;align-items:center;gap:6px}.portal-web-solutions-chat-close-btn{background:transparent;border:none;color:#94a3b8;cursor:pointer;padding:4px;border-radius:4px;transition:color .15s ease}.portal-web-solutions-chat-close-btn:hover{color:#fff}.portal-web-solutions-chat-body{flex:1;padding:16px;overflow-y:auto;display:flex;flex-direction:column;gap:12px;background:#070c18}.portal-web-solutions-chat-msg{max-width:82%;padding:12px 14px;border-radius:10px;font-size:14px;line-height:1.45}.portal-web-solutions-chat-msg-bot{align-self:flex-start;background:#1e293b;color:#f1f5f9;border:1px solid rgba(255,255,255,.08)}.portal-web-solutions-chat-msg-user{align-self:flex-end;background:#0284c7;color:#fff}.portal-web-solutions-chat-msg-time{font-size:10px;color:#ffffff80;margin-top:4px;text-align:right}.portal-web-solutions-chat-quick-replies{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.portal-web-solutions-chat-quick-btn{padding:6px 12px;background:#06b6d41a;border:1px solid rgba(6,182,212,.25);border-radius:16px;color:#06b6d4;font-size:12px;cursor:pointer;transition:background .15s ease}.portal-web-solutions-chat-quick-btn:hover{background:#06b6d433}.portal-web-solutions-chat-input-row{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#0e172a;border-top:1px solid rgba(255,255,255,.08)}.portal-web-solutions-chat-input{flex:1;padding:10px 14px;background:#070c18;border:1px solid rgba(255,255,255,.12);border-radius:6px;color:#fff;font-size:14px}.portal-web-solutions-chat-input:focus{outline:none;border-color:#06b6d4}.portal-web-solutions-chat-send-btn{display:flex;align-items:center;justify-content:center;width:38px;height:38px;background:#0284c7;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background .15s ease}.portal-web-solutions-chat-send-btn:hover{background:#0369a1}.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:72px}.portal-web-solutions-navbar-brand{display:flex;align-items:center;gap:12px;text-decoration:none}.portal-web-solutions-navbar-logo-box{display:flex;align-items:center;justify-content:center;height:36px;background:transparent;border:none;padding:0}.portal-web-solutions-navbar-logo-img{height:36px;max-height:36px;width:auto;object-fit:contain}.portal-web-solutions-navbar-menu{display:flex;align-items:center;gap:8px}.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:600;font-size:14px;line-height:18px;color:#003947;text-decoration:none;padding:6px 12px;border-radius:8px;min-width:64px;transition:background-color .2s ease,color .2s ease}.portal-web-solutions-navbar-link:hover,.portal-web-solutions-navbar-link-active{background-color:#0486c91a;color:#0486c9}.portal-web-solutions-navbar-actions{display:flex;align-items:center;gap:12px}.portal-web-solutions-navbar-chat-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 18px;background:#0486c9;border:1px solid #0486c9;border-radius:20px;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease}.portal-web-solutions-navbar-chat-btn:hover{background:#0374ad;border-color:#0374ad}.portal-web-solutions-navbar-hamburger-btn{display:none;align-items:center;justify-content:center;width:40px;height:40px;background:#0486c914;border:1px solid rgba(4,134,201,.2);border-radius:8px;color:#003947;cursor:pointer;transition:all .2s ease}.portal-web-solutions-navbar-hamburger-btn:hover{background:#0486c929;color:#0486c9}@media(max-width:1100px){.portal-web-solutions-navbar-hamburger-btn{display:flex}.portal-web-solutions-navbar-menu{position:absolute;top:72px;left:0;width:100%;background:#fff;border-bottom:2px solid #0486c9;box-shadow:0 12px 28px #00000026;flex-direction:column;align-items:stretch;padding:16px 20px 24px;gap:4px;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{font-size:14px;padding:10px 16px;border-radius:8px;border-bottom:1px solid #f1f5f9;width:100%;min-width:0;display:flex;flex-direction:row;justify-content:flex-start;gap:10px}.portal-web-solutions-navbar-link:last-child{border-bottom:none}.portal-web-solutions-navbar-link-active{background-color:#0486c91a;color:#0486c9;border-left:4px solid #0486c9}}@media(max-width:480px){.portal-web-solutions-navbar-inner{height:64px}.portal-web-solutions-navbar-menu{top:64px}.portal-web-solutions-navbar-logo-img{height:30px;max-height:30px}.portal-web-solutions-navbar-chat-btn span{display:none}.portal-web-solutions-navbar-chat-btn{padding:8px;border-radius:50%;width:38px;height:38px;justify-content:center}}.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{color:#ffffffd1;text-decoration:none;font-size:14px;transition:all .2s ease}.portal-footer-list li a: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-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:center;gap:12px;margin-bottom:10px;font-size:14px;color:#ffffffe0}.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-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{border:1px solid #0284c7;background:#0284c7;color:#fff}.portal-footer-ask-query-tab:hover{background:#0369a1;border-color:#0369a1;color:#fff;transform:translateY(-1px)}.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-grid{grid-template-columns:repeat(3,minmax(0,1fr));column-gap:32px;row-gap:32px}}@media(max-width:768px){.portal-footer-inner{padding-left:20px;padding-right:20px}.portal-footer-grid{grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);column-gap:28px;row-gap:32px}.portal-footer-brand{grid-column:1 / -1}.portal-footer-brand-desc{max-width:none}.portal-footer-bottom{flex-direction:column;align-items:stretch;gap:14px}.portal-footer-bottom-links{justify-content:center}}@media(max-width:480px){.portal-footer{padding:36px 0 28px}.portal-footer-grid{grid-template-columns:1fr;row-gap:24px}}@media(max-width:360px){.portal-footer-inner{padding-left:12px;padding-right:12px}.portal-footer-brand-title{font-size:20px}.portal-footer-action-tabs{flex-direction:column;gap:8px}.portal-footer-bottom-links{gap:10px}.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-home-hero{position:relative;padding:68px 0 72px;background:radial-gradient(circle at 68% 20%,#1e293b,#070c18 62%);border-bottom:1px solid var(--dkg-border-subtle);overflow:hidden}.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.15fr) minmax(0,.9fr);gap:48px;align-items:start;position:relative;z-index:10}.portal-web-solutions-hero-left{display:flex;flex-direction:column;align-items:flex-start}.portal-web-solutions-hero-tag{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;background:#0284c71f;border:1px solid rgba(56,189,248,.3);border-radius:var(--dkg-radius-full);font-size:13px;font-weight:600;color:var(--dkg-primary-cyan);margin-bottom:20px}.portal-web-solutions-hero-tag-dot{width:7px;height:7px;border-radius:50%;background:#22d3ee;box-shadow:0 0 8px #22d3ee}.portal-web-solutions-hero-main-title{font-size:44px;line-height:52px;font-weight:800;color:#fff;margin-bottom:14px;letter-spacing:-.02em}.portal-web-solutions-hero-gradient-text{display:block;background:linear-gradient(135deg,#7dd3fc,#38bdf8 45%,#0284c7);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.portal-web-solutions-hero-subtitle{font-size:16px;line-height:26px;color:#94a3b8;margin-bottom:40px;max-width:580px}.portal-web-solutions-hero-cta-row{display:flex;align-items:center;gap:16px;margin-bottom:0}.portal-web-solutions-hero-quote-btn{background:#0f4c81;box-shadow:none}.portal-web-solutions-hero-quote-btn:hover{background:#155e9c;box-shadow:none;transform:translateY(-1px)}.portal-web-solutions-hero-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;width:100%;margin-top:64px;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:32px 16px;min-height:132px;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-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-slider-wrap{width:100%;max-width:548px;margin-left:auto;margin-top:4px;display:flex;flex-direction:column;align-items:stretch;gap:18px}.portal-web-solutions-hero-slider{--hero-rotate-x: 0deg;--hero-rotate-y: 0deg;--hero-slide: 0;width:100%;overflow:hidden;perspective:1400px;cursor:pointer}.portal-web-solutions-hero-slider-track{display:flex;width:400%;transform:rotateX(var(--hero-rotate-x)) rotateY(var(--hero-rotate-y)) translate(calc(var(--hero-slide) * -25%));transform-style:preserve-3d;transition:transform .28s ease}.portal-web-solutions-hero-slide{width:25%;flex-shrink:0;padding:4px 4px 8px;display:flex;justify-content:center}.portal-web-solutions-hero-slide-card{position:relative;width:100%;min-height:348px;height:348px;padding:14px;border-radius:16px;background:linear-gradient(160deg,#0f172af5,#020617fa);border:1px solid rgba(56,189,248,.35);box-shadow:0 28px 56px #0006;transform:rotateY(-8deg) rotateX(4deg);display:flex;align-items:stretch;overflow:hidden}.portal-web-solutions-hero-slide-phone{justify-content:center}.portal-web-solutions-hero-web-window,.portal-web-solutions-hero-chat,.portal-web-solutions-hero-it-panel{width:100%;border-radius:12px;background:#0b1220;border:1px solid rgba(125,211,252,.2);overflow:hidden;display:flex;flex-direction:column}.portal-web-solutions-hero-web-chrome{display:flex;align-items:center;gap:6px;padding:10px 12px;background:#111827;border-bottom:1px solid rgba(255,255,255,.08)}.portal-web-solutions-hero-web-dot{width:8px;height:8px;border-radius:50%;background:#64748b}.portal-web-solutions-hero-web-dot:nth-child(1){background:#f87171}.portal-web-solutions-hero-web-dot:nth-child(2){background:#fbbf24}.portal-web-solutions-hero-web-dot:nth-child(3){background:#34d399}.portal-web-solutions-hero-web-name{margin-left:8px;font-size:12px;font-weight:600;color:#e2e8f0}.portal-web-solutions-hero-web-url{margin-left:auto;font-size:11px;color:#94a3b8}.portal-web-solutions-hero-web-nav{display:flex;gap:16px;padding:10px 14px 16px;font-size:12px;color:#e2e8f0;background:#0284c72e}.portal-web-solutions-hero-web-body{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:14px;flex:1}.portal-web-solutions-hero-web-stat{padding:12px;border-radius:10px;background:#38bdf81f;display:flex;flex-direction:column;gap:4px;color:#94a3b8;font-size:12px}.portal-web-solutions-hero-web-stat strong{font-size:24px;color:#fff}.portal-web-solutions-hero-web-chart{grid-column:1 / -1;height:56px;display:flex;align-items:flex-end;gap:8px;padding:8px 4px 0}.portal-web-solutions-hero-web-chart span{flex:1;border-radius:6px 6px 0 0;background:linear-gradient(180deg,#38bdf8,#0284c7)}.portal-web-solutions-hero-web-chart span:nth-child(1){height:42%}.portal-web-solutions-hero-web-chart span:nth-child(2){height:68%}.portal-web-solutions-hero-web-chart span:nth-child(3){height:54%}.portal-web-solutions-hero-web-chart span:nth-child(4){height:86%}.portal-web-solutions-hero-web-chart span:nth-child(5){height:62%}.portal-web-solutions-hero-chat{padding:14px;gap:10px}.portal-web-solutions-hero-chat-head{display:flex;align-items:center;gap:10px;color:#38bdf8;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.08)}.portal-web-solutions-hero-chat-meta{display:flex;flex-direction:column;gap:2px}.portal-web-solutions-hero-chat-meta strong{font-size:14px;color:#fff}.portal-web-solutions-hero-chat-meta span{font-size:11px;color:#34d399}.portal-web-solutions-hero-chat-msg{max-width:88%;padding:10px 12px;border-radius:12px;font-size:13px;line-height:18px}.portal-web-solutions-hero-chat-msg-user{margin-left:auto;background:#0284c7;color:#fff}.portal-web-solutions-hero-chat-msg-bot{background:#ffffff14;color:#e2e8f0}.portal-web-solutions-hero-chat-input{margin-top:auto;padding:10px 12px;border-radius:10px;border:1px solid rgba(56,189,248,.25);color:#64748b;font-size:12px}.portal-web-solutions-hero-phone{width:164px;height:300px;margin:0 auto;padding:10px 8px 8px;border-radius:26px;background:linear-gradient(180deg,#1e293b,#020617);border:3px solid rgba(148,163,184,.55);box-shadow:inset 0 0 0 2px #0f172a}.portal-web-solutions-hero-phone-notch{width:64px;height:6px;margin:0 auto 8px;border-radius:99px;background:#020617}.portal-web-solutions-hero-phone-screen{height:calc(100% - 14px);border-radius:16px;background:#0b1220;padding:10px;display:flex;flex-direction:column;gap:6px}.portal-web-solutions-hero-phone-bar{display:flex;align-items:center;gap:6px;color:#38bdf8;font-size:12px;font-weight:600}.portal-web-solutions-hero-phone-card{padding:8px 10px;border-radius:8px;background:#38bdf81f;display:flex;flex-direction:column;gap:2px;color:#94a3b8;font-size:10px}.portal-web-solutions-hero-phone-card strong{font-size:13px;color:#fff}.portal-web-solutions-hero-phone-tabs{margin-top:auto;display:flex;justify-content:space-between;padding:8px 6px;border-top:1px solid rgba(255,255,255,.08);color:#94a3b8;font-size:11px}.portal-web-solutions-hero-it-panel{padding:16px;gap:10px}.portal-web-solutions-hero-it-head{display:flex;align-items:center;gap:8px;color:#38bdf8;font-size:15px;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.08)}.portal-web-solutions-hero-it-row{display:grid;grid-template-columns:10px 1fr auto;gap:10px;align-items:center;padding:7px 8px;border-radius:8px;background:#ffffff0a;color:#e2e8f0;font-size:13px}.portal-web-solutions-hero-it-row em{font-style:normal;color:#34d399;font-size:12px}.portal-web-solutions-hero-it-dot{width:8px;height:8px;border-radius:50%;background:#34d399;box-shadow:0 0 8px #34d399}.portal-web-solutions-hero-it-uptime{margin-top:auto;padding:12px;border-radius:10px;background:linear-gradient(90deg,#0284c7,#06b6d4);color:#fff;font-size:16px;font-weight:700;text-align:center}.portal-web-solutions-hero-slider-dots{display:flex;justify-content:center;width:100%;gap:8px;padding-bottom:4px}.portal-web-solutions-hero-slider-dot{width:8px;height:8px;padding:0;border:none;border-radius:50%;background:#ffffff38;cursor:pointer}.portal-web-solutions-hero-slider-dot-active{background:#38bdf8;width:18px;border-radius:99px}@media(max-width:1024px){.portal-web-solutions-hero-grid{grid-template-columns:1fr;gap:24px}.portal-web-solutions-hero-main-title{font-size:36px;line-height:44px}.portal-web-solutions-hero-slider-wrap{margin-left:0;max-width:420px;margin-right:auto;align-items:stretch}.portal-web-solutions-hero-slide-card{transform:rotateY(-4deg) rotateX(2deg)}}@media(max-width:640px){.portal-web-solutions-home-hero{padding:36px 0 40px}.portal-web-solutions-hero-tag{font-size:12px;padding:5px 12px;margin-bottom:14px}.portal-web-solutions-hero-main-title{font-size:28px;line-height:34px;margin-bottom:12px}.portal-web-solutions-hero-subtitle{font-size:15px;line-height:24px;margin-bottom:24px}.portal-web-solutions-hero-cta-row{flex-direction:column;width:100%;align-items:stretch}.portal-web-solutions-hero-cta-row a{width:100%}.portal-web-solutions-hero-slider-wrap{max-width:100%}.portal-web-solutions-hero-slide{padding:2px 2px 6px}.portal-web-solutions-hero-slide-card{min-height:300px;height:300px;padding:12px;transform:none}.portal-web-solutions-hero-phone{width:148px;height:268px}.portal-web-solutions-hero-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:28px;padding-bottom:0}.portal-web-solutions-hero-metric-item{min-height:100px;padding:20px 10px}.portal-web-solutions-hero-metric-val{font-size:28px}.portal-web-solutions-hero-metric-label{font-size:13px}.portal-web-solutions-hero-it-row{font-size:12px;padding:6px 8px}}@media(max-width:360px){.portal-web-solutions-hero-main-title{font-size:24px;line-height:30px}.portal-web-solutions-hero-slide-card{min-height:280px;height:280px}.portal-web-solutions-hero-phone{width:132px;height:244px}}.portal-web-solutions-home-services-sec{padding:100px 0;background-color:#f8fafc;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.portal-web-solutions-home-sec-header{text-align:center;max-width:720px;margin:0 auto 48px}.portal-web-solutions-home-sec-title{font-size:38px;margin-bottom:16px;color:#0f172a;font-weight:800}.portal-web-solutions-home-sec-desc{color:#475569;font-size:17px;line-height:1.6}.portal-web-solutions-home-services-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.portal-web-solutions-home-service-card{background:#fff;border:1px solid rgba(2,132,199,.22);border-top:4px solid #0284c7;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;min-height:100%;box-shadow:0 10px 30px #0f172a14;transition:transform .25s ease,box-shadow .25s ease}.portal-web-solutions-home-service-card:hover{transform:translateY(-6px);box-shadow:0 16px 36px #0284c729}.portal-web-solutions-home-service-media{position:relative;height:140px;display:flex;align-items:center;justify-content:center;background:#e0f2fe;border-bottom:1px solid #bae6fd}.portal-web-solutions-home-service-step{position:absolute;top:14px;left:14px;padding:4px 10px;border-radius:20px;background:#0284c7;color:#fff;font-size:12px;font-weight:700;letter-spacing:.08em}.portal-web-solutions-home-service-icon-wrapper{width:64px;height:64px;border-radius:50%;background:#0284c7;color:#fff;display:flex;align-items:center;justify-content:center}.portal-web-solutions-home-service-card:hover .portal-web-solutions-home-service-icon-wrapper{background:#0284c71f;color:#0284c7}.portal-web-solutions-home-service-body{padding:20px 22px 24px;display:flex;flex-direction:column;flex:1;background:#fff}.portal-web-solutions-home-service-title{font-size:20px;margin-bottom:10px;color:#0f172a;font-weight:700}.portal-web-solutions-home-service-desc{font-size:14px;color:#64748b;line-height:1.65;margin-bottom:16px}.portal-web-solutions-home-service-bullets{display:flex;flex-direction:column;gap:8px;margin-top:auto}.portal-web-solutions-home-service-bullet-item{font-size:14px;color:#334155;font-weight:500;padding-left:14px;position:relative}.portal-web-solutions-home-service-bullet-item:before{content:"";position:absolute;left:0;top:8px;width:6px;height:6px;border-radius:50%;background:#0284c7}.portal-web-solutions-home-services-footer{display:flex;justify-content:center;margin-top:40px}@media(max-width:1100px){.portal-web-solutions-home-services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.portal-web-solutions-home-services-grid{grid-template-columns:1fr}}.portal-web-solutions-home-ai-root{padding:80px 0;background:#0b1120;border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05)}.portal-web-solutions-home-ai-header{text-align:center;max-width:720px;margin:0 auto 48px}.portal-web-solutions-home-ai-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;background:#0284c726;border:1px solid rgba(56,189,248,.35);border-radius:20px;color:#38bdf8;font-size:13px;font-weight:600;margin-bottom:16px}.portal-web-solutions-home-ai-title{font-family:var(--dkg-font-heading);font-size:36px;line-height:44px;font-weight:800;color:#fff;margin-bottom:14px}.portal-web-solutions-home-ai-desc{font-size:16px;line-height:26px;color:#94a3b8}.portal-web-solutions-home-ai-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media(max-width:900px){.portal-web-solutions-home-ai-grid{grid-template-columns:1fr}}.portal-web-solutions-home-ai-card{background:#0e172a;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:28px;display:flex;flex-direction:column;gap:16px;transition:transform .2s ease,border-color .2s ease}.portal-web-solutions-home-ai-card:hover{transform:translateY(-4px);border-color:#38bdf866}.portal-web-solutions-home-ai-card-icon{width:44px;height:44px;border-radius:8px;background:#0284c726;color:#38bdf8;display:flex;align-items:center;justify-content:center}.portal-web-solutions-home-ai-card-title{font-family:var(--dkg-font-heading);font-size:20px;font-weight:700;color:#fff}.portal-web-solutions-home-ai-card-desc{font-size:14px;line-height:22px;color:#94a3b8}.portal-web-solutions-home-ai-link{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:#38bdf8;text-decoration:none;margin-top:auto}.portal-web-solutions-home-ai-link:hover{color:#0284c7}.portal-web-solutions-home-why-us-sec{padding:100px 0;background-color:#f8fafc;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.portal-web-solutions-home-why-us-header{text-align:center;max-width:720px;margin:0 auto 60px}.portal-web-solutions-home-why-us-tag{font-size:14px;font-weight:700;color:#0284c7;text-transform:uppercase;letter-spacing:.1em;margin-bottom:12px}.portal-web-solutions-home-why-us-title{font-size:38px;font-weight:800;color:#0f172a;margin-bottom:16px;line-height:1.2}.portal-web-solutions-home-why-us-desc{font-size:17px;color:#475569;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:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:32px 24px;display:flex;flex-direction:column;gap:16px;box-shadow:0 4px 16px #0f172a0a;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:#0284c7;box-shadow:0 10px 28px #0284c71f}.portal-web-solutions-home-why-us-icon-wrapper{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}.portal-web-solutions-home-why-us-card-title{font-size:19px;font-weight:700;color:#0f172a}.portal-web-solutions-home-why-us-card-desc{font-size:14px;color:#475569;line-height:1.6}@media(max-width:1024px){.portal-web-solutions-home-why-us-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.portal-web-solutions-home-why-us-grid{grid-template-columns:1fr}}.portal-web-solutions-home-cta-sec{padding:90px 0;background:radial-gradient(circle at 50% 50%,#0e172a,#070c18);border-top:1px solid rgba(255,255,255,.08);position:relative;overflow:hidden}.portal-web-solutions-home-cta-card{background:linear-gradient(135deg,#0f172ae6,#070c18f2);border:1px solid rgba(56,189,248,.25);border-radius:16px;padding:60px 40px;text-align:center;box-shadow:0 16px 40px #00000059;position:relative;z-index:10}.portal-web-solutions-home-cta-title{font-size:38px;font-weight:800;color:#fff;margin-bottom:16px;line-height:1.2}.portal-web-solutions-home-cta-desc{font-size:17px;color:#94a3b8;max-width:620px;margin:0 auto 32px;line-height:1.6}.portal-web-solutions-home-cta-actions{display:flex;align-items:center;justify-content:center;gap:16px}@media(max-width:600px){.portal-web-solutions-home-cta-card{padding:40px 20px}.portal-web-solutions-home-cta-title{font-size:28px}.portal-web-solutions-home-cta-actions{flex-direction:column;width:100%}}.portal-web-solutions-home-root{display:flex;flex-direction:column;width:100%}.portal-web-solutions-about-root{min-height:100vh;background-color:var(--dkg-bg-dark);color:var(--dkg-text-main)}.portal-web-solutions-about-hero{padding:80px 0 60px;background:radial-gradient(circle at 50% 0%,#1e293b,#070c18 80%);border-bottom:1px solid var(--dkg-border-subtle);text-align:center}.portal-web-solutions-about-tag{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;background:#0284c71f;border:1px solid rgba(56,189,248,.3);border-radius:var(--dkg-radius-full);font-size:13px;font-weight:600;color:var(--dkg-primary-cyan);margin-bottom:20px}.portal-web-solutions-about-title{font-size:48px;line-height:56px;font-weight:800;color:#fff;margin-bottom:16px}.portal-web-solutions-about-subtitle{font-size:18px;line-height:28px;color:#94a3b8;max-width:720px;margin:0 auto}.portal-web-solutions-about-sec{padding:90px 0;background-color:#fff;border-bottom:1px solid #e2e8f0}.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-legal-nav{background-color:#fff;border-bottom:1px solid #e2e8f0;padding:14px 0;font-size:14px}.portal-web-solutions-legal-nav-inner{display:flex;align-items:center;gap:12px}.portal-web-solutions-legal-nav-home{color:#64748b;text-decoration:none;font-weight:500;transition:color .2s ease;flex-shrink:0}.portal-web-solutions-legal-nav-home:hover{color:#0284c7}.portal-web-solutions-legal-nav-separator{color:#cbd5e1;flex-shrink:0}.portal-web-solutions-legal-nav-links{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.portal-web-solutions-legal-nav-link{color:#475569;text-decoration:none;font-weight:600;padding:4px 0;border-bottom:2px solid transparent;transition:color .2s ease,border-color .2s ease}.portal-web-solutions-legal-nav-link:hover{color:#0284c7}.portal-web-solutions-legal-nav-link-active{color:#0284c7;border-bottom-color:#0284c7}.portal-web-solutions-services-root{background-color:#070c18;color:#f1f5f9}.portal-web-solutions-services-hero{padding:80px 0 60px;text-align:center;background:radial-gradient(circle at 50% -20%,#1e293b,#070c18 80%);border-bottom:1px solid rgba(255,255,255,.08)}.portal-web-solutions-services-title{font-size:48px;font-weight:800;color:#fff;margin-bottom:16px}.portal-web-solutions-services-subtitle{font-size:18px;color:#94a3b8;max-width:720px;margin:0 auto;line-height:1.6}.portal-web-solutions-services-list-sec{padding:60px 0 100px}.portal-web-solutions-services-item-card{background:#0f192db3;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:40px;margin-bottom:40px;display:grid;grid-template-columns:320px 1fr;gap:40px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 4px 16px #0000004d;transition:border-color .2s ease,transform .2s ease}.portal-web-solutions-services-item-card:hover{border-color:#38bdf84d;transform:translateY(-4px)}.portal-web-solutions-services-item-left{display:flex;flex-direction:column}.portal-web-solutions-services-item-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:#0284c726;border-radius:8px;color:#06b6d4;margin-bottom:20px;border:1px solid rgba(6,182,212,.2)}.portal-web-solutions-services-item-name{font-size:24px;font-weight:700;color:#fff;margin-bottom:8px}.portal-web-solutions-services-item-tagline{font-size:14px;color:#06b6d4;font-weight:600}.portal-web-solutions-services-item-right{display:flex;flex-direction:column;justify-content:center}.portal-web-solutions-services-item-desc{font-size:15px;color:#94a3b8;line-height:1.65;margin-bottom:24px}.portal-web-solutions-services-feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px 20px}.portal-web-solutions-services-feature-pill{display:flex;align-items:center;gap:10px;font-size:14px;color:#f1f5f9;font-weight:500}@media(max-width:992px){.portal-web-solutions-services-item-card{grid-template-columns:1fr;gap:24px;padding:28px}.portal-web-solutions-services-feature-grid{grid-template-columns:1fr}}.portal-web-solutions-modal-overlay{position:fixed;inset:0;z-index:1300;background:#070c18d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:20px}.portal-web-solutions-quote-modal{width:100%;max-width:620px;background:#0e172a;border:1px solid rgba(56,189,248,.25);border-radius:12px;box-shadow:0 24px 64px #0009;display:flex;flex-direction:column;overflow:hidden}.portal-web-solutions-quote-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;background:#1e293b;border-bottom:1px solid rgba(255,255,255,.08)}.portal-web-solutions-quote-modal-title{font-family:var(--dkg-font-heading);font-weight:700;font-size:20px;color:#fff}.portal-web-solutions-quote-modal-subtitle{font-size:13px;color:#94a3b8;margin-top:2px}.portal-web-solutions-quote-modal-close-btn{background:transparent;border:none;color:#94a3b8;cursor:pointer;padding:6px;border-radius:6px;transition:color .15s ease}.portal-web-solutions-quote-modal-close-btn:hover{color:#fff}.portal-web-solutions-quote-modal-body{padding:24px;display:flex;flex-direction:column;gap:20px}.portal-web-solutions-quote-form-group{display:flex;flex-direction:column;gap:8px}.portal-web-solutions-quote-label{font-size:14px;font-weight:600;color:#e2e8f0}.portal-web-solutions-quote-select,.portal-web-solutions-quote-input,.portal-web-solutions-quote-textarea{width:100%;padding:12px 14px;background:#070c18;border:1px solid rgba(255,255,255,.12);border-radius:8px;color:#fff;font-size:14px;box-sizing:border-box}.portal-web-solutions-quote-select:focus,.portal-web-solutions-quote-input:focus,.portal-web-solutions-quote-textarea:focus{outline:none;border-color:#06b6d4}.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-modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:16px 24px;background:#1e293b;border-top:1px solid rgba(255,255,255,.08)}.portal-web-solutions-quote-submit-btn{display:flex;align-items:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,#0284c7,#06b6d4);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:transform .15s ease,opacity .15s ease}.portal-web-solutions-quote-submit-btn:hover{opacity:.92;transform:translateY(-1px)}.portal-web-solutions-quote-success-box{padding:32px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}.portal-web-solutions-quote-success-icon{width:56px;height:56px;border-radius:50%;background:#22c55e26;border:1px solid #22c55e;color:#22c55e;display:flex;align-items:center;justify-content:center}.portal-web-solutions-websites-root{min-height:100vh;background-color:var(--dkg-bg-dark);color:var(--dkg-text-main)}.portal-web-solutions-websites-hero{padding:80px 0 60px;background:radial-gradient(circle at 50% 0%,#1e293b,#070c18 80%);border-bottom:1px solid var(--dkg-border-subtle);text-align:center}.portal-web-solutions-websites-tag{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;background:#0284c71f;border:1px solid rgba(56,189,248,.3);border-radius:30px;font-size:13px;font-weight:600;color:#38bdf8;margin-bottom:20px}.portal-web-solutions-websites-title{font-size:48px;line-height:56px;font-weight:800;color:#fff;margin-bottom:16px}.portal-web-solutions-websites-subtitle{font-size:18px;line-height:28px;color:#94a3b8;max-width:720px;margin:0 auto 32px}.portal-web-solutions-websites-tabs{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:24px}.portal-web-solutions-websites-tab-btn{padding:10px 20px;background:#ffffff0d;border:1px solid var(--dkg-border-subtle);border-radius:8px;color:#94a3b8;font-size:14px;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-estimator-sec{padding:80px 0;background-color:#0b1329;border-bottom:1px solid rgba(255,255,255,.1)}.portal-web-solutions-websites-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-websites-estimator-title{font-size:26px;font-weight:800;color:#fff;margin-bottom:8px}.portal-web-solutions-websites-estimator-subtitle{font-size:15px;color:#94a3b8;margin-bottom:28px}.portal-web-solutions-websites-slider-group{display:flex;flex-direction:column;gap:12px;margin-bottom:28px}.portal-web-solutions-websites-slider-label-row{display:flex;justify-content:space-between;font-size:14px;font-weight:600;color:#fff}.portal-web-solutions-websites-slider-val{color:#38bdf8;font-weight:800}.portal-web-solutions-websites-slider{width:100%;accent-color:#0284c7;cursor:pointer}.portal-web-solutions-websites-checkbox-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.portal-web-solutions-websites-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-websites-checkbox-item:hover{background:#0284c71f;border-color:#38bdf84d}.portal-web-solutions-websites-checkbox{accent-color:#0284c7;width:16px;height:16px;cursor:pointer}.portal-web-solutions-websites-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-websites-summary-heading{font-size:14px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:16px}.portal-web-solutions-websites-price-display{display:flex;align-items:baseline;gap:4px;margin-bottom:12px}.portal-web-solutions-websites-price-symbol{font-size:28px;font-weight:700;color:#38bdf8}.portal-web-solutions-websites-price-amount{font-size:52px;font-weight:800;color:#fff;line-height:1}.portal-web-solutions-websites-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-websites-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-websites-order-calc-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0284c766}.portal-web-solutions-websites-packages-sec{padding:90px 0;background-color:#fff;border-bottom:1px solid #e2e8f0}.portal-web-solutions-websites-sec-header{text-align:center;max-width:680px;margin:0 auto 60px}.portal-web-solutions-websites-sec-tag{font-size:14px;font-weight:700;color:#0284c7;text-transform:uppercase;letter-spacing:.1em;margin-bottom:12px}.portal-web-solutions-websites-sec-title{font-size:36px;font-weight:800;color:#0f172a;margin-bottom:16px}.portal-web-solutions-websites-sec-desc{font-size:16px;color:#475569;line-height:1.6}.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:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:40px 32px;display:flex;flex-direction:column;box-shadow:0 4px 20px #0f172a0f;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.portal-web-solutions-websites-package-card:hover{transform:translateY(-6px);border-color:#0284c7;box-shadow:0 16px 36px #0284c726}.portal-web-solutions-websites-package-popular{border:2px solid #0284c7;box-shadow:0 8px 30px #0284c72e}.portal-web-solutions-websites-badge-popular{position:absolute;top:-14px;right:28px;padding:4px 14px;background:linear-gradient(135deg,#0284c7,#06b6d4);color:#fff;font-size:12px;font-weight:700;border-radius:20px;text-transform:uppercase;letter-spacing:.05em}.portal-web-solutions-websites-package-name{font-size:24px;font-weight:800;color:#0f172a;margin-bottom:8px}.portal-web-solutions-websites-package-tagline{font-size:14px;color:#64748b;margin-bottom:24px;min-height:40px}.portal-web-solutions-websites-package-price-box{display:flex;align-items:baseline;gap:6px;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #e2e8f0}.portal-web-solutions-websites-package-currency{font-size:24px;font-weight:700;color:#0284c7}.portal-web-solutions-websites-package-price{font-size:44px;font-weight:800;color:#0f172a;line-height:1}.portal-web-solutions-websites-package-period{font-size:14px;color:#64748b}.portal-web-solutions-websites-package-features{list-style:none;padding:0;margin:0 0 32px;display:flex;flex-direction:column;gap:14px;flex:1}.portal-web-solutions-websites-package-feature-item{display:flex;align-items:center;gap:10px;font-size:14px;color:#334155}.portal-web-solutions-websites-package-check{color:#0d9488;flex-shrink:0}.portal-web-solutions-websites-package-order-btn{width:100%;padding:14px;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:8px;transition:background .2s ease,transform .2s ease}.portal-web-solutions-websites-package-order-btn:hover{background:#0374ad;transform:translateY(-2px)}@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:34px;line-height:42px}.portal-web-solutions-websites-checkbox-grid,.portal-web-solutions-websites-packages-grid{grid-template-columns:1fr}}.portal-web-solutions-solutions-root{background-color:#070c18;color:#f1f5f9}.portal-web-solutions-solutions-hero{padding:80px 0 60px;text-align:center;background:radial-gradient(circle at 50% -20%,#1e293b,#070c18 80%);border-bottom:1px solid rgba(255,255,255,.08)}.portal-web-solutions-solutions-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;background:#0284c726;border:1px solid rgba(2,132,199,.4);border-radius:20px;color:#38bdf8;font-size:13px;font-weight:600;margin-bottom:20px}.portal-web-solutions-solutions-title{font-family:var(--dkg-font-heading);font-size:48px;line-height:56px;font-weight:800;color:#fff;margin-bottom:16px}.portal-web-solutions-solutions-title-accent{background:linear-gradient(135deg,#38bdf8,#818cf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.portal-web-solutions-solutions-subtitle{font-size:18px;line-height:28px;color:#94a3b8;max-width:680px;margin:0 auto}.portal-web-solutions-solutions-grid-section{padding:60px 0 100px}.portal-web-solutions-solutions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}@media(max-width:900px){.portal-web-solutions-solutions-grid{grid-template-columns:1fr}}.portal-web-solutions-solution-card{background:#0e172a;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:36px;display:flex;flex-direction:column;gap:20px;transition:transform .25s ease,border-color .25s ease}.portal-web-solutions-solution-card:hover{transform:translateY(-4px);border-color:#38bdf866}.portal-web-solutions-solution-icon-box{width:52px;height:52px;border-radius:10px;background:#0284c726;border:1px solid rgba(2,132,199,.3);display:flex;align-items:center;justify-content:center;color:#38bdf8}.portal-web-solutions-solution-card-title{font-family:var(--dkg-font-heading);font-size:24px;font-weight:700;color:#fff}.portal-web-solutions-solution-card-desc{font-size:15px;line-height:24px;color:#94a3b8}.portal-web-solutions-solution-features{display:flex;flex-direction:column;gap:10px;margin-top:10px}.portal-web-solutions-solution-feature-item{display:flex;align-items:center;gap:10px;font-size:14px;color:#cbd5e1}.portal-web-solutions-solution-feature-item svg{color:#22c55e;flex-shrink:0}.portal-web-solutions-ai-demos-root{min-height:100vh;background-color:var(--dkg-bg-dark);color:var(--dkg-text-main)}.portal-web-solutions-ai-demos-hero{padding:80px 0 60px;background:radial-gradient(circle at 50% 0%,#1e293b,#070c18 80%);border-bottom:1px solid var(--dkg-border-subtle);text-align:center}.portal-web-solutions-ai-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;background:#0284c71f;border:1px solid rgba(56,189,248,.3);border-radius:30px;font-size:13px;font-weight:600;color:#38bdf8;margin-bottom:20px}.portal-web-solutions-ai-title{font-size:48px;line-height:56px;font-weight:800;color:#fff;margin-bottom:16px}.portal-web-solutions-ai-title-accent{background:linear-gradient(135deg,#38bdf8,#0284c7,#06b6d4);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.portal-web-solutions-ai-subtitle{font-size:18px;line-height:28px;color:#94a3b8;max-width:720px;margin:0 auto 40px}.portal-web-solutions-ai-demo-box{background:linear-gradient(135deg,#0f172af2,#070c18fa);border:1px solid rgba(56,189,248,.3);border-radius:16px;box-shadow:0 20px 50px #0006,0 0 30px #0284c726;overflow:hidden}.portal-web-solutions-ai-tabs{display:flex;background:#0f172ae6;border-bottom:1px solid rgba(255,255,255,.1);overflow-x:auto}.portal-web-solutions-ai-tab-btn{display:flex;align-items:center;gap:10px;padding:16px 24px;background:transparent;border:none;border-bottom:2px solid transparent;color:#94a3b8;font-size:14px;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .2s ease}.portal-web-solutions-ai-tab-btn:hover{color:#fff;background:#ffffff0a}.portal-web-solutions-ai-tab-active{color:#38bdf8;border-bottom-color:#0284c7;background:#0284c714}.portal-web-solutions-ai-tab-content{display:grid;grid-template-columns:1fr 1fr;gap:24px;padding:28px}.portal-web-solutions-ai-input-col,.portal-web-solutions-ai-output-col{display:flex;flex-direction:column;gap:12px}.portal-web-solutions-ai-col-header{display:flex;align-items:center;justify-content:space-between}.portal-web-solutions-ai-col-label{font-size:13px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.portal-web-solutions-ai-metric-badge{font-family:monospace;font-size:12px;color:#22c55e;background:#22c55e1f;border:1px solid rgba(34,197,94,.3);padding:2px 8px;border-radius:4px}.portal-web-solutions-ai-textarea{width:100%;height:220px;background:#020617;border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:16px;color:#f8fafc;font-family:monospace;font-size:14px;line-height:1.6;resize:vertical;box-sizing:border-box}.portal-web-solutions-ai-textarea:focus{outline:none;border-color:#0284c7;box-shadow:0 0 12px #0284c74d}.portal-web-solutions-ai-run-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,#0284c7,#06b6d4);border:none;border-radius:8px;color:#fff;font-weight:700;font-size:14px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.portal-web-solutions-ai-run-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #0284c766}.portal-web-solutions-ai-run-btn:disabled{opacity:.6;cursor:not-allowed}.portal-web-solutions-ai-output-box{width:100%;height:220px;background:#020617;border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:16px;color:#38bdf8;font-family:monospace;font-size:13px;line-height:1.7;white-space:pre-wrap;overflow-y:auto;box-sizing:border-box}.portal-web-solutions-ai-json-toggle-row{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:8px}.portal-web-solutions-ai-json-btn{font-family:monospace;font-size:12px;color:#94a3b8;background:transparent;border:1px solid rgba(255,255,255,.15);border-radius:4px;padding:4px 10px;cursor:pointer;transition:all .2s ease}.portal-web-solutions-ai-json-btn:hover{color:#fff;border-color:#0284c7}@media(max-width:992px){.portal-web-solutions-ai-tab-content{grid-template-columns:1fr}}.portal-web-solutions-testimonials-root{min-height:100vh;background-color:var(--dkg-bg-dark);color:var(--dkg-text-main)}.portal-web-solutions-testimonials-hero{padding:80px 0 60px;background:radial-gradient(circle at 50% 0%,#1e293b,#070c18 80%);border-bottom:1px solid var(--dkg-border-subtle);text-align:center}.portal-web-solutions-testimonials-tag{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;background:#0284c71f;border:1px solid rgba(56,189,248,.3);border-radius:var(--dkg-radius-full);font-size:13px;font-weight:600;color:var(--dkg-primary-cyan);margin-bottom:20px}.portal-web-solutions-testimonials-title{font-size:48px;line-height:56px;font-weight:800;color:#fff;margin-bottom:16px}.portal-web-solutions-testimonials-subtitle{font-size:18px;line-height:28px;color:#94a3b8;max-width:720px;margin:0 auto}.portal-web-solutions-testimonials-sec{padding:90px 0;background-color:#fff;border-bottom:1px solid #e2e8f0}.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-contact-root{background-color:#070c18;color:#f1f5f9}.portal-web-solutions-contact-hero{padding:80px 0 60px;text-align:center;background:radial-gradient(circle at 50% -20%,#1e293b,#070c18 80%);border-bottom:1px solid rgba(255,255,255,.08)}.portal-web-solutions-contact-title{font-size:48px;font-weight:800;color:#fff;margin-bottom:16px}.portal-web-solutions-contact-subtitle{font-size:18px;color:#94a3b8;max-width:640px;margin:0 auto;line-height:1.6}.portal-web-solutions-contact-sec{padding:60px 0 100px}.portal-web-solutions-contact-grid{display:grid;grid-template-columns:360px 1fr;gap:40px}.portal-web-solutions-contact-info-card{background:#0f192db3;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:36px;display:flex;flex-direction:column;gap:28px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.portal-web-solutions-contact-info-head{font-size:22px;font-weight:700;color:#fff;margin-bottom:8px}.portal-web-solutions-contact-info-text{font-size:14px;color:#94a3b8;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:#0284c726;border-radius:8px;color:#06b6d4;flex-shrink:0;border:1px solid rgba(6,182,212,.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:#fff;font-weight:500}.portal-web-solutions-contact-form-card{background:#0f192db3;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:40px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.portal-web-solutions-contact-form-title{font-size:24px;font-weight:700;color:#fff;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:#f1f5f9;margin-bottom:8px}.portal-web-solutions-contact-input,.portal-web-solutions-contact-select,.portal-web-solutions-contact-textarea{width:100%;padding:12px 16px;background:#070c18e6;border:1px solid rgba(255,255,255,.12);border-radius:6px;color:#fff;font-size:14px;transition:border-color .2s ease,box-shadow .2s ease}.portal-web-solutions-contact-input:focus,.portal-web-solutions-contact-select:focus,.portal-web-solutions-contact-textarea:focus{outline:none;border-color:#06b6d4;box-shadow:0 0 0 3px #06b6d426}.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:#5eead4;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-privacy-root{min-height:100vh;background-color:#fff;color:#0f172a}.portal-web-solutions-privacy-hero{padding:60px 0 40px;background:radial-gradient(circle at 50% 0%,#1e293b,#070c18 80%);color:#fff;text-align:center}.portal-web-solutions-privacy-tag{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;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:42px;font-weight:800;color:#fff;margin-bottom:12px}.portal-web-solutions-privacy-subtitle{font-size:16px;color:#94a3b8;max-width:680px;margin:0 auto;line-height:1.6}.portal-web-solutions-privacy-content{padding:60px 0 90px}.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{background-color:#f8fafc;min-height:100vh}.portal-web-solutions-terms-hero{padding:60px 0 40px;background:radial-gradient(circle at 50% 0%,#1e293b,#070c18 80%);color:#fff;text-align:center}.portal-web-solutions-terms-tag{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;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:42px;font-weight:800;color:#fff;margin-bottom:12px}.portal-web-solutions-terms-subtitle{font-size:16px;color:#94a3b8;max-width:680px;margin:0 auto;line-height:1.6}.portal-web-solutions-terms-content{padding:60px 0 90px}.portal-web-solutions-terms-accordion{display:flex;flex-direction:column;gap:16px}.portal-web-solutions-terms-item{background-color:#fff;border-radius:12px;border:1px solid #e2e8f0;overflow:hidden;transition:all .25s ease}.portal-web-solutions-terms-item-open{border-color:#0284c7;box-shadow:0 10px 30px #0284c714}.portal-web-solutions-terms-header{padding:24px 30px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;background-color:#fff;transition:background-color .2s ease}.portal-web-solutions-terms-header:hover{background-color:#f1f5f9}.portal-web-solutions-terms-header-left{display:flex;align-items:center;gap:14px}.portal-web-solutions-terms-icon{color:#0284c7}.portal-web-solutions-terms-header h3{font-size:17px;font-weight:700;color:#0f172a;margin:0}.portal-web-solutions-terms-toggle{color:#64748b;transition:transform .3s ease}.portal-web-solutions-terms-item-open .portal-web-solutions-terms-toggle{color:#0284c7;transform:rotate(180deg)}.portal-web-solutions-terms-body{max-height:0;overflow:hidden;transition:max-height .35s ease-out;background-color:#fff}.portal-web-solutions-terms-item-open .portal-web-solutions-terms-body{max-height:600px;overflow-y:auto;transition:max-height .4s ease-in}.portal-web-solutions-terms-body::-webkit-scrollbar{width:6px}.portal-web-solutions-terms-body::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:10px}.portal-web-solutions-terms-body-inner{padding:0 30px 30px}.portal-web-solutions-terms-text-wrapper{font-size:15px;line-height:1.8;color:#475569}.portal-web-solutions-terms-footer{margin-top:40px;text-align:center;padding:24px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;font-size:15px;color:#64748b}.portal-web-solutions-terms-footer-link{color:#0284c7;text-decoration:underline}.portal-web-solutions-cookies-root{min-height:100vh;background-color:#fff;color:#0f172a}.portal-web-solutions-cookies-hero{padding:60px 0 40px;background:radial-gradient(circle at 50% 0%,#1e293b,#070c18 80%);color:#fff;text-align:center}.portal-web-solutions-cookies-tag{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;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:42px;font-weight:800;color:#fff;margin-bottom:12px}.portal-web-solutions-cookies-subtitle{font-size:16px;color:#94a3b8;max-width:680px;margin:0 auto;line-height:1.6}.portal-web-solutions-cookies-content{padding:60px 0 90px}.portal-web-solutions-cookies-section-title{font-size:24px;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-list{display:flex;flex-direction:column;gap:20px;margin-top:24px}.portal-web-solutions-cookies-row{display:flex;gap:20px;padding:24px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px}.portal-web-solutions-cookies-row-icon{color:#0284c7;flex-shrink:0}.portal-web-solutions-cookies-row-title{font-size:18px;font-weight:700;color:#0f172a;margin:0 0 8px}.portal-web-solutions-cookies-row-desc{font-size:14px;color:#475569;line-height:1.6;margin:0 0 8px}.portal-web-solutions-cookies-row-names{font-size:13px;color:#0284c7;font-weight:600}.portal-web-solutions-cookies-management-box{margin-top:50px;padding:32px;background:#f8fafc;border-left:4px solid #0284c7;border-radius:8px}.portal-web-solutions-cookies-links{display:flex;gap:14px;margin:16px 0}.portal-web-solutions-cookies-links a{padding:6px 14px;background:#fff;border:1px solid #cbd5e1;border-radius:6px;color:#0284c7;font-weight:600;text-decoration:none;font-size:14px}.portal-web-solutions-cookies-warning{display:flex;align-items:center;gap:8px;color:#d97706;font-size:14px;margin-top:14px}.portal-web-solutions-gdpr-root{min-height:100vh;background-color:#fff;color:#0f172a}.portal-web-solutions-gdpr-hero{padding:60px 0 40px;background:radial-gradient(circle at 50% 0%,#1e293b,#070c18 80%);color:#fff;text-align:center}.portal-web-solutions-gdpr-tag{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;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:42px;font-weight:800;color:#fff;margin-bottom:12px}.portal-web-solutions-gdpr-subtitle{font-size:16px;color:#94a3b8;max-width:680px;margin:0 auto;line-height:1.6}.portal-web-solutions-gdpr-content{padding:60px 0 90px}.portal-web-solutions-gdpr-block{margin-bottom:40px}.portal-web-solutions-gdpr-section-title{font-size:24px;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-definitions-list{display:flex;flex-direction:column;gap:12px;margin-top:14px}.portal-web-solutions-gdpr-definition-item{padding:16px;background:#f8fafc;border-left:4px solid #0284c7;border-radius:6px;font-size:14px;line-height:1.6;color:#334155}.portal-web-solutions-gdpr-principles-list{display:flex;flex-direction:column;gap:16px;margin-top:16px}.portal-web-solutions-gdpr-principle-row{display:flex;align-items:flex-start;gap:16px;padding:20px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px}.portal-web-solutions-gdpr-principle-icon{color:#0284c7;flex-shrink:0}.portal-web-solutions-gdpr-principle-content{font-size:15px;color:#334155;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:60px 0 40px;background:radial-gradient(circle at 50% 0%,#1e293b,#070c18 80%);color:#fff;text-align:center}.portal-web-solutions-pcontact-tag{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;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:42px;font-weight:800;color:#fff;margin-bottom:12px}.portal-web-solutions-pcontact-subtitle{font-size:16px;color:#94a3b8;max-width:680px;margin:0 auto;line-height:1.6}.portal-web-solutions-pcontact-content{padding:60px 0 90px}.portal-web-solutions-pcontact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:50px}.portal-web-solutions-pcontact-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:32px 24px;display:flex;flex-direction:column;box-shadow:0 4px 16px #0f172a0a}.portal-web-solutions-pcontact-icon{color:#0284c7;margin-bottom:16px}.portal-web-solutions-pcontact-card-title{font-size:20px;font-weight:700;color:#0f172a;margin:0 0 12px}.portal-web-solutions-pcontact-card-text{font-size:14px;color:#475569;line-height:1.6;margin:0 0 16px;flex:1}.portal-web-solutions-pcontact-link{color:#0284c7;font-weight:600;text-decoration:none;font-size:15px}.portal-web-solutions-pcontact-info-block{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:32px}.portal-web-solutions-pcontact-info-title{font-size:20px;font-weight:800;color:#0f172a;margin-bottom: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:12px;font-size:14px;color:#334155;line-height:1.6}.portal-web-solutions-pcontact-right-icon{color:#0284c7;flex-shrink:0}@media(max-width:900px){.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{padding-left:15px;padding-right:15px}}.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)}
