:root {
  --comcast-bg: #eef4ff;
  --comcast-bg-strong: #edf5ff;
  --comcast-panel: rgba(255, 255, 255, 0.8);
  --comcast-navy: #0d1b2a;
  --comcast-navy-soft: #1d2c3d;
  --comcast-blue: #0057c8;
  --comcast-blue-2: #1f7ae0;
  --comcast-cyan: #5ed8ff;
  --comcast-orange: #ff7a1a;
  --comcast-orange-soft: #ff9d4d;
  --comcast-slate: #eef5ff;
  --comcast-text: #112233;
  --comcast-muted: #465a75;
  --comcast-line: rgba(148, 163, 184, 0.26);
  --comcast-shadow: 0 20px 55px rgba(17, 35, 53, 0.10);
}

/* =========================================================
   GLOBAL
========================================================= */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

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

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

a,
button,
input {
  font: inherit;
}

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

button {
  cursor: pointer;
}

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


/* =========================================================
   TOP HEADER
========================================================= */

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

.top-nav-container {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

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

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

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

.pulse-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 0 5px rgba(74, 222, 128, 0.12);
}

.btn-top-login {
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: linear-gradient(
    135deg,
    rgba(0, 87, 200, 0.14),
    rgba(255, 122, 26, 0.12)
  );
  color: #f8fbff;
  min-height: 36px;
  min-width: 84px;
  padding: 0 14px;
  border-radius: 9px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}


/* =========================================================
   PAGE TITLE / QUICK NAV
========================================================= */

.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: 16px;
  min-height: 68px;
}

.page-main-heading {
  margin: 0;
  color: var(--comcast-navy);
  font-size: clamp(1.15rem, 1.6vw, 1.7rem);
  font-weight: 650;
  letter-spacing: -0.035em;
}

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

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

.q-link-btn {
  background: linear-gradient(135deg, var(--comcast-blue), var(--comcast-orange));
  color: #fff;
  border-color: transparent;
  box-shadow: 0 8px 20px rgba(0, 87, 200, 0.18);
}


/* =========================================================
   HERO
========================================================= */

.hero-banner-section {
  padding: 24px 0 14px;
  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: 24px;
  background: linear-gradient(
    135deg,
    #f8fbff 0%,
    #edf4ff 36%,
    #eef6ff 100%
  );
  box-shadow: var(--comcast-shadow);
}

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

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

.glow-indigo {
  width: 300px;
  height: 300px;
  top: -80px;
  left: 8%;
  background: rgba(0, 87, 200, 0.12);
}

.glow-coral {
  width: 300px;
  height: 300px;
  right: 10%;
  top: 90px;
  background: rgba(255, 122, 26, 0.11);
}

.glow-cyan {
  width: 230px;
  height: 230px;
  right: 28%;
  top: 18px;
  background: rgba(94, 216, 255, 0.12);
}

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


/* =========================================================
   HERO GRID
========================================================= */

.hero-content-grid {
  position: relative;
  z-index: 1;

  display: grid;
  grid-template-columns: 1.2fr 0.82fr;

  gap: 38px;

  min-height: 570px;

  padding: 32px 38px 26px;
}

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

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

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

.logo-txt {
  font-family: "Outfit", "Inter", sans-serif;
  font-size: clamp(2rem, 2.8vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -0.065em;

  background: linear-gradient(
    90deg,
    #0057c8 0%,
    #0078ff 35%,
    #00a6ff 70%,
    #5ed8ff 100%
  );

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

  text-shadow: 0 8px 20px rgba(0, 87, 200, 0.2);
}

.swoosh-curve {
  width: min(300px, 65%);
  height: 24px;
}


/* =========================================================
   HERO TITLE
========================================================= */

.tagline-block {
  margin: 8px 0 14px;
}

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

  /* Reduced significantly */
  font-size: clamp(2.15rem, 4vw, 4.5rem);

  line-height: 0.98;
  letter-spacing: -0.045em;

  /* thinner */
  font-weight: 650;
}

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

.tagline-blue {
  color: transparent;

  background: linear-gradient(
    90deg,
    #0057c8 0%,
    #1f7ae0 35%,
    #ff7a1a 100%
  );

  -webkit-background-clip: text;
  background-clip: text;

  white-space: nowrap;
}

.tagline-blue-bar {
  width: 150px;
  height: 4px;
  margin-top: 12px;
  border-radius: 999px;

  background: linear-gradient(90deg, #0057c8, #ff7a1a);

  box-shadow: 0 7px 16px rgba(0, 87, 200, 0.13);
}


/* =========================================================
   HERO FEATURES
========================================================= */

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

.feature-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;

  padding: 7px 11px;

  border-radius: 10px;

  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(148, 163, 184, 0.18);

  color: var(--comcast-navy-soft);

  font-size: 0.7rem;
  font-weight: 700;
}


/* =========================================================
   LOGIN CARD
========================================================= */

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

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

  padding: 20px 20px 16px;

  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 22px;

  background: linear-gradient(
    180deg,
    rgba(9, 18, 32, 0.96),
    rgba(8, 17, 32, 0.84)
  );

  box-shadow: 0 20px 48px rgba(12, 23, 38, 0.20);
}

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

.login-badge-tag {
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.65rem;
}

.login-card-title {
  margin: 12px 0 5px;

  color: #f2f9ff;

  font-size: clamp(1.65rem, 2vw, 2.35rem);

  line-height: 1.08;
  letter-spacing: -0.05em;

  font-weight: 650;
}

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

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

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

.field-label {
  color: rgba(232, 241, 255, 0.94);
  font-size: 0.76rem;
  font-weight: 700;
}

.input-wrapper {
  position: relative;
}

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

.form-input {
  width: 100%;
  min-height: 50px;

  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 12px;

  background: rgba(15, 23, 42, 0.56);

  color: #f5fbff;

  padding: 0 48px 0 43px;

  font-size: 0.92rem;

  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(0, 87, 200, 0.82);

  box-shadow: 0 0 0 3px rgba(0, 87, 200, 0.12);

  background: rgba(15, 23, 42, 0.76);
}

.btn-eye-toggle {
  position: absolute;
  right: 10px;
  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: 6px;
  align-items: center;
}

.tag-hint {
  font-size: 0.67rem;
  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: 4px 7px;

  color: rgba(220, 235, 255, 0.92);

  font-size: 0.63rem;
  font-weight: 700;
}

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

.remember-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;

  color: rgba(232, 241, 255, 0.85);

  font-size: 0.78rem;
}

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

.btn-signin-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  min-height: 52px;

  border: 0;
  border-radius: 12px;

  background: linear-gradient(
    135deg,
    #0057c8 0%,
    #1f7ae0 45%,
    #ff7a1a 100%
  );

  color: #fff;

  font-size: 0.95rem;
  font-weight: 800;

  box-shadow: 0 12px 25px rgba(0, 87, 200, 0.22);
}

.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 10px;

  background: rgba(7, 17, 31, 0.86);

  color: rgba(191, 214, 234, 0.9);

  font-size: 0.67rem;

  letter-spacing: 0.1em;

  text-transform: uppercase;
}

.btn-google-auth {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  min-height: 45px;

  border: 1px solid rgba(148, 163, 184, 0.26);
  border-radius: 11px;

  background: rgba(255, 255, 255, 0.02);

  color: #edf7ff;

  font-size: 0.8rem;
  font-weight: 700;
}

.demo-card-autofill {
  margin-top: 0;
}

.btn-autofill-demo {
  width: 100%;

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

  min-height: 43px;

  border: 1px dashed rgba(0, 87, 200, 0.45);
  border-radius: 11px;

  background: rgba(0, 87, 200, 0.05);

  color: rgba(223, 236, 255, 0.9);

  font-size: 0.72rem;
  font-weight: 700;
}


/* =========================================================
   INFO ICON
========================================================= */

.canvas-info-icon {
  position: absolute;
  left: 16px;
  bottom: 16px;

  width: 38px;
  height: 38px;

  display: grid;
  place-items: center;

  border-radius: 10px;

  background: rgba(255, 255, 255, 0.26);

  border: 1px solid rgba(148, 163, 184, 0.12);

  color: rgba(16, 24, 35, 0.86);
}


/* =========================================================
   SUPPORT HUB
========================================================= */

.quick-support-hub-section {
  padding: 22px 0 40px;

  background: linear-gradient(
    180deg,
    #f2f8ff 0%,
    #edf5ff 100%
  );
}

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

.support-hub-card {
  padding: 16px 16px 14px;

  border: 1px solid var(--comcast-line);
  border-radius: 18px;

  background: rgba(255, 255, 255, 0.76);

  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.03);
}

.hub-card-icon-wrap {
  width: 46px;
  height: 46px;

  display: grid;
  place-items: center;

  border-radius: 12px;
}

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

  margin-top: 12px;
}

.hub-card-tag {
  padding: 5px 8px;
  font-size: 0.62rem;
}

.hub-card-title {
  margin: 0;

  color: var(--comcast-text);

  font-size: clamp(1.1rem, 1.5vw, 1.45rem);

  font-weight: 650;

  letter-spacing: -0.04em;
}

.hub-card-desc {
  margin: 0;

  color: var(--comcast-muted);

  font-size: 0.84rem;

  line-height: 1.55;
}

.hub-card-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;

  margin-top: 4px;

  font-size: 0.8rem;
  font-weight: 800;
}


/* =========================================================
   ARTICLES
========================================================= */

.article-section {
  padding: 48px 0 58px;
  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: 22px;

  padding: 22px 22px 8px;
}

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

.article-title {
  margin: 0;

  color: #0a1525;

  font-family: "Outfit", "Inter", sans-serif;

  /* Reduced */
  font-size: clamp(2rem, 4vw, 4rem);

  line-height: 1;
  letter-spacing: -0.06em;

  font-weight: 650;
}

.heading-accent-line {
  width: 100%;
  height: 1px;

  background: linear-gradient(
    90deg,
    rgba(0, 87, 200, 0.4),
    rgba(255, 122, 26, 0.08)
  );
}

.article-lead {
  margin: 0 0 20px;

  max-width: 760px;

  line-height: 1.65;

  color: var(--comcast-muted);

  font-size: 0.94rem;
}

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

.trouble-card-box {
  padding: 15px;

  border: 1px solid rgba(148, 163, 184, 0.18);

  border-radius: 15px;

  background: rgba(255, 255, 255, 0.64);
}

.trouble-header {
  display: flex;
  align-items: center;
  gap: 9px;

  margin-bottom: 6px;
}

.trouble-heading {
  margin: 0;

  color: var(--comcast-text);

  font-size: clamp(1.05rem, 1.7vw, 1.45rem);

  font-weight: 650;

  letter-spacing: -0.035em;
}

.trouble-body {
  margin: 0;

  color: var(--comcast-muted);

  font-size: 0.9rem;

  line-height: 1.6;
}


/* =========================================================
   DIAGNOSTIC
========================================================= */

.diag-banner-box {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 16px;

  margin-top: 20px;

  padding: 15px 16px;

  border-radius: 15px;

  border: 1px solid rgba(0, 87, 200, 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: 11px;
}

.diag-icon-wrap {
  width: 44px;
  height: 44px;

  display: grid;
  place-items: center;

  border-radius: 12px;
}

.diag-left h4 {
  margin: 0 0 3px;
  font-size: 0.98rem;
}

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

.btn-diag-run {
  min-height: 44px;

  padding: 0 14px;

  border: 0;
  border-radius: 10px;

  background: linear-gradient(135deg, #0057c8, #ff7a1a);

  color: #fff;

  font-size: 0.8rem;
  font-weight: 700;

  box-shadow: 0 10px 20px rgba(0, 87, 200, 0.17);
}

.diag-results-panel {
  margin-top: 14px;

  border: 1px solid rgba(148, 163, 184, 0.18);

  border-radius: 15px;

  background: rgba(255, 255, 255, 0.7);

  padding: 10px;
}

.diag-results-grid {
  display: grid;

  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 10px;
}

.diag-item-cell {
  padding: 11px;

  border-radius: 10px;

  background: rgba(240, 247, 255, 0.8);

  border: 1px solid rgba(148, 163, 184, 0.18);

  font-size: 0.82rem;
}


/* =========================================================
   REQUIREMENTS
========================================================= */

.requirements-grid-wrapper {
  display: grid;

  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 14px;

  margin-top: 18px;
}

.req-box-item {
  padding: 15px;

  border-radius: 16px;

  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: 9px;

  margin-bottom: 8px;
}

.req-icon-symbol {
  width: 34px;
  height: 34px;

  display: grid;
  place-items: center;

  border-radius: 10px;
}

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

.req-box-item p {
  margin: 0 0 10px;

  color: var(--comcast-muted);

  font-size: 0.84rem;

  line-height: 1.6;
}

.req-status-badge {
  padding: 6px 9px;

  font-size: 0.68rem;
}


/* =========================================================
   FOOTER
========================================================= */

.portal-footer {
  background: linear-gradient(
    180deg,
    #0d1b2a 0%,
    #081820 100%
  );

  color: #edf7ff;

  padding-top: 24px;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 18px;

  padding-bottom: 15px;
}

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

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

.footer-brand p {
  margin: 0;

  color: rgba(219, 234, 246, 0.8);

  font-size: 0.78rem;
}

.footer-links {
  display: flex;
  align-items: center;

  gap: 8px;

  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: 7px 10px;

  font-size: 0.7rem;

  font-weight: 700;
}

.footer-bottom-copy {
  border-top: 1px solid rgba(148, 163, 184, 0.14);

  padding: 13px 0 18px;

  color: rgba(219, 234, 246, 0.72);

  text-align: center;
}

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


/* =========================================================
   TOAST
========================================================= */

.toast-container {
  position: fixed;

  right: 18px;
  top: 18px;

  z-index: 9999;

  display: flex;
  flex-direction: column;
  gap: 8px;
}

.toast-message {
  display: flex;
  align-items: center;
  gap: 9px;

  min-width: 240px;
  max-width: 330px;

  padding: 10px 12px;

  border-radius: 10px;

  background: rgba(9, 18, 32, 0.94);

  color: #edf7ff;

  border: 1px solid rgba(148, 163, 184, 0.18);

  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.18);

  font-size: 0.8rem;
}


/* =========================================================
   MODAL
========================================================= */

.official-login-modal-overlay,
.account-suspended-overlay {
  position: fixed;
  inset: 0;

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

  padding: 18px;

  background: rgba(8, 14, 24, 0.54);

  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);

  z-index: 1100;

  overflow-y: auto;
}

.official-login-modal-box {
  width: min(100%, 980px);

  max-height: calc(100vh - 36px);

  overflow-y: auto;

  padding: 17px 18px 16px;

  border: 1px solid rgba(148, 163, 184, 0.2);

  border-radius: 24px;

  background: #f8fbff;

  box-shadow: 0 30px 75px rgba(15, 23, 42, 0.18);
}

.modal-brand-header {
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding-bottom: 12px;
}

.modal-aol-logo {
  font-size: clamp(1.5rem, 2vw, 2.1rem);
}

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

  border: 1px solid rgba(148, 163, 184, 0.24);

  border-radius: 10px;

  background: rgba(255, 255, 255, 0.8);

  color: #0f172a;
}

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

  grid-template-columns: 1fr 0.85fr;

  gap: 20px;
}

.login-modal-promo-col {
  display: flex;
  flex-direction: column;
  justify-content: center;

  border-radius: 20px;

  background: linear-gradient(
    135deg,
    #f9fbff 0%,
    #edf3ff 26%,
    #e9f5ff 100%
  );

  overflow: hidden;

  padding: 10px 6px 8px;
}

.promo-heading {
  margin: 0 0 10px;

  padding: 14px 20px 0;

  color: #0d1b2a;

  font-size: clamp(1.8rem, 3vw, 3.2rem);

  line-height: 1;

  letter-spacing: -0.06em;

  font-weight: 650;
}

.promo-subheading {
  margin: 0 0 12px;

  padding: 0 20px;

  color: var(--comcast-muted);

  font-size: 0.85rem;

  line-height: 1.5;
}

.promo-image-frame {
  margin-top: 5px;

  padding: 0 14px 14px;
}

.promo-laptop-img {
  width: 100%;

  height: 280px;

  object-fit: cover;

  border-radius: 15px;

  box-shadow: 0 18px 40px rgba(13, 27, 42, 0.1);
}

.login-modal-card-col {
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 5px 0;
}

.official-aol-card {
  width: min(100%, 400px);

  padding: 19px 17px 14px;

  border: 1px solid rgba(148, 163, 184, 0.22);

  border-radius: 19px;

  background: rgba(8, 17, 31, 0.95);

  color: #edf6ff;
}

.card-aol-wordmark {
  min-width: 70px;
  min-height: 40px;

  border-radius: 10px;

  font-size: 1.05rem;
}

.card-signin-title {
  margin: 0;

  font-size: clamp(1.65rem, 2.5vw, 2.25rem);

  letter-spacing: -0.05em;

  font-weight: 650;
}

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

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

.official-underline-input {
  width: 100%;

  min-height: 48px;

  border: 0;

  border-bottom: 2px solid rgba(148, 163, 184, 0.4);

  background: transparent;

  color: #f2f8ff;

  font-size: 0.9rem;

  outline: none;
}

.official-underline-input:focus {
  border-bottom-color: rgba(0, 87, 200, 0.9);
}

.btn-official-next {
    display: flex;
    align-items: center;
    justify-content: center;

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

    border: 0;
    border-radius: 12px;

    background: linear-gradient(135deg, #0057c8, #1f7ae0);

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

    margin: 16px 0;
    cursor: pointer;
}
.official-card-options-row {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 10px;

  color: rgba(232, 241, 255, 0.9);

  font-size: 0.78rem;
}

.btn-official-create {
  min-height: 48px;

  border: 1px solid rgba(148, 163, 184, 0.42);

  border-radius: 12px;

  background: transparent;

  color: #edf7ff;

  font-size: 0.88rem;

  font-weight: 700;
}


/* =========================================================
   SUSPENDED POPUP
========================================================= */

.suspended-card-box {
  position: relative;

  width: min(100%, 500px);

  max-height: calc(100vh - 36px);

  overflow-y: auto;

  border-radius: 18px;

  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.96),
    rgba(248, 250, 255, 0.98)
  );

  box-shadow: 0 30px 75px rgba(2, 10, 22, 0.2);
}

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

  background: linear-gradient(
    90deg,
    #ff7a1a,
    #ff9d4d
  );
}

.btn-close-suspended {
  position: absolute;

  top: 12px;
  right: 12px;
}

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

.suspended-title {
  margin: 0 0 10px;

  color: #0f172a;

  font-size: clamp(1.7rem, 3vw, 2.5rem);

  letter-spacing: -0.05em;

  font-weight: 650;
}

.suspended-lead,
.suspended-callout-box,
.suspended-error-ref {
  color: #475569;

  line-height: 1.6;

  font-size: 0.88rem;
}

.suspended-callout-box {
  margin: 14px 0;

  padding: 10px 12px;

  border-radius: 10px;

  border: 1px solid rgba(255, 122, 26, 0.1);

  background: rgba(255, 122, 26, 0.05);
}

.suspended-actions-row {
  display: flex;

  align-items: center;

  gap: 10px;

  margin-top: 16px;
}

.btn-suspended-chat,
.btn-phone-helpline {
  display: inline-flex;

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

  min-height: 44px;

  padding: 0 17px;

  border-radius: 10px;

  font-size: 0.8rem;

  font-weight: 800;
}


/* =========================================================
   FLOATING CHAT
========================================================= */

.live-chat-floating-widget {
  position: fixed;

  right: 20px;
  bottom: 20px;

  width: min(350px, calc(100vw - 30px));

  border: 1px solid rgba(148, 163, 184, 0.18);

  border-radius: 16px;

  background: rgba(10, 17, 27, 0.94);

  box-shadow: 0 24px 50px rgba(2, 10, 22, 0.22);

  overflow: hidden;

  z-index: 1200;
}

.chat-widget-header {
  display: flex;

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

  gap: 10px;

  padding: 10px 12px;

  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: 9px;
}

.agent-avatar-img {
  width: 34px;
  height: 34px;

  border-radius: 50%;

  object-fit: cover;
}

.agent-name {
  color: #f5fbff;

  font-size: 0.8rem;

  font-weight: 700;
}

.agent-status {
  color: rgba(203, 214, 228, 0.8);

  font-size: 0.66rem;
}

.chat-messages-body {
  display: flex;

  flex-direction: column;

  gap: 8px;

  padding: 12px;

  max-height: 230px;

  overflow: auto;
}

.chat-system-badge {
  padding: 5px 8px;

  font-size: 0.62rem;
}

.chat-bubble {
  max-width: 86%;

  padding: 9px 11px;

  border-radius: 11px;

  font-size: 0.76rem;

  line-height: 1.5;
}

.chat-quick-actions {
  display: flex;

  flex-wrap: wrap;

  gap: 6px;

  padding: 0 12px 12px;
}

.chat-chip-btn {
  padding: 6px 9px;

  font-size: 0.66rem;
}

.chat-input-form {
  display: flex;

  align-items: center;

  gap: 8px;

  padding: 10px 12px 12px;

  border-top: 1px solid rgba(148, 163, 184, 0.12);
}

.chat-input-field {
  flex: 1;

  min-height: 39px;

  border: 1px solid rgba(148, 163, 184, 0.18);

  border-radius: 999px;

  padding: 0 12px;

  background: rgba(255, 255, 255, 0.04);

  color: #edf7ff;

  font-size: 0.75rem;
}

.btn-chat-send {
  width: 39px;
  height: 39px;

  border: 0;

  border-radius: 50%;

  background: linear-gradient(135deg, #0057c8, #1f7ae0);

  color: #fff;
}


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

@media (max-width: 1090px) {

  .hero-content-grid {
    grid-template-columns: 1fr;

    gap: 24px;

    min-height: auto;

    padding: 30px 32px 24px;
  }

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

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

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

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

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

  .requirements-grid-wrapper {
    grid-template-columns: 1fr;
  }
}


/* =========================================================
   SMALL TABLET / LARGE PHONE
========================================================= */

@media (max-width: 730px) {

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

  /* HEADER */

  .top-nav-container {
    min-height: 56px;

    flex-wrap: wrap;

    padding: 9px 0;

    gap: 8px;
  }

  .top-brand-group {
    gap: 8px;

    flex-wrap: wrap;
  }

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

  .live-pulse-badge {
    font-size: 0.56rem;

    padding: 4px 7px;
  }

  .btn-top-login {
    min-width: 76px;

    min-height: 33px;

    padding: 0 10px;

    font-size: 0.63rem;
  }


  /* PAGE HEADER */

  .breadcrumb-flex {
    min-height: auto;

    padding: 12px 0;

    flex-direction: column;

    align-items: flex-start;

    gap: 9px;
  }

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

  .quick-nav-links {
    width: 100%;

    justify-content: flex-start;

    gap: 6px;
  }

  .q-link,
  .q-link-btn {
    padding: 6px 9px;

    font-size: 0.63rem;
  }


  /* HERO */

  .hero-banner-section {
    padding: 15px 0 10px;
  }

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

  .hero-content-grid {
    padding: 22px 17px 18px;

    gap: 20px;
  }

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

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

  .swoosh-curve {
    width: 190px;

    height: 18px;
  }

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

  .tagline-black,
  .tagline-blue {
    font-size: clamp(1.9rem, 9vw, 3rem);

    line-height: 1;

    font-weight: 600;
  }

  .tagline-blue {
    white-space: normal;
  }

  .tagline-blue-bar {
    width: 110px;

    height: 3px;

    margin-top: 9px;
  }

  .hero-quick-features {
    margin-top: 13px;

    gap: 6px;
  }

  .feature-chip {
    padding: 6px 8px;

    border-radius: 8px;

    font-size: 0.61rem;
  }


  /* LOGIN */

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

  .login-card {
    width: 100%;

    padding: 17px 15px 14px;

    border-radius: 17px;
  }

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

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

  .login-form {
    gap: 12px;
  }

  .form-input {
    min-height: 48px;

    font-size: 0.85rem;
  }

  .btn-signin-primary {
    min-height: 49px;

    font-size: 0.88rem;
  }


  /* SUPPORT */

  .quick-support-hub-section {
    padding: 17px 0 28px;
  }

  .support-hub-grid {
    grid-template-columns: 1fr;

    gap: 10px;
  }

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


  /* ARTICLE */

  .article-section {
    padding: 32px 0 40px;
  }

  .article-block {
    padding: 17px 15px 6px;

    border-radius: 17px;
  }

  .article-title {
    font-size: clamp(1.8rem, 9vw, 2.8rem);

    font-weight: 600;
  }

  .article-lead {
    font-size: 0.84rem;

    line-height: 1.55;
  }

  .trouble-card-box {
    padding: 13px;
  }

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

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


  /* DIAGNOSTIC */

  .diag-banner-box {
    flex-direction: column;

    align-items: stretch;

    padding: 13px;
  }

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

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


  /* REQUIREMENTS */

  .requirements-grid-wrapper {
    grid-template-columns: 1fr;

    gap: 10px;
  }


  /* FOOTER */

  .footer-inner {
    flex-direction: column;

    align-items: flex-start;

    gap: 13px;

    padding-top: 5px;
  }

  .footer-brand {
    align-items: flex-start;

    flex-direction: column;

    gap: 5px;
  }

  .footer-links {
    width: 100%;
  }

  .footer-btn-link {
    font-size: 0.65rem;

    padding: 6px 9px;
  }


  /* MODAL */

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

    align-items: flex-start;
  }

  .official-login-modal-box {
    width: 100%;

    max-height: calc(100vh - 20px);

    margin-top: 5px;

    padding: 12px;

    border-radius: 18px;
  }

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

  .official-login-body-grid {
    gap: 12px;
  }

  .login-modal-promo-col {
    padding: 8px 4px;

    border-radius: 15px;
  }

  .promo-heading {
    padding: 10px 14px 0;

    font-size: 1.7rem;
  }

  .promo-subheading {
    padding: 0 14px;

    font-size: 0.76rem;
  }

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

  .promo-laptop-img {
    height: 170px;

    border-radius: 11px;
  }

  .official-aol-card {
    width: 100%;

    padding: 16px 14px 12px;

    border-radius: 16px;
  }

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


  /* SUSPENDED */

  .suspended-card-box {
    width: 100%;

    max-height: calc(100vh - 20px);

    border-radius: 15px;
  }

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

  .suspended-title {
    font-size: 1.7rem;

    padding-right: 35px;
  }

  .suspended-actions-row {
    flex-direction: column;

    align-items: stretch;

    gap: 8px;
  }

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


  /* CHAT */

  .live-chat-floating-widget {
    right: 10px;

    bottom: 10px;

    width: calc(100vw - 20px);

    max-width: 390px;
  }

  .chat-messages-body {
    max-height: 200px;
  }


  /* TOAST */

  .toast-container {
    left: 10px;

    right: 10px;

    top: 10px;
  }

  .toast-message {
    width: 100%;

    min-width: 0;

    max-width: none;
  }
}


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

@media (max-width: 420px) {

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

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

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

  .hero-content-grid {
    padding: 19px 13px 15px;
  }

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

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

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

  .feature-chip {
    padding: 5px 7px;

    font-size: 0.57rem;
  }

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

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

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

  .forgot-pw-link {
    font-size: 0.7rem;
  }

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

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

  .diag-icon-wrap {
    width: 39px;
    height: 39px;

    flex-shrink: 0;
  }

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

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

  .live-chat-floating-widget {
    width: calc(100vw - 14px);

    right: 7px;

    bottom: 7px;
  }
}


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

@media (max-width: 340px) {

  .top-nav-container {
    align-items: flex-start;
  }

  .top-brand-group {
    max-width: 100%;
  }

  .btn-top-login {
    align-self: flex-end;
  }

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

  .feature-chip {
    width: 100%;

    justify-content: flex-start;
  }

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

  .form-input {
    min-height: 46px;
  }

  .btn-signin-primary {
    min-height: 47px;
  }
}


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

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

  .hero-banner-section {
    padding-top: 10px;
  }

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

    padding-top: 15px;

    padding-bottom: 15px;
  }

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

  .login-card {
    padding-top: 13px;
    padding-bottom: 12px;
  }

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

  .official-login-modal-box {
    max-height: calc(100vh - 12px);

    margin-top: 6px;
  }
}


/* =========================================================
   ACCESSIBILITY / REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* =========================================================
   FINAL RESPONSIVE POLISH / MOBILE FIXES
   Added after the existing styles so these rules override
   the earlier responsive rules cleanly.
========================================================= */

/* ---------- GLOBAL SAFETY ---------- */
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-bar {
  width: 100%;
}

.top-nav-container {
  min-height: 58px;
  padding: 8px 0;
}

.top-brand-group {
  min-width: 0;
  flex: 1 1 auto;
}

.top-header-title {
  min-width: 0;
  max-width: 100%;
  line-height: 1.25;
}

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

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

/* ---------- PAGE TITLE / QUICK NAV ---------- */
.page-title-bar {
  position: relative;
}

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

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

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

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

.hero-canvas-card {
  width: 100%;
}

.hero-content-grid {
  min-width: 0;
}

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

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

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

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

.remember-label,
.forgot-pw-link {
  min-width: 0;
}

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

/* ---------- ARTICLES: LESS EMPTY SPACE + LIGHTER HEADINGS ---------- */
.article-section {
  padding: 30px 0 38px;
}

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

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

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

.article-title {
  font-size: clamp(1.7rem, 3.2vw, 2.65rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
  font-weight: 500;
}

.article-lead {
  margin-bottom: 16px;
  font-size: 0.9rem;
  line-height: 1.55;
}

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

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

.trouble-heading {
  font-size: clamp(0.98rem, 1.4vw, 1.2rem);
  font-weight: 600;
  letter-spacing: -0.02em;
}

.trouble-body {
  font-size: 0.86rem;
  line-height: 1.55;
}

/* ---------- REQUIREMENTS: COMPACT + CLEAN ---------- */
#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: 14px;
}

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

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

.req-box-item p {
  margin-bottom: 8px;
  font-size: 0.82rem;
  line-height: 1.5;
}

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

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

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

.promo-heading,
.promo-subheading,
.official-aol-card,
.official-card-form {
  min-width: 0;
}

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

.official-underline-input {
  min-width: 0;
}

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

.modal-demo-chip {
  min-width: 0;
}

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

.suspended-card-inner {
  min-width: 0;
}

.suspended-lead,
.suspended-callout-box {
  overflow-wrap: anywhere;
}

/* ---------- FLOATING CHAT / POPUP ---------- */
.live-chat-floating-widget {
  max-width: min(390px, calc(100vw - 30px));
}

/* =========================================================
   TABLET: 1024px AND BELOW
========================================================= */
@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%, 520px);
  }

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

  .official-login-modal-body-grid {
    grid-template-columns: 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.75rem, 4vw, 2.5rem);
  }
}

/* =========================================================
   MOBILE / LARGE PHONES: 767px AND BELOW
========================================================= */
@media (max-width: 767px) {

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

  /* HEADER */
  .top-nav-container {
    min-height: 54px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    padding: 7px 0;
  }

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

  .top-header-title {
    display: block;
    font-size: 0.76rem;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

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

  .btn-top-login {
    min-width: 68px;
    min-height: 32px;
    padding: 0 9px;
    font-size: 0.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: 0.96rem;
    line-height: 1.25;
  }

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

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

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

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

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

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

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

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

  .swoosh-curve {
    width: 170px;
    height: 17px;
  }

  .tagline-block {
    margin: 5px 0 9px;
  }

  .tagline-black,
  .tagline-blue {
    font-size: clamp(1.75rem, 9vw, 2.6rem);
    line-height: 1.02;
    white-space: normal;
    font-weight: 600;
  }

  .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: 0.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: 0.78rem;
  }

  .login-form {
    gap: 11px;
  }

  .form-input {
    min-height: 47px;
    font-size: 0.84rem;
  }

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

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

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

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

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

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

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

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

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

  /* SUPPORT CARDS */
  .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: 0.79rem;
  }

  /* ARTICLE / TROUBLESHOOTING */
  .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.55rem, 7.2vw, 2.15rem);
    line-height: 1.08;
    letter-spacing: -0.035em;
    font-weight: 500;
  }

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

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

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

  .trouble-header {
    align-items: flex-start;
    gap: 7px;
    margin-bottom: 5px;
  }

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

  .trouble-body {
    font-size: 0.78rem;
    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: 0.88rem;
    line-height: 1.3;
  }

  .diag-left p {
    font-size: 0.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-section .article-lead {
    margin-bottom: 10px;
  }

  .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: 0.9rem;
  }

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

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

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

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

  .footer-inner {
    display: flex;
    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: 0.72rem;
  }

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

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

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

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

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

  .official-login-modal-box {
    width: 100%;
    max-height: calc(100dvh - 14px);
    margin: 0;
    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: 0.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.45rem;
  }

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

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

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

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

  .modal-demo-chip .btn-autofill-demo {
    min-height: 39px;
    font-size: 0.61rem;
  }

  /* SUSPENDED POPUP */
  .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: 0.8rem;
    line-height: 1.5;
  }

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

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

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

  /* FLOATING 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: 480px AND BELOW
========================================================= */
@media (max-width: 480px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

  .trouble-body {
    font-size: 0.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;
  }

  .promo-image-frame {
    display: none;
  }
}

/* =========================================================
   VERY SMALL PHONES: 360px AND BELOW
========================================================= */
@media (max-width: 360px) {

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

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

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

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

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

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

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

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

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

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

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

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

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