:root {
  --salient-font-sans: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --salient-font-display: "Lexend", "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 11rem;
}

body {
  margin: 0;
  background: #ffffff;
  color: #0f172a;
  font-family: var(--salient-font-sans);
}

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

h1,
h2,
h3,
p,
ul,
figure,
blockquote,
figcaption,
hr {
  margin: 0;
}

ul[role="list"] {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

button {
  font: inherit;
  color: inherit;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.hidden {
  display: none;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline-flex {
  display: inline-flex;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.flex-col {
  flex-direction: column;
}

.flex-none {
  flex: none;
}

.items-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-x-auto {
  overflow-x: auto;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.top-0 {
  top: 0;
}

.top-1\/2 {
  top: 50%;
}

.top-2\/3 {
  top: 66.666667%;
}

.top-6 {
  top: 1.5rem;
}

.top-8 {
  top: 2rem;
}

.left-0 {
  left: 0;
}

.left-1\/2 {
  left: 50%;
}

.left-6 {
  left: 1.5rem;
}

.bottom-0 {
  bottom: 0;
}

.-inset-x-4 {
  left: -1rem;
  right: -1rem;
}

.-top-26 {
  top: -6.5rem;
}

.-bottom-17 {
  bottom: -4.25rem;
}

.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.-mr-1 {
  margin-right: -0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-36 {
  margin-top: 9rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.max-w-none {
  max-width: none;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.w-3 {
  width: 0.75rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-14 {
  width: 3.5rem;
}

.w-180 {
  width: 45rem;
}

.w-211 {
  width: 52.75rem;
}

.w-full {
  width: 100%;
}

.h-3 {
  height: 0.75rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-14 {
  height: 3.5rem;
}

.h-\[0\.58em\] {
  height: 0.58em;
}

.h-\[1em\] {
  height: 1em;
}

[class*="translate-"] {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y));
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y));
}

.-translate-y-1\/4 {
  --tw-translate-y: -25%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y));
}

.translate-x-\[-30\%\] {
  --tw-translate-x: -30%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y));
}

.translate-x-\[-44\%\] {
  --tw-translate-x: -44%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y));
}

.translate-y-\[-42\%\] {
  --tw-translate-y: -42%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y));
}

.font-display {
  font-family: var(--salient-font-display);
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

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

.text-sm {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.75rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 2rem;
}

.text-lg\/7 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 2rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 3.5rem;
}

.text-slate-200 {
  color: #e2e8f0;
}

.text-slate-400 {
  color: #94a3b8;
}

.text-slate-500 {
  color: #64748b;
}

.text-slate-600 {
  color: #475569;
}

.text-slate-700 {
  color: #334155;
}

.text-slate-900 {
  color: #0f172a;
}

.text-blue-100 {
  color: #dbeafe;
}

.text-blue-600 {
  color: #2563eb;
}

.text-white {
  color: #ffffff;
}

.bg-white {
  background-color: #ffffff;
}

.bg-white\/10 {
  background-color: rgba(255, 255, 255, 0.1);
}

.bg-slate-50 {
  background-color: #f8fafc;
}

.bg-slate-200 {
  background-color: #e2e8f0;
}

.bg-slate-900 {
  background-color: #0f172a;
}

.bg-blue-600 {
  background-color: #2563eb;
}

.fill-blue-300\/70 {
  fill: rgba(147, 197, 253, 0.7);
}

.fill-blue-400 {
  fill: #60a5fa;
}

.fill-blue-600 {
  fill: #2563eb;
}

.fill-slate-100 {
  fill: #f1f5f9;
}

.fill-slate-500 {
  fill: #64748b;
}

.stroke-slate-700 {
  stroke: #334155;
}

.object-cover {
  object-fit: cover;
}

.grid-cols-1 {
  grid-template-columns: minmax(0, 1fr);
}

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

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-4 {
  column-gap: 1rem;
}

.gap-x-5 {
  column-gap: 1.25rem;
}

.gap-x-6 {
  column-gap: 1.5rem;
}

.gap-x-8 {
  column-gap: 2rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-28 {
  padding-bottom: 7rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-4xl {
  border-radius: 2rem;
}

.border-t {
  border-top: 1px solid transparent;
}

.border-slate-100 {
  border-color: #f1f5f9;
}

.border-slate-300\/40 {
  border-color: rgba(203, 213, 225, 0.4);
}

.border-slate-400\/10 {
  border-color: rgba(148, 163, 184, 0.1);
}

.border-gray-900\/10 {
  border-color: rgba(17, 24, 39, 0.1);
}

.ring-1 {
  box-shadow: inset 0 0 0 1px var(--tw-ring-color, rgba(148, 163, 184, 0.2));
}

.ring-inset {
  box-shadow: inset 0 0 0 1px var(--tw-ring-color, rgba(148, 163, 184, 0.2));
}

.ring-slate-200 {
  --tw-ring-color: #e2e8f0;
}

.ring-slate-500\/10 {
  --tw-ring-color: rgba(100, 116, 139, 0.1);
}

.ring-slate-700 {
  --tw-ring-color: #334155;
}

.ring-slate-900\/10 {
  --tw-ring-color: rgba(15, 23, 42, 0.1);
}

.ring-white\/10 {
  --tw-ring-color: rgba(255, 255, 255, 0.1);
}

.shadow-xl {
  box-shadow: 0 24px 48px -16px var(--tw-shadow-color, rgba(15, 23, 42, 0.18));
}

.shadow-lg {
  box-shadow: 0 18px 36px -18px var(--tw-shadow-color, rgba(15, 23, 42, 0.14));
}

.shadow-slate-900\/10 {
  --tw-shadow-color: rgba(15, 23, 42, 0.1);
}

.shadow-slate-900\/5 {
  --tw-shadow-color: rgba(15, 23, 42, 0.05);
}

.shadow-blue-900\/20 {
  --tw-shadow-color: rgba(30, 58, 138, 0.2);
}

.pointer-events-none {
  pointer-events: none;
}

.min-w-0 {
  min-width: 0;
}

.rounded-md {
  border-radius: 0.375rem;
}

.text-sm\/6 {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.text-gray-500 {
  color: #6b7280;
}

.text-gray-600 {
  color: #4b5563;
}

.text-gray-800 {
  color: #1f2937;
}

.text-gray-900 {
  color: #111827;
}

.bg-indigo-600 {
  background-color: #4f46e5;
}

.shadow-xs {
  box-shadow: 0 1px 2px rgba(17, 24, 39, 0.05);
}

.outline-1 {
  outline-style: solid;
  outline-width: 1px;
}

.-outline-offset-1 {
  outline-offset: -1px;
}

.outline-gray-300 {
  outline-color: #d1d5db;
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 1rem;
}

.placeholder\:text-gray-500::placeholder {
  color: #6b7280;
}

.hover\:text-gray-800:hover {
  color: #1f2937;
}

.hover\:text-gray-900:hover {
  color: #111827;
}

.hover\:bg-indigo-500:hover {
  background-color: #6366f1;
}

.focus\:outline-2:focus {
  outline-style: solid;
  outline-width: 2px;
}

.focus\:-outline-offset-2:focus {
  outline-offset: -2px;
}

.focus\:outline-indigo-600:focus {
  outline-color: #4f46e5;
}

.focus-visible\:outline-2:focus-visible {
  outline-style: solid;
  outline-width: 2px;
}

.focus-visible\:outline-offset-2:focus-visible {
  outline-offset: 2px;
}

.focus-visible\:outline-indigo-600:focus-visible {
  outline-color: #4f46e5;
}

@media (prefers-color-scheme: dark) {
  .dark\:bg-gray-900 {
    background-color: #111827;
  }

  .dark\:bg-white\/5 {
    background-color: rgba(255, 255, 255, 0.05);
  }

  .dark\:bg-indigo-500 {
    background-color: #6366f1;
  }

  .dark\:text-white {
    color: #ffffff;
  }

  .dark\:text-gray-400 {
    color: #9ca3af;
  }

  .dark\:border-white\/10 {
    border-color: rgba(255, 255, 255, 0.1);
  }

  .dark\:outline-gray-700 {
    outline-color: #374151;
  }

  .dark\:hover\:text-white:hover {
    color: #ffffff;
  }

  .dark\:hover\:bg-indigo-400:hover {
    background-color: #818cf8;
  }

  .dark\:focus\:outline-indigo-500:focus {
    outline-color: #6366f1;
  }

  .dark\:focus-visible\:outline-indigo-500:focus-visible {
    outline-color: #6366f1;
  }
}

@media (min-width: 640px) {
  .sm\:flex {
    display: flex;
  }

  .sm\:mt-0 {
    margin-top: 0;
  }

  .sm\:ml-4 {
    margin-left: 1rem;
  }

  .sm\:max-w-md {
    max-width: 28rem;
  }

  .sm\:w-64 {
    width: 16rem;
  }

  .sm\:shrink-0 {
    flex-shrink: 0;
  }

  .sm\:pt-24 {
    padding-top: 6rem;
  }

  .sm\:text-sm\/6 {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px) {
  .md\:grid {
    display: grid;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:flex {
    display: flex;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:mt-0 {
    margin-top: 0;
  }
}

@media (min-width: 1024px) {
  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }
}

@media (min-width: 1280px) {
  .xl\:grid {
    display: grid;
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:gap-8 {
    gap: 2rem;
  }

  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xl\:mt-0 {
    margin-top: 0;
  }

  .xl\:w-full {
    width: 100%;
  }
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

.group:hover .group-hover\:fill-slate-700 {
  fill: #334155;
}

.hover\:text-slate-900:hover {
  color: #0f172a;
}

.hover\:text-slate-100:hover {
  color: #f1f5f9;
}

.hover\:bg-blue-50:hover {
  background-color: #eff6ff;
}

.hover\:bg-blue-500:hover {
  background-color: #3b82f6;
}

.hover\:bg-slate-700:hover {
  background-color: #334155;
}

.hover\:ring-slate-300:hover {
  box-shadow: inset 0 0 0 1px #cbd5e1;
}

.hover\:ring-slate-500:hover {
  box-shadow: inset 0 0 0 1px #64748b;
}

.salient-logo {
  width: auto;
  height: 2.5rem;
}

.salient-mobile-nav {
  position: absolute;
  inset-inline: 0;
  top: 100%;
  margin-top: 1rem;
  display: none;
  flex-direction: column;
  border-radius: 1rem;
  background: #ffffff;
  padding: 1rem;
  font-size: 1.125rem;
  letter-spacing: -0.025em;
  color: #0f172a;
  box-shadow: 0 24px 48px -16px rgba(15, 23, 42, 0.16);
  border: 1px solid rgba(15, 23, 42, 0.05);
}

.salient-mobile-nav.is-open {
  display: flex;
}

.as-topbar {
  border-bottom: 1px solid transparent;
  background: transparent;
  color: #475569;
  transition: border-color 220ms ease, color 220ms ease, background-color 220ms ease;
}

.as-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 2.75rem;
}

.as-topbar-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1.25rem;
}

.as-topbar a {
  color: #475569;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  transition: color 160ms ease, opacity 160ms ease;
}

.as-topbar a:hover {
  color: #0f172a;
}

.as-site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
}

.as-site-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 5rem;
}

.as-site-brand,
.as-site-actions {
  display: flex;
  align-items: center;
}

.as-site-brand {
  gap: 2rem;
}

.as-site-actions {
  gap: 0.875rem;
}

.as-site-links {
  display: none;
  align-items: center;
  gap: 1.5rem;
}

.as-site-link,
.as-site-login {
  border-radius: 9999px;
  padding: 0.5rem 0.75rem;
  color: #334155;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  transition: background-color 160ms ease, color 160ms ease;
}

.as-site-link:hover,
.as-site-login:hover {
  background: #f8fafc;
  color: #0f172a;
}

.as-site-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: #2563eb;
  padding: 0.75rem 1.25rem;
  color: #ffffff;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  box-shadow: 0 16px 30px -18px rgba(37, 99, 235, 0.7);
  transition: background-color 160ms ease, transform 160ms ease;
}

.as-site-cta:hover {
  background: #1d4ed8;
  transform: translateY(-1px);
}

.as-site-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  transition: background-color 160ms ease;
}

.as-site-toggle:hover {
  background: #f8fafc;
}

.as-site-nav .salient-mobile-nav {
  right: 0;
  left: auto;
  top: calc(100% + 0.75rem);
  width: min(18rem, calc(100vw - 2rem));
}

.salient-primary-tab {
  text-align: left;
  border-radius: 9999px;
  padding: 0.25rem 1rem;
  transition: background-color 160ms ease, opacity 160ms ease;
}

.salient-primary-tab.is-active {
  background: #ffffff;
}

.salient-primary-title {
  font-family: var(--salient-font-display);
  font-size: 1.125rem;
  color: #dbeafe;
}

.salient-primary-tab.is-active .salient-primary-title {
  color: #2563eb;
}

.salient-primary-copy {
  margin-top: 0.5rem;
  display: none;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #dbeafe;
}

.salient-secondary-tab {
  text-align: left;
  opacity: 0.75;
  transition: opacity 160ms ease;
}

.salient-secondary-tab.is-active {
  opacity: 1;
}

.salient-secondary-icon {
  width: 2.25rem;
  border-radius: 0.5rem;
  background: #64748b;
}

.salient-secondary-tab.is-active .salient-secondary-icon {
  background: #2563eb;
}

.salient-secondary-name {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #475569;
}

.salient-secondary-tab.is-active .salient-secondary-name {
  color: #2563eb;
}

/* Pocket-inspired hero in Salient colors */

.as-pocket-hero {
  overflow: hidden;
  padding: 4rem 0 5rem;
}

.as-pocket-grid {
  display: grid;
  align-items: center;
  gap: 3rem;
}

.as-pocket-copy {
  position: relative;
  z-index: 1;
  max-width: 31rem;
}

.as-pocket-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  background: #eff6ff;
  padding: 0.45rem 0.9rem;
  color: #2563eb;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.as-pocket-kicker::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 9999px;
  background: #38bdf8;
  box-shadow: 0 0 0 0.25rem rgba(59, 130, 246, 0.14);
}

.as-pocket-title {
  margin-top: 0;
  max-width: 10ch;
  color: #111827;
  font-family: var(--salient-font-sans);
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 500;
  letter-spacing: -0.045em;
}

.as-pocket-lead {
  margin-top: 1.5rem;
  max-width: 30rem;
  color: #52525b;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.as-pocket-actions {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.as-pocket-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  padding: 0.625rem 0.875rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.as-pocket-button-solid {
  background: #1f2937;
  color: #ffffff;
  font-weight: 600;
}

.as-pocket-button-solid:hover {
  background: #111827;
}

.as-pocket-button-outline {
  border: 1px solid #d1d5db;
  color: #374151;
}

.as-pocket-button-outline:hover {
  border-color: #9ca3af;
  background: #f3f4f6;
}

.as-pocket-points {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem 1rem;
  padding: 0;
  list-style: none;
}

.as-pocket-points li {
  position: relative;
  padding-left: 1.5rem;
  color: #0f172a;
  font-size: 0.95rem;
  line-height: 1.5rem;
}

.as-pocket-points li::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, #2563eb, #38bdf8);
  box-shadow: 0 0 0 0.25rem rgba(37, 99, 235, 0.12);
}

.as-pocket-visual {
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 36rem;
}

.as-pocket-orbit {
  position: absolute;
  left: 50%;
  border-radius: 9999px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  transform: translateX(-50%);
}

.as-pocket-orbit-large {
  top: 2rem;
  width: min(36rem, 100%);
  aspect-ratio: 1 / 1;
}

.as-pocket-orbit-small {
  top: 6rem;
  width: min(28rem, 78%);
  aspect-ratio: 1 / 1;
  border-color: rgba(59, 130, 246, 0.18);
}

.as-pocket-phone {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: min(366px, 100%);
  aspect-ratio: 366 / 729;
}

.as-pocket-screen {
  position: absolute;
  top: 3.15%;
  right: 6.83%;
  bottom: 2.06%;
  left: 6.28%;
  overflow: hidden;
  border-radius: 2rem;
  background: linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
  padding: 1rem;
  box-shadow: 0 24px 64px -32px rgba(15, 23, 42, 0.32);
}

.as-pocket-phone-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.as-pocket-app {
  border-radius: 1.5rem;
  border: 1px solid rgba(212, 212, 212, 0.8);
  background: #ffffff;
  padding: 0.875rem;
  box-shadow: 0 20px 48px -32px rgba(15, 23, 42, 0.28);
}

.as-pocket-app-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.as-pocket-app-name {
  color: #111827;
  font-size: 0.8rem;
  font-weight: 600;
}

.as-pocket-app-tag {
  border-radius: 9999px;
  background: #ecfeff;
  padding: 0.25rem 0.55rem;
  color: #0891b2;
  font-size: 0.72rem;
  font-weight: 600;
}

.as-pocket-app-shot {
  margin-top: 0.9rem;
  overflow: hidden;
  border-radius: 1rem;
  background: #f5f5f5;
  height: 18rem;
}

.as-pocket-app-shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.as-pocket-app-now {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.as-pocket-app-label {
  color: #71717a;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.as-pocket-app-title {
  margin-top: 0.2rem;
  color: #18181b;
  font-family: var(--salient-font-sans);
  font-size: 1.25rem;
  line-height: 1.4rem;
  font-weight: 600;
}

.as-pocket-statusbar {
  display: flex;
  justify-content: space-between;
  color: #0f172a;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.as-pocket-player-card {
  margin-top: 1rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(255, 255, 255, 0.9);
  padding: 0.875rem;
  box-shadow: 0 20px 48px -32px rgba(15, 23, 42, 0.28);
}

.as-pocket-player-art {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  background: #dbeafe;
  height: 12rem;
}

.as-pocket-player-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.as-pocket-player-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  border-radius: 9999px;
  background: rgba(15, 23, 42, 0.8);
  padding: 0.3rem 0.6rem;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 600;
}

.as-pocket-player-copy {
  margin-top: 1rem;
}

.as-pocket-player-label {
  color: #2563eb;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.as-pocket-player-track {
  margin-top: 0.4rem;
  color: #0f172a;
  font-family: var(--salient-font-display);
  font-size: 1.4rem;
  line-height: 1.3;
}

.as-pocket-player-meta {
  margin-top: 0.5rem;
  color: #475569;
  font-size: 0.92rem;
  line-height: 1.45;
}

.as-pocket-player-progress {
  margin-top: 1rem;
  height: 0.375rem;
  overflow: hidden;
  border-radius: 9999px;
  background: #e2e8f0;
}

.as-pocket-player-progress span {
  display: block;
  width: 68%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #2563eb 0%, #38bdf8 100%);
}

.as-pocket-player-controls {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.as-pocket-play {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  flex: none;
  border-radius: 9999px;
  background: #0f172a;
  box-shadow: 0 14px 24px -16px rgba(15, 23, 42, 0.6);
}

.as-pocket-play::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 1rem;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-left: 0.72rem solid #ffffff;
}

.as-pocket-control-line {
  flex: 1;
  height: 0.3rem;
  border-radius: 9999px;
  background: linear-gradient(90deg, #2563eb 0%, #93c5fd 70%, #e2e8f0 70%, #e2e8f0 100%);
}

.as-pocket-control-dot {
  width: 0.75rem;
  height: 0.75rem;
  flex: none;
  border-radius: 9999px;
  background: #2563eb;
  box-shadow: 0 0 0 0.25rem rgba(37, 99, 235, 0.14);
}

.as-pocket-stats {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.as-pocket-stat {
  border-radius: 1rem;
  background: #ffffff;
  padding: 0.85rem 0.75rem;
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.16);
}

.as-pocket-stat span {
  display: block;
  color: #64748b;
  font-size: 0.74rem;
}

.as-pocket-stat strong {
  display: block;
  margin-top: 0.35rem;
  color: #0f172a;
  font-size: 0.95rem;
  line-height: 1.3;
}

.as-pocket-chip-row {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.as-pocket-chip-row span {
  border-radius: 9999px;
  background: #eff6ff;
  padding: 0.35rem 0.7rem;
  color: #1d4ed8;
  font-size: 0.75rem;
  font-weight: 600;
}

.as-pocket-trust {
  margin-top: 4rem;
}

.as-pocket-trust-label {
  color: #111827;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
}

@media (min-width: 640px) {
  .sm\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:inset-x-0 {
    left: 0;
    right: 0;
  }

  .sm\:-inset-x-6 {
    left: -1.5rem;
    right: -1.5rem;
  }

  .sm\:flex-col {
    flex-direction: column;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:gap-x-0 {
    column-gap: 0;
  }

  .sm\:gap-x-12 {
    column-gap: 3rem;
  }

  .sm\:gap-y-0 {
    row-gap: 0;
  }

  .sm\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .sm\:gap-y-8 {
    row-gap: 2rem;
  }

  .sm\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .sm\:overflow-visible {
    overflow: visible;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-4xl {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }

  .sm\:text-7xl {
    font-size: 4.5rem;
    line-height: 1.1;
  }

  .sm\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:pt-32 {
    padding-top: 8rem;
  }

  .sm\:pb-0 {
    padding-bottom: 0;
  }

  .sm\:pb-20 {
    padding-bottom: 5rem;
  }

  .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:mt-0 {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:gap-x-6 {
    column-gap: 1.5rem;
  }

  .md\:gap-x-8 {
    column-gap: 2rem;
  }

  .md\:gap-x-12 {
    column-gap: 3rem;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:order-0 {
    order: 0;
  }

  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:mt-0 {
    margin-top: 0;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-44 {
    margin-top: 11rem;
  }

  .lg\:gap-x-0 {
    column-gap: 0;
  }

  .lg\:gap-y-1 {
    row-gap: 0.25rem;
  }

  .lg\:w-271\.25 {
    width: 67.8125rem;
  }

  .lg\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:bg-white\/10 {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .lg\:ring-1 {
    box-shadow: inset 0 0 0 1px var(--tw-ring-color, rgba(148, 163, 184, 0.2));
  }

  .lg\:ring-white\/10 {
    --tw-ring-color: rgba(255, 255, 255, 0.1);
  }

  .lg\:ring-inset {
    box-shadow: inset 0 0 0 1px var(--tw-ring-color, rgba(148, 163, 184, 0.2));
  }

  .lg\:text-white {
    color: #ffffff;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:block {
    display: block;
  }

  .lg\:whitespace-normal {
    white-space: normal;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:pt-0 {
    padding-top: 0;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

  .salient-primary-tab {
    padding: 1.5rem;
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .salient-primary-tab.is-active {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  }

  .salient-primary-copy {
    display: block;
  }
}

@media (min-width: 1280px) {
  .xl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:max-w-none {
    max-width: none;
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:gap-x-8 {
    column-gap: 2rem;
  }

  .xl\:gap-x-12 {
    column-gap: 3rem;
  }

  .xl\:gap-y-0 {
    row-gap: 0;
  }

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 640px) {
  .as-pocket-trust {
    margin-top: 4.5rem;
  }
}

@media (min-width: 768px) {
  .as-pocket-hero {
    padding: 4.5rem 0 5.5rem;
  }
}

@media (min-width: 1024px) {
  .as-pocket-hero {
    padding: 5rem 0 6rem;
  }

  .as-pocket-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 2rem 4rem;
  }

  .as-pocket-visual {
    min-height: 42rem;
  }

  .as-pocket-trust {
    margin-top: 2rem;
  }
}

@media (max-width: 767px) {
  .as-pocket-hero {
    padding: 2.5rem 0 4rem;
  }

  .as-pocket-title {
    max-width: 10ch;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .as-pocket-lead {
    font-size: 1rem;
    line-height: 1.65rem;
  }

  .as-pocket-points {
    grid-template-columns: minmax(0, 1fr);
  }

  .as-pocket-visual {
    min-height: 31rem;
  }

  .as-pocket-screen {
    border-radius: 1.75rem;
    padding: 0.9rem;
  }

  .as-pocket-player-art {
    height: 10.5rem;
  }
}

/* Exact pocket hero baseline */

.as-pocket-exact {
  overflow: hidden;
  padding: 5rem 0 4rem;
}

.as-pocket-exact-grid {
  display: grid;
  gap: 2.5rem;
  align-items: start;
}

.as-pocket-exact-copy {
  position: relative;
  z-index: 1;
  max-width: 32rem;
}

.as-pocket-exact-title {
  margin: 0;
  color: #111827;
  font-family: var(--salient-font-sans);
  font-size: 2.25rem;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.045em;
}

.as-pocket-exact-lead {
  margin-top: 1.5rem;
  color: #52525b;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.as-pocket-exact-actions {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.as-pocket-exact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  border-radius: 0.5rem;
  padding: 0.625rem 0.875rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.as-pocket-exact-btn-cyan {
  background: #06b6d4;
  color: #ffffff;
  font-weight: 600;
}

.as-pocket-exact-btn-cyan:hover {
  background: #0891b2;
}

.as-pocket-exact-btn-outline {
  border: 1px solid #d4d4d8;
  color: #3f3f46;
}

.as-pocket-exact-btn-outline:hover {
  border-color: #a1a1aa;
  background: #f4f4f5;
}

.as-pocket-exact-play-icon {
  width: 1.5rem;
  height: 1.5rem;
  flex: none;
  color: #a3a3a3;
}

.as-pocket-exact-visual {
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 41rem;
  margin-top: 1rem;
}

.as-pocket-exact-ring {
  position: absolute;
  left: 50%;
  border-radius: 9999px;
  border: 1px solid rgba(212, 212, 212, 0.7);
  transform: translateX(-50%);
}

.as-pocket-exact-ring-1 {
  top: 0.75rem;
  width: min(64rem, 150%);
  aspect-ratio: 1 / 1;
}

.as-pocket-exact-ring-2 {
  top: 4.5rem;
  width: min(50rem, 118%);
  aspect-ratio: 1 / 1;
}

.as-pocket-exact-phone {
  position: relative;
  z-index: 1;
  width: min(366px, 100%);
  aspect-ratio: 366 / 729;
}

.as-pocket-exact-screen {
  position: absolute;
  top: 3.15%;
  right: 6.83%;
  bottom: 2.06%;
  left: 6.28%;
  overflow: hidden;
  border-radius: 2rem;
  background: #171717;
  display: flex;
  flex-direction: column;
}

.as-pocket-exact-phone-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.as-pocket-exact-app-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem 0;
  color: #ffffff;
}

.as-pocket-exact-app-brand {
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 600;
}

.as-pocket-exact-app-icon,
.as-pocket-exact-plus-icon {
  width: 1.5rem;
  height: 1.5rem;
  flex: none;
}

.as-pocket-exact-app-body {
  margin-top: 1.5rem;
  flex: 1;
  border-radius: 1rem 1rem 0 0;
  background: #ffffff;
  padding: 1rem;
}

.as-pocket-exact-ticker {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #71717a;
  font-size: 0.75rem;
  line-height: 1.5rem;
}

.as-pocket-exact-ticker-symbol {
  color: #18181b;
  font-size: 0.875rem;
}

.as-pocket-exact-plus-icon {
  margin-left: auto;
  color: #18181b;
}

.as-pocket-exact-price-row {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-top: 1rem;
}

.as-pocket-exact-price {
  color: #18181b;
  font-size: 1.75rem;
  line-height: 1;
  letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
}

.as-pocket-exact-currency {
  color: #18181b;
  font-size: 0.875rem;
}

.as-pocket-exact-change {
  margin-left: auto;
  color: #06b6d4;
  font-size: 0.875rem;
  font-variant-numeric: tabular-nums;
}

.as-pocket-exact-range-tabs {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
  color: #71717a;
  font-size: 0.75rem;
}

.as-pocket-exact-range-tabs .is-active {
  color: #0891b2;
  font-weight: 600;
}

.as-pocket-exact-chart {
  margin-top: 0.75rem;
  overflow: hidden;
  border-radius: 0.75rem;
  background: #fafafa;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.as-pocket-exact-chart svg {
  display: block;
  width: 100%;
  height: auto;
}

.as-pocket-exact-chart line {
  stroke: #a3a3a3;
  stroke-opacity: 0.1;
}

.as-pocket-exact-chart-fill {
  fill: rgba(19, 181, 200, 0.18);
}

.as-pocket-exact-chart-line {
  fill: none;
  stroke: #06b6d4;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.as-pocket-exact-chart-active-line {
  stroke: #06b6d4;
  stroke-dasharray: 1 3;
}

.as-pocket-exact-chart circle {
  fill: #ffffff;
  stroke: #06b6d4;
  stroke-width: 2;
}

.as-pocket-exact-trade {
  margin-top: 1rem;
  border-radius: 0.5rem;
  background: #06b6d4;
  padding: 0.625rem 1rem;
  color: #ffffff;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
}

.as-pocket-exact-metrics {
  margin-top: 0.75rem;
  display: grid;
  gap: 0;
}

.as-pocket-exact-metrics > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.5rem 0;
  border-top: 1px solid #f4f4f5;
}

.as-pocket-exact-metrics span {
  color: #71717a;
  font-size: 0.875rem;
}

.as-pocket-exact-metrics strong {
  color: #18181b;
  font-size: 0.875rem;
  font-weight: 500;
}

.as-pocket-exact-featured {
  margin-top: -0.5rem;
}

.as-pocket-exact-featured-label {
  color: #111827;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
}

.as-pocket-exact-featured-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 2.5rem;
  margin: 2rem auto 0;
  max-width: 40rem;
  padding: 0;
  list-style: none;
}

.as-pocket-exact-featured-list img {
  height: 2rem;
  width: auto;
}

@media (min-width: 1024px) {
  .as-pocket-exact {
    padding: 5rem 0 6rem;
  }

  .as-pocket-exact-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
    column-gap: 2rem;
    row-gap: 1rem;
  }

  .as-pocket-exact-copy {
    grid-column: 1;
    padding-top: 1.5rem;
  }

  .as-pocket-exact-visual {
    grid-column: 2;
    grid-row: 1 / span 2;
    min-height: 44rem;
    margin-top: 0;
  }

  .as-pocket-exact-featured {
    grid-column: 1;
    margin-top: -0.25rem;
  }

  .as-pocket-exact-featured-label {
    text-align: left;
  }

  .as-pocket-exact-featured-list {
    margin-left: 0;
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .as-pocket-exact {
    padding: 3rem 0 4rem;
  }

  .as-pocket-exact-title {
    font-size: 2rem;
  }

  .as-pocket-exact-lead {
    font-size: 1rem;
    line-height: 1.65rem;
  }

  .as-pocket-exact-visual {
    min-height: 34rem;
  }
}

.as-ui-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  padding: 4rem 0 5rem;
}

.as-ui-hero-blur {
  position: absolute;
  width: 40rem;
  aspect-ratio: 1 / 1;
  border-radius: 9999px;
  filter: blur(80px);
  opacity: 0.45;
  pointer-events: none;
}

.as-ui-hero-blur-top {
  top: -18rem;
  right: -10rem;
  background: linear-gradient(135deg, rgba(251, 146, 60, 0.3), rgba(37, 99, 235, 0.32));
}

.as-ui-hero-blur-bottom {
  bottom: -18rem;
  left: -14rem;
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.22), rgba(99, 102, 241, 0.28));
}

.as-ui-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  gap: 3rem;
}

.as-ui-hero-copy {
  max-width: 38rem;
}

.as-ui-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  background: #eff6ff;
  padding: 0.5rem 0.85rem;
  color: #2563eb;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.as-ui-hero-kicker::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 9999px;
  background: #38bdf8;
  box-shadow: 0 0 0 0.25rem rgba(56, 189, 248, 0.15);
}

.as-ui-hero-title {
  margin-top: 1.5rem;
  color: #0f172a;
  font-family: var(--salient-font-display);
  font-size: 2.75rem;
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.as-ui-hero-lead {
  margin-top: 1.5rem;
  color: #475569;
  font-size: 1.125rem;
  line-height: 1.8rem;
}

.as-ui-hero-actions {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
}

.as-ui-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  padding: 0.875rem 1.1rem;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.as-ui-hero-btn-primary {
  background: #2563eb;
  color: #ffffff;
  box-shadow: 0 18px 32px -20px rgba(37, 99, 235, 0.75);
}

.as-ui-hero-btn-primary:hover {
  background: #1d4ed8;
}

.as-ui-hero-btn-secondary {
  border: 1px solid rgba(148, 163, 184, 0.3);
  background: rgba(255, 255, 255, 0.72);
  color: #0f172a;
}

.as-ui-hero-btn-secondary:hover {
  border-color: rgba(100, 116, 139, 0.4);
  background: #ffffff;
}

.as-ui-hero-points {
  margin-top: 1.75rem;
  display: grid;
  gap: 0.75rem;
}

.as-ui-hero-points li {
  position: relative;
  padding-left: 1.5rem;
  color: #334155;
  font-size: 0.95rem;
  line-height: 1.5rem;
}

.as-ui-hero-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, #2563eb, #38bdf8);
  box-shadow: 0 0 0 0.25rem rgba(59, 130, 246, 0.12);
}

.as-ui-hero-visual {
  position: relative;
  min-width: 0;
}

.as-ui-hero-shot {
  overflow: hidden;
  border-radius: 1.5rem;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 35px 70px -35px rgba(15, 23, 42, 0.38);
}

.as-ui-hero-shot-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid rgba(148, 163, 184, 0.14);
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.95), rgba(255, 255, 255, 0.92));
}

.as-ui-hero-shot-dots {
  display: inline-flex;
  gap: 0.375rem;
}

.as-ui-hero-shot-dots span {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 9999px;
  background: #cbd5e1;
}

.as-ui-hero-shot-dots span:first-child {
  background: #f59e0b;
}

.as-ui-hero-shot-dots span:nth-child(2) {
  background: #38bdf8;
}

.as-ui-hero-shot-dots span:last-child {
  background: #34d399;
}

.as-ui-hero-shot-meta {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  text-align: right;
}

.as-ui-hero-shot-label {
  color: #0f172a;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.as-ui-hero-shot-url {
  color: #64748b;
  font-size: 0.8125rem;
}

.as-ui-hero-shot-image {
  display: block;
  width: 100%;
  height: auto;
  background: #ffffff;
}

.as-ui-hero-card {
  position: absolute;
  max-width: 15rem;
  border-radius: 1rem;
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: rgba(15, 23, 42, 0.94);
  padding: 1rem 1rem 1.05rem;
  color: #ffffff;
  box-shadow: 0 24px 40px -28px rgba(15, 23, 42, 0.9);
}

.as-ui-hero-card-primary {
  left: -1rem;
  bottom: 2rem;
}

.as-ui-hero-card-secondary {
  top: -1rem;
  right: 1.5rem;
  background: rgba(255, 255, 255, 0.94);
  color: #0f172a;
}

.as-ui-hero-card-label {
  display: block;
  color: #93c5fd;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.as-ui-hero-card-secondary .as-ui-hero-card-label {
  color: #2563eb;
}

.as-ui-hero-card strong {
  display: block;
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.4rem;
  letter-spacing: -0.02em;
}

.as-ui-hero-card p {
  margin-top: 0.5rem;
  color: rgba(226, 232, 240, 0.92);
  font-size: 0.875rem;
  line-height: 1.45rem;
}

.as-ui-hero-card-secondary strong,
.as-ui-hero-card-secondary p {
  color: #0f172a;
}

/* Stable section layouts below the hero */

#features,
#secondary-features,
#get-started-today,
#testimonials,
#pricing-legacy,
#faq,
footer.bg-slate-50 {
  position: relative;
}

#features > div,
#secondary-features > div,
#get-started-today > div,
#testimonials > div,
#pricing-legacy > div,
#faq > div,
footer.bg-slate-50 > div {
  position: relative;
  width: min(80rem, calc(100% - 2rem));
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

#features > img,
#get-started-today > img,
#faq > img {
  pointer-events: none;
}

#features {
  overflow: hidden;
  background: #ffffff;
  padding: 5.5rem 0 6rem;
}

#features > .as-ads-shell {
  width: min(80rem, calc(100% - 3rem));
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

#features .as-ads-grid {
  display: grid;
  gap: 3rem;
  align-items: center;
}

#features .as-ads-copy {
  max-width: 38rem;
}

#features .as-ads-eyebrow {
  color: #4f46e5;
  font-size: 0.9375rem;
  line-height: 1.75rem;
  font-weight: 700;
}

#features .as-ads-title {
  margin-top: 0.5rem;
  color: #0f172a;
  font-family: var(--salient-font-display);
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

#features .as-ads-intro {
  margin-top: 1.5rem;
  color: #4b5563;
  font-size: 1.0625rem;
  line-height: 1.9;
}

#features .as-ads-points {
  display: grid;
  gap: 1.25rem;
  margin-top: 2rem;
}

#features .as-ads-point {
  position: relative;
  padding-left: 2rem;
}

#features .as-ads-point dt {
  color: #0f172a;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 700;
}

#features .as-ads-point dd {
  margin: 0;
  display: inline;
  color: #6b7280;
  font-size: 1rem;
  line-height: 1.75rem;
}

#features .as-ads-point svg {
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 1.125rem;
  height: 1.125rem;
  color: #4f46e5;
}

#features .as-ads-actions {
  margin-top: 2rem;
}

#features .as-ads-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.625rem;
  background: #4f46e5;
  padding: 0.85rem 1.1rem;
  color: #ffffff;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  font-weight: 700;
  box-shadow: 0 20px 30px -22px rgba(79, 70, 229, 0.8);
}

#features .as-ads-cta:hover {
  background: #4338ca;
}

#features .as-ads-visual-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

#features .as-ads-image {
  display: block;
  width: 100%;
  max-width: 48rem;
  border-radius: 0.75rem;
  box-shadow: 0 24px 40px -24px rgba(15, 23, 42, 0.22), 0 0 0 1px rgba(148, 163, 184, 0.16);
}

#secondary-features {
  padding: 5rem 0 8rem;
}

#secondary-features > div > div:first-child {
  max-width: 42rem;
  margin: 0 auto;
  text-align: center;
}

#secondary-features > div > div:first-child h2,
#pricing-legacy h2,
#testimonials h2,
#faq h2,
#get-started-today h2 {
  font-family: var(--salient-font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

#secondary-features > div > div:first-child p,
#testimonials > div > div:first-child p,
#faq > div > div:first-child p,
#get-started-today p,
#pricing-legacy > div > div:first-child p {
  margin-top: 1rem;
  font-size: 1.125rem;
  line-height: 1.9;
}

#secondary-features > div > div:nth-child(2) {
  display: grid;
  gap: 2.5rem;
  margin-top: 4rem;
}

#secondary-features > div > div:nth-child(2) > div {
  display: grid;
  gap: 1.5rem;
}

#secondary-features > div > div:nth-child(2) .mx-auto.max-w-2xl {
  max-width: 42rem;
  margin: 0 auto;
}

#secondary-features > div > div:nth-child(2) .mx-auto.max-w-2xl p:nth-of-type(1),
#secondary-features [data-secondary-tab] p:nth-of-type(1) {
  font-family: var(--salient-font-display);
  font-size: 1.35rem;
  line-height: 1.35;
  color: #0f172a;
}

#secondary-features > div > div:nth-child(2) .mx-auto.max-w-2xl p:nth-of-type(2),
#secondary-features [data-secondary-tab] p:nth-of-type(2) {
  color: #475569;
  line-height: 1.75;
}

#secondary-features .as-secondary-package-intro {
  color: #475569;
  line-height: 1.75;
}

#secondary-features .as-secondary-package-list {
  display: grid;
  gap: 0.65rem;
  margin-top: 1rem;
  padding: 0;
  list-style: none;
}

#secondary-features .as-secondary-package-list li {
  position: relative;
  padding-left: 1.25rem;
  color: #334155;
  font-size: 0.9375rem;
  line-height: 1.6;
}

#secondary-features .as-secondary-package-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 9999px;
  background: #2563eb;
  box-shadow: 0 0 0 0.18rem rgba(37, 99, 235, 0.12);
}

#secondary-features .as-secondary-package-cta {
  margin-top: 1.2rem;
  color: #2563eb;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-weight: 700;
}

#secondary-features > div > div:nth-child(2) .relative.mt-10.pb-10 {
  padding-bottom: 1rem;
}

#secondary-features > div > div:nth-child(2) .absolute.-inset-x-4 {
  border-radius: 1.25rem;
}

#secondary-features > div > div:nth-child(2) .relative.mx-auto.w-211,
#secondary-features [data-secondary-panel] > div {
  width: min(100%, 52.75rem);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 24px 48px -24px rgba(15, 23, 42, 0.2);
  box-shadow: 0 24px 48px -24px rgba(15, 23, 42, 0.2), inset 0 0 0 1px rgba(100, 116, 139, 0.1);
}

#secondary-features > div > div:nth-child(3) {
  display: none;
  margin-top: 5rem;
}

#secondary-features [data-secondary-panel] img {
  width: 100%;
  height: auto;
}

#get-started-today {
  overflow: hidden;
  background: #2563eb;
  padding: 8rem 0;
}

#get-started-today > img {
  width: 1400px;
  max-width: none;
  opacity: 0.18;
  mix-blend-mode: screen;
}

#get-started-today > div > div {
  max-width: 36rem;
  margin: 0 auto;
  text-align: center;
}

#get-started-today h2,
#get-started-today p {
  color: #ffffff;
}

#get-started-today a {
  margin-top: 2.5rem;
}

#testimonials {
  background: #f8fafc;
  padding: 5rem 0 8rem;
}

#testimonials > div > div:first-child {
  max-width: 42rem;
  margin: 0 auto;
  text-align: center;
}

#testimonials > div > ul[role="list"] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  max-width: 42rem;
  margin: 4rem auto 0;
}

#testimonials > div > ul[role="list"] > li > ul[role="list"] {
  display: grid;
  gap: 1.5rem;
}

#testimonials figure {
  position: relative;
  border-radius: 1rem;
  background: #ffffff;
  padding: 1.5rem;
  box-shadow: 0 24px 48px -24px rgba(15, 23, 42, 0.16);
}

#testimonials blockquote p {
  position: relative;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #0f172a;
}

#testimonials figcaption {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #f1f5f9;
}

#pricing-legacy {
  background: #0f172a;
  padding: 5rem 0 8rem;
}

#pricing-legacy > div > div:first-child {
  text-align: center;
}

#pricing-legacy > div > div:first-child p {
  color: #94a3b8;
}

#pricing-legacy h2 {
  color: #ffffff;
}

#pricing-legacy .-mx-4.mt-16 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 42rem;
  margin: 4rem auto 0;
}

#pricing-legacy section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem;
  border-radius: 1.5rem;
}

#pricing-legacy section.order-first {
  background: #2563eb;
}

#pricing-legacy section:not(.order-first) {
  background: transparent;
}

#pricing-legacy section h3,
#pricing-legacy section p,
#pricing-legacy section li,
#pricing-legacy section a {
  color: #ffffff;
}

#pricing-legacy section p.text-base {
  color: #94a3b8;
}

#pricing-legacy section.order-first p.text-base {
  color: #ffffff;
}

#pricing-legacy section ul {
  display: grid;
  gap: 0.75rem;
}

#pricing-legacy section a {
  align-self: flex-start;
}

#faq {
  overflow: hidden;
  background: #f8fafc;
  padding: 5rem 0 8rem;
}

#faq > img {
  width: 1100px;
  max-width: none;
}

#faq > div > div:first-child {
  max-width: 42rem;
}

#faq > div > ul[role="list"] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 42rem;
  margin: 4rem auto 0;
}

#faq > div > ul[role="list"] > li > ul[role="list"] {
  display: grid;
  gap: 2rem;
}

#faq h3 {
  font-family: var(--salient-font-display);
  font-size: 1.125rem;
  line-height: 1.6;
  color: #0f172a;
}

#faq p.text-sm {
  margin-top: 1rem;
  color: #334155;
  line-height: 1.75;
}

footer.bg-slate-50 {
  background: #f8fafc;
}

footer.bg-slate-50 > div > div:first-child {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

footer nav .-my-1 {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

footer.bg-slate-50 > div > div:last-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-top: 1px solid rgba(148, 163, 184, 0.1);
}

footer.bg-slate-50 > div > div:last-child .flex.gap-x-6 {
  display: flex;
  gap: 1.5rem;
}

footer.bg-white.dark\:bg-gray-900 {
  background: var(--as-brand-blue-deep);
  color: #f8fafc;
}

footer.bg-white.dark\:bg-gray-900 .text-gray-900,
footer.bg-white.dark\:bg-gray-900 .dark\:text-white {
  color: #ffffff;
}

footer.bg-white.dark\:bg-gray-900 .text-gray-600,
footer.bg-white.dark\:bg-gray-900 .dark\:text-gray-400 {
  color: rgba(226, 232, 240, 0.82);
}

footer.bg-white.dark\:bg-gray-900 .hover\:text-gray-900:hover,
footer.bg-white.dark\:bg-gray-900 .hover\:text-gray-800:hover,
footer.bg-white.dark\:bg-gray-900 .dark\:hover\:text-white:hover {
  color: #ffffff;
}

footer.bg-white.dark\:bg-gray-900 .border-gray-900\/10,
footer.bg-white.dark\:bg-gray-900 .dark\:border-white\/10 {
  border-color: rgba(255, 255, 255, 0.12);
}

footer.bg-white.dark\:bg-gray-900 input {
  background: #ffffff;
  color: #0f172a;
  outline-color: rgba(255, 255, 255, 0.24);
}

footer.bg-white.dark\:bg-gray-900 input::placeholder {
  color: #64748b;
}

footer.bg-white.dark\:bg-gray-900 input:focus {
  outline-color: var(--as-brand-blue);
}

footer.bg-white.dark\:bg-gray-900 .bg-indigo-600,
footer.bg-white.dark\:bg-gray-900 .dark\:bg-indigo-500 {
  background: var(--as-brand-blue);
}

footer.bg-white.dark\:bg-gray-900 .hover\:bg-indigo-500:hover,
footer.bg-white.dark\:bg-gray-900 .dark\:hover\:bg-indigo-400:hover {
  background: var(--as-brand-blue-strong);
}

@media (min-width: 1024px) {
  #features .as-ads-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
    gap: 4rem;
  }

  #features .as-ads-copy {
    padding-right: 2rem;
  }

  #features .as-ads-visual-wrap {
    justify-content: flex-end;
  }

  #secondary-features > div > div:nth-child(2) {
    display: none;
  }

  #secondary-features > div > div:nth-child(3) {
    display: block;
  }

  #secondary-features [data-secondary-tab] {
    display: block;
  }

  #secondary-features > div > div:nth-child(3) > div:first-child {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
  }

  #testimonials > div > ul[role="list"] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: none;
    gap: 2rem;
  }

  #pricing-legacy .-mx-4.mt-16 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: none;
    gap: 2rem;
  }

  #pricing-legacy section.order-first {
    transform: translateY(-1rem);
  }

  #faq > div > ul[role="list"] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: none;
  }

  footer.bg-slate-50 > div > div:last-child {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

@media (min-width: 1024px) {
  .as-site-links {
    display: flex;
  }

  .as-site-toggle {
    display: none;
  }

  .as-ui-hero {
    padding: 5.5rem 0 6rem;
  }

  .as-ui-hero-grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 3.25rem;
  }

  .as-ui-hero-title {
    font-size: 4.5rem;
  }
}

@media (max-width: 767px) {
  .as-topbar-inner {
    justify-content: center;
  }

  .as-plus-topbar-inner,
  .as-plus-topbar-group {
    justify-content: center;
  }

  .as-topbar-group-secondary {
    display: none;
  }

  .as-topbar-group-primary {
    justify-content: center;
  }

  .as-site-login,
  .as-site-cta {
    display: none;
  }

  .as-ui-hero {
    padding: 3rem 0 4rem;
  }

  .as-ui-hero-title {
    font-size: 2.25rem;
  }

  .as-ui-hero-lead {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .as-ui-hero-shot-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .as-ui-hero-shot-meta {
    text-align: left;
  }

  .as-ui-hero-card {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    max-width: none;
    margin-top: 1rem;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.as-plus-header,
.as-plus-hero,
.as-plus-mobile-nav-panel,
.as-plus-nav-mega {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.as-plus-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  background: transparent;
  border-bottom: 0;
  box-shadow: none;
  backdrop-filter: none;
  transition: transform 220ms ease;
}

.as-plus-header.is-scrolled {
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.as-plus-nav-row {
  position: relative;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: none;
  box-shadow: none;
}

.as-plus-header.is-scrolled .as-plus-nav-row {
  background: #ffffff;
  border-bottom-color: rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 36px -30px rgba(15, 23, 42, 0.28);
}

.as-plus-topbar-shell,
.as-plus-nav-shell {
  width: min(80rem, calc(100% - 2rem));
  margin: 0 auto;
}

.as-plus-nav-shell {
  position: relative;
}

.as-plus-topbar {
  position: relative;
  background: #111827;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.as-plus-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 2.5rem;
  gap: 1rem;
}

.as-plus-topbar-spacer {
  flex: 1 1 auto;
  min-width: 0;
}

.as-plus-topbar-group {
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  margin-left: auto;
}

.as-plus-topbar-link {
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  padding: 0;
  border-radius: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #ffffff;
  font-weight: 500;
  opacity: 1;
  transition: color 180ms ease, opacity 180ms ease;
}

.as-plus-topbar-link:hover {
  background: transparent;
  color: #ffffff;
  opacity: 0.78;
}

.as-plus-topbar-link--strong {
  opacity: 1;
  background: transparent;
}

.as-plus-nav {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  width: 100%;
  margin: 0;
  min-height: 4rem;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  transition: none;
}

.as-plus-nav::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 1px;
}

.as-plus-nav-brand {
  display: flex;
  align-items: center;
  flex: none;
  justify-self: center;
}

.as-plus-brand-link {
  display: inline-flex;
  align-items: center;
  border-radius: 0.5rem;
  margin: 0;
  padding: 0;
  min-height: 4rem;
}

.as-plus-nav-brand .as-plus-logo {
  filter: none;
}

.as-plus-logo {
  width: auto;
  height: 1.9rem;
}

.as-plus-nav-mobile {
  display: flex;
  align-items: center;
}

.as-plus-toggle,
.as-plus-mobile-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  padding: 0.5rem;
  color: #ffffff;
  background: transparent;
  box-shadow: none;
}

.as-plus-nav > .as-plus-nav-mobile .as-plus-toggle {
  color: #111827;
}

.as-plus-toggle {
  margin: 0;
}

.as-plus-toggle:hover {
  background: rgba(15, 23, 42, 0.06);
}

.as-plus-toggle-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.as-plus-nav-links,
.as-plus-nav-actions,
.as-plus-nav-mega {
  display: none;
}

.as-plus-nav-links {
  align-items: center;
  gap: 1.5rem;
  flex: 1 1 auto;
}

.as-plus-nav-trigger,
.as-plus-nav-links a,
.as-plus-mobile-nav-links a,
.as-plus-mobile-nav-login a,
.as-plus-nav-mega-link,
.as-plus-primary-cta,
.as-plus-secondary-cta {
  text-decoration: none;
}

.as-plus-nav-trigger,
.as-plus-nav-links a,
.as-plus-nav-actions a {
  font-size: 0.875rem;
}

.as-plus-nav-trigger,
.as-plus-nav-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  line-height: 1.5rem;
  font-weight: 500;
  color: #111827;
  border-radius: 0;
  padding: 0;
  min-height: 4rem;
  white-space: nowrap;
  transition: color 180ms ease, opacity 180ms ease;
}

.as-plus-nav-trigger {
  gap: 0.4rem;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.as-plus-nav-trigger::after,
.as-plus-nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  border-radius: 9999px;
  background: #111827;
  opacity: 0;
  transform: scaleX(0.65);
  transform-origin: center;
  transition: opacity 180ms ease, transform 180ms ease;
}

.as-plus-nav-chevron {
  width: 1rem;
  height: 1rem;
  color: rgba(17, 24, 39, 0.72);
}

.as-plus-mobile-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  background: #111827;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  box-shadow: none;
}

.as-plus-mobile-cta {
  padding: 0.75rem 1rem;
}

.as-plus-nav-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  border-radius: 0.375rem;
  background: #ffffff;
  padding: 0.625rem 1rem;
  color: #111827;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 500;
  box-shadow: none;
}

.as-plus-nav-utility-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  border-radius: 0;
  padding: 0;
  color: #111827;
  white-space: nowrap;
  font-weight: 500;
}

.as-plus-nav-trigger:hover,
.as-plus-nav-links a:hover,
.as-plus-nav-utility-link:hover {
  color: #111827;
  opacity: 0.78;
}

.as-plus-nav-trigger.is-open {
  color: #111827;
}

.as-plus-nav-trigger:hover::after,
.as-plus-nav-links a:hover::after,
.as-plus-nav-trigger.is-open::after {
  opacity: 1;
  transform: scaleX(1);
}

.as-plus-nav-trigger:hover .as-plus-nav-chevron,
.as-plus-nav-trigger.is-open .as-plus-nav-chevron {
  color: #111827;
}

.as-plus-nav-action:hover {
  background: #f3f4f6;
}

.as-plus-nav-utility-link:hover {
  background: transparent;
}

.as-plus-nav-mega {
  position: absolute;
  top: calc(100% + 1px);
  left: 50%;
  right: auto;
  width: 100vw;
  transform: translateX(-50%);
  z-index: 20;
  padding: 0;
  background: transparent;
  border-top: 0;
  box-shadow: none;
}

.as-plus-nav-mega--about {
  width: 100vw;
}

.as-plus-nav-mega.is-open {
  display: block;
}

.as-plus-nav-mega-shell {
  width: 100%;
  margin: 0;
}

.as-plus-header.is-scrolled .as-plus-nav {
  background: transparent;
  box-shadow: none;
}

.as-plus-nav-mega-grid {
  max-width: 80rem;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 0 0 1rem 1rem;
  background: #ffffff;
  box-shadow: 0 18px 42px -26px rgba(15, 23, 42, 0.32);
  outline: 1px solid rgba(15, 23, 42, 0.08);
}

.as-plus-nav-mega-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem 1rem;
  padding: 1.5rem;
}

.as-plus-nav-mega-link {
  position: relative;
  display: flex;
  gap: 1.5rem;
  border-radius: 0.875rem;
  padding: 1rem;
  transition: background-color 160ms ease;
}

.as-plus-nav-mega-link:hover {
  background: #f9fafb;
}

.as-plus-nav-mega-icon {
  margin-top: 0.25rem;
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  flex: none;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background: #f9fafb;
  color: #4b5563;
  transition: background-color 160ms ease, color 160ms ease;
}

.as-plus-nav-mega-link:hover .as-plus-nav-mega-icon {
  background: #ffffff;
  color: #4f46e5;
}

.as-plus-nav-mega-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}

.as-plus-nav-mega-body {
  min-width: 0;
}

.as-plus-nav-mega-title {
  display: block;
  color: #0f172a;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.as-plus-nav-mega-copy {
  display: block;
  margin-top: 0.25rem;
  color: #64748b;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.as-plus-nav-mega-footer {
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  background: #f9fafb;
  padding: 1.5rem 2rem;
}

.as-plus-nav-mega-footer-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.as-plus-nav-mega-footer-title {
  color: #0f172a;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.as-plus-nav-mega-footer-badge {
  border-radius: 9999px;
  background: rgba(79, 70, 229, 0.1);
  padding: 0.375rem 0.625rem;
  color: #4f46e5;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 600;
}

.as-plus-nav-mega-footer-copy {
  margin-top: 0.5rem;
  color: #64748b;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.as-plus-mobile-nav {
  position: fixed;
  inset: 0;
  display: block;
  opacity: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.25);
  transition: opacity 220ms ease;
}

.as-plus-mobile-nav.is-open {
  opacity: 1;
  pointer-events: auto;
}

.as-plus-mobile-nav-panel {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: min(100%, 20rem);
  overflow-y: auto;
  background: #ffffff;
  padding: 0 0 1.5rem;
  box-shadow: 0 24px 48px -16px rgba(17, 24, 39, 0.24);
  transform: translateX(-100%);
  transition: transform 260ms ease;
}

.as-plus-mobile-nav.is-open .as-plus-mobile-nav-panel {
  transform: translateX(0);
}

.as-plus-mobile-nav-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem 0.75rem;
  border-bottom: 1px solid rgba(229, 231, 235, 1);
}

.as-plus-mobile-nav-head .as-plus-logo {
  filter: none;
  height: 2rem;
}

.as-plus-mobile-close {
  color: #9ca3af;
}

.as-plus-mobile-close:hover {
  background: #f9fafb;
}

.as-plus-mobile-nav-sections {
  margin-top: 0;
  padding: 0 1rem;
}

.as-plus-mobile-nav-section + .as-plus-mobile-nav-section {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(229, 231, 235, 1);
}

.as-plus-mobile-nav-section--compact {
  margin-top: 0;
  padding-top: 1.5rem;
  border-top: 0;
}

.as-plus-mobile-label {
  color: #111827;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.as-plus-mobile-nav-links {
  margin-top: 0.9rem;
  display: grid;
  gap: 0.25rem;
}

.as-plus-mobile-nav-links a,
.as-plus-mobile-nav-login a {
  display: block;
  border-radius: 0.5rem;
  padding: 0.625rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #111827;
}

.as-plus-mobile-nav-links a:hover,
.as-plus-mobile-nav-login a:hover {
  background: #f9fafb;
}

.as-plus-mobile-nav-login {
  margin-top: 1.5rem;
  padding: 1.5rem 1rem 0;
  border-top: 1px solid rgba(229, 231, 235, 1);
  display: grid;
  gap: 0.75rem;
}

.as-plus-mobile-nav-login a:not(.as-plus-mobile-cta) {
  background: #f9fafb;
}

.as-plus-mobile-cta {
  width: 100%;
}

.as-plus-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(180deg, #eff6ff 0%, #ffffff 18rem);
  padding-top: 0;
}

.as-plus-blob {
  position: absolute;
  inset-inline: 0;
  z-index: -10;
  overflow: hidden;
  transform: translateZ(0);
  filter: blur(64px);
}

.as-plus-blob-top {
  top: -10rem;
}

.as-plus-blob-bottom {
  top: calc(100% - 13rem);
}

.as-plus-blob-shape {
  position: relative;
  width: 36.125rem;
  aspect-ratio: 1155 / 678;
  background: linear-gradient(to top right, #38bdf8, #2563eb);
  opacity: 0.28;
  clip-path: polygon(74.1% 44.1%, 100% 61.6%, 97.5% 26.9%, 85.5% 0.1%, 80.7% 2%, 72.5% 32.5%, 60.2% 62.4%, 52.4% 68.1%, 47.5% 58.3%, 45.2% 34.5%, 27.5% 76.7%, 0.1% 64.9%, 17.9% 100%, 27.6% 76.8%, 76.1% 97.7%, 74.1% 44.1%);
}

.as-plus-blob-top .as-plus-blob-shape {
  left: calc(50% - 11rem);
  transform: translateX(-50%) rotate(30deg);
}

.as-plus-blob-bottom .as-plus-blob-shape {
  left: calc(50% + 3rem);
  transform: translateX(-50%);
}

.as-plus-hero-body {
  padding: 11rem 0 6rem;
}

.as-plus-hero-container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.as-plus-hero-copy {
  max-width: 60rem;
  margin: 0 auto;
  text-align: center;
}

.as-plus-hero-title {
  margin: 0;
  color: #111827;
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.as-plus-hero-text {
  margin-top: 2rem;
  max-width: 43rem;
  margin-left: auto;
  margin-right: auto;
  color: #6b7280;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  text-wrap: pretty;
}

.as-plus-hero-actions {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.as-plus-primary-cta {
  border-radius: 0.375rem;
  background: #4f46e5;
  padding: 0.625rem 0.875rem;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
  box-shadow: 0 1px 2px rgba(17, 24, 39, 0.06);
}

.as-plus-primary-cta:hover {
  background: #6366f1;
}

.as-plus-hero-price-cta {
  background: var(--as-brand-blue-deep);
  color: #ffffff;
  padding: 0.9rem 1.35rem;
  border-radius: 0.75rem;
  font-size: 1rem;
  line-height: 1.25rem;
}

.as-plus-hero-price-cta:hover {
  background: #06255f;
}

.as-plus-secondary-cta {
  color: #111827;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.as-plus-hero-frame {
  margin-top: 4rem;
}

.as-plus-hero-frame-inner {
  margin: -0.5rem;
  border-radius: 0.75rem;
  background: rgba(15, 23, 42, 0.05);
  padding: 0.5rem;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.1);
}

.as-plus-hero-image {
  display: block;
  width: 100%;
  border-radius: 0.375rem;
  background: #f9fafb;
  box-shadow: 0 20px 48px -16px rgba(17, 24, 39, 0.2);
  border: 1px solid rgba(17, 24, 39, 0.1);
}

.as-prostream-highlight {
  overflow: hidden;
  background: #ffffff;
  padding: 6rem 0 7rem;
}

.as-prostream-shell {
  width: min(80rem, calc(100% - 3rem));
  margin: 0 auto;
}

.as-prostream-grid {
  display: grid;
  gap: 4rem;
  align-items: start;
}

.as-prostream-copy-inner {
  max-width: 34rem;
}

.as-prostream-eyebrow {
  color: #4f46e5;
  font-size: 0.9375rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.as-prostream-title {
  margin-top: 0.5rem;
  color: #0f172a;
  font-family: var(--salient-font-display);
  font-size: clamp(2.375rem, 4vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
  text-wrap: pretty;
}

.as-prostream-intro {
  margin-top: 1.5rem;
  color: #374151;
  font-size: 1.125rem;
  line-height: 2rem;
}

.as-prostream-points {
  display: grid;
  gap: 1.5rem;
  margin-top: 2.5rem;
  max-width: 36rem;
}

.as-prostream-actions {
  margin-top: 2.5rem;
}

.as-prostream-point {
  position: relative;
  padding-left: 2.25rem;
}

.as-prostream-point dt {
  display: inline;
  color: #0f172a;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.as-prostream-point dd {
  margin: 0;
  display: inline;
  color: #6b7280;
  font-size: 1rem;
  line-height: 1.75rem;
}

.as-prostream-point::before {
  content: "";
  position: absolute;
  top: 0.35rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
  background: currentColor;
  color: #4f46e5;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='black'%3E%3Cpath fill-rule='evenodd' d='M16.704 4.153a.75.75 0 0 1 .143 1.052l-8 10.5a.75.75 0 0 1-1.127.075l-4.5-4.5a.75.75 0 0 1 1.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 0 1 1.05-.143Z' clip-rule='evenodd'/%3E%3C/svg%3E") center / contain no-repeat;
}

.as-prostream-media {
  display: flex;
  justify-content: flex-start;
}

.as-prostream-media-frame {
  width: 100%;
  max-width: none;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 24px 48px -24px rgba(15, 23, 42, 0.24);
  border: 1px solid rgba(148, 163, 184, 0.18);
  overflow: hidden;
}

.as-prostream-visual {
  background: #ffffff;
  padding: 0;
  box-shadow: none;
}

.as-prostream-visual svg {
  display: block;
  width: min(76rem, 100%);
  max-width: none;
  height: auto;
}

.as-dab-highlight {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  padding: 6rem 0;
}

.as-dab-highlight::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1rem;
  width: 42rem;
  height: 42rem;
  transform: translateX(-50%);
  border-radius: 9999px;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.18) 0%, rgba(2, 115, 212, 0.08) 38%, rgba(255, 255, 255, 0) 72%);
  filter: blur(56px);
  pointer-events: none;
}

.as-dab-shell {
  position: relative;
  z-index: 1;
  width: min(80rem, calc(100% - 3rem));
  margin: 0 auto;
}

.as-dab-panel {
  position: relative;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
  outline: 0;
  backdrop-filter: none;
}

.as-dab-panel::after {
  content: none;
}

.as-dab-grid {
  display: grid;
  gap: 3rem;
  align-items: center;
}

.as-dab-visual-wrap {
  position: relative;
  z-index: 1;
  order: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.as-dab-image {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  border-radius: 0;
  aspect-ratio: auto;
  object-fit: contain;
  box-shadow: none;
}

.as-dab-copy {
  position: relative;
  z-index: 1;
  order: 2;
  max-width: none;
  padding: 0;
}

.as-dab-eyebrow {
  color: #4f46e5;
  font-size: 0.9375rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.as-dab-title {
  margin-top: 0.5rem;
  color: #0f172a;
  font-family: var(--salient-font-display);
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.as-dab-intro {
  margin-top: 1.5rem;
  color: #4b5563;
  font-size: 1.0625rem;
  line-height: 1.9;
}

.as-dab-points {
  display: grid;
  gap: 1rem 1.5rem;
  margin-top: 2rem;
}

.as-dab-point {
  position: relative;
  padding-left: 2rem;
}

.as-dab-point dt {
  color: #0f172a;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.as-dab-point dd {
  margin: 0;
  display: inline;
  color: #6b7280;
  font-size: 1rem;
  line-height: 1.75rem;
}

.as-dab-point svg {
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 1.125rem;
  height: 1.125rem;
  color: #4f46e5;
}

.as-dab-actions {
  margin-top: 2rem;
}

.as-dab-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.625rem;
  background: #4f46e5;
  padding: 0.85rem 1.1rem;
  color: #ffffff;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  font-weight: 700;
  box-shadow: 0 20px 30px -22px rgba(79, 70, 229, 0.8);
}

.as-dab-cta:hover {
  background: #4338ca;
}

@media (min-width: 640px) {
  .as-dab-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .as-plus-blob {
    filter: blur(72px);
  }

  .as-plus-blob-top {
    top: -20rem;
  }

  .as-plus-blob-top .as-plus-blob-shape {
    left: calc(50% - 30rem);
    width: 72.1875rem;
  }

  .as-plus-blob-bottom {
    top: calc(100% - 30rem);
  }

  .as-plus-blob-bottom .as-plus-blob-shape {
    left: calc(50% + 36rem);
    width: 72.1875rem;
  }

  .as-plus-hero-body {
    padding-top: 11.5rem;
    padding-bottom: 8rem;
  }

  .as-plus-hero-title {
    font-size: 4.5rem;
  }

  .as-plus-hero-frame {
    margin-top: 6rem;
  }
}

@media (min-width: 1024px) {
  .as-plus-nav::after {
    display: none;
  }

  .as-plus-nav {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .as-plus-nav-brand {
    justify-self: auto;
    margin-right: 0.5rem;
  }

  .as-plus-logo {
    height: 2.35rem;
  }

  .as-prostream-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
    gap: 4rem;
  }

  .as-prostream-copy {
    padding-top: 1rem;
    padding-right: 2rem;
  }

  .as-dab-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 4rem;
  }

  .as-dab-visual-wrap {
    justify-content: flex-start;
  }

  .as-dab-copy {
    margin-left: 0;
    padding: 1rem 2rem 0 0;
  }

  .as-plus-nav-mobile {
    display: none;
  }

  .as-plus-nav-links {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .as-plus-nav-actions {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    margin-left: auto;
  }

  .as-plus-nav-mega-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.375rem 1rem;
  }

  .as-plus-hero-body {
    padding-top: 12rem;
    padding-bottom: 10rem;
  }

  .as-plus-hero-frame-inner {
    margin: -1rem;
    border-radius: 1rem;
    padding: 1rem;
  }
}

.as-plus-pricing {
  background: #ffffff;
  padding: 6rem 0;
}

.as-plus-pricing-shell {
  width: min(80rem, calc(100% - 3rem));
  margin: 0 auto;
}

.as-plus-pricing-head {
  max-width: 56rem;
  margin: 0 auto;
  text-align: center;
}

.as-plus-pricing-kicker {
  color: #4f46e5;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.as-plus-pricing-title {
  margin-top: 0.5rem;
  color: #111827;
  font-family: var(--salient-font-display);
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.as-plus-pricing-intro {
  max-width: 42rem;
  margin: 1.5rem auto 0;
  text-align: center;
  color: #4b5563;
  font-size: 1.125rem;
  line-height: 2rem;
  font-weight: 500;
  text-wrap: pretty;
}

.as-plus-pricing-grid {
  display: grid;
  gap: 2rem;
  max-width: 28rem;
  margin: 4rem auto 0;
}

.as-plus-pricing-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  border-radius: 1.5rem;
  background: #ffffff;
  padding: 2rem;
  box-shadow: inset 0 0 0 1px #e5e7eb;
}

.as-plus-pricing-card-featured {
  position: relative;
}

.as-plus-pricing-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.as-plus-pricing-card-title {
  color: #111827;
  font-size: 1.125rem;
  line-height: 2rem;
  font-weight: 600;
}

.as-plus-pricing-card-featured .as-plus-pricing-card-title {
  color: #4f46e5;
}

.as-plus-pricing-badge {
  border-radius: 9999px;
  background: rgba(79, 70, 229, 0.1);
  padding: 0.25rem 0.625rem;
  color: #4f46e5;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.as-plus-pricing-card-copy {
  margin-top: 1rem;
  color: #4b5563;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.as-plus-pricing-card-price {
  margin-top: 1.5rem;
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
}

.as-plus-pricing-card-price span:first-child {
  color: #111827;
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.as-plus-pricing-card-price span:last-child {
  color: #4b5563;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.as-plus-pricing-features {
  margin-top: 2rem;
  display: grid;
  gap: 0.75rem;
  color: #4b5563;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.as-plus-pricing-features li {
  display: flex;
  gap: 0.75rem;
}

.as-plus-pricing-features svg {
  width: 1.25rem;
  height: 1.25rem;
  flex: none;
  color: #4f46e5;
}

.as-plus-pricing-button {
  display: block;
  border-radius: 0.375rem;
  padding: 0.625rem 0.75rem;
  text-align: center;
  color: #4f46e5;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 600;
  box-shadow: inset 0 0 0 1px #c7d2fe;
}

.as-plus-pricing-button:hover {
  box-shadow: inset 0 0 0 1px #a5b4fc;
}

.as-plus-pricing-button-featured {
  background: #4f46e5;
  color: #ffffff;
  box-shadow: 0 1px 2px rgba(17, 24, 39, 0.06);
}

.as-plus-pricing-button-featured:hover {
  background: #6366f1;
  box-shadow: 0 1px 2px rgba(17, 24, 39, 0.06);
}

@media (min-width: 640px) {
  .as-plus-pricing {
    padding: 8rem 0;
  }

  .as-plus-pricing-title {
    font-size: 3.75rem;
  }

  .as-plus-pricing-grid {
    margin-top: 5rem;
  }
}

@media (min-width: 1024px) {
  .as-plus-pricing-grid {
    max-width: none;
    margin: 5rem 0 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
  }

  .as-plus-pricing-card {
    border-radius: 1.5rem;
  }

  .as-plus-pricing-grid > :first-child {
    margin-right: -1px;
    margin-top: 2rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .as-plus-pricing-grid > :nth-child(2) {
    z-index: 10;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .as-plus-pricing-grid > :last-child {
    margin-left: -1px;
    margin-top: 2rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

.as-plus-footer {
  background: #ffffff;
  color: #111827;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.as-logo-cloud {
  background: #ffffff;
  padding: 6rem 0;
}

.as-logo-cloud-shell {
  width: min(80rem, calc(100% - 3rem));
  margin: 0 auto;
}

.as-logo-cloud-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 3rem 2rem;
  max-width: 32rem;
  margin: 0 auto;
}

.as-logo-cloud-item {
  grid-column: span 2;
}

.as-logo-cloud-item-offset-mobile {
  grid-column: 2 / span 2;
}

.as-logo-cloud-image {
  display: block;
  width: 100%;
  max-height: 3rem;
  object-fit: contain;
  margin: 0 auto;
  filter: grayscale(1);
  opacity: 0.78;
}

.as-plus-footer-shell {
  width: min(80rem, calc(100% - 3rem));
  margin: 0 auto;
  padding-top: 5rem;
  padding-bottom: 2rem;
}

.as-plus-footer-grid {
  display: grid;
  gap: 2.5rem;
}

.as-plus-footer-links-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

.as-plus-footer-pair {
  display: grid;
  gap: 2rem;
}

.as-plus-footer-column h3,
.as-plus-footer-newsletter h3 {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #111827;
}

.as-plus-footer-column ul {
  margin-top: 1.5rem;
  display: grid;
  gap: 1rem;
}

.as-plus-footer-column a {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #4b5563;
  transition: color 160ms ease;
}

.as-plus-footer-column a:hover {
  color: #111827;
}

.as-plus-footer-newsletter p {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #4b5563;
}

.as-plus-footer-form {
  margin-top: 1.5rem;
}

.as-plus-footer-form input {
  width: 100%;
  min-width: 0;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  background: #ffffff;
  padding: 0.625rem 0.75rem;
  color: #111827;
  font-size: 1rem;
  line-height: 1.5rem;
  outline: none;
}

.as-plus-footer-form input::placeholder {
  color: #6b7280;
}

.as-plus-footer-form input:focus {
  border-color: #4f46e5;
  box-shadow: 0 0 0 2px rgba(79, 70, 229, 0.18);
}

.as-plus-footer-form-action {
  margin-top: 1rem;
}

.as-plus-footer-form button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0.375rem;
  background: #4f46e5;
  padding: 0.625rem 0.75rem;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
  box-shadow: 0 1px 2px rgba(17, 24, 39, 0.06);
}

.as-plus-footer-form button:hover {
  background: #6366f1;
}

.as-plus-footer-bottom {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(17, 24, 39, 0.1);
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.as-plus-footer-socials {
  display: flex;
  gap: 1.5rem;
}

.as-plus-footer-socials a {
  color: #4b5563;
  transition: color 160ms ease;
}

.as-plus-footer-socials a:hover {
  color: #1f2937;
}

.as-plus-footer-socials svg {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}

.as-plus-footer-bottom p {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #4b5563;
}

@media (min-width: 768px) {
  .as-logo-cloud-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 3.5rem 2.5rem;
    max-width: 36rem;
  }

  .as-logo-cloud-item {
    grid-column: span 2;
  }

  .as-logo-cloud-item-offset-sm {
    grid-column: 2 / span 2;
  }

  .as-logo-cloud-item-offset-mobile {
    grid-column: auto / span 2;
  }

  .as-plus-footer-pair {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }

  .as-plus-footer-column-offset {
    margin-top: 0;
  }

  .as-plus-footer-form {
    display: flex;
    max-width: 28rem;
    gap: 1rem;
  }

  .as-plus-footer-form input {
    width: 16rem;
  }

  .as-plus-footer-form-action {
    margin-top: 0;
    flex-shrink: 0;
  }

  .as-plus-footer-bottom {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
}

@media (min-width: 1280px) {
  .as-logo-cloud {
    padding: 8rem 0;
  }

  .as-logo-cloud-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 3rem 2rem;
    max-width: none;
    margin: 0;
  }

  .as-logo-cloud-item,
  .as-logo-cloud-item-offset-sm,
  .as-logo-cloud-item-offset-mobile {
    grid-column: span 1;
  }

  .as-plus-footer-shell {
    padding-top: 8rem;
  }

  .as-plus-footer-grid {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    gap: 2rem;
  }

  .as-plus-footer-newsletter {
    margin-top: 0;
  }

  .as-plus-footer-form {
    max-width: none;
  }

  .as-plus-footer-form input {
    width: 100%;
  }
}

.as-pro-tier-pricing {
  background: #ffffff;
  overflow-x: clip;
}

.as-pro-tier-form {
  display: block;
}

.as-pro-tier-top {
  position: relative;
  background: #111827;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 6rem 0 4rem;
}

.as-pro-tier-top::before,
.as-pro-tier-top::after {
  content: "";
  position: absolute;
  border-radius: 9999px;
  filter: blur(90px);
  opacity: 0.35;
  pointer-events: none;
}

.as-pro-tier-top::before {
  top: -8rem;
  left: 50%;
  width: 26rem;
  height: 26rem;
  transform: translateX(-75%);
  background: linear-gradient(135deg, #f472b6, #818cf8);
}

.as-pro-tier-top::after {
  right: -6rem;
  bottom: -10rem;
  width: 22rem;
  height: 22rem;
  background: linear-gradient(135deg, #818cf8, #22d3ee);
}

.as-pro-tier-shell {
  position: relative;
  z-index: 1;
  width: min(80rem, calc(100% - 3rem));
  margin: 0 auto;
}

.as-pro-tier-head {
  max-width: 56rem;
  margin: 0 auto;
  text-align: center;
}

.as-pro-tier-title {
  color: #ffffff;
  font-family: "Lexend", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 2.75rem;
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.as-pro-tier-intro {
  max-width: 42rem;
  margin: 1.5rem auto 0;
  color: #94a3b8;
  font-size: 1.0625rem;
  line-height: 1.9;
  font-weight: 500;
  text-wrap: pretty;
}

.as-pro-tier-switch {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  border: 0;
  padding: 0;
  min-inline-size: 0;
}

.as-pro-tier-switch-group {
  display: inline-flex;
  gap: 0.25rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.08);
  padding: 0.25rem;
}

.as-pro-tier-switch-option {
  position: relative;
  border-radius: 9999px;
}

.as-pro-tier-switch-option input {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.as-pro-tier-switch-option span {
  display: block;
  border-radius: 9999px;
  padding: 0.5rem 1rem;
  color: #e2e8f0;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 600;
  transition: background-color 160ms ease, color 160ms ease;
}

.as-pro-tier-switch-option.is-active span {
  background: #4f46e5;
  color: #ffffff;
}

.as-pro-tier-cards {
  position: relative;
  display: grid;
  gap: 2rem;
  max-width: 28rem;
  margin: 2.5rem auto 0;
}

.as-pro-tier-orbit {
  position: absolute;
  left: 50%;
  bottom: -12rem;
  width: min(75rem, 100%);
  height: 16rem;
  transform: translateX(-50%);
  border-radius: 9999px;
  background: radial-gradient(circle at center, rgba(119, 117, 214, 0.92) 0%, rgba(233, 53, 193, 0.5) 34%, rgba(17, 24, 39, 0) 70%);
  opacity: 0.48;
  filter: blur(38px);
  pointer-events: none;
}

.as-pro-tier-cards-backdrop {
  display: none;
}

.as-pro-tier-card {
  border-radius: 1.5rem;
  background: rgba(15, 23, 42, 0.8);
  padding: 2rem;
  color: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
}

.as-pro-tier-card-featured {
  background: #ffffff;
  color: #0f172a;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.24);
}

.as-pro-tier-card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.as-pro-tier-card-title {
  font-size: 1.125rem;
  line-height: 2rem;
  font-weight: 600;
  color: inherit;
}

.as-pro-tier-badge {
  border-radius: 9999px;
  background: rgba(79, 70, 229, 0.12);
  padding: 0.25rem 0.625rem;
  color: #4338ca;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 700;
}

.as-pro-tier-card-copy {
  margin-top: 1rem;
  color: rgba(226, 232, 240, 0.9);
  font-size: 0.9375rem;
  line-height: 1.7;
}

.as-pro-tier-card-featured .as-pro-tier-card-copy {
  color: #475569;
}

.as-pro-tier-price-block {
  margin-top: 1.75rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.as-pro-tier-price-figure {
  min-width: 0;
}

.as-pro-tier-price-value {
  display: block;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.05em;
}

.as-pro-tier-price-value[data-price="annual"] {
  display: none;
}

.as-pro-tier-price-meta {
  display: grid;
  gap: 0;
  padding-top: 0.25rem;
}

.as-pro-tier-price-meta span {
  color: rgba(148, 163, 184, 0.95);
  font-size: 0.8125rem;
  line-height: 1.2rem;
}

.as-pro-tier-price-currency {
  font-weight: 600;
}

.as-pro-tier-card-featured .as-pro-tier-price-meta span {
  color: #64748b;
}

.as-pro-tier-price-meta [data-billing="annual"] {
  display: none;
}

.as-pro-tier-form.is-annual .as-pro-tier-price-value[data-price="monthly"],
.as-pro-tier-form.is-annual .as-pro-tier-price-meta [data-billing="monthly"] {
  display: none;
}

.as-pro-tier-form.is-annual .as-pro-tier-price-value[data-price="annual"],
.as-pro-tier-form.is-annual .as-pro-tier-price-meta [data-billing="annual"] {
  display: block;
}

.as-pro-tier-feature-list {
  margin-top: 2.75rem;
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.9375rem;
  line-height: 1.6;
  color: rgba(226, 232, 240, 0.95);
}

.as-pro-tier-card-featured .as-pro-tier-feature-list {
  color: #475569;
  border-top-color: rgba(15, 23, 42, 0.08);
}

.as-pro-tier-feature-list li {
  display: flex;
  gap: 0.75rem;
  padding: 0.7rem 0;
}

.as-pro-tier-feature-list li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.as-pro-tier-card-featured .as-pro-tier-feature-list li + li {
  border-top-color: rgba(15, 23, 42, 0.08);
}

.as-pro-tier-feature-list svg {
  width: 1.25rem;
  height: 1.25rem;
  flex: none;
  color: #818cf8;
}

.as-pro-tier-card-featured .as-pro-tier-feature-list svg {
  color: #4f46e5;
}

.as-pro-tier-button {
  display: block;
  width: 100%;
  margin-top: 1.75rem;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  padding: 0.75rem 1rem;
  text-align: center;
  color: #ffffff;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  font-weight: 600;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.as-pro-tier-button:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.18);
}

.as-pro-tier-button-featured {
  border-color: #4f46e5;
  background: #4f46e5;
  color: #ffffff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
}

.as-pro-tier-button-featured:hover {
  background: #6366f1;
  border-color: #6366f1;
}

.as-pro-tier-bottom {
  background: #ffffff;
  padding: 4rem 0 5rem;
}

.as-pro-tier-mobile-compare {
  display: grid;
  gap: 1.5rem;
}

.as-pro-tier-mobile-plan {
  border-radius: 1.5rem;
  background: transparent;
  padding: 1.5rem;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08);
}

.as-pro-tier-mobile-plan-featured {
  box-shadow: inset 0 0 0 2px #818cf8;
}

.as-pro-tier-mobile-plan-head h4 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #0f172a;
}

.as-pro-tier-mobile-plan-head p {
  margin-top: 0.25rem;
  color: #64748b;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.as-pro-tier-mobile-group {
  margin-top: 1.5rem;
}

.as-pro-tier-mobile-group h5 {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #0f172a;
}

.as-pro-tier-mobile-group dl {
  margin-top: 0.75rem;
}

.as-pro-tier-mobile-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid #e2e8f0;
  padding: 0.75rem 0;
}

.as-pro-tier-mobile-row:first-child {
  border-top: 0;
  padding-top: 0;
}

.as-pro-tier-mobile-row dt,
.as-pro-tier-mobile-row dd {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.as-pro-tier-mobile-row dt {
  color: #475569;
}

.as-pro-tier-mobile-row dd {
  text-align: right;
  color: #0f172a;
  font-weight: 600;
}

.as-pro-tier-desktop-compare {
  display: none;
}

@media (min-width: 640px) {
  .as-pro-tier-top {
    padding-top: 8rem;
  }

  .as-pro-tier-title {
    font-size: 3.75rem;
  }

  .as-pro-tier-cards {
    max-width: none;
  }
}

@media (min-width: 1024px) {
  .as-pro-tier-top {
    padding-bottom: 0;
    overflow: visible;
  }

  .as-pro-tier-cards {
    margin-top: 4rem;
    margin-bottom: -3.5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    align-items: start;
    max-width: none;
  }

  .as-pro-tier-orbit {
    top: -12rem;
    bottom: auto;
    height: 20rem;
    transform: translateX(-50%);
    opacity: 0.4;
  }

  .as-pro-tier-cards-backdrop {
    display: block;
    position: absolute;
    inset-inline: 1px;
    top: 1rem;
    bottom: 3.5rem;
    border-radius: 1rem 1rem 0 0;
    background: rgba(31, 41, 55, 0.8);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  }

  .as-pro-tier-card {
    min-height: 100%;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    position: relative;
  }

  .as-pro-tier-card-start {
    margin-right: -1px;
    margin-top: 1rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 3.5rem;
  }

  .as-pro-tier-card-featured {
    position: relative;
    z-index: 2;
    background: #ffffff;
    color: #0f172a;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.24);
  }

  .as-pro-tier-card-end {
    margin-left: -1px;
    margin-top: 1rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-bottom: 3.5rem;
  }

  .as-pro-tier-bottom {
    padding: 9.5rem 0 6rem;
  }

  .as-pro-tier-feature-list {
    border-top: 0;
  }

  .as-pro-tier-mobile-compare {
    display: none;
  }

  .as-pro-tier-desktop-compare {
    display: block;
  }

  .as-pro-tier-desktop-plan-row {
    display: grid;
    grid-template-columns: minmax(17rem, 1.2fr) repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
    align-items: end;
    border-top: 1px solid rgba(15, 23, 42, 0.1);
  }

  .as-pro-tier-desktop-plan {
    border-top: 2px solid transparent;
    padding-top: 2rem;
  }

  .as-pro-tier-desktop-plan-featured {
    border-top-color: #4f46e5;
  }

  .as-pro-tier-desktop-plan-name {
    font-size: 0.9375rem;
    line-height: 1.5rem;
    font-weight: 700;
    color: #0f172a;
  }

  .as-pro-tier-desktop-plan-featured .as-pro-tier-desktop-plan-name {
    color: #4338ca;
  }

  .as-pro-tier-desktop-plan-copy {
    margin-top: 0.35rem;
    color: #64748b;
    font-size: 0.875rem;
    line-height: 1.5rem;
  }

  .as-pro-tier-compare-group {
    margin-top: 3rem;
  }

  .as-pro-tier-compare-group h4 {
    color: #0f172a;
    font-size: 0.9375rem;
    line-height: 1.5rem;
    font-weight: 700;
  }

  .as-pro-tier-compare-grid {
    margin-top: 1.25rem;
    display: grid;
    gap: 0.75rem;
  }

  .as-pro-tier-compare-row {
    display: grid;
    grid-template-columns: minmax(17rem, 1.2fr) repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
    align-items: center;
  }

  .as-pro-tier-compare-label {
    color: #0f172a;
    font-size: 0.9375rem;
    line-height: 1.6;
  }

  .as-pro-tier-compare-value {
    display: flex;
    min-height: 4rem;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    background: transparent;
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08);
    color: #0f172a;
    font-size: 0.875rem;
    line-height: 1.5rem;
    font-weight: 600;
    text-align: center;
    padding: 0.875rem 1rem;
  }

  .as-pro-tier-compare-value-featured {
    box-shadow: inset 0 0 0 2px rgba(79, 70, 229, 0.55);
    color: #4338ca;
  }
}

/* 2026-03-12: hero + primary pricing refresh based on imported Tailwind Plus blocks */
.as-plus-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(180deg, #eff6ff 0%, #ffffff 18rem);
  padding-top: 0;
}

.as-plus-hero-body {
  padding: 11.25rem 0 5.5rem;
}

.as-plus-hero-container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  gap: 3rem;
  align-items: center;
}

.as-plus-hero-copy {
  max-width: 40rem;
  margin: 0 auto;
  text-align: left;
}

.as-plus-hero-announcement {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.as-plus-hero-badge {
  border-radius: 9999px;
  background: rgba(37, 99, 235, 0.08);
  padding: 0.35rem 0.8rem;
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.14);
  color: #2563eb;
  font-size: 0.8125rem;
  line-height: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.as-plus-hero-announcement-copy {
  color: #4b5563;
  font-size: 0.9rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.as-plus-hero-title {
  margin-top: 1.5rem;
  color: #0f172a;
  font-size: clamp(3.6rem, 7vw, 5.75rem);
  line-height: 0.92;
  font-weight: 600;
  letter-spacing: -0.07em;
  text-wrap: balance;
}

.as-plus-hero-title span {
  color: var(--as-brand-blue);
}

.as-plus-hero-text {
  margin-top: 1.75rem;
  max-width: 35rem;
  margin-left: 0;
  margin-right: 0;
  color: #475569;
  font-size: 1.0625rem;
  line-height: 1.85;
  font-weight: 500;
  text-wrap: pretty;
}

.as-plus-hero-actions {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem 1.5rem;
  flex-wrap: wrap;
}

.as-plus-icon-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.875rem;
  min-height: 4rem;
  border-radius: 1rem;
  padding: 0.625rem 1rem 0.625rem 0.75rem;
}

.as-plus-icon-cta-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 0.875rem;
  flex: none;
}

.as-plus-icon-cta-mark svg {
  width: 1.25rem;
  height: 1.25rem;
}

.as-plus-icon-cta-copy {
  display: inline-flex;
  align-items: center;
  line-height: 1.2;
}

.as-plus-icon-cta-arrow {
  font-size: 1rem;
  line-height: 1;
}

.as-plus-primary-cta.as-plus-icon-cta {
  padding-right: 1.125rem;
}

.as-plus-primary-cta.as-plus-icon-cta .as-plus-icon-cta-mark {
  background: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.as-plus-secondary-cta.as-plus-icon-cta {
  background: rgba(255, 255, 255, 0.82);
  box-shadow:
    0 16px 30px -24px rgba(15, 23, 42, 0.16),
    inset 0 0 0 1px rgba(148, 163, 184, 0.24);
  color: #0f172a;
  padding-right: 1.125rem;
}

.as-plus-secondary-cta.as-plus-icon-cta:hover {
  background: rgba(255, 255, 255, 0.94);
}

.as-plus-secondary-cta.as-plus-icon-cta .as-plus-icon-cta-mark {
  background: var(--as-brand-blue);
  color: #ffffff;
  box-shadow: 0 12px 22px -18px rgba(2, 115, 212, 0.65);
}

.as-plus-secondary-cta.as-plus-icon-cta .as-plus-icon-cta-arrow {
  color: var(--as-brand-blue);
}

.as-plus-hero-highlights {
  margin-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.as-plus-hero-highlights li {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.86);
  padding: 0.625rem 1rem 0.625rem 0.75rem;
  box-shadow:
    0 14px 28px -24px rgba(15, 23, 42, 0.12),
    inset 0 0 0 1px rgba(148, 163, 184, 0.18);
  color: #334155;
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: 700;
}

.as-plus-hero-highlight-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.75rem;
  background: var(--as-brand-blue);
  color: #ffffff;
  flex: none;
  box-shadow: 0 12px 20px -18px rgba(2, 115, 212, 0.72);
}

.as-plus-hero-highlight-icon svg {
  width: 1rem;
  height: 1rem;
}

.as-plus-hero-media {
  width: 100%;
  position: relative;
  isolation: isolate;
}

.as-plus-hero-media::before {
  content: "";
  position: absolute;
  inset: 8% 5% -8% 5%;
  border-radius: 2rem;
  background: linear-gradient(180deg, rgba(191, 219, 254, 0.32) 0%, rgba(239, 246, 255, 0.95) 48%, rgba(255, 255, 255, 0) 100%);
  filter: blur(18px);
  pointer-events: none;
  z-index: 0;
}

.as-plus-hero-frame {
  margin-top: 0;
  position: relative;
  z-index: 1;
}

.as-plus-hero-frame-inner {
  margin: 0;
  border-radius: 1.75rem;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 52%, #eef5ff 100%);
  padding: 0.9rem;
  box-shadow:
    0 34px 64px -36px rgba(15, 23, 42, 0.28),
    0 18px 30px -24px rgba(37, 99, 235, 0.16),
    inset 0 0 0 1px rgba(15, 23, 42, 0.06);
}

.as-plus-hero-image {
  display: block;
  width: 100%;
  border-radius: 1rem;
  background: #f9fafb;
  box-shadow: 0 22px 48px -26px rgba(17, 24, 39, 0.2);
  border: 1px solid rgba(17, 24, 39, 0.08);
}

.as-plus-hero-stat {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.94);
  padding: 0.65rem 1rem;
  box-shadow:
    0 18px 36px -28px rgba(15, 23, 42, 0.28),
    inset 0 0 0 1px rgba(15, 23, 42, 0.08);
  color: #0f172a;
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.01em;
  backdrop-filter: blur(10px);
}

.as-plus-hero-stat-top {
  top: 1.25rem;
  left: -1rem;
}

.as-plus-hero-stat-bottom {
  right: -1rem;
  bottom: 1.25rem;
}

.as-plus-hero-metrics {
  max-width: 80rem;
  margin: 3.5rem auto 0;
  padding: 0 1.5rem;
}

.as-plus-hero-metrics > div > h3 {
  color: #111827;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.as-plus-hero-metrics > div > dl {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.as-plus-hero-metrics > div > dl > div {
  position: relative;
  overflow: hidden;
  border-radius: 0.75rem;
  background: #ffffff;
  padding: 1.25rem 1rem 3rem;
  box-shadow:
    0 16px 36px -26px rgba(15, 23, 42, 0.16),
    inset 0 0 0 1px rgba(148, 163, 184, 0.12);
}

.as-plus-hero-metrics > div > dl > div::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  height: 0.35rem;
  background: var(--as-brand-blue);
}

.as-plus-hero-metrics dt {
  position: relative;
}

.as-plus-hero-metrics dt > div {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  background: #4f46e5;
  padding: 0.75rem;
  color: #ffffff;
}

.as-plus-hero-metrics dt > div svg {
  width: 1.5rem;
  height: 1.5rem;
}

.as-plus-hero-metrics dt > p {
  margin-left: 4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #6b7280;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

.as-plus-hero-metrics dd {
  margin-left: 4rem;
  display: flex;
  align-items: baseline;
  padding-bottom: 1.75rem;
}

.as-plus-hero-metrics dd > p:first-child {
  color: #111827;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

.as-plus-hero-metrics dd > p:nth-child(2) {
  margin-left: 0.5rem;
  display: inline-flex;
  align-items: baseline;
  color: #16a34a;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.as-plus-hero-metrics dd > p.text-red-600 {
  color: #dc2626;
}

.as-plus-hero-metrics dd > p:nth-child(2) svg {
  width: 1.25rem;
  height: 1.25rem;
  flex: none;
  align-self: center;
}

.as-plus-hero-metrics dd > div {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  background: #f9fafb;
  padding: 1rem 1rem 1.35rem;
}

.as-plus-hero-metrics dd > div a {
  color: #4f46e5;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

.as-plus-hero-metrics dd > div a:hover {
  color: #6366f1;
}

.as-plus-hero-metric-card-stream {
  padding-bottom: 1.5rem;
}

.as-plus-hero-metric-card-stream dd {
  padding-bottom: 0;
}

.as-plus-hero-metric-card-support {
  padding-bottom: 1.5rem;
}

.as-plus-hero-metric-card-failover {
  padding-bottom: 1.5rem;
}

.as-plus-hero-metric-copy {
  margin-left: 4rem;
  display: block;
  padding-bottom: 0;
}

.as-plus-hero-metric-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.25rem;
  padding: 0.55rem 0.9rem;
  border-radius: 9999px;
  background: var(--as-brand-blue-deep);
  color: #ffffff !important;
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 700;
  transition: background-color 0.18s ease, transform 0.18s ease;
}

.as-plus-hero-metric-link:hover {
  background: #06255f;
  color: #ffffff !important;
  transform: translateY(-1px);
}

.as-plus-pricing {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  padding: 5.5rem 0 6rem;
}

.as-plus-pricing-shell {
  width: min(80rem, calc(100% - 3rem));
  margin: 0 auto;
}

.as-plus-pricing-shell-cards {
  position: relative;
}

.as-plus-pricing-head {
  max-width: 52rem;
  margin: 0 auto;
  text-align: center;
}

.as-plus-pricing-kicker {
  color: #0273d4;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.as-plus-pricing-title {
  margin-top: 0.5rem;
  color: #0f172a;
  font-family: var(--salient-font-display);
  font-size: clamp(2.75rem, 5vw, 4rem);
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.as-plus-pricing-intro {
  max-width: 42rem;
  margin: 1.5rem auto 0;
  color: #4b5563;
  font-size: 1.125rem;
  line-height: 1.9;
  font-weight: 500;
  text-wrap: pretty;
}

.as-plus-pricing-stage {
  position: relative;
  padding-top: 4rem;
}

.as-plus-pricing-backdrop {
  position: absolute;
  inset: 9rem 0 0;
  background: radial-gradient(circle at center center, #38bdf8, #0f6bdc, #0f172a 72%);
}

.as-plus-pricing-grid {
  position: relative;
  display: grid;
  gap: 1.5rem;
  max-width: 26rem;
  margin: 0 auto;
}

.as-plus-pricing-card {
  display: block;
}

.as-plus-pricing-card-shell {
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 2px 1px rgba(255, 255, 255, 0.3);
  padding: 0.5rem;
  backdrop-filter: blur(8px);
}

.as-plus-pricing-card-inner {
  border-radius: 1.5rem;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0 20px 50px -24px rgba(15, 23, 42, 0.28), inset 0 0 0 1px rgba(15, 23, 42, 0.06);
}

.as-plus-pricing-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.as-plus-pricing-card-title {
  color: #0273d4;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.as-plus-pricing-badge {
  border-radius: 9999px;
  background: rgba(2, 115, 212, 0.1);
  padding: 0.375rem 0.75rem;
  color: #0273d4;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 700;
}

.as-plus-pricing-card-copy {
  margin-top: 0.75rem;
  color: #4b5563;
  font-size: 0.9375rem;
  line-height: 1.6;
}

.as-plus-pricing-card-price {
  margin-top: 1.75rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.as-plus-pricing-card-price span:first-child {
  color: #0f172a;
  font-size: 3.25rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.as-plus-pricing-card-price span:last-child {
  color: #64748b;
  font-size: 0.875rem;
  line-height: 1.4;
}

.as-plus-pricing-card-action {
  margin-top: 1.75rem;
}

.as-plus-pricing-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background: #0273d4;
  padding: 0.675rem 1rem;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 700;
  box-shadow: 0 1px 2px rgba(17, 24, 39, 0.06);
}

.as-plus-pricing-button:hover {
  background: #0f6bdc;
}

.as-plus-pricing-card-subhead {
  margin-top: 1.75rem;
  color: #0f172a;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.as-plus-pricing-features {
  margin-top: 0.875rem;
  display: grid;
  gap: 0.875rem;
}

.as-plus-pricing-features li {
  display: grid;
  grid-template-columns: 1rem minmax(0, 1fr);
  gap: 0.875rem;
  align-items: start;
  color: #475569;
  font-size: 0.9375rem;
  line-height: 1.55;
}

.as-plus-pricing-features svg {
  width: 1rem;
  height: 1rem;
  margin-top: 0.28rem;
  color: #94a3b8;
  flex: none;
}

.as-plus-pricing-foot {
  position: relative;
  max-width: 58rem;
  margin: 2rem auto 0;
  padding: 1.25rem 1.5rem;
  border-radius: 1rem;
  background: rgba(15, 23, 42, 0.3);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  text-align: center;
}

.as-plus-pricing-foot p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9375rem;
  line-height: 1.6;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .as-plus-blob-top .as-plus-blob-shape {
    left: calc(50% - 30rem);
  }

  .as-plus-blob-bottom .as-plus-blob-shape {
    left: calc(50% + 36rem);
  }

  .as-plus-hero-body {
    padding: 11.5rem 0 6rem;
  }

  .as-plus-hero-container {
    grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
    gap: 4.5rem;
  }

  .as-plus-hero-copy {
    margin: 0;
  }

  .as-plus-hero-media {
    justify-self: end;
    width: min(100%, 56rem);
  }

  .as-plus-hero-metrics > div > dl {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .as-plus-pricing {
    padding: 6rem 0 7rem;
  }

  .as-plus-pricing-head {
    max-width: 64rem;
    text-align: left;
  }

  .as-plus-pricing-intro {
    margin-left: 0;
  }

  .as-plus-pricing-stage {
    padding-top: 5rem;
  }

  .as-plus-pricing-backdrop {
    inset: 11rem 0 0;
    background: radial-gradient(circle at center 140%, #38bdf8, #0f6bdc, #0f172a 70%);
  }

  .as-plus-pricing-grid {
    max-width: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
  }

  .as-plus-pricing-card-featured {
    transform: translateY(-1.5rem);
  }
}

@media (max-width: 767px) {
  .as-plus-hero-body {
    padding: 10.25rem 0 4.5rem;
  }

  .as-plus-hero-announcement {
    gap: 0.5rem;
  }

  .as-plus-hero-title {
    font-size: 2.95rem;
    text-wrap: pretty;
  }

  .as-plus-hero-text {
    font-size: 1rem;
    line-height: 1.75rem;
  }

  .as-plus-hero-media {
    display: grid;
    gap: 0.9rem;
  }

  .as-plus-hero-metrics {
    margin-top: 2.75rem;
  }

  .as-plus-icon-cta {
    width: 100%;
    justify-content: space-between;
  }

  .as-plus-hero-stat {
    position: static;
    width: max-content;
    max-width: 100%;
  }

  .as-plus-hero-stat-bottom {
    justify-self: end;
  }

  .as-plus-hero-metrics > div > dl {
    grid-template-columns: 1fr;
  }

  .as-plus-hero-frame-inner {
    border-radius: 1.35rem;
    padding: 0.7rem;
  }

  .as-plus-pricing {
    padding: 4.75rem 0 5.25rem;
  }

  .as-plus-pricing-title {
    font-size: 2.5rem;
  }

  .as-plus-pricing-card-inner {
    padding: 1.75rem;
  }
}

/* 2026-03-12: brand sweep for active homepage sections below hero */
:root {
  --as-brand-blue: #0273d4;
  --as-brand-blue-strong: #0f6bdc;
  --as-brand-blue-deep: #041944;
  --as-brand-blue-soft: #eaf4ff;
  --as-brand-blue-soft-2: #f4f9ff;
  --as-brand-blue-soft-3: #d9eeff;
  --as-brand-surface: #2563eb;
}

.as-plus-nav-action,
.as-plus-primary-cta,
.as-dab-cta,
#features .as-ads-cta,
.as-plus-footer-form button,
.as-pro-tier-switch-option.is-active span,
.as-pro-tier-button-featured {
  background: var(--as-brand-blue);
}

.as-plus-nav-action:hover,
.as-plus-primary-cta:hover,
.as-dab-cta:hover,
#features .as-ads-cta:hover,
.as-plus-footer-form button:hover,
.as-pro-tier-button-featured:hover,
.as-pro-tier-switch-option.is-active:hover span {
  background: var(--as-brand-blue-strong);
}

.as-plus-header .as-plus-nav-action {
  background: #ffffff;
  color: #111827;
}

.as-plus-header .as-plus-nav-action:hover {
  background: #f3f4f6;
}

.as-plus-nav-mega-link:hover .as-plus-nav-mega-icon,
.as-plus-nav-mega-footer-badge,
.as-plus-pricing-kicker,
.as-plus-pricing-card-featured .as-plus-pricing-card-title,
.as-plus-pricing-badge,
.as-prostream-eyebrow,
.as-dab-eyebrow,
#features .as-ads-eyebrow,
.as-pro-tier-badge,
.as-pro-tier-card-featured .as-pro-tier-feature-list svg,
.as-pro-tier-desktop-plan-featured .as-pro-tier-desktop-plan-name,
.as-pro-tier-compare-value-featured,
.as-pro-tier-card-featured .as-pro-tier-card-title {
  color: var(--as-brand-blue);
}

.as-plus-pricing-features svg,
.as-prostream-point svg,
.as-dab-point svg,
#features .as-ads-point svg {
  color: var(--as-brand-blue);
}

.as-plus-pricing-button {
  color: var(--as-brand-blue);
  box-shadow: inset 0 0 0 1px rgba(2, 115, 212, 0.22);
}

.as-plus-pricing-button:hover {
  box-shadow: inset 0 0 0 1px rgba(2, 115, 212, 0.35);
}

.as-plus-pricing-button-featured {
  background: var(--as-brand-blue);
}

.as-plus-pricing-button-featured:hover {
  background: var(--as-brand-blue-strong);
}

.as-plus-nav-mega-footer-badge,
.as-plus-pricing-badge,
.as-pro-tier-badge {
  background: rgba(2, 115, 212, 0.1);
}

.as-plus-nav-mega-footer {
  background: var(--as-brand-blue-soft-2);
}

.as-plus-nav-mega-link:hover {
  background: var(--as-brand-blue-soft-2);
}

.as-plus-nav-mega-icon {
  background: #f8fafc;
}

.as-plus-mobile-nav-panel,
.as-plus-nav-mega-grid {
  box-shadow: 0 22px 44px -26px rgba(15, 23, 42, 0.2);
}

.as-prostream-media-frame {
  box-shadow: 0 24px 48px -24px rgba(15, 23, 42, 0.24), 0 0 0 1px rgba(148, 163, 184, 0.18);
}

#features .as-ads-image {
  box-shadow: 0 26px 44px -26px rgba(15, 23, 42, 0.18), 0 0 0 1px rgba(2, 115, 212, 0.12);
}

.as-dab-cta,
#features .as-ads-cta {
  box-shadow: 0 20px 30px -22px rgba(2, 115, 212, 0.7);
}

.as-plus-footer-form input:focus {
  border-color: var(--as-brand-blue);
  box-shadow: 0 0 0 2px rgba(2, 115, 212, 0.16);
}

.as-pro-tier-top::before {
  background: linear-gradient(135deg, #38bdf8, #0273d4);
}

.as-pro-tier-top::after {
  background: linear-gradient(135deg, #0ea5e9, #0f6bdc);
}

.as-pro-tier-orbit {
  background: radial-gradient(circle at center, rgba(56, 189, 248, 0.72) 0%, rgba(2, 115, 212, 0.38) 34%, rgba(17, 24, 39, 0) 70%);
}

.as-pro-tier-button-featured {
  border-color: var(--as-brand-blue);
}

.as-pro-tier-mobile-plan-featured {
  box-shadow: inset 0 0 0 2px #7dd3fc;
  background: linear-gradient(180deg, #f8fbff 0%, #eef7ff 100%);
}

.as-pro-tier-desktop-plan-featured {
  border-top-color: var(--as-brand-blue);
}

.as-pro-tier-feature-list svg {
  color: #7dd3fc;
}

/* 2026-03-13: Tailwind Plus style refresh for top pricing section */
.as-plus-pricing {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  padding: 0;
}

.as-plus-pricing-form {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top center, rgba(37, 99, 235, 0.09), transparent 38%),
    linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
  padding: 5.5rem 0 6rem;
}

.as-plus-pricing-form::before,
.as-plus-pricing-form::after {
  display: none;
}

.as-plus-pricing-form::before {
  content: none;
}

.as-plus-pricing-form::after {
  content: none;
}

.as-plus-pricing .as-plus-pricing-shell {
  position: relative;
  z-index: 1;
  width: min(80rem, calc(100% - 3rem));
  margin: 0 auto;
}

.as-plus-pricing .as-plus-pricing-head {
  max-width: 56rem;
  margin: 0 auto;
  text-align: center;
}

.as-plus-pricing .as-plus-pricing-kicker {
  color: #2563eb;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.as-plus-pricing .as-plus-pricing-title {
  margin-top: 0.5rem;
  color: #0f172a;
  font-family: var(--salient-font-display);
  font-size: clamp(2.75rem, 5vw, 4rem);
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.as-plus-pricing .as-plus-pricing-intro {
  max-width: 42rem;
  margin: 1.5rem auto 0;
  color: #4b5563;
  font-size: 1.125rem;
  line-height: 1.9;
  font-weight: 500;
  text-wrap: pretty;
}

.as-plus-pricing .as-pro-tier-switch {
  margin-top: 2.75rem;
}

.as-plus-pricing .as-pro-tier-switch-group {
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.1);
}

.as-plus-pricing .as-pro-tier-switch-option span {
  min-width: 7.75rem;
  color: #6b7280;
}

.as-plus-pricing .as-plus-pricing-stage {
  position: relative;
  margin-top: 2.75rem;
}

.as-plus-pricing .as-plus-pricing-orbit {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: auto;
  width: min(64rem, calc(100% + 2rem));
  height: 9rem;
  transform: translateX(-50%);
  border-radius: 9999px;
  background: radial-gradient(circle at center, rgba(37, 99, 235, 0.14) 0%, rgba(37, 99, 235, 0.08) 38%, rgba(255, 255, 255, 0) 75%);
  filter: blur(30px);
  pointer-events: none;
}

#get-started-today {
  background: linear-gradient(180deg, var(--as-brand-blue) 0%, var(--as-brand-blue-deep) 100%);
}

.as-plus-pricing .as-plus-pricing-grid {
  position: relative;
  display: grid;
  gap: 1.5rem;
  max-width: 26rem;
  margin: 0 auto;
}

.as-plus-pricing .as-plus-pricing-card {
  position: relative;
  border-radius: 1.5rem;
  background: #ffffff;
  color: #0f172a;
  box-shadow:
    0 10px 30px -24px rgba(15, 23, 42, 0.18),
    inset 0 0 0 1px rgba(15, 23, 42, 0.08);
}

.as-plus-pricing .as-plus-pricing-card-featured {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  color: #0f172a;
  box-shadow:
    0 24px 60px -34px rgba(15, 23, 42, 0.28),
    inset 0 0 0 2px rgba(37, 99, 235, 0.9);
}

.as-plus-pricing .as-plus-pricing-card-shell {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2rem;
}

.as-plus-pricing .as-plus-pricing-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.as-plus-pricing .as-plus-pricing-card-title {
  color: #0f172a;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.as-plus-pricing .as-plus-pricing-card-featured .as-plus-pricing-card-title {
  color: #0273d4;
}

.as-plus-pricing .as-plus-pricing-badge {
  border-radius: 9999px;
  background: rgba(2, 115, 212, 0.1);
  padding: 0.375rem 0.75rem;
  color: #0273d4;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 700;
}

.as-plus-pricing .as-plus-pricing-card-copy {
  margin-top: 0.875rem;
  color: #4b5563;
  font-size: 0.9375rem;
  line-height: 1.65;
}

.as-plus-pricing .as-plus-pricing-card-featured .as-plus-pricing-card-copy {
  color: #475569;
}

.as-plus-pricing .as-plus-pricing-card-price {
  margin-top: 1.75rem;
  display: flex;
  align-items: flex-end;
  gap: 1rem;
}

.as-plus-pricing .as-plus-pricing-price-figure {
  display: grid;
}

.as-plus-pricing .as-plus-pricing-price-amount {
  font-size: 3.25rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: #0f172a;
}

.as-plus-pricing .as-plus-pricing-card-featured .as-plus-pricing-price-amount {
  color: #0f172a;
}

.as-plus-pricing .as-plus-pricing-price-meta {
  display: grid;
  gap: 0.125rem;
  padding-bottom: 0.35rem;
}

.as-plus-pricing .as-plus-pricing-price-meta span {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #6b7280;
}

.as-plus-pricing .as-plus-pricing-card-featured .as-plus-pricing-price-meta span {
  color: #64748b;
}

.as-plus-pricing .as-plus-pricing-price-amount[data-price="annual"],
.as-plus-pricing .as-plus-pricing-price-meta [data-billing="annual"] {
  display: none;
}

.as-plus-pricing-form.is-annual .as-plus-pricing-price-amount[data-price="monthly"],
.as-plus-pricing-form.is-annual .as-plus-pricing-price-meta [data-billing="monthly"] {
  display: none;
}

.as-plus-pricing-form.is-annual .as-plus-pricing-price-amount[data-price="annual"] {
  display: block;
}

.as-plus-pricing-form.is-annual .as-plus-pricing-price-meta [data-billing="annual"] {
  display: block;
}

.as-plus-pricing .as-plus-pricing-card-action {
  margin-top: 1.75rem;
}

.as-plus-pricing .as-plus-pricing-button {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background: #ffffff;
  padding: 0.75rem 1rem;
  color: #2563eb;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 700;
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.18);
}

.as-plus-pricing .as-plus-pricing-button:hover {
  background: #ffffff;
  color: #1e40af;
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.36);
}

.as-plus-pricing .as-plus-pricing-button-featured {
  background: #0273d4;
  color: #ffffff;
  box-shadow: 0 16px 24px -20px rgba(2, 115, 212, 0.85);
}

.as-plus-pricing .as-plus-pricing-button-featured:hover {
  background: #0f6bdc;
  box-shadow: 0 20px 28px -22px rgba(15, 107, 220, 0.92);
}

.as-plus-pricing .as-plus-pricing-card-subhead {
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  color: #475569;
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.as-plus-pricing .as-plus-pricing-card-featured .as-plus-pricing-card-subhead {
  border-top-color: rgba(15, 23, 42, 0.08);
  color: #475569;
}

.as-plus-pricing .as-plus-pricing-features {
  margin-top: 1rem;
  display: grid;
  gap: 0.875rem;
}

.as-plus-pricing .as-plus-pricing-features li {
  display: grid;
  grid-template-columns: 1rem minmax(0, 1fr);
  gap: 0.875rem;
  align-items: start;
  color: #4b5563;
  font-size: 0.9375rem;
  line-height: 1.55;
}

.as-plus-pricing .as-plus-pricing-card-featured .as-plus-pricing-features li {
  color: #334155;
}

.as-plus-pricing .as-plus-pricing-features svg {
  width: 1rem;
  height: 1rem;
  margin-top: 0.28rem;
  color: #2563eb;
  flex: none;
}

.as-plus-pricing .as-plus-pricing-card-featured .as-plus-pricing-features svg {
  color: #0273d4;
}

.as-plus-pricing .as-plus-pricing-foot {
  max-width: 56rem;
  margin: 2rem auto 0;
  padding: 1.125rem 1.25rem;
  border-radius: 1rem;
  background: #f8fafc;
  text-align: center;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08);
}

.as-plus-pricing .as-plus-pricing-foot p {
  color: #475569;
  font-size: 0.9375rem;
  line-height: 1.6;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .as-plus-pricing-form {
    padding: 6rem 0 6.25rem;
  }

  .as-plus-pricing .as-plus-pricing-head {
    max-width: 60rem;
  }

  .as-plus-pricing .as-plus-pricing-stage {
    margin-top: 4rem;
  }

  .as-plus-pricing .as-plus-pricing-grid {
    max-width: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
    align-items: end;
  }

  .as-plus-pricing .as-plus-pricing-card {
    min-height: 100%;
  }

  .as-plus-pricing .as-plus-pricing-card-featured {
    transform: translateY(-0.75rem);
  }
}

/* 2026-03-13: enterprise-style proof and FAQ sections */
#testimonials {
  background: #ffffff;
  padding: 5.5rem 0 7rem;
}

#testimonials .as-proof-head,
#faq .as-faq-head {
  max-width: 46rem;
  margin: 0 auto;
  text-align: center;
}

#testimonials .as-proof-eyebrow,
#faq .as-faq-eyebrow {
  color: #2563eb;
  font-size: 0.9375rem;
  line-height: 1.75rem;
  font-weight: 700;
}

#testimonials .as-proof-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 4rem;
}

#testimonials .as-proof-card {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  padding: 2rem;
  border-radius: 1.25rem;
  background: #ffffff;
  box-shadow:
    0 12px 36px -28px rgba(15, 23, 42, 0.18),
    inset 0 0 0 1px rgba(15, 23, 42, 0.08);
}

#testimonials .as-proof-label {
  color: #2563eb;
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#testimonials .as-proof-card h3 {
  font-family: var(--salient-font-display);
  font-size: 1.35rem;
  line-height: 1.35;
  color: #0f172a;
}

#testimonials .as-proof-card > p:not(.as-proof-label):not(.as-proof-note) {
  color: #475569;
  font-size: 1rem;
  line-height: 1.8;
}

#testimonials .as-proof-note {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  color: #64748b;
  font-size: 0.9375rem;
  line-height: 1.7;
}

#faq {
  overflow: hidden;
  background: #f8fafc;
  padding: 5.5rem 0 7rem;
}

#faq > img {
  display: none;
}

#faq .as-faq-head p a {
  color: #2563eb;
  font-weight: 700;
}

#faq .as-faq-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 4rem;
}

#faq .as-faq-card {
  padding: 1.75rem;
  border-radius: 1.25rem;
  background: #ffffff;
  box-shadow:
    0 12px 36px -28px rgba(15, 23, 42, 0.14),
    inset 0 0 0 1px rgba(15, 23, 42, 0.08);
}

#faq .as-faq-card dt {
  font-family: var(--salient-font-display);
  font-size: 1.125rem;
  line-height: 1.55;
  color: #0f172a;
}

#faq .as-faq-card dd {
  margin-top: 0.9rem;
  color: #475569;
  font-size: 0.975rem;
  line-height: 1.8;
}

@media (min-width: 1024px) {
  #testimonials .as-proof-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #faq .as-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* 2026-03-13: moving logo strip refresh */
.as-logo-cloud {
  background: linear-gradient(180deg, var(--as-brand-blue) 0%, var(--as-brand-blue-deep) 100%);
  padding: 4rem 0 5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.as-logo-cloud-shell {
  width: min(80rem, calc(100% - 3rem));
  margin: 0 auto;
}

.as-logo-cloud-head {
  max-width: 36rem;
  margin: 0 auto 2rem;
  text-align: center;
}

.as-logo-cloud-eyebrow {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.as-logo-cloud-title {
  margin-top: 0.75rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 1.75;
}

.as-logo-cloud-marquee {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent, black 12%, black 88%, transparent);
  mask-image: linear-gradient(to right, transparent, black 12%, black 88%, transparent);
}

.as-logo-cloud-marquee-inner {
  display: flex;
  gap: 1.25rem;
  width: max-content;
  animation: as-logo-cloud-marquee 26s linear infinite;
}

.as-logo-cloud-marquee:hover .as-logo-cloud-marquee-inner {
  animation-play-state: paused;
}

.as-logo-cloud-track {
  display: flex;
  gap: 1.25rem;
}

.as-logo-cloud-item {
  display: flex;
  flex: 0 0 11rem;
  align-items: center;
  justify-content: center;
  min-height: 5rem;
  padding: 1rem 1.25rem;
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.92) 100%);
  box-shadow:
    0 20px 40px -28px rgba(2, 12, 34, 0.42),
    inset 0 0 0 1px rgba(255, 255, 255, 0.32);
}

.as-logo-cloud-image {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 2.5rem;
  object-fit: contain;
  margin: 0 auto;
  filter: grayscale(1) contrast(1.02);
  opacity: 0.82;
}

@keyframes as-logo-cloud-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 0.625rem));
  }
}

@media (min-width: 1024px) {
  .as-logo-cloud {
    padding: 4.5rem 0 5.5rem;
  }

  .as-logo-cloud-item {
    flex-basis: 12.5rem;
    min-height: 5.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .as-logo-cloud-marquee {
    -webkit-mask-image: none;
    mask-image: none;
  }

  .as-logo-cloud-marquee-inner {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    animation: none;
  }

  .as-logo-cloud-track[aria-hidden="true"] {
    display: none;
  }
}

@media (max-width: 767px) {
  .as-plus-pricing-form {
    padding: 4.75rem 0 4.5rem;
  }

  .as-plus-pricing .as-plus-pricing-title {
    font-size: 2.5rem;
  }

  .as-plus-pricing .as-plus-pricing-intro {
    font-size: 1rem;
    line-height: 1.75rem;
  }

  .as-plus-pricing .as-pro-tier-switch-option span {
    min-width: 0;
    padding-inline: 0.9rem;
  }

  .as-plus-pricing .as-plus-pricing-card-shell {
    padding: 1.75rem;
  }

  .as-plus-pricing .as-plus-pricing-card-price {
    gap: 0.75rem;
  }

  .as-plus-pricing .as-plus-pricing-price-amount {
    font-size: 2.85rem;
  }
}

.as-salient-pricing {
  background: #fff;
}

.as-salient-pricing .as-plus-pricing-form {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 6rem 0 5rem;
  background: linear-gradient(180deg, var(--as-brand-blue) 0%, var(--as-brand-blue-deep) 100%);
}

.as-salient-pricing .as-plus-pricing-form::before,
.as-salient-pricing .as-plus-pricing-form::after {
  content: "";
  position: absolute;
  inset: auto;
  pointer-events: none;
}

.as-salient-pricing .as-plus-pricing-form::before {
  inset: 0;
  background: none;
}

.as-salient-pricing .as-plus-pricing-form::after {
  inset: 0;
  background: none;
}

.as-salient-pricing-shell {
  position: relative;
  z-index: 1;
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.as-salient-pricing-head {
  max-width: 68rem;
  margin: 0 auto;
  text-align: center;
}

.as-salient-pricing-title {
  max-width: 64rem;
  margin: 0 auto;
  color: #fff;
  font-family: var(--salient-font-display);
  font-size: clamp(2.85rem, 5vw, 4.5rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.as-salient-pricing-title span {
  display: block;
}

.as-salient-pricing-intro {
  margin: 1.5rem auto 0;
  max-width: 44rem;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.9;
}

.as-salient-pricing-switch-wrap {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}

.as-salient-pricing .as-pro-tier-switch {
  margin: 0;
}

.as-salient-pricing .as-pro-tier-switch-group {
  gap: 0.25rem;
  padding: 0;
  border-radius: 999px;
  background: transparent;
}

.as-salient-pricing .as-pro-tier-switch-option span {
  min-width: 7.5rem;
  background: #fff;
  color: var(--as-brand-blue-deep);
  box-shadow: 0 10px 24px -18px rgba(15, 23, 42, 0.45);
}

.as-salient-pricing .as-pro-tier-switch-option.is-active span {
  background: var(--as-brand-blue-deep);
  color: #fff;
  box-shadow: none;
}

.as-salient-pricing-stage {
  position: relative;
  margin-top: 3.5rem;
  isolation: isolate;
}

.as-salient-pricing-glow {
  display: none;
}

.as-salient-pricing-backdrop {
  display: none;
}

.as-salient-pricing-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.as-salient-pricing-stage-compact {
  margin-top: 2.5rem;
}

.as-salient-pricing-grid-compact {
  gap: 1rem;
}

.as-salient-pricing-card {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  background: var(--as-brand-blue-deep);
  box-shadow: 0 18px 50px -34px rgba(15, 23, 42, 0.7);
  backdrop-filter: blur(16px);
  color: #fff;
}

.as-salient-pricing-card-featured {
  background: #fff;
  color: #0f172a;
  box-shadow: 0 30px 65px -32px rgba(15, 23, 42, 0.7);
}

.as-salient-pricing-card-shell {
  height: 100%;
  padding: 2rem;
}

.as-salient-pricing-card-shell-compact {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.8rem;
  min-height: 12.5rem;
  padding: 1.6rem;
}

.as-salient-pricing-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.as-salient-pricing-card-title {
  color: inherit;
  font-size: 0.95rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.as-salient-pricing-card-kicker {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.as-salient-pricing-card-featured .as-salient-pricing-card-kicker {
  color: #64748b;
}

.as-salient-pricing-badge {
  margin: 0;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(79, 70, 229, 0.12);
  color: #4338ca;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 700;
}

.as-salient-pricing-card-copy {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  line-height: 1.8;
}

.as-salient-pricing-card-featured .as-salient-pricing-card-copy {
  color: #475569;
}

.as-salient-pricing-card-price {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-top: 1.5rem;
}

.as-salient-pricing-price-figure {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.as-salient-pricing-price-amount {
  color: inherit;
  font-size: clamp(2.7rem, 4vw, 3.5rem);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.as-salient-pricing-price-amount[data-price="annual"],
.as-salient-pricing-price-meta [data-billing="annual"] {
  display: none;
}

.as-plus-pricing-form.is-annual .as-salient-pricing-price-amount[data-price="monthly"],
.as-plus-pricing-form.is-annual .as-salient-pricing-price-meta [data-billing="monthly"] {
  display: none;
}

.as-plus-pricing-form.is-annual .as-salient-pricing-price-amount[data-price="annual"] {
  display: inline;
}

.as-plus-pricing-form.is-annual .as-salient-pricing-price-meta [data-billing="annual"] {
  display: block;
}

.as-salient-pricing-price-meta {
  display: grid;
  gap: 0.15rem;
  font-size: 0.9rem;
  line-height: 1.5;
}

.as-salient-pricing-price-inline {
  display: grid;
  gap: 0.45rem;
  margin: 0;
}

.as-salient-pricing-price-note {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
  line-height: 1.4;
  font-weight: 500;
}

.as-salient-pricing-card-featured .as-salient-pricing-price-note {
  color: #64748b;
}

.as-salient-pricing-price-currency {
  color: inherit;
  font-weight: 600;
}

.as-salient-pricing-price-meta span {
  color: rgba(255, 255, 255, 0.62);
}

.as-salient-pricing-card-featured .as-salient-pricing-price-meta span {
  color: #64748b;
}

.as-salient-pricing-card-action {
  margin-top: 1.5rem;
}

.as-salient-pricing-button {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0.7rem 1rem;
  border-radius: 0.75rem;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.07);
  color: #0f172a;
  font-size: 0.95rem;
  font-weight: 700;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.as-salient-pricing-button:hover {
  background: #eff6ff;
  transform: translateY(-1px);
}

.as-salient-pricing-button-featured {
  background: #2563eb;
  box-shadow: none;
  color: #fff;
}

.as-salient-pricing-button-featured:hover {
  background: #1d4ed8;
}

.as-salient-pricing-card-subhead {
  margin-top: 1.75rem;
  color: inherit;
  font-size: 0.76rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.as-salient-pricing-features {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(2, 115, 212, 0.22);
}

.as-salient-pricing-card-featured .as-salient-pricing-features {
  border-top-color: rgba(4, 25, 68, 0.1);
}

.as-salient-pricing-features li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(2, 115, 212, 0.16);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.93rem;
  line-height: 1.65;
}

.as-salient-pricing-card-featured .as-salient-pricing-features li {
  border-bottom-color: rgba(4, 25, 68, 0.08);
  color: #475569;
}

.as-salient-pricing-features li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.as-salient-pricing-features svg {
  width: 1.3rem;
  height: 1.3rem;
  flex: none;
  margin-top: 0.15rem;
  color: rgba(148, 163, 184, 0.8);
}

.as-salient-pricing-card-featured .as-salient-pricing-features svg {
  color: #4f46e5;
}

.as-salient-pricing-foot {
  margin-top: 2rem;
  text-align: center;
}

.as-salient-pricing-foot p {
  margin: 0 auto;
  max-width: 52rem;
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.8;
}

@media (min-width: 1024px) {
  .as-salient-pricing .as-plus-pricing-form {
    padding: 7rem 0 5.75rem;
  }

  .as-salient-pricing-backdrop {
    position: absolute;
    inset: 1.25rem 1px 0;
    display: block;
    z-index: 1;
    border-radius: 1.5rem 1.5rem 0 0;
    background: rgba(4, 25, 68, 0.34);
    box-shadow: inset 0 0 0 1px rgba(2, 115, 212, 0.18);
  }

  .as-salient-pricing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    max-width: none;
  }

  .as-salient-pricing-grid-compact {
    gap: 1rem;
  }

  .as-salient-pricing-card {
    margin-top: 1.25rem;
    border-radius: 1.5rem;
  }

  .as-salient-pricing-grid-compact .as-salient-pricing-card {
    margin-top: 0;
  }

  .as-salient-pricing-card-featured {
    z-index: 2;
    margin-top: 0;
    transform: translateY(-0.85rem);
  }

  .as-salient-pricing-grid-compact .as-salient-pricing-card-featured {
    transform: none;
  }
}

@media (max-width: 767px) {
  .as-salient-pricing .as-plus-pricing-form {
    padding: 5rem 0 4.5rem;
  }

  .as-salient-pricing-shell {
    padding: 0 1rem;
  }

  .as-salient-pricing-title {
    font-size: 2.55rem;
  }

  .as-salient-pricing-intro {
    font-size: 1rem;
    line-height: 1.8;
  }

  .as-salient-pricing .as-pro-tier-switch-option span {
    min-width: 0;
    padding-inline: 0.95rem;
  }

  .as-salient-pricing-card-shell {
    padding: 1.75rem;
  }

  .as-salient-pricing-card-shell-compact {
    min-height: auto;
    padding: 1.5rem;
  }

  .as-salient-pricing-price-figure {
    gap: 0.75rem;
  }

  .as-salient-pricing-price-amount {
    font-size: 2.9rem;
  }
}
