:root {
  --rr-bg: #edf4ff;
  --rr-ink: #0d1728;
  --rr-ink-soft: #243447;
  --rr-line: rgba(148, 163, 184, 0.28);
  --rr-white: #ffffff;
  --rr-navy: #071b2f;
  --rr-blue: #1d72e8;
  --rr-blue-2: #2fa3ff;
  --rr-cyan: #20c8ff;
  --rr-violet: #7b67ee;
  --rr-pink: #eb4cc0;
  --rr-slate: #f3f7fd;
  --rr-success: #18b77d;
  --rr-shadow: 0 30px 80px rgba(8, 17, 32, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", sans-serif;
  background: linear-gradient(180deg, #eef5ff 0%, #f7faff 100%);
  color: var(--rr-ink);
}

a,
button,
input {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}

.top-nav-bar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(9, 18, 32, 0.82);
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.top-nav-container {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.top-brand-group {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.top-header-title {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.96rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.live-pulse-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border: 1px solid rgba(123, 203, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #dff6ff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pulse-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #40d98f;
  box-shadow: 0 0 0 6px rgba(64, 217, 143, 0.18);
}

.top-header-action {
  display: flex;
  align-items: center;
}

.btn-top-login {
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: linear-gradient(135deg, rgba(42, 128, 255, 0.2), rgba(31, 82, 214, 0.18));
  color: #f5fbff;
  min-width: 92px;
  min-height: 36px;
  border-radius: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-title-bar {
  background: rgba(255, 255, 255, 0.32);
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}

.breadcrumb-flex{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
    min-height:72px;
    padding:14px 0;
}

.page-main-heading{
    margin:0;
    flex:1;
    color:#0f172a;
    font-family:"Inter","Segoe UI",sans-serif;
    font-size:2rem;
    font-weight:600;
    line-height:1.2;
    letter-spacing:-0.02em;
}

.quick-nav-links{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    flex-wrap:wrap;
    gap:12px;
    align-self:center;
}
.q-link,
.q-link-btn{

    display:flex;
    align-items:center;
    justify-content:center;

    height:42px;
    padding:0 18px;

    border-radius:999px;
    border:1px solid #d7dce5;

    background:#fff;

    font-size:.86rem;
    font-weight:600;

    color:#111827;

    white-space:nowrap;
}
.q-link-btn{

    background:#1976f3;

    color:#fff;

    border:none;

    box-shadow:none;
}

@media (max-width:991px){

.breadcrumb-flex{

    flex-direction:column;

    align-items:flex-start;

    gap:18px;

    padding:18px 0;
}

.page-main-heading{

    width:100%;

    font-size:1.55rem;

    line-height:1.35;
}

.quick-nav-links{

    width:100%;

    justify-content:flex-start;
}
}

@media (max-width:576px){

.page-main-heading{

    font-size:1.3rem;

    font-weight:600;
}

.q-link,
.q-link-btn{

    height:40px;

    font-size:.8rem;

    padding:0 14px;
}
}

.hero-banner-section {
  padding: 42px 0 20px;
  background: linear-gradient(180deg, rgba(204, 232, 255, 0.38) 0%, rgba(240, 246, 255, 0.1) 100%);
}

.hero-canvas-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 28px;
  background: linear-gradient(135deg, #061b2d 0%, #0a2140 32%, #0b2340 100%);
  box-shadow: var(--rr-shadow);
}

.canvas-bg-waves {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.ambient-glow-circle {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.8;
}

.glow-indigo {
  width: 340px;
  height: 340px;
  background: rgba(79, 70, 229, 0.28);
  left: 10%;
  top: -40px;
}

.glow-coral {
  width: 360px;
  height: 360px;
  background: rgba(236, 72, 153, 0.18);
  right: 10%;
  top: 120px;
}

.glow-cyan {
  width: 280px;
  height: 280px;
  background: rgba(34, 211, 238, 0.2);
  right: 30%;
  top: 40px;
}

.wave-svg-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}

.hero-content-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.25fr 0.85fr;
  gap: 54px;
  min-height: 720px;
  padding: 42px 44px 30px;
}

.hero-brand-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 26px 0 12px;
}

.aol-brand-wrapper {
  margin-bottom: 18px;
}

.aol-official-logo {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.logo-txt {
  font-family: "Outfit", "Inter", sans-serif;
  font-size: clamp(2.1rem, 3vw, 4.1rem);
  font-weight: 900;
  letter-spacing: -0.06em;

  background: linear-gradient(
    90deg,
    #0d6efd 0%,
    #00b4ff 40%,
    #ff8c00 75%,
    #ff5e00 100%
  );

  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;

  text-shadow: 0 8px 24px rgba(13, 110, 253, 0.2);
}

.swoosh-curve {
  width: min(360px, 72%);
  height: 34px;
}

.tagline-block {
  margin-top: 14px;
  margin-bottom: 18px;
}

.tagline-black,
.tagline-blue {
  margin: 0;
  font-family: "Outfit", "Inter", sans-serif;
  font-size: clamp(3.2rem, 6vw, 7rem);
  line-height: 0.92;
  letter-spacing: -0.07em;
}

.tagline-black {
  color: #ebf6ff;
  font-weight: 900;
}

.tagline-blue {
  background: linear-gradient(90deg, #5db2ff 0%, #73d5ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 900;
}

.tagline-blue-bar {
  width: 260px;
  height: 6px;
  margin-top: 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(56, 189, 248, 0.8), rgba(59, 130, 246, 0.9));
  box-shadow: 0 10px 24px rgba(59, 130, 246, 0.28);
}

.hero-quick-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin-top: 24px;
  max-width: 680px;
}

.feature-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 12px;
  border: 1px solid rgba(191, 219, 254, 0.2);
  background: rgba(13, 23, 38, 0.22);
  color: rgba(236, 245, 255, 0.96);
  font-size: 0.75rem;
  font-weight: 600;
}

.feature-chip i {
  width: 13px;
  height: 13px;
}

.chip-emerald { border-color: rgba(110, 231, 183, 0.25); }
.chip-amber { border-color: rgba(250, 204, 21, 0.2); }
.chip-violet { border-color: rgba(167, 139, 250, 0.25); }
.chip-cyan { border-color: rgba(34, 211, 238, 0.25); }
.chip-coral { border-color: rgba(251, 146, 60, 0.22); }
.chip-indigo { border-color: rgba(96, 165, 250, 0.25); }

.hero-form-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 0;
}

.login-card {
  width: min(100%, 470px);
  padding: 22px 22px 18px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(8, 17, 32, 0.82), rgba(7, 17, 31, 0.76));
  box-shadow: 0 24px 55px rgba(3, 7, 18, 0.35);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.login-card-header {
  margin-bottom: 18px;
}

.login-badge-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(96, 165, 250, 0.12);
  border: 1px solid rgba(125, 211, 252, 0.18);
  color: #cfeafc;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.login-card-title {
  margin: 16px 0 6px;
  color: #f5fbff;
  font-size: clamp(2rem, 2vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.06em;
}

.login-card-subtitle {
  margin: 0;
  color: rgba(219, 234, 246, 0.8);
  font-size: 0.96rem;
}

.login-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.field-label {
  color: rgba(232, 241, 255, 0.92);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.input-wrapper {
  position: relative;
}

.input-left-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  color: rgba(148, 163, 184, 0.8);
}

.form-input {
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.56);
  color: #f5fbff;
  padding: 0 52px 0 46px;
  font-size: 1rem;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.form-input::placeholder {
  color: rgba(191, 214, 234, 0.7);
}

.form-input:focus {
  border-color: rgba(96, 165, 250, 0.8);
  box-shadow: 0 0 0 4px rgba(96, 165, 250, 0.13);
  background: rgba(15, 23, 42, 0.78);
}

.btn-eye-toggle {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  color: rgba(203, 214, 228, 0.9);
  display: grid;
  place-items: center;
}

.domain-quick-tags {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 2px;
}

.tag-hint {
  color: rgba(191, 214, 234, 0.8);
  font-size: 0.72rem;
  font-weight: 600;
}

.domain-tag {
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(255, 255, 255, 0.02);
  color: rgba(220, 235, 255, 0.9);
  border-radius: 999px;
  padding: 5px 8px;
  font-size: 0.68rem;
  font-weight: 700;
}

.form-row-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 2px;
}

.remember-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(232, 241, 255, 0.86);
  font-size: 0.88rem;
  cursor: pointer;
}

.remember-label input {
  accent-color: #2d82f5;
}

.forgot-pw-link {
  color: #8cc7ff;
  font-size: 0.82rem;
  font-weight: 700;
}

.btn-signin-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 56px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #1d72e8 0%, #3e9efb 55%, #2bc0ff 100%);
  color: #ffffff;
  font-size: 1.04rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  box-shadow: 0 18px 30px rgba(56, 130, 255, 0.34);
}

.btn-signin-primary .btn-icon-arrow {
  width: 16px;
  height: 16px;
}

.divider-or {
  position: relative;
  text-align: center;
  margin: 2px 0;
}

.divider-or::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: rgba(148, 163, 184, 0.26);
}

.divider-or span {
  position: relative;
  z-index: 1;
  padding: 0 12px;
  background: rgba(7, 17, 31, 0.86);
  color: rgba(191, 214, 234, 0.9);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.btn-google-auth {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  border: 1px solid rgba(148, 163, 184, 0.26);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
  color: #edf7ff;
  font-weight: 700;
}

.google-svg {
  display: inline-block;
}

.demo-card-autofill {
  margin-top: 4px;
}

.btn-autofill-demo {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  border: 1px dashed rgba(96, 165, 250, 0.55);
  border-radius: 12px;
  background: rgba(96, 165, 250, 0.05);
  color: rgba(223, 236, 255, 0.9);
  font-size: 0.78rem;
  font-weight: 600;
}

.canvas-info-icon {
  position: absolute;
  left: 20px;
  bottom: 18px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(148, 163, 184, 0.2);
  color: rgba(236, 245, 255, 0.9);
}

.quick-support-hub-section {
  padding: 26px 0 52px;
  background: linear-gradient(180deg, #f2f8ff 0%, #edf4ff 100%);
}

.support-hub-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.support-hub-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 220px;
  padding: 18px 18px 16px;
  border: 1px solid var(--rr-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.03);
}

.hub-card-icon-wrap {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 14px;
}

.icon-violet { background: rgba(123, 103, 238, 0.12); color: #5749d8; }
.icon-coral { background: rgba(251, 146, 60, 0.12); color: #f97316; }
.icon-emerald { background: rgba(16, 185, 129, 0.12); color: #0ba36c; }
.icon-cyan { background: rgba(34, 211, 238, 0.12); color: #0ea5e9; }

.hub-card-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hub-card-tag {
  display: inline-flex;
  align-self: flex-start;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tag-violet { background: rgba(123, 103, 238, 0.11); color: #4c43d0; }
.tag-coral { background: rgba(251, 146, 60, 0.11); color: #d75d1d; }
.tag-emerald { background: rgba(16, 185, 129, 0.11); color: #0b7a59; }
.tag-cyan { background: rgba(34, 211, 238, 0.11); color: #0e88c4; }

.hub-card-title {
  margin: 0;
  color: var(--rr-ink);
  font-size: clamp(1.26rem, 1.8vw, 1.8rem);
  letter-spacing: -0.05em;
}

.hub-card-desc {
  margin: 0;
  color: var(--rr-ink-soft);
  font-size: 0.95rem;
  line-height: 1.6;
}

.hub-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  font-weight: 700;
}

.link-violet { color: #4c43d0; }
.link-coral { color: #d75d1d; }
.link-emerald { color: #0b7a59; }
.link-cyan { color: #0e88c4; }

.-section {
  padding: 40px 0 50px;
  background: #f6f9ff;
}

.bg-subtle {
  background: #edf4ff;
}

.article-block{
    background:#fff;
    border:1px solid #e6ebf2;
    border-radius:22px;
    padding:34px;
    box-shadow:0 8px 25px rgba(0,0,0,.04);
}

.section-title-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}

.article-title{
    margin:0;
    color:#14213d;
    font-family:"Inter","Segoe UI",sans-serif;
    font-size:clamp(2rem,3vw,3rem);
    font-weight:600;
    line-height:1.2;
    letter-spacing:-0.02em;
}
.heading-accent-line {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(59, 130, 246, 0.28), rgba(59, 130, 246, 0.06));
}

.article-lead{
    max-width:820px;
    margin:0 0 28px;
    color:#526173;
    font-size:1rem;
    font-weight:400;
    line-height:1.8;
}

.trouble-list-wrapper {
  display: grid;
  gap: 18px;
}

.trouble-card-box{
    padding:22px;
    border:1px solid #e7edf5;
    border-radius:16px;
    background:#fff;
    transition:.3s;
}

.trouble-card-box:hover{
    border-color:#cbd8ea;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
}

.trouble-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.trouble-bullet {
  color: var(--rr-blue);
  font-size: 1.2rem;
}

.trouble-heading{
    margin:0;
    color:#10233f;
    font-family:"Inter",sans-serif;
    font-size:1.45rem;
    font-weight:600;
    line-height:1.35;
    letter-spacing:-.01em;
}

.trouble-body{
    margin:0;
    color:#59697c;
    font-size:.98rem;
    line-height:1.8;
    font-weight:400;
}
.diag-banner-box{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:30px;

    margin-top:34px;

    padding:22px 24px;

    background:#f8fbff;

    border:1px solid #dbe7f5;

    border-radius:18px;
}
.diag-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.diag-icon-wrap {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(29, 114, 232, 0.12), rgba(47, 163, 255, 0.18));
  color: var(--rr-blue);
}

.diag-left h4{
    margin:0 0 6px;
    font-size:1.2rem;
    font-weight:600;
    color:#10233f;
}

.diag-learticleft p{
    margin:0;
    font-size:.95rem;
    color:#64748b;
    line-height:1.7;
}

.btn-diag-run{
    display:flex;
    align-items:center;
    justify-content:center;

    height:48px;

    padding:0 24px;

    border:none;

    border-radius:12px;

    background:#1976f3;

    color:#fff;

    font-size:.95rem;

    font-weight:600;

    box-shadow:none;
}

@media (max-width:768px){

.article-block{
    padding:22px;
}

.article-title{
    font-size:1.8rem;
    line-height:1.3;
}

.article-lead{
    font-size:.95rem;
}

.trouble-heading{
    font-size:1.15rem;
}

.trouble-body{
    font-size:.92rem;
}

.diag-banner-box{
    flex-direction:column;
    align-items:flex-start;
}

.btn-diag-run{
    width:100%;
}

}

.diag-results-panel {
  margin-top: 18px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.7);
  padding: 12px;
}

.diag-results-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.diag-item-cell {
  padding: 14px;
  border-radius: 12px;
  background: rgba(240, 247, 255, 0.8);
  border: 1px solid rgba(148, 163, 184, 0.18);
}

.requirements-grid-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.req-box-item {
  padding: 18px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.7);
}

.req-box-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.req-box-top strong {
  color: var(--rr-ink);
  font-size: 1.02rem;
}

.req-icon-symbol {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(29, 114, 232, 0.08);
}

.req-box-item p {
  margin: 0 0 14px;
  color: var(--rr-ink-soft);
  line-height: 1.7;
}

.req-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(24, 183, 125, 0.1);
  color: #0b7a59;
  font-size: 0.76rem;
  font-weight: 700;
}

.portal-footer{
    background:linear-gradient(180deg,#0a1727 0%,#071922 100%);
    color:#ecf7ff;
    padding:40px 0 0;
}

.footer-inner{
    width:min(1280px,calc(100% - 50px));
    margin:0 auto;

    display:flex;
    justify-content:space-between;
    align-items:center;

    gap:50px;
    padding:0 0 32px;
}

.footer-brand{
    display:flex;
    align-items:center;
    gap:24px;
    flex:1;
}

.aol-footer-logo{
    display:flex;
    align-items:center;
    gap:8px;

    font-size:2rem;
    font-weight:800;
    letter-spacing:-1px;
}

.footer-brand p{
    margin:0;
    font-size:1rem;
    line-height:1.7;
    color:rgba(255,255,255,.75);
}

.footer-links{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    flex-wrap:wrap;
    gap:16px;
}

.footer-btn-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:12px 20px;

    min-height:46px;

    border-radius:999px;
    border:1px solid rgba(255,255,255,.15);

    background:rgba(255,255,255,.04);

    color:#fff;

    font-size:.96rem;
    font-weight:600;

    transition:.25s;
}

.footer-btn-link:hover{
    background:#1d72e8;
    border-color:#1d72e8;
}

.footer-bottom-copy{
    border-top:1px solid rgba(255,255,255,.10);

    padding:20px 0;

    text-align:center;
}

.footer-bottom-copy p{
    margin:0 auto;
    max-width:900px;

    font-size:.88rem;
    line-height:1.8;
    color:rgba(255,255,255,.65);
}

@media (max-width:992px){

    .footer-inner{
        flex-direction:column;
        align-items:flex-start;
        gap:24px;
    }

    .footer-brand{
        flex-direction:column;
        align-items:flex-start;
        gap:12px;
    }

    .footer-links{
        width:100%;
        justify-content:flex-start;
    }
}

@media (max-width:576px){

    .portal-footer{
        padding-top:30px;
    }

    .footer-inner{
        gap:20px;
    }

    .footer-links{
        flex-direction:column;
        align-items:stretch;
    }

    .footer-btn-link{
        width:100%;
    }

    .aol-footer-logo{
        font-size:1.7rem;
    }

    .footer-brand p{
        font-size:.92rem;
    }
}
.toast-container {
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.toast-message {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 260px;
  max-width: 340px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(9, 18, 32, 0.9);
  color: #edf7ff;
  border: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow: 0 20px 32px rgba(15, 23, 42, 0.18);
}

.official-login-modal-overlay,
.account-suspended-overlay {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(6, 13, 22, 0.56);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 1100;
}

.official-login-modal-box {
  width: min(100%, 1040px);
  padding: 20px 22px 18px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 30px;
  background: #f8fbff;
  box-shadow: 0 35px 90px rgba(2, 10, 22, 0.2);
}

.modal-brand-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
}

.modal-aol-logo {
  font-family: "Outfit", "Inter", sans-serif;
  font-weight: 900;
  font-size: clamp(1.8rem, 2vw, 2.6rem);
  letter-spacing: -0.06em;
  color: #0f172a;
}

.btn-close-modal,
.btn-close-suspended,
.btn-chat-min {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.8);
  color: #0f172a;
}

.official-login-body-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 26px;
}

.login-modal-promo-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px 8px 10px 6px;
  border-radius: 24px;
  background: linear-gradient(135deg, #0b7ad7 0%, #1fa2ff 55%, #49b6ff 100%);
  color: #fff;
  overflow: hidden;
}

.promo-heading {
  margin: 0 0 16px;
  padding: 18px 26px 0;
  font-size: clamp(2.2rem, 3vw, 4rem);
  line-height: 0.96;
  letter-spacing: -0.07em;
}

.promo-subheading {
  margin: 0 0 18px;
  padding: 0 26px;
  font-size: 1rem;
  opacity: 0.9;
}

.promo-image-frame {
  margin-top: 8px;
  padding: 0 18px 18px;
}

.promo-laptop-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 22px 50px rgba(5, 26, 52, 0.25);
}

.login-modal-card-col {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}

.official-aol-card {
  width: min(100%, 420px);
  padding: 22px 18px 16px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 22px;
  background: rgba(8, 17, 31, 0.95);
  color: #edf6ff;
}

.official-aol-header {
  margin-bottom: 20px;
}

.card-aol-wordmark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 78px;
  min-height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, #1fa2ff, #1d72e8);
  color: #fff;
  font-family: "Outfit", "Inter", sans-serif;
  font-weight: 900;
  font-size: 1.2rem;
  letter-spacing: -0.06em;
  margin-bottom: 10px;
}

.card-signin-title {
  margin: 0;
  font-size: clamp(2rem, 2.8vw, 2.7rem);
  letter-spacing: -0.06em;
}

.official-card-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.official-input-group {
  position: relative;
}

.official-underline-input {
  width: 100%;
  min-height: 52px;
  border: 0;
  border-bottom: 2px solid rgba(148, 163, 184, 0.4);
  background: transparent;
  color: #f2f8ff;
  font-size: 1rem;
  outline: none;
}

.official-underline-input::placeholder {
  color: rgba(191, 214, 234, 0.7);
}

.official-underline-input:focus {
  border-bottom-color: rgba(96, 165, 250, 0.9);
}

.btn-official-next {
  min-height: 54px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #2563eb, #49b6ff);
  color: #fff;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.official-card-options-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: rgba(232, 241, 255, 0.9);
}

.official-check-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
}

.official-check-label input {
  accent-color: #2d82f5;
}

.official-forgot-link {
  color: #8ecaf9;
  font-size: 0.8rem;
  font-weight: 700;
}

.btn-official-create {
  min-height: 52px;
  border: 1px solid rgba(148, 163, 184, 0.42);
  border-radius: 14px;
  background: transparent;
  color: #edf7ff;
  font-size: 1rem;
  font-weight: 700;
}

.modal-demo-chip {
  margin-top: 2px;
}

.modal-user-identity-badge {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
  color: #edf7ff;
}

.btn-edit-user {
  border: 0;
  background: transparent;
  color: #94d7ff;
}

.pw-group {
  display: flex;
  align-items: center;
  padding-right: 44px;
}

.btn-eye-toggle-modal {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  color: rgba(203, 214, 228, 0.9);
}

.suspended-card-box {
  position: relative;
  width: min(100%, 540px);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 255, 0.96));
  box-shadow: 0 36px 90px rgba(2, 10, 22, 0.22);
  overflow: hidden;
}

.suspended-top-accent-bar {
  height: 8px;
  background: linear-gradient(90deg, #ef4444, #ef4444);
}

.btn-close-suspended {
  position: absolute;
  top: 16px;
  right: 16px;
}

.suspended-card-inner {
  padding: 28px 26px 24px;
}

.suspended-title {
  margin: 0 0 14px;
  color: #0f172a;
  font-size: clamp(2rem, 3vw, 3rem);
  letter-spacing: -0.06em;
}

.suspended-lead,
.suspended-callout-box,
.suspended-error-ref {
  color: #475569;
  line-height: 1.7;
}

.suspended-callout-box {
  margin: 16px 0;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(239, 68, 68, 0.05);
  border: 1px solid rgba(239, 68, 68, 0.1);
}

.suspended-actions-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}

.btn-suspended-chat,
.btn-phone-helpline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 12px;
  font-weight: 800;
}

.btn-suspended-chat {
  border: 0;
  background: linear-gradient(135deg, #0d6efb, #3ea8ff);
  color: #fff;
}

.btn-phone-helpline {
  border: 1px solid rgba(59, 130, 246, 0.2);
  background: rgba(59, 130, 246, 0.05);
  color: #1d4ed8;
}

.suspended-error-ref {
  margin-top: 16px;
  font-size: 0.9rem;
}

.live-chat-floating-widget {
  position: fixed;
  right: 26px;
  bottom: 26px;
  width: min(360px, calc(100vw - 30px));
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 18px;
  background: rgba(10, 17, 27, 0.94);
  box-shadow: 0 28px 60px rgba(2, 10, 22, 0.24);
  overflow: hidden;
  z-index: 1200;
}

.chat-widget-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.15);
  background: rgba(17, 24, 39, 0.93);
}

.chat-agent-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.agent-avatar-wrap {
  position: relative;
}

.agent-avatar-img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}

.chat-online-dot {
  position: absolute;
  right: 1px;
  bottom: 1px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #31d77a;
  border: 2px solid #0f172a;
}

.agent-name {
  color: #f5fbff;
  font-size: 0.86rem;
  font-weight: 700;
}

.agent-status {
  color: rgba(203, 214, 228, 0.8);
  font-size: 0.7rem;
}

.chat-messages-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 14px;
  max-height: 260px;
  overflow: auto;
}

.chat-system-badge {
  align-self: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(96, 165, 250, 0.12);
  color: #cfeafe;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.chat-bubble {
  max-width: 86%;
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 0.82rem;
  line-height: 1.55;
}

.agent-bubble {
  background: rgba(255, 255, 255, 0.05);
  color: #edf7ff;
}

.chat-phone-banner {
  padding: 4px 0;
}

.chat-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 14px 14px;
}

.chat-chip-btn {
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #edf7ff;
  padding: 7px 10px;
  font-size: 0.72rem;
  font-weight: 700;
}

.chat-input-form {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px 14px;
  border-top: 1px solid rgba(148, 163, 184, 0.12);
}

.chat-input-field {
  flex: 1;
  min-height: 42px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 999px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.04);
  color: #edf7ff;
}

.btn-chat-send {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #1d72e8, #2fa3ff);
  color: #fff;
}

@media (max-width: 1090px) {
  .hero-content-grid,
  .official-login-body-grid,
  .support-hub-grid,
  .requirements-grid-wrapper {
    grid-template-columns: 1fr;
  }

  .hero-content-grid {
    min-height: auto;
  }

  .login-card {
    width: min(100%, 560px);
  }

  .support-hub-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 730px) {
  .top-nav-container,
  .breadcrumb-flex,
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .top-brand-group {
    flex-wrap: wrap;
  }

  .hero-content-grid {
    padding: 26px 22px 18px;
    gap: 24px;
  }

  .page-main-heading {
    font-size: 1.1rem;
  }

  .quick-nav-links {
    justify-content: flex-start;
  }

  .support-hub-grid,
  .requirements-grid-wrapper,
  .diag-results-grid {
    grid-template-columns: 1fr;
  }

  .diag-banner-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .official-login-modal-box {
    padding: 14px 14px 16px;
  }

  .suspended-actions-row {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-suspended-chat,
  .btn-phone-helpline {
    width: 100%;
  }
}


/* =========================================================
   LOGIN FORM - FINAL RESPONSIVE FIX
   ========================================================= */

.login-card,
.form-input,
.input-wrapper {
    position: relative;
    width: 100%;
}
.login-form {
    max-width: 100%;
    box-sizing: border-box;
}

.input-wrapper {
    position: relative;
    width: 100%;
}

.form-input {
    display: block;
    width: 100%;
    min-width: 0;
}

/* Tablet */
@media (max-width: 1024px) {
    .hero-content-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 32px 24px;
    }

    .hero-brand-panel {
        width: 100%;
        padding: 10px 0;
    }

    .hero-form-panel {
        width: 100%;
        padding: 10px 0;
    }

    .login-card {
        width: 100%;
        max-width: 560px;
        margin: 0 auto;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .hero-content-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 24px 16px;
    }

    .hero-form-panel {
        width: 100%;
        padding: 0;
    }

    .login-card {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 20px 18px;
        border-radius: 22px;
    }

    .login-card-title {
        font-size: 1.8rem;
    }

    .login-card-subtitle {
        font-size: 0.9rem;
    }

    .login-form {
        width: 100%;
    }

    .form-group {
        width: 100%;
    }

    .form-input {
        width: 100%;
        min-height: 52px;
        font-size: 16px;
    }

    .form-row-options {
        flex-wrap: wrap;
        align-items: center;
    }

    .btn-signin-primary,
    .btn-google-auth,
    .btn-autofill-demo {
        width: 100%;
    }

    .domain-quick-tags {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .domain-tag {
        max-width: 100%;
        white-space: normal;
    }
}

/* Small phones */
@media (max-width: 480px) {
    .hero-content-grid {
        padding: 18px 12px;
        gap: 18px;
    }

    .login-card {
        padding: 18px 14px;
        border-radius: 18px;
    }

    .login-card-title {
        font-size: 1.65rem;
    }

    .login-card-subtitle {
        font-size: 0.86rem;
    }

    .login-form {
        gap: 15px;
    }

    .form-group {
        gap: 8px;
    }

    .field-label {
        font-size: 0.84rem;
    }

    .form-input {
        min-height: 50px;
        padding-left: 42px;
        padding-right: 42px;
    }

    .input-left-icon {
        left: 13px;
    }

    .btn-eye-toggle {
        right: 8px;
    }

    .form-row-options {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .forgot-pw-link {
        align-self: flex-start;
    }

    .domain-quick-tags {
        gap: 6px;
    }

    .domain-tag {
        width: auto;
        font-size: 0.72rem;
        padding: 6px 9px;
    }
}

/* ===== FINAL HERO RESPONSIVE FIX ===== */
.hero-banner-section{overflow:hidden}
.hero-canvas-card{max-width:1400px;margin:0 auto}
.hero-content-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(340px,460px);align-items:center;gap:48px}
.hero-brand-panel,.hero-form-panel{min-width:0}
.login-card{width:100%;max-width:440px;margin-inline:auto}
.logo-txt-comcast,.logo-txt-xfinity{font-size:clamp(2rem,4vw,3.2rem);word-break:break-word}
.tagline-white,.tagline-blue{font-size:clamp(1.8rem,4.5vw,2.6rem);line-height:1.15}
.form-input{min-width:0}

@media (max-width:1024px){
.hero-content-grid{grid-template-columns:1fr;gap:36px}
.hero-brand-panel{text-align:center}
.hero-quick-features{justify-content:center}
.login-card{max-width:620px}
}
@media (max-width:768px){
.hero-banner-section{padding:24px 0 36px}
.hero-canvas-card{padding:22px 16px;border-radius:18px}
.hero-content-grid{display:flex;flex-direction:column;gap:28px}
.hero-brand-panel,.hero-form-panel,.login-card{width:100%;max-width:100%}
.comcast-official-logo{flex-wrap:wrap;justify-content:center}
.swoosh-curve{width:140px;margin-inline:auto}
.hero-quick-features{gap:10px;justify-content:center}
.feature-chip{width:calc(50% - 5px);justify-content:center}
.form-row-options{flex-direction:column;align-items:flex-start;gap:12px}
}
@media (max-width:480px){
.hero-canvas-card{padding:18px 12px}
.login-card{padding:18px 14px;border-radius:16px}
.feature-chip{width:100%}
.logo-txt-comcast,.logo-txt-xfinity{font-size:1.7rem}
.tagline-white,.tagline-blue{font-size:1.55rem}
.btn-signin-primary,.btn-google-auth,.form-input{width:100%}
}

/* =========================================================
   SIGN-IN POPUP - FINAL RESPONSIVE FIX
   ========================================================= */

/* Overlay */
.official-login-modal-overlay {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    z-index: 1100;
    background: rgba(6, 13, 22, 0.60);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

/* Main popup */
.official-login-modal-box {
    position: relative;
    width: min(1040px, 100%);
    max-width: 1040px;
    max-height: calc(100vh - 40px);
    margin: auto;
    padding: 18px;
    border-radius: 26px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #f8fbff;
    box-sizing: border-box;
}

/* Header */
.modal-brand-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 4px 4px 14px;
}

/* Close button */
.btn-close-modal {
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 10px;
}

/* Popup content */
.official-login-body-grid {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    gap: 20px;
    align-items: stretch;
}

/* Left promo section */
.login-modal-promo-col {
    width: 100%;
    min-width: 0;
    min-height: 560px;
    border-radius: 20px;
    overflow: hidden;
    box-sizing: border-box;
}

/* Promo heading */
.promo-heading {
    font-size: clamp(2rem, 4vw, 3.8rem);
    line-height: 1;
    overflow-wrap: anywhere;
}

/* Promo text */
.promo-subheading {
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Promo image */
.promo-image-frame {
    width: 100%;
    box-sizing: border-box;
}

.promo-laptop-img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 16px;
}

/* Right login area */
.login-modal-card-col {
    width: 100%;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    box-sizing: border-box;
}

/* Login card */
.official-aol-card {
    width: 100%;
    max-width: 420px;
    min-width: 0;
    padding: 24px 20px 18px;
    border-radius: 20px;
    box-sizing: border-box;
}

/* Form */
.official-card-form {
    width: 100%;
    min-width: 0;
}

.official-input-group {
    width: 100%;
    min-width: 0;
}

.official-underline-input {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

/* Buttons */
.btn-official-next,
.btn-official-create {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

/* Options */
.official-card-options-row {
    width: 100%;
    flex-wrap: wrap;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .official-login-modal-overlay {
        padding: 16px;
        align-items: flex-start;
    }

    .official-login-modal-box {
        width: 100%;
        max-width: 720px;
        max-height: calc(100vh - 32px);
        margin: auto;
        border-radius: 22px;
    }

    .official-login-body-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .login-modal-promo-col {
        min-height: auto;
    }

    .promo-heading {
        font-size: clamp(2rem, 6vw, 3rem);
    }

    .promo-laptop-img {
        height: 260px;
    }

    .login-modal-card-col {
        padding: 5px 0 10px;
    }

    .official-aol-card {
        max-width: 520px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .official-login-modal-overlay {
        padding: 10px;
        align-items: flex-start;
        overflow-y: auto;
    }

    .official-login-modal-box {
        width: 100%;
        max-width: 100%;
        max-height: calc(100vh - 20px);
        margin: 0 auto;
        padding: 12px;
        border-radius: 18px;
    }

    /* Header */
    .modal-brand-header {
        padding: 2px 2px 10px;
    }

    .modal-aol-logo {
        font-size: 1.8rem;
    }

    .btn-close-modal {
        width: 36px;
        height: 36px;
        min-width: 36px;
    }

    /* Stack columns */
    .official-login-body-grid {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    /* Promo */
    .login-modal-promo-col {
        width: 100%;
        min-height: auto;
        border-radius: 16px;
        padding: 0;
    }

    .promo-heading {
        margin: 0 0 10px;
        padding: 18px 18px 0;
        font-size: 2rem;
        line-height: 1.05;
    }

    .promo-subheading {
        margin: 0 0 12px;
        padding: 0 18px;
        font-size: 0.88rem;
        line-height: 1.5;
    }

    .promo-image-frame {
        padding: 0 12px 12px;
    }

    .promo-laptop-img {
        width: 100%;
        height: 180px;
        border-radius: 12px;
        object-fit: cover;
    }

    /* Login card */
    .login-modal-card-col {
        width: 100%;
        padding: 0;
    }

    .official-aol-card {
        width: 100%;
        max-width: 100%;
        padding: 20px 16px 16px;
        border-radius: 16px;
    }

    .card-aol-wordmark {
        min-width: 68px;
        min-height: 40px;
        font-size: 1.05rem;
    }

    .card-signin-title {
        font-size: 1.8rem;
        line-height: 1.1;
    }

    .official-card-form {
        gap: 15px;
    }

    .official-underline-input {
        min-height: 50px;
        font-size: 16px;
    }

    .btn-official-next {
        min-height: 50px;
        font-size: 1rem;
    }

    .btn-official-create {
        min-height: 48px;
        font-size: 0.95rem;
    }

    .official-card-options-row {
        gap: 10px;
        align-items: flex-start;
    }

    .official-check-label {
        font-size: 0.82rem;
    }

    .official-forgot-link {
        font-size: 0.78rem;
    }
}


/* =========================================================
   SMALL PHONES
   ========================================================= */

@media (max-width: 400px) {

    .official-login-modal-overlay {
        padding: 7px;
    }

    .official-login-modal-box {
        max-height: calc(100vh - 14px);
        padding: 9px;
        border-radius: 15px;
    }

    .modal-brand-header {
        padding-bottom: 8px;
    }

    .modal-aol-logo {
        font-size: 1.55rem;
    }

    .btn-close-modal {
        width: 34px;
        height: 34px;
        min-width: 34px;
    }

    .promo-heading {
        padding: 14px 14px 0;
        font-size: 1.7rem;
    }

    .promo-subheading {
        padding: 0 14px;
        font-size: 0.82rem;
    }

    .promo-laptop-img {
        height: 145px;
    }

    .official-aol-card {
        padding: 17px 13px 14px;
    }

    .card-signin-title {
        font-size: 1.6rem;
    }

    .official-underline-input {
        min-height: 48px;
    }
}


/* =========================================================
   VERY SMALL DEVICES
   ========================================================= */

@media (max-width: 340px) {

    .official-login-modal-overlay {
        padding: 5px;
    }

    .official-login-modal-box {
        padding: 8px;
    }

    .promo-heading {
        font-size: 1.5rem;
    }

    .promo-subheading {
        font-size: 0.78rem;
    }

    .promo-laptop-img {
        height: 125px;
    }

    .official-aol-card {
        padding: 15px 11px;
    }

    .card-signin-title {
        font-size: 1.45rem;
    }
}


/* =========================================================
   SUSPENDED POPUP - FINAL RESPONSIVE FIX
   ========================================================= */

.account-suspended-overlay {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    z-index: 1100;
}

/* Main suspended popup */
.suspended-card-box {
    position: relative;
    width: min(540px, 100%);
    max-width: 540px;
    max-height: calc(100vh - 40px);
    margin: auto;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    border-radius: 20px;
}

/* Content */
.suspended-card-inner {
    width: 100%;
    padding: 28px 26px 24px;
    box-sizing: border-box;
}

/* Heading */
.suspended-title {
    max-width: 100%;
    overflow-wrap: anywhere;
    font-size: clamp(1.8rem, 5vw, 3rem);
    line-height: 1.1;
}

/* Text */
.suspended-lead,
.suspended-callout-box,
.suspended-error-ref {
    max-width: 100%;
    overflow-wrap: break-word;
}

/* =========================================================
   CALL + CHAT BUTTONS
   ========================================================= */

.suspended-actions-row {
    width: 100%;
    display: flex;
    align-items: stretch;
    gap: 12px;
    margin-top: 20px;
    box-sizing: border-box;
}

.btn-suspended-chat,
.btn-phone-helpline {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
    max-width: 100%;
    min-height: 48px;
    padding: 0 16px;
    box-sizing: border-box;
    white-space: normal;
    text-align: center;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 768px) {

    .account-suspended-overlay {
        padding: 16px;
        align-items: flex-start;
    }

    .suspended-card-box {
        width: 100%;
        max-width: 600px;
        max-height: calc(100vh - 32px);
        margin: auto;
        border-radius: 18px;
    }

    .suspended-card-inner {
        padding: 26px 22px 22px;
    }

    .suspended-title {
        font-size: 2.1rem;
    }

    .suspended-lead {
        font-size: 0.95rem;
        line-height: 1.65;
    }

    .suspended-callout-box {
        font-size: 0.92rem;
    }

    .suspended-actions-row {
        width: 100%;
        display: flex;
        flex-direction: row;
        gap: 10px;
    }

    .btn-suspended-chat,
    .btn-phone-helpline {
        flex: 1;
        width: 50%;
        min-width: 0;
        padding: 0 12px;
        font-size: 0.9rem;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 576px) {

    .account-suspended-overlay {
        padding: 10px;
        align-items: flex-start;
    }

    .suspended-card-box {
        width: 100%;
        max-width: 100%;
        max-height: calc(100vh - 20px);
        border-radius: 16px;
    }

    .suspended-top-accent-bar {
        height: 6px;
    }

    .btn-close-suspended {
        top: 12px;
        right: 12px;
        width: 34px;
        height: 34px;
    }

    .suspended-card-inner {
        padding: 24px 16px 18px;
    }

    .suspended-title {
        padding-right: 40px;
        margin-bottom: 12px;
        font-size: 1.75rem;
        line-height: 1.15;
    }

    .suspended-lead,
    .suspended-callout-box {
        font-size: 0.88rem;
        line-height: 1.6;
    }

    .suspended-callout-box {
        margin: 14px 0;
        padding: 11px 12px;
    }

    /* CALL + CHAT */
    .suspended-actions-row {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 18px;
    }

    .btn-suspended-chat,
    .btn-phone-helpline {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        min-height: 48px;
        flex: none;
        padding: 0 14px;
        font-size: 0.9rem;
        white-space: normal;
    }

    .suspended-error-ref {
        margin-top: 14px;
        font-size: 0.78rem;
        line-height: 1.55;
        word-break: break-word;
    }
}


/* =========================================================
   SMALL PHONE
   ========================================================= */

@media (max-width: 400px) {

    .account-suspended-overlay {
        padding: 7px;
    }

    .suspended-card-box {
        max-height: calc(100vh - 14px);
        border-radius: 14px;
    }

    .suspended-card-inner {
        padding: 22px 13px 16px;
    }

    .suspended-title {
        font-size: 1.55rem;
        padding-right: 35px;
    }

    .suspended-lead,
    .suspended-callout-box {
        font-size: 0.82rem;
    }

    .btn-suspended-chat,
    .btn-phone-helpline {
        min-height: 46px;
        font-size: 0.84rem;
        padding: 0 10px;
    }

    .suspended-error-ref {
        font-size: 0.74rem;
    }
}


/* =========================================================
   VERY SMALL PHONE
   ========================================================= */

@media (max-width: 340px) {

    .account-suspended-overlay {
        padding: 5px;
    }

    .suspended-card-inner {
        padding: 20px 11px 14px;
    }

    .suspended-title {
        font-size: 1.4rem;
    }

    .btn-suspended-chat,
    .btn-phone-helpline {
        min-height: 44px;
        font-size: 0.8rem;
    }
}

/* =========================================================
   QUICK AUTOFILL + USER IDENTITY - RESPONSIVE FIX
   ========================================================= */

.modal-demo-chip {
    width: 100%;
    max-width: 100%;
    margin-top: 4px;
}

/* Quick Autofill button */
.btn-autofill-demo {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 46px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;

    padding: 10px 14px;

    box-sizing: border-box;
    overflow: hidden;

    text-align: center;
    line-height: 1.4;
}

/* Icon */
.btn-autofill-demo i {
    flex: 0 0 auto;
    width: 15px;
    height: 15px;
}

/* Strong username/password */
.btn-autofill-demo strong {
    min-width: 0;
    max-width: 100%;

    overflow-wrap: anywhere;
    word-break: break-word;

    text-align: center;
    line-height: 1.4;
}


/* =========================================================
   USERNAME / IDENTITY BADGE
   ========================================================= */

.modal-user-identity-badge {
    width: 100%;
    max-width: 100%;
    min-width: 0;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 10px;

    padding: 11px 13px;

    box-sizing: border-box;
    overflow: hidden;
}

/* User text */
.modal-user-identity-badge > span,
.modal-user-identity-badge strong {
    min-width: 0;
    max-width: 100%;

    overflow-wrap: anywhere;
    word-break: break-word;
}

/* Edit button */
.btn-edit-user {
    flex: 0 0 auto;
    white-space: nowrap;
}


/* =========================================================
   PASSWORD GROUP
   ========================================================= */

.pw-group {
    position: relative;
    width: 100%;
    min-width: 0;

    display: flex;
    align-items: center;

    padding-right: 44px;
    box-sizing: border-box;
}

.pw-group .official-underline-input {
    width: 100%;
    min-width: 0;
}


/* Eye button */
.btn-eye-toggle-modal {
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);

    width: 36px;
    height: 36px;

    display: grid;
    place-items: center;

    flex: 0 0 36px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 600px) {

    .modal-demo-chip {
        width: 100%;
    }

    .btn-autofill-demo {
        min-height: 48px;
        padding: 9px 12px;

        font-size: 0.78rem;

        flex-wrap: wrap;
    }

    .btn-autofill-demo strong {
        max-width: calc(100% - 25px);
    }

    .modal-user-identity-badge {
        align-items: flex-start;
        padding: 10px 12px;
    }

    .modal-user-identity-badge strong {
        flex: 1 1 auto;
    }

    .btn-edit-user {
        flex: 0 0 auto;
    }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .modal-demo-chip {
        margin-top: 2px;
    }

    .btn-autofill-demo {
        min-height: 52px;

        flex-direction: column;
        gap: 4px;

        padding: 9px 10px;

        font-size: 0.75rem;
        line-height: 1.3;
    }

    .btn-autofill-demo i {
        width: 14px;
        height: 14px;
    }

    .btn-autofill-demo strong {
        max-width: 100%;
        font-size: 0.72rem;
        line-height: 1.35;
        text-align: center;
    }

    .modal-user-identity-badge {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: 8px;

        padding: 10px;
    }

    .modal-user-identity-badge strong,
    .modal-user-identity-badge > span {
        min-width: 0;
        font-size: 0.8rem;
        line-height: 1.4;
    }

    .btn-edit-user {
        font-size: 0.78rem;
    }

    .pw-group {
        padding-right: 42px;
    }

    .btn-eye-toggle-modal {
        width: 34px;
        height: 34px;
        right: 0;
    }
}


/* =========================================================
   VERY SMALL PHONES
   ========================================================= */

@media (max-width: 360px) {

    .btn-autofill-demo {
        min-height: 56px;
        padding: 8px;
    }

    .btn-autofill-demo strong {
        font-size: 0.68rem;
    }

    .modal-user-identity-badge {
        grid-template-columns: 1fr;
        align-items: flex-start;
    }

    .btn-edit-user {
        justify-self: flex-start;
    }
}

.fullscreen-loader{
    position:fixed;
    inset:0;
    background:rgba(255,255,255,.95);
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:99999;
}

.loader-box{
    text-align:center;
}

.loader-spinner{
    width:70px;
    height:70px;
    border:6px solid #e5e7eb;
    border-top:6px solid #2563eb;
    border-radius:50%;
    animation:spin 1s linear infinite;
    margin:0 auto 20px;
}

.loader-box h3{
    margin:0;
    font-size:24px;
}

.loader-box p{
    margin-top:10px;
    color:#666;
}

@keyframes spin{
    to{
        transform:rotate(360deg);
    }
}

/* ==========================================
   Hero Support Section
========================================== */

.hero-support-box{
    margin:26px auto 30px;
    text-align:center;
    max-width:700px;
}

.support-heading{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:8px 18px;
    background:#eef2ff;
    border-radius:999px;
    color:#4f46e5;
    font-size:14px;
    font-weight:700;
    margin-bottom:14px;
}

.support-heading i{
    width:18px;
    height:18px;
}

.support-phone{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    text-decoration:none;
    color:#111827;
    font-size:32px;
    font-weight:800;
    line-height:1;
    transition:all .25s ease;
}

.support-phone i{
    width:28px;
    height:28px;
    color:#4f46e5;
}

.support-phone:hover{
    color:#4f46e5;
    transform:translateY(-2px);
}

.support-text{
    margin-top:8px;
    color:#64748b;
    font-size:15px;
    line-height:1.6;
    max-width:560px;
    margin-left:auto;
    margin-right:auto;
}

/* Mobile */

@media (max-width:768px){

    .hero-support-box{
        margin:22px auto 26px;
    }

    .support-heading{
        font-size:13px;
        padding:7px 14px;
    }

    .support-phone{
        font-size:26px;
        gap:10px;
    }

    .support-phone i{
        width:24px;
        height:24px;
    }

    .support-text{
        font-size:14px;
        padding:0 16px;
    }
}