:root {
  --bg-primary: #050B18;
  --bg-secondary: #08172D;
  --accent: #2563EB;
  --glow: #38BDF8;
  --text-main: #F8FAFC;
  --text-soft: #94A3B8;
  --card: rgba(12, 24, 48, 0.55);
  --card-border: rgba(56, 189, 248, 0.2);
}

html, body {
  background: radial-gradient(circle at 10% 20%, #10254a 0%, var(--bg-primary) 40%, #040813 100%);
  color: var(--text-main);
  min-height: 100%;
  font-family: "Inter", "Segoe UI", system-ui, sans-serif;
}

a { color: #9CC7FF; }
a:hover { color: #c7e1ff; }

.premium-navbar {
  backdrop-filter: blur(12px);
  background: rgba(5, 11, 24, 0.7);
  border-bottom: 1px solid rgba(148, 163, 184, 0.15);
}

.premium-navbar-shell {
  box-shadow: 0 14px 34px rgba(2, 6, 23, 0.22);
}

.premium-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
}

.premium-brand-mark {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: radial-gradient(circle at 35% 35%, #8fd7ff, #2563EB 70%);
  box-shadow: 0 0 14px rgba(56, 189, 248, 0.85);
}

.brand-logo-image {
  width: auto;
  height: 80px;
  max-width: min(360px, 56vw);
  object-fit: contain;
  display: block;
  border-radius: 0;
  flex-shrink: 0;
}

.brand-text-logo {
  font-weight: 800;
  letter-spacing: 0.01em;
}

.auth-brand,
.report-brand-header {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 700;
}

.auth-brand-image {
  width: auto;
  height: 90px;
  max-width: min(420px, 78vw);
}

.report-brand-header {
  padding: 0.55rem 0.8rem;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(255, 255, 255, 0.04);
}

.report-preview-empty-state {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  text-align: center;
}

.report-placeholder-image {
  width: 120px;
  max-width: 100%;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow: 0 18px 40px rgba(2, 6, 23, 0.26);
}

.brand-form-panel {
  padding: 1rem;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: rgba(255, 255, 255, 0.03);
  margin-bottom: 1rem;
}

.brand-upload-dropzone {
  border: 1px dashed rgba(56, 189, 248, 0.3);
  border-radius: 18px;
  background: rgba(10, 23, 46, 0.45);
  padding: 1rem;
}

.brand-current-preview {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 120px;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: rgba(255, 255, 255, 0.03);
}

.brand-current-preview img,
.brand-default-image-preview {
  max-width: 100%;
  max-height: 220px;
  border-radius: 18px;
  object-fit: contain;
}

.brand-favicon-preview {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  object-fit: contain;
}

.brand-preview-card .metric-box {
  background: rgba(7, 20, 41, 0.75);
}

.premium-nav-toggle {
  border-color: rgba(148, 163, 184, 0.24);
}

.premium-main-nav .nav-link,
.premium-auth-nav .nav-link {
  color: rgba(226, 232, 240, 0.86);
  font-weight: 600;
}

.premium-main-nav .nav-link:hover,
.premium-main-nav .nav-link:focus,
.premium-auth-nav .nav-link:hover,
.premium-auth-nav .nav-link:focus {
  color: #fff;
}

.premium-dropdown-menu {
  min-width: 320px;
  padding: 0.7rem;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: linear-gradient(180deg, rgba(7, 16, 33, 0.96), rgba(5, 11, 24, 0.98));
  box-shadow: 0 18px 44px rgba(2, 6, 23, 0.35);
}

.premium-dropdown-menu-sm {
  min-width: 220px;
}

.premium-dropdown-item,
.premium-dropdown-link {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 0.8rem 0.9rem;
  border-radius: 14px;
  color: #e2e8f0;
  transition: background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.premium-dropdown-item:hover,
.premium-dropdown-link:hover {
  color: #fff;
  background: rgba(37, 99, 235, 0.18);
  box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.12);
  transform: translateY(-1px);
}

.premium-dropdown-item strong {
  display: block;
  margin-bottom: 0.18rem;
}

.premium-dropdown-item small {
  display: block;
  line-height: 1.4;
}

.premium-dropdown-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(255, 255, 255, 0.05);
  color: #93c5fd;
  font-size: 0.82rem;
  font-weight: 800;
  flex-shrink: 0;
}

.premium-footer {
  margin-top: 48px;
  padding: 42px 0 20px;
  border-top: 1px solid rgba(148, 163, 184, 0.12);
  background: linear-gradient(180deg, rgba(4, 10, 22, 0.82), rgba(2, 8, 18, 0.95));
}

.premium-footer-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}

.premium-footer-top {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.9fr);
  gap: 24px;
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

.premium-footer-brand-hero {
  max-width: 620px;
}

.premium-footer-newsletter {
  padding: 1.2rem;
  border-radius: 20px;
  border: 1px solid rgba(96, 165, 250, 0.16);
  background: linear-gradient(180deg, rgba(8, 19, 40, 0.92), rgba(5, 14, 30, 0.96));
  box-shadow: 0 18px 44px rgba(2, 6, 23, 0.22);
}

.premium-footer-newsletter h5 {
  margin-bottom: 0.55rem;
  color: #fff;
}

.premium-footer-newsletter-form {
  display: grid;
  grid-template-columns: 1fr 1.1fr auto;
  gap: 10px;
}

.premium-footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 1rem;
}

.premium-footer-badges span {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.82rem;
  border-radius: 999px;
  border: 1px solid rgba(96, 165, 250, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: #dbeafe;
  font-size: 0.82rem;
  font-weight: 600;
}

.premium-footer h6 {
  margin-bottom: 0.9rem;
  font-weight: 700;
  color: #fff;
}

.premium-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.premium-footer-links li + li {
  margin-top: 0.6rem;
}

.premium-footer-links a {
  color: rgba(226, 232, 240, 0.75);
  text-decoration: none;
  font-size: 0.84rem;
}

.premium-footer-links a:hover {
  color: #fff;
}

.premium-footer-brand-link {
  margin-bottom: 1rem;
}

.premium-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(148, 163, 184, 0.12);
  color: rgba(226, 232, 240, 0.66);
  font-size: 0.82rem;
}

.premium-footer .text-soft {
  font-size: 0.84rem;
}

.limit-upgrade-card {
  border-color: rgba(96, 165, 250, 0.22);
  background:
    linear-gradient(135deg, rgba(7, 18, 39, 0.95), rgba(8, 28, 58, 0.92)),
    linear-gradient(180deg, rgba(56, 189, 248, 0.08), transparent 55%);
  box-shadow: 0 24px 54px rgba(2, 6, 23, 0.28);
}

.limit-upgrade-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 1fr) auto;
  gap: 18px;
  align-items: center;
}

.limit-upgrade-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.limit-upgrade-meta .metric-box {
  padding: 0.9rem 1rem;
}

.limit-upgrade-meta strong {
  display: block;
  margin-top: 0.3rem;
  font-size: 1.12rem;
  color: #fff;
}

.limit-upgrade-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.upgrade-prompt-card {
  border: 1px solid rgba(250, 204, 21, 0.28);
  background: linear-gradient(135deg, rgba(48, 33, 4, 0.96), rgba(16, 23, 46, 0.95));
}

.upgrade-prompt-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
  gap: 18px;
  align-items: center;
}

.upgrade-prompt-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.upgrade-prompt-summary .metric-box {
  padding: 0.9rem 1rem;
}

.upgrade-prompt-summary strong {
  display: block;
  margin-top: 0.3rem;
  color: #fff;
}

.floating-whatsapp-btn {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1050;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 128px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 16px 34px rgba(37, 211, 102, 0.28);
}

.floating-whatsapp-btn:hover {
  color: #fff;
  background: #1fb85a;
}

.pricing-premium-page {
  font-family: Inter, "SF Pro Display", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.pricing-premium-shell {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top center, rgba(56, 189, 248, 0.16), transparent 28%),
    radial-gradient(circle at 85% 15%, rgba(37, 99, 235, 0.22), transparent 22%),
    linear-gradient(180deg, #020817 0%, #031127 44%, #020617 100%);
}

.pricing-premium-container {
  max-width: 1320px;
}

.pricing-hero,
.pricing-section-block,
.pricing-enterprise-cta,
.pricing-dev-footer {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(96, 165, 250, 0.16);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 24px 60px rgba(2, 6, 23, 0.38),
    0 0 0 1px rgba(14, 165, 233, 0.04);
}

.pricing-hero {
  min-height: 420px;
  padding: 2.6rem;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.72fr);
  gap: 24px;
  background:
    linear-gradient(135deg, rgba(8, 22, 49, 0.92), rgba(3, 12, 31, 0.92)),
    linear-gradient(180deg, rgba(56, 189, 248, 0.08), transparent 46%);
}

.pricing-hero-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.pricing-hero-particles span {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(125, 211, 252, 0.65);
  box-shadow: 0 0 24px rgba(56, 189, 248, 0.85);
  animation: pricingFloat 11s ease-in-out infinite;
}

.pricing-hero-particles span:nth-child(1) { top: 16%; left: 10%; animation-delay: 0s; }
.pricing-hero-particles span:nth-child(2) { top: 26%; left: 72%; animation-delay: 1.4s; }
.pricing-hero-particles span:nth-child(3) { top: 68%; left: 18%; animation-delay: 2.8s; }
.pricing-hero-particles span:nth-child(4) { top: 62%; left: 84%; animation-delay: 4.2s; }
.pricing-hero-particles span:nth-child(5) { top: 38%; left: 48%; animation-delay: 5.6s; }
.pricing-hero-particles span:nth-child(6) { top: 78%; left: 60%; animation-delay: 7s; }

@keyframes pricingFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.35;
  }
  50% {
    transform: translate3d(0, -10px, 0) scale(1.18);
    opacity: 0.95;
  }
}

.pricing-hero-copy,
.pricing-hero-side {
  position: relative;
  z-index: 1;
}

.pricing-hero h1 {
  max-width: 760px;
  margin-bottom: 1rem;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.pricing-hero-subtitle {
  max-width: 760px;
  margin-bottom: 0.9rem;
  color: #dbeafe;
  font-size: 1.1rem;
}

.pricing-hero-support {
  max-width: 700px;
}

.pricing-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 1.6rem;
}

.pricing-hero-side {
  display: grid;
  gap: 14px;
  align-content: end;
}

.pricing-mini-stat {
  padding: 1.1rem 1.15rem;
  border-radius: 18px;
  border: 1px solid rgba(125, 211, 252, 0.14);
  background: linear-gradient(180deg, rgba(10, 26, 57, 0.86), rgba(7, 16, 36, 0.94));
}

.pricing-mini-stat strong {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 1.15rem;
}

.pricing-mini-stat small,
.pricing-mini-label {
  color: rgba(191, 219, 254, 0.78);
}

.pricing-mini-label {
  display: inline-flex;
  margin-bottom: 0.5rem;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-section-block,
.pricing-enterprise-cta,
.pricing-dev-footer {
  margin-top: 1.5rem;
  padding: 1.6rem;
  background:
    linear-gradient(180deg, rgba(7, 18, 39, 0.92), rgba(4, 12, 29, 0.95)),
    linear-gradient(135deg, rgba(56, 189, 248, 0.05), transparent 60%);
}

.pricing-section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 18px;
  margin-bottom: 1.25rem;
}

.pricing-section-heading h2 {
  margin-bottom: 0.45rem;
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  letter-spacing: -0.03em;
}

.pricing-comparison-wrap {
  overflow-x: auto;
  border-radius: 24px;
  border: 1px solid rgba(96, 165, 250, 0.12);
  background: linear-gradient(180deg, rgba(2, 6, 23, 0.35), rgba(2, 6, 23, 0.55));
}

.pricing-comparison-table {
  width: 100%;
  min-width: 1120px;
  border-collapse: separate;
  border-spacing: 0;
  color: #e5eefb;
}

.pricing-comparison-table th,
.pricing-comparison-table td {
  padding: 0.9rem 0.95rem;
  border-bottom: 1px solid rgba(148, 163, 184, 0.08);
  text-align: center;
  vertical-align: middle;
}

.pricing-comparison-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: rgba(3, 10, 25, 0.96);
  backdrop-filter: blur(18px);
}

.pricing-feature-col {
  position: sticky;
  left: 0;
  z-index: 3;
  min-width: 240px;
  text-align: left !important;
  background: rgba(2, 10, 25, 0.98);
  backdrop-filter: blur(16px);
}

.pricing-plan-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.28rem;
  min-height: 220px;
  padding: 1rem 0.15rem 0.4rem;
  text-align: left;
}

.pricing-plan-head h3 {
  margin-bottom: 0;
  font-size: 1.15rem;
}

.pricing-plan-head strong {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.04em;
}

.pricing-plan-head p,
.pricing-plan-head small {
  margin: 0;
}

.pricing-plan-head small {
  color: rgba(191, 219, 254, 0.72);
}

.pricing-plan-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.28rem 0.72rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(56, 189, 248, 0.14);
  color: #7dd3fc;
  border: 1px solid rgba(56, 189, 248, 0.24);
}

.pricing-plan-col {
  min-width: 166px;
  transition: transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
  background: linear-gradient(180deg, rgba(4, 12, 29, 0.88), rgba(4, 12, 29, 0.72));
}

.pricing-plan-col:hover {
  background: linear-gradient(180deg, rgba(9, 25, 52, 0.94), rgba(7, 20, 42, 0.82));
}

.pricing-plan-col.is-highlighted {
  background:
    linear-gradient(180deg, rgba(13, 28, 57, 0.98), rgba(8, 22, 45, 0.92)),
    radial-gradient(circle at top, rgba(59, 130, 246, 0.16), transparent 55%);
  box-shadow: inset 0 0 0 1px rgba(56, 189, 248, 0.2);
}

.pricing-plan-col-professional.is-highlighted {
  box-shadow:
    inset 0 0 0 1px rgba(56, 189, 248, 0.26),
    0 0 28px rgba(37, 99, 235, 0.12);
}

.pricing-plan-col-business.is-highlighted {
  box-shadow:
    inset 0 0 0 1px rgba(125, 211, 252, 0.22),
    0 0 26px rgba(14, 165, 233, 0.1);
}

.pricing-section-row th {
  padding-top: 1rem;
  padding-bottom: 0.72rem;
  background: rgba(7, 18, 39, 0.98);
}

.pricing-section-label {
  color: #7dd3fc;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-row-label {
  color: rgba(226, 232, 240, 0.92);
  font-weight: 600;
}

.pricing-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  color: #86efac;
  border: 1px solid rgba(34, 197, 94, 0.22);
  background: rgba(34, 197, 94, 0.14);
  font-weight: 800;
}

.pricing-muted-dash {
  color: rgba(148, 163, 184, 0.56);
}

.pricing-value-text {
  color: #dbeafe;
  font-weight: 500;
}

.pricing-value-strong {
  color: #fff;
  font-weight: 700;
}

.pricing-credit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.pricing-credit-card {
  height: 100%;
  padding: 1.35rem;
  border-radius: 22px;
  border: 1px solid rgba(96, 165, 250, 0.16);
  background: linear-gradient(180deg, rgba(11, 26, 49, 0.9), rgba(7, 18, 38, 0.96));
  box-shadow: 0 22px 46px rgba(2, 6, 23, 0.3);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.pricing-credit-card:hover {
  transform: translateY(-4px);
  border-color: rgba(56, 189, 248, 0.34);
  box-shadow: 0 26px 56px rgba(2, 6, 23, 0.4), 0 0 34px rgba(37, 99, 235, 0.08);
}

.pricing-credit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 1rem;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.3), rgba(56, 189, 248, 0.18));
  color: #7dd3fc;
  font-size: 1.2rem;
  font-weight: 800;
}

.pricing-credit-benefits {
  margin: 0;
  padding-left: 1.1rem;
  color: rgba(219, 234, 254, 0.84);
}

.pricing-enterprise-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: end;
}

.pricing-enterprise-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.pricing-enterprise-features div {
  padding: 0.9rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(96, 165, 250, 0.14);
  background: linear-gradient(180deg, rgba(10, 24, 48, 0.78), rgba(7, 16, 34, 0.9));
}

.pricing-enterprise-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.pricing-dev-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 0.5rem;
}

.pricing-dev-socials {
  display: inline-flex;
  gap: 10px;
}

.pricing-dev-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(96, 165, 250, 0.16);
  color: #e2e8f0;
  text-decoration: none;
  background: rgba(7, 18, 39, 0.9);
  transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.pricing-dev-socials a:hover {
  transform: translateY(-2px);
  border-color: rgba(56, 189, 248, 0.32);
  color: #7dd3fc;
}

.pricing-simplified-page {
  font-family: Inter, "SF Pro Display", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.pricing-simplified-shell {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top center, rgba(56, 189, 248, 0.12), transparent 26%),
    radial-gradient(circle at 88% 12%, rgba(37, 99, 235, 0.18), transparent 22%),
    linear-gradient(180deg, #020817 0%, #041224 42%, #020617 100%);
}

.pricing-simplified-container {
  max-width: 1280px;
}

.pricing-simple-hero,
.pricing-mini-compare,
.pricing-compact-credits,
.pricing-enterprise-simple {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(96, 165, 250, 0.14);
  background:
    linear-gradient(180deg, rgba(8, 20, 43, 0.92), rgba(5, 13, 30, 0.96)),
    linear-gradient(135deg, rgba(56, 189, 248, 0.05), transparent 55%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 24px 56px rgba(2, 6, 23, 0.34);
}

.pricing-simple-hero {
  padding: 2.4rem;
  margin-bottom: 1.2rem;
}

.pricing-simple-hero h1 {
  max-width: 820px;
  margin-bottom: 0.9rem;
  font-size: clamp(2.3rem, 5vw, 4.4rem);
  line-height: 1.03;
  letter-spacing: -0.04em;
}

.pricing-simple-subtitle {
  max-width: 760px;
  margin-bottom: 1.25rem;
  color: #dbeafe;
  font-size: 1.08rem;
}

.pricing-simple-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pricing-simple-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.pricing-simple-particles span {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(125, 211, 252, 0.66);
  box-shadow: 0 0 20px rgba(56, 189, 248, 0.7);
  animation: pricingFloat 10s ease-in-out infinite;
}

.pricing-simple-particles span:nth-child(1) { top: 18%; left: 9%; animation-delay: 0s; }
.pricing-simple-particles span:nth-child(2) { top: 30%; left: 78%; animation-delay: 1.5s; }
.pricing-simple-particles span:nth-child(3) { top: 66%; left: 16%; animation-delay: 3s; }
.pricing-simple-particles span:nth-child(4) { top: 74%; left: 72%; animation-delay: 4.5s; }
.pricing-simple-particles span:nth-child(5) { top: 42%; left: 54%; animation-delay: 6s; }

.pricing-toggle-shell {
  position: sticky;
  top: 88px;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 1.3rem;
}

.pricing-billing-toggle {
  display: inline-flex;
  gap: 6px;
  padding: 0.4rem;
  border-radius: 999px;
  border: 1px solid rgba(96, 165, 250, 0.14);
  background: rgba(7, 18, 39, 0.86);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 34px rgba(2, 6, 23, 0.28);
}

.pricing-billing-option {
  border: 0;
  border-radius: 999px;
  padding: 0.7rem 1.2rem;
  background: transparent;
  color: rgba(226, 232, 240, 0.78);
  font-weight: 700;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.pricing-billing-option.is-active {
  color: #fff;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.96), rgba(56, 189, 248, 0.9));
  box-shadow: 0 0 26px rgba(37, 99, 235, 0.28);
}

.pricing-billing-note {
  margin-bottom: 0;
  color: rgba(125, 211, 252, 0.86);
  font-size: 0.92rem;
  text-align: center;
}

.pricing-card-carousel {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 1.4rem;
}

.pricing-plan-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 100%;
  padding: 1.3rem;
  border-radius: 24px;
  border: 1px solid rgba(96, 165, 250, 0.14);
  background:
    linear-gradient(180deg, rgba(8, 20, 43, 0.92), rgba(4, 12, 29, 0.96)),
    linear-gradient(135deg, rgba(56, 189, 248, 0.04), transparent 58%);
  box-shadow: 0 22px 48px rgba(2, 6, 23, 0.28);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.pricing-plan-card:hover {
  transform: translateY(-4px);
  border-color: rgba(56, 189, 248, 0.3);
  box-shadow: 0 28px 60px rgba(2, 6, 23, 0.4);
}

.pricing-plan-card.is-popular {
  transform: scale(1.02);
  border-color: rgba(56, 189, 248, 0.38);
  box-shadow:
    0 0 0 1px rgba(56, 189, 248, 0.12),
    0 0 40px rgba(37, 99, 235, 0.12),
    0 28px 60px rgba(2, 6, 23, 0.4);
}

.pricing-plan-card.is-value {
  border-color: rgba(125, 211, 252, 0.28);
  box-shadow:
    0 0 0 1px rgba(125, 211, 252, 0.08),
    0 0 32px rgba(14, 165, 233, 0.08),
    0 26px 54px rgba(2, 6, 23, 0.34);
}

.pricing-plan-card.is-enterprise {
  background:
    linear-gradient(180deg, rgba(3, 10, 24, 0.98), rgba(2, 8, 20, 0.98)),
    linear-gradient(135deg, rgba(96, 165, 250, 0.03), transparent 50%);
  border-color: rgba(148, 163, 184, 0.16);
}

.pricing-card-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 0.8rem;
  padding: 0.3rem 0.72rem;
  border-radius: 999px;
  background: rgba(56, 189, 248, 0.14);
  border: 1px solid rgba(56, 189, 248, 0.24);
  color: #7dd3fc;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pricing-plan-top h2 {
  margin-bottom: 0.45rem;
  font-size: 1.3rem;
}

.pricing-plan-description {
  margin-bottom: 0;
  color: rgba(191, 219, 254, 0.78);
  min-height: 72px;
}

.pricing-plan-price {
  display: grid;
  gap: 0.24rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(148, 163, 184, 0.08);
  border-bottom: 1px solid rgba(148, 163, 184, 0.08);
}

.pricing-price-current {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.pricing-price-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  min-height: 24px;
}

.pricing-price-detail {
  color: rgba(219, 234, 254, 0.78);
  font-size: 0.92rem;
}

.pricing-price-original {
  color: rgba(148, 163, 184, 0.74);
  font-size: 0.88rem;
  text-decoration: line-through;
}

.pricing-price-savings {
  min-height: 22px;
  color: #7dd3fc;
  font-size: 0.88rem;
  font-weight: 700;
}

.pricing-plan-price.is-price-changing .pricing-price-current,
.pricing-plan-price.is-price-changing .pricing-price-detail,
.pricing-plan-price.is-price-changing .pricing-price-original,
.pricing-plan-price.is-price-changing .pricing-price-savings {
  animation: pricingFadeSwap 0.28s ease;
}

@keyframes pricingFadeSwap {
  0% { opacity: 0.35; transform: translateY(3px); }
  100% { opacity: 1; transform: translateY(0); }
}

.pricing-plan-features {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #dbeafe;
}

.pricing-plan-features li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.pricing-plan-features li::before {
  content: "";
  flex: 0 0 9px;
  width: 9px;
  height: 9px;
  margin-top: 0.38rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #38bdf8, #60a5fa);
  box-shadow: 0 0 12px rgba(56, 189, 248, 0.4);
}

.pricing-card-cta {
  width: 100%;
  margin-top: auto;
}

.pricing-mini-compare,
.pricing-compact-credits,
.pricing-enterprise-simple {
  padding: 1.4rem;
  margin-top: 1.2rem;
}

.pricing-simple-section-head {
  margin-bottom: 1rem;
}

.pricing-simple-section-head h2 {
  margin-bottom: 0.3rem;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  letter-spacing: -0.03em;
}

.pricing-mini-compare-wrap {
  display: grid;
  gap: 10px;
}

.pricing-mini-row {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
  padding: 0.7rem 0;
  border-top: 1px solid rgba(148, 163, 184, 0.08);
}

.pricing-mini-row:first-child {
  border-top: 0;
  padding-top: 0;
}

.pricing-mini-label {
  color: rgba(226, 232, 240, 0.92);
  font-weight: 700;
}

.pricing-mini-values {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.pricing-mini-value {
  padding: 0.85rem 0.9rem;
  border-radius: 16px;
  border: 1px solid rgba(96, 165, 250, 0.1);
  background: rgba(5, 14, 32, 0.7);
}

.pricing-mini-value.is-popular {
  border-color: rgba(56, 189, 248, 0.24);
  box-shadow: inset 0 0 0 1px rgba(56, 189, 248, 0.06);
}

.pricing-mini-value.is-value {
  border-color: rgba(125, 211, 252, 0.18);
}

.pricing-mini-value.is-enterprise {
  background: rgba(3, 10, 24, 0.86);
}

.pricing-mini-plan-name {
  display: block;
  margin-bottom: 0.35rem;
  color: rgba(148, 163, 184, 0.82);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

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

.pricing-credit-compact-card {
  padding: 1.05rem 1.1rem;
  border-radius: 18px;
  border: 1px solid rgba(96, 165, 250, 0.12);
  background: rgba(6, 16, 36, 0.78);
}

.pricing-credit-compact-card h3 {
  margin-bottom: 0.45rem;
  font-size: 1.1rem;
}

.pricing-credit-compact-notes {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: rgba(219, 234, 254, 0.8);
  font-size: 0.9rem;
}

.pricing-enterprise-simple-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 18px;
}

.pricing-trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pricing-trust-badges span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.55rem 0.9rem;
  background: rgba(5, 14, 32, 0.82);
  border: 1px solid rgba(96, 165, 250, 0.12);
  color: #dbeafe;
  font-weight: 600;
}

.pricing-enterprise-simple-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.premium-socials {
  display: inline-flex;
  gap: 10px;
}

.premium-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  color: #e2e8f0;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.04);
}

.premium-socials a:hover {
  color: #fff;
  border-color: rgba(56, 189, 248, 0.34);
}

.premium-btn {
  background: linear-gradient(120deg, #2563EB, #1d4ed8);
  border: none;
  box-shadow: 0 0 24px rgba(56, 189, 248, 0.35);
}

.premium-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 26px rgba(56, 189, 248, 0.45);
}

.premium-btn:hover,
.premium-btn:focus,
.premium-btn:focus-visible {
  color: #ffffff;
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:focus-visible,
.btn-outline-light:active {
  color: #0b1220;
}

.premium-input,
.premium-input:focus {
  background: rgba(15, 26, 48, 0.8);
  border: 1px solid rgba(148, 163, 184, 0.22);
  color: #fff;
  box-shadow: none;
}

.premium-input,
.premium-input:focus,
.premium-footer-newsletter-form .premium-input,
.premium-footer-newsletter-form .premium-input:focus,
#risk-search-form .premium-input,
#risk-search-form .premium-input:focus,
#business-report-search-form .premium-input,
#business-report-search-form .premium-input:focus,
#business-report-generate-form .premium-input,
#business-report-generate-form .premium-input:focus,
#company-search-form .premium-input,
#company-search-form .premium-input:focus,
#company-search-selection-form .premium-input,
#company-search-selection-form .premium-input:focus,
#ai-workspace-form .premium-input,
#ai-workspace-form .premium-input:focus,
#company-monitor-search-form .premium-input,
#company-monitor-search-form .premium-input:focus,
#company-monitor-setup-form .premium-input,
#company-monitor-setup-form .premium-input:focus,
#company-monitor-list-form .premium-input,
#company-monitor-list-form .premium-input:focus,
#director-search-form .premium-input,
#director-search-form .premium-input:focus,
#dr-search-form .premium-input,
#dr-search-form .premium-input:focus,
#cs-search-form .premium-input,
#cs-search-form .premium-input:focus,
#gs-search-form .premium-input,
#gs-search-form .premium-input:focus,
#ss-search-form .premium-input,
#ss-search-form .premium-input:focus,
#fr-search-form .premium-input,
#fr-search-form .premium-input:focus,
#kyb-search-form .premium-input,
#kyb-search-form .premium-input:focus,
#cc-exact-search-form .premium-input,
#cc-exact-search-form .premium-input:focus,
#cc-suggest-form .premium-input,
#cc-suggest-form .premium-input:focus,
#cc-request-form .premium-input,
#cc-request-form .premium-input:focus,
#ai-chat-input.premium-input,
#ai-chat-input.premium-input:focus {
  color: #f8fafc;
  -webkit-text-fill-color: #f8fafc;
  caret-color: #f8fafc;
  background: rgba(10, 20, 38, 0.92);
  border-color: rgba(96, 165, 250, 0.24);
}

.premium-input::placeholder,
.premium-footer-newsletter-form .premium-input::placeholder,
#risk-search-form .premium-input::placeholder,
#business-report-search-form .premium-input::placeholder,
#business-report-generate-form .premium-input::placeholder,
#company-search-form .premium-input::placeholder,
#company-search-selection-form .premium-input::placeholder,
#ai-workspace-form .premium-input::placeholder,
#company-monitor-search-form .premium-input::placeholder,
#company-monitor-setup-form .premium-input::placeholder,
#company-monitor-list-form .premium-input::placeholder,
#director-search-form .premium-input::placeholder,
#dr-search-form .premium-input::placeholder,
#cs-search-form .premium-input::placeholder,
#gs-search-form .premium-input::placeholder,
#ss-search-form .premium-input::placeholder,
#fr-search-form .premium-input::placeholder,
#kyb-search-form .premium-input::placeholder,
#cc-exact-search-form .premium-input::placeholder,
#cc-suggest-form .premium-input::placeholder,
#cc-request-form .premium-input::placeholder,
#ai-chat-input.premium-input::placeholder {
  color: rgba(203, 213, 225, 0.72);
  -webkit-text-fill-color: rgba(203, 213, 225, 0.72);
  opacity: 1;
}

.premium-input:-webkit-autofill,
.premium-input:-webkit-autofill:hover,
.premium-input:-webkit-autofill:focus,
.premium-footer-newsletter-form .premium-input:-webkit-autofill,
.premium-footer-newsletter-form .premium-input:-webkit-autofill:hover,
.premium-footer-newsletter-form .premium-input:-webkit-autofill:focus,
#risk-search-form .premium-input:-webkit-autofill,
#risk-search-form .premium-input:-webkit-autofill:hover,
#risk-search-form .premium-input:-webkit-autofill:focus,
#business-report-search-form .premium-input:-webkit-autofill,
#business-report-search-form .premium-input:-webkit-autofill:hover,
#business-report-search-form .premium-input:-webkit-autofill:focus,
#business-report-generate-form .premium-input:-webkit-autofill,
#business-report-generate-form .premium-input:-webkit-autofill:hover,
#business-report-generate-form .premium-input:-webkit-autofill:focus,
#company-search-form .premium-input:-webkit-autofill,
#company-search-form .premium-input:-webkit-autofill:hover,
#company-search-form .premium-input:-webkit-autofill:focus,
#company-search-selection-form .premium-input:-webkit-autofill,
#company-search-selection-form .premium-input:-webkit-autofill:hover,
#company-search-selection-form .premium-input:-webkit-autofill:focus,
#ai-workspace-form .premium-input:-webkit-autofill,
#ai-workspace-form .premium-input:-webkit-autofill:hover,
#ai-workspace-form .premium-input:-webkit-autofill:focus,
#company-monitor-search-form .premium-input:-webkit-autofill,
#company-monitor-search-form .premium-input:-webkit-autofill:hover,
#company-monitor-search-form .premium-input:-webkit-autofill:focus,
#company-monitor-setup-form .premium-input:-webkit-autofill,
#company-monitor-setup-form .premium-input:-webkit-autofill:hover,
#company-monitor-setup-form .premium-input:-webkit-autofill:focus,
#company-monitor-list-form .premium-input:-webkit-autofill,
#company-monitor-list-form .premium-input:-webkit-autofill:hover,
#company-monitor-list-form .premium-input:-webkit-autofill:focus,
#director-search-form .premium-input:-webkit-autofill,
#director-search-form .premium-input:-webkit-autofill:hover,
#director-search-form .premium-input:-webkit-autofill:focus,
#dr-search-form .premium-input:-webkit-autofill,
#dr-search-form .premium-input:-webkit-autofill:hover,
#dr-search-form .premium-input:-webkit-autofill:focus,
#cs-search-form .premium-input:-webkit-autofill,
#cs-search-form .premium-input:-webkit-autofill:hover,
#cs-search-form .premium-input:-webkit-autofill:focus,
#gs-search-form .premium-input:-webkit-autofill,
#gs-search-form .premium-input:-webkit-autofill:hover,
#gs-search-form .premium-input:-webkit-autofill:focus,
#ss-search-form .premium-input:-webkit-autofill,
#ss-search-form .premium-input:-webkit-autofill:hover,
#ss-search-form .premium-input:-webkit-autofill:focus,
#fr-search-form .premium-input:-webkit-autofill,
#fr-search-form .premium-input:-webkit-autofill:hover,
#fr-search-form .premium-input:-webkit-autofill:focus,
#kyb-search-form .premium-input:-webkit-autofill,
#kyb-search-form .premium-input:-webkit-autofill:hover,
#kyb-search-form .premium-input:-webkit-autofill:focus,
#cc-exact-search-form .premium-input:-webkit-autofill,
#cc-exact-search-form .premium-input:-webkit-autofill:hover,
#cc-exact-search-form .premium-input:-webkit-autofill:focus,
#cc-suggest-form .premium-input:-webkit-autofill,
#cc-suggest-form .premium-input:-webkit-autofill:hover,
#cc-suggest-form .premium-input:-webkit-autofill:focus,
#cc-request-form .premium-input:-webkit-autofill,
#cc-request-form .premium-input:-webkit-autofill:hover,
#cc-request-form .premium-input:-webkit-autofill:focus,
#ai-chat-input.premium-input:-webkit-autofill,
#ai-chat-input.premium-input:-webkit-autofill:hover,
#ai-chat-input.premium-input:-webkit-autofill:focus {
  -webkit-text-fill-color: #f8fafc;
  box-shadow: 0 0 0 1000px rgba(10, 20, 38, 0.92) inset;
  transition: background-color 9999s ease-in-out 0s;
}

.hero-section {
  background: linear-gradient(145deg, rgba(8, 23, 45, 0.85), rgba(4, 12, 28, 0.7));
}

.particle-layer {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 30%, rgba(56, 189, 248, 0.25) 0 2px, transparent 2px), radial-gradient(circle at 70% 65%, rgba(37, 99, 235, 0.20) 0 2px, transparent 2px);
  background-size: 160px 160px;
  opacity: 0.35;
  pointer-events: none;
}

.glass-card {
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: 16px;
  padding: 1.15rem;
  backdrop-filter: blur(14px);
  box-shadow: 0 12px 32px rgba(5, 11, 24, 0.45);
}

.metric-box {
  background: rgba(7, 16, 33, 0.7);
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 12px;
  padding: 0.8rem;
}

.metric-box small,
.text-soft,
small {
  color: var(--text-soft) !important;
}

.section-title {
  font-size: 1.8rem;
  font-weight: 700;
}

.feature-card,
.pricing-card,
.stat,
.topbar {
  transition: all 0.22s ease;
}

.feature-card:hover,
.pricing-card:hover,
.stat:hover,
.glass-card:hover {
  transform: translateY(-2px);
  border-color: rgba(56, 189, 248, 0.4);
}

.pill {
  display: inline-flex;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(56, 189, 248, 0.25);
  background: rgba(37, 99, 235, 0.14);
  font-size: 0.82rem;
}

.code-snippet {
  background: rgba(4, 12, 24, 0.9);
  border: 1px solid rgba(56, 189, 248, 0.2);
  color: #d7f0ff;
  border-radius: 12px;
  padding: 1rem;
}

.premium-alert {
  backdrop-filter: blur(8px);
  background-color: rgba(22, 32, 52, 0.85);
  border-color: rgba(148, 163, 184, 0.3);
  color: #e2e8f0;
}

.auth-wrap {
  min-height: calc(100vh - 90px);
}

.public-page {
  min-height: calc(100vh - 90px);
}

.public-page-shell {
  max-width: 1160px;
}

.public-page-hero {
  padding: 1.5rem;
}

.public-page-subtitle {
  font-size: 1.1rem;
  color: #dbeafe;
}

.public-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.public-info-card {
  min-height: 180px;
}

.public-info-card h3 {
  margin-bottom: 0.75rem;
  font-size: 1.08rem;
}

.public-page-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.public-page-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.free-tools-page {
  min-height: calc(100vh - 90px);
}

.free-tools-shell {
  max-width: 1180px;
}

.free-tools-hero {
  max-width: 760px;
  margin-bottom: 1.5rem;
}

.free-tools-group {
  margin-top: 1.5rem;
}

.free-tools-group-header {
  margin-bottom: 1rem;
}

.free-tools-group-header h2 {
  margin-bottom: 0.35rem;
}

.free-tools-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.free-tool-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.free-tool-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 230px;
  padding: 1rem;
  border-radius: 16px;
  border: 1px solid rgba(96, 165, 250, 0.16);
  background: linear-gradient(180deg, rgba(9, 20, 40, 0.92), rgba(7, 16, 33, 0.98));
  box-shadow: 0 18px 34px rgba(2, 6, 23, 0.28);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.free-tool-card:hover {
  transform: translateY(-2px);
  border-color: rgba(56, 189, 248, 0.32);
  box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.12), 0 22px 40px rgba(2, 6, 23, 0.36);
}

.free-tool-tag {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 0.85rem;
  padding: 0.24rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(250, 204, 21, 0.18);
  background: rgba(250, 204, 21, 0.08);
  color: #facc15;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.free-tool-card h3 {
  margin-bottom: 0.55rem;
  font-size: 1.06rem;
}

.free-tool-card p {
  margin-bottom: 0.8rem;
  line-height: 1.55;
}

.free-tool-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: rgba(255, 255, 255, 0.04);
  color: #dbeafe;
  font-size: 1rem;
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.free-tool-card-link:hover .free-tool-arrow {
  transform: translateX(4px);
  border-color: rgba(56, 189, 248, 0.32);
}

.free-tools-priority {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.free-tools-priority-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  min-width: 340px;
}

.free-tools-priority-list span {
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 0.9rem;
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: rgba(7, 16, 33, 0.62);
  color: #e2e8f0;
  font-weight: 600;
}

.free-tool-detail-shell {
  max-width: 980px;
}

.free-tool-search-panel {
  padding: 1.35rem;
}

.free-tool-upsell {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.director-sales-shell {
  max-width: 1048px;
}

.director-sales-page {
  background:
    repeating-linear-gradient(
      90deg,
      rgba(17, 24, 39, 0.1) 0,
      rgba(17, 24, 39, 0.1) 1px,
      transparent 1px,
      transparent 64px
    ),
    radial-gradient(circle at 20% 18%, rgba(37, 99, 235, 0.14), transparent 22%),
    radial-gradient(circle at 80% 18%, rgba(14, 165, 233, 0.12), transparent 20%),
    linear-gradient(180deg, #020817 0%, #020d22 48%, #010611 100%);
}

.director-page .container.mt-3 {
  display: none;
}

body.director-page .floating-whatsapp-btn {
  display: none !important;
}

.director-reference-navbar {
  background: rgba(2, 9, 22, 0.84);
  border-bottom: 1px solid rgba(37, 99, 235, 0.18);
  backdrop-filter: blur(14px);
}

.director-reference-navbar-shell {
  min-height: 62px;
}

.director-reference-brand .brand-logo-image {
  height: 32px;
  max-width: 150px;
}

.director-reference-nav {
  align-items: center;
  gap: 0.35rem;
}

.director-reference-nav .nav-link,
.director-reference-auth .btn {
  font-size: 0.7rem;
  font-weight: 600;
}

.director-reference-nav .nav-link {
  color: rgba(226, 232, 240, 0.82);
  padding: 0.4rem 0.62rem;
}

.director-reference-nav .nav-link:hover,
.director-reference-nav .nav-link:focus {
  color: #fff;
}

.director-reference-auth {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.director-reference-btn {
  min-width: 64px;
  border-radius: 8px;
  font-size: 0.68rem;
  padding: 0.38rem 0.72rem;
}

.director-sales-hero,
.director-search-card,
.director-results-card,
.director-include-card,
.director-pricing-card {
  border: 1px solid rgba(37, 99, 235, 0.24);
  background:
    linear-gradient(180deg, rgba(5, 16, 36, 0.95), rgba(3, 11, 25, 0.98)),
    linear-gradient(135deg, rgba(37, 99, 235, 0.06), transparent 42%);
  box-shadow: 0 18px 42px rgba(2, 6, 23, 0.32);
}

.director-sales-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 12px;
  padding: 1.55rem 1.55rem 1.35rem;
  overflow: hidden;
}

.director-sales-hero-copy {
  padding-top: 0.2rem;
}

.director-sales-hero-copy h1 {
  max-width: 470px;
  margin: 0;
  font-size: clamp(2.95rem, 4vw, 4.15rem);
  line-height: 0.89;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.director-sales-hero-copy h1 span {
  display: block;
}

.director-sales-title-top {
  color: #f8fafc;
}

.director-sales-title-bottom {
  color: #2f7bff;
  text-shadow: 0 0 18px rgba(47, 123, 255, 0.18);
}

.director-sales-subtitle {
  max-width: 345px;
  color: #dbeafe;
  font-size: 0.94rem;
  line-height: 1.6;
}

.director-sales-highlight-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  max-width: 510px;
}

.director-sales-highlight {
  position: relative;
  padding: 0.15rem 0 0.15rem 1.85rem;
  border: none;
  background: transparent;
}

.director-sales-highlight strong,
.director-sales-highlight small {
  display: block;
}

.director-sales-highlight strong {
  margin-bottom: 0.12rem;
  color: #fff;
  font-size: 0.72rem;
}

.director-sales-highlight small {
  color: #8fb3dd;
  font-size: 0.65rem;
  line-height: 1.35;
}

.director-sales-highlight::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 1px solid rgba(56, 189, 248, 0.36);
  background:
    radial-gradient(circle at 50% 50%, #38bdf8 0 2px, transparent 3px),
    rgba(4, 15, 34, 0.85);
  box-shadow: 0 0 10px rgba(56, 189, 248, 0.18);
}

.director-sales-hero-art {
  position: relative;
  min-height: 312px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 44%, rgba(14, 165, 233, 0.34), transparent 18%),
    radial-gradient(circle at center, rgba(14, 165, 233, 0.18), transparent 36%),
    linear-gradient(180deg, rgba(3, 18, 39, 0.24), rgba(2, 9, 20, 0.1));
  overflow: hidden;
}

.director-sales-burst {
  position: absolute;
  left: 50%;
  top: 46%;
  width: 150px;
  height: 150px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(96, 165, 250, 0.55) 0, rgba(59, 130, 246, 0.12) 32%, transparent 68%);
  filter: blur(8px);
}

.director-sales-link {
  position: absolute;
  left: 50%;
  top: 47%;
  height: 1px;
  transform-origin: left center;
  background: linear-gradient(90deg, rgba(59, 130, 246, 0.86), rgba(56, 189, 248, 0.1));
  box-shadow: 0 0 10px rgba(56, 189, 248, 0.35);
}

.director-sales-link-1 { width: 106px; transform: translateX(-10px) translateY(-28px) rotate(-153deg); }
.director-sales-link-2 { width: 124px; transform: translateX(10px) translateY(-40px) rotate(-28deg); }
.director-sales-link-3 { width: 134px; transform: translateX(-14px) translateY(4px) rotate(178deg); }
.director-sales-link-4 { width: 138px; transform: translateX(10px) translateY(4px) rotate(0deg); }
.director-sales-link-5 { width: 116px; transform: translateX(-8px) translateY(36px) rotate(149deg); }
.director-sales-link-6 { width: 112px; transform: translateX(8px) translateY(40px) rotate(30deg); }

.director-sales-orbit::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 999px;
  border: 1px solid rgba(56, 189, 248, 0.08);
}

.director-sales-orbit {
  position: absolute;
  inset: 50%;
  border-radius: 999px;
  border: 1px solid rgba(37, 99, 235, 0.28);
  transform: translate(-50%, -50%);
}

.director-sales-orbit-a {
  width: 240px;
  height: 240px;
}

.director-sales-orbit-b {
  width: 322px;
  height: 322px;
  border-color: rgba(56, 189, 248, 0.18);
}

.director-sales-avatar {
  position: absolute;
  left: 50%;
  bottom: 18px;
  width: 196px;
  height: 280px;
  transform: translateX(-50%);
  border-radius: 120px 120px 38px 38px;
  background:
    linear-gradient(180deg, rgba(11, 25, 48, 0.18), rgba(2, 6, 23, 0.98));
  box-shadow:
    0 0 30px rgba(37, 99, 235, 0.42),
    inset 0 0 48px rgba(59, 130, 246, 0.12);
}

.director-sales-avatar::before,
.director-sales-avatar::after {
  content: "";
  position: absolute;
}

.director-sales-avatar::before {
  left: 50%;
  top: 14px;
  width: 92px;
  height: 108px;
  transform: translateX(-50%);
  border-radius: 70px 70px 58px 58px;
  background:
    radial-gradient(circle at 50% 28%, rgba(59, 130, 246, 0.35), transparent 28%),
    linear-gradient(180deg, rgba(7, 18, 35, 0.75), rgba(2, 6, 23, 1));
  box-shadow:
    0 0 22px rgba(56, 189, 248, 0.34),
    inset 0 -12px 20px rgba(2, 6, 23, 0.55);
}

.director-sales-avatar::after {
  left: 50%;
  bottom: 20px;
  width: 174px;
  height: 154px;
  transform: translateX(-50%);
  clip-path: polygon(14% 10%, 86% 10%, 100% 52%, 76% 100%, 24% 100%, 0 52%);
  background:
    linear-gradient(180deg, rgba(8, 20, 39, 0.92), rgba(2, 6, 23, 1));
  box-shadow: inset 0 0 26px rgba(59, 130, 246, 0.08);
}

.director-sales-node {
  position: absolute;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  border: 1px solid rgba(59, 130, 246, 0.35);
  background: rgba(3, 15, 35, 0.85);
  box-shadow: 0 0 24px rgba(37, 99, 235, 0.25);
}

.director-sales-node::before,
.director-sales-node::after {
  content: "";
  position: absolute;
}

.director-sales-node::before {
  left: 12px;
  top: 11px;
  width: 18px;
  height: 14px;
  border-radius: 3px 3px 2px 2px;
  border: 1px solid rgba(96, 165, 250, 0.46);
  box-shadow:
    inset 0 -4px 0 rgba(96, 165, 250, 0.08),
    0 6px 0 -5px rgba(96, 165, 250, 0.38);
}

.director-sales-node::after {
  left: 16px;
  top: 14px;
  width: 2px;
  height: 10px;
  background: rgba(96, 165, 250, 0.5);
  box-shadow:
    5px 0 0 rgba(96, 165, 250, 0.5),
    -5px 0 0 rgba(96, 165, 250, 0.5);
}

.director-sales-node-1 { top: 22px; left: 52px; }
.director-sales-node-2 { top: 46px; right: 58px; }
.director-sales-node-3 { top: 140px; left: 14px; }
.director-sales-node-4 { top: 146px; right: 10px; }
.director-sales-node-5 { bottom: 52px; left: 74px; }
.director-sales-node-6 { bottom: 36px; right: 84px; }

.director-search-card {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(230px, 0.6fr);
  gap: 14px;
  padding: 0.95rem 1rem 1.02rem;
}

.director-search-card h2,
.director-results-card h2,
.director-pricing-card h2 {
  color: #fff;
  font-weight: 750;
}

.director-search-input {
  min-height: 40px;
  border-radius: 8px;
  border-color: rgba(59, 130, 246, 0.24);
  background: rgba(3, 12, 28, 0.88);
  font-size: 0.82rem;
}

.director-search-card-secure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.9rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: rgba(7, 16, 33, 0.72);
}

.director-secure-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 0;
  position: relative;
}

.director-secure-icon::before {
  content: "";
  width: 20px;
  height: 24px;
  clip-path: polygon(50% 0, 92% 16%, 92% 58%, 50% 100%, 8% 58%, 8% 16%);
  border: 1px solid rgba(125, 211, 252, 0.65);
  background: rgba(7, 20, 38, 0.82);
  box-shadow: 0 0 16px rgba(56, 189, 248, 0.18);
}

.director-search-card-secure strong {
  font-size: 0.72rem;
}

.director-search-card-secure small {
  color: #8fb3dd;
  line-height: 1.42;
  font-size: 0.64rem;
}

.director-results-card {
  padding: 1rem 1rem 1.08rem;
}

.director-empty-state {
  padding: 1.4rem;
  text-align: center;
  border: 1px solid rgba(59, 130, 246, 0.24);
  background:
    linear-gradient(180deg, rgba(5, 16, 36, 0.94), rgba(3, 11, 25, 0.98)),
    linear-gradient(135deg, rgba(239, 68, 68, 0.06), transparent 42%);
}

.director-results-table th,
.director-results-table td {
  white-space: nowrap;
}

.director-results-table th {
  border-bottom-color: rgba(59, 130, 246, 0.18);
  color: #93c5fd;
  font-size: 0.62rem;
  letter-spacing: 0.02em;
  text-transform: none;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

.director-results-table td {
  font-size: 0.75rem;
  color: #dbeafe;
  padding-top: 0.72rem;
  padding-bottom: 0.72rem;
}

.director-results-table .btn {
  min-width: 86px;
  border-radius: 999px;
  padding: 0.26rem 0.62rem;
  font-size: 0.66rem;
}

.director-results-table td:first-child,
.director-results-table th:first-child {
  white-space: normal;
  min-width: 195px;
}

.director-results-table .provider-status {
  gap: 0.32rem;
  padding: 0.18rem 0.52rem;
  font-size: 0.64rem;
}

.director-results-table .provider-status::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 8px currentColor;
}

.director-preview-link {
  color: #4ea1ff;
  text-decoration: none;
  font-size: 0.76rem;
  font-weight: 600;
}

.director-preview-link::after {
  content: "⌄";
  margin-left: 0.42rem;
  font-size: 0.84em;
}

.director-includes-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.director-include-card {
  min-height: 134px;
  padding: 0.9rem;
  border-radius: 12px;
}

.director-include-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 0.72rem;
  border-radius: 8px;
  border: 1px solid rgba(59, 130, 246, 0.34);
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.22), rgba(56, 189, 248, 0.16)),
    rgba(6, 15, 31, 0.78);
  position: relative;
}

.director-include-icon::before,
.director-include-icon::after {
  content: "";
  position: absolute;
}

.director-include-card-1 .director-include-icon::before {
  inset: 8px 9px 7px;
  border: 1px solid rgba(147, 197, 253, 0.75);
}

.director-include-card-1 .director-include-icon::after {
  left: 11px;
  top: 9px;
  width: 2px;
  height: 14px;
  background: rgba(147, 197, 253, 0.75);
  box-shadow: 5px 0 0 rgba(147, 197, 253, 0.75);
}

.director-include-card-2 .director-include-icon::before {
  inset: 8px;
  border-radius: 4px;
  border: 1px solid rgba(147, 197, 253, 0.75);
}

.director-include-card-2 .director-include-icon::after {
  left: 10px;
  top: 13px;
  width: 12px;
  height: 2px;
  background: rgba(147, 197, 253, 0.75);
  box-shadow: 0 -4px 0 rgba(147, 197, 253, 0.75), 0 4px 0 rgba(147, 197, 253, 0.75);
}

.director-include-card-3 .director-include-icon::before {
  left: 8px;
  top: 8px;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  border: 2px solid rgba(147, 197, 253, 0.75);
}

.director-include-card-3 .director-include-icon::after {
  right: 7px;
  bottom: 8px;
  width: 8px;
  height: 2px;
  background: rgba(147, 197, 253, 0.75);
  transform: rotate(-38deg);
}

.director-include-card-4 .director-include-icon::before,
.director-include-card-7 .director-include-icon::before {
  inset: 7px 8px;
  border-radius: 4px;
  border: 1px solid rgba(147, 197, 253, 0.75);
}

.director-include-card-4 .director-include-icon::after,
.director-include-card-7 .director-include-icon::after {
  left: 11px;
  top: 12px;
  width: 10px;
  height: 1px;
  background: rgba(147, 197, 253, 0.75);
  box-shadow: 0 4px 0 rgba(147, 197, 253, 0.75);
}

.director-include-card-5 .director-include-icon::before {
  left: 9px;
  top: 15px;
  width: 14px;
  height: 2px;
  background: rgba(147, 197, 253, 0.75);
  box-shadow: 0 -6px 0 rgba(147, 197, 253, 0.75), 0 6px 0 rgba(147, 197, 253, 0.75);
}

.director-include-card-5 .director-include-icon::after {
  left: 15px;
  top: 9px;
  width: 2px;
  height: 14px;
  background: rgba(147, 197, 253, 0.75);
}

.director-include-card-6 .director-include-icon::before {
  left: 10px;
  top: 7px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 14px solid rgba(147, 197, 253, 0.78);
}

.director-include-card-6 .director-include-icon::after {
  left: 14px;
  top: 15px;
  width: 2px;
  height: 7px;
  background: #03111f;
}

.director-include-card-8 .director-include-icon::before {
  left: 8px;
  top: 6px;
  width: 16px;
  height: 18px;
  clip-path: polygon(50% 0, 92% 16%, 92% 58%, 50% 100%, 8% 58%, 8% 16%);
  border: 1px solid rgba(147, 197, 253, 0.75);
}

.director-include-card h3 {
  margin-bottom: 0.28rem;
  font-size: 0.84rem;
  color: #fff;
}

.director-include-card p {
  margin: 0;
  color: #9cb8da;
  font-size: 0.72rem;
  line-height: 1.34;
}

.director-pricing-card {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.7fr) minmax(240px, 0.8fr);
  gap: 14px;
  padding: 1.05rem 1.1rem;
}

.director-price-box,
.director-account-box {
  padding: 0.92rem;
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: rgba(5, 15, 33, 0.76);
}

.director-price-box {
  text-align: center;
}

.director-price {
  margin-bottom: 0.35rem;
  color: #fff;
  font-size: 2.45rem;
  line-height: 1;
  font-weight: 800;
}

.director-account-box h3 {
  color: #fff;
  font-size: 0.92rem;
}

.director-trust-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  margin-top: 0.7rem;
}

.director-trust-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.36rem 0.48rem;
  border-radius: 0;
  border: none;
  background: transparent;
  color: #bcd1ea;
  font-size: 0.65rem;
  font-weight: 500;
}

.director-trust-row span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #60a5fa;
  box-shadow: 0 0 10px rgba(96, 165, 250, 0.45);
}

.director-reference-footer {
  margin-top: 22px;
  padding: 14px 0 12px;
  border-top: 1px solid rgba(37, 99, 235, 0.16);
  background: linear-gradient(180deg, rgba(2, 8, 19, 0.9), rgba(1, 6, 14, 0.96));
}

.director-reference-footer-shell {
  max-width: 1110px;
}

.director-reference-trusted {
  margin-bottom: 0.32rem;
  text-align: center;
  color: rgba(203, 213, 225, 0.68);
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.director-reference-footer-grid {
  display: grid;
  grid-template-columns: 1.15fr repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 0.8rem;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(148, 163, 184, 0.08);
}

.director-reference-footer-brand .brand-logo-image {
  height: 32px;
  max-width: 150px;
}

.director-reference-footer-brand p {
  margin: 0.7rem 0 0.55rem;
  color: rgba(203, 213, 225, 0.66);
  font-size: 0.63rem;
  line-height: 1.46;
}

.director-reference-footer-grid h6 {
  margin-bottom: 0.48rem;
  color: #fff;
  font-size: 0.72rem;
}

.director-reference-footer-grid .premium-footer-links li + li {
  margin-top: 0.28rem;
}

.director-reference-footer-grid .premium-footer-links a {
  color: rgba(203, 213, 225, 0.7);
  font-size: 0.66rem;
}

.director-reference-footer-bottom {
  margin-top: 0.72rem;
  padding-top: 0.72rem;
  border-top: 1px solid rgba(148, 163, 184, 0.08);
  color: rgba(203, 213, 225, 0.55);
  font-size: 0.62rem;
  text-align: center;
}

.app-shell {
  background: radial-gradient(circle at 15% 20%, #10254a 0%, #050B18 50%, #030712 100%);
}

.dashboard-topnav {
  border-bottom: 1px solid rgba(59, 130, 246, 0.2);
  background: linear-gradient(180deg, rgba(3, 10, 22, 0.98), rgba(2, 8, 18, 0.98));
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 24px rgba(2, 6, 23, 0.35);
}

.dashboard-topnav-links .nav-link {
  color: rgba(226, 232, 240, 0.84);
  border-radius: 9px;
  padding: 0.4rem 0.68rem;
  font-size: 0.9rem;
  font-weight: 600;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  border: 1px solid transparent;
}

.dashboard-topnav-links .nav-link:hover,
.dashboard-topnav-links .nav-link:focus-visible {
  color: #fff;
  background: rgba(56, 189, 248, 0.12);
  border-color: rgba(56, 189, 248, 0.28);
}

.dashboard-topnav-links .nav-link.active {
  color: #fff;
  background: rgba(37, 99, 235, 0.3);
  border-color: rgba(96, 165, 250, 0.38);
}

.dashboard-logout-btn {
  border-color: rgba(96, 165, 250, 0.34);
  color: #dbeafe;
}

.dashboard-logout-btn:hover {
  border-color: rgba(125, 211, 252, 0.45);
  background: rgba(37, 99, 235, 0.25);
  color: #fff;
}

.dashboard-v2 .glass-card {
  border: 1px solid rgba(56, 189, 248, 0.16);
  background: linear-gradient(180deg, rgba(5, 14, 31, 0.94), rgba(3, 10, 23, 0.96));
  box-shadow: 0 14px 30px rgba(2, 6, 23, 0.35), inset 0 1px 0 rgba(148, 163, 184, 0.08);
}

.dashboard-v2-grid-top {
  display: grid;
  grid-template-columns: 1.5fr repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.dashboard-v2-welcome {
  padding: 1.2rem;
}

.dashboard-v2-kicker {
  color: #bfdbfe;
  font-size: 0.82rem;
}

.dashboard-v2-welcome h1 {
  font-size: 2.2rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.dashboard-v2-plan {
  display: inline-flex;
  border-radius: 999px;
  border: 1px solid rgba(59, 130, 246, 0.32);
  background: rgba(30, 64, 175, 0.26);
  color: #bfdbfe;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.22rem 0.58rem;
}

.dashboard-v2-stat {
  padding: 0.95rem;
}

.dashboard-v2-stat-label {
  color: #cbd5e1;
  font-size: 0.74rem;
  margin-bottom: 0.35rem;
}

.dashboard-v2-stat h3 {
  font-size: 2rem;
  line-height: 1;
}

.dashboard-v2-stat small {
  color: #93c5fd;
  font-size: 0.75rem;
}

.dashboard-v2-usage {
  display: grid;
  grid-template-columns: 1fr 180px;
  gap: 14px;
  align-items: center;
}

.dashboard-v2-usage-art {
  width: 100%;
  height: 180px;
  border-radius: 16px;
  border: 1px solid rgba(96, 165, 250, 0.24);
  background:
    radial-gradient(circle at 72% 30%, rgba(37, 99, 235, 0.6), transparent 45%),
    radial-gradient(circle at 30% 78%, rgba(56, 189, 248, 0.35), transparent 48%),
    linear-gradient(160deg, rgba(10, 20, 42, 0.96), rgba(4, 10, 23, 0.9));
  position: relative;
  overflow: hidden;
}

.dashboard-v2-usage-art::after {
  content: "";
  position: absolute;
  inset: 14% 18%;
  border-radius: 14px;
  border: 1px solid rgba(96, 165, 250, 0.28);
  box-shadow: inset 0 0 22px rgba(37, 99, 235, 0.25);
}

.dashboard-v2-feature {
  display: flex;
  flex-direction: column;
}

.dashboard-v2-link {
  color: #7dd3fc;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 700;
}

.dashboard-v2-link:hover {
  color: #bae6fd;
}

.dashboard-v2-monitor-list {
  list-style: none;
  margin: 0 0 0.75rem;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.dashboard-v2-monitor-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-size: 0.86rem;
}

.dashboard-v2-upgrade {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid rgba(37, 99, 235, 0.25);
  background:
    radial-gradient(circle at 18% 50%, rgba(56, 189, 248, 0.2), transparent 35%),
    linear-gradient(120deg, rgba(5, 16, 35, 0.95), rgba(3, 12, 28, 0.95));
}

.dashboard-v2-bottom-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

@media (max-width: 1399px) {
  .dashboard-v2-grid-top {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .dashboard-v2-welcome {
    grid-column: 1 / -1;
  }
}

@media (max-width: 991px) {
  .dashboard-v2-grid-top {
    grid-template-columns: 1fr 1fr;
  }

  .dashboard-v2-usage {
    grid-template-columns: 1fr;
  }

  .dashboard-v2-usage-art {
    height: 130px;
  }

  .dashboard-v2-bottom-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .dashboard-v2-grid-top {
    grid-template-columns: 1fr;
  }

  .dashboard-v2-welcome h1 {
    font-size: 1.65rem;
  }

  .dashboard-v2-upgrade {
    flex-direction: column;
    align-items: flex-start;
  }
}

.app-sidebar-region {
  position: relative;
  transition: width 0.25s ease, flex-basis 0.25s ease, max-width 0.25s ease;
}

.app-sidebar {
  background: rgba(6, 14, 28, 0.82);
  border-right: 1px solid rgba(148, 163, 184, 0.16);
  position: sticky;
  top: 0;
  height: 100vh;
}

.app-sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.app-sidebar-toggle,
.app-sidebar-reopen {
  white-space: nowrap;
}

.app-sidebar-reopen {
  position: fixed;
  left: 1rem;
  top: 5.25rem;
  z-index: 1030;
  display: none;
}

.app-sidebar .nav-link {
  color: #cbd5e1;
  border-radius: 10px;
  padding: 0.5rem 0.7rem;
}

.app-sidebar .nav-link.active,
.app-sidebar .nav-link:hover {
  background: rgba(37, 99, 235, 0.2);
  color: #fff;
}

.app-sidebar-region.is-collapsed {
  flex: 0 0 0;
  width: 0;
  max-width: 0;
  padding: 0;
}

.app-sidebar-region.is-collapsed .app-sidebar {
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}

.app-sidebar-region.is-collapsed + section {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

.app-sidebar-region.is-collapsed .app-sidebar-reopen {
  display: inline-flex;
}

.avatar {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #2563EB, #38BDF8);
  font-weight: 700;
}

.table.premium-table {
  --bs-table-bg: transparent;
  --bs-table-color: #e2e8f0;
  --bs-table-striped-bg: rgba(15, 23, 42, 0.65);
  --bs-table-hover-bg: rgba(30, 64, 175, 0.2);
  border-color: rgba(148, 163, 184, 0.2);
}

.empty-state {
  border: 1px dashed rgba(148, 163, 184, 0.35);
  border-radius: 12px;
  padding: 1rem;
  text-align: center;
  color: var(--text-soft);
}

.settings-saved-note {
  display: inline-block;
  margin-bottom: 0.75rem;
  color: #7dd3fc;
  font-size: 0.8rem;
}

.provider-status {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.3rem 0.7rem;
  font-size: 0.78rem;
  font-weight: 700;
}

.provider-status-ok {
  background: rgba(34, 197, 94, 0.14);
  color: #86efac;
  border: 1px solid rgba(34, 197, 94, 0.22);
}

.provider-status-off {
  background: rgba(248, 113, 113, 0.14);
  color: #fca5a5;
  border: 1px solid rgba(248, 113, 113, 0.22);
}

@media (max-width: 991px) {
  .app-sidebar-region {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .app-sidebar {
    height: auto;
    position: relative;
    border-right: none;
    border-bottom: 1px solid rgba(148, 163, 184, 0.16);
  }

  .app-sidebar-region.is-collapsed {
    width: 100%;
    max-width: 100%;
  }

  .app-sidebar-region.is-collapsed .app-sidebar {
    display: none;
  }

  .app-sidebar-region.is-collapsed + section {
    width: 100%;
    max-width: 100%;
  }

  .app-sidebar-reopen {
    top: 4.75rem;
  }

  .premium-main-nav,
  .premium-auth-nav {
    align-items: stretch !important;
    padding-top: 0.75rem;
  }

  .director-reference-nav {
    align-items: stretch;
    padding: 0.8rem 0 0.4rem;
  }

  .director-reference-auth {
    padding: 0.5rem 0 0.2rem;
    justify-content: flex-start;
  }

  .premium-dropdown-menu,
  .premium-dropdown-menu-sm {
    min-width: 100%;
  }

  .premium-footer-grid,
  .public-card-grid,
  .free-tools-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-hero,
  .pricing-enterprise-grid,
  .pricing-dev-footer {
    grid-template-columns: 1fr;
    display: grid;
  }

  .pricing-credit-grid,
  .pricing-enterprise-features {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-enterprise-actions {
    justify-content: flex-start;
  }

  .pricing-card-carousel,
  .pricing-credit-compact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-mini-row {
    grid-template-columns: 1fr;
  }

  .pricing-mini-values {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pricing-enterprise-simple-grid {
    flex-direction: column;
    align-items: flex-start;
  }

  .public-page-cta,
  .premium-footer-bottom,
  .free-tools-priority,
  .free-tool-upsell {
    flex-direction: column;
    align-items: flex-start;
  }

  .limit-upgrade-grid,
  .upgrade-prompt-grid {
    grid-template-columns: 1fr;
  }

  .limit-upgrade-meta,
  .upgrade-prompt-summary {
    grid-template-columns: 1fr;
  }

  .limit-upgrade-actions {
    justify-content: flex-start;
  }

  .director-sales-hero,
  .director-search-card,
  .director-pricing-card {
    grid-template-columns: 1fr;
  }

  .director-sales-highlight-row,
  .director-includes-grid,
  .director-trust-row {
    grid-template-columns: 1fr 1fr;
  }

  .director-reference-footer-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .director-reference-footer-brand {
    grid-column: 1 / -1;
  }

  .free-tools-priority-list {
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .pricing-hero,
  .pricing-section-block,
  .pricing-enterprise-cta,
  .pricing-dev-footer {
    padding: 1.15rem;
  }

  .director-sales-hero,
  .director-search-card,
  .director-results-card,
  .director-pricing-card {
    padding: 1.15rem;
  }

  .director-sales-highlight-row,
  .director-includes-grid,
  .director-trust-row {
    grid-template-columns: 1fr;
  }

  .director-reference-footer-grid {
    grid-template-columns: 1fr;
  }

  .director-sales-hero-art {
    min-height: 300px;
  }

  .director-sales-avatar {
    width: 180px;
    height: 250px;
  }

  .pricing-credit-grid,
  .pricing-enterprise-features {
    grid-template-columns: 1fr;
  }

  .pricing-hero h1 {
    font-size: 2.2rem;
  }

  .pricing-feature-col {
    min-width: 180px;
  }

  .pricing-plan-col {
    min-width: 145px;
  }

  .pricing-plan-head {
    min-height: 208px;
  }

  .pricing-toggle-shell {
    top: 76px;
  }

  .pricing-simple-hero,
  .pricing-mini-compare,
  .pricing-compact-credits,
  .pricing-enterprise-simple {
    padding: 1.05rem;
  }

  .pricing-card-carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(82%, 1fr);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 4px;
    gap: 14px;
  }

  .pricing-card-carousel::-webkit-scrollbar {
    height: 8px;
  }

  .pricing-card-carousel::-webkit-scrollbar-thumb {
    background: rgba(56, 189, 248, 0.3);
    border-radius: 999px;
  }

  .pricing-plan-card {
    scroll-snap-align: start;
    min-width: 0;
  }

  .pricing-plan-card.is-popular {
    transform: none;
  }

  .pricing-mini-values,
  .pricing-credit-compact-grid {
    grid-template-columns: 1fr;
  }

  .pricing-billing-toggle {
    width: 100%;
    justify-content: stretch;
  }

  .pricing-billing-option {
    flex: 1;
    padding-inline: 0.8rem;
    font-size: 0.92rem;
  }

  .pricing-enterprise-simple-actions .btn,
  .pricing-simple-actions .btn {
    width: 100%;
  }
}

.shot-homepage {
  min-height: 100vh;
  padding: 38px 20px;
  background: radial-gradient(circle at top, rgba(22, 54, 110, 0.35), transparent 30%), #020816;
}

.shot-outer {
  max-width: 1460px;
  margin: 0 auto;
}

.shot-shell {
  position: relative;
  overflow: hidden;
  max-width: 1360px;
  margin: 0 auto;
  padding: 26px 48px 42px;
  border-radius: 22px;
  border: 1px solid rgba(108, 144, 228, 0.24);
  background:
    radial-gradient(circle at 75% 18%, rgba(70, 118, 255, 0.32), transparent 26%),
    radial-gradient(circle at 15% 48%, rgba(10, 31, 104, 0.18), transparent 28%),
    linear-gradient(180deg, #041022 0%, #020816 100%);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.34);
}

.shot-stars {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 72% 14%, rgba(153, 196, 255, 0.95) 0 2px, transparent 3px),
    radial-gradient(circle at 84% 18%, rgba(108, 138, 255, 0.85) 0 3px, transparent 4px),
    radial-gradient(circle at 90% 27%, rgba(153, 196, 255, 0.7) 0 2px, transparent 3px),
    radial-gradient(circle at 77% 24%, rgba(121, 177, 255, 0.6) 0 1.5px, transparent 2px),
    radial-gradient(circle at 69% 37%, rgba(109, 158, 255, 0.8) 0 4px, transparent 5px),
    radial-gradient(circle at 64% 40%, rgba(109, 158, 255, 0.45) 0 2px, transparent 3px),
    radial-gradient(circle at 87% 41%, rgba(109, 158, 255, 0.5) 0 2px, transparent 3px);
}

.shot-navbar {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 2px 0 22px;
}

.shot-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: 700;
}

.shot-logo-mark {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 36% 32%, #b5d9ff 0 18%, #5e6bff 24%, transparent 25%),
    radial-gradient(circle at 63% 64%, #7db7ff 0 17%, #1f4eff 21%, transparent 23%),
    linear-gradient(135deg, rgba(108, 146, 255, 0.6), rgba(121, 64, 255, 0.5));
  box-shadow: 0 0 20px rgba(79, 129, 255, 0.45);
}

.shot-nav-links {
  display: inline-flex;
  align-items: center;
  gap: 30px;
}

.shot-nav-links a {
  color: rgba(220, 229, 249, 0.86);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
}

.shot-nav-actions {
  display: inline-flex;
  gap: 10px;
}

.shot-btn {
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  border: 1px solid transparent;
}

.shot-btn-primary {
  color: #fff;
  background: linear-gradient(180deg, #6fb3ff 0%, #3c7cff 12%, #2e63f0 100%);
  box-shadow: 0 10px 22px rgba(49, 112, 255, 0.28);
}

.shot-btn-ghost {
  color: rgba(233, 240, 255, 0.92);
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(182, 198, 236, 0.16);
}

.shot-btn-outline {
  color: #fff;
  background: transparent;
  border-color: rgba(150, 167, 209, 0.26);
}

.shot-hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: 30px;
  padding: 24px 0 26px;
}

.shot-hero-copy {
  max-width: 520px;
  padding-left: 18px;
}

.shot-hero-copy h1 {
  margin: 0;
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  font-weight: 800;
  color: #fff;
}

.shot-hero-copy p {
  margin: 18px 0 0;
  max-width: 430px;
  color: rgba(211, 220, 241, 0.78);
  font-size: 1rem;
  line-height: 1.5;
}

.shot-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.shot-dashboard-card {
  position: relative;
  justify-self: end;
  width: 100%;
  max-width: 540px;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(151, 178, 236, 0.18);
  background: linear-gradient(180deg, rgba(53, 74, 122, 0.88), rgba(37, 55, 100, 0.82));
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.34);
}

.shot-dashboard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  color: rgba(238, 243, 255, 0.92);
  font-weight: 700;
}

.shot-dashboard-header small {
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(222, 232, 251, 0.72) !important;
  font-size: 0.68rem;
}

.shot-dashboard-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.shot-panel {
  padding: 14px;
  border-radius: 14px;
  border: 1px solid rgba(164, 184, 227, 0.12);
  background: linear-gradient(180deg, rgba(39, 56, 98, 0.78), rgba(24, 35, 66, 0.92));
}

.shot-panel > small {
  display: block;
  margin-bottom: 10px;
  color: rgba(210, 221, 247, 0.72) !important;
  font-size: 0.75rem;
}

.shot-panel-wide {
  grid-column: 1 / -1;
}

.shot-gauge {
  padding-top: 10px;
}

.shot-gauge-arc {
  width: 126px;
  height: 63px;
  margin: 0 auto;
  border-radius: 126px 126px 0 0;
  border: 12px solid transparent;
  border-bottom: 0;
  background:
    linear-gradient(#1f2f5d, #1f2f5d) padding-box,
    conic-gradient(from 180deg, #ff6a5f 0 26%, #f7c94b 26% 58%, #57dd7f 58% 100%) border-box;
  position: relative;
}

.shot-gauge-arc::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 8px;
  height: 52px;
  background: #d7e3ff;
  border-radius: 999px;
  transform-origin: bottom center;
  transform: translateX(-50%) rotate(55deg);
}

.shot-gauge-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  color: rgba(206, 218, 245, 0.62);
  font-size: 0.72rem;
}

.shot-risk-card {
  display: grid;
  place-items: center;
  gap: 12px;
  min-height: 92px;
}

.shot-risk-arc {
  width: 92px;
  height: 46px;
  border-radius: 92px 92px 0 0;
  border: 6px solid #44d16c;
  border-bottom: 0;
  opacity: 0.95;
}

.shot-risk-card span {
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(83, 221, 118, 0.18);
  color: #62ec84;
  font-size: 0.76rem;
  font-weight: 700;
}

.shot-list-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding: 8px 0;
}

.shot-list-row + .shot-list-row {
  border-top: 1px solid rgba(172, 188, 226, 0.1);
}

.shot-avatar-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.shot-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffcc88, #b072ff);
}

.shot-avatar-row strong {
  display: block;
  font-size: 0.8rem;
}

.shot-avatar-row small {
  color: rgba(207, 217, 242, 0.6) !important;
  font-size: 0.68rem;
}

.shot-status-pill {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(87, 221, 127, 0.18);
  color: #62ec84;
  font-size: 0.68rem;
  font-weight: 700;
}

.shot-financial-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.shot-financial-grid div {
  min-height: 56px;
}

.shot-financial-grid span {
  display: block;
  color: rgba(205, 216, 242, 0.62);
  font-size: 0.68rem;
}

.shot-financial-grid strong {
  display: block;
  margin-top: 6px;
  font-size: 0.9rem;
}

.shot-chart-box {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(66, 112, 255, 0.1), rgba(66, 112, 255, 0.02)),
    linear-gradient(135deg, transparent 0 20%, rgba(95, 145, 255, 0.5) 20% 26%, transparent 26% 40%, rgba(95, 145, 255, 0.7) 40% 46%, transparent 46% 60%, rgba(95, 145, 255, 0.65) 60% 67%, transparent 67%);
}

.brand-dashboard-image {
  width: 100%;
  height: 100%;
  max-height: 180px;
  object-fit: cover;
  border-radius: 12px;
  opacity: 0.96;
}

.support-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 700;
  border: 1px solid rgba(148, 163, 184, 0.18);
}

.support-pill-muted,
.support-priority-low,
.support-badge-closed {
  background: rgba(148, 163, 184, 0.14);
  color: #cbd5e1;
}

.support-badge-open,
.support-priority-normal {
  background: rgba(37, 99, 235, 0.18);
  color: #93c5fd;
}

.support-badge-pending,
.support-priority-high {
  background: rgba(249, 115, 22, 0.18);
  color: #fdba74;
}

.support-badge-waiting {
  background: rgba(168, 85, 247, 0.18);
  color: #d8b4fe;
}

.support-badge-resolved {
  background: rgba(34, 197, 94, 0.18);
  color: #86efac;
}

.support-priority-urgent {
  background: rgba(239, 68, 68, 0.18);
  color: #fca5a5;
}

.support-ticket-header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
  flex-wrap: wrap;
}

.support-thread {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.support-message {
  max-width: 82%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.support-message-user {
  align-self: flex-start;
}

.support-message-admin {
  align-self: flex-end;
}

.support-message-note {
  align-self: center;
  width: 100%;
  max-width: 100%;
}

.support-message-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.78rem;
  color: var(--text-soft);
}

.support-message-bubble {
  padding: 1rem 1.1rem;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: rgba(10, 23, 46, 0.78);
  box-shadow: 0 12px 30px rgba(2, 6, 23, 0.18);
  line-height: 1.65;
}

.support-message-admin .support-message-bubble {
  background: rgba(13, 53, 110, 0.72);
}

.support-message-note .support-message-bubble {
  background: rgba(88, 28, 135, 0.24);
  border-style: dashed;
}

.support-attachments {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.support-attachment-link {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.7rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(148, 163, 184, 0.16);
  text-decoration: none;
}

.support-info-list {
  display: grid;
  gap: 0.9rem;
}

.monitor-option-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

.monitor-timeline {
  display: grid;
  gap: 12px;
}

.monitor-timeline-item {
  padding: 1rem;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 14px 36px rgba(2, 6, 23, 0.18);
}

.monitor-detail-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.monitor-detail-grid small {
  display: block;
  color: var(--text-soft);
  margin-bottom: 0.2rem;
}

.monitor-detail-grid p {
  font-weight: 600;
}

.premium-modal {
  background: linear-gradient(180deg, rgba(7, 16, 40, 0.98), rgba(3, 10, 28, 0.98));
  color: #fff;
  border: 1px solid rgba(96, 165, 250, 0.22);
  box-shadow: 0 24px 70px rgba(2, 6, 23, 0.5);
}

@media (max-width: 991.98px) {
  .support-message,
  .support-message-note {
    max-width: 100%;
  }

  .support-ticket-header {
    flex-direction: column;
  }
}

.shot-trusted {
  position: relative;
  z-index: 1;
  padding-top: 20px;
  text-align: center;
}

.shot-trusted-title {
  color: rgba(230, 237, 251, 0.88);
  font-size: 0.9rem;
  font-weight: 700;
}

.shot-logo-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  align-items: center;
  margin: 18px auto 0;
  max-width: 960px;
  color: rgba(238, 241, 249, 0.82);
  font-size: 1rem;
  font-weight: 700;
}

.shot-metrics {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 36px;
}

.shot-metric {
  text-align: center;
}

.shot-metric strong {
  display: block;
  color: #fff;
  font-size: clamp(2.4rem, 3vw, 3.5rem);
  line-height: 1;
  font-weight: 800;
}

.shot-metric span {
  display: block;
  margin-top: 12px;
  color: rgba(211, 220, 241, 0.72);
  font-size: 0.92rem;
}

.shot-services {
  position: relative;
  z-index: 1;
  margin-top: 44px;
}

.shot-services h2 {
  margin: 0 0 18px 18px;
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
}

.shot-services-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.shot-service-card {
  padding: 16px 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(136, 159, 221, 0.22);
  background:
    radial-gradient(circle at 25% 14%, rgba(100, 196, 255, 0.14), transparent 22%),
    linear-gradient(135deg, rgba(28, 53, 100, 0.92), rgba(73, 54, 112, 0.92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.shot-service-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(144, 174, 237, 0.14);
  background: linear-gradient(135deg, rgba(71, 172, 255, 0.25), rgba(150, 94, 255, 0.22));
  box-shadow: 0 0 28px rgba(80, 131, 255, 0.16);
}

.shot-icon-one { background: linear-gradient(135deg, rgba(85, 194, 255, 0.24), rgba(159, 97, 255, 0.28)); }
.shot-icon-two { background: linear-gradient(135deg, rgba(65, 182, 255, 0.28), rgba(120, 92, 255, 0.2)); }
.shot-icon-three { background: linear-gradient(135deg, rgba(90, 203, 255, 0.2), rgba(179, 99, 255, 0.24)); }
.shot-icon-four { background: linear-gradient(135deg, rgba(76, 164, 255, 0.24), rgba(166, 101, 255, 0.24)); }

.shot-service-card h3 {
  margin: 14px 0 10px;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

.shot-service-card p {
  margin: 0;
  color: rgba(211, 220, 241, 0.68);
  font-size: 0.82rem;
  line-height: 1.55;
}

.landing-flow-grid,
.landing-pricing-grid,
.preview-card-grid {
  display: grid;
  gap: 16px;
}

.landing-flow-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 28px;
}

.landing-step-card h3,
.pricing-card h3,
.report-result-card h5 {
  margin: 0.85rem 0 0.35rem;
}

.landing-pricing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.pricing-card-featured {
  border-color: rgba(56, 189, 248, 0.45);
  box-shadow: 0 18px 44px rgba(29, 78, 216, 0.22);
}

.landing-price {
  display: block;
  margin-top: 1rem;
  font-size: 1.8rem;
}

.landing-final-cta {
  margin-top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.home-source-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.home-source-strip span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.12);
  background: rgba(255, 255, 255, 0.035);
  color: rgba(226, 232, 240, 0.88);
  font-weight: 700;
}

.home-story-section,
.home-workflow-section,
.home-platform-preview,
.home-why-section,
.home-use-cases-section,
.home-trust-section,
.home-final-cta {
  position: relative;
  z-index: 1;
  margin-top: 34px;
  padding: 2rem;
  border-radius: 28px;
  border: 1px solid rgba(111, 142, 214, 0.16);
  background:
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(6, 16, 34, 0.88), rgba(4, 12, 28, 0.94));
  box-shadow: 0 22px 48px rgba(2, 6, 23, 0.22);
}

.home-section-heading {
  max-width: 820px;
  margin-bottom: 1.5rem;
}

.home-section-heading h2 {
  margin: 0.4rem 0 0.7rem;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.home-section-heading p {
  margin: 0;
  color: rgba(211, 220, 241, 0.76);
  font-size: 1rem;
  line-height: 1.7;
}

.home-showcase-row {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 22px;
  align-items: center;
  margin-top: 18px;
}

.home-showcase-row + .home-showcase-row {
  margin-top: 26px;
}

.home-showcase-row.is-reverse {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.home-showcase-copy {
  padding: 0.5rem;
}

.home-kicker {
  display: inline-flex;
  margin-bottom: 0.9rem;
  color: #7dd3fc;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.home-showcase-copy h3 {
  margin-bottom: 1rem;
  color: #fff;
  font-size: clamp(1.7rem, 2.8vw, 2.45rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.home-showcase-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 1.2rem 0 1.4rem;
}

.home-showcase-points span {
  display: inline-flex;
  padding: 0.58rem 0.86rem;
  border-radius: 999px;
  border: 1px solid rgba(96, 165, 250, 0.16);
  background: rgba(255, 255, 255, 0.04);
  color: #dbeafe;
  font-size: 0.85rem;
  font-weight: 600;
}

.home-feature-stack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.home-feature-card {
  padding: 1.1rem;
  border-radius: 22px;
  border: 1px solid rgba(96, 165, 250, 0.14);
  background:
    radial-gradient(circle at top left, rgba(56, 189, 248, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(11, 23, 48, 0.9), rgba(5, 14, 31, 0.94));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 18px 42px rgba(2, 6, 23, 0.22);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.home-feature-card:hover,
.home-why-card:hover,
.home-trust-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(56, 189, 248, 0.34);
  box-shadow: 0 24px 50px rgba(2, 6, 23, 0.34), 0 0 24px rgba(37, 99, 235, 0.08);
}

.home-feature-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 0.9rem;
}

.home-feature-top small {
  color: rgba(191, 219, 254, 0.72) !important;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.home-feature-icon,
.home-why-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(96, 165, 250, 0.16);
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.24), rgba(99, 102, 241, 0.18));
  color: #dbeafe;
  font-weight: 800;
}

.home-feature-card h4,
.home-why-card h3 {
  margin-bottom: 0.55rem;
  color: #fff;
}

.home-feature-card p,
.home-why-card p {
  color: rgba(211, 220, 241, 0.72);
  font-size: 0.92rem;
  line-height: 1.6;
}

.home-feature-card strong,
.home-why-card strong {
  display: inline-flex;
  margin-top: 0.5rem;
  color: #7dd3fc;
  font-size: 0.86rem;
}

.home-signal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 1.3rem;
}

.home-signal-grid div,
.home-use-case-preview,
.home-platform-card,
.home-workflow-step,
.home-why-card,
.home-trust-grid article {
  padding: 1rem;
  border-radius: 20px;
  border: 1px solid rgba(148, 163, 184, 0.12);
  background: rgba(255, 255, 255, 0.035);
}

.home-signal-grid span,
.home-platform-card small,
.home-use-case-preview span,
.home-platform-sidebar span {
  display: block;
  color: rgba(191, 219, 254, 0.68);
  font-size: 0.78rem;
}

.home-signal-grid strong,
.home-use-case-preview strong {
  display: block;
  margin-top: 0.35rem;
  color: #fff;
}

.home-workflow-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.home-workflow-timeline::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: linear-gradient(90deg, rgba(59, 130, 246, 0.14), rgba(56, 189, 248, 0.4), rgba(59, 130, 246, 0.14));
}

.home-workflow-step {
  position: relative;
  min-height: 210px;
}

.home-workflow-step span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #2f6cf1, #38bdf8);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 0 26px rgba(37, 99, 235, 0.3);
}

.home-workflow-step h3 {
  color: #fff;
  font-size: 1.15rem;
}

.home-platform-shell {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 16px;
}

.home-platform-sidebar {
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 1.2rem;
  border-radius: 24px;
  border: 1px solid rgba(96, 165, 250, 0.14);
  background: linear-gradient(180deg, rgba(5, 14, 32, 0.96), rgba(4, 10, 24, 0.98));
}

.home-platform-sidebar strong,
.home-platform-topbar h3,
.home-final-cta h2 {
  color: #fff;
}

.home-platform-main {
  padding: 1.15rem;
  border-radius: 24px;
  border: 1px solid rgba(96, 165, 250, 0.14);
  background: linear-gradient(180deg, rgba(10, 24, 48, 0.9), rgba(4, 11, 26, 0.96));
}

.home-platform-topbar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 1rem;
}

.home-platform-topbar small {
  color: rgba(191, 219, 254, 0.68);
}

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

.home-platform-card-wide {
  grid-column: span 4;
}

.home-platform-profile {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
}

.home-platform-profile strong,
.home-platform-pdf strong {
  display: block;
  color: #fff;
}

.home-platform-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  min-width: 320px;
}

.home-platform-metrics div,
.home-platform-pdf,
.home-platform-stack span {
  padding: 0.8rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
}

.home-platform-bars {
  display: flex;
  align-items: end;
  gap: 10px;
  min-height: 110px;
}

.home-platform-bars span {
  flex: 1;
  border-radius: 999px 999px 6px 6px;
  background: linear-gradient(180deg, #38bdf8, #2f6cf1);
  box-shadow: 0 0 18px rgba(37, 99, 235, 0.2);
}

.home-platform-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
  color: #dbeafe;
}

.home-platform-timeline li {
  position: relative;
  padding-left: 18px;
}

.home-platform-timeline li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #38bdf8;
  box-shadow: 0 0 14px rgba(56, 189, 248, 0.5);
}

.home-platform-stack {
  display: grid;
  gap: 10px;
}

.home-platform-pdf span {
  display: block;
  margin-top: 0.45rem;
  color: rgba(191, 219, 254, 0.72);
}

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

.home-use-case-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 1.1rem;
}

.home-use-case-tab {
  border: 1px solid rgba(96, 165, 250, 0.12);
  border-radius: 999px;
  padding: 0.65rem 1rem;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(226, 232, 240, 0.82);
  font-weight: 600;
}

.home-use-case-tab.is-active {
  color: #fff;
  border-color: rgba(56, 189, 248, 0.26);
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.88), rgba(56, 189, 248, 0.72));
  box-shadow: 0 0 24px rgba(37, 99, 235, 0.18);
}

.home-use-case-panel {
  display: none;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.7fr);
  gap: 18px;
  padding: 1.3rem;
  border-radius: 24px;
  border: 1px solid rgba(96, 165, 250, 0.12);
  background: linear-gradient(180deg, rgba(8, 19, 42, 0.9), rgba(4, 11, 27, 0.96));
}

.home-use-case-panel.is-active {
  display: grid;
}

.home-use-case-panel h3 {
  color: #fff;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
}

.home-use-case-list {
  margin: 1rem 0 1.3rem;
  padding-left: 1.15rem;
  color: #dbeafe;
}

.home-use-case-list li + li {
  margin-top: 0.5rem;
}

.home-use-case-preview {
  display: grid;
  gap: 10px;
  align-content: start;
  background:
    radial-gradient(circle at top right, rgba(56, 189, 248, 0.1), transparent 30%),
    rgba(255, 255, 255, 0.04);
}

.home-trust-grid article {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  color: #fff;
  font-weight: 700;
}

.home-final-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 0.5rem;
}

.home-cta-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 1rem;
}

.home-cta-badges span {
  display: inline-flex;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(96, 165, 250, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: #dbeafe;
  font-size: 0.84rem;
  font-weight: 600;
}

.report-page {
  min-height: calc(100vh - 90px);
}

.company-report-shell {
  max-width: 1100px;
}

.company-information-page .premium-navbar-shell {
  border-bottom: 1px solid rgba(96, 165, 250, 0.12);
}

.company-info-reference {
  background:
    radial-gradient(circle at 12% 2%, rgba(37, 99, 235, 0.17), transparent 27%),
    radial-gradient(circle at 88% 0%, rgba(56, 189, 248, 0.13), transparent 23%);
}

.report-surface {
  padding: 1.35rem;
  border: 1px solid rgba(96, 165, 250, 0.14);
  background:
    linear-gradient(180deg, rgba(8, 17, 34, 0.9), rgba(7, 15, 31, 0.95)),
    radial-gradient(circle at top right, rgba(56, 189, 248, 0.07), transparent 38%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.report-hero-tight {
  padding: 1.5rem;
}

.company-info-hero-card {
  border: 1px solid rgba(96, 165, 250, 0.18);
  background:
    linear-gradient(180deg, rgba(9, 20, 40, 0.94), rgba(6, 14, 28, 0.98)),
    radial-gradient(circle at top right, rgba(56, 189, 248, 0.08), transparent 34%);
}

.company-info-hero-card .form-label {
  color: #cfdef8;
  font-weight: 600;
  font-size: 0.9rem;
}

.company-info-hero-card .premium-input,
.company-info-reference .premium-input,
.company-info-reference .form-select {
  border-color: rgba(110, 141, 206, 0.28);
  background: rgba(6, 13, 26, 0.78);
}

.company-info-reference .premium-input:focus,
.company-info-reference .form-select:focus,
.company-info-reference .btn:focus-visible,
.company-info-reference .report-select-card:focus-within,
.company-info-reference .report-result-action:focus-visible {
  outline: 2px solid rgba(56, 189, 248, 0.65);
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.2);
}

.company-info-reference .pill {
  border-color: rgba(96, 165, 250, 0.3);
  color: #dbeafe;
}

.company-info-reference .premium-alert {
  border-color: rgba(96, 165, 250, 0.24);
}

.report-hero h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.02em;
}

.report-result-stack {
  display: grid;
  gap: 12px;
}

.report-result-stack-wide {
  gap: 14px;
}

.report-result-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 1.1rem 1.15rem;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: linear-gradient(180deg, rgba(10, 20, 40, 0.86), rgba(8, 17, 34, 0.92));
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.report-result-card:hover {
  transform: translateY(-1px);
  border-color: rgba(56, 189, 248, 0.4);
  box-shadow: 0 18px 36px rgba(2, 6, 23, 0.36);
}

.company-info-reference .report-result-card-horizontal {
  min-height: 92px;
}

.report-result-active {
  border-color: rgba(56, 189, 248, 0.42);
  box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.14), 0 18px 36px rgba(2, 6, 23, 0.3);
}

.report-result-main {
  flex: 1;
  min-width: 0;
}

.report-result-topline {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 0.65rem;
}

.report-result-meta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 0.55rem;
  color: #d9e6ff;
  font-size: 0.92rem;
}

.report-result-action {
  white-space: nowrap;
  border-color: rgba(148, 163, 184, 0.24);
}

.report-result-action:hover,
.report-result-action:active {
  border-color: rgba(56, 189, 248, 0.48);
  color: #fff;
}

.preview-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.preview-card-grid-stacked {
  grid-template-columns: 1fr;
}

.report-selected-company {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.15rem;
  padding: 0.8rem 0.95rem;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: rgba(7, 16, 33, 0.55);
}

.report-company-summary {
  padding: 1rem;
}

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

.report-company-summary-grid small {
  display: block;
  margin-bottom: 0.35rem;
}

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

.report-select-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 74px;
  padding: 1rem;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: linear-gradient(180deg, rgba(8, 17, 34, 0.84), rgba(10, 20, 40, 0.92));
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.report-select-card:hover {
  transform: translateY(-1px);
  border-color: rgba(96, 165, 250, 0.42);
}

.report-select-card.is-selected {
  border-color: rgba(59, 130, 246, 0.58);
  background: linear-gradient(180deg, rgba(18, 45, 90, 0.96), rgba(9, 24, 54, 0.98));
  box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.18), 0 0 28px rgba(37, 99, 235, 0.2);
}

.report-select-card:active {
  transform: translateY(0);
}

.report-select-card.is-disabled {
  opacity: 0.58;
  cursor: not-allowed;
}

.report-select-card.is-disabled:hover {
  transform: none;
  border-color: rgba(148, 163, 184, 0.16);
}

.report-select-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.report-select-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: #93c5fd;
  font-weight: 800;
  flex-shrink: 0;
}

.report-select-card.is-selected .report-select-icon {
  border-color: rgba(96, 165, 250, 0.52);
  background: rgba(37, 99, 235, 0.2);
  color: #fff;
}

.report-select-label {
  color: #f8fafc;
  font-weight: 600;
  line-height: 1.35;
}

.report-preview-shell {
  padding: 1.15rem;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(7, 16, 33, 0.74), rgba(5, 11, 24, 0.88));
}

.company-info-reference .report-preview-shell {
  border: 1px solid rgba(96, 165, 250, 0.18);
}

.report-preview-card {
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: linear-gradient(180deg, rgba(11, 22, 44, 0.86), rgba(7, 16, 33, 0.94));
  padding: 1.1rem;
  animation: reportFadeIn 0.22s ease;
}

.report-preview-summary {
  color: #dbeafe !important;
}

.report-preview-items {
  margin-bottom: 0;
}

.report-action-bar {
  position: sticky;
  bottom: 18px;
  z-index: 5;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  padding: 1rem;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: rgba(5, 11, 24, 0.88);
  backdrop-filter: blur(12px);
}

.company-info-reference .report-action-bar {
  border-color: rgba(96, 165, 250, 0.24);
}

.company-report-v2 {
  background:
    radial-gradient(circle at 12% 0%, rgba(37, 99, 235, 0.2), transparent 26%),
    radial-gradient(circle at 88% 4%, rgba(56, 189, 248, 0.12), transparent 24%);
}

.report-v2-hero {
  padding: 1.4rem;
}

.report-v2-hero-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.85fr;
  gap: 18px;
  align-items: center;
}

.report-v2-hero h1 {
  font-size: clamp(2rem, 3.7vw, 3.25rem);
  letter-spacing: -0.02em;
}

.report-v2-hero h1 span {
  color: #19a6ff;
}

.report-v2-badges {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.report-v2-badges span {
  border-radius: 12px;
  border: 1px solid rgba(96, 165, 250, 0.22);
  background: rgba(9, 22, 44, 0.7);
  padding: 0.5rem 0.6rem;
  color: #dbeafe;
  font-size: 0.76rem;
  font-weight: 600;
}

.report-v2-hero-art {
  display: flex;
  justify-content: center;
  perspective: 900px;
}

.report-v2-card {
  width: min(270px, 100%);
  aspect-ratio: 1 / 1;
  border-radius: 26px;
  border: 1px solid rgba(56, 189, 248, 0.5);
  background:
    radial-gradient(circle at 30% 20%, rgba(59, 130, 246, 0.34), transparent 52%),
    linear-gradient(145deg, rgba(18, 58, 126, 0.92), rgba(7, 18, 37, 0.94));
  box-shadow: 0 0 38px rgba(14, 116, 255, 0.45), 0 16px 40px rgba(1, 8, 20, 0.5), inset 0 0 0 1px rgba(125, 211, 252, 0.2);
  transform: rotate(8deg) rotateY(-8deg);
  padding: 1rem;
  color: #fff;
}

.report-v2-card strong {
  display: inline-block;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  color: #e6f2ff;
}

.report-v2-chart {
  position: relative;
  overflow: hidden;
  margin-top: 1.1rem;
  height: 68%;
  border-radius: 14px;
  background:
    linear-gradient(to top, rgba(56, 189, 248, 0.18), transparent 60%),
    repeating-linear-gradient(to right, rgba(148, 163, 184, 0.16) 0 1px, transparent 1px 30px),
    repeating-linear-gradient(to top, rgba(148, 163, 184, 0.1) 0 1px, transparent 1px 24px);
}

.report-v2-bar {
  position: absolute;
  bottom: 14px;
  width: 18px;
  border-radius: 8px 8px 4px 4px;
  background: linear-gradient(180deg, #67d4ff, #1776ff);
  box-shadow: 0 0 16px rgba(29, 125, 255, 0.5);
}

.report-v2-bar-a {
  left: 44%;
  height: 32%;
}

.report-v2-bar-b {
  left: 56%;
  height: 48%;
}

.report-v2-bar-c {
  left: 68%;
  height: 66%;
}

.report-v2-bar-d {
  left: 80%;
  height: 54%;
}

.report-v2-ring {
  position: absolute;
  left: 14%;
  top: 26%;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 3px solid rgba(69, 174, 255, 0.85);
  box-shadow: 0 0 20px rgba(56, 189, 248, 0.45);
}

.report-v2-search,
.report-v2-company,
.report-v2-sections,
.report-v2-pricing {
  padding: 1.2rem;
  border: 1px solid rgba(96, 165, 250, 0.18);
}

.report-v2-popular {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.report-v2-popular .pill {
  text-decoration: none;
}

.report-v2-includes-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.report-v2-include {
  min-height: 116px;
}

.report-v2-full-report-content {
  border-top: 1px solid rgba(96, 165, 250, 0.18);
  padding-top: 1rem;
}

.report-v2-pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.report-v2-pricing-grid article {
  border-radius: 14px;
  border: 1px solid rgba(96, 165, 250, 0.2);
  background: rgba(7, 17, 34, 0.78);
  padding: 0.9rem;
  text-align: center;
}

.report-v2-pricing-grid article strong {
  display: block;
  color: #fff;
  font-size: 1.65rem;
}

.report-v2-pricing-grid article small {
  color: #cbd5e1;
}

.report-v2-pricing-grid article.is-popular {
  border-color: rgba(168, 85, 247, 0.62);
  box-shadow: 0 0 0 1px rgba(168, 85, 247, 0.22);
}

.report-v2-login-cta .report-v2-login-btn {
  min-width: 240px;
  font-size: 1rem;
  font-weight: 800;
  padding: 0.8rem 1.25rem;
  box-shadow: 0 12px 32px rgba(37, 99, 235, 0.36);
}

.report-action-bar .btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.company-create-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 1rem;
  border-radius: 16px;
  border: 1px solid rgba(56, 189, 248, 0.18);
  background: linear-gradient(135deg, rgba(20, 38, 74, 0.78), rgba(17, 29, 52, 0.9));
}

.company-create-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.company-package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.company-package-list {
  margin: 0;
  padding-left: 1.1rem;
}

.company-package-list li + li {
  margin-top: 0.45rem;
}

.public-blog-image-panel {
  background: rgba(255, 255, 255, 0.02);
}

.public-blog-tabs {
  border-bottom: 1px solid rgba(148, 163, 184, 0.16);
}

.public-blog-tabs .nav-link {
  color: #cbd5e1;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.65rem 1rem;
  margin-right: 0.5rem;
}

.public-blog-tabs .nav-link.active {
  color: #fff;
  border-color: rgba(59, 130, 246, 0.42);
  background: rgba(37, 99, 235, 0.2);
}

.public-blog-ai-panel {
  background: rgba(255, 255, 255, 0.02);
}

.public-blog-source-option,
.public-blog-image-card {
  position: relative;
  display: block;
  cursor: pointer;
}

.public-blog-source-option input,
.public-blog-image-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.public-blog-source-card,
.public-blog-image-card-body {
  display: block;
  height: 100%;
  padding: 1rem;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(8, 17, 34, 0.84), rgba(10, 20, 40, 0.92));
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.public-blog-source-option input:checked + .public-blog-source-card,
.public-blog-image-card input:checked + .public-blog-image-card-body {
  border-color: rgba(59, 130, 246, 0.58);
  box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.18), 0 0 28px rgba(37, 99, 235, 0.2);
  transform: translateY(-1px);
}

.public-blog-image-card-body img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

@media (max-width: 1199px) {
  .shot-hero,
  .shot-services-grid,
  .shot-logo-row,
  .landing-flow-grid,
  .landing-pricing-grid,
  .home-source-strip,
  .home-feature-stack,
  .home-why-grid,
  .home-trust-grid,
  .preview-card-grid,
  .company-package-grid,
  .report-selector-grid,
  .report-company-summary-grid,
  .report-v2-badges,
  .report-v2-pricing-grid,
  .report-v2-includes-grid {
    grid-template-columns: 1fr 1fr;
  }

  .shot-shell {
    padding-inline: 28px;
  }

  .shot-dashboard-card {
    justify-self: stretch;
    max-width: none;
  }

  .home-showcase-row,
  .home-showcase-row.is-reverse,
  .home-platform-shell,
  .home-use-case-panel,
  .premium-footer-top {
    grid-template-columns: 1fr;
  }

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

  .home-platform-card-wide {
    grid-column: span 2;
  }

  .premium-footer-newsletter-form {
    grid-template-columns: 1fr 1fr;
  }

  .premium-footer-newsletter-form .btn {
    grid-column: span 2;
  }
}

@media (max-width: 767px) {
  .shot-homepage {
    padding: 14px;
  }

  .shot-shell {
    padding: 18px;
  }

  .shot-navbar,
  .shot-nav-actions,
  .shot-hero,
  .shot-metrics,
  .shot-services-grid,
  .shot-logo-row,
  .shot-dashboard-grid,
  .shot-financial-grid,
  .landing-flow-grid,
  .landing-pricing-grid,
  .home-source-strip,
  .home-feature-stack,
  .home-workflow-timeline,
  .home-platform-grid,
  .home-platform-metrics,
  .home-why-grid,
  .home-trust-grid,
  .preview-card-grid,
  .company-package-grid,
  .report-selector-grid,
  .report-company-summary-grid,
  .report-v2-badges,
  .report-v2-pricing-grid,
  .report-v2-includes-grid {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .report-v2-hero-grid {
    grid-template-columns: 1fr;
  }

  .shot-navbar {
    align-items: flex-start;
  }

  .shot-hero-copy {
    padding-left: 0;
  }

  .shot-panel-wide {
    grid-column: auto;
  }

  .landing-final-cta,
  .home-final-cta,
  .report-result-card,
  .company-create-card,
  .report-action-bar,
  .report-selected-company,
  .public-page-cta {
    flex-direction: column;
  }

  .report-selected-company {
    align-items: flex-start;
  }

  .premium-footer-grid,
  .public-card-grid,
  .free-tools-grid,
  .free-tools-priority-list {
    grid-template-columns: 1fr;
  }

  .home-story-section,
  .home-workflow-section,
  .home-platform-preview,
  .home-why-section,
  .home-use-cases-section,
  .home-trust-section,
  .home-final-cta {
    padding: 1.2rem;
  }

  .home-workflow-timeline::before {
    left: 26px;
    top: 0;
    bottom: 0;
    width: 2px;
    height: auto;
    right: auto;
  }

  .home-workflow-step {
    min-height: auto;
    padding-left: 1.2rem;
  }

  .home-platform-profile,
  .premium-footer-newsletter-form {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .premium-footer-newsletter-form .btn {
    grid-column: auto;
  }

  .home-use-case-panel {
    grid-template-columns: 1fr;
  }
}

@keyframes reportFadeIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.premium-home-v3 {
  background:
    radial-gradient(circle at 10% 0%, rgba(37, 99, 235, 0.2), transparent 28%),
    radial-gradient(circle at 90% 6%, rgba(56, 189, 248, 0.14), transparent 24%),
    linear-gradient(180deg, #040b18 0%, #030914 48%, #020711 100%);
}

.home-v3-shell {
  position: relative;
  overflow: hidden;
}

.home-v3-container {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}

.home-v3-hero,
.home-v3-top-strip,
.home-v3-solutions,
.home-v3-why,
.home-v3-cta {
  border-radius: 20px;
  border: 1px solid rgba(96, 165, 250, 0.18);
  background:
    linear-gradient(180deg, rgba(7, 16, 33, 0.9), rgba(4, 11, 24, 0.95)),
    radial-gradient(circle at top right, rgba(56, 189, 248, 0.08), transparent 35%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.home-v3-hero {
  display: grid;
  grid-template-columns: 1.06fr 1fr;
  gap: 18px;
  padding: 1.4rem;
  margin-bottom: 1rem;
}

.home-v3-hero-copy h1 {
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  margin-bottom: 0.8rem;
}

.home-v3-hero-copy h1 span {
  color: #189dff;
}

.home-v3-hero-copy p {
  max-width: 42ch;
  color: #d9e6ff;
}

.home-v3-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 1rem 0 0.9rem;
}

.home-v3-btn-primary {
  min-width: 188px;
  font-weight: 800;
  box-shadow: 0 14px 32px rgba(37, 99, 235, 0.38);
}

.home-v3-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 184, 0.34);
  color: #e6f0ff;
  background: rgba(255, 255, 255, 0.03);
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.home-v3-btn-ghost:hover {
  transform: translateY(-1px);
  border-color: rgba(56, 189, 248, 0.46);
  color: #fff;
}

.home-v3-proof {
  display: flex;
  align-items: center;
  gap: 10px;
}

.home-v3-avatars {
  display: inline-flex;
}

.home-v3-avatars span {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 2px solid #061225;
  margin-left: -7px;
  background: linear-gradient(145deg, #1d4ed8, #0ea5e9);
}

.home-v3-avatars span:first-child {
  margin-left: 0;
}

.home-v3-hero-panel {
  border-radius: 16px;
  border: 1px solid rgba(96, 165, 250, 0.24);
  background: rgba(5, 13, 28, 0.84);
  padding: 1rem;
  transform-style: preserve-3d;
  transition: transform 0.2s ease-out;
  will-change: transform;
}

.home-v3-hero-tabs-panel {
  padding: 0.35rem;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(4, 11, 24, 0.96), rgba(10, 20, 40, 0.96));
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.36);
}

.home-v3-hero-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 20px 40px rgba(2, 6, 23, 0.35);
}

.home-v3-panel-tabs {
  display: inline-flex;
  gap: 0.45rem;
  padding: 0.3rem;
  margin-bottom: 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(96, 165, 250, 0.2);
  background: rgba(7, 16, 33, 0.72);
}

.home-v3-panel-tab {
  border: none;
  border-radius: 999px;
  background: transparent;
  color: #cfe4ff;
  font-size: 0.88rem;
  font-weight: 600;
  padding: 0.55rem 0.95rem;
  transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.home-v3-panel-tab.is-active {
  background: linear-gradient(120deg, #2563eb, #1d4ed8);
  color: #ffffff;
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.28);
}

.home-v3-panel-tab-content {
  display: none;
}

.home-v3-panel-tab-content.is-active {
  display: block;
}

.home-v3-search-panel {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  min-height: 100%;
  padding: 0.35rem;
}

.home-v3-search-copy {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  color: #dbeafe;
}

.home-v3-search-copy strong {
  font-size: 1rem;
}

.home-v3-search-copy span {
  max-width: 300px;
  color: #9fb7df;
  font-size: 0.9rem;
  text-align: right;
}

.home-v3-search-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.7rem;
}

.home-v3-search-status {
  min-height: 1.3rem;
}

.home-v3-search-results {
  display: grid;
  gap: 0.7rem;
}

.home-v3-search-result {
  border-radius: 14px;
  border: 1px solid rgba(96, 165, 250, 0.18);
  background: rgba(255, 255, 255, 0.025);
  padding: 0.85rem;
}

.home-v3-search-result-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.6rem;
}

.home-v3-search-result-head strong {
  color: #ffffff;
  font-size: 1rem;
}

.home-v3-search-result-head span {
  color: #7dd3fc;
  font-size: 0.8rem;
  border: 1px solid rgba(56, 189, 248, 0.28);
  border-radius: 999px;
  padding: 0.2rem 0.5rem;
}

.home-v3-search-result-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin-bottom: 0.8rem;
}

.home-v3-search-result-grid small {
  display: block;
  color: #9fb7df;
  margin-bottom: 0.22rem;
}

.home-v3-search-result-grid p {
  margin: 0;
  color: #eaf2ff;
  font-size: 0.92rem;
}

.home-v3-search-result-address {
  grid-column: 1 / -1;
}

.home-v3-search-cta {
  width: 100%;
  text-align: center;
}

.home-v3-panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.7rem;
}

.home-v3-panel-header span {
  font-size: 0.72rem;
  color: #7dd3fc;
  border: 1px solid rgba(56, 189, 248, 0.34);
  border-radius: 999px;
  padding: 0.2rem 0.45rem;
}

.home-v3-panel-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.home-v3-card {
  border-radius: 12px;
  border: 1px solid rgba(96, 165, 250, 0.18);
  background: rgba(255, 255, 255, 0.02);
  padding: 0.65rem;
}

.home-v3-card small {
  color: #9fb7df;
  display: block;
  margin-bottom: 0.3rem;
}

.home-v3-card strong {
  font-size: 1.8rem;
  line-height: 1.05;
}

.home-v3-card span {
  color: #34d399;
  font-size: 0.8rem;
}

.home-v3-card ul {
  margin: 0;
  padding-left: 1rem;
  color: #dbeafe;
  font-size: 0.83rem;
}

.home-v3-card li + li {
  margin-top: 0.28rem;
}

.home-v3-top-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 0.75rem;
  margin-bottom: 1rem;
}

.home-v3-top-strip article {
  padding: 0.65rem 0.75rem;
  border-radius: 12px;
  border: 1px solid rgba(96, 165, 250, 0.2);
  background: rgba(6, 15, 31, 0.75);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.home-v3-top-strip article.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.home-v3-top-strip strong {
  display: block;
  color: #f8fafc;
  font-size: 0.92rem;
}

.home-v3-top-strip span {
  color: #bcd0ef;
  font-size: 0.79rem;
}

.home-v3-solutions,
.home-v3-why,
.home-v3-cta {
  padding: 1.2rem;
  margin-bottom: 1rem;
}

.home-v3-heading {
  text-align: center;
  margin-bottom: 1rem;
}

.home-v3-heading small {
  color: #1fa7ff;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.home-v3-heading h2 {
  margin: 0.2rem 0;
  letter-spacing: -0.02em;
}

.home-v3-heading p {
  color: #c7d7f0;
  margin-bottom: 0;
}

.home-v3-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.home-v3-solution {
  display: block;
  text-decoration: none;
  border-radius: 14px;
  border: 1px solid rgba(96, 165, 250, 0.2);
  background: rgba(6, 15, 31, 0.78);
  padding: 0.85rem;
  color: inherit;
  min-height: 144px;
  opacity: 0;
  transform: translateY(12px);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.45s ease;
}

.home-v3-solution.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.home-v3-solution:hover {
  transform: translateY(-2px);
  border-color: rgba(56, 189, 248, 0.48);
  box-shadow: 0 18px 34px rgba(2, 6, 23, 0.35);
}

.home-v3-solution h3 {
  font-size: 1.12rem;
  margin-bottom: 0.45rem;
}

.home-v3-solution p {
  color: #c9daf5;
  margin-bottom: 0;
}

.home-v3-link {
  color: #1fa7ff;
  text-decoration: none;
  font-weight: 700;
}

.home-v3-promo {
  text-align: center;
  padding: 2rem 1.5rem;
  border: 1px solid rgba(56, 189, 248, 0.28);
  background:
    radial-gradient(circle at top, rgba(37, 99, 235, 0.18), transparent 55%),
    rgba(6, 15, 31, 0.9);
}

.home-v3-promo-eyebrow {
  color: #7dd3fc;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-v3-promo-title {
  max-width: 900px;
  margin: 0 auto;
  font-size: clamp(1.95rem, 4vw, 3.4rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #f8fbff;
}

.home-v3-promo-nowrap {
  display: inline-block;
  white-space: nowrap;
}

.home-v3-promo-copy {
  max-width: 860px;
  margin: 1rem auto 0;
  font-size: 1.02rem;
}

.home-v3-promo-link {
  margin-top: 1.35rem;
}

.home-v3-why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.home-v3-why-grid article {
  border-radius: 12px;
  border: 1px solid rgba(96, 165, 250, 0.2);
  background: rgba(6, 14, 29, 0.74);
  padding: 0.75rem;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.home-v3-why-grid article.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.home-v3-why-grid h4 {
  font-size: 1rem;
  margin-bottom: 0.2rem;
}

.home-v3-why-grid p {
  color: #bfd2f0;
  margin-bottom: 0;
}

.home-v3-cta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.home-v3-cta.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.home-v3-cta h2 {
  margin-bottom: 0.35rem;
}

.home-v3-cta p {
  margin-bottom: 0;
  color: #c4d6f3;
}

.home-v3-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 240px;
}

.home-v3-footer {
  border-top: 1px solid rgba(96, 165, 250, 0.16);
  background: #020915;
  padding-top: 1.4rem;
  padding-bottom: 1.1rem;
}

.home-v3-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: 14px;
}

.home-v3-footer h6 {
  color: #fff;
  margin-bottom: 0.55rem;
}

.home-v3-footer a {
  display: block;
  text-decoration: none;
  color: #c8d9f4;
  margin-bottom: 0.4rem;
  font-size: 0.8rem;
}

.home-v3-footer a:hover {
  color: #fff;
}

.home-v3-footer-bottom {
  margin-top: 0.8rem;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(96, 165, 250, 0.14);
  color: #9cb4d8;
  font-size: 0.8rem;
}

.services-hub-hero {
  padding: 1.05rem 1.2rem;
  border: 1px solid rgba(56, 189, 248, 0.2);
  background:
    radial-gradient(circle at 78% 30%, rgba(37, 99, 235, 0.28), transparent 36%),
    radial-gradient(circle at 22% 70%, rgba(14, 165, 233, 0.12), transparent 40%),
    linear-gradient(160deg, rgba(5, 14, 29, 0.96), rgba(3, 11, 24, 0.95));
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 16px;
  align-items: center;
}

.services-hub-hero-copy h1 {
  font-size: clamp(2.1rem, 3.4vw, 3.25rem);
  letter-spacing: -0.02em;
  line-height: 1.03;
}

.services-hub-hero-badge {
  display: inline-flex;
  border-radius: 999px;
  border: 1px solid rgba(96, 165, 250, 0.36);
  background: rgba(30, 64, 175, 0.26);
  color: #dbeafe;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.22rem 0.58rem;
  margin-bottom: 0.5rem;
}

.services-hub-hero-art {
  min-height: 170px;
  border-radius: 14px;
  border: 1px solid rgba(59, 130, 246, 0.2);
  background:
    radial-gradient(circle at 50% 100%, rgba(37, 99, 235, 0.65), transparent 44%),
    linear-gradient(155deg, rgba(18, 34, 68, 0.96), rgba(3, 10, 23, 0.88));
  position: relative;
  overflow: hidden;
}

.services-hub-hero-art::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 26%;
  bottom: 28%;
  border-radius: 12px;
  border: 1px solid rgba(96, 165, 250, 0.38);
  box-shadow: inset 0 0 26px rgba(29, 78, 216, 0.35);
}

.services-hub-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.services-hub-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  border-radius: 14px;
  border: 1px solid rgba(56, 189, 248, 0.2);
  background: linear-gradient(180deg, rgba(6, 15, 33, 0.95), rgba(3, 11, 24, 0.95));
  padding: 0.85rem;
  color: inherit;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}

.services-hub-card:hover,
.services-hub-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(96, 165, 250, 0.5);
  box-shadow: 0 14px 24px rgba(2, 6, 23, 0.35);
  color: inherit;
}

.services-hub-card-featured {
  border-color: rgba(59, 130, 246, 0.58);
  box-shadow: inset 0 0 0 1px rgba(125, 211, 252, 0.2);
  background:
    radial-gradient(circle at 0% 0%, rgba(37, 99, 235, 0.22), transparent 45%),
    linear-gradient(180deg, rgba(8, 22, 46, 0.95), rgba(4, 12, 27, 0.94));
}

.services-hub-card-main {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  min-width: 0;
}

.services-hub-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, rgba(37, 99, 235, 0.42), rgba(14, 165, 233, 0.24));
  border: 1px solid rgba(125, 211, 252, 0.32);
  color: #dbeafe;
  font-size: 1.02rem;
  font-weight: 800;
  flex-shrink: 0;
}

.services-hub-card h3 {
  font-size: 1.72rem;
  line-height: 1.08;
}

.services-hub-card p {
  font-size: 0.86rem;
  line-height: 1.4;
}

.services-hub-arrow {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid rgba(96, 165, 250, 0.26);
  background: rgba(37, 99, 235, 0.22);
  color: #dbeafe;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.services-hub-card:hover .services-hub-arrow,
.services-hub-card:focus-visible .services-hub-arrow {
  border-color: rgba(125, 211, 252, 0.45);
  background: rgba(59, 130, 246, 0.38);
}

.property-tools-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.property-tool-card {
  border: 1px solid rgba(96, 165, 250, 0.18);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.property-tool-card:hover {
  transform: translateY(-2px);
  border-color: rgba(56, 189, 248, 0.45);
  box-shadow: 0 18px 32px rgba(2, 6, 23, 0.3);
}

.property-result-json {
  max-height: 360px;
  overflow: auto;
  border-radius: 12px;
  padding: 0.8rem;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: rgba(3, 11, 23, 0.86);
  color: #c7ddff;
  font-size: 0.82rem;
}

.report-kv {
  display: grid;
  gap: 0.35rem;
}

.report-kv-row {
  display: grid;
  grid-template-columns: minmax(140px, 220px) 1fr;
  gap: 0.5rem;
  align-items: start;
  font-size: 0.9rem;
}

.report-list {
  display: grid;
  gap: 0.4rem;
}

.report-list-item {
  padding: 0.45rem 0.55rem;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 10px;
  background: rgba(3, 11, 23, 0.35);
}

.services-hub-tag {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(96, 165, 250, 0.36);
  background: rgba(14, 165, 233, 0.12);
  color: #bfe4ff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0.2rem 0.5rem;
  margin-bottom: 0.3rem;
}

.services-hub-upgrade {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(56, 189, 248, 0.22);
  background:
    radial-gradient(circle at 18% 45%, rgba(14, 165, 233, 0.16), transparent 42%),
    linear-gradient(160deg, rgba(6, 16, 35, 0.96), rgba(3, 10, 23, 0.96));
}

.services-hub-upgrade-copy h5 {
  font-size: 1.55rem;
}

.services-hub-upgrade-btn {
  min-width: 170px;
}

.monitor-tabs {
  border-bottom: 1px solid rgba(96, 165, 250, 0.2);
}

.monitor-tabs .nav-link {
  color: #cbd5e1;
  border: 1px solid transparent;
  border-radius: 10px 10px 0 0;
}

.monitor-tabs .nav-link.active {
  color: #fff;
  border-color: rgba(96, 165, 250, 0.4);
  background: rgba(37, 99, 235, 0.26);
}

.company-search-credits-card {
  min-width: 210px;
  text-align: right;
}

.company-search-found {
  border: 1px solid rgba(34, 197, 94, 0.5);
  box-shadow: 0 0 0 1px rgba(34, 197, 94, 0.18), 0 10px 30px rgba(34, 197, 94, 0.12);
}

.company-search-not-found {
  border: 1px solid rgba(245, 158, 11, 0.45);
  box-shadow: 0 0 0 1px rgba(245, 158, 11, 0.2), 0 10px 30px rgba(245, 158, 11, 0.12);
}

.company-search-warning {
  border: 1px solid rgba(239, 68, 68, 0.45);
  box-shadow: 0 0 0 1px rgba(239, 68, 68, 0.2), 0 10px 30px rgba(239, 68, 68, 0.12);
}

.company-search-feature-table tbody tr:hover {
  background: rgba(37, 99, 235, 0.14);
}

.company-search-group-row td {
  background: rgba(37, 99, 235, 0.18);
  color: #bfdbfe;
  font-weight: 700;
  border-top: 1px solid rgba(96, 165, 250, 0.28);
}

.business-report-included-section {
  border: 1px solid rgba(96, 165, 250, 0.3);
  box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.14), 0 12px 28px rgba(37, 99, 235, 0.10);
}

.business-report-category-title {
  color: #dbeafe;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(96, 165, 250, 0.22);
}

.business-report-feature-card {
  position: relative;
  border-radius: 12px;
  border: 1px solid rgba(96, 165, 250, 0.28);
  background: linear-gradient(145deg, rgba(3, 14, 34, 0.78), rgba(7, 22, 48, 0.7));
  padding: 14px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.business-report-feature-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 12px;
  background: linear-gradient(120deg, rgba(59, 130, 246, 0.5), rgba(37, 99, 235, 0.1), rgba(59, 130, 246, 0.5));
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.business-report-feature-card:hover {
  transform: translateY(-2px);
  border-color: rgba(96, 165, 250, 0.52);
  box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.2), 0 14px 26px rgba(37, 99, 235, 0.16);
}

.business-report-feature-card:hover::before {
  opacity: 0.6;
}

.business-report-feature-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: #dbeafe;
  background: radial-gradient(circle at 20% 20%, rgba(59, 130, 246, 0.75), rgba(30, 64, 175, 0.45));
  box-shadow: 0 0 10px rgba(59, 130, 246, 0.35);
}

.business-report-feature-badge {
  border: 1px solid rgba(96, 165, 250, 0.45);
  color: #cfe3ff;
  background: rgba(37, 99, 235, 0.18);
}

.business-report-info-bar {
  border: 1px solid rgba(96, 165, 250, 0.28);
  border-radius: 12px;
  padding: 12px;
  background: linear-gradient(145deg, rgba(8, 23, 51, 0.7), rgba(5, 17, 38, 0.7));
  color: #dbeafe;
}

.business-report-list-card {
  border: 1px solid rgba(96, 165, 250, 0.25);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(5, 18, 40, 0.78), rgba(7, 24, 52, 0.72));
  padding: 14px;
  box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.1), 0 10px 24px rgba(37, 99, 235, 0.12);
}

.business-report-list-title {
  color: #dbeafe;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(96, 165, 250, 0.22);
}

.business-report-list {
  margin: 0;
  padding-left: 16px;
  color: #cdd9ed;
  line-height: 1.35;
}

.business-report-list li {
  margin-bottom: 4px;
}

.business-report-white-label-badge {
  border: 1px solid rgba(96, 165, 250, 0.45);
  background: rgba(37, 99, 235, 0.18);
  color: #cfe3ff;
}

.business-report-logo-preview {
  max-height: 70px;
  border: 1px solid rgba(96, 165, 250, 0.28);
  border-radius: 8px;
  padding: 6px;
  background: rgba(255, 255, 255, 0.98);
}

.business-report-progress-step {
  padding: 0.85rem 0.95rem;
  margin-bottom: 0.65rem;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(226, 232, 240, 0.8);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.business-report-progress-step:last-child {
  margin-bottom: 0;
}

.business-report-progress-step.is-active {
  color: #dbeafe;
  background: rgba(37, 99, 235, 0.12);
  border-color: rgba(96, 165, 250, 0.28);
  transform: translateX(2px);
}

.business-report-progress-step.is-complete {
  color: #dcfce7;
  background: rgba(34, 197, 94, 0.09);
  border-color: rgba(34, 197, 94, 0.2);
}

.business-report-progress-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.55);
  box-shadow: 0 0 0 4px rgba(148, 163, 184, 0.12);
  flex: 0 0 10px;
}

.business-report-progress-step.is-active .business-report-progress-dot {
  background: #60a5fa;
  box-shadow: 0 0 0 4px rgba(96, 165, 250, 0.18);
}

.business-report-progress-step.is-complete .business-report-progress-dot {
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.16);
}

.business-report-status-pill {
  border: 1px solid rgba(96, 165, 250, 0.35);
  background: rgba(37, 99, 235, 0.15);
  color: #cfe3ff;
}

.business-report-status-pill.status-completed {
  border-color: rgba(34, 197, 94, 0.42);
  background: rgba(34, 197, 94, 0.14);
  color: #bbf7d0;
}

.business-report-status-pill.status-failed {
  border-color: rgba(239, 68, 68, 0.42);
  background: rgba(239, 68, 68, 0.14);
  color: #fecaca;
}

.company-search-checkbox-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
}

.company-search-checkbox {
  width: 20px;
  height: 20px;
  accent-color: #2563eb;
}

.company-search-table-footer {
  border-top: 1px solid rgba(148, 163, 184, 0.2);
  padding-top: 12px;
}

.company-search-section-card {
  border: 1px solid rgba(96, 165, 250, 0.35);
  box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.16), 0 10px 25px rgba(37, 99, 235, 0.12);
}

.company-search-section-list {
  margin: 0;
  padding-left: 18px;
}

.company-search-section-list li {
  margin-bottom: 6px;
}

@media (max-width: 768px) {
  .company-search-feature-table thead {
    display: none;
  }

  .company-search-feature-table tr {
    display: block;
    margin-bottom: 12px;
    border: 1px solid rgba(96, 165, 250, 0.25);
    border-radius: 10px;
    padding: 8px;
  }

  .company-search-feature-table td {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    border: 0;
    padding: 8px;
  }

  .company-search-feature-table td::before {
    content: attr(data-label);
    color: #93c5fd;
    font-weight: 600;
  }
}


@media (max-width: 1199px) {
  .home-v3-hero {
    grid-template-columns: 1fr;
  }

  .home-v3-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-v3-why-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-v3-footer-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

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

  .services-hub-hero-art {
    min-height: 130px;
  }

  .property-tools-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .home-v3-top-strip,
  .home-v3-grid,
  .home-v3-why-grid,
  .home-v3-panel-grid,
  .home-v3-footer-grid,
  .services-hub-grid,
  .property-tools-grid {
    grid-template-columns: 1fr;
  }

  .services-hub-card h3 {
    font-size: 1.4rem;
  }

  .services-hub-upgrade {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-v3-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-v3-promo {
    padding: 1.5rem 1rem;
  }


  .home-v3-cta-actions {
    width: 100%;
    min-width: 0;
  }

  .home-v3-panel-tabs {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .home-v3-panel-tab {
    width: 100%;
  }

  .home-v3-search-copy,
  .home-v3-search-form,
  .home-v3-search-result-grid {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .home-v3-search-copy span {
    max-width: none;
    text-align: left;
  }
}

.reference-home {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 14%, rgba(37, 99, 235, 0.28), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(56, 189, 248, 0.18), transparent 26%),
    linear-gradient(180deg, #031022 0%, #050b18 55%, #030712 100%);
}

.reference-noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.45;
  background-image:
    radial-gradient(circle at 12% 15%, rgba(89, 167, 255, 0.45) 0 1.5px, transparent 2px),
    radial-gradient(circle at 78% 22%, rgba(56, 189, 248, 0.4) 0 1.5px, transparent 2px),
    radial-gradient(circle at 24% 68%, rgba(89, 167, 255, 0.35) 0 1.5px, transparent 2px),
    radial-gradient(circle at 84% 74%, rgba(56, 189, 248, 0.32) 0 1.5px, transparent 2px);
  background-size: 180px 180px, 210px 210px, 190px 190px, 240px 240px;
}

.reference-shell {
  position: relative;
  max-width: 1480px;
  padding: 18px;
  border-radius: 30px;
  border: 1px solid rgba(115, 160, 255, 0.18);
  background: linear-gradient(180deg, rgba(5, 14, 30, 0.88), rgba(4, 12, 26, 0.95));
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.reference-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 6px 6px 18px;
}

.reference-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.reference-brand-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: radial-gradient(circle at 35% 35%, #8fd7ff, #2563EB 70%);
  box-shadow: 0 0 14px rgba(56, 189, 248, 0.85);
}

.reference-menu {
  display: inline-flex;
  align-items: center;
  gap: 1.35rem;
}

.reference-menu a,
.reference-footer a {
  color: rgba(223, 232, 255, 0.72);
  text-decoration: none;
  font-size: 0.93rem;
}

.reference-menu a:hover,
.reference-footer a:hover {
  color: #fff;
}

.reference-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}

.reference-grid {
  display: grid;
  grid-template-columns: 1.45fr 0.85fr 0.92fr;
  gap: 14px;
}

.reference-column {
  min-width: 0;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(105, 138, 212, 0.18);
  background:
    linear-gradient(180deg, rgba(11, 23, 48, 0.86), rgba(6, 14, 30, 0.94)),
    radial-gradient(circle at top right, rgba(56, 189, 248, 0.09), transparent 38%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.reference-column-primary {
  padding: 24px;
}

.hero-copy {
  display: grid;
  gap: 12px;
  padding-top: 12px;
}

.hero-kicker,
.section-mini-title,
.panel-label {
  color: rgba(205, 220, 255, 0.68);
  font-size: 0.78rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.hero-copy h1 {
  max-width: 520px;
  font-size: clamp(2.2rem, 4vw, 4.2rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  font-weight: 800;
  margin: 0;
}

.hero-copy p {
  max-width: 455px;
  color: rgba(213, 223, 243, 0.76);
  font-size: 1rem;
  line-height: 1.65;
  margin: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
}

.hero-visual-card {
  position: relative;
  margin-top: 28px;
  padding: 14px;
  border-radius: 22px;
  border: 1px solid rgba(109, 149, 233, 0.24);
  background: linear-gradient(180deg, rgba(20, 38, 72, 0.9), rgba(10, 20, 42, 0.98));
  box-shadow:
    0 24px 48px rgba(0, 0, 0, 0.38),
    0 0 70px rgba(37, 99, 235, 0.18);
}

.visual-toolbar {
  display: flex;
  gap: 6px;
  margin-bottom: 12px;
}

.visual-toolbar span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(193, 210, 245, 0.28);
}

.hero-visual-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 12px;
}

.hero-visual-panel,
.mini-insight,
.service-card,
.pricing-mini-card,
.testimonial-mini-card,
.documentation-card,
.code-window,
.signup-panel,
.search-preview,
.compact-section {
  border-radius: 18px;
  border: 1px solid rgba(117, 149, 218, 0.18);
  background: linear-gradient(180deg, rgba(17, 31, 61, 0.72), rgba(8, 18, 37, 0.92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.hero-visual-panel,
.mini-insight {
  padding: 14px;
}

.hero-visual-stack {
  display: grid;
  gap: 12px;
}

.hero-visual-wide {
  grid-column: 1 / -1;
}

.company-title {
  margin-top: 4px;
  font-size: 1.15rem;
  font-weight: 700;
}

.gauge-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding-top: 10px;
}

.gauge-ring {
  width: 118px;
  height: 118px;
  padding: 10px;
  border-radius: 50%;
  background:
    conic-gradient(#8bf49c 0 62%, #f1cc63 62% 78%, rgba(255, 255, 255, 0.08) 78% 100%);
  display: grid;
  place-items: center;
  box-shadow: 0 0 30px rgba(56, 189, 248, 0.12);
}

.gauge-center {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #091223;
  font-size: 1.7rem;
  font-weight: 800;
}

.gauge-caption {
  color: rgba(205, 220, 255, 0.76);
  font-size: 0.82rem;
}

.mini-insight strong {
  display: block;
  margin-top: 10px;
  font-size: 1.05rem;
}

.mini-insight small {
  display: block;
  margin-top: 4px;
}

.detail-list {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.detail-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: rgba(238, 244, 255, 0.92);
}

.detail-list small {
  font-size: 0.75rem;
}

.financial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.financial-grid div {
  padding: 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
}

.financial-grid strong {
  display: block;
  margin-top: 6px;
  font-size: 1rem;
}

.trusted-inline,
.metrics-row,
.services-block,
.compact-section {
  margin-top: 24px;
}

.trusted-logos,
.mini-logo-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
  margin-top: 12px;
  color: rgba(223, 233, 255, 0.74);
  font-size: 0.94rem;
  font-weight: 600;
}

.mini-logo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px 12px;
  font-size: 0.8rem;
}

.metrics-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.metric-stat {
  padding: 12px 6px;
  text-align: center;
}

.metric-stat strong {
  display: block;
  font-size: clamp(1.65rem, 2vw, 2.6rem);
  line-height: 1;
  font-weight: 800;
}

.metric-stat span {
  display: block;
  margin-top: 8px;
  color: rgba(191, 203, 229, 0.7);
  font-size: 0.84rem;
}

.metrics-row-compact .metric-stat {
  padding-inline: 0;
}

.service-grid {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.service-grid-primary {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.service-card {
  padding: 16px;
}

.service-card h3 {
  font-size: 1rem;
  margin: 14px 0 8px;
}

.service-card p {
  color: rgba(193, 205, 230, 0.72);
  font-size: 0.83rem;
  line-height: 1.55;
  margin: 0;
}

.service-card.compact h3 {
  margin-top: 0;
  font-size: 0.92rem;
}

.service-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background:
    radial-gradient(circle at 32% 30%, rgba(145, 206, 255, 0.9), rgba(56, 189, 248, 0.25) 36%, transparent 38%),
    linear-gradient(135deg, rgba(67, 109, 255, 0.32), rgba(179, 84, 255, 0.22));
  border: 1px solid rgba(132, 174, 250, 0.22);
}

.compact-section {
  padding: 16px;
}

.search-input-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  margin-top: 10px;
}

.search-results-list {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.search-results-list div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
}

.search-results-list span {
  font-size: 0.84rem;
}

.api-card-layout,
.doc-surface {
  display: grid;
  gap: 12px;
  margin-top: 10px;
}

.doc-points h4,
.documentation-card h4 {
  font-size: 0.95rem;
  margin-bottom: 10px;
}

.doc-points ul,
.documentation-card ul,
.pricing-mini-card ul {
  margin: 0;
  padding-left: 18px;
  color: rgba(195, 206, 230, 0.76);
  font-size: 0.82rem;
  line-height: 1.55;
}

.code-window,
.documentation-card {
  padding: 14px;
}

.code-window pre,
.documentation-card p {
  margin: 0;
}

.code-window pre {
  color: #d7f0ff;
  font-size: 0.78rem;
  line-height: 1.6;
}

.pricing-stack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.pricing-mini-card {
  padding: 14px;
}

.pricing-mini-card h3 {
  font-size: 0.95rem;
  margin-bottom: 10px;
}

.pricing-mini-card strong {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 12px;
}

.pricing-mini-card small {
  font-size: 0.75rem;
}

.pricing-mini-card.featured {
  border-color: rgba(86, 154, 255, 0.38);
  box-shadow: 0 0 35px rgba(37, 99, 235, 0.12);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.testimonial-mini-card {
  padding: 12px;
}

.testimonial-mini-card p {
  font-size: 0.8rem;
  color: rgba(224, 233, 251, 0.84);
  line-height: 1.55;
  margin-bottom: 10px;
}

.testimonial-mini-card span {
  color: rgba(180, 193, 219, 0.72);
  font-size: 0.72rem;
}

.signup-panel {
  margin-top: 22px;
  padding: 20px;
  text-align: center;
  background:
    radial-gradient(circle at top center, rgba(56, 189, 248, 0.24), transparent 48%),
    linear-gradient(180deg, rgba(20, 41, 85, 0.88), rgba(10, 18, 38, 0.98));
}

.signup-panel h3 {
  font-size: 1.35rem;
  margin-bottom: 8px;
}

.signup-panel p {
  color: rgba(202, 214, 239, 0.74);
  max-width: 420px;
  margin: 0 auto 18px;
}

.reference-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 18px 6px 4px;
  color: rgba(221, 231, 250, 0.74);
  font-size: 0.88rem;
}

.reference-footer div {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

@media (max-width: 1399px) {
  .reference-grid {
    grid-template-columns: 1fr;
  }

  .service-grid-primary,
  .pricing-stack,
  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .reference-shell {
    padding: 14px;
    border-radius: 22px;
  }

  .reference-topbar,
  .reference-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .reference-actions {
    width: 100%;
  }

  .reference-actions .btn {
    flex: 1 1 auto;
  }

  .hero-visual-grid,
  .service-grid-primary,
  .service-grid-compact,
  .metrics-row,
  .pricing-stack,
  .testimonial-grid,
  .financial-grid {
    grid-template-columns: 1fr;
  }

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

.documents-download-page {
  background:
    repeating-linear-gradient(
      90deg,
      rgba(17, 24, 39, 0.08) 0,
      rgba(17, 24, 39, 0.08) 1px,
      transparent 1px,
      transparent 66px
    ),
    radial-gradient(circle at 14% 12%, rgba(37, 99, 235, 0.22), transparent 26%),
    radial-gradient(circle at 86% 18%, rgba(56, 189, 248, 0.16), transparent 24%),
    linear-gradient(180deg, #020817 0%, #031021 52%, #020712 100%);
}

.docs-download-shell {
  max-width: 1248px;
}

.docs-reference-navbar {
  background: rgba(2, 8, 23, 0.92);
  border-bottom: 1px solid rgba(37, 99, 235, 0.12);
  backdrop-filter: blur(18px);
}

.docs-reference-navbar-shell {
  min-height: 62px;
}

.docs-reference-brand .brand-logo-image {
  height: 32px;
  max-width: 150px;
}

.docs-reference-nav,
.docs-reference-auth {
  align-items: center;
  gap: 0.25rem;
}

.docs-reference-nav .nav-link,
.docs-reference-auth .btn {
  font-size: 0.7rem;
  font-weight: 600;
}

.docs-reference-nav .nav-link {
  color: rgba(226, 232, 240, 0.84);
  padding: 0.4rem 0.62rem;
}

.docs-reference-nav .nav-link:hover,
.docs-reference-nav .nav-link:focus {
  color: #fff;
}

.docs-reference-auth {
  display: flex;
  gap: 0.45rem;
}

.docs-reference-btn {
  min-width: 64px;
  border-radius: 8px;
  font-size: 0.68rem;
  padding: 0.38rem 0.72rem;
}

.docs-download-page .glass-card {
  border: 1px solid rgba(37, 99, 235, 0.18);
  background:
    linear-gradient(180deg, rgba(2, 8, 23, 0.9), rgba(3, 14, 34, 0.92)),
    rgba(2, 8, 23, 0.9);
  box-shadow: inset 0 1px 0 rgba(148, 163, 184, 0.06), 0 24px 80px rgba(2, 6, 23, 0.36);
}

.docs-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: 26px;
  padding: 1.7rem 1.75rem 1.45rem;
  overflow: hidden;
}

.docs-hero-copy {
  padding-top: 0.12rem;
}

.docs-hero h1 {
  max-width: 500px;
  margin: 0;
  font-size: clamp(3rem, 4vw, 4.2rem);
  line-height: 0.9;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.docs-hero-title-top,
.docs-hero-title-bottom {
  display: block;
}

.docs-hero-title-top {
  color: #fff;
}

.docs-hero-title-bottom {
  color: #3182ff;
}

.docs-hero-subtitle {
  max-width: 405px;
  color: #dbeafe;
  font-size: 1rem;
  line-height: 1.62;
}

.docs-highlight-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 590px;
}

.docs-highlight {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 0.62rem;
  align-items: start;
  padding: 0.1rem 0.2rem 0.1rem 0;
}

.docs-highlight strong {
  display: block;
  margin-bottom: 0.1rem;
  color: #fff;
  font-size: 0.76rem;
}

.docs-highlight small {
  color: #95b9e3;
  font-size: 0.66rem;
  line-height: 1.38;
}

.docs-highlight-icon {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid rgba(96, 165, 250, 0.26);
  background:
    radial-gradient(circle at center, rgba(37, 99, 235, 0.28), rgba(2, 8, 23, 0.8)),
    rgba(2, 8, 23, 0.85);
  box-shadow: 0 0 16px rgba(37, 99, 235, 0.18);
  position: relative;
}

.docs-highlight-icon::before,
.docs-highlight-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
}

.docs-highlight-icon::before {
  width: 8px;
  height: 10px;
  border: 1px solid rgba(191, 219, 254, 0.78);
  border-radius: 2px;
  top: 7px;
}

.docs-highlight-icon::after {
  width: 6px;
  height: 2px;
  background: rgba(191, 219, 254, 0.78);
  top: 13px;
  box-shadow: 0 4px 0 rgba(191, 219, 254, 0.78);
}

.docs-hero-art {
  position: relative;
  min-height: 300px;
  border-radius: 20px;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 72%, rgba(59, 130, 246, 0.32), transparent 14%),
    radial-gradient(circle at 64% 30%, rgba(37, 99, 235, 0.24), transparent 30%),
    linear-gradient(180deg, rgba(3, 18, 39, 0.14), rgba(2, 9, 20, 0.04));
}

.docs-network {
  position: absolute;
  inset: auto 0 24px 0;
  margin: auto;
  border-radius: 999px;
  border: 1px solid rgba(59, 130, 246, 0.12);
}

.docs-network-a {
  width: 300px;
  height: 170px;
}

.docs-network-b {
  width: 380px;
  height: 220px;
  bottom: 8px;
  border-color: rgba(56, 189, 248, 0.12);
}

.docs-doc-stack {
  position: absolute;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(49, 130, 255, 0.44), rgba(8, 28, 61, 0.96));
  border: 1px solid rgba(96, 165, 250, 0.32);
  box-shadow: 0 0 40px rgba(37, 99, 235, 0.2);
}

.docs-doc-stack-back {
  width: 118px;
  height: 152px;
  right: 78px;
  top: 40px;
  opacity: 0.42;
  transform: skewY(-2deg);
}

.docs-doc-stack-mid {
  width: 126px;
  height: 162px;
  right: 104px;
  top: 30px;
  opacity: 0.62;
  transform: skewY(-1deg);
}

.docs-doc-stack-front {
  width: 136px;
  height: 172px;
  right: 136px;
  top: 22px;
  padding: 18px 18px 0;
}

.docs-doc-stack-front span {
  display: block;
  height: 2px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: rgba(191, 219, 254, 0.6);
}

.docs-doc-stack-front span:first-child {
  width: 62%;
}

.docs-doc-stack-front span:nth-child(2) {
  width: 78%;
}

.docs-doc-stack-front span:nth-child(3) {
  width: 72%;
}

.docs-doc-stack-front span:nth-child(4) {
  width: 56%;
}

.docs-cloud {
  position: absolute;
  right: 70px;
  bottom: 34px;
  width: 116px;
  height: 78px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 42%, rgba(191, 219, 254, 0.9), rgba(59, 130, 246, 0.88) 55%, rgba(30, 64, 175, 0.95)),
    rgba(59, 130, 246, 0.9);
  box-shadow: 0 0 30px rgba(59, 130, 246, 0.35);
}

.docs-cloud::before,
.docs-cloud::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: inherit;
}

.docs-cloud::before {
  width: 56px;
  height: 56px;
  left: 8px;
  top: -18px;
}

.docs-cloud::after {
  width: 66px;
  height: 66px;
  right: 10px;
  top: -28px;
}

.docs-cloud-arrow {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 16px;
  height: 26px;
  border-radius: 999px;
  background: #eff6ff;
  clip-path: polygon(40% 0, 60% 0, 60% 58%, 82% 58%, 50% 100%, 18% 58%, 40% 58%);
}

.docs-search-card {
  padding: 0.95rem 1rem 1.05rem;
}

.docs-search-main h2 {
  font-size: 1.62rem;
}

.docs-search-input {
  min-height: 46px;
  border-radius: 8px;
  border-color: rgba(59, 130, 246, 0.24);
  background: rgba(3, 12, 28, 0.88);
  font-size: 0.84rem;
}

.docs-results-layout {
  display: grid;
  grid-template-columns: 232px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.docs-filter-card,
.docs-results-card {
  padding: 1rem;
}

.docs-filter-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.docs-filter-header h3,
.docs-results-title-row h2 {
  margin: 0;
  color: #fff;
  font-size: 1.05rem;
}

.docs-clear-link {
  color: #4ea1ff;
  text-decoration: none;
  font-size: 0.72rem;
}

.docs-filter-form {
  display: grid;
  gap: 1rem;
}

.docs-filter-microcopy {
  color: #8fb3dd;
  font-size: 0.68rem;
  line-height: 1.45;
  margin-top: -0.2rem;
}

.docs-filter-group {
  display: grid;
  gap: 0.6rem;
}

.docs-filter-title {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
}

.docs-check-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: space-between;
  color: #cbd5e1;
  font-size: 0.72rem;
  border-radius: 8px;
  padding: 0.18rem 0.25rem;
  transition: background-color 0.18s ease, box-shadow 0.18s ease;
}

.docs-check-row input {
  accent-color: #2563eb;
}

.docs-check-row:hover {
  background: rgba(37, 99, 235, 0.08);
}

.docs-check-row span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.docs-check-row-all {
  border: 1px solid rgba(59, 130, 246, 0.14);
  background: rgba(4, 12, 28, 0.52);
}

.docs-filter-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 18px;
  padding: 0 0.3rem;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.16);
  border: 1px solid rgba(59, 130, 246, 0.18);
  color: #93c5fd;
  font-size: 0.6rem;
  font-weight: 700;
}

.docs-date-input {
  min-height: 40px;
  border-radius: 8px;
  font-size: 0.78rem;
}

.docs-results-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.9rem;
}

.docs-results-title-row {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.25rem;
}

.docs-results-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 20px;
  padding: 0 0.36rem;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.2);
  border: 1px solid rgba(59, 130, 246, 0.24);
  color: #93c5fd;
  font-size: 0.66rem;
  font-weight: 700;
}

.docs-company-switcher {
  min-width: 240px;
}

.docs-company-switcher .form-select {
  min-height: 40px;
  border-radius: 8px;
  font-size: 0.76rem;
}

.docs-results-table th {
  border-bottom-color: rgba(59, 130, 246, 0.18);
  color: #93c5fd;
  font-size: 0.62rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  position: sticky;
  top: 0;
  z-index: 2;
  background: rgba(4, 12, 28, 0.96);
  backdrop-filter: blur(8px);
}

.docs-results-table td {
  font-size: 0.73rem;
  color: #dbeafe;
  padding-top: 0.74rem;
  padding-bottom: 0.74rem;
  vertical-align: middle;
}

.docs-results-table th:nth-child(4),
.docs-results-table td:nth-child(4) {
  min-width: 240px;
}

.docs-result-row {
  cursor: pointer;
  transition: background-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.docs-result-row:hover {
  background: rgba(37, 99, 235, 0.08);
  box-shadow: inset 0 0 0 1px rgba(59, 130, 246, 0.12);
}

.docs-category-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 7px;
  padding: 0.2rem 0.42rem;
  font-size: 0.62rem;
  font-weight: 700;
  border: 1px solid transparent;
}

.docs-category-accounts {
  background: rgba(37, 99, 235, 0.22);
  border-color: rgba(96, 165, 250, 0.28);
  color: #8fc3ff;
  box-shadow: 0 0 12px rgba(37, 99, 235, 0.12);
}

.docs-category-confirmation {
  background: rgba(16, 185, 129, 0.18);
  border-color: rgba(52, 211, 153, 0.24);
  color: #6ee7b7;
  box-shadow: 0 0 12px rgba(16, 185, 129, 0.1);
}

.docs-category-charges {
  background: rgba(239, 68, 68, 0.16);
  border-color: rgba(248, 113, 113, 0.24);
  color: #fca5a5;
  box-shadow: 0 0 12px rgba(239, 68, 68, 0.12);
}

.docs-category-officers {
  background: rgba(245, 158, 11, 0.18);
  border-color: rgba(251, 191, 36, 0.24);
  color: #fbbf24;
  box-shadow: 0 0 12px rgba(245, 158, 11, 0.1);
}

.docs-category-incorporation {
  background: rgba(6, 182, 212, 0.18);
  border-color: rgba(34, 211, 238, 0.24);
  color: #67e8f9;
  box-shadow: 0 0 12px rgba(6, 182, 212, 0.1);
}

.docs-category-capital {
  background: rgba(234, 179, 8, 0.18);
  border-color: rgba(250, 204, 21, 0.24);
  color: #fde047;
  box-shadow: 0 0 12px rgba(234, 179, 8, 0.1);
}

.docs-category-name {
  background: rgba(236, 72, 153, 0.16);
  border-color: rgba(244, 114, 182, 0.24);
  color: #f9a8d4;
  box-shadow: 0 0 12px rgba(236, 72, 153, 0.1);
}

.docs-category-psc {
  background: rgba(168, 85, 247, 0.18);
  border-color: rgba(192, 132, 252, 0.24);
  color: #d8b4fe;
  box-shadow: 0 0 12px rgba(168, 85, 247, 0.1);
}

.docs-category-address {
  background: rgba(20, 184, 166, 0.18);
  border-color: rgba(45, 212, 191, 0.24);
  color: #99f6e4;
}

.docs-category-insolvency {
  background: rgba(127, 29, 29, 0.45);
  border-color: rgba(239, 68, 68, 0.26);
  color: #fecaca;
  box-shadow: 0 0 14px rgba(127, 29, 29, 0.18);
}

.docs-category-strike {
  background: rgba(71, 85, 105, 0.28);
  border-color: rgba(148, 163, 184, 0.22);
  color: #e2e8f0;
}

.docs-category-resolution {
  background: rgba(99, 102, 241, 0.18);
  border-color: rgba(129, 140, 248, 0.24);
  color: #c7d2fe;
}

.docs-category-court {
  background: rgba(190, 24, 93, 0.16);
  border-color: rgba(244, 63, 94, 0.24);
  color: #fecdd3;
}

.docs-category-other {
  background: rgba(71, 85, 105, 0.2);
  border-color: rgba(148, 163, 184, 0.22);
  color: #dbeafe;
}

.docs-download-btn {
  min-width: 84px;
  font-size: 0.66rem;
  padding: 0.34rem 0.74rem;
}

.docs-pagination-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.85rem;
}

.docs-pagination {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.docs-page-link,
.docs-page-gap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  border-radius: 6px;
  border: 1px solid rgba(59, 130, 246, 0.16);
  background: rgba(5, 12, 28, 0.74);
  color: #cbd5e1;
  text-decoration: none;
  font-size: 0.7rem;
}

.docs-page-link-active {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #fff;
  border-color: rgba(96, 165, 250, 0.4);
}

.docs-page-link-off {
  opacity: 0.4;
}

.docs-page-gap {
  border-color: transparent;
  background: transparent;
}

.docs-empty-state {
  min-height: 280px;
  display: grid;
  place-items: center;
  text-align: center;
  gap: 0.5rem;
}

.docs-empty-state-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  border: 1px solid rgba(59, 130, 246, 0.22);
  background:
    linear-gradient(180deg, rgba(37, 99, 235, 0.22), rgba(3, 12, 28, 0.9)),
    rgba(3, 12, 28, 0.9);
  position: relative;
  box-shadow: 0 0 24px rgba(37, 99, 235, 0.16);
}

.docs-empty-state-icon::before,
.docs-empty-state-icon::after {
  content: "";
  position: absolute;
}

.docs-empty-state-icon::before {
  width: 22px;
  height: 26px;
  left: 18px;
  top: 12px;
  border: 1px solid rgba(191, 219, 254, 0.7);
  border-radius: 4px;
}

.docs-empty-state-icon::after {
  width: 12px;
  height: 2px;
  left: 23px;
  top: 24px;
  background: rgba(191, 219, 254, 0.7);
  box-shadow: 0 5px 0 rgba(191, 219, 254, 0.7);
}

.docs-cta-card {
  display: grid;
  grid-template-columns: 92px minmax(0, 1.3fr) 140px 220px;
  gap: 18px;
  align-items: center;
  margin-top: 14px;
  padding: 1.15rem 1.2rem;
  border-color: rgba(147, 51, 234, 0.34) !important;
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.2), 0 0 32px rgba(88, 28, 135, 0.22);
}

.docs-cta-icon {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  position: relative;
  background:
    linear-gradient(180deg, rgba(37, 99, 235, 0.34), rgba(29, 78, 216, 0.12)),
    rgba(5, 12, 28, 0.9);
  border: 1px solid rgba(59, 130, 246, 0.24);
}

.docs-cta-icon::before,
.docs-cta-icon::after {
  content: "";
  position: absolute;
}

.docs-cta-icon::before {
  width: 26px;
  height: 34px;
  left: 18px;
  top: 12px;
  border: 1px solid rgba(191, 219, 254, 0.66);
  border-radius: 4px;
}

.docs-cta-icon::after {
  width: 14px;
  height: 18px;
  right: 14px;
  bottom: 12px;
  background: rgba(59, 130, 246, 0.8);
  clip-path: polygon(40% 0, 60% 0, 60% 58%, 82% 58%, 50% 100%, 18% 58%, 40% 58%);
}

.docs-cta-copy h2 {
  margin: 0;
  color: #fff;
  font-size: 1.65rem;
  line-height: 1.2;
}

.docs-cta-copy p {
  margin-top: 0.5rem;
  max-width: 680px;
}

.docs-cta-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1rem;
  margin-top: 0.8rem;
  color: #cbd5e1;
  font-size: 0.72rem;
}

.docs-cta-list span::before {
  content: "◌";
  margin-right: 0.4rem;
  color: #60a5fa;
}

.docs-cta-price {
  text-align: center;
}

.docs-cta-price-main {
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 800;
}

.docs-cta-price small {
  color: #cbd5e1;
}

.docs-cta-action {
  display: grid;
  gap: 0.4rem;
  text-align: center;
}

.docs-preview-panel {
  --bs-offcanvas-width: 420px;
  background:
    linear-gradient(180deg, rgba(2, 8, 23, 0.96), rgba(3, 14, 34, 0.98)),
    rgba(2, 8, 23, 0.98);
  border-left: 1px solid rgba(59, 130, 246, 0.2);
  color: #e2e8f0;
}

.docs-preview-panel .offcanvas-header {
  border-bottom: 1px solid rgba(148, 163, 184, 0.08);
}

.docs-preview-panel .offcanvas-title {
  font-size: 1.25rem;
  color: #fff;
}

.docs-preview-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
  margin-bottom: 1rem;
}

.docs-preview-meta small,
.docs-preview-block small {
  display: block;
  margin-bottom: 0.28rem;
  color: #8fb3dd;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.docs-preview-meta p,
.docs-preview-block p {
  margin: 0;
  color: #fff;
}

.docs-preview-block {
  margin-bottom: 1rem;
  padding: 0.9rem;
  border-radius: 12px;
  border: 1px solid rgba(59, 130, 246, 0.14);
  background: rgba(5, 12, 28, 0.6);
}

.docs-reference-footer {
  margin-top: 22px;
  padding: 14px 0 12px;
  border-top: 1px solid rgba(37, 99, 235, 0.16);
  background: linear-gradient(180deg, rgba(2, 8, 19, 0.9), rgba(1, 6, 14, 0.96));
}

.docs-reference-trusted {
  margin-bottom: 0.32rem;
  text-align: center;
  color: rgba(203, 213, 225, 0.68);
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.docs-trust-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  margin-top: 0.7rem;
}

.docs-trust-row span {
  text-align: center;
  color: #bcd1ea;
  font-size: 0.65rem;
  font-weight: 500;
}

.docs-reference-footer-grid {
  display: grid;
  grid-template-columns: 1.15fr repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 0.8rem;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(148, 163, 184, 0.08);
}

.docs-reference-footer-brand p {
  margin: 0.7rem 0 0.55rem;
  color: rgba(203, 213, 225, 0.66);
  font-size: 0.63rem;
  line-height: 1.46;
}

.docs-reference-footer-grid h6 {
  margin-bottom: 0.48rem;
  color: #fff;
  font-size: 0.72rem;
}

.docs-reference-footer-grid .premium-footer-links li + li {
  margin-top: 0.28rem;
}

.docs-reference-footer-grid .premium-footer-links a {
  color: rgba(203, 213, 225, 0.7);
  font-size: 0.66rem;
}

.docs-reference-footer-bottom {
  margin-top: 0.72rem;
  padding-top: 0.72rem;
  border-top: 1px solid rgba(148, 163, 184, 0.08);
  color: rgba(203, 213, 225, 0.55);
  font-size: 0.62rem;
  text-align: center;
}

@media (max-width: 991px) {
  .docs-reference-nav {
    align-items: stretch;
    padding: 0.8rem 0 0.4rem;
  }

  .docs-reference-auth {
    padding: 0.5rem 0 0.2rem;
    justify-content: flex-start;
  }

  .docs-hero,
  .docs-cta-card,
  .docs-results-layout {
    grid-template-columns: 1fr;
  }

  .docs-highlight-row,
  .docs-trust-row {
    grid-template-columns: 1fr 1fr;
  }

  .docs-reference-footer-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .docs-reference-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .docs-download-shell {
    padding-left: 12px;
    padding-right: 12px;
  }

  .docs-hero,
  .docs-search-card,
  .docs-filter-card,
  .docs-results-card,
  .docs-cta-card {
    padding: 1rem;
  }

  .docs-highlight-row,
  .docs-trust-row,
  .docs-reference-footer-grid {
    grid-template-columns: 1fr;
  }

  .docs-hero-art {
    min-height: 250px;
  }

  .docs-doc-stack-front {
    right: 112px;
  }

  .docs-cloud {
    right: 40px;
    bottom: 22px;
    transform: scale(0.88);
  }

  .docs-results-header,
  .docs-pagination-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .docs-company-switcher {
    min-width: 0;
    width: 100%;
  }

  .docs-results-table th:nth-child(5),
  .docs-results-table td:nth-child(5),
  .docs-results-table th:nth-child(6),
  .docs-results-table td:nth-child(6) {
    white-space: nowrap;
  }
}

/* Premium Pagination */
.pagination-premium .page-link {
    background: rgba(30, 41, 59, 0.6);
    border: 1px solid rgba(59, 130, 246, 0.2);
    color: #cbd5e1;
    margin: 0 4px;
    border-radius: 8px;
    transition: all 0.3s ease;
}
.pagination-premium .page-link:hover {
    background: rgba(59, 130, 246, 0.1);
    border-color: rgba(59, 130, 246, 0.5);
    color: #fff;
    box-shadow: 0 0 15px rgba(59, 130, 246, 0.2);
}
.pagination-premium .page-item.active .page-link {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    border-color: rgba(59, 130, 246, 0.5);
    color: #fff;
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
}
.pagination-premium .page-item.disabled .page-link {
    background: rgba(15, 23, 42, 0.4);
    border-color: rgba(255, 255, 255, 0.05);
    color: #64748b;
}

.premium-input:disabled,
.premium-input[readonly] {
  background-color: rgba(15, 26, 48, 0.4) !important;
  color: rgba(255, 255, 255, 0.5) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.5) !important;
  border-color: rgba(148, 163, 184, 0.1) !important;
  cursor: not-allowed;
}
