:root {
  --att-bg: #f4f7ff;
  --att-bg-strong: #edf4ff;
  --att-panel: rgba(255, 255, 255, 0.8);
  --att-navy: #0d1b2a;
  --att-navy-soft: #1d2c3d;
  --att-red: #d32f2f;
  --att-red-soft: #ef4444;
  --att-red-light: #ff6b6b;
  --att-blue: #1d72e8;
  --att-blue-2: #3db3ff;
  --att-cyan: #25c4d6;
  --att-slate: #eef5ff;
  --att-text: #112233;
  --att-muted: #465a75;
  --att-line: rgba(148, 163, 184, 0.26);
  --att-shadow: 0 28px 80px rgba(17, 35, 53, 0.12);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: linear-gradient(180deg, #f4f7ff 0%, #eef6ff 100%);
  color: var(--att-text);
  font-family: "Inter", "Segoe UI", sans-serif;
}

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

a, button, input { font: inherit; }

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

button { cursor: pointer; }

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

.top-nav-bar {
  position: sticky;
  top: 0;
  z-index: 70;
  background: rgba(14, 22, 35, 0.8);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(148, 163, 184, 0.16);
}

.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: 14px;
  min-width: 0;
}

.top-header-title {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

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

.pulse-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 0 6px rgba(74, 222, 128, 0.14);
}

.btn-top-login {
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: linear-gradient(135deg, rgba(29, 114, 232, 0.12), rgba(226, 28, 63, 0.12));
  color: #f8fbff;
  min-height: 37px;
  min-width: 90px;
  border-radius: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.breadcrumb-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 86px;
}

.page-main-heading {
  margin: 0;
  color: var(--att-navy);
  font-size: clamp(1.4rem, 1.9vw, 2.1rem);
  letter-spacing: -0.04em;
}

.quick-nav-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.q-link,
.q-link-btn {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: rgba(255, 255, 255, 0.42);
  color: var(--att-navy);
  font-size: 0.76rem;
  font-weight: 700;
}

.q-link-btn {
  background: linear-gradient(135deg, var(--att-red), #ef5d5d);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 12px 26px rgba(211, 47, 47, 0.22);
}

.hero-banner-section {
  padding: 38px 0 18px;
  background: linear-gradient(180deg, rgba(246, 250, 255, 0.85), rgba(232, 240, 255, 0.7));
}

.hero-canvas-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 30px;
  background: linear-gradient(135deg, #f8fbff 0%, #edf4ff 36%, #eef6ff 100%);
  box-shadow: var(--att-shadow);
}

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

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

.glow-indigo {
  width: 360px;
  height: 360px;
  top: -70px;
  left: 8%;
  background: rgba(59, 130, 246, 0.15);
}

.glow-coral {
  width: 360px;
  height: 360px;
  right: 10%;
  top: 110px;
  background: rgba(239, 68, 68, 0.12);
}

.glow-cyan {
  width: 280px;
  height: 280px;
  right: 28%;
  top: 18px;
  background: rgba(34, 211, 238, 0.12);
}

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

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

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

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

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

.logo-txt {
  font-family: "Outfit", sans-serif;
  font-size: clamp(2.2rem, 3vw, 4rem);
  font-weight: 900;
  letter-spacing: -.07em;

  background: linear-gradient(
    180deg,
    #ffffff 0%,
    #cfefff 12%,
    #49b7ff 45%,
    #0066ff 75%,
    #003b99 100%
  );

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

  filter: drop-shadow(0 12px 25px rgba(0,102,255,.18));
}

.legacy-mail-brands {
  display: flex;
  align-items: center;
  gap: 14px;
}

.legacy-mail-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--att-navy);
  text-decoration: none;
}

.legacy-mail-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1472ed, #06a6d8);
  color: #fff;
}

.legacy-mail-icon svg {
  width: 21px;
  height: 21px;
}

.legacy-mail-name {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.legacy-mail-name strong {
  font-family: "Outfit", sans-serif;
  font-size: 1.18rem;
  letter-spacing: -0.04em;
}

.legacy-mail-name small {
  margin-top: 4px;
  color: #1472ed;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.legacy-mail-divider {
  width: 1px;
  height: 36px;
  background: rgba(13, 27, 42, 0.22);
}

a.legacy-mail-brand:hover .legacy-mail-name strong,
a.legacy-mail-brand:focus-visible .legacy-mail-name strong {
  color: #1472ed;
}

.legacy-att-brand .legacy-mail-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #0057b8, #00a8e0);
}

.legacy-att-brand .legacy-mail-icon svg {
  width: 27px;
  height: 27px;
}

.legacy-att-brand .legacy-mail-name strong {
  font-size: 1.48rem;
}

.legacy-att-brand .legacy-mail-name small {
  font-size: 0.7rem;
}

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

.tagline-block {
  margin: 12px 0 18px;
}

.tagline-black,
.tagline-blue {
  margin: 0;
  font-family: "Outfit", "Inter", sans-serif;

  /* Smaller text */
  font-size: clamp(2.4rem, 4.2vw, 4.8rem);

  /* Better spacing */
  line-height: 0.98;
  letter-spacing: -0.045em;

  /* Slightly thinner */
  font-weight: 700;
}

.tagline-black {
  color: #0d1b2a;
}

.tagline-blue {
  color: transparent;
  background: linear-gradient(
    90deg,
    #d82e3f 0%,
    #1d72e8 32%,
    #2ec5ff 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  white-space: nowrap; /* Keeps Empowering Tomorrow. on one line */
}

.tagline-blue-bar {
  width: 180px;
  height: 5px;
  margin-top: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ef4444, #1d72e8);
  box-shadow: 0 10px 20px rgba(29, 114, 232, 0.18);
}

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

.feature-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(148, 163, 184, 0.18);
  color: var(--att-navy-soft);
  font-size: 0.75rem;
  font-weight: 700;
}

.email-provider-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 14px;
  width: fit-content;
  margin-top: 18px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--att-navy);
  font-size: 0.78rem;
  font-weight: 700;
}

.email-provider-link {
  color: #007db5;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.email-provider-link:hover,
.email-provider-link:focus-visible {
  color: var(--att-blue);
}

.chip-emerald { border-color: rgba(16, 185, 129, 0.2); }
.chip-amber { border-color: rgba(245, 158, 11, 0.22); }
.chip-violet { border-color: rgba(124, 58, 237, 0.18); }
.chip-cyan { border-color: rgba(34, 211, 238, 0.18); }
.chip-coral { border-color: rgba(239, 68, 68, 0.18); }
.chip-indigo { border-color: rgba(59, 130, 246, 0.2); }

.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.22);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(9, 18, 32, 0.96), rgba(8, 17, 32, 0.84));
  box-shadow: 0 24px 58px rgba(12, 23, 38, 0.24);
}

.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(29, 114, 232, 0.12);
  border: 1px solid rgba(125, 211, 252, 0.18);
  color: #dfeefb;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 800;
}

.login-card-title {
  margin: 16px 0 6px;
  color: #f2f9ff;
  font-size: clamp(2rem, 2vw, 3rem);
  line-height: 1.08;
  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.94);
  font-size: 0.82rem;
  font-weight: 700;
}

.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.9);
}

.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 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

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

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

.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);
}

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

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

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

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

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

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

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

.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, #d32f2f 0%, #ef4444 45%, #ff7a59 100%);
  color: #fff;
  font-size: 1.04rem;
  font-weight: 800;
  box-shadow: 0 16px 30px rgba(211, 47, 47, 0.25);
}

.divider-or {
  position: relative;
  text-align: center;
}

.divider-or::before {
  content: "";
  position: absolute;
  inset: 50% 0 auto 0;
  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.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.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;
}

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

.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.45);
  border-radius: 12px;
  background: rgba(29, 114, 232, 0.05);
  color: rgba(223, 236, 255, 0.9);
  font-size: 0.78rem;
  font-weight: 700;
}

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

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

.support-hub-card {
  padding: 18px 18px 16px;
  border: 1px solid var(--att-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 10px 24px 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(124, 58, 237, 0.12); color: #6d4ae6; }
.icon-coral { background: rgba(239, 68, 68, 0.1); color: #d32f2f; }
.icon-emerald { background: rgba(16, 185, 129, 0.1); color: #0b8e68; }
.icon-cyan { background: rgba(34, 211, 238, 0.1); color: #0a87c8; }

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

.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(124, 58, 237, 0.12); color: #5d3ce3; }
.tag-coral { background: rgba(239, 68, 68, 0.12); color: #c82828; }
.tag-emerald { background: rgba(16, 185, 129, 0.12); color: #0a7a59; }
.tag-cyan { background: rgba(34, 211, 238, 0.12); color: #0f7bb6; }

.hub-card-title {
  margin: 0;
  color: var(--att-text);
  font-size: clamp(1.25rem, 1.8vw, 1.85rem);
  letter-spacing: -0.05em;
}

.hub-card-desc {
  margin: 0;
  color: var(--att-muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

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

.link-violet { color: #5d3ce3; }
.link-coral { color: #c82828; }
.link-emerald { color: #0a7a59; }
.link-cyan { color: #0f7bb6; }

.article-section {
  padding: 66px 0 80px;
  background: #f5f8ff;
}

.bg-subtle { background: #edf4ff; }

.article-block {
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 28px;
  padding: 26px 26px 10px;
}

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

.article-title {
  margin: 0;
  color: #0a1525;
  font-family: "Outfit", "Inter", sans-serif;
  font-size: clamp(2.5rem, 5vw, 6rem);
  line-height: 0.97;
  letter-spacing: -0.07em;
}

.heading-accent-line {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(29, 114, 232, 0.4), rgba(29, 114, 232, 0.08));
}

.article-lead {
  margin: 0 0 24px;
  max-width: 760px;
  line-height: 1.7;
  color: var(--att-muted);
  font-size: 1.06rem;
}

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

.trouble-card-box {
  padding: 18px 18px 16px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.64);
}

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

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

.trouble-heading {
  margin: 0;
  color: var(--att-text);
  font-size: clamp(1.3rem, 2vw, 2rem);
  letter-spacing: -0.04em;
}

.trouble-body {
  margin: 0;
  color: var(--att-muted);
  font-size: 1rem;
  line-height: 1.7;
}

.diag-banner-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 26px;
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px solid rgba(29, 114, 232, 0.18);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(232, 244, 255, 0.8));
}

.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(59, 179, 255, 0.18));
  color: var(--att-blue);
}

.diag-left h4 {
  margin: 0 0 4px;
  font-size: 1.12rem;
  color: var(--att-text);
}

.diag-left p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--att-muted);
}

.btn-diag-run {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 16px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #d32f2f, #ff7263);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 14px 26px rgba(211, 47, 47, 0.2);
}

.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-radius: 20px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(255, 255, 255, 0.7);
}

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

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

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

.req-box-item p {
  margin: 0 0 14px;
  color: var(--att-muted);
  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, #0d1b2a 0%, #081820 100%);
  color: #edf7ff;
  padding-top: 30px;
}

.footer-inner {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 18px;
}

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

.aol-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Outfit", "Inter", sans-serif;
  font-weight: 900;
  font-size: 1.4rem;
  letter-spacing: -0.06em;
}

.footer-brand p { margin: 0; color: rgba(219, 234, 246, 0.8); }

.footer-links {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-btn-link {
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: #edf7ff;
  padding: 9px 12px;
  font-weight: 700;
}

.footer-bottom-copy {
  border-top: 1px solid rgba(148, 163, 184, 0.14);
  padding: 16px 0 22px;
  color: rgba(219, 234, 246, 0.72);
  text-align: center;
}

.footer-bottom-copy p {
  margin: 0;
  font-size: 0.8rem;
}

.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(8, 14, 24, 0.54);
  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(15, 23, 42, 0.18);
}

.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.24);
  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;
  border-radius: 24px;
  background: linear-gradient(135deg, #f9fbff 0%, #edf3ff 26%, #e9f5ff 100%);
  overflow: hidden;
  padding: 14px 8px 10px 6px;
}

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

.promo-subheading {
  margin: 0 0 18px;
  padding: 0 26px;
  color: var(--att-muted);
  font-size: 1rem;
}

.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(13, 27, 42, 0.12);
}

.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 {
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 78px;
  min-height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, #d32f2f, #ef4444);
  color: #fff;
  font-family: "Outfit", "Inter", sans-serif;
  font-weight: 900;
  font-size: 1.2rem;
  letter-spacing: -0.06em;
}

.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 {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    min-height: 54px;

    border: 0;
    border-radius: 14px;

    background: linear-gradient(135deg, #d32f2f, #ef4444);

    color: #fff;
    font-size: 1.08rem;
    font-weight: 800;

    margin: 16px 0;
    cursor: pointer;
}

.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: #d32f2f; }

.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-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: #f9b3b3;
}

.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: 18px 0;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(239, 68, 68, 0.1);
  background: rgba(239, 68, 68, 0.05);
}

.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, #d32f2f, #ef4444);
  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%; }
}


/* =========================================================
   AT&T PREMIUM RESPONSIVE POLISH
   Added after the original CSS so it safely overrides
   existing desktop/mobile rules.
========================================================= */

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  -webkit-text-size-adjust: 100%;
}

.container,
.top-nav-container,
.footer-inner {
  max-width: 1280px;
}

button,
a,
input {
  -webkit-tap-highlight-color: transparent;
}

/* ---------------- HEADER ---------------- */

.top-nav-container {
  min-width: 0;
}

.top-brand-group,
.top-header-title {
  min-width: 0;
}

.top-header-title {
  overflow: hidden;
  text-overflow: ellipsis;
}

.top-header-action {
  flex: 0 0 auto;
}

.btn-top-login {
  white-space: nowrap;
}

/* ---------------- PAGE TITLE / NAV ---------------- */

.page-main-heading {
  min-width: 0;
  line-height: 1.2;
}

.quick-nav-links {
  min-width: 0;
}

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

/* ---------------- HERO LOGIN FORM ---------------- */

.hero-content-grid,
.hero-brand-panel,
.hero-form-panel,
.login-card {
  min-width: 0;
}

.login-card {
  max-width: 470px;
}

.form-input,
.official-underline-input {
  min-width: 0;
  max-width: 100%;
}

.form-row-options,
.official-card-options-row {
  min-width: 0;
}

.forgot-pw-link,
.official-forgot-link {
  overflow-wrap: anywhere;
}

/* ---------------- PREMIUM ARTICLE HEADINGS ----------------
   Smaller, lighter and more editorial than the original
   oversized headings.
------------------------------------------------------------ */

.article-section {
  padding: 34px 0 42px;
}

.article-section.bg-subtle {
  padding-top: 28px;
}

.article-block {
  padding: 22px 22px 10px;
  border-radius: 22px;
}

.section-title-wrap {
  gap: 9px;
}

.article-title {
  max-width: 900px;
  font-size: clamp(1.8rem, 3.4vw, 2.9rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
  font-weight: 500;
  color: #0b1728;
}

.heading-accent-line {
  width: 100%;
  max-width: 900px;
  opacity: .65;
}

.article-lead {
  max-width: 760px;
  margin-bottom: 16px;
  font-size: .9rem;
  line-height: 1.6;
  color: #53657b;
}

.trouble-list-wrapper {
  gap: 10px;
}

.trouble-card-box {
  padding: 14px 16px;
  border-radius: 15px;
  background: rgba(255,255,255,.72);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.trouble-card-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(15,23,42,.07);
  border-color: rgba(29,114,232,.2);
}

.trouble-header {
  gap: 9px;
  margin-bottom: 5px;
}

.trouble-heading {
  font-size: clamp(1rem, 1.45vw, 1.25rem);
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: -0.025em;
}

.trouble-body {
  font-size: .86rem;
  line-height: 1.58;
}

/* ---------------- REQUIREMENTS ---------------- */

#requirements-section {
  padding-top: 24px;
}

#requirements-section .article-block {
  padding-top: 20px;
}

#requirements-section .article-lead {
  margin-bottom: 12px;
}

.requirements-grid-wrapper {
  gap: 12px;
  margin-top: 14px;
}

.req-box-item {
  padding: 14px;
  border-radius: 15px;
}

.req-box-top {
  gap: 9px;
  margin-bottom: 7px;
}

.req-box-top strong {
  font-size: .9rem;
  line-height: 1.35;
}

.req-box-item p {
  margin-bottom: 9px;
  font-size: .82rem;
  line-height: 1.52;
}

/* ---------------- FOOTER ---------------- */

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

.footer-inner {
  gap: 16px;
  padding-bottom: 14px;
}

.footer-brand {
  min-width: 0;
}

.footer-brand p {
  line-height: 1.45;
}

.footer-links {
  justify-content: flex-end;
}

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

.footer-bottom-copy {
  padding: 11px 0 15px;
}

.footer-bottom-copy p {
  line-height: 1.45;
}

/* ---------------- LOGIN MODAL ---------------- */

.official-login-modal-overlay,
.account-suspended-overlay {
  padding: 16px;
  overscroll-behavior: contain;
}

.official-login-modal-box {
  width: min(100%, 960px);
  max-height: calc(100dvh - 32px);
  margin: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.official-login-body-grid {
  align-items: stretch;
}

.login-modal-promo-col,
.login-modal-card-col,
.official-aol-card,
.official-card-form {
  min-width: 0;
}

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

.official-underline-input {
  box-sizing: border-box;
}

.btn-official-next,
.btn-official-create,
.btn-autofill-demo {
  max-width: 100%;
}

/* ---------------- SUSPENDED POPUP ---------------- */

.suspended-card-box {
  width: min(100%, 540px);
  max-height: calc(100dvh - 32px);
  overflow-y: auto;
  overscroll-behavior: contain;
}

.suspended-card-inner,
.suspended-callout-box,
.suspended-lead {
  min-width: 0;
  overflow-wrap: anywhere;
}

/* ---------------- CHAT POPUP ---------------- */

.live-chat-floating-widget {
  max-width: min(360px, calc(100vw - 30px));
}

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

@media (max-width: 1024px) {

  .container,
  .top-nav-container,
  .footer-inner {
    width: min(100% - 32px, 1280px);
  }

  .hero-content-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    min-height: auto;
    padding: 28px 30px 22px;
  }

  .hero-brand-panel {
    padding: 8px 0 0;
  }

  .hero-form-panel {
    padding: 0 0 8px;
  }

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

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

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

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

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

  .article-title {
    font-size: clamp(1.8rem, 4vw, 2.6rem);
  }
}

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

@media (max-width: 767px) {

  .container,
  .top-nav-container,
  .footer-inner {
    width: calc(100% - 24px);
  }

  .legacy-mail-brands {
    width: 100%;
    flex-wrap: wrap;
    max-width: 100%;
    gap: 10px 12px;
  }

  .aol-official-logo {
    width: 100%;
  }

  .legacy-mail-divider {
    display: none;
  }

  .legacy-att-brand .legacy-mail-icon {
    width: 42px;
    height: 42px;
  }

  .legacy-att-brand .legacy-mail-icon svg {
    width: 23px;
    height: 23px;
  }

  .legacy-att-brand .legacy-mail-name strong {
    font-size: 1.25rem;
  }

  .legacy-mail-name strong {
    font-size: 1rem;
  }

  /* HEADER */
  .top-nav-container {
    min-height: 54px;
    gap: 8px;
    padding: 7px 0;
  }

  .top-brand-group {
    flex: 1 1 auto;
    display: block;
  }

  .top-header-title {
    display: block;
    font-size: .75rem;
    line-height: 1.2;
    white-space: nowrap;
  }

  .live-pulse-badge {
    display: none;
  }

  .btn-top-login {
    min-width: 68px;
    min-height: 32px;
    padding: 0 9px;
    font-size: .6rem;
    border-radius: 8px;
  }

  /* PAGE TITLE */
  .breadcrumb-flex {
    min-height: auto;
    padding: 11px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .page-main-heading {
    width: 100%;
    font-size: .96rem;
  }

  .quick-nav-links {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    padding-bottom: 2px;
  }

  .quick-nav-links::-webkit-scrollbar {
    display: none;
  }

  .q-link,
  .q-link-btn {
    flex: 0 0 auto;
    padding: 6px 9px;
    font-size: .62rem;
  }

  /* HERO */
  .hero-banner-section {
    padding: 12px 0 8px;
  }

  .hero-canvas-card {
    border-radius: 18px;
  }

  .hero-content-grid {
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 19px 14px 15px;
  }

  .hero-brand-panel {
    padding: 0;
  }

  .logo-txt {
    font-size: 1.85rem;
  }

  .tagline-block {
    margin: 6px 0 10px;
  }

  .tagline-black,
  .tagline-blue {
    font-size: clamp(1.7rem, 8.5vw, 2.55rem);
    line-height: 1.03;
    white-space: normal;
  }

  .tagline-blue-bar {
    width: 105px;
    height: 3px;
    margin-top: 8px;
  }

  .hero-quick-features {
    margin-top: 11px;
    gap: 5px;
  }

  .feature-chip {
    padding: 6px 8px;
    border-radius: 8px;
    font-size: .59rem;
  }

  .hero-form-panel {
    padding: 0;
  }

  .login-card {
    width: 100%;
    max-width: none;
    padding: 17px 14px 13px;
    border-radius: 16px;
  }

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

  .login-card-title {
    margin-top: 9px;
    font-size: 1.5rem;
  }

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

  .login-form {
    gap: 11px;
  }

  .form-group {
    gap: 7px;
  }

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

  .form-input {
    min-height: 47px;
    padding-left: 43px;
    padding-right: 45px;
    font-size: .84rem;
  }

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

  .domain-tag {
    padding: 4px 6px;
    font-size: .58rem;
  }

  .form-row-options {
    align-items: flex-start;
    gap: 7px;
  }

  .remember-label {
    font-size: .72rem;
  }

  .forgot-pw-link {
    font-size: .68rem;
    text-align: right;
  }

  .btn-signin-primary {
    min-height: 48px;
    font-size: .86rem;
  }

  .btn-google-auth {
    min-height: 43px;
    font-size: .75rem;
  }

  .btn-autofill-demo {
    min-height: 40px;
    font-size: .65rem;
    line-height: 1.35;
    padding: 7px 9px;
  }

  /* SUPPORT */
  .quick-support-hub-section {
    padding: 15px 0 28px;
  }

  .support-hub-grid {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .support-hub-card {
    padding: 13px;
    border-radius: 15px;
  }

  .hub-card-title {
    font-size: 1.05rem;
  }

  .hub-card-desc {
    font-size: .79rem;
  }

  /* PREMIUM ARTICLE */
  .article-section,
  .article-section.bg-subtle {
    padding: 22px 0 30px;
  }

  .article-block,
  #requirements-section .article-block {
    padding: 17px 14px 8px;
    border-radius: 15px;
  }

  .section-title-wrap {
    gap: 7px;
  }

  .article-title {
    font-size: clamp(1.48rem, 6.8vw, 2.05rem);
    line-height: 1.08;
    letter-spacing: -0.035em;
    font-weight: 500;
  }

  .article-lead {
    margin-bottom: 13px;
    font-size: .8rem;
    line-height: 1.52;
  }

  .trouble-list-wrapper {
    gap: 8px;
  }

  .trouble-card-box {
    padding: 12px;
    border-radius: 12px;
  }

  .trouble-heading {
    font-size: .92rem;
    line-height: 1.3;
    font-weight: 600;
  }

  .trouble-body {
    font-size: .77rem;
    line-height: 1.5;
  }

  /* DIAGNOSTIC */
  .diag-banner-box {
    margin-top: 13px;
    padding: 12px;
    flex-direction: column;
    align-items: stretch;
    gap: 11px;
  }

  .diag-left {
    align-items: flex-start;
  }

  .diag-left h4 {
    font-size: .88rem;
    line-height: 1.3;
  }

  .diag-left p {
    font-size: .72rem;
    line-height: 1.45;
  }

  .btn-diag-run {
    width: 100%;
    min-height: 42px;
  }

  .diag-results-grid {
    grid-template-columns: 1fr;
  }

  /* REQUIREMENTS */
  #requirements-section {
    padding-top: 20px;
  }

  .requirements-grid-wrapper {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 11px;
  }

  .req-box-item {
    padding: 12px;
    border-radius: 12px;
  }

  .req-box-top {
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 6px;
  }

  .req-icon-symbol {
    width: 31px;
    height: 31px;
    flex: 0 0 31px;
    font-size: .9rem;
  }

  .req-box-top strong {
    font-size: .82rem;
  }

  .req-box-item p {
    font-size: .76rem;
    line-height: 1.45;
    margin-bottom: 7px;
  }

  .req-status-badge {
    padding: 5px 7px;
    font-size: .61rem;
  }

  /* FOOTER */
  .portal-footer {
    padding-top: 18px;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;
    padding-bottom: 12px;
  }

  .footer-brand {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .footer-brand p {
    font-size: .72rem;
  }

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

  .footer-btn-link {
    padding: 6px 8px;
    font-size: .61rem;
  }

  .footer-bottom-copy {
    padding: 10px 0 13px;
  }

  .footer-bottom-copy p {
    font-size: .61rem;
  }

  /* LOGIN POPUP */
  .official-login-modal-overlay,
  .account-suspended-overlay {
    padding: 7px;
    align-items: flex-start;
  }

  .official-login-modal-box {
    width: 100%;
    max-height: calc(100dvh - 14px);
    padding: 10px;
    border-radius: 15px;
  }

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

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

  .btn-close-modal,
  .btn-close-suspended,
  .btn-chat-min {
    width: 32px;
    height: 32px;
  }

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

  .login-modal-promo-col {
    padding: 8px 3px 7px;
    border-radius: 12px;
  }

  .promo-heading {
    padding: 8px 11px 0;
    margin-bottom: 6px;
    font-size: 1.35rem;
    line-height: 1.03;
  }

  .promo-subheading {
    padding: 0 11px;
    margin-bottom: 8px;
    font-size: .68rem;
  }

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

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

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

  .official-aol-card {
    width: 100%;
    max-width: none;
    padding: 14px 12px 11px;
    border-radius: 13px;
  }

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

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

  .official-underline-input {
    min-height: 44px;
    font-size: .82rem;
  }

  .btn-official-next {
    min-height: 45px;
  }

  .btn-official-create {
    min-height: 42px;
  }

  .official-card-options-row {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  /* SUSPENDED */
  .suspended-card-box {
    width: 100%;
    max-height: calc(100dvh - 14px);
    border-radius: 13px;
  }

  .suspended-card-inner {
    padding: 17px 13px 14px;
  }

  .suspended-title {
    font-size: 1.45rem;
    line-height: 1.1;
  }

  .suspended-lead {
    font-size: .8rem;
    line-height: 1.5;
  }

  .suspended-callout-box {
    font-size: .76rem;
    line-height: 1.45;
  }

  .suspended-actions-row {
    flex-direction: column;
    gap: 7px;
  }

  .btn-suspended-chat,
  .btn-phone-helpline {
    width: 100%;
    min-height: 43px;
  }

  /* CHAT */
  .live-chat-floating-widget {
    right: 8px;
    bottom: 8px;
    width: calc(100vw - 16px);
    max-width: 390px;
  }

  /* TOAST */
  .toast-container {
    left: 8px;
    right: 8px;
    top: 8px;
  }

  .toast-message {
    width: 100%;
    min-width: 0;
    max-width: none;
  }
}

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

@media (max-width: 480px) {

  .container,
  .top-nav-container,
  .footer-inner {
    width: calc(100% - 20px);
  }

  .top-header-title {
    font-size: .69rem;
  }

  .btn-top-login {
    min-width: 64px;
    padding: 0 8px;
  }

  .hero-content-grid {
    padding: 17px 11px 13px;
  }

  .logo-txt {
    font-size: 1.7rem;
  }

  .tagline-black,
  .tagline-blue {
    font-size: 1.64rem;
  }

  .feature-chip {
    font-size: .56rem;
    padding: 5px 7px;
  }

  .login-card {
    padding: 15px 11px 11px;
  }

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

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

  .form-row-options {
    flex-wrap: wrap;
  }

  .forgot-pw-link {
    margin-left: auto;
  }

  .article-title {
    font-size: 1.45rem;
  }

  .article-block,
  #requirements-section .article-block {
    padding: 15px 12px 7px;
  }

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

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

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

  .footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .footer-btn-link {
    text-align: center;
  }

  .footer-links .footer-btn-link:last-child {
    grid-column: 1 / -1;
  }

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

  .login-modal-promo-col {
    display: none;
  }

  .official-login-body-grid {
    display: block;
  }

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

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

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

@media (max-width: 360px) {

  .top-nav-container {
    gap: 6px;
  }

  .top-header-title {
    font-size: .64rem;
  }

  .btn-top-login {
    min-width: 59px;
    min-height: 30px;
    font-size: .56rem;
  }

  .q-link,
  .q-link-btn {
    padding: 5px 7px;
    font-size: .58rem;
  }

  .tagline-black,
  .tagline-blue {
    font-size: 1.5rem;
  }

  .feature-chip {
    width: 100%;
    justify-content: flex-start;
  }

  .remember-label,
  .forgot-pw-link {
    font-size: .64rem;
  }

  .article-title {
    font-size: 1.32rem;
  }

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

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

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

  .official-login-modal-overlay,
  .account-suspended-overlay {
    padding: 4px;
  }

  .official-login-modal-box,
  .suspended-card-box {
    max-height: calc(100dvh - 8px);
    border-radius: 11px;
  }
}

/* =========================================================
   SHORT MOBILE LANDSCAPE
========================================================= */

@media (max-height: 650px) and (max-width: 900px) {

  .official-login-modal-overlay,
  .account-suspended-overlay {
    align-items: flex-start;
  }

  .official-login-modal-box,
  .suspended-card-box {
    max-height: calc(100dvh - 10px);
    margin-top: 2px;
  }

  .login-modal-promo-col {
    display: none;
  }

  .official-login-body-grid {
    display: block;
  }
}


.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;
    }
}
