/* =========================================================
   SBC / AOL MAIL PAGE - CLEAN RESPONSIVE CSS
   ========================================================= */

:root {
  --sg-bg: #eef3ff;
  --sg-bg-strong: #edf4ff;
  --sg-panel: rgba(255, 255, 255, 0.8);

  --sg-navy: #0d1b2a;
  --sg-navy-soft: #1d2c3d;

  --sg-purple: #5a48df;
  --sg-purple-2: #7b61ff;
  --sg-blue: #1d72e8;
  --sg-cyan: #5cc8ff;
  --sg-pink: #ef5aa7;
  --sg-red: #e84545;

  --sg-slate: #eef5ff;
  --sg-text: #111827;
  --sg-muted: #465a75;
  --sg-line: rgba(148, 163, 184, 0.28);

  --sg-shadow: 0 28px 80px rgba(17, 35, 53, 0.12);
}

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

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: linear-gradient(
    180deg,
    #f4f7ff 0%,
    #eef5ff 100%
  );
  color: var(--sg-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
   ========================================================= */

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

.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 {
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  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(90, 72, 223, 0.14),
    rgba(108, 116, 255, 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
   ========================================================= */

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

.breadcrumb-flex {
  min-height: 86px;

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

  gap: 18px;
}

.page-main-heading {
  margin: 0;

  color: var(--sg-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(--sg-navy);
  font-size: 0.76rem;
  font-weight: 700;
}

.q-link-btn {
  background: linear-gradient(
    135deg,
    var(--sg-purple),
    var(--sg-blue)
  );

  color: #fff;
  border-color: transparent;

  box-shadow: 0 12px 26px rgba(90, 72, 223, 0.2);
}

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

.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(--sg-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(90, 72, 223, 0.12);
}

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

.glow-cyan {
  width: 280px;
  height: 280px;
  right: 28%;
  top: 18px;
  background: rgba(92, 200, 255, 0.14);
}

.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: minmax(0, 1.25fr) minmax(320px, 0.82fr);

  gap: 52px;

  padding: 42px 44px 30px;
}

.hero-brand-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;

  min-width: 0;

  padding: 20px 0 12px;
}

/* =========================================================
   LOGO / HERO TEXT
   ========================================================= */

.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", "Inter", sans-serif;
  font-size: clamp(2.2rem, 3vw, 4rem);
  font-weight: 900;
  letter-spacing: -0.07em;

  background: linear-gradient(
    90deg,
    #0057ff 0%,
    #00b4ff 30%,
    #7c3aed 60%,
    #ff7a1a 100%
  );

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

  text-shadow: 0 4px 20px rgba(0, 87, 255, 0.2);
}

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

  font-size: clamp(2.4rem, 4.2vw, 4.6rem);
  line-height: 0.98;

  letter-spacing: -0.05em;
  font-weight: 800;
}

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

.tagline-blue {
  color: transparent;

  background: linear-gradient(
    90deg,
    #4f46e5 0%,
    #6757ff 40%,
    #2ec5ff 100%
  );

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

  white-space: nowrap;
}

.tagline-blue-bar {
  width: 180px;
  height: 5px;

  margin-top: 16px;

  border-radius: 999px;

  background: linear-gradient(
    90deg,
    #5a48df,
    #2ec5ff
  );
}

.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(--sg-navy-soft);

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

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

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

.hero-form-panel {
  display: flex;
  align-items: center;
  justify-content: center;

  min-width: 0;

  padding: 18px 0;
}

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

  padding: 22px;

  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(90, 72, 223, 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;
  width: 100%;
  min-width: 0;
}

.input-left-icon {
  position: absolute;

  left: 16px;
  top: 50%;

  transform: translateY(-50%);

  width: 17px;
  height: 17px;

  color: rgba(148, 163, 184, 0.9);

  pointer-events: none;
}

.form-input {
  width: 100%;
  min-width: 0;
  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: 15px;

  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;

  margin-top: 10px;
}

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

.domain-tag {
  white-space: normal;

  font-size: 0.82rem;

  padding: 8px 12px;
}

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

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

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

  border: 0;
  border-radius: 14px;

  background: linear-gradient(
    135deg,
    #5a48df 0%,
    #7b61ff 48%,
    #5cc8ff 100%
  );

  color: #fff;

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

  box-shadow: 0 16px 30px rgba(90, 72, 223, 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;

  width: 100%;
  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: 16px;
}

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

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

  gap: 8px;

  min-height: 46px;

  padding: 12px 16px;

  border: 1px dashed rgba(90, 72, 223, 0.45);
  border-radius: 12px;

  background: rgba(90, 72, 223, 0.05);

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

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

  text-align: center;
}

/* =========================================================
   QUICK SUPPORT
   ========================================================= */

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

  padding: 18px 18px 16px;

  border: 1px solid var(--sg-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, 90, 167, 0.1);
  color: #d72fa9;
}

.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, 90, 167, 0.12);
  color: #bf3b92;
}

.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(--sg-text);

  font-size: clamp(1.25rem, 1.8vw, 1.85rem);

  letter-spacing: -0.05em;
}

.hub-card-desc {
  margin: 0;

  color: var(--sg-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: #bf3b92;
}

.link-emerald {
  color: #0a7a59;
}

.link-cyan {
  color: #0f7bb6;
}

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

.article-section {
  padding: 40px 0 50px;

  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: #0d1b2a;

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

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

  font-weight: 600;

  line-height: 1.15;

  letter-spacing: -0.02em;
}

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

  background: linear-gradient(
    90deg,
    rgba(90, 72, 223, 0.4),
    rgba(90, 72, 223, 0.08)
  );
}

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

  max-width: 760px;

  font-size: 1rem;
  line-height: 1.7;

  color: var(--sg-muted);
}

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

.trouble-card-box {
  position: relative;
  overflow: hidden;

  padding: 22px 24px;

  border-radius: 22px;

  border: 1px solid rgba(90, 72, 223, 0.08);

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

  box-shadow:
    0 8px 24px rgba(15, 23, 42, 0.05),
    0 1px 2px rgba(15, 23, 42, 0.03);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.trouble-card-box::before {
  content: "";

  position: absolute;

  left: 0;
  top: 0;
  bottom: 0;

  width: 4px;

  background: linear-gradient(
    to bottom,
    #5a48df,
    #2ec5ff
  );
}

.trouble-card-box:hover {
  transform: translateY(-4px);

  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.1);
}

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

  gap: 12px;

  margin-bottom: 8px;
}

.trouble-bullet {
  width: 34px;
  height: 34px;

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

  flex-shrink: 0;

  border-radius: 50%;

  background: #eef2ff;

  color: var(--sg-red);

  font-size: 1.2rem;
}

.trouble-heading {
  font-size: 1.32rem;

  font-weight: 600;

  line-height: 1.35;

  letter-spacing: -0.02em;
}

.trouble-body {
  margin: 0;

  color: var(--sg-muted);

  font-size: 1rem;

  line-height: 1.7;
}

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

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

  gap: 35px;

  margin-top: 36px;

  padding: 22px 28px;

  border-radius: 22px;

  background: linear-gradient(
    135deg,
    #ffffff,
    #f5f8ff
  );

  border: 1px solid rgba(90, 72, 223, 0.12);

  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.05);
}

.diag-left {
  display: flex;
  align-items: center;

  gap: 18px;

  flex: 1;

  min-width: 0;
}

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

  flex-shrink: 0;

  display: grid;
  place-items: center;

  border-radius: 14px;

  background: linear-gradient(
    135deg,
    rgba(90, 72, 223, 0.12),
    rgba(92, 200, 255, 0.18)
  );

  color: var(--sg-purple);
}

.diag-left h4 {
  margin: 0 0 4px;

  font-size: 1.12rem;

  color: var(--sg-text);
}

.diag-left p {
  margin: 0;

  font-size: 0.88rem;

  color: var(--sg-muted);
}

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

  flex-shrink: 0;

  gap: 8px;

  min-height: 48px;

  padding: 0 16px;

  border: 0;
  border-radius: 12px;

  background: linear-gradient(
    135deg,
    #5a48df,
    #7b61ff
  );

  color: #fff;

  font-weight: 700;

  box-shadow: 0 14px 26px rgba(90, 72, 223, 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
   ========================================================= */

.requirements-grid-wrapper {
  display: grid;

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

  gap: 18px;

  margin-top: 22px;
}

.req-box-item {
  min-width: 0;

  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;

  flex-shrink: 0;

  display: grid;
  place-items: center;

  border-radius: 12px;

  background: rgba(90, 72, 223, 0.08);
}

.req-box-top strong {
  color: var(--sg-text);

  font-size: 1.02rem;
}

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

  color: var(--sg-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;
}

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

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

  color: #edf7ff;

  padding: 42px 0 0;
}

.footer-inner {
  width: min(1280px, calc(100% - 48px));

  margin: 0 auto;

  display: flex;

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

  gap: 36px;

  padding-bottom: 28px;
}

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

  gap: 18px;
}

.aol-footer-logo {
  font-size: 1.6rem;

  font-weight: 800;

  letter-spacing: -0.03em;
}

.footer-brand p {
  margin: 0;

  color: rgba(255, 255, 255, 0.72);

  font-size: 0.98rem;

  line-height: 1.6;
}

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

  gap: 12px;

  flex-wrap: wrap;
}

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

  min-height: 44px;

  padding: 0 18px;

  border-radius: 999px;

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

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

  color: #fff;

  font-weight: 600;

  transition: 0.3s ease;
}

.footer-btn-link:hover {
  background: #5a48df;

  border-color: #5a48df;

  transform: translateY(-2px);

  box-shadow: 0 12px 30px rgba(90, 72, 223, 0.28);
}

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

  padding: 20px 0 24px;

  text-align: center;
}

.footer-bottom-copy p {
  margin: 0;

  font-size: 0.9rem;

  color: rgba(255, 255, 255, 0.58);

  line-height: 1.7;
}

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

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

/* =========================================================
   LOGIN MODAL
   IMPORTANT RESPONSIVE SECTION
   ========================================================= */

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

  inset: 0;

  z-index: 1100;

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

  padding: 24px;

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

  backdrop-filter: blur(6px);

  /* Prevent page from pushing modal outside viewport */
  overflow-y: auto;
}

/* MAIN POPUP */

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

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

  overflow-y: auto;
  overflow-x: hidden;

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

/* Custom scrollbar */

.official-login-modal-box::-webkit-scrollbar {
  width: 7px;
}

.official-login-modal-box::-webkit-scrollbar-track {
  background: transparent;
}

.official-login-modal-box::-webkit-scrollbar-thumb {
  background: rgba(90, 72, 223, 0.25);
  border-radius: 999px;
}

/* Modal header */

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

  gap: 15px;

  padding-bottom: 16px;
}

.modal-aol-logo {
  min-width: 0;

  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;

  flex-shrink: 0;

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

  border-radius: 12px;

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

  color: #0f172a;
}

/* MODAL TWO COLUMN */

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

  grid-template-columns:
    minmax(0, 1.08fr)
    minmax(320px, 0.92fr);

  gap: 26px;

  min-width: 0;
}

/* LEFT PROMO */

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

  min-width: 0;

  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(--sg-muted);

  font-size: 1rem;

  line-height: 1.6;
}

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

/* RIGHT LOGIN */

.login-modal-card-col {
  display: flex;

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

  min-width: 0;

  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,
    #5a48df,
    #7b61ff
  );

  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;

  width: 100%;
}

.official-underline-input {
  width: 100%;
  min-width: 0;
  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);
}

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

.btn-official-next {
  width: 100%;

  min-height: 54px;

  border: 0;

  border-radius: 14px;

  background: linear-gradient(
    135deg,
    #5a48df,
    #7b61ff
  );

  color: #fff;

  font-size: 1.08rem;

  font-weight: 800;
}

.official-card-options-row {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 12px;

  flex-wrap: wrap;

  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: #5a48df;
}

.official-forgot-link {
  color: #8ecaf9;

  font-size: 0.8rem;

  font-weight: 700;
}

.btn-official-create {
  width: 100%;

  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 {
  flex-shrink: 0;

  border: 0;

  background: transparent;

  color: #f9b3b3;
}

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

.suspended-card-box {
  position: relative;

  width: min(100%, 540px);

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

  overflow-y: auto;

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

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

  background: #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,
    #5a48df,
    #7b61ff
  );

  color: #fff;
}

.btn-phone-helpline {
  border: 1px solid rgba(90, 72, 223, 0.2);

  background: rgba(90, 72, 223, 0.05);

  color: #1d4ed8;
}

.suspended-error-ref {
  margin-top: 16px;

  font-size: 0.9rem;
}

/* =========================================================
   LIVE CHAT
   ========================================================= */

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

  min-width: 0;
}

.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(90, 72, 223, 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-width: 0;

  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;

  flex-shrink: 0;

  border: 0;

  border-radius: 50%;

  background: linear-gradient(
    135deg,
    #5a48df,
    #7b61ff
  );

  color: #fff;
}

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

@media (max-width: 1090px) {

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

    gap: 36px;
  }

  .hero-brand-panel,
  .hero-form-panel {
    width: 100%;

    padding: 0;
  }

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

    margin: 0 auto;
  }

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

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

  /* POPUP */

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

  .login-modal-promo-col {
    padding: 18px;
  }

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

  .promo-subheading {
    padding: 0 10px;
  }

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

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

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

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

@media (max-width: 768px) {

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

  .top-nav-container {
    width: calc(100% - 28px);

    min-height: auto;

    padding: 12px 0;

    flex-wrap: wrap;
  }

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

  .breadcrumb-flex {
    min-height: auto;

    padding: 18px 0;

    flex-direction: column;

    align-items: flex-start;
  }

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

    justify-content: flex-start;
  }

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

  .hero-content-grid {
    gap: 24px;

    padding: 26px 20px 20px;
  }

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

    line-height: 1.02;
  }

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

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

  .feature-chip {
    font-size: 0.72rem;
  }

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

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

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

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

    align-items: stretch;

    gap: 18px;
  }

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

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

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

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

    padding: 12px;

    overflow-y: auto;
  }

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

    max-width: 100%;

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

    padding: 16px;

    border-radius: 22px;
  }

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

    gap: 16px;
  }

  .login-modal-promo-col {
    border-radius: 18px;

    padding: 16px;
  }

  .promo-heading {
    padding: 4px 0 0;

    font-size: clamp(1.9rem, 8vw, 2.8rem);
  }

  .promo-subheading {
    padding: 0;

    font-size: 0.92rem;
  }

  .promo-image-frame {
    padding: 0 0 4px;

    margin-top: 4px;
  }

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

    border-radius: 14px;
  }

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

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

    padding: 20px 16px 16px;

    border-radius: 18px;
  }

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

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

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

  /* suspended popup */

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

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

    border-radius: 18px;
  }

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

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

    align-items: stretch;
  }

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

  /* footer */

  .footer-inner {
    flex-direction: column;

    text-align: center;

    gap: 24px;
  }

  .footer-brand {
    flex-direction: column;

    gap: 12px;
  }

  .footer-links {
    justify-content: center;

    width: 100%;
  }

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

  /* chat */

  .live-chat-floating-widget {
    right: 15px;
    bottom: 15px;

    width: calc(100vw - 30px);
  }
}

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

@media (max-width: 480px) {

  .container {
    width: calc(100% - 24px);
  }

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

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

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

    font-size: 0.72rem;
  }

  .hero-content-grid {
    padding: 20px 14px 16px;
  }

  .login-card {
    padding: 18px 16px;

    border-radius: 22px;
  }

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

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

  .form-row-options {
    flex-direction: column;

    align-items: flex-start;
  }

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

  .domain-tag {
    font-size: 0.75rem;

    padding: 6px 10px;
  }

  .article-block {
    padding: 20px 16px 8px;

    border-radius: 20px;
  }

  .trouble-card-box {
    padding: 18px 18px 18px 20px;
  }

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

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

  /* ==========================================
     VERY SMALL POPUP
     ========================================== */

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

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

    padding: 12px;

    border-radius: 18px;
  }

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

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

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

  .login-modal-promo-col {
    padding: 14px;

    border-radius: 16px;
  }

  .promo-heading {
    font-size: 1.8rem;

    line-height: 1;
  }

  .promo-subheading {
    font-size: 0.84rem;

    line-height: 1.5;
  }

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

    border-radius: 12px;
  }

  .official-aol-card {
    padding: 18px 14px 14px;

    border-radius: 16px;
  }

  .card-aol-wordmark {
    min-width: 68px;
    min-height: 38px;

    font-size: 1rem;
  }

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

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

    font-size: 0.92rem;
  }

  .btn-official-next {
    min-height: 50px;

    font-size: 1rem;
  }

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

    font-size: 0.92rem;
  }

  .official-card-options-row {
    font-size: 0.82rem;
  }

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

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

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

    width: calc(100vw - 20px);
  }

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


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

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

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

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

    padding: 10px 14px;

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

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

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

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

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

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


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

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

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

    gap: 10px;

    padding: 11px 13px;

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

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

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

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


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

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

    display: flex;
    align-items: center;

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

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


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

    width: 36px;
    height: 36px;

    display: grid;
    place-items: center;

    flex: 0 0 36px;
}


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

@media (max-width: 600px) {

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

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

        font-size: 0.78rem;

        flex-wrap: wrap;
    }

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

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

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

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


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

@media (max-width: 480px) {

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

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

        flex-direction: column;
        gap: 4px;

        padding: 9px 10px;

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

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

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

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

        padding: 10px;
    }

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

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

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

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


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

@media (max-width: 360px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Mobile */

@media (max-width:768px){

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

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

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

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

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

