html {
  font-size: 18px;
}

@media (min-width: 768px) {
  html {
    font-size: 19px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.15rem #ffffff, 0 0 0 0.32rem #005ea5;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.6;
  background: #f9fafb;
  color: #0b0c0c;
}

.public-nav {
  background: #ffffff;
  border-bottom: 2px solid #d8dde0;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

.public-nav .navbar-brand {
  color: #003078;
  font-size: 1.2rem;
}

.public-nav .nav-link {
  color: #0b0c0c;
  font-weight: 700;
}

.public-nav .nav-link:hover {
  color: #005ea5;
  text-decoration: underline;
}

.brand-dot {
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 999px;
  background: #1d70b8;
  box-shadow: 0 0 0 4px rgba(29, 112, 184, 0.16);
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 1000;
  background: #ffdd00;
  color: #0b0c0c;
  padding: 0.75rem 1rem;
  font-weight: 700;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
}

.app-hero {
  background: radial-gradient(circle at top right, #e2efff 0%, #f5f9ff 48%, #f9fafb 100%);
  border-bottom: 1px solid #d8dde0;
}

.wow-hero {
  background:
    radial-gradient(circle at 15% 20%, rgba(137, 238, 255, 0.4), transparent 40%),
    radial-gradient(circle at 85% 10%, rgba(168, 134, 255, 0.35), transparent 42%),
    linear-gradient(130deg, #f7fbff 0%, #eef6ff 55%, #f9fbff 100%);
}

.eyebrow {
  font-weight: 700;
  color: #005ea5;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.85rem;
}

.hero-photo-card {
  background: #ffffff;
  border: 1px solid #d8dde0;
  border-radius: 1rem;
  padding: 0.65rem;
}

.hero-photo {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.public-panel {
  background: #fff;
  border: 1px solid #d8dde0;
  border-radius: 1rem;
  box-shadow: 0 6px 18px rgba(11, 12, 12, 0.08);
}

.content-section {
  background: #f9fafb;
}

.app-section-alt {
  background: #ffffff;
}

.section-soft {
  background: #eef4f8;
  border-top: 1px solid #d8dde0;
  border-bottom: 1px solid #d8dde0;
}

.section-title {
  font-weight: 700;
  color: #003078;
}

.info-card {
  background: #ffffff;
  border: 1px solid #d8dde0;
  border-radius: 1rem;
  padding: 1.35rem;
  box-shadow: 0 4px 14px rgba(11, 12, 12, 0.07);
}

.step-card {
  background: #ffffff;
  border: 1px solid #c7d6e5;
  border-left: 8px solid #005ea5;
  border-radius: 0.9rem;
  padding: 1.1rem;
}

.step-number {
  color: #005ea5;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.85rem;
}

.copy-block {
  max-width: 34rem;
}

.feature-list li {
  margin-bottom: 0.45rem;
}

.phone-mockup {
  width: min(340px, 92vw);
  background: #111827;
  border-radius: 2.2rem;
  padding: 0.75rem;
  box-shadow: 0 24px 48px rgba(2, 6, 23, 0.28);
}

.phone-hero {
  transform: rotate(-1.25deg);
}

.phone-notch {
  width: 42%;
  height: 1.15rem;
  margin: 0.2rem auto 0.55rem;
  border-radius: 0.75rem;
  background: #1f2937;
}

.phone-screen {
  background: #ffffff;
  border-radius: 1.6rem;
  padding: 1.1rem;
  min-height: 32rem;
}

.phone-top-label {
  color: #005ea5;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.phone-title {
  font-size: 1.4rem;
  margin-bottom: 0.25rem;
}

.phone-subtitle {
  color: #4b5563;
  margin-bottom: 0.85rem;
}

.session-timer {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #003078;
  margin-bottom: 0.8rem;
}

.session-meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  color: #475467;
}

.list-card {
  border: 1px solid #dbe2ea;
  border-radius: 0.85rem;
  padding: 0.8rem 0.9rem;
  margin-bottom: 0.7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.verification-box {
  border: 1px dashed #9fb9d6;
  border-radius: 0.85rem;
  padding: 0.75rem;
  margin-bottom: 0.8rem;
}

.badge-preview {
  height: 7rem;
  border-radius: 0.7rem;
  border: 1px solid #d5deea;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #2b4f75;
  margin-bottom: 0.65rem;
  background: linear-gradient(135deg, #f3f7fc, #e7f0fa);
}

.badge-preview.back {
  margin-bottom: 0;
}

.quote-card {
  background: #ffffff;
  border: 1px solid #d8dde0;
  border-radius: 1rem;
  padding: 1.35rem;
  box-shadow: 0 4px 14px rgba(11, 12, 12, 0.07);
}

.quote-mark {
  color: #005ea5;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
}

.btn-primary {
  background: #005ea5;
  border-color: #005ea5;
  font-weight: 700;
  min-height: 3rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-primary:hover {
  background: #003f73;
  border-color: #003f73;
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(0, 62, 126, 0.25);
}

.btn-outline-primary {
  border-color: #005ea5;
  color: #005ea5;
  font-weight: 700;
}

.btn-outline-primary:hover {
  background: #e8f1fb;
  color: #003f73;
  border-color: #003f73;
}

.public-footer {
  border-top: 2px solid #d8dde0;
  background: #ffffff;
}

.py-lg-6 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.hero-chips {
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.hero-chips span {
  background: #ffffff;
  border: 1px solid #cfe0f4;
  border-radius: 999px;
  padding: 0.35rem 0.8rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #234d7a;
}

.pulse-cta {
  animation: pulse-glow 2s ease-in-out infinite;
}

@keyframes pulse-glow {
  0% { box-shadow: 0 0 0 0 rgba(0, 94, 165, 0.3); }
  70% { box-shadow: 0 0 0 12px rgba(0, 94, 165, 0); }
  100% { box-shadow: 0 0 0 0 rgba(0, 94, 165, 0); }
}