.portal-page { min-height: 100vh; background: #f5f7f8; }
.portal-header { position: absolute; }
.back-link { display: inline-flex; align-items: center; gap: 10px; color: rgba(255,255,255,.76); font-size: 13px; font-weight: 600; }
.back-link:hover { color: #fff; }

.login-main { position: relative; min-height: calc(100vh - 70px); display: flex; align-items: center; overflow: hidden; color: #fff; background: #071426; }
.login-main::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,20,38,.99) 0%, rgba(7,20,38,.93) 48%, rgba(7,20,38,.7) 100%); }
.login-map { position: absolute; inset: 0; opacity: .12; background: url('../Images/MapATL.jpg') center/cover; filter: grayscale(1) contrast(1.15); }
.login-map::after { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 48px 48px; }
.login-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 480px; gap: 100px; align-items: center; padding-top: 150px; padding-bottom: 80px; }
.login-message { max-width: 590px; }
.login-message h1 { font-size: clamp(54px, 6vw, 82px); }
.login-message > p:not(.eyebrow) { max-width: 550px; margin: 25px 0 0; color: #aebdcc; font-size: 18px; line-height: 1.7; }
.login-benefits { display: grid; gap: 0; margin: 42px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.1); }
.login-benefits li { display: grid; grid-template-columns: 30px 1fr; gap: 15px; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.login-benefits li > span { width: 26px; height: 26px; display: grid; place-items: center; color: #5de4e8; background: rgba(93,228,232,.1); font-size: 11px; }
.login-benefits div { display: grid; gap: 5px; }
.login-benefits strong { font: 700 14px/1.2 'Manrope', sans-serif; }
.login-benefits small { color: #8294a6; font-size: 12px; }

.login-card { padding: 42px; color: #102033; background: #fff; box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.login-card-header { display: grid; grid-template-columns: 42px 1fr; gap: 15px; align-items: start; padding-bottom: 29px; border-bottom: 1px solid #e2e7eb; }
.secure-mark { width: 42px; height: 42px; display: grid; place-items: center; color: #33c28d; background: #e8f9f3; font-size: 11px; }
.login-card-header p { margin: 0 0 5px; color: #e7373d; font-size: 9px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
.login-card-header h2 { margin: 0; font-size: 23px; letter-spacing: -.8px; }
.login-form { display: grid; gap: 23px; margin-top: 30px; }
.login-alert { padding: 13px 14px; color: #99252b; background: #fff0f0; border-left: 3px solid #e7373d; font-size: 12px; line-height: 1.5; }
.field-group { display: grid; gap: 8px; }
.field-group label { color: #304052; font-size: 12px; font-weight: 700; }
.field-label-row { display: flex; justify-content: space-between; }
.field-group input { width: 100%; height: 52px; padding: 0 14px; color: #102033; background: #f8fafb; border: 1px solid #ccd5dc; border-radius: 0; outline: none; font: 500 15px/1 'DM Sans', sans-serif; transition: border-color .2s, box-shadow .2s; }
.field-group input:focus { border-color: #e7373d; box-shadow: 0 0 0 3px rgba(231,55,61,.1); }
.password-field { position: relative; }
.password-field input { padding-right: 70px; }
.password-toggle { position: absolute; inset: 0 12px 0 auto; padding: 0 7px; color: #e7373d; background: transparent; border: 0; font: 700 11px/1 'DM Sans', sans-serif; cursor: pointer; }
.login-submit { height: 54px; display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 3px; color: #fff; background: #e7373d; border: 0; font: 700 14px/1 'DM Sans', sans-serif; cursor: pointer; transition: background .2s, transform .2s; }
.login-submit:hover { background: #bd262d; transform: translateY(-2px); }
.login-help { margin-top: 30px; padding-top: 24px; text-align: center; border-top: 1px solid #e2e7eb; }
.login-help p { margin: 0 0 8px; color: #718091; font-size: 12px; }
.login-help a { color: #e7373d; font-size: 12px; font-weight: 700; }
.portal-footer { color: #7f8e9d; background: #050f1d; }
.portal-footer .shell { min-height: 70px; display: flex; align-items: center; justify-content: space-between; font-size: 11px; }
.portal-footer .shell div { display: flex; gap: 24px; }
.portal-footer a:hover { color: #5de4e8; }

.support-links { display: flex; align-items: center; gap: 32px; color: rgba(255,255,255,.7); font-size: 13px; font-weight: 600; }
.support-links a:hover, .support-links .active { color: #fff; }
.support-links .active { box-shadow: inset 0 -2px #e7373d; padding: 11px 0; }
.support-login-link { padding: 12px 16px; color: #fff !important; border: 1px solid rgba(255,255,255,.32); }
.support-login-link:hover { background: #e7373d; border-color: #e7373d; }
.support-hero { position: relative; min-height: 460px; display: flex; align-items: center; overflow: hidden; color: #fff; background: #071426; }
.support-hero::before { content: ''; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(7,20,38,.98), rgba(7,20,38,.78)); }
.support-map { position: absolute; inset: 0; opacity: .16; background: url('../Images/MapATL.jpg') center 48%/cover; filter: saturate(0) contrast(1.2); }
.support-hero-content { position: relative; z-index: 2; padding-top: 90px; }
.support-hero h1 { max-width: 800px; font-size: clamp(45px, 5.2vw, 70px); }
.support-hero-content > p:last-child { max-width: 680px; margin: 22px 0 0; color: #b5c3d1; font-size: 17px; line-height: 1.65; }
.support-content { background: #f5f7f8; }
.support-layout { display: grid; grid-template-columns: minmax(0, 1fr) 370px; gap: 45px; align-items: start; }
.downloads-panel { padding: 45px; background: #fff; border: 1px solid #dbe2e8; }
.panel-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; }
.panel-heading h2 { font-size: 38px; }
.panel-heading .eyebrow { margin-bottom: 15px; }
.zip-badge { padding: 8px 10px; color: #687888; background: #f0f3f5; font-size: 9px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; }
.panel-intro { max-width: 720px; margin: 23px 0 33px; color: #667483; font-size: 14px; line-height: 1.7; }
.download-list { border: 1px solid #dbe2e8; }
.download-item { display: grid; grid-template-columns: 52px 1fr auto; gap: 18px; align-items: center; min-height: 92px; padding: 16px 20px; border-bottom: 1px solid #dbe2e8; transition: background .2s, transform .2s; }
.download-item:last-child { border-bottom: 0; }
.download-item:hover { position: relative; z-index: 1; background: #f7f9fa; box-shadow: 0 10px 25px rgba(7,20,38,.08); transform: translateX(3px); }
.file-icon { width: 46px; height: 52px; display: grid; place-items: center; color: #e7373d; background: #fff0f0; font-size: 9px; font-weight: 800; letter-spacing: .8px; }
.file-details { display: grid; gap: 7px; min-width: 0; }
.file-details strong { overflow: hidden; color: #102033; font: 700 14px/1.25 'Manrope', sans-serif; text-overflow: ellipsis; white-space: nowrap; }
.file-details small { display: flex; align-items: center; gap: 8px; color: #8593a0; font-size: 10px; }
.file-details i { width: 3px; height: 3px; background: #c1c9cf; border-radius: 50%; }
.download-action { display: flex; align-items: center; gap: 12px; color: #e7373d; font-size: 11px; font-weight: 700; }
.download-action b { font-size: 16px; }
.empty-downloads { padding: 35px; text-align: center; background: #f6f8f9; border: 1px solid #dbe2e8; }
.empty-downloads p { margin: 7px 0 0; color: #6c7a87; font-size: 13px; }
.support-sidebar { display: grid; gap: 20px; }
.support-card { padding: 35px; }
.support-card.primary { color: #fff; background: #0d213b; }
.support-card-label { display: block; margin-bottom: 17px; color: #5de4e8; font-size: 9px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
.support-card h2 { font-size: 31px; letter-spacing: -1.3px; }
.support-card.primary p { margin: 20px 0 26px; color: #a8b7c6; font-size: 13px; line-height: 1.7; }
.support-card .button { width: 100%; }
.phone-link { display: block; margin-top: 18px; color: #fff; text-align: center; font-size: 13px; font-weight: 700; }
.support-card.notice { display: grid; grid-template-columns: 37px 1fr; gap: 15px; background: #fff; border: 1px solid #dbe2e8; }
.notice-icon { width: 34px; height: 34px; display: grid; place-items: center; color: #e7373d; background: #fff0f0; border-radius: 50%; font: 700 14px/1 Georgia, serif; }
.support-card.notice strong { font: 700 13px/1.2 'Manrope', sans-serif; }
.support-card.notice p { margin: 7px 0 0; color: #6c7a87; font-size: 11px; line-height: 1.6; }
.support-footer { padding-top: 65px; }

.account-page { color: #102033; }
.account-header { position: absolute; color: #fff; }
.account-nav { display: flex; align-items: center; gap: 18px; color: #bdc9d5; font-size: 12px; }
.account-nav form { margin: 0; }
.account-nav button { padding: 10px 14px; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.3); font: 700 11px/1 'DM Sans', sans-serif; cursor: pointer; }
.account-nav button:hover { background: #e7373d; border-color: #e7373d; }
.account-hero { position: relative; min-height: 430px; display: flex; align-items: center; overflow: hidden; color: #fff; background: #071426; }
.account-hero::before { content: ''; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(7,20,38,.99), rgba(7,20,38,.75)); }
.account-map { position: absolute; inset: 0; opacity: .14; background: url('../Images/MapATL.jpg') center/cover; filter: grayscale(1) contrast(1.2); }
.account-hero-content { position: relative; z-index: 2; padding-top: 90px; }
.account-hero h1 { max-width: 850px; font-size: clamp(48px, 6vw, 74px); }
.account-hero-content > p:last-child { margin: 20px 0 0; color: #b3c1cf; font-size: 17px; }
.account-content { background: #f5f7f8; }
.account-layout { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 40px; align-items: start; }
.account-primary { padding: 42px; background: #fff; border: 1px solid #dbe2e8; }
.account-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; margin-bottom: 35px; }
.account-heading .eyebrow { margin-bottom: 13px; }
.account-heading h2 { font-size: 38px; }
.maintenance-badge { flex: 0 0 auto; padding: 9px 11px; color: #4d6871; background: #e9f7f5; font-size: 9px; font-weight: 700; letter-spacing: .6px; text-transform: uppercase; }
.account-actions { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid #dbe2e8; }
.account-action { display: grid; grid-template-columns: 44px 1fr; gap: 18px; min-height: 250px; padding: 30px; border-right: 1px solid #dbe2e8; transition: background .2s, transform .2s; }
.account-action:last-child { border-right: 0; }
.account-action:hover { position: relative; z-index: 1; background: #f7f9fa; box-shadow: 0 12px 28px rgba(7,20,38,.08); transform: translateY(-3px); }
.account-action-icon { width: 42px; height: 42px; display: grid; place-items: center; color: #e7373d; background: #fff0f0; font: 700 17px/1 'Manrope', sans-serif; }
.account-action small { color: #e7373d; font-size: 9px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; }
.account-action h3 { margin: 8px 0 12px; font-size: 20px; }
.account-action p { margin: 0 0 24px; color: #6a7886; font-size: 12px; line-height: 1.65; }
.account-action strong { color: #e7373d; font-size: 11px; }
.license-card { padding: 35px; color: #fff; background: #0d213b; }
.license-card h2 { margin: 0; font-size: 28px; letter-spacing: -1px; }
.license-card dl { margin: 28px 0; border-top: 1px solid rgba(255,255,255,.12); }
.license-card dl div { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.license-card dt { color: #9cabb9; font-size: 11px; }
.license-card dd { margin: 0; font: 700 15px/1 'Manrope', sans-serif; }
.license-card > a { color: #5de4e8; font-size: 11px; font-weight: 700; }

.contact-hero { position: relative; min-height: 540px; display: flex; align-items: center; overflow: hidden; color: #fff; background: #071426; }
.contact-hero::before { content: ''; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(7,20,38,.99) 0%, rgba(7,20,38,.86) 52%, rgba(7,20,38,.62) 100%); }
.contact-map { position: absolute; inset: 0; opacity: .16; background: url('../Images/MapATL.jpg') center/cover; filter: grayscale(1) contrast(1.18); }
.contact-map::after { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 48px 48px; }
.contact-hero-content { position: relative; z-index: 2; padding-top: 90px; }
.contact-hero h1 { max-width: 850px; font-size: clamp(48px, 6vw, 78px); }
.contact-hero-content > p:last-child { max-width: 650px; margin: 24px 0 0; color: #b3c1cf; font-size: 18px; line-height: 1.65; }
.contact-content { background: #f5f7f8; }
.contact-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: end; margin-bottom: 55px; }
.contact-intro > div .eyebrow { margin-bottom: 15px; }
.contact-intro > p { margin: 0 0 3px; color: #667483; font-size: 15px; line-height: 1.75; }
.contact-card-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid #dbe2e8; }
.contact-card { min-height: 515px; padding: 46px; background: #fff; border-right: 1px solid #dbe2e8; }
.contact-card:last-child { border-right: 0; }
.contact-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 42px; }
.contact-icon { width: 50px; height: 50px; display: grid; place-items: center; color: #e7373d; background: #fff0f0; font: 700 21px/1 'Manrope', sans-serif; }
.contact-card-label { color: #8794a0; font-size: 9px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; }
.contact-card h2 { font-size: 36px; letter-spacing: -1.5px; }
.contact-card > p { max-width: 480px; min-height: 70px; margin: 19px 0 34px; color: #667483; font-size: 14px; line-height: 1.7; }
.contact-actions { border: 1px solid #dbe2e8; }
.contact-action { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 18px; border-bottom: 1px solid #dbe2e8; transition: background .2s, color .2s; }
.contact-action:last-child { border-bottom: 0; }
.contact-action span { display: grid; gap: 4px; }
.contact-action small { color: #84919d; font-size: 9px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.contact-action strong { font: 700 13px/1.3 'Manrope', sans-serif; }
.contact-action b { color: #e7373d; font-size: 17px; }
.contact-action:hover { background: #f7f9fa; }
.contact-action.primary { color: #fff; background: #0d213b; border-color: #0d213b; }
.contact-action.primary small { color: #93a8ba; }
.contact-action.primary b { color: #5de4e8; }
.contact-action.primary:hover { background: #142d4c; }
.support-contact-card .contact-icon { color: #5de4e8; background: #0d213b; }
.location-section { padding: 100px 0; color: #fff; background: #071426; }
.location-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.location-copy h2 { max-width: 520px; }
.location-copy address { display: grid; gap: 6px; margin: 30px 0; color: #aab9c8; font-size: 14px; font-style: normal; line-height: 1.5; }
.location-copy address strong { margin-bottom: 4px; color: #fff; font: 700 15px/1.3 'Manrope', sans-serif; }
.location-visual { position: relative; min-height: 390px; overflow: hidden; background: url('../Images/MapATL.jpg') center/cover; }
.location-visual::before { content: ''; position: absolute; inset: 0; background: rgba(7,20,38,.35); }
.location-visual::after { content: ''; position: absolute; width: 34px; height: 34px; top: 47%; left: 50%; border: 8px solid #e7373d; border-radius: 50% 50% 50% 0; background: #fff; transform: rotate(-45deg); box-shadow: 0 10px 25px rgba(0,0,0,.32); }
.map-card { position: absolute; z-index: 2; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 14px; padding: 16px 18px; color: #102033; background: #fff; box-shadow: 0 15px 35px rgba(0,0,0,.22); }
.map-pin { width: 10px; height: 10px; background: #e7373d; border-radius: 50%; box-shadow: 0 0 0 6px rgba(231,55,61,.12); }
.map-card div { display: grid; gap: 4px; }
.map-card small { color: #e7373d; font-size: 9px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.map-card strong { font: 700 12px/1.2 'Manrope', sans-serif; }

@media (max-width: 960px) {
  .login-layout { grid-template-columns: 1fr 440px; gap: 50px; }
  .support-layout { grid-template-columns: 1fr; }
  .support-sidebar { grid-template-columns: 1fr 1fr; }
  .account-layout { grid-template-columns: 1fr; }
  .location-grid { gap: 50px; }
}

@media (max-width: 760px) {
  .login-layout { grid-template-columns: 1fr; padding-top: 125px; }
  .login-message { max-width: none; }
  .login-benefits { display: none; }
  .login-card { width: 100%; max-width: 520px; padding: 32px 25px; }
  .portal-footer .shell { align-items: flex-start; gap: 12px; flex-direction: column; justify-content: center; padding: 16px 0; }
  .support-links a:not(.support-login-link):not(.active) { display: none; }
  .support-links { gap: 14px; }
  .support-hero { min-height: 430px; }
  .support-hero-content { padding-top: 78px; }
  .downloads-panel { padding: 30px 22px; }
  .panel-heading { align-items: flex-start; flex-direction: column; }
  .support-sidebar { grid-template-columns: 1fr; }
  .download-item { grid-template-columns: 48px 1fr; padding: 16px 13px; }
  .download-action { grid-column: 2; }
  .account-nav > span { display: none; }
  .account-primary { padding: 30px 22px; }
  .account-heading { align-items: flex-start; flex-direction: column; }
  .account-actions { grid-template-columns: 1fr; }
  .account-action { min-height: auto; border-right: 0; border-bottom: 1px solid #dbe2e8; }
  .account-action:last-child { border-bottom: 0; }
  .contact-hero { min-height: 500px; }
  .contact-hero-content { padding-top: 78px; }
  .contact-intro, .contact-card-grid, .location-grid { grid-template-columns: 1fr; }
  .contact-intro { gap: 25px; }
  .contact-card { min-height: auto; padding: 35px 24px; border-right: 0; border-bottom: 1px solid #dbe2e8; }
  .contact-card:last-child { border-bottom: 0; }
  .contact-card > p { min-height: auto; }
  .location-visual { min-height: 330px; }
}

@media (max-width: 430px) {
  .login-message h1 { font-size: 50px; }
  .login-message > p:not(.eyebrow) { font-size: 16px; }
  .support-links .active { display: none; }
  .support-hero h1 { font-size: 42px; }
  .file-details small { align-items: flex-start; flex-direction: column; gap: 3px; }
  .file-details i { display: none; }
}
