:root{--portal-brand-primary: #2b8faf;--portal-brand-primary-hover: #247a96;--portal-brand-primary-dark: #1f6b82;--portal-brand-primary-active: #1a5566;--portal-brand-text: #1a4a58;--portal-brand-footer-bg: #247a96;--portal-brand-light-bg: #f2f8fb;--portal-brand-muted-bg: #e8f3f7;--portal-white: #ffffff;--portal-text-body: #334155;--portal-text-muted: #64748b;--portal-border: #e2e8f0;--portal-query-online-bg: #dcfce7;--portal-query-online-text: #166534;--portal-query-online-hover-bg: #16a34a;--portal-query-online-active-bg: #16a34a;--portal-query-online-active-hover-bg: #15803d;--portal-query-online-live-dot: #15803d;--portal-page-padding-top: 50px;--portal-page-padding-bottom: 100px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;padding:0;background-color:var(--portal-white);color:var(--portal-text-body);overflow-x:hidden}a{text-decoration:none;color:inherit}ul{list-style-type:none}button{cursor:pointer;border:none;background:none;font-family:inherit}.portal-container{max-width:1350px;width:100%;margin:0 auto;padding:0 40px}@media(max-width:768px){.portal-container{padding:0 20px!important}}@media(max-width:480px){.portal-container{padding:0 16px!important}}@media(max-width:360px){.portal-container{padding:0 12px!important}}.portal-main-layout{display:flex;flex-direction:column;height:100vh;overflow:hidden}.portal-main-body{flex:1;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;background-color:var(--portal-white)}.portal-main-page{flex:0 0 auto;display:flex;flex-direction:column;min-height:100%;width:100%}.portal-main-content{flex:1}.portal-header{--portal-header-height: 70px;height:var(--portal-header-height);background-color:var(--portal-white);border-bottom:1px solid var(--portal-border);position:sticky;top:0;z-index:1000;display:flex;align-items:center}.portal-header-inner{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 20px}.portal-header-logo{display:flex;align-items:center;flex:1 1 auto;min-width:0;max-width:220px}.portal-header-logo a{display:flex;align-items:center;min-width:0;max-width:100%}.portal-header-logo img{width:auto;max-width:100%;height:36px;max-height:36px;object-fit:contain;display:block}.portal-header-mobile-only,.portal-header-mobile-account-tabs{display:none}.portal-header-nav{flex:1;display:flex;justify-content:center}.portal-header-nav-list{display:flex;gap:10px;list-style:none;margin:0;padding:0}.portal-header-nav-link{text-decoration:none;color:var(--portal-brand-text);font-weight:500;font-size:15px;padding:8px 12px;border-radius:4px;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px}.portal-header-nav-icon{display:none;flex-shrink:0;color:#64748b;transition:color .3s ease}.portal-header-nav-link:hover .portal-header-nav-icon,.portal-header-nav-link.active .portal-header-nav-icon{color:inherit}.portal-header-nav-link:hover{background-color:var(--portal-brand-primary);color:var(--portal-white)}.portal-header-nav-link.active{color:var(--portal-brand-primary)}.portal-header-nav-link.active:hover{background-color:var(--portal-brand-primary);color:var(--portal-white)}.portal-header-query-online-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:150px;min-height:40px;padding:0 12px;border-radius:6px;background-color:var(--portal-query-online-bg);color:var(--portal-query-online-text);font-size:14px;font-weight:600;letter-spacing:.02em;white-space:nowrap;text-decoration:none;border:1.5px solid rgba(34,197,94,.35);box-shadow:0 2px 8px #22c55e24;transition:background-color .25s ease,color .25s ease,box-shadow .25s ease,transform .25s ease;flex-shrink:0}.portal-header-query-online-btn:hover{background-color:var(--portal-query-online-hover-bg);color:var(--portal-white);border-color:var(--portal-query-online-hover-bg);box-shadow:0 4px 14px #22c55e38;transform:translateY(-1px)}.portal-header-query-online-btn.active{background-color:var(--portal-query-online-active-bg);color:var(--portal-white);border-color:var(--portal-query-online-active-bg)}.portal-header-query-online-btn.active:hover{background-color:var(--portal-query-online-active-hover-bg);border-color:var(--portal-query-online-active-hover-bg);color:var(--portal-white);transform:translateY(-1px)}.portal-header-query-online-chat-icon{flex-shrink:0;color:var(--portal-query-online-live-dot)}.portal-header-query-online-btn:hover .portal-header-query-online-chat-icon,.portal-header-query-online-btn.active .portal-header-query-online-chat-icon{color:var(--portal-white)}.portal-header-right-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.portal-header-menu-toggle{display:none;background:none;border:none;color:var(--portal-brand-text);cursor:pointer;padding:4px;z-index:2000;flex-shrink:0;line-height:0}.portal-header-menu-toggle svg{width:28px;height:28px}@media(max-width:991px){.portal-header-inner{padding:0 14px;gap:8px}.portal-header-logo{max-width:min(170px,42vw)}.portal-header-logo img{height:30px;max-height:30px}.portal-header-menu-toggle{display:block}.portal-header-nav{position:fixed;top:var(--portal-header-height);left:0;width:100%;height:calc(100vh - var(--portal-header-height));background-color:var(--portal-white);z-index:1000;flex-direction:column;padding:28px 16px 24px;transform:translate(100%);transition:transform .3s ease;display:flex;justify-content:flex-start;overflow-y:auto}.portal-header-nav.mobile-open{transform:translate(0)}.portal-header-nav-list{flex-direction:column;width:100%;gap:0}.portal-header-nav-list li{width:100%;border-bottom:1px solid var(--portal-border)}.portal-header-nav-link{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:500;padding:18px 0;width:100%;border-radius:0}.portal-header-nav-icon{display:inline-block;width:18px;height:18px}.portal-header-nav-link.active{color:var(--portal-brand-primary);padding-left:8px;border-left:3px solid var(--portal-brand-primary)}.portal-header-nav-link.active:hover{color:var(--portal-white);border-left-color:var(--portal-brand-primary)}.portal-header-mobile-only{display:block}.portal-header-mobile-account-tabs{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:auto;padding-top:20px;border-top:1px solid var(--portal-border);width:100%}.portal-header-mobile-account-tab{display:flex;align-items:center;justify-content:center;min-height:42px;font-size:14px;font-weight:600;text-decoration:none;border-radius:6px;transition:all .2s ease;background-color:var(--portal-brand-light-bg);color:var(--portal-brand-primary);border:1px solid rgba(43,143,175,.15)}.portal-header-mobile-account-tab:hover{background-color:#e2f0f5}.portal-header-mobile-account-tab-login{background-color:var(--portal-brand-primary);color:var(--portal-white);border:none}.portal-header-mobile-account-tab-login:hover{background-color:var(--portal-brand-primary-dark);color:var(--portal-white)}.portal-header-query-online-text{display:inline}.portal-header-query-online-btn{width:auto;min-width:auto;height:auto;min-height:38px;padding:0 12px;border-radius:6px;font-size:13px;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 1px 6px #22c55e1f}.portal-header-right-actions{gap:6px}}@media(max-width:768px){.portal-header-inner{padding:0 12px;gap:6px}.portal-header-logo{max-width:min(150px,40vw)}.portal-header-logo img{height:28px;max-height:28px}.portal-header-nav{padding:24px 14px 20px}.portal-header-nav-link{font-size:18px;padding:16px 0;gap:8px}.portal-header-query-online-btn{width:auto;min-width:auto;height:auto;min-height:36px;padding:0 10px;font-size:13px;border-radius:6px}.portal-header-menu-toggle{padding:2px}.portal-header-menu-toggle svg{width:28px;height:28px}}@media(max-width:480px){.portal-header{--portal-header-height: 60px}.portal-header-inner{padding:0 10px;gap:6px}.portal-header-logo{max-width:min(130px,38vw)}.portal-header-logo img{height:28px;max-height:28px}.portal-header-nav{padding:20px 12px 16px}.portal-header-nav-link{font-size:18px;padding:15px 0}.portal-header-mobile-account-tabs{gap:8px;padding-top:16px}.portal-header-mobile-account-tab{min-height:40px;font-size:13px}.portal-header-query-online-btn{width:auto;min-width:auto;height:auto;min-height:34px;padding:0 8px;font-size:12px;border-radius:6px}.portal-header-menu-toggle svg{width:26px;height:26px}}@media(max-width:360px){.portal-header-inner{padding:0 8px;gap:4px}.portal-header-logo{max-width:min(120px,38vw)}.portal-header-logo img{height:28px;max-height:28px}.portal-header-nav{padding:16px 10px 14px}.portal-header-nav-link{font-size:17px;padding:14px 0;gap:6px}.portal-header-nav-link.active{padding-left:6px;border-left-width:2px}.portal-header-mobile-account-tabs{gap:6px;padding-top:14px}.portal-header-mobile-account-tab{min-height:38px;font-size:12px;border-radius:5px}.portal-header-query-online-btn{width:auto;min-width:auto;height:auto;min-height:32px;padding:0 6px;font-size:11px;border-radius:5px}.portal-header-right-actions{gap:4px}.portal-header-menu-toggle svg{width:24px;height:24px}}.portal-footer{background-color:var(--portal-brand-footer-bg);color:var(--portal-white);padding:60px 0 30px;border-top:3px solid var(--portal-brand-primary)}.portal-footer-inner{max-width:1440px;width:100%;margin:0 auto;padding:0 40px}.portal-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1.5fr;gap:40px;margin-bottom:40px}.portal-footer-column{display:flex;flex-direction:column}.portal-footer-title{font-size:14px;color:var(--portal-white);font-weight:600;margin-bottom:15px;text-transform:uppercase;letter-spacing:1px}.portal-footer-brand-title{font-size:28px;color:var(--portal-white);font-weight:700;margin-bottom:15px;line-height:1.2}.portal-footer-brand-desc{font-size:15px;line-height:24px;color:#ffffffe0;margin-bottom:20px;max-width:380px}.portal-footer-list{list-style:none;padding:0;margin:0}.portal-footer-list li{margin-bottom:10px}.portal-footer-list li a{color:#ffffffd9;text-decoration:none;font-size:14px;transition:all .3s ease}.portal-footer-list li a:hover{color:var(--portal-white);padding-left:5px}.portal-footer-contact-item{display:flex;align-items:center;gap:15px;margin-bottom:10px;font-size:15px;color:#ffffffe6}.portal-footer-account-links{display:inline-flex;align-items:stretch;margin-top:20px;border-radius:6px;border:1.5px solid var(--portal-white);overflow:hidden;width:fit-content;box-shadow:0 2px 10px #0000001f}.portal-footer-account-link{display:flex;align-items:center;padding:12px 20px;font-size:14px;font-weight:600;color:var(--portal-brand-primary);background-color:var(--portal-white);text-decoration:none;letter-spacing:.02em;transition:background-color .25s ease,color .25s ease}.portal-footer-account-separator{width:1px;background-color:#2b8faf40;flex-shrink:0}.portal-footer-account-link:hover{background-color:var(--portal-brand-light-bg);color:var(--portal-brand-primary-dark)}.portal-footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding-top:30px;text-align:center}.portal-footer-bottom p{font-size:14px;color:#ffffffa6}@media(max-width:1024px){.portal-footer-inner{padding:0 40px!important}.portal-footer-grid{grid-template-columns:repeat(2,1fr);gap:40px}}@media(max-width:768px){.portal-footer-inner{padding:0 20px!important}.portal-footer-grid{grid-template-columns:1fr;gap:30px}}@media(max-width:360px){.portal-footer{padding:40px 0 20px}.portal-footer-inner{padding:0 12px!important}}.portal-home-interest-form{width:100%;max-width:820px;margin:0 auto;background:linear-gradient(145deg,#f8fafc,#f1f5f9);border:1px solid rgba(43,143,175,.15);border-radius:16px;padding:35px;box-shadow:0 10px 25px -5px #0000000a,0 8px 10px -6px #0000000a}.portal-home-interest-form-inner{display:flex;flex-direction:column;gap:22px}.portal-home-interest-form-header{text-align:center;margin-bottom:6px}.portal-home-interest-form-title{font-size:22px;font-weight:700;color:#1a5566;margin:0 0 6px}.portal-home-interest-form-subtitle{font-size:14px;color:#64748b;margin:0;line-height:1.5}.portal-home-interest-form-selectors{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.portal-home-interest-form-field{display:flex;flex-direction:column;gap:8px}.portal-home-interest-form-field-full{width:100%}.portal-home-interest-form-label{font-size:13px;font-weight:600;color:#1a5566}.portal-home-interest-form-select-wrapper{position:relative;display:flex;align-items:center;width:100%}.portal-home-interest-form-select{width:100%;padding:12px 40px 12px 14px;border:1.5px solid #cbd5e1;border-radius:8px;background-color:var(--portal-white);font-size:14px;font-weight:500;color:#1a5566;appearance:none;cursor:pointer;transition:all .25s ease}.portal-home-interest-form-select:focus{outline:none;border-color:#2b8faf;box-shadow:0 0 0 3px #2b8faf1f}.portal-home-interest-form-select-chevron{position:absolute;right:14px;color:#64748b;pointer-events:none}.portal-home-interest-form-multiselect{position:relative;width:100%}.portal-home-interest-form-multiselect-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px 14px;border:1.5px solid #cbd5e1;border-radius:8px;background-color:var(--portal-white);color:#1a5566;font-size:14px;font-weight:500;cursor:pointer;transition:all .25s ease;text-align:left}.portal-home-interest-form-multiselect-trigger:focus,.portal-home-interest-form-multiselect-trigger.active{outline:none;border-color:#2b8faf;box-shadow:0 0 0 3px #2b8faf1f}.portal-home-interest-form-multiselect-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:320px}.portal-home-interest-form-multiselect-chevron{color:#64748b;transition:transform .2s ease;flex-shrink:0}.portal-home-interest-form-multiselect-chevron.open{transform:rotate(180deg)}.portal-home-interest-form-multiselect-dropdown{position:absolute;top:calc(100% + 6px);left:0;width:100%;max-height:240px;overflow-y:auto;background-color:var(--portal-white);border:1.5px solid #cbd5e1;border-radius:8px;box-shadow:0 10px 20px -5px #0000001a;z-index:100;padding:8px;display:flex;flex-direction:column;gap:4px}.portal-home-interest-form-multiselect-option{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:6px;cursor:pointer;transition:background-color .2s ease}.portal-home-interest-form-multiselect-option:hover{background-color:#f1f5f9}.portal-home-interest-form-multiselect-option.selected{background-color:#2b8faf14}.portal-home-interest-form-multiselect-option input{display:none}.portal-home-interest-form-multiselect-checkbox-box{width:18px;height:18px;border:1.5px solid #cbd5e1;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;background-color:var(--portal-white);flex-shrink:0}.portal-home-interest-form-multiselect-option.selected .portal-home-interest-form-multiselect-checkbox-box{background-color:var(--portal-brand-primary);border-color:var(--portal-brand-primary)}.portal-home-interest-form-check-icon{color:var(--portal-white)}.portal-home-interest-form-multiselect-option-text{font-size:13.5px;color:#334155;font-weight:500;line-height:1.3}.portal-home-interest-form-multiselect-option.selected .portal-home-interest-form-multiselect-option-text{color:#1a5566;font-weight:600}.portal-home-interest-form-details{display:flex;flex-direction:column;gap:16px}.portal-home-interest-form-details-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.portal-home-interest-form-input-wrapper{position:relative;display:flex;align-items:center;width:100%}.portal-home-interest-form-input-icon{position:absolute;left:14px;color:#64748b;pointer-events:none;transition:color .2s ease}.portal-home-interest-form-input-wrapper:focus-within .portal-home-interest-form-input-icon{color:var(--portal-brand-primary)}.portal-home-interest-form-input{width:100%;padding:12px 14px 12px 42px;border:1.5px solid #cbd5e1;border-radius:8px;background-color:var(--portal-white);font-size:14px;color:#1a5566;transition:all .25s ease}.portal-home-interest-form-input:focus{outline:none;border-color:#2b8faf;box-shadow:0 0 0 3px #2b8faf1f}.portal-home-interest-form-textarea{width:100%;padding:12px 14px;border:1.5px solid #cbd5e1;border-radius:8px;background-color:var(--portal-white);font-size:14px;color:#1a5566;resize:vertical;min-height:80px;transition:all .25s ease}.portal-home-interest-form-textarea:focus{outline:none;border-color:#2b8faf;box-shadow:0 0 0 3px #2b8faf1f}.portal-home-interest-form-actions{display:flex;justify-content:center}.portal-home-interest-form-submit{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:220px;padding:14px 24px;border:none;border-radius:8px;background:linear-gradient(135deg,#1f6b82,#1a5566);color:#fff;font-size:15px;font-weight:600;cursor:pointer;box-shadow:0 4px 12px #1a556626;transition:all .25s ease}.portal-home-interest-form-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px #1a556638}.portal-home-interest-form-submit:disabled{opacity:.65;cursor:not-allowed;box-shadow:none}.portal-home-interest-form-status{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 16px;border-radius:8px;font-size:14px;font-weight:500;margin-top:5px;line-height:1.4}.portal-home-interest-form-status-success{background-color:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.portal-home-interest-form-status-error{background-color:#fef2f2;border:1px solid #fecaca;color:#991b1b}.portal-home-interest-form-status-icon{font-size:16px;font-weight:700}@media(max-width:900px){.portal-home-interest-form{padding:25px}.portal-home-interest-form-selectors{grid-template-columns:1fr;gap:15px}.portal-home-interest-form-details{gap:15px}.portal-home-interest-form-details-row{grid-template-columns:1fr;gap:15px}}@media(max-width:480px){.portal-home-interest-form{padding:15px;border-radius:12px}.portal-home-interest-form-submit{width:100%}.portal-home-interest-form-multiselect-label{max-width:240px}}.portal-home-page{width:100%;overflow-x:hidden}.portal-home-top-band{width:100%;background:linear-gradient(135deg,#1f6b82,#1a5566);padding-top:60px;padding-bottom:60px}.portal-home-section-header{text-align:center;margin-bottom:40px;min-height:40px}.portal-home-section-tag{display:inline-block;color:#2b8faf;font-weight:700;font-size:13px;margin-bottom:10px;text-transform:uppercase;letter-spacing:1.5px}.portal-home-section-title{font-size:32px;color:#1a4a58;font-weight:500;line-height:1.25;max-width:640px;margin:0 auto}.portal-home-section{width:100%;padding:50px 0 100px}.portal-home-sections>.portal-home-section:last-child{padding-bottom:100px}.portal-home-section-body{min-height:80px}.portal-home-section-tone-white{background-color:#fff}.portal-home-section-tone-blue{background:linear-gradient(135deg,#1f6b82,#1a5566)}.portal-home-section-tone-blue .portal-home-section-tag{color:#b8dce8}.portal-home-section-tone-blue .portal-home-section-title{color:#fff}.portal-home-section-submit-interest .portal-home-section-body,.portal-home-section-who-we-are .portal-home-section-body{min-height:0}.portal-home-who-we-are-wrapper{display:flex;justify-content:space-between;align-items:center;gap:60px;width:100%}.portal-home-who-we-are-left{flex:1}.portal-home-who-we-are-visual-frame{width:100%;max-width:630px;height:380px;border-radius:10px;overflow:hidden;box-shadow:0 20px 40px #1a4a581f}.portal-home-who-we-are-img{width:100%;height:100%;object-fit:cover;display:block}.portal-home-who-we-are-right{flex:1;display:flex;flex-direction:column}.portal-home-who-we-are-subheading{margin:0 0 16px;font-size:20px;font-weight:700;line-height:1.4;color:#1a5566}.portal-home-who-we-are-text{margin:0 0 18px;font-size:16px;line-height:1.65;color:#64748b;text-align:justify}.portal-home-who-we-are-text:last-of-type{margin-bottom:24px}.portal-home-who-we-are-link{display:inline-flex;align-items:center;gap:8px;width:fit-content;color:#2b8faf;font-size:15px;font-weight:600;text-decoration:none}.portal-home-who-we-are-link:hover{text-decoration:underline}.portal-home-section-what-we-do .portal-home-section-body{min-height:0}.portal-home-what-we-do-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;width:100%}.portal-home-what-we-do-card{background-color:#fff;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;text-decoration:none;box-shadow:0 12px 32px #0f2d372e;transition:transform .3s ease,box-shadow .3s ease}.portal-home-what-we-do-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #0f2d373d}.portal-home-what-we-do-card-img{width:100%;height:200px;object-fit:cover;display:block}.portal-home-what-we-do-card-content{padding:25px;flex:1;display:flex;flex-direction:column}.portal-home-what-we-do-card-title{margin:0 0 10px;font-size:22px;color:#1a5566;font-weight:700;text-align:center}.portal-home-what-we-do-card-subtitle{margin:0 0 16px;font-size:16px;color:#2b8faf;font-weight:600;text-align:center;line-height:1.45}.portal-home-what-we-do-card-desc-wrap{margin-bottom:20px}.portal-home-what-we-do-card-text{margin:0 0 12px;font-size:15px;color:#64748b;line-height:1.65;text-align:justify}.portal-home-what-we-do-card-desc-wrap .portal-home-what-we-do-card-text:last-child{margin-bottom:0}.portal-home-what-we-do-card-list{list-style:none;padding:0;margin:auto 0 0}.portal-home-what-we-do-card-list li{position:relative;padding-left:20px;font-size:15px;color:#64748b;margin-bottom:8px}.portal-home-what-we-do-card-list li:last-child{margin-bottom:0}.portal-home-what-we-do-card-list li:before{content:"•";position:absolute;left:0;color:#2b8faf;font-weight:700}.portal-home-hero{width:100%}.portal-home-hero-inner{display:flex;height:380px;gap:30px}.portal-home-hero-left{flex:1;height:380px;display:flex;flex-direction:column;justify-content:center}.portal-home-hero-content-wrapper{max-width:620px}.portal-home-hero-tabs{display:flex;gap:6px;margin-bottom:18px}.portal-home-hero-tab{padding:8px 10px;font-size:16px;font-weight:500;color:#badce68c;cursor:pointer;border-bottom:2px solid transparent;transition:all .3s ease;letter-spacing:.02em}.portal-home-hero-tab:hover{color:#badce6b8}.portal-home-hero-tab.active{color:#fff;border-bottom-color:#ffffff59}.portal-home-hero-title{font-size:36px;color:#fff;font-weight:700;line-height:1.1;margin-top:30px;margin-bottom:12px}.portal-home-hero-desc{font-size:16px;line-height:1.6;color:#cbd5e1;max-width:580px;margin-bottom:30px}.portal-home-hero-desc-wrap{max-width:580px;margin-bottom:30px}.portal-home-hero-desc-line{font-size:16px;line-height:1.6;color:#cbd5e1;margin:0 0 12px}.portal-home-hero-desc-line:last-child{margin-bottom:0}.portal-home-hero-cta-btn{display:inline-flex;align-items:center;gap:12px;background:linear-gradient(135deg,#1f6b82,#1a5566);color:#e8f3f7;border:1px solid rgba(255,255,255,.28);padding:14px 28px;border-radius:8px;font-weight:500;font-size:16px;transition:all .3s ease;text-decoration:none}.portal-home-hero-cta-btn:hover{background:linear-gradient(135deg,#247a96,#1f6b82);color:#f1f5f9;border-color:#fff6;transform:translate(5px)}.portal-home-hero-right{flex:1;height:380px;position:relative;overflow:hidden;background-color:#fff;border-radius:8px;box-shadow:0 16px 40px #1a4a5840}.portal-home-hero-banner-panel{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .45s ease,visibility .45s ease}.portal-home-hero-banner-panel.active{opacity:1;visibility:visible;z-index:1}.portal-home-hero-banner{width:100%;height:100%;object-fit:cover;display:block;border-radius:8px}.portal-home-stats{width:100%;padding-top:60px}.portal-home-stats-grid{display:flex;flex-direction:row;gap:30px;width:100%}.portal-home-stat-card{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center;background:linear-gradient(135deg,#1f6b82,#1a5566);border:1px solid rgba(255,255,255,.28);border-radius:8px}.portal-home-stat-card-number{font-size:40px;font-weight:500;color:#fff;line-height:1;margin-bottom:15px}.portal-home-stat-card-label{font-size:16px;color:#e8f3f7;font-weight:400;opacity:.95}@media(max-width:1024px){.portal-home-top-band{padding-top:30px;padding-bottom:40px}.portal-home-hero-inner{flex-direction:column;width:100%;gap:25px;height:auto}.portal-home-hero-left,.portal-home-hero-right{flex:none}.portal-home-hero-left{order:2;align-items:flex-start;height:auto;justify-content:flex-start;width:100%}.portal-home-hero-right{order:1;height:320px;width:100%;max-width:600px;margin:0 auto 10px;background-color:transparent;box-shadow:none;position:relative;overflow:hidden}.portal-home-hero-tabs{display:flex;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;width:100%;scrollbar-width:none;padding-bottom:4px}.portal-home-hero-tabs::-webkit-scrollbar{display:none}.portal-home-hero-tab{flex-shrink:0;white-space:nowrap}.portal-home-hero-banner-panel{position:absolute;top:0;left:0;width:100%;height:100%}.portal-home-hero-banner{border-radius:8px;width:100%;height:100%;object-fit:cover;box-shadow:0 12px 32px #1a4a5833}.portal-home-hero-content-wrapper,.portal-home-hero-desc{max-width:100%}.portal-home-hero-title{font-size:30px;margin-top:10px}.portal-home-hero-desc{font-size:15px;margin-bottom:25px}.portal-home-stats-grid{flex-wrap:wrap}.portal-home-stat-card{flex:1 1 calc(50% - 15px);min-width:140px}.portal-home-section{padding:40px 0 70px}.portal-home-section-header{margin-bottom:32px}.portal-home-section-title{font-size:28px;max-width:520px}.portal-home-who-we-are-wrapper{flex-direction:column;gap:30px;align-items:center}.portal-home-who-we-are-left,.portal-home-who-we-are-right{width:100%;max-width:100%}.portal-home-who-we-are-visual-frame{max-width:100%;height:300px}.portal-home-what-we-do-card-grid{grid-template-columns:1fr;gap:20px}}@media(max-width:768px){.portal-home-top-band{padding-top:30px;padding-bottom:40px}.portal-home-section{padding:40px 0 60px}.portal-home-sections>.portal-home-section:last-child{padding-bottom:60px}.portal-home-section-header{margin-bottom:28px}.portal-home-section-title{font-size:26px;max-width:480px}.portal-home-hero-title{font-size:28px}.portal-home-stats{padding-top:30px}.portal-home-hero-right{height:280px;margin-bottom:5px}.portal-home-stat-card-number{font-size:32px}.portal-home-who-we-are-visual-frame{height:260px}.portal-home-who-we-are-subheading{font-size:18px}.portal-home-who-we-are-text{font-size:15px;text-align:left}.portal-home-what-we-do-card-title{font-size:20px}.portal-home-what-we-do-card-text,.portal-home-what-we-do-card-list li{font-size:14px}}@media(max-width:480px){.portal-home-top-band{padding-top:15px;padding-bottom:30px}.portal-home-section{padding:30px 0 50px}.portal-home-sections>.portal-home-section:last-child{padding-bottom:50px}.portal-home-section-header{margin-bottom:24px}.portal-home-section-title{font-size:22px;max-width:100%;padding:0 4px}.portal-home-section-tag{font-size:11px;letter-spacing:1px;margin-bottom:8px}.portal-home-hero-title{font-size:24px}.portal-home-hero-tabs{gap:6px}.portal-home-hero-tab{padding:8px 10px}.portal-home-stats{padding-top:20px}.portal-home-hero-cta-btn{width:fit-content}.portal-home-hero-right{height:250px;width:100%;max-width:100%;margin:0 auto;border-radius:8px}.portal-home-hero-inner{gap:20px}.portal-home-stats-grid{gap:16px}.portal-home-stat-card{flex:1 1 calc(50% - 8px);padding:24px 12px}.portal-home-stat-card-number{font-size:28px;margin-bottom:8px}.portal-home-stat-card-label{font-size:14px}.portal-home-who-we-are-visual-frame{height:220px}}@media(max-width:360px){.portal-home-section{padding:25px 0 40px}.portal-home-sections>.portal-home-section:last-child{padding-bottom:40px}.portal-home-section-title{font-size:20px;line-height:1.3}.portal-home-hero-title{font-size:22px}.portal-home-hero-desc{font-size:14px;line-height:1.5}.portal-home-hero-right{height:200px}}.portal-about-page{width:100%}.portal-about-breadcrumbs-bar{background:linear-gradient(135deg,#1f6b82,#1a5566);height:50px;border-bottom:1px solid rgba(255,255,255,.1);font-size:14px;color:#ffffffb3}.portal-about-breadcrumbs-bar .portal-container{display:flex;align-items:center;height:100%;gap:8px}.portal-about-breadcrumbs-bar a{color:#ffffffe6;text-decoration:none}.portal-about-breadcrumbs-bar a:hover{text-decoration:underline;color:#fff}.portal-about-breadcrumbs-bar span{color:#fff;font-weight:600}.portal-about-body{padding:var(--portal-page-padding-top) 0 var(--portal-page-padding-bottom) 0;min-height:400px}.portal-services-page{width:100%;background-color:#fff}.portal-services-breadcrumbs-bar{background:linear-gradient(135deg,#1f6b82,#1a5566);height:50px;border-bottom:1px solid rgba(255,255,255,.1);font-size:14px;color:#ffffffb3}.portal-services-breadcrumbs-bar .portal-container{display:flex;align-items:center;height:100%;gap:8px}.portal-services-breadcrumbs-bar a{color:#ffffffe6;text-decoration:none}.portal-services-breadcrumbs-bar a:hover{text-decoration:underline;color:#fff}.portal-services-breadcrumbs-bar span{color:#fff;font-weight:600}.portal-services-header{padding:36px 0 28px;text-align:center;border-bottom:1px solid #e2e8f0;background:linear-gradient(135deg,#1f6b82,#1a5566)}.portal-services-tag{display:inline-block;margin-bottom:12px;padding:6px 14px;border-radius:999px;background-color:#fff;border:1px solid #e2e8f0;color:#2b8faf;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.portal-services-title{margin:0 0 12px;font-size:32px;font-weight:800;color:#fff}.portal-services-intro{max-width:720px;margin:0 auto;font-size:16px;line-height:1.6;color:#ffffffd9}.portal-services-body{padding:var(--portal-page-padding-top) 0 var(--portal-page-padding-bottom) 0;min-height:400px}.portal-services-layout{display:flex;align-items:flex-start;gap:32px}.portal-services-sidebar{flex:0 0 240px;position:sticky;top:90px;padding:20px;border:1px solid var(--portal-border);border-radius:12px;background-color:var(--portal-brand-light-bg)}.portal-services-sidebar-label{margin:0 0 14px;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--portal-text-muted)}.portal-services-main{flex:1;min-width:0}.portal-services-tabs{display:flex;flex-direction:column;gap:8px;margin:0}.portal-services-tab{width:100%;padding:14px 16px;font-size:15px;font-weight:600;color:var(--portal-brand-text);text-align:left;background-color:var(--portal-white);border:1px solid var(--portal-border);border-radius:8px;cursor:pointer;transition:color .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease;font-family:inherit}.portal-services-tab:hover{color:var(--portal-brand-primary);border-color:#2b8faf59;background-color:var(--portal-white)}.portal-services-tab.active{color:#fff;background:linear-gradient(135deg,#1f6b82,#2b8faf);border-color:transparent;box-shadow:0 2px 8px #2b8faf47}.portal-services-tab:focus-visible{outline:2px solid var(--portal-brand-primary);outline-offset:2px}.portal-services-table-wrap{overflow-x:auto;border:1px solid #e2e8f0;border-radius:12px;background-color:#fff}.portal-services-table{width:100%;border-collapse:collapse;font-size:16px;text-align:left}.portal-services-table thead{background-color:#f2f8fb}.portal-services-table th,.portal-services-table td{padding:16px 18px;border-bottom:1px solid #e2e8f0;vertical-align:top}.portal-services-table th{font-size:13px;font-weight:700;color:#1a5566;text-transform:uppercase;letter-spacing:.04em}.portal-services-table tbody tr:last-child td{border-bottom:none}.portal-services-table-col-step{width:56px;text-align:center}.portal-services-table-col-method{width:140px}.portal-services-table-col-audience{width:110px;text-align:center}.portal-services-table-audience-link{color:#2b8faf;text-decoration:none;font-weight:700}.portal-services-table-audience-link:hover{text-decoration:underline}.portal-services-table-cell-step{text-align:center;font-weight:700;color:#2b8faf}.portal-services-table-cell-method{font-weight:700;color:#1a5566}.portal-services-table-cell-summary{color:#64748b;line-height:1.5}.portal-services-table-cell-tick-cross{text-align:center;vertical-align:middle}.portal-services-tick-yes,.portal-services-table-tick-yes{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background-color:#e6f4f8;color:#2b8faf}.portal-services-tick-no,.portal-services-table-tick-no{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background-color:#f8fafc;color:#cbd5e1}.portal-services-audience-links{margin-top:40px;text-align:center}.portal-services-audience-links-label{margin:0 0 14px;font-size:14px;font-weight:600;color:#64748b}.portal-services-audience-links-row{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.portal-services-audience-link{display:inline-block;padding:10px 20px;border-radius:8px;border:1px solid #2b8faf;color:#2b8faf;font-size:14px;font-weight:600;text-decoration:none;background-color:#fff}.portal-services-audience-link:hover{background-color:#f2f8fb}@media(max-width:900px){.portal-services-title{font-size:26px}.portal-services-layout{flex-direction:column;gap:24px}.portal-services-sidebar{flex:none;width:100%;position:static;padding:16px}.portal-services-tabs{flex-direction:row;flex-wrap:wrap;gap:8px}.portal-services-tab{flex:1 1 calc(33.333% - 6px);min-width:100px;text-align:center;padding:12px 10px;font-size:14px}.portal-services-table th,.portal-services-table td{padding:12px 10px;font-size:13px}.portal-services-table-col-summary{min-width:200px}}@media(max-width:360px){.portal-services-body{padding:var(--portal-page-padding-top) 0 var(--portal-page-padding-bottom) 0}.portal-services-sidebar{padding:12px}.portal-services-tabs{flex-direction:column}.portal-services-tab{flex:none;width:100%;text-align:left;padding:11px 12px;font-size:13px}.portal-services-audience-links-row{flex-direction:column;align-items:stretch}}.portal-consulting-page{width:100%}.portal-consulting-breadcrumbs-bar{background:linear-gradient(135deg,#1f6b82,#1a5566);height:50px;border-bottom:1px solid rgba(255,255,255,.1);font-size:14px;color:#ffffffb3}.portal-consulting-breadcrumbs-bar .portal-container{display:flex;align-items:center;height:100%;gap:8px}.portal-consulting-breadcrumbs-bar a{color:#ffffffe6;text-decoration:none}.portal-consulting-breadcrumbs-bar a:hover{text-decoration:underline;color:#fff}.portal-consulting-breadcrumbs-bar span{color:#fff;font-weight:600}.portal-consulting-body{padding:var(--portal-page-padding-top) 0 var(--portal-page-padding-bottom) 0;min-height:400px}.portal-training-page{width:100%}.portal-training-breadcrumbs-bar{background:linear-gradient(135deg,#1f6b82,#1a5566);height:50px;border-bottom:1px solid rgba(255,255,255,.1);font-size:14px;color:#ffffffb3}.portal-training-breadcrumbs-bar .portal-container{display:flex;align-items:center;height:100%;gap:8px}.portal-training-breadcrumbs-bar a{color:#ffffffe6;text-decoration:none}.portal-training-breadcrumbs-bar a:hover{text-decoration:underline;color:#fff}.portal-training-breadcrumbs-bar span{color:#fff;font-weight:600}.portal-training-body{padding:var(--portal-page-padding-top) 0 var(--portal-page-padding-bottom) 0;min-height:400px}.portal-audience-service-methods{display:flex;flex-direction:column;gap:32px}.portal-audience-service-methods-section{padding:28px 24px;border:1px solid #e2e8f0;border-radius:12px;background-color:#fff}.portal-audience-service-methods-step{display:inline-block;margin-bottom:10px;padding:4px 12px;border-radius:999px;background-color:#f2f8fb;color:#2b8faf;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.portal-audience-service-methods-title{margin:0 0 10px;font-size:22px;font-weight:700;color:#1a5566}.portal-audience-service-methods-summary{margin:0;font-size:15px;line-height:1.6;color:#64748b}.portal-audience-service-methods-footer{padding-top:8px}.portal-audience-service-methods-link{color:#2b8faf;font-size:14px;font-weight:600;text-decoration:none}.portal-audience-service-methods-link:hover{text-decoration:underline}@media(max-width:900px){.portal-audience-service-methods-section{padding:20px 16px}.portal-audience-service-methods-title{font-size:20px}}.portal-pricing-page{width:100%;background-color:var(--portal-white)}.portal-pricing-breadcrumbs-bar{background:linear-gradient(135deg,#1f6b82,#1a5566);height:50px;border-bottom:1px solid rgba(255,255,255,.1);font-size:14px;color:#ffffffb3}.portal-pricing-breadcrumbs-bar .portal-container{display:flex;align-items:center;height:100%;gap:8px}.portal-pricing-breadcrumbs-bar a{color:#ffffffe6;text-decoration:none}.portal-pricing-breadcrumbs-bar a:hover{text-decoration:underline;color:#fff}.portal-pricing-breadcrumbs-bar span{color:#fff;font-weight:600}.portal-pricing-header{padding:36px 0 28px;text-align:center;border-bottom:1px solid var(--portal-border);background:linear-gradient(135deg,#1f6b82,#1a5566)}.portal-pricing-tag{display:inline-block;padding:6px 14px;border-radius:999px;background-color:var(--portal-white);border:1px solid var(--portal-border);color:var(--portal-brand-primary);font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-bottom:12px}.portal-pricing-title{font-size:32px;font-weight:800;color:#fff;margin-bottom:12px}.portal-pricing-intro{max-width:640px;margin:0 auto;font-size:16px;line-height:1.6;color:#ffffffd9}.portal-pricing-content{padding:var(--portal-page-padding-top) 0 var(--portal-page-padding-bottom) 0}.portal-pricing-section{margin-bottom:56px}.portal-pricing-section-head{margin-bottom:24px;text-align:center}.portal-pricing-section-title{font-size:24px;font-weight:700;color:var(--portal-brand-text);margin-bottom:8px}.portal-pricing-section-subtitle{font-size:15px;color:var(--portal-text-muted)}.portal-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.portal-pricing-card{position:relative;display:flex;flex-direction:column;padding:28px 24px;border:1px solid var(--portal-border);border-radius:12px;background-color:var(--portal-white);transition:border-color .25s ease,box-shadow .25s ease}.portal-pricing-card:hover{border-color:var(--portal-brand-primary);box-shadow:0 8px 24px #2b8faf14}.portal-pricing-card-highlighted{border:2px solid var(--portal-brand-primary);box-shadow:0 12px 28px #2b8faf1f}.portal-pricing-card-badge{position:absolute;top:16px;right:16px;padding:4px 10px;border-radius:999px;background-color:var(--portal-brand-primary);color:var(--portal-white);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.portal-pricing-card-head{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid var(--portal-border)}.portal-pricing-card-name{font-size:18px;font-weight:700;color:var(--portal-text-muted);margin-bottom:10px}.portal-pricing-card-price{font-size:40px;font-weight:800;color:var(--portal-brand-text);line-height:1.1;margin-bottom:6px}.portal-pricing-card-billing{font-size:13px;color:var(--portal-text-muted);margin-bottom:12px}.portal-pricing-card-desc{font-size:14px;line-height:1.5;color:var(--portal-text-body);min-height:42px}.portal-pricing-card-features{list-style:none;margin:0 0 24px;padding:0;display:flex;flex-direction:column;gap:12px;flex:1}.portal-pricing-card-features li{display:flex;align-items:flex-start;gap:10px;font-size:14px;line-height:1.45;color:var(--portal-text-body)}.portal-pricing-card-feature-icon{flex-shrink:0;margin-top:2px;color:var(--portal-brand-primary)}.portal-pricing-card-btn{display:flex;align-items:center;justify-content:center;width:100%;padding:14px 16px;border:none;border-radius:8px;background-color:var(--portal-brand-muted-bg);color:var(--portal-brand-text);font-size:14px;font-weight:700;cursor:pointer;text-decoration:none;transition:background-color .25s ease,color .25s ease}.portal-pricing-card-btn:hover,.portal-pricing-card-highlighted .portal-pricing-card-btn{background-color:var(--portal-brand-primary);color:var(--portal-white)}.portal-pricing-card-highlighted .portal-pricing-card-btn:hover{background-color:var(--portal-brand-primary-dark)}.portal-pricing-card-btn-secondary{background-color:var(--portal-white);border:1px solid var(--portal-border)}.portal-pricing-card-btn-secondary:hover{border-color:var(--portal-brand-primary)}.portal-pricing-footnote{padding:24px;border-radius:10px;background-color:var(--portal-brand-light-bg);border:1px solid var(--portal-border);text-align:center}.portal-pricing-footnote p{margin:0;font-size:14px;line-height:1.6;color:var(--portal-text-muted)}.portal-pricing-footnote a{color:var(--portal-brand-primary);font-weight:600;text-decoration:none}.portal-pricing-footnote a:hover{text-decoration:underline}@media(max-width:991px){.portal-pricing-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}}@media(max-width:768px){.portal-pricing-title{font-size:28px}.portal-pricing-content{padding:var(--portal-page-padding-top) 0 var(--portal-page-padding-bottom) 0}}@media(max-width:360px){.portal-pricing-card{padding:24px 18px}.portal-pricing-card-price{font-size:34px}.portal-pricing-card-badge{position:static;align-self:flex-start;margin-bottom:12px}}.portal-pricing-plans{width:100%}.portal-pricing-plans-embedded{padding-top:48px;margin-top:48px;border-top:1px solid #e2e8f0}.portal-pricing-plans-head{margin-bottom:28px;text-align:center}.portal-pricing-plans-tag{display:inline-block;margin-bottom:10px;padding:6px 14px;border-radius:999px;background-color:#f2f8fb;border:1px solid #e2e8f0;color:#2b8faf;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.portal-pricing-plans-title{margin:0 0 10px;font-size:28px;font-weight:800;color:#1a5566}.portal-pricing-plans-subtitle{max-width:640px;margin:0 auto;font-size:15px;line-height:1.6;color:#64748b}@media(max-width:768px){.portal-pricing-plans-embedded{padding-top:36px;margin-top:36px}.portal-pricing-plans-title{font-size:24px}}.portal-audience-page-shell{display:flex;align-items:stretch;min-height:520px}.portal-audience-page-sidebar{flex:0 0 260px;background-color:#f8fafc;border-right:1px solid var(--portal-border)}.portal-audience-page-sidebar-head{padding:20px 20px 12px;border-bottom:1px solid var(--portal-border)}.portal-audience-page-sidebar-label{margin:0;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--portal-text-muted)}.portal-audience-page-sidebar-nav{padding:12px 0 24px}.portal-audience-page-sidebar-nav-list{list-style:none;margin:0;padding:0}.portal-audience-page-sidebar-nav-list li{width:100%}.portal-audience-page-sidebar-nav-link{display:block;width:100%;padding:12px 20px;border:none;border-left:3px solid transparent;background:none;color:var(--portal-brand-text);font-size:15px;font-weight:500;text-align:left;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease;font-family:inherit}.portal-audience-page-sidebar-nav-link:hover{background-color:var(--portal-white);color:var(--portal-brand-primary)}.portal-audience-page-sidebar-nav-link.active{background-color:var(--portal-white);border-left-color:var(--portal-brand-primary);color:var(--portal-brand-primary);font-weight:600}.portal-audience-page-main{flex:1;min-width:0;padding:var(--portal-page-padding-top) 40px var(--portal-page-padding-bottom) 40px;background-color:var(--portal-white)}.portal-audience-page-panel{width:100%;max-width:960px}.portal-audience-page-panel-title{margin:0 0 12px;font-size:24px;font-weight:700;color:var(--portal-brand-text)}.portal-audience-page-panel-placeholder{margin:0;font-size:15px;line-height:1.6;color:var(--portal-text-muted)}@media(max-width:900px){.portal-audience-page-shell{flex-direction:column;min-height:0}.portal-audience-page-sidebar{flex:none;width:100%;border-right:none;border-bottom:1px solid var(--portal-border)}.portal-audience-page-sidebar-head{padding:14px 16px 10px}.portal-audience-page-sidebar-nav{padding:8px 12px 12px;overflow-x:auto}.portal-audience-page-sidebar-nav-list{display:flex;flex-wrap:wrap;gap:8px}.portal-audience-page-sidebar-nav-link{width:auto;padding:10px 14px;border:1px solid var(--portal-border);border-left:1px solid var(--portal-border);border-radius:8px;background-color:var(--portal-white);font-size:14px}.portal-audience-page-sidebar-nav-link.active{border-color:var(--portal-brand-primary);background-color:var(--portal-brand-light-bg)}.portal-audience-page-main{padding:var(--portal-page-padding-top) 20px var(--portal-page-padding-bottom) 20px}}@media(max-width:360px){.portal-audience-page-sidebar-nav-list{flex-direction:column}.portal-audience-page-sidebar-nav-link{width:100%}.portal-audience-page-main{padding:var(--portal-page-padding-top) 12px var(--portal-page-padding-bottom) 12px}.portal-audience-page-panel-title{font-size:20px}}.portal-students-page{width:100%}.portal-students-breadcrumbs-bar{background:linear-gradient(135deg,#1f6b82,#1a5566);height:50px;border-bottom:1px solid rgba(255,255,255,.1);font-size:14px;color:#ffffffb3}.portal-students-breadcrumbs-bar .portal-container{display:flex;align-items:center;height:100%;gap:8px}.portal-students-breadcrumbs-bar a{color:#ffffffe6;text-decoration:none}.portal-students-breadcrumbs-bar a:hover{text-decoration:underline;color:#fff}.portal-students-breadcrumbs-bar span{color:#fff;font-weight:600}.portal-students-header{padding:36px 0 28px;text-align:center;border-bottom:1px solid #e2e8f0;background:linear-gradient(135deg,#1f6b82,#1a5566)}.portal-students-title{margin:0 0 12px;font-size:32px;font-weight:800;color:#fff}.portal-students-intro{max-width:640px;margin:0 auto;font-size:16px;line-height:1.6;color:#ffffffd9}.portal-students-body{padding:0;min-height:400px}.portal-jobseekers-page{width:100%}.portal-jobseekers-breadcrumbs-bar{background:linear-gradient(135deg,#1f6b82,#1a5566);height:50px;border-bottom:1px solid rgba(255,255,255,.1);font-size:14px;color:#ffffffb3}.portal-jobseekers-breadcrumbs-bar .portal-container{display:flex;align-items:center;height:100%;gap:8px}.portal-jobseekers-breadcrumbs-bar a{color:#ffffffe6;text-decoration:none}.portal-jobseekers-breadcrumbs-bar a:hover{text-decoration:underline;color:#fff}.portal-jobseekers-breadcrumbs-bar span{color:#fff;font-weight:600}.portal-jobseekers-header{padding:36px 0 28px;text-align:center;border-bottom:1px solid #e2e8f0;background:linear-gradient(135deg,#1f6b82,#1a5566)}.portal-jobseekers-title{margin:0 0 12px;font-size:32px;font-weight:800;color:#fff}.portal-jobseekers-intro{max-width:640px;margin:0 auto;font-size:16px;line-height:1.6;color:#ffffffd9}.portal-jobseekers-body{padding:0;min-height:400px}.portal-professionals-page{width:100%}.portal-professionals-breadcrumbs-bar{background:linear-gradient(135deg,#1f6b82,#1a5566);height:50px;border-bottom:1px solid rgba(255,255,255,.1);font-size:14px;color:#ffffffb3}.portal-professionals-breadcrumbs-bar .portal-container{display:flex;align-items:center;height:100%;gap:8px}.portal-professionals-breadcrumbs-bar a{color:#ffffffe6;text-decoration:none}.portal-professionals-breadcrumbs-bar a:hover{text-decoration:underline;color:#fff}.portal-professionals-breadcrumbs-bar span{color:#fff;font-weight:600}.portal-professionals-header{padding:36px 0 28px;text-align:center;border-bottom:1px solid #e2e8f0;background:linear-gradient(135deg,#1f6b82,#1a5566)}.portal-professionals-title{margin:0 0 12px;font-size:32px;font-weight:800;color:#fff}.portal-professionals-intro{max-width:640px;margin:0 auto;font-size:16px;line-height:1.6;color:#ffffffd9}.portal-professionals-body{padding:0;min-height:400px}.portal-consultants-filters{width:100%}.portal-consultants-filters-form{width:100%;padding:16px 0}.portal-consultants-filters-row{display:flex;flex-wrap:wrap;align-items:flex-end;gap:12px}.portal-consultants-filter-dropdown{position:relative;flex:1 1 150px;min-width:140px;max-width:200px}.portal-consultants-filter-dropdown-label{display:block;margin-bottom:6px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--portal-brand-text)}.portal-consultants-filter-dropdown-trigger{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;min-height:38px;padding:7px 10px;border:1px solid var(--portal-border);border-radius:8px;background-color:var(--portal-white);color:var(--portal-brand-text);font-size:13px;font-weight:500;font-family:inherit;text-align:left;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.portal-consultants-filter-dropdown-trigger:hover{border-color:#2b8faf73}.portal-consultants-filter-dropdown-trigger.open{border-color:var(--portal-brand-primary);box-shadow:0 0 0 2px #2b8faf1f}.portal-consultants-filter-dropdown-value{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.portal-consultants-filter-dropdown-value.placeholder{color:#94a3b8;font-weight:400}.portal-consultants-filter-dropdown-icon{flex-shrink:0;color:var(--portal-text-muted);transition:transform .2s ease}.portal-consultants-filter-dropdown-trigger.open .portal-consultants-filter-dropdown-icon{transform:rotate(180deg)}.portal-consultants-filter-dropdown-menu{position:absolute;top:calc(100% + 4px);left:0;z-index:20;min-width:100%;width:max-content;max-width:260px;max-height:220px;overflow-y:auto;margin:0;padding:4px;list-style:none;border:1px solid var(--portal-border);border-radius:8px;background-color:var(--portal-white);box-shadow:0 8px 24px #0f172a1f}.portal-consultants-filter-dropdown-option{display:flex;align-items:center;gap:8px;width:100%;padding:9px 10px;border:none;border-radius:6px;background:none;color:var(--portal-brand-text);font-size:13px;font-weight:500;font-family:inherit;text-align:left;cursor:pointer;transition:background-color .15s ease,color .15s ease}.portal-consultants-filter-dropdown-option:hover{background-color:var(--portal-brand-light-bg);color:var(--portal-brand-primary)}.portal-consultants-filter-dropdown-option.active{background-color:var(--portal-brand-light-bg);color:var(--portal-brand-primary);font-weight:600}.portal-consultants-filter-dropdown-check{display:inline-flex;align-items:center;justify-content:center;width:14px;flex-shrink:0;font-size:12px;font-weight:700;color:var(--portal-brand-primary)}.portal-consultants-filters-actions{flex:0 0 auto;margin-left:auto}.portal-consultants-filters-clear{min-height:38px;padding:7px 14px;border:1px solid var(--portal-border);border-radius:8px;background-color:var(--portal-white);color:var(--portal-brand-text);font-size:13px;font-weight:600;font-family:inherit;white-space:nowrap;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.portal-consultants-filters-clear:hover{border-color:var(--portal-brand-primary);color:var(--portal-brand-primary);background-color:var(--portal-brand-light-bg)}@media(max-width:900px){.portal-consultants-filters-form{padding:14px 0}.portal-consultants-filters-row{gap:10px}.portal-consultants-filter-dropdown{flex:1 1 calc(50% - 10px);max-width:none}.portal-consultants-filters-actions{flex:1 1 100%;margin-left:0}.portal-consultants-filters-clear{width:100%}.portal-consultants-filter-dropdown-menu{max-height:180px}}@media(max-width:360px){.portal-consultants-filter-dropdown{flex:1 1 100%;min-width:0}.portal-consultants-filter-dropdown-trigger{min-height:36px;font-size:12px}.portal-consultants-filter-dropdown-option{font-size:12px}}.portal-consultant-card{display:flex;flex-direction:column;gap:12px;padding:16px;border:1px solid #dde3ea;border-radius:10px;background-color:#f1f5f9;transition:box-shadow .2s ease,border-color .2s ease,background-color .2s ease}.portal-consultant-card:hover{border-color:#2b8faf59;background-color:#e2e8f0;box-shadow:0 6px 18px #1a4a5814}.portal-consultant-card-top{display:flex;align-items:center;gap:16px}.portal-consultant-card-avatar-frame{flex-shrink:0;padding:2px;border:1px solid rgba(43,143,175,.12);border-radius:12px;background-color:transparent}.portal-consultant-card-avatar{display:flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:10px;background:linear-gradient(135deg,#1f6b82,#2b8faf);color:#fff;font-size:22px;font-weight:700}.portal-consultant-card-avatar-img{width:72px;height:72px;border-radius:10px;object-fit:cover;display:block}.portal-consultant-card-head{min-width:0}.portal-consultant-card-name{margin:0 0 4px;font-size:17px;font-weight:700;color:var(--portal-brand-text)}.portal-consultant-card-role{margin:0;font-size:13px;font-weight:500;color:var(--portal-text-muted)}.portal-consultant-card-location{display:block;margin-top:4px;font-size:11px;font-weight:600;color:var(--portal-brand-primary);text-transform:uppercase;letter-spacing:.04em}.portal-consultant-card-summary{margin:0;font-size:13px;line-height:1.55;color:var(--portal-text-body)}.portal-consultant-card-tags{display:flex;flex-wrap:wrap;gap:6px}.portal-consultant-card-tag{display:inline-block;padding:3px 9px;border-radius:999px;background-color:#2b8faf14;color:var(--portal-brand-primary);font-size:11px;font-weight:600}.portal-consultant-card-action{margin-top:auto;align-self:flex-start;min-height:32px;padding:6px 16px;border:1px solid rgba(43,143,175,.35);border-radius:6px;background-color:#fff;color:var(--portal-brand-primary);font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.portal-consultant-card-action:hover{background-color:var(--portal-brand-primary);border-color:var(--portal-brand-primary);color:var(--portal-white)}@media(max-width:360px){.portal-consultant-card{padding:14px}.portal-consultant-card-avatar{width:64px;height:64px;font-size:20px}.portal-consultant-card-avatar-img{width:64px;height:64px}.portal-consultant-card-name{font-size:16px}}.portal-consultant-profile-panel-root{position:fixed;inset:0;z-index:1200;pointer-events:none}.portal-consultant-profile-panel-root.open{pointer-events:auto}.portal-consultant-profile-panel-backdrop{position:absolute;inset:0;border:none;background-color:#0f172a73;opacity:0;transition:opacity .25s ease;cursor:pointer}.portal-consultant-profile-panel-root.open .portal-consultant-profile-panel-backdrop{opacity:1}.portal-consultant-profile-panel{position:absolute;top:0;right:0;display:flex;flex-direction:column;width:min(960px,100%);height:100%;background-color:var(--portal-white);box-shadow:-8px 0 32px #0f172a26;transform:translate(100%);transition:transform .28s ease}.portal-consultant-profile-panel-root.open .portal-consultant-profile-panel{transform:translate(0)}.portal-consultant-profile-panel-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;border-bottom:1px solid var(--portal-border);background-color:#f8fafc}.portal-consultant-profile-panel-title{margin:0;font-size:14px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--portal-text-muted)}.portal-consultant-profile-panel-close{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:1px solid var(--portal-border);border-radius:8px;background-color:var(--portal-white);color:var(--portal-brand-text);cursor:pointer;transition:border-color .2s ease,color .2s ease,background-color .2s ease}.portal-consultant-profile-panel-close:hover{border-color:var(--portal-brand-primary);color:var(--portal-brand-primary);background-color:var(--portal-brand-light-bg)}.portal-consultant-profile-panel-body{flex:1;overflow-y:auto;padding:24px 20px 28px}.portal-consultant-profile-panel-hero{display:flex;align-items:center;gap:16px;margin-bottom:18px}.portal-consultant-profile-panel-avatar-frame{flex-shrink:0;padding:4px;border:2px solid rgba(43,143,175,.25);border-radius:14px;background-color:var(--portal-brand-light-bg)}.portal-consultant-profile-panel-avatar{display:flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:10px;background:linear-gradient(135deg,#1f6b82,#2b8faf);color:#fff;font-size:24px;font-weight:700}.portal-consultant-profile-panel-hero-text{min-width:0}.portal-consultant-profile-panel-name{margin:0 0 6px;font-size:22px;font-weight:700;color:var(--portal-brand-text)}.portal-consultant-profile-panel-role{margin:0;font-size:14px;font-weight:500;color:var(--portal-text-muted)}.portal-consultant-profile-panel-summary{margin:0 0 16px;font-size:15px;line-height:1.6;color:var(--portal-text-body)}.portal-consultant-profile-panel-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:22px}.portal-consultant-profile-panel-tag{display:inline-block;padding:4px 10px;border-radius:999px;background-color:var(--portal-brand-light-bg);color:var(--portal-brand-primary);font-size:12px;font-weight:600}.portal-consultant-profile-panel-details{display:grid;grid-template-columns:1fr;gap:12px;margin:0 0 24px;padding:16px;border:1px solid var(--portal-border);border-radius:10px;background-color:#f8fafc}.portal-consultant-profile-panel-detail{display:grid;grid-template-columns:110px 1fr;gap:8px;align-items:start}.portal-consultant-profile-panel-detail dt{margin:0;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--portal-text-muted)}.portal-consultant-profile-panel-detail dd{margin:0;font-size:14px;font-weight:500;color:var(--portal-brand-text)}.portal-consultant-profile-panel-action{width:100%;min-height:42px;padding:10px 16px;border:none;border-radius:8px;background-color:var(--portal-brand-primary);color:#fff;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;transition:background-color .2s ease}.portal-consultant-profile-panel-action:hover{background-color:#1f6b82}@media(max-width:900px){.portal-consultant-profile-panel{width:100%}}@media(max-width:360px){.portal-consultant-profile-panel-header{padding:14px 16px}.portal-consultant-profile-panel-body{padding:18px 16px 24px}.portal-consultant-profile-panel-avatar{width:72px;height:72px;font-size:22px}.portal-consultant-profile-panel-name{font-size:20px}.portal-consultant-profile-panel-detail{grid-template-columns:1fr;gap:4px}}.portal-consultants-page{width:100%}.portal-consultants-breadcrumbs-bar{background:linear-gradient(135deg,#1f6b82,#1a5566);height:50px;border-bottom:1px solid rgba(255,255,255,.1);font-size:14px;color:#ffffffb3}.portal-consultants-breadcrumbs-bar .portal-container{display:flex;align-items:center;height:100%;gap:8px}.portal-consultants-breadcrumbs-bar a{color:#ffffffe6;text-decoration:none}.portal-consultants-breadcrumbs-bar a:hover{text-decoration:underline;color:#fff}.portal-consultants-breadcrumbs-bar span{color:#fff;font-weight:600}.portal-consultants-header{padding:36px 0 28px;text-align:center;border-bottom:1px solid var(--portal-border);background:linear-gradient(135deg,#1f6b82,#1a5566)}.portal-consultants-title{margin:0 0 12px;font-size:32px;font-weight:800;color:#fff}.portal-consultants-intro{max-width:640px;margin:0 auto;font-size:16px;line-height:1.6;color:#ffffffd9}.portal-consultants-filters-bar{border-bottom:1px solid var(--portal-border);background-color:#f8fafc}.portal-consultants-body{padding:var(--portal-page-padding-top) 0 var(--portal-page-padding-bottom) 0;min-height:400px;background-color:#fff}.portal-consultants-main{width:100%}.portal-consultants-results-count{margin:0 0 16px;font-size:15px;font-weight:600;color:var(--portal-brand-text)}.portal-consultants-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.portal-consultants-empty{padding:24px 20px;border:1px dashed var(--portal-border);border-radius:10px;background-color:#f8fafc}.portal-consultants-results-placeholder{margin:0;font-size:14px;line-height:1.6;color:var(--portal-text-muted)}@media(max-width:1100px){.portal-consultants-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.portal-consultants-grid{grid-template-columns:1fr}}@media(max-width:360px){.portal-consultants-empty{padding:18px 14px}}.portal-consultants-active-filters{margin-bottom:20px;padding:12px 16px;border-radius:8px;background-color:#f1f5f9;border:1px solid var(--portal-border)}.portal-consultants-chips-list{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.portal-consultants-chip{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border-radius:6px;background-color:#fff;border:1px solid var(--portal-border);font-size:13px;color:var(--portal-brand-text);font-weight:500}.portal-consultants-chip-text{white-space:nowrap}.portal-consultants-chip-clear{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border:none;background:none;color:#94a3b8;cursor:pointer;padding:0;border-radius:50%;transition:all .2s ease}.portal-consultants-chip-clear:hover{background-color:#f1f5f9;color:#ef4444}.portal-consultants-reset-all-btn{border:none;background:none;color:var(--portal-brand-primary);font-size:13px;font-weight:600;cursor:pointer;padding:4px 8px;transition:color .2s ease}.portal-consultants-reset-all-btn:hover{color:#1f6b82;text-decoration:underline}.portal-courses-page{width:100%}.portal-courses-breadcrumbs-bar{background:linear-gradient(135deg,#1f6b82,#1a5566);height:50px;border-bottom:1px solid rgba(255,255,255,.1);font-size:14px;color:#ffffffb3}.portal-courses-breadcrumbs-bar .portal-container{display:flex;align-items:center;height:100%;gap:8px}.portal-courses-breadcrumbs-bar a{color:#ffffffe6;text-decoration:none}.portal-courses-breadcrumbs-bar a:hover{text-decoration:underline;color:#fff}.portal-courses-breadcrumbs-bar span{color:#fff;font-weight:600}.portal-courses-body{padding:var(--portal-page-padding-top) 0 var(--portal-page-padding-bottom) 0;min-height:400px}.portal-instructors-page{width:100%}.portal-instructors-breadcrumbs-bar{background:linear-gradient(135deg,#1f6b82,#1a5566);height:50px;border-bottom:1px solid rgba(255,255,255,.1);font-size:14px;color:#ffffffb3}.portal-instructors-breadcrumbs-bar .portal-container{display:flex;align-items:center;height:100%;gap:8px}.portal-instructors-breadcrumbs-bar a{color:#ffffffe6;text-decoration:none}.portal-instructors-breadcrumbs-bar a:hover{text-decoration:underline;color:#fff}.portal-instructors-breadcrumbs-bar span{color:#fff;font-weight:600}.portal-instructors-body{padding:var(--portal-page-padding-top) 0 var(--portal-page-padding-bottom) 0;min-height:400px}.portal-testimonials-page{background-color:#fff;min-height:100vh}.portal-testimonials-header+.portal-container{padding:var(--portal-page-padding-top) 0 var(--portal-page-padding-bottom) 0}.portal-testimonials-breadcrumb{background:linear-gradient(135deg,#1f6b82,#1a5566);height:50px;border-bottom:1px solid rgba(255,255,255,.1)}.portal-testimonials-breadcrumb .portal-container{height:100%;display:flex;align-items:center}.portal-testimonials-breadcrumb-inner{display:flex;align-items:center;height:100%;gap:8px;font-size:14px}.portal-testimonials-breadcrumb-link{color:#ffffffe6;text-decoration:none}.portal-testimonials-breadcrumb-link:hover{text-decoration:underline;color:#fff}.portal-testimonials-breadcrumb-separator{color:#ffffff80;display:flex;align-items:center}.portal-testimonials-breadcrumb-current{color:#fff;font-weight:600}.portal-testimonials-header{padding:36px 0 28px;text-align:center;background:linear-gradient(135deg,#1f6b82,#1a5566);border-bottom:1px solid var(--portal-border)}.portal-testimonials-tag{display:inline-block;padding:6px 14px;background-color:var(--portal-white);color:var(--portal-brand-primary);font-size:12px;font-weight:700;border-radius:20px;margin-bottom:12px;text-transform:uppercase;letter-spacing:1.5px}.portal-testimonials-title{font-size:32px;font-weight:800;color:#fff;margin-bottom:12px}.portal-testimonials-subtitle{font-size:16px;color:#ffffffd9;max-width:700px;margin:0 auto;line-height:1.6}.portal-testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;width:100%}.portal-testimonial-card-v2{background-color:#f8fafc;border-radius:16px;padding:25px 25px 35px;border:1px solid #e2e8f0;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;position:relative;overflow:hidden;height:100%;min-height:320px}.portal-testimonial-card-v2:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background-color:var(--accent-color);opacity:.6;transition:height .3s ease}.portal-testimonial-card-v2:hover{transform:translateY(-8px);border-color:var(--accent-color);background-color:#fff;box-shadow:0 10px 30px #0000000d}.portal-testimonial-card-v2:hover:before{height:8px}.portal-testimonial-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.portal-testimonial-rating{display:flex;gap:3px}.portal-testimonial-location-badge{font-size:10px;font-weight:800;text-transform:uppercase;background-color:#fff;padding:4px 8px;border-radius:4px;color:#64748b;display:flex;align-items:center;gap:4px;box-shadow:0 1px 3px #0000000d}.portal-testimonial-content-v2{flex:1;position:relative;margin-bottom:25px}.portal-testimonial-quote-icon{position:absolute;top:-10px;left:-5px;color:var(--accent-color);opacity:.15}.portal-testimonial-content-v2 p{font-size:16px;line-height:1.6;color:#334155;font-style:italic;position:relative}.portal-testimonial-footer-v2{display:flex;align-items:center;gap:15px;padding-top:15px;border-top:1px solid #eef2f6}.portal-testimonial-avatar-v2{width:48px;height:48px;border-radius:12px;background-color:#fff;color:var(--accent-color);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:18px;border:2px solid}.portal-testimonial-info{display:flex;flex-direction:column}.portal-testimonial-name{font-size:16px;font-weight:700;color:#0f172a}.portal-testimonial-role{font-size:13px;color:#64748b}.portal-testimonial-verified{font-size:11px;color:var(--accent-color);font-weight:700;display:flex;align-items:center;gap:4px;margin-top:2px}.portal-testimonials-pagination{margin-top:60px;display:flex;justify-content:center;align-items:center;gap:20px}.portal-testimonials-pagination-numbers{display:flex;gap:10px}.portal-testimonials-pagination-btn{padding:10px 20px;background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s ease}.portal-testimonials-pagination-btn:hover:not(:disabled){border-color:var(--portal-brand-primary);color:var(--portal-brand-primary)}.portal-testimonials-pagination-btn:disabled{opacity:.5;cursor:not-allowed}.portal-testimonials-pagination-num{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s ease}.portal-testimonials-pagination-num:hover{border-color:var(--portal-brand-primary);color:var(--portal-brand-primary)}.portal-testimonials-pagination-num.active{background-color:var(--portal-brand-primary);color:#fff;border-color:var(--portal-brand-primary);box-shadow:0 4px 12px #2b8faf33}@media(max-width:1024px){.portal-testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.portal-testimonials-grid{grid-template-columns:1fr}.portal-testimonials-pagination{flex-direction:column;gap:15px}}.portal-contact-page{background-color:#fff;min-height:100vh}.portal-contact-breadcrumbs-bar{background:linear-gradient(135deg,#1f6b82,#1a5566);height:50px;border-bottom:1px solid rgba(255,255,255,.1);font-size:14px;color:#ffffffb3}.portal-contact-breadcrumbs-bar .portal-container{display:flex;align-items:center;height:100%;gap:8px}.portal-contact-breadcrumbs-bar a{color:#ffffffe6;text-decoration:none}.portal-contact-breadcrumbs-bar a:hover{text-decoration:underline;color:#fff}.portal-contact-breadcrumbs-bar span{color:#fff;font-weight:600}.portal-container{max-width:1350px;margin:0 auto;padding:0}.portal-contact-hero{background-color:var(--portal-brand-text);padding:60px 0 80px;text-align:center;color:#fff}.portal-contact-tag{display:inline-block;padding:6px 14px;background-color:#ffffff1a;color:#4baebe;font-size:13px;font-weight:700;border-radius:20px;margin-bottom:12px;text-transform:uppercase}.portal-contact-title{color:#fff;font-size:42px;font-weight:500;margin-bottom:20px}.portal-contact-subtitle{font-size:16px;color:#e0e8eb;max-width:700px;margin:0 auto;line-height:1.6}.portal-contact-content{padding:var(--portal-page-padding-top) 0 var(--portal-page-padding-bottom) 0}.portal-contact-layout{display:flex;justify-content:space-between;gap:80px}.portal-contact-info-col{flex:.8}.portal-contact-form-col{flex:1.2}.portal-contact-section-title{font-size:28px;color:var(--portal-brand-text);margin-bottom:20px}.portal-contact-intro{font-size:16px;color:#ffffffd9;line-height:1.8;margin-bottom:40px}.portal-contact-cards{display:flex;flex-direction:column;gap:20px;margin-bottom:40px}.portal-contact-card{display:flex;align-items:center;gap:20px;padding:20px;background:#f8fafc;border-radius:12px;border:1px solid #eef2f6;text-decoration:none;transition:transform .3s ease}.portal-contact-card:hover{transform:translateY(-5px)}.portal-contact-card-icon{width:50px;height:50px;background:var(--portal-brand-text);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff}.portal-contact-card-text h4{font-size:16px;color:var(--portal-brand-text);margin-bottom:4px}.portal-contact-card-text p{font-size:15px;color:#555}.portal-contact-email-link{color:inherit;text-decoration:none}.portal-contact-hours-box{padding:25px;background:#e0e8eb;border-radius:12px;border:1px dashed var(--portal-brand-text)}.portal-contact-hours-box h4{font-size:16px;color:var(--portal-brand-text);margin-bottom:15px}.portal-contact-hours-box ul{list-style:none;padding:0;margin:0}.portal-contact-hours-box li{display:flex;justify-content:space-between;font-size:14px;color:#555;margin-bottom:10px}.portal-contact-form-card{background:#fff;padding:40px;border-radius:20px;box-shadow:0 15px 35px #00000014;border:1px solid rgba(26,74,88,.1)}.portal-contact-form-title{font-size:24px;color:var(--portal-brand-text);margin-bottom:30px}.portal-contact-form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.portal-contact-input-group{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.portal-contact-input-group label{font-size:14px;font-weight:700;color:var(--portal-brand-text)}.portal-contact-input-group input,.portal-contact-input-group select{width:100%;height:43px;padding:0 15px;border:1px solid #d1d5db;border-radius:8px;font-size:15px;transition:all .3s ease}.portal-contact-input-group textarea{width:100%;padding:12px 15px;border:1px solid #d1d5db;border-radius:8px;font-size:15px;transition:all .3s ease}.portal-contact-input-group input:focus,.portal-contact-input-group select:focus,.portal-contact-input-group textarea:focus{outline:none;border-color:var(--portal-brand-primary);box-shadow:0 0 0 3px #2b8faf1a}.portal-contact-captcha-box{margin-bottom:30px;padding:20px;background:#f8fafc;border-radius:12px;border:1px solid #eef2f6}.portal-contact-captcha-inner{display:flex;align-items:center;gap:12px;margin:10px 0;position:relative}.portal-contact-captcha-display{font-size:18px;font-weight:800;color:var(--portal-brand-text);background:#e0e8eb;padding:8px 15px;border-radius:6px;-webkit-user-select:none;user-select:none}.portal-contact-captcha-inner input{width:80px;height:40px;text-align:center;font-size:16px;font-weight:700}.portal-contact-captcha-input.verified{border-color:#22c55e}.portal-contact-captcha-tick{position:absolute;right:45px;color:#22c55e;display:flex;align-items:center}.portal-contact-verify-btn{margin-left:10px;padding:5px 12px;background:var(--portal-brand-primary);color:#fff;border-radius:4px;font-size:12px;cursor:pointer;border:none}.portal-contact-success-msg{background:#dcfce7;color:#166534;padding:12px;border-radius:8px;margin-bottom:15px;font-size:14px;border:1px solid #bbf7d0}.portal-contact-error-msg{background:#fee2e2;color:#991b1b;padding:12px;border-radius:8px;margin-bottom:15px;font-size:14px;border:1px solid #fecaca}.portal-contact-submit-loading{display:flex;align-items:center;justify-content:center;gap:10px}.portal-captcha-refresh{background:#fff;border:1px solid #d1d5db;color:var(--portal-brand-text);width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.portal-captcha-refresh:hover{background:#f8fafc}.portal-contact-submit-btn{width:100%;padding:16px;background-color:var(--portal-brand-primary);color:#fff;border:none;border-radius:8px;font-weight:700;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .3s ease}.portal-contact-submit-btn:hover{background-color:var(--portal-brand-text);transform:translateY(-3px)}@media(max-width:991px){.portal-contact-layout{flex-direction:column;gap:40px}}@media(max-width:600px){.portal-contact-form-row{grid-template-columns:1fr}.portal-contact-title{font-size:32px}}.portal-faq-page{background-color:#fff;min-height:100vh}.portal-faq-header+.portal-container{padding:var(--portal-page-padding-top) 0 var(--portal-page-padding-bottom) 0}.portal-faq-breadcrumb{background-color:#f8f9fa;padding:10px 0;border-bottom:1px solid #eef2f6}.portal-faq-breadcrumb-inner{display:flex;align-items:center;gap:8px;font-size:14px}.portal-faq-breadcrumb-link{color:#64748b;text-decoration:none;transition:color .2s ease}.portal-faq-breadcrumb-link:hover{color:var(--portal-brand-primary)}.portal-faq-breadcrumb-separator{color:#cbd5e1}.portal-faq-breadcrumb-current{color:#0f172a;font-weight:500}.portal-faq-header{padding:30px 0 50px;text-align:center}.portal-faq-title{font-size:28px;font-weight:800;color:#0f172a;margin-bottom:10px}.portal-faq-subtitle{font-size:15px;color:#64748b;max-width:600px;margin:0 auto}.portal-faq-container{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:40px;align-items:start}.portal-faq-category{margin-bottom:50px}.portal-faq-category-title{font-size:24px;font-weight:700;color:var(--portal-brand-primary);margin-bottom:25px;display:flex;align-items:center;gap:12px;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #eef2f6;padding-bottom:10px}@media(max-width:991px){.portal-faq-container{grid-template-columns:1fr;gap:30px}}@media(max-width:768px){.portal-faq-title{font-size:24px}.portal-faq-category-title{font-size:20px}.portal-faq-cta-wrapper{margin-top:20px}}@media(max-width:480px){.portal-faq-page{padding-bottom:40px}.portal-faq-header{padding:20px 0 10px}.portal-faq-subtitle{font-size:14px;padding:0 10px}.portal-faq-item{border-radius:8px}.portal-faq-question{padding:12px 15px}.portal-faq-question-text{font-size:15px}}@media(max-width:360px){.portal-faq-title{font-size:22px}.portal-faq-category-title{font-size:18px;gap:8px}.portal-faq-answer-inner{font-size:14px;line-height:1.5}}.portal-faq-list{display:flex;flex-direction:column;gap:15px}.portal-faq-item{border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;transition:all .3s ease;background-color:#f8f9fa}.portal-faq-item:hover{border-color:var(--portal-brand-primary);box-shadow:0 4px 12px #2b8faf0d}.portal-faq-item.active{border-color:var(--portal-brand-primary);box-shadow:0 4px 20px #2b8faf1a}.portal-faq-question{width:100%;padding:15px 20px;display:flex;justify-content:space-between;align-items:center;background:none;border:none;cursor:pointer;text-align:left;outline:none}.portal-faq-question-text{font-size:17px;font-weight:600;color:#334155;transition:color .3s ease;padding-right:15px}.portal-faq-item.active .portal-faq-question-text{color:var(--portal-brand-primary)}.portal-faq-icon{color:#64748b;transition:transform .3s ease}.portal-faq-item.active .portal-faq-icon{transform:rotate(180deg);color:var(--portal-brand-primary)}.portal-faq-answer{max-height:0;overflow:hidden;transition:all .4s cubic-bezier(0,1,0,1);background-color:#f8fafc}.portal-faq-item.active .portal-faq-answer{max-height:1000px;transition:all .4s cubic-bezier(1,0,1,0)}.portal-faq-answer-inner{padding:0 20px 20px;color:#475569;font-size:15px;line-height:1.6}.portal-faq-cta-wrapper{grid-column:1 / -1;margin-top:40px}.portal-faq-cta{background-color:#f8fafc;padding:30px;border-radius:16px;text-align:center}.portal-faq-cta-title{font-size:20px;font-weight:700;color:#0f172a;margin-bottom:10px}.portal-faq-cta-icon{color:var(--portal-brand-primary);margin-bottom:15px}.portal-faq-cta-btn{display:inline-flex;margin-top:15px;padding:12px 30px;background-color:var(--portal-brand-primary);color:#fff;border-radius:8px;font-weight:700;text-decoration:none;transition:all .3s ease}.portal-faq-cta-btn:hover{background-color:var(--portal-brand-text);transform:translateY(-2px)}.portal-privacy-page{background-color:#f8fafc;min-height:100vh}.portal-privacy-nav-bar{background-color:#fff;border-bottom:1px solid #eef2f6;padding:15px 0;font-size:14px}.portal-privacy-nav-inner{display:flex;align-items:center;gap:12px;max-width:1300px;margin:0 auto}.portal-privacy-nav-home{color:#64748b;text-decoration:none;transition:color .2s ease;flex-shrink:0}.portal-privacy-nav-home:hover{color:var(--portal-brand-primary)}.portal-privacy-nav-separator{color:#cbd5e1;flex-shrink:0}.portal-privacy-nav-links{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.portal-privacy-nav-link{color:#475569;text-decoration:none;font-weight:500;padding:4px 0;border-bottom:2px solid transparent;transition:all .2s ease}.portal-privacy-nav-link:hover{color:var(--portal-brand-primary)}.portal-privacy-nav-link.active{color:var(--portal-brand-primary);border-bottom-color:var(--portal-brand-primary)}.portal-privacy-hero{background-color:var(--portal-brand-text);color:#fff;padding:60px 0;text-align:center}.portal-privacy-hero-content{max-width:800px;margin:0 auto}.portal-privacy-tag{display:inline-block;background-color:#2b8faf1a;color:var(--portal-brand-primary);padding:6px 16px;border-radius:20px;font-size:13px;font-weight:600;letter-spacing:1px;text-transform:uppercase;margin-bottom:20px;border:1px solid rgba(43,143,175,.2)}.portal-privacy-title{font-size:38px;font-weight:800;margin-bottom:20px;line-height:1.1}.portal-privacy-subtitle{font-size:16px;line-height:1.6;opacity:.9;margin-bottom:15px}.portal-privacy-last-updated{font-size:14px;opacity:.6;font-style:italic}.portal-privacy-content{padding:50px 0}.portal-privacy-sections{max-width:1300px;margin:0 auto;padding-top:50px;padding-bottom:50px}.portal-privacy-block{margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid #eef2f6}.portal-privacy-block:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.portal-privacy-section-title{font-size:24px;font-weight:700;color:#0f172a;margin-bottom:24px}.portal-privacy-text-content{font-size:16px;line-height:1.8;color:#475569}.portal-privacy-text-content p{margin-bottom:16px}.portal-privacy-text-content p:last-child{margin-bottom:0}.portal-privacy-text-content ul{margin-bottom:16px;padding-left:20px}.portal-privacy-text-content li{margin-bottom:8px}.portal-privacy-table-wrap{overflow-x:auto;margin-top:20px;margin-bottom:20px}.portal-privacy-data-table{width:100%;border-collapse:collapse;text-align:left}.portal-privacy-data-table th,.portal-privacy-data-table td{padding:12px;border-bottom:1px solid #eef2f6;vertical-align:top}.portal-privacy-data-table th{border-bottom-width:2px;background-color:#f8fafc;font-weight:700;color:#0f172a}.portal-privacy-footer-note{max-width:1300px;margin:40px auto 0;text-align:center;padding:30px;background-color:var(--portal-brand-light-bg);border-radius:12px;font-size:16px;color:var(--portal-brand-text)}.portal-privacy-footer-note a{color:var(--portal-brand-primary);font-weight:600;text-decoration:none}.portal-privacy-footer-note a:hover{text-decoration:underline}@media(max-width:768px){.portal-privacy-hero{padding:60px 0}.portal-privacy-title{font-size:32px}.portal-privacy-section-title{font-size:24px}}.portal-cookies-page{background-color:#f8fafc;min-height:100vh}.portal-cookies-nav-bar{background-color:#fff;border-bottom:1px solid #eef2f6;padding:15px 0;font-size:14px}.portal-cookies-nav-inner{display:flex;align-items:center;gap:12px;max-width:1300px;margin:0 auto}.portal-cookies-nav-home{color:#64748b;text-decoration:none;transition:color .2s ease;flex-shrink:0}.portal-cookies-nav-home:hover{color:var(--portal-brand-primary)}.portal-cookies-nav-separator{color:#cbd5e1;flex-shrink:0}.portal-cookies-nav-links{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.portal-cookies-nav-link{color:#475569;text-decoration:none;font-weight:500;padding:4px 0;border-bottom:2px solid transparent;transition:all .2s ease}.portal-cookies-nav-link:hover{color:var(--portal-brand-primary)}.portal-cookies-nav-link.active{color:var(--portal-brand-primary);border-bottom-color:var(--portal-brand-primary)}.portal-cookies-hero{background-color:var(--portal-brand-text);color:#fff;padding:60px 0;text-align:center}.portal-cookies-hero-content{max-width:800px;margin:0 auto}.portal-cookies-tag{display:inline-block;background-color:#2b8faf1a;color:var(--portal-brand-primary);padding:6px 16px;border-radius:20px;font-size:13px;font-weight:600;letter-spacing:1px;text-transform:uppercase;margin-bottom:20px;border:1px solid rgba(43,143,175,.2)}.portal-cookies-title{font-size:38px;font-weight:800;margin-bottom:20px;line-height:1.1}.portal-cookies-subtitle{font-size:16px;line-height:1.6;opacity:.9;margin-bottom:15px}.portal-cookies-last-updated{font-size:14px;opacity:.6;font-style:italic}.portal-cookies-intro{padding:50px 0 30px}.portal-cookies-intro-wrapper{max-width:1300px;margin:0 auto}.portal-cookies-section-title{font-size:24px;font-weight:700;color:#123;margin-bottom:24px}.portal-cookies-text{font-size:16px;line-height:1.8;color:#475569}.portal-cookies-text p{font-size:16px;line-height:1.8;color:#475569;margin-bottom:16px}.portal-cookies-categories{padding:20px 0 50px}.portal-cookies-categories-wrapper{max-width:1300px;margin:0 auto}.portal-cookies-list{display:flex;flex-direction:column;gap:24px;margin-top:32px}.portal-cookies-row{display:flex;gap:24px;padding:30px;background-color:#fff;border-radius:12px;border:1px solid #eef2f6;transition:all .3s ease}.portal-cookies-row:hover{border-color:var(--portal-brand-primary);transform:translateY(-3px);box-shadow:0 10px 20px #0000000d}.portal-cookies-row-icon{width:50px;height:50px;background-color:var(--portal-brand-light-bg);color:var(--portal-brand-primary);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.portal-cookies-row-content{flex:1}.portal-cookies-row-title{font-size:16px;font-weight:700;color:#0f172a;margin-bottom:8px}.portal-cookies-row-desc{font-size:15px;line-height:1.6;color:#475569;margin-bottom:12px}.portal-cookies-row-names{display:inline-block;font-size:13px;font-weight:600;color:var(--portal-brand-primary);background-color:#2b8faf0f;padding:4px 12px;border-radius:6px;font-family:monospace}.portal-cookies-management{background-color:var(--portal-brand-light-bg);padding:50px 0}.portal-cookies-management-wrapper{max-width:1300px;margin:0 auto;text-align:center}.portal-cookies-management-icon{width:64px;height:64px;background-color:#fff;color:var(--portal-brand-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;box-shadow:0 4px 12px #2b8faf1a}.portal-cookies-links{display:flex;justify-content:center;gap:20px;margin:30px 0}.portal-cookies-links a{background-color:#fff;color:#0f172a;padding:10px 24px;border-radius:30px;font-size:14px;font-weight:600;text-decoration:none;border:1px solid #eef2f6;transition:all .3s ease}.portal-cookies-links a:hover{background-color:var(--portal-brand-primary);color:#fff;border-color:var(--portal-brand-primary);transform:translateY(-2px)}.portal-cookies-warning{display:inline-flex;align-items:center;gap:8px;background-color:#fff7ed;color:#9a3412;padding:12px 24px;border-radius:8px;font-size:14px;margin-top:20px;border:1px solid #ffedd5}.portal-cookies-more-info{margin-top:40px;font-size:15px;color:#64748b}.portal-cookies-more-info a{color:var(--portal-brand-primary);text-decoration:none;font-weight:600}.portal-cookies-more-info a:hover{text-decoration:underline}@media(max-width:768px){.portal-cookies-hero{padding:60px 0}.portal-cookies-title{font-size:32px}.portal-cookies-row{flex-direction:column;gap:16px;padding:20px}.portal-cookies-links{flex-wrap:wrap;gap:10px}}.portal-terms-page{background-color:#f8fafc;min-height:100vh}.portal-terms-nav-bar{background-color:#fff;border-bottom:1px solid #eef2f6;padding:15px 0;font-size:14px}.portal-terms-nav-inner{display:flex;align-items:center;gap:12px;max-width:1300px;margin:0 auto}.portal-terms-nav-home{color:#64748b;text-decoration:none;transition:color .2s ease;flex-shrink:0}.portal-terms-nav-home:hover{color:var(--portal-brand-primary)}.portal-terms-nav-separator{color:#cbd5e1;flex-shrink:0}.portal-terms-nav-links{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.portal-terms-nav-link{color:#475569;text-decoration:none;font-weight:500;padding:4px 0;border-bottom:2px solid transparent;transition:all .2s ease}.portal-terms-nav-link:hover{color:var(--portal-brand-primary)}.portal-terms-nav-link.active{color:var(--portal-brand-primary);border-bottom-color:var(--portal-brand-primary)}.portal-terms-hero{background-color:var(--portal-brand-text);color:#fff;padding:60px 0;text-align:center}.portal-terms-hero-content{max-width:800px;margin:0 auto}.portal-terms-tag{display:inline-block;background-color:#2b8faf1a;color:var(--portal-brand-primary);padding:6px 16px;border-radius:20px;font-size:13px;font-weight:600;letter-spacing:1px;text-transform:uppercase;margin-bottom:20px;border:1px solid rgba(43,143,175,.2)}.portal-terms-title{font-size:38px;font-weight:800;margin-bottom:20px;line-height:1.1}.portal-terms-subtitle{font-size:16px;line-height:1.6;opacity:.9;margin-bottom:15px}.portal-terms-last-updated{font-size:14px;opacity:.6;font-style:italic}.portal-terms-content{padding:50px 0}.portal-terms-accordion{max-width:1300px;margin:0 auto;display:flex;flex-direction:column;gap:15px}.portal-terms-item{background-color:#fff;border-radius:12px;border:1px solid #eef2f6;overflow:hidden;transition:all .3s ease}.portal-terms-item.open{border-color:var(--portal-brand-primary);box-shadow:0 10px 30px #0000000d}.portal-terms-header{padding:24px 30px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:background-color .2s ease}.portal-terms-header:hover{background-color:var(--portal-brand-light-bg)}.portal-terms-header-left{display:flex;align-items:center;gap:15px}.portal-terms-icon{color:var(--portal-brand-primary)}.portal-terms-header h3{font-size:16px;font-weight:700;color:#0f172a}.portal-terms-toggle{color:#64748b;transition:transform .3s ease}.portal-terms-item.open .portal-terms-toggle{color:var(--portal-brand-primary);transform:rotate(180deg)}.portal-terms-body{max-height:0;overflow:hidden;transition:max-height .3s ease-out;background-color:#fff}.portal-terms-item.open .portal-terms-body{max-height:550px;overflow-y:auto;transition:max-height .4s ease-in}.portal-terms-body::-webkit-scrollbar{width:6px}.portal-terms-body::-webkit-scrollbar-track{background:#f8fafc}.portal-terms-body::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:10px}.portal-terms-item.is-last .portal-terms-text-wrapper{font-size:16px}.portal-terms-body-inner{padding:0 30px 30px}.portal-terms-text-wrapper{font-size:16px;line-height:1.8;color:#475569}.portal-terms-footer{max-width:1300px;margin:40px auto 0;text-align:center;padding:30px;font-size:16px;color:#64748b}.portal-terms-footer-link{color:inherit;text-decoration:underline}@media(max-width:768px){.portal-terms-title{font-size:36px}}.portal-gdpr-page{background-color:#f8fafc;min-height:100vh}.portal-gdpr-nav-bar{background-color:#fff;border-bottom:1px solid #eef2f6;padding:15px 0;font-size:14px}.portal-gdpr-nav-inner{display:flex;align-items:center;gap:12px;max-width:1300px;margin:0 auto}.portal-gdpr-nav-home{color:#64748b;text-decoration:none;transition:color .2s ease;flex-shrink:0}.portal-gdpr-nav-home:hover{color:var(--portal-brand-primary)}.portal-gdpr-nav-separator{color:#cbd5e1;flex-shrink:0}.portal-gdpr-nav-links{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.portal-gdpr-nav-link{color:#475569;text-decoration:none;font-weight:500;padding:4px 0;border-bottom:2px solid transparent;transition:all .2s ease}.portal-gdpr-nav-link:hover{color:var(--portal-brand-primary)}.portal-gdpr-nav-link.active{color:var(--portal-brand-primary);border-bottom-color:var(--portal-brand-primary)}.portal-gdpr-hero{background-color:var(--portal-brand-text);color:#fff;padding:60px 0;text-align:center}.portal-gdpr-hero-content{max-width:800px;margin:0 auto}.portal-gdpr-tag{display:inline-block;background-color:#2b8faf1a;color:var(--portal-brand-primary);padding:6px 16px;border-radius:20px;font-size:13px;font-weight:600;letter-spacing:1px;text-transform:uppercase;margin-bottom:20px;border:1px solid rgba(43,143,175,.2)}.portal-gdpr-title{font-size:38px;font-weight:800;margin-bottom:20px;line-height:1.1}.portal-gdpr-subtitle{font-size:16px;line-height:1.6;opacity:.9;margin-bottom:15px}.portal-gdpr-last-updated{font-size:14px;opacity:.6;font-style:italic;margin-bottom:24px}.portal-gdpr-pdf-btn{display:inline-block;background-color:var(--portal-brand-primary);color:#fff;padding:16px 32px;border-radius:6px;text-decoration:none;font-weight:700;font-size:16px;transition:all .3s ease}.portal-gdpr-pdf-btn:hover{background-color:#fff;color:var(--portal-brand-text);transform:translateY(-2px);box-shadow:0 10px 20px #0000001a}.portal-gdpr-info,.portal-gdpr-scope,.portal-gdpr-principles-header{padding:50px 0 0;background-color:#fff}.portal-gdpr-info-wrapper,.portal-gdpr-scope-wrapper,.portal-gdpr-principles-wrapper,.portal-gdpr-principles-header .portal-container,.portal-gdpr-commitment-wrapper{max-width:1300px;margin:0 auto;text-align:left}.portal-gdpr-section-title{font-size:24px;font-weight:700;color:#0f172a;margin:30px 0 16px}.portal-gdpr-section-title:first-child{margin-top:0}.portal-gdpr-principles-list-section{padding:40px 0 50px;background-color:#fff}.portal-gdpr-principles-list{display:flex;flex-direction:column;gap:24px;margin-top:30px}.portal-gdpr-principle-row{display:flex;align-items:flex-start;gap:20px}.portal-gdpr-principle-icon{width:40px;height:40px;min-width:40px;background-color:var(--portal-brand-light-bg);color:var(--portal-brand-primary);border-radius:8px;display:flex;align-items:center;justify-content:center}.portal-gdpr-principle-content{font-size:16px;line-height:1.8;color:#475569}.portal-gdpr-principle-content strong{color:#0f172a}.portal-gdpr-principles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px}.portal-gdpr-card{background-color:#fff;padding:40px;border-radius:12px;border:1px solid #eef2f6;transition:all .3s ease}.portal-gdpr-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #0000000d;border-color:var(--portal-brand-primary)}.portal-gdpr-card-icon{width:50px;height:50px;background-color:var(--portal-brand-light-bg);color:var(--portal-brand-primary);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.portal-gdpr-card-title{font-size:20px;font-weight:700;color:#0f172a;margin-bottom:16px;line-height:1.4}.portal-gdpr-card-desc{font-size:16px;line-height:1.6;color:#475569}.portal-gdpr-commitment{padding:80px 0;background-color:#f8fafc;border-top:1px solid #eef2f6}.portal-gdpr-section-title{font-size:32px;font-weight:700;color:#0f172a;margin-bottom:30px}.portal-gdpr-text{font-size:16px;line-height:1.8;color:#475569}.portal-gdpr-text p{margin-bottom:24px}@media(max-width:768px){.portal-gdpr-title{font-size:36px}.portal-gdpr-hero,.portal-gdpr-principles{padding:60px 0}}.portal-case-studies-page{background-color:#fff;min-height:100vh}.portal-case-studies-breadcrumb{background-color:#f8f9fa;padding:10px 0;border-bottom:1px solid #eef2f6}.portal-case-studies-breadcrumb-inner{display:flex;align-items:center;gap:8px;font-size:14px}.portal-case-studies-breadcrumb-home{color:#64748b;text-decoration:none;transition:color .2s ease}.portal-case-studies-breadcrumb-home:hover{color:var(--portal-brand-primary)}.portal-case-studies-breadcrumb-separator{color:#cbd5e1}.portal-case-studies-breadcrumb-current{color:#0f172a;font-weight:500}.portal-case-studies-filters{padding:30px 0 20px}.portal-case-studies-filter-list{display:flex;justify-content:center;list-style:none;gap:15px;flex-wrap:wrap}.portal-case-studies-filter-item{padding:10px 25px;cursor:pointer;font-weight:600;color:#64748b;border-radius:50px;background-color:#f1f5f9;transition:all .3s ease;font-size:14px}.portal-case-studies-filter-item:hover{background-color:#e2e8f0;color:#0f172a}.portal-case-studies-filter-item.active{background-color:var(--portal-brand-primary);color:#fff}.portal-case-studies-grid-section{padding:var(--portal-page-padding-top) 0 var(--portal-page-padding-bottom) 0}.portal-case-studies-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.portal-case-studies-card{background-color:#f8fafc;border-radius:12px;overflow:hidden;box-shadow:0 4px 10px #00000008;transition:all .3s ease;text-decoration:none;display:flex;flex-direction:column;border:1px solid #e2e8f0}.portal-case-studies-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000014;border-color:var(--portal-brand-primary);background-color:#fff}.portal-case-studies-image-wrapper{width:100%;aspect-ratio:16 / 9;overflow:hidden;position:relative}.portal-case-studies-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.portal-case-studies-card:hover .portal-case-studies-image{transform:scale(1.1)}.portal-case-studies-category-tag{position:absolute;top:15px;right:15px;background-color:#2b8fafe6;color:#fff;padding:4px 12px;border-radius:20px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;z-index:2}.portal-case-studies-card-content{padding:16px;flex:1;display:flex;flex-direction:column}.portal-case-studies-card-title{font-size:15px;font-weight:700;color:#0f172a;margin-bottom:8px;line-height:1.3;transition:color .3s ease;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:40px}.portal-case-studies-card:hover .portal-case-studies-card-title{color:var(--portal-brand-primary)}.portal-case-studies-card-desc{font-size:13px;color:#64748b;line-height:1.5;margin-bottom:15px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.portal-case-studies-read-more{margin-top:auto;font-size:12px;font-weight:700;color:#334155;display:flex;align-items:center;gap:6px;transition:all .2s ease;padding-top:12px;border-top:1px solid #f1f5f9;text-transform:uppercase;letter-spacing:.5px}.portal-case-studies-read-more svg{color:var(--portal-brand-primary);transition:transform .3s ease}.portal-case-studies-card:hover .portal-case-studies-read-more{color:var(--portal-brand-primary)}.portal-case-studies-card:hover .portal-case-studies-read-more svg{transform:translate(5px)}@media(max-width:1024px){.portal-case-studies-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.portal-case-studies-grid{grid-template-columns:1fr;gap:20px}}.portal-case-study-detail-page{background-color:#fff;min-height:100vh}.portal-case-study-detail-breadcrumb{background-color:#f8f9fa;padding:15px 0;border-bottom:1px solid #eef2f6}.portal-case-study-detail-breadcrumb-inner{display:flex;align-items:center;gap:8px;max-width:1300px;margin:0 auto;padding:0;font-size:13px}.portal-case-study-detail-breadcrumb-link{color:#64748b;text-decoration:none;transition:color .2s ease}.portal-case-study-detail-breadcrumb-link:hover{color:var(--portal-brand-primary)}.portal-case-study-detail-breadcrumb-separator{color:#cbd5e1}.portal-case-study-detail-breadcrumb-current{color:#0f172a;font-weight:500;opacity:.8}.portal-case-study-detail-wrapper{max-width:1300px;margin:40px auto;padding:0 20px 80px}.portal-case-study-detail-hero-section{display:grid;grid-template-columns:1fr 340px;gap:20px;margin-bottom:30px;align-items:stretch}.portal-case-study-detail-image-box{width:100%;aspect-ratio:16 / 9;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #00000014}.portal-case-study-detail-hero-img{width:100%;height:100%;object-fit:cover;display:block}.portal-case-study-detail-hero-sidebar{display:flex;flex-direction:column;gap:12px;height:100%}.portal-case-study-detail-meta-widget{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:16px 20px;flex:1;display:flex;flex-direction:column;justify-content:center}.portal-case-study-detail-meta-label{font-size:11px;text-transform:uppercase;color:#94a3b8;font-weight:800;letter-spacing:1px;margin-bottom:6px;display:block}.portal-case-study-detail-meta-value{font-size:14px;color:#1e293b;font-weight:700;display:flex;align-items:center;gap:8px}.portal-case-study-detail-meta-value svg{color:var(--portal-brand-primary)}.portal-case-study-detail-main-content{width:100%}.portal-case-study-detail-title{font-size:36px;font-weight:900;color:#0f172a;margin-bottom:25px;line-height:1.1;border-left:5px solid var(--portal-brand-primary);padding-left:20px}.portal-case-study-detail-body-text{max-width:100%}.portal-case-study-detail-block{margin-bottom:25px}.portal-case-study-detail-block-title{font-size:22px;font-weight:800;color:#0f172a;margin-bottom:15px;display:flex;align-items:center;gap:12px}.portal-case-study-detail-block-title:after{content:"";height:2px;flex:1;background-color:#f1f5f9}.portal-case-study-detail-p{font-size:17px;line-height:1.8;color:#475569}.portal-case-study-detail-outcome-banner{background:linear-gradient(135deg,#002933,#004d60);color:#fff;padding:50px;border-radius:15px;margin:60px 0;box-shadow:0 10px 40px #00293333}.portal-case-study-detail-outcome-banner h3{color:#fff;font-size:24px;font-weight:800;margin-bottom:20px}.portal-case-study-detail-outcome-banner p{font-size:18px;line-height:1.7;opacity:.95}.portal-case-study-detail-footer-nav{display:flex;justify-content:center;margin-top:60px;padding-top:40px;border-top:1px solid #eef2f6}.portal-case-study-detail-back-btn{display:inline-flex;align-items:center;gap:10px;color:#64748b;padding:10px 0;font-weight:800;text-decoration:none;transition:all .2s ease;font-size:14px;text-transform:uppercase;letter-spacing:1px}.portal-case-study-detail-back-btn:hover{color:var(--portal-brand-primary);transform:translate(-5px)}@media(max-width:992px){.portal-case-study-detail-hero-section{grid-template-columns:1fr;gap:20px}}@media(max-width:640px){.portal-case-study-detail-title{font-size:28px}.portal-case-study-detail-outcome-banner{padding:30px}}.portal-signup-root{width:100%}.portal-signup-page{max-width:1440px;width:100%;margin:0 auto;padding:var(--portal-page-padding-top) 60px var(--portal-page-padding-bottom) 60px;min-height:400px;box-sizing:border-box}.portal-signup-breadcrumbs-bar{background:linear-gradient(135deg,#1f6b82,#1a5566);height:50px;border-bottom:1px solid rgba(255,255,255,.1);font-size:14px;color:#ffffffb3}.portal-signup-breadcrumbs-bar .portal-container{display:flex;align-items:center;height:100%;gap:8px}.portal-signup-breadcrumbs-bar a{color:#ffffffe6;text-decoration:none}.portal-signup-breadcrumbs-bar a:hover{text-decoration:underline;color:#fff}.portal-signup-breadcrumbs-bar span{color:#fff;font-weight:600}.portal-signup-layout{display:grid;grid-template-columns:1fr 1.05fr;gap:40px;align-items:stretch}.portal-signup-intro{background:linear-gradient(145deg,var(--portal-brand-primary) 0%,var(--portal-brand-primary-dark) 100%);border-radius:16px;padding:48px 40px;color:#ffffffd9;display:flex;flex-direction:column;justify-content:center;box-shadow:0 16px 40px #2b8faf38}.portal-signup-intro-badge{display:inline-flex;align-self:flex-start;padding:6px 14px;border-radius:999px;background-color:#ffffff29;font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin-bottom:20px}.portal-signup-intro-title{font-size:32px;line-height:1.25;font-weight:700;margin-bottom:16px;max-width:500px}.portal-signup-intro-text{font-size:16px;line-height:1.65;color:#ffffffe6;margin-bottom:28px;max-width:460px}.portal-signup-intro-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.portal-signup-intro-list li{position:relative;padding-left:22px;font-size:15px;color:#ffffffeb}.portal-signup-intro-list li:before{content:"";position:absolute;left:0;top:8px;width:8px;height:8px;border-radius:50%;background-color:var(--portal-white)}.portal-signup-card{background-color:var(--portal-white);border:1px solid var(--portal-border);border-radius:16px;padding:32px;box-shadow:0 12px 32px #0f172a0f}.portal-signup-card-title{font-size:26px;font-weight:700;color:var(--portal-brand-text);margin-bottom:8px}.portal-signup-card-subtitle{font-size:15px;color:var(--portal-text-muted);margin-bottom:24px}.portal-signup-alert{padding:12px 14px;border-radius:8px;font-size:14px;line-height:1.5;margin-bottom:18px}.portal-signup-alert-error{background-color:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.portal-signup-alert-success{background-color:#ecfdf5;border:1px solid #a7f3d0;color:#047857}.portal-signup-form{display:flex;flex-direction:column;gap:18px}.portal-signup-field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.portal-signup-field{display:flex;flex-direction:column;gap:8px}.portal-signup-label{font-size:14px;font-weight:600;color:var(--portal-brand-text)}.portal-signup-input-wrap{position:relative;display:flex;align-items:center}.portal-signup-input-icon{position:absolute;left:14px;color:var(--portal-text-muted);pointer-events:none}.portal-signup-input{width:100%;height:48px;border:1px solid var(--portal-border);border-radius:10px;font-size:15px;color:var(--portal-text-body);background-color:var(--portal-white);padding:0 14px 0 44px;transition:border-color .2s ease,box-shadow .2s ease}.portal-signup-input-password{padding-right:48px}.portal-signup-input:focus{outline:none;border-color:var(--portal-brand-primary);box-shadow:0 0 0 3px #2b8faf26}.portal-signup-dropdown{position:relative;width:100%}.portal-signup-dropdown-trigger{width:100%;height:48px;border:1px solid var(--portal-border);border-radius:10px;background-color:var(--portal-white);display:flex;align-items:center;gap:10px;padding:0 14px;text-align:left;transition:border-color .2s ease,box-shadow .2s ease}.portal-signup-dropdown-trigger:hover{border-color:var(--portal-brand-primary)}.portal-signup-dropdown.open .portal-signup-dropdown-trigger{border-color:var(--portal-brand-primary);box-shadow:0 0 0 3px #2b8faf26}.portal-signup-dropdown-icon{color:var(--portal-text-muted);flex-shrink:0}.portal-signup-dropdown-value{flex:1;font-size:15px;color:var(--portal-text-body)}.portal-signup-dropdown-value.placeholder{color:var(--portal-text-muted)}.portal-signup-dropdown-chevron{color:var(--portal-text-muted);flex-shrink:0;transition:transform .2s ease}.portal-signup-dropdown.open .portal-signup-dropdown-chevron{transform:rotate(180deg);color:var(--portal-brand-primary)}.portal-signup-dropdown-menu{position:absolute;top:calc(100% + 6px);left:0;right:0;background-color:var(--portal-white);border:1px solid var(--portal-border);border-radius:10px;box-shadow:0 10px 24px #0f172a1a;padding:6px;z-index:20;display:flex;flex-direction:column;gap:2px}.portal-signup-dropdown-option{width:100%;padding:11px 12px;border-radius:8px;font-size:15px;color:var(--portal-text-body);text-align:left;transition:background-color .2s ease,color .2s ease}.portal-signup-dropdown-option:hover{background-color:var(--portal-brand-light-bg);color:var(--portal-brand-primary)}.portal-signup-dropdown-option.selected{background-color:var(--portal-brand-primary);color:var(--portal-white)}.portal-signup-dropdown-option.selected:hover{background-color:var(--portal-brand-primary-dark);color:var(--portal-white)}.portal-signup-password-toggle{position:absolute;right:12px;color:var(--portal-text-muted);display:flex;align-items:center;justify-content:center;padding:4px}.portal-signup-password-toggle:hover{color:var(--portal-brand-primary)}.portal-signup-submit{width:100%;height:50px;border-radius:10px;background-color:var(--portal-brand-primary);color:var(--portal-white);font-size:16px;font-weight:700;transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease;box-shadow:0 8px 20px #2b8faf40;margin-top:4px}.portal-signup-submit:hover{background-color:var(--portal-brand-primary-dark);transform:translateY(-1px);box-shadow:0 10px 24px #2b8faf4d}.portal-signup-switch-text{text-align:center;font-size:14px;color:var(--portal-text-muted);margin-top:4px}.portal-signup-switch-link{color:var(--portal-brand-primary);font-weight:700}.portal-signup-switch-link:hover{color:var(--portal-brand-primary-dark);text-decoration:underline}@media(max-width:991px){.portal-signup-layout{grid-template-columns:1fr;gap:24px}.portal-signup-intro{padding:32px 24px}.portal-signup-intro-title{font-size:26px}}@media(max-width:768px){.portal-signup-page{padding:var(--portal-page-padding-top) 20px var(--portal-page-padding-bottom) 20px}.portal-signup-card{padding:24px 20px}.portal-signup-field-row{grid-template-columns:1fr;gap:18px}}@media(max-width:480px){.portal-signup-page{padding:var(--portal-page-padding-top) 16px var(--portal-page-padding-bottom) 16px}}@media(max-width:360px){.portal-signup-page{padding:var(--portal-page-padding-top) 12px var(--portal-page-padding-bottom) 12px}.portal-signup-intro{padding:24px 18px}.portal-signup-intro-title{font-size:22px}.portal-signup-card{padding:20px 16px}}.portal-login-root{width:100%}.portal-login-page{max-width:1440px;width:100%;margin:0 auto;padding:var(--portal-page-padding-top) 60px var(--portal-page-padding-bottom) 60px;min-height:400px;box-sizing:border-box}.portal-login-breadcrumbs-bar{background:linear-gradient(135deg,#1f6b82,#1a5566);height:50px;border-bottom:1px solid rgba(255,255,255,.1);font-size:14px;color:#ffffffb3}.portal-login-breadcrumbs-bar .portal-container{display:flex;align-items:center;height:100%;gap:8px}.portal-login-breadcrumbs-bar a{color:#ffffffe6;text-decoration:none}.portal-login-breadcrumbs-bar a:hover{text-decoration:underline;color:#fff}.portal-login-breadcrumbs-bar span{color:#fff;font-weight:600}.portal-login-layout{display:grid;grid-template-columns:1fr 1.05fr;gap:40px;align-items:stretch}.portal-login-intro{background:linear-gradient(145deg,var(--portal-brand-primary) 0%,var(--portal-brand-primary-dark) 100%);border-radius:16px;padding:48px 40px;color:#ffffffd9;display:flex;flex-direction:column;justify-content:center;box-shadow:0 16px 40px #2b8faf38}.portal-login-intro-badge{display:inline-flex;align-self:flex-start;padding:6px 14px;border-radius:999px;background-color:#ffffff29;font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin-bottom:20px}.portal-login-intro-title{font-size:32px;line-height:1.25;font-weight:700;margin-bottom:16px;max-width:500px}.portal-login-intro-text{font-size:16px;line-height:1.65;color:#ffffffe6;margin-bottom:28px;max-width:460px}.portal-login-intro-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.portal-login-intro-list li{position:relative;padding-left:22px;font-size:15px;color:#ffffffeb}.portal-login-intro-list li:before{content:"";position:absolute;left:0;top:8px;width:8px;height:8px;border-radius:50%;background-color:var(--portal-white)}.portal-login-card{background-color:var(--portal-white);border:1px solid var(--portal-border);border-radius:16px;padding:32px;box-shadow:0 12px 32px #0f172a0f}.portal-login-card-title{font-size:26px;font-weight:700;color:var(--portal-brand-text);margin-bottom:8px}.portal-login-card-subtitle{font-size:15px;color:var(--portal-text-muted);margin-bottom:24px}.portal-login-alert{padding:12px 14px;border-radius:8px;font-size:14px;line-height:1.5;margin-bottom:18px}.portal-login-alert-error{background-color:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.portal-login-alert-success{background-color:#ecfdf5;border:1px solid #a7f3d0;color:#047857}.portal-login-form{display:flex;flex-direction:column;gap:18px}.portal-login-field{display:flex;flex-direction:column;gap:8px}.portal-login-label{font-size:14px;font-weight:600;color:var(--portal-brand-text)}.portal-login-input-wrap{position:relative;display:flex;align-items:center}.portal-login-input-icon{position:absolute;left:14px;color:var(--portal-text-muted);pointer-events:none}.portal-login-input{width:100%;height:48px;border:1px solid var(--portal-border);border-radius:10px;font-size:15px;color:var(--portal-text-body);background-color:var(--portal-white);padding:0 14px 0 44px;transition:border-color .2s ease,box-shadow .2s ease}.portal-login-input-password{padding-right:48px}.portal-login-input:focus{outline:none;border-color:var(--portal-brand-primary);box-shadow:0 0 0 3px #2b8faf26}.portal-login-password-toggle{position:absolute;right:12px;color:var(--portal-text-muted);display:flex;align-items:center;justify-content:center;padding:4px}.portal-login-password-toggle:hover{color:var(--portal-brand-primary)}.portal-login-options{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.portal-login-checkbox-label{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--portal-text-body);cursor:pointer}.portal-login-checkbox{width:16px;height:16px;accent-color:var(--portal-brand-primary)}.portal-login-forgot-link{font-size:14px;font-weight:600;color:var(--portal-brand-primary)}.portal-login-forgot-link:hover{color:var(--portal-brand-primary-dark);text-decoration:underline}.portal-login-submit{width:100%;height:50px;border-radius:10px;background-color:var(--portal-brand-primary);color:var(--portal-white);font-size:16px;font-weight:700;transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease;box-shadow:0 8px 20px #2b8faf40;margin-top:4px}.portal-login-submit:hover{background-color:var(--portal-brand-primary-dark);transform:translateY(-1px);box-shadow:0 10px 24px #2b8faf4d}.portal-login-switch-text{text-align:center;font-size:14px;color:var(--portal-text-muted);margin-top:4px}.portal-login-switch-link{color:var(--portal-brand-primary);font-weight:700}.portal-login-switch-link:hover{color:var(--portal-brand-primary-dark);text-decoration:underline}@media(max-width:991px){.portal-login-layout{grid-template-columns:1fr;gap:24px}.portal-login-intro{padding:32px 24px}.portal-login-intro-title{font-size:26px}}@media(max-width:768px){.portal-login-page{padding:var(--portal-page-padding-top) 20px var(--portal-page-padding-bottom) 20px}.portal-login-card{padding:24px 20px}}@media(max-width:480px){.portal-login-page{padding:var(--portal-page-padding-top) 16px var(--portal-page-padding-bottom) 16px}}@media(max-width:360px){.portal-login-page{padding:var(--portal-page-padding-top) 12px var(--portal-page-padding-bottom) 12px}.portal-login-intro{padding:24px 18px}.portal-login-intro-title{font-size:22px}.portal-login-card{padding:20px 16px}}.portal-query-online-root{width:100%}.portal-query-online-page{max-width:1440px;width:100%;margin:0 auto;padding:var(--portal-page-padding-top) 60px var(--portal-page-padding-bottom) 60px;box-sizing:border-box}.portal-query-online-breadcrumbs-bar{background:linear-gradient(135deg,#1f6b82,#1a5566);height:50px;border-bottom:1px solid rgba(255,255,255,.1);font-size:14px;color:#ffffffb3}.portal-query-online-breadcrumbs-bar .portal-container{display:flex;align-items:center;height:100%;gap:8px}.portal-query-online-breadcrumbs-bar a{color:#ffffffe6;text-decoration:none}.portal-query-online-breadcrumbs-bar a:hover{text-decoration:underline;color:#fff}.portal-query-online-breadcrumbs-bar span{color:#fff;font-weight:600}.portal-query-online-head{padding:12px 16px;margin-bottom:20px;border:1px solid var(--portal-border);border-radius:10px;background-color:var(--portal-brand-light-bg)}.portal-query-online-head-copy{min-width:0}.portal-query-online-head-title{font-size:20px;font-weight:700;color:var(--portal-brand-text);line-height:1.2;margin:0 0 4px}.portal-query-online-head-text{font-size:13px;line-height:1.3;color:var(--portal-text-muted);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.portal-query-online-agent-status-available{color:var(--portal-query-online-text);background-color:var(--portal-query-online-bg)}.portal-query-online-agent-status-busy{color:#92400e;background-color:#fef3c7}.portal-query-online-agent-status-offline{color:#64748b;background-color:#f1f5f9}.portal-query-online-body{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:stretch;height:calc(100vh - 266px);min-height:440px;max-height:680px}.portal-query-online-left,.portal-query-online-right{display:flex;flex-direction:column;min-height:0;height:100%}.portal-query-online-live-chat,.portal-query-online-ai-chat{flex:1;display:flex;flex-direction:column;min-height:0;border:1px solid var(--portal-border);border-radius:10px;overflow:hidden;background-color:#f1f5f9}.portal-query-online-live-chat-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;background-color:var(--portal-white);border-bottom:1px solid var(--portal-border);flex-shrink:0}.portal-query-online-live-chat-bar-left{display:flex;align-items:center;min-width:0}.portal-query-online-live-chat-bar-right{display:flex;align-items:center;gap:10px;flex-shrink:0}.portal-query-online-live-chat-bar-profile{display:flex;align-items:center;gap:10px;min-width:0}.portal-query-online-live-chat-bar-photo{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0}.portal-query-online-live-chat-agents-list{display:flex;gap:6px;margin:0;padding:0;list-style:none;align-items:center;flex-shrink:0}.portal-query-online-live-chat-agent{position:relative;width:36px;height:36px;padding:0;border:none;border-radius:50%;background:none;flex-shrink:0;display:flex;align-items:center;justify-content:center}.portal-query-online-live-chat-agent.selected{opacity:1}.portal-query-online-live-chat-agent:not(.selected):not(:disabled){opacity:.75}.portal-query-online-live-chat-agent:hover:not(:disabled){opacity:1}.portal-query-online-live-chat-agent:disabled{opacity:.45;cursor:not-allowed}.portal-query-online-live-chat-agent-photo{width:32px;height:32px;border-radius:50%;object-fit:cover;display:block}.portal-query-online-live-chat-agent-dot{position:absolute;bottom:0;right:0;width:9px;height:9px;border-radius:50%;border:2px solid var(--portal-white)}.portal-query-online-live-chat-agent-dot.online{background-color:var(--portal-query-online-live-dot)}.portal-query-online-live-chat-agent-dot.offline{background-color:#94a3b8}.portal-query-online-live-chat-bar-name{font-size:14px;font-weight:600;color:var(--portal-brand-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.portal-query-online-chat-status-badge{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:600;border-radius:999px;padding:4px 10px;white-space:nowrap;flex-shrink:0}.portal-query-online-chat-status-badge.online{color:var(--portal-query-online-text);background-color:var(--portal-query-online-bg);border:1px solid rgba(34,197,94,.25)}.portal-query-online-chat-status-badge.offline{color:#64748b;background-color:#f1f5f9;border:1px solid #cbd5e1}.portal-query-online-chat-status-dot{width:8px;height:8px;border-radius:50%;background-color:var(--portal-query-online-live-dot);flex-shrink:0}.portal-query-online-chat-status-badge.offline .portal-query-online-chat-status-dot{background-color:#94a3b8}.portal-query-online-ai-chat-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;background-color:var(--portal-white);border-bottom:1px solid var(--portal-border);flex-shrink:0}.portal-query-online-ai-chat-bar-left{display:flex;align-items:center;min-width:0}.portal-query-online-ai-chat-bar-profile{display:flex;align-items:center;gap:10px;min-width:0}.portal-query-online-ai-chat-bar-photo{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0}.portal-query-online-ai-chat-bar-name{font-size:14px;font-weight:600;color:var(--portal-brand-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.portal-query-online-ai-chat-bar-right{flex-shrink:0}.portal-query-online-live-chat-messages-wrap,.portal-query-online-ai-messages-wrap{flex:1;min-height:0;overflow-y:auto}.portal-query-online-live-chat-messages{padding:14px;display:flex;flex-direction:column;gap:12px}.portal-query-online-live-chat-date{text-align:center}.portal-query-online-live-chat-date span{font-size:11px;color:#94a3b8;background-color:#f1f5f9;padding:2px 12px;border-radius:12px}.portal-query-online-live-message{display:flex;gap:8px;max-width:88%}.portal-query-online-live-message-visitor{align-self:flex-end;flex-direction:row-reverse}.portal-query-online-live-message-agent{align-self:flex-start}.portal-query-online-live-message-avatar{width:28px;height:28px;flex-shrink:0}.portal-query-online-live-message-avatar img{width:28px;height:28px;border-radius:50%;object-fit:cover}.portal-query-online-live-message-content{display:flex;flex-direction:column;gap:4px}.portal-query-online-live-message-sender{font-size:11px;font-weight:600;color:var(--portal-text-muted)}.portal-query-online-live-message-bubble{padding:10px 14px;border-radius:16px;font-size:14px;line-height:1.45}.portal-query-online-live-message-visitor .portal-query-online-live-message-bubble{background-color:var(--portal-brand-primary);color:var(--portal-white);border-bottom-right-radius:4px}.portal-query-online-live-message-agent .portal-query-online-live-message-bubble{background-color:var(--portal-white);border:1px solid var(--portal-border);color:var(--portal-text-body);border-bottom-left-radius:4px}.portal-query-online-live-message-time{font-size:10px;color:#94a3b8}.portal-query-online-live-message-visitor .portal-query-online-live-message-time{text-align:right}.portal-query-online-live-chat-input-wrap,.portal-query-online-ai-input-wrap{padding:10px 12px;background-color:var(--portal-white);border-top:1px solid var(--portal-border);flex-shrink:0}.portal-query-online-live-chat-input-row{display:flex;align-items:center;gap:8px;padding:6px 8px;border:1px solid var(--portal-border);border-radius:24px;background-color:#f8fafc}.portal-query-online-live-chat-emoji{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--portal-text-muted);flex-shrink:0}.portal-query-online-live-chat-input{flex:1;border:none;background:transparent;font-family:inherit;font-size:14px;outline:none;min-width:0}.portal-query-online-live-chat-input:disabled{opacity:.6}.portal-query-online-live-chat-send{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:var(--portal-brand-primary);color:var(--portal-white);flex-shrink:0}.portal-query-online-live-chat-send:disabled{opacity:.45;cursor:not-allowed}.portal-query-online-ai-messages{padding:14px;display:flex;flex-direction:column;gap:12px}.portal-query-online-ai-message{max-width:92%}.portal-query-online-ai-message-user{align-self:flex-end}.portal-query-online-ai-message-agent{align-self:flex-start}.portal-query-online-ai-message-label{margin-bottom:4px}.portal-query-online-ai-label-user,.portal-query-online-ai-label-bot{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--portal-text-muted)}.portal-query-online-ai-label-user{justify-content:flex-end;width:100%}.portal-query-online-ai-message-text{font-size:14px;line-height:1.5;color:var(--portal-text-body)}.portal-query-online-ai-message-user .portal-query-online-ai-message-text{padding:10px 14px;background-color:#f1f3f4;border-radius:16px 16px 4px}.portal-query-online-ai-input-row{display:flex;align-items:flex-end;gap:8px;padding:8px 10px;border:1px solid var(--portal-border);border-radius:14px;background-color:#f9fafb}.portal-query-online-ai-input{flex:1;min-height:22px;max-height:80px;resize:none;border:none;background:transparent;font-family:inherit;font-size:14px;outline:none}.portal-query-online-ai-send{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:var(--portal-query-online-hover-bg);color:var(--portal-white);flex-shrink:0}.portal-query-online-ai-send:disabled{opacity:.45;cursor:not-allowed}@media(max-width:991px){.portal-query-online-live-chat-bar{flex-wrap:wrap}.portal-query-online-live-chat-bar-right{width:100%;justify-content:space-between}.portal-query-online-live-chat-agents-list{flex:1;min-width:0;justify-content:flex-end;overflow-x:auto}.portal-query-online-body{grid-template-columns:1fr;height:auto;max-height:none}.portal-query-online-left{min-height:400px}.portal-query-online-right{min-height:380px}}@media(max-width:768px){.portal-query-online-page{padding:var(--portal-page-padding-top) 20px var(--portal-page-padding-bottom) 20px}}@media(max-width:480px){.portal-query-online-page{padding:var(--portal-page-padding-top) 16px var(--portal-page-padding-bottom) 16px}.portal-query-online-head-text{white-space:normal;overflow:visible;text-overflow:unset;font-size:12px}}@media(max-width:360px){.portal-query-online-page{padding:var(--portal-page-padding-top) 12px var(--portal-page-padding-bottom) 12px}.portal-query-online-head-title{font-size:20px}}
