.emblem-trust-section {
  padding: 84px 0 20px;
  background: linear-gradient(180deg, rgba(248, 251, 255, 0.98) 0%, rgba(255, 255, 255, 1) 100%);
}

.emblem-trust-header {
  max-width: 860px;
  margin: 0 auto 34px;
  text-align: center;
}

.emblem-trust-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(29, 78, 216, 0.08);
  border: 1px solid rgba(59, 130, 246, 0.14);
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.emblem-trust-header h2 {
  margin: 0 0 16px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.emblem-trust-header p {
  margin: 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.8;
}

.emblem-trust-highlight {
  display: block;
  margin-top: 16px;
  color: #0f172a;
  font-size: 15px;
  line-height: 1.75;
}

.emblem-trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 22px;
}

.emblem-trust-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(36, 84, 232, 0.12);
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 18px 45px rgba(20, 43, 111, 0.07);
}

.emblem-trust-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #2454e8, #12a8f5);
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 18px;
}

.emblem-trust-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  color: #0f172a;
}

.emblem-trust-card p {
  margin: 0;
  color: #5f6b7a;
  line-height: 1.7;
}

.footer-contact-list li {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer-contact-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #94a3b8;
}

.footer-contact-link {
  color: #e2e8f0;
  transition: color var(--transition);
  word-break: break-word;
}

.footer-contact-link:hover {
  color: #ffffff;
}

.emblem-home-faq {
  padding: 40px 0 16px;
}

.emblem-home-faq__header {
  max-width: 780px;
  margin: 0 auto 26px;
  text-align: center;
}

.emblem-home-faq__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(14, 165, 233, 0.08);
  border: 1px solid rgba(14, 165, 233, 0.14);
  color: #0369a1;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.emblem-home-faq__header h2 {
  margin: 0 0 12px;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.15;
  color: #0f172a;
}

.emblem-home-faq__header p {
  margin: 0;
  color: #475569;
  line-height: 1.75;
}

.emblem-home-faq .faq-list {
  max-width: 860px;
  margin: 0 auto;
}

.emblem-referral-section {
  padding: 8px 0 34px;
}

.emblem-referral-card {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) auto;
  gap: 28px;
  align-items: center;
  padding: 30px 34px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(191, 219, 254, 0.32), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 250, 252, 0.98));
  border: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.07);
}

.emblem-referral-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(29, 78, 216, 0.08);
  border: 1px solid rgba(59, 130, 246, 0.14);
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.emblem-referral-copy h2 {
  margin: 0 0 14px;
  font-size: clamp(26px, 3.8vw, 38px);
  line-height: 1.15;
  letter-spacing: -0.04em;
  color: #0f172a;
}

.emblem-referral-text,
.emblem-referral-note,
.emblem-referral-verify {
  margin: 0;
  line-height: 1.75;
}

.emblem-referral-text {
  color: #334155;
}

.emblem-referral-note {
  margin-top: 14px;
  color: #1e293b;
  font-weight: 600;
}

.emblem-referral-verify {
  margin-top: 12px;
  color: #64748b;
  font-size: 14px;
}

.emblem-referral-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.emblem-referral-actions .btn {
  white-space: nowrap;
}


header {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.logo img {
  border-radius: 14px;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
}

.menu li a {
  font-weight: 600;
}

.hero {
  isolation: isolate;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  z-index: 0;
}

.hero::before {
  width: 280px;
  height: 280px;
  top: -80px;
  left: -60px;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.12) 0%, rgba(56, 189, 248, 0) 72%);
}

.hero::after {
  width: 340px;
  height: 340px;
  right: -80px;
  bottom: -120px;
  background: radial-gradient(circle, rgba(29, 78, 216, 0.16) 0%, rgba(29, 78, 216, 0) 72%);
}

.hero .container {
  max-width: 900px;
}

.hero h1 {
  letter-spacing: -0.05em;
}

.hero p {
  max-width: 700px;
  font-size: clamp(17px, 2vw, 22px);
}

.hero .btn-white {
  background: linear-gradient(135deg, #ffffff, #eff6ff);
  border-color: transparent;
  color: #0f172a;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.2);
}

.hero .btn-white:hover {
  background: linear-gradient(135deg, #ffffff, #dbeafe);
  color: #0f172a;
}

.hero .btn-outline {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.46);
}

.stats-strip {
  position: relative;
  z-index: 2;
  margin-top: -34px;
  padding: 0 0 28px;
}

.stats-strip .container {
  padding: 22px 26px;
  border-radius: 28px;
  background: linear-gradient(135deg, #1d4ed8, #173a9d 62%, #0ea5e9);
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.14);
}

.stats-grid {
  gap: 10px;
}

.stat-item {
  position: relative;
}

.services {
  position: relative;
  overflow: hidden;
}

.services::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(186, 230, 253, 0.18), transparent 18%),
    radial-gradient(circle at bottom right, rgba(191, 219, 254, 0.18), transparent 22%);
  pointer-events: none;
}

.pricing-card,
.service-block,
.faq-item,
.emblem-trust-card {
  position: relative;
  overflow: hidden;
}

.pricing-card::before,
.service-block::before,
.faq-item::before,
.emblem-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.22), transparent 38%);
  opacity: 0;
  transform: translateX(-24%);
  transition: transform 0.45s ease, opacity 0.25s ease;
  pointer-events: none;
}

.pricing-card:hover::before,
.faq-item:hover::before,
.emblem-trust-card:hover::before {
  opacity: 1;
  transform: translateX(22%);
}

.service-card {
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 24px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(59, 130, 246, 0.22);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.09);
}

.service-card i {
  border-radius: 18px;
  border: 1px solid rgba(191, 219, 254, 0.8);
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.1);
}

.service-card h3 {
  color: #0f172a;
}

.service-card p {
  color: #64748b;
}

.service-card--featured {
  background: linear-gradient(135deg, #1d4ed8 0%, #0284c7 100%);
  border: 1px solid transparent;
  box-shadow: 0 20px 52px rgba(29, 78, 216, 0.2);
}

.service-card--featured .card-link {
  font-weight: 700;
}

.service-card--featured h3,
.service-card--featured p {
  color: #ffffff;
}

.service-card--featured p {
  color: rgba(255, 255, 255, 0.84);
}

.service-card--featured i {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.24);
  color: #ffffff;
  box-shadow: none;
}

.service-card--featured .card-link {
  background: #ffffff;
  color: #1d4ed8;
}

.service-card--featured:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(29, 78, 216, 0.26);
}

.service-card--featured:hover .card-link {
  color: #1d4ed8;
}

.articles-section-head,
.pricing-section .container,
.service-article .service-block,
.emblem-home-faq .faq-list,
.emblem-trust-grid {
  position: relative;
  z-index: 1;
}

.pricing-section {
  position: relative;
  padding-top: 88px;
  padding-bottom: 92px;
  background:
    radial-gradient(circle at top right, rgba(186, 230, 253, 0.28), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(248, 250, 252, 0.98));
}

.pricing-section > .container > h2,
.services > .container > h2,
.emblem-home-faq__header h2,
.emblem-trust-header h2,
.service-block > h2 {
  letter-spacing: -0.04em;
}

.pricing-card {
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 28px;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.07);
}

.pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 54px rgba(15, 23, 42, 0.1);
}

.pricing-card--popular {
  background:
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(248, 250, 252, 0.98));
}

.emblem-trust-section {
  position: relative;
  overflow: hidden;
}

.emblem-trust-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(191, 219, 254, 0.34), transparent 24%),
    radial-gradient(circle at bottom right, rgba(125, 211, 252, 0.22), transparent 22%);
  pointer-events: none;
}

.emblem-trust-card,
.service-block {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
  border-color: rgba(148, 163, 184, 0.18);
}

.emblem-home-faq {
  position: relative;
  padding-top: 56px;
  padding-bottom: 28px;
}

.emblem-home-faq::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(239, 246, 255, 0.5) 40%, rgba(255, 255, 255, 0));
  pointer-events: none;
}

.faq-list {
  display: grid;
  gap: 16px;
}

.faq-item {
  border-radius: 24px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(248, 250, 252, 0.98));
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.05);
}

.faq-item summary {
  font-size: 17px;
}

.faq-item p {
  color: #475569;
  line-height: 1.8;
}

.service-breadcrumbs {
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.96), rgba(255, 255, 255, 0.96));
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
}

.service-block {
  border-radius: 28px;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.06);
}

.service-hero-visual img {
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.14);
}

.service-hero-points span {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.contact-cta {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(125, 211, 252, 0.16), transparent 20%),
    linear-gradient(135deg, #0f172a 0%, #1d4ed8 68%, #1291d9 100%);
}

.contact-cta::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -140px;
  top: -140px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.contact-cta .container {
  position: relative;
  z-index: 1;
}

@media (max-width: 1100px) {
  .emblem-trust-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .emblem-referral-section {
    padding: 0 0 24px;
  }

  .emblem-referral-card {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 24px;
    border-radius: 24px;
  }

  .emblem-referral-actions {
    justify-content: stretch;
  }

  .emblem-referral-actions .btn {
    width: 100%;
    text-align: center;
  }

  .emblem-trust-section {
    padding: 56px 0 8px;
  }

  .emblem-home-faq {
    padding: 28px 0 8px;
  }

  .stats-strip {
    margin-top: -22px;
  }

  .stats-strip .container {
    border-radius: 24px;
    padding: 20px;
  }

  .emblem-trust-card {
    padding: 24px;
  }

  .service-card,
  .pricing-card,
  .service-block,
  .faq-item {
    border-radius: 24px;
  }
}

.referral-page {
  padding: 48px 0 72px;
}

.referral-shell {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: start;
}

.referral-shell--single {
  grid-template-columns: minmax(320px, 560px);
  justify-content: center;
}

.referral-intro-card,
.referral-form-card,
.dashboard-card,
.admin-table-card {
  background: #fff;
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.referral-page--hero {
  background: linear-gradient(180deg, rgba(18, 90, 150, 0.08), rgba(255, 255, 255, 0));
}

.referral-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #125a96;
}

.referral-steps ol {
  margin: 18px 0 0;
  padding-left: 20px;
}

.referral-form .form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.referral-form .form-group {
  margin-bottom: 16px;
}

.referral-form input,
.referral-form textarea,
.referral-form select,
.dashboard-link-row input,
.admin-inline-form input,
.admin-inline-form select {
  width: 100%;
  border: 1px solid #d8e2ec;
  border-radius: 14px;
  padding: 12px 14px;
  font: inherit;
  box-sizing: border-box;
}

.form-checkbox {
  display: flex;
  gap: 12px;
  margin: 18px 0 12px;
  align-items: flex-start;
}

.form-note {
  font-size: 0.95rem;
  color: #596579;
  margin-bottom: 16px;
}

.referral-alt-link {
  margin: 18px 0 0;
  color: #596579;
}

.referral-alt-link a {
  color: #125a96;
  font-weight: 700;
  text-decoration: none;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
}

.form-alert {
  padding: 14px 16px;
  border-radius: 14px;
  margin-bottom: 18px;
}

.form-alert--success {
  background: #e7f8ef;
  color: #166534;
}

.form-alert--error {
  background: #fdecec;
  color: #b91c1c;
}

.dashboard-shell,
.admin-panel-wrap {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  gap: 24px;
}

.dashboard-header,
.admin-card-head,
.dashboard-link-row,
.dashboard-share-row,
.admin-nav,
.admin-inline-form {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.dashboard-stats-grid,
.dashboard-status-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.dashboard-stats-grid > div,
.status-chip {
  background: #f7fafc;
  border-radius: 18px;
  padding: 18px;
}

.dashboard-stats-grid strong,
.status-chip strong {
  display: block;
  font-size: 1.3rem;
}

.dashboard-table-wrap {
  overflow-x: auto;
}

.dashboard-table {
  width: 100%;
  border-collapse: collapse;
}

.dashboard-table th,
.dashboard-table td {
  padding: 14px 12px;
  border-bottom: 1px solid #e5edf4;
  text-align: left;
  vertical-align: top;
}

.admin-body {
  margin: 0;
  min-height: 100vh;
  background: #f3f7fb;
  font-family: Arial, sans-serif;
}

.admin-body--panel {
  padding: 28px;
}

.admin-login-card {
  max-width: 360px;
  margin: 10vh auto 0;
  background: #fff;
  padding: 32px;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.admin-login-card input,
.admin-login-card button,
.admin-inline-form button,
.dashboard-logout {
  width: 100%;
  padding: 12px 14px;
  border-radius: 14px;
  border: 0;
  font: inherit;
}

.admin-login-card button,
.admin-inline-form button,
.dashboard-logout {
  background: #125a96;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.admin-nav a {
  text-decoration: none;
  color: #125a96;
  font-weight: 600;
}

.admin-inline-form--stacked {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.admin-lead-message {
  margin-top: 10px;
  color: #475569;
}

@media (max-width: 900px) {
  .referral-shell,
  .dashboard-stats-grid,
  .dashboard-status-grid,
  .referral-form .form-grid,
  .admin-inline-form--stacked {
    grid-template-columns: 1fr;
  }

  .admin-body--panel {
    padding: 16px;
  }
}
