:root {
  color-scheme: light;
  --black: #050309;
  --black-2: #0f0a17;
  --white: #ffffff;
  --paper: #f7f4ef;
  --paper-2: #ebe6dc;
  --ink: #17111f;
  --muted: #6a6372;
  --line: rgba(23, 17, 31, 0.14);
  --line-dark: rgba(255, 255, 255, 0.16);
  --purple: #6b2acb;
  --purple-dark: #2a0b52;
  --orange: #ff940f;
  --orange-dark: #e46d00;
  --blue: #1677ff;
  --green: #18a058;
  --shadow: 0 20px 54px rgba(20, 12, 34, 0.16);
  --glass: rgba(255, 255, 255, 0.56);
  --glass-strong: rgba(255, 255, 255, 0.78);
  --glass-border: rgba(255, 255, 255, 0.86);
  --brand-icon-url: url("ícone.png");
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(90deg, rgba(107, 42, 203, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, #fbf9f4 0%, #f2eff8 44%, #ffffff 100%);
  background-size: 72px 72px, auto;
  color: var(--ink);
  font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

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

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

h1,
h2,
h3,
p,
a,
span,
strong,
td,
th {
  overflow-wrap: break-word;
}

h1,
h2,
h3 {
  font-weight: 650;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
  align-items: center;
  gap: 24px;
  min-height: 76px;
  padding: 12px max(22px, calc((100vw - var(--max)) / 2));
  background: rgba(255, 255, 255, 0.58);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    inset 0 -1px 0 rgba(255, 255, 255, 0.5),
    0 18px 50px rgba(42, 11, 82, 0.08);
  backdrop-filter: blur(24px) saturate(145%);
}

.brand img {
  width: 190px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 500;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--purple);
}

.topbar-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-cta,
.panel-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 8px;
  font-weight: 650;
  white-space: nowrap;
  text-align: center;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 10px 24px rgba(42, 11, 82, 0.08);
}

.nav-cta {
  color: var(--purple-dark);
  border: 1px solid rgba(107, 42, 203, 0.22);
  background: rgba(255, 255, 255, 0.78);
}

.panel-cta {
  color: var(--orange-dark);
  border: 1px solid rgba(255, 148, 15, 0.3);
  background: rgba(255, 255, 255, 0.78);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 8px;
  font-weight: 650;
  text-align: center;
}

.button-primary {
  color: var(--white);
  background: linear-gradient(90deg, var(--purple), var(--orange-dark));
  box-shadow: 0 14px 30px rgba(107, 42, 203, 0.16);
}

.hero {
  position: relative;
  min-height: auto;
  padding: 24px max(22px, calc((100vw - var(--max)) / 2)) 44px;
  overflow: hidden;
  background: transparent;
  color: var(--ink);
}

.hero::after {
  display: none;
}

.hero-banner {
  position: relative;
  overflow: hidden;
  width: min(100%, var(--max));
  min-height: 520px;
  margin: 0 auto;
  border: 1px solid var(--glass-border);
  border-radius: 8px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.45)),
    linear-gradient(135deg, rgba(107, 42, 203, 0.18), rgba(255, 148, 15, 0.16)),
    repeating-linear-gradient(135deg, rgba(42, 11, 82, 0.06) 0 1px, transparent 1px 28px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    inset 0 0 26px rgba(255, 255, 255, 0.45),
    0 28px 80px rgba(42, 11, 82, 0.12);
  backdrop-filter: blur(26px) saturate(150%);
}

.hero-banner::before {
  content: "";
  position: absolute;
  inset: 40px;
  background: var(--brand-icon-url) center / min(42%, 360px) no-repeat;
  opacity: 0.1;
}

.hero-banner.has-site-image {
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0.2)),
    var(--site-image) center / cover no-repeat;
}

.hero-banner.has-site-image::before {
  display: none;
}

.intro-band,
.banner-section,
.section,
.system-section,
.resilience-band,
.audience-section,
.footer {
  padding-right: max(22px, calc((100vw - var(--max)) / 2));
  padding-left: max(22px, calc((100vw - var(--max)) / 2));
}

.intro-band {
  padding-top: 54px;
  padding-bottom: 54px;
  background: transparent;
}

.intro-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(100%, var(--max));
  margin: 0 auto;
  background: transparent;
  border: 0;
}

.intro-grid article {
  padding: 28px;
  border: 1px solid var(--glass-border);
  background: var(--glass);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 0 22px rgba(255, 255, 255, 0.34),
    0 18px 40px rgba(42, 11, 82, 0.08);
  backdrop-filter: blur(18px) saturate(140%);
  transition:
    transform 190ms ease,
    border-color 190ms ease,
    box-shadow 190ms ease,
    background 190ms ease;
}

@media (hover: hover) {
  .intro-grid article:hover {
    transform: translateY(-5px) scale(1.014);
    border-color: rgba(255, 255, 255, 0.96);
    background: rgba(255, 255, 255, 0.66);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.95),
      inset 0 0 26px rgba(255, 255, 255, 0.42),
      0 26px 58px rgba(42, 11, 82, 0.12);
  }
}

.intro-grid.is-ready article > span,
.intro-grid.is-ready article > h2,
.intro-grid.is-ready article > p {
  opacity: 0;
  transform: translateY(20px);
}

.intro-grid.is-visible article > span,
.intro-grid.is-visible article > h2,
.intro-grid.is-visible article > p {
  animation: intro-text-cascade 0.78s cubic-bezier(0.18, 0.84, 0.32, 1) both;
  animation-delay: calc(var(--card-delay, 0ms) + var(--text-delay, 0ms));
}

.intro-grid article:nth-child(1) {
  --card-delay: 0ms;
}

.intro-grid article:nth-child(2) {
  --card-delay: 160ms;
}

.intro-grid article:nth-child(3) {
  --card-delay: 320ms;
}

.intro-grid article > span {
  --text-delay: 0ms;
}

.intro-grid article > h2 {
  --text-delay: 140ms;
}

.intro-grid article > p {
  --text-delay: 280ms;
}

.intro-grid span {
  color: var(--orange-dark);
  font-weight: 650;
}

.intro-grid h2,
.section-heading h2,
.resilience-copy h2,
.footer h2 {
  margin: 12px 0 0;
  font-size: 3.6rem;
  line-height: 1;
}

.intro-grid h2 {
  font-size: 1.8rem;
}

.intro-grid p,
.feature-item p,
.resilience-copy p,
.resilience-steps p,
.faq-list p,
.footer p {
  color: var(--muted);
  line-height: 1.7;
}

.banner-section {
  padding-top: 68px;
  padding-bottom: 68px;
  background: transparent;
}

.banner-slot {
  display: grid;
  align-content: end;
  width: min(100%, var(--max));
  min-height: 420px;
  margin: 0 auto;
  padding: 34px;
  border: 1px dashed rgba(255, 255, 255, 0.46);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(42, 11, 82, 0.56)),
    linear-gradient(90deg, rgba(42, 11, 82, 0.78), rgba(107, 42, 203, 0.64), rgba(255, 148, 15, 0.52));
  color: var(--white);
  box-shadow: 0 24px 70px rgba(42, 11, 82, 0.14);
}

.banner-slot.has-site-image {
  background:
    linear-gradient(180deg, rgba(42, 11, 82, 0.08), rgba(42, 11, 82, 0.58)),
    var(--site-image) center / cover no-repeat;
}

.banner-slot h2 {
  max-width: 760px;
  margin: 14px 0 8px;
  font-size: 4.6rem;
  line-height: 0.98;
}

.banner-slot p {
  max-width: 580px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.6;
}

.section,
.system-section,
.audience-section {
  padding-top: 82px;
  padding-bottom: 82px;
}

.section-heading {
  width: min(100%, var(--max));
  margin: 0 auto 34px;
}

.section-heading h2,
.resilience-copy h2 {
  max-width: 760px;
}

#funcionalidades .section-heading h2 {
  max-width: 980px;
  font-size: 3.15rem;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  width: min(100%, var(--max));
  margin: 0 auto;
  border: 0;
  background: transparent;
}

.feature-item {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 22px;
  padding: 30px;
  border: 1px solid var(--glass-border);
  border-radius: 8px;
  background: var(--glass);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 0 22px rgba(255, 255, 255, 0.34),
    0 18px 38px rgba(42, 11, 82, 0.07);
  backdrop-filter: blur(18px) saturate(140%);
  transition:
    background 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
  animation: reveal-up 0.7s ease both;
  animation-timeline: view();
  animation-range: entry 0% cover 24%;
}

.feature-item:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.96);
  background:
    linear-gradient(135deg, rgba(107, 42, 203, 0.09), rgba(255, 148, 15, 0.08)),
    rgba(255, 255, 255, 0.66);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    inset 0 0 26px rgba(255, 255, 255, 0.42),
    0 28px 58px rgba(42, 11, 82, 0.13);
}

.feature-item:hover .feature-icon {
  color: var(--purple-dark);
  transform: translateY(-2px) scale(1.035);
}

.feature-icon {
  width: 68px;
  height: 68px;
  padding: 0;
  border: 0;
  color: var(--purple);
  background: transparent;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.audience-card svg {
  width: 66px;
  height: 66px;
  padding: 0;
  border: 0;
  color: var(--purple);
  background: transparent;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.feature-item h3 {
  margin: 0;
  font-size: 1.34rem;
  font-weight: 600;
}

.feature-item p {
  margin: 10px 0 0;
}

.system-section {
  color: var(--ink);
  background: transparent;
}

.system-section .section-heading h2 {
  color: var(--ink);
}

.screens-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  grid-template-rows: repeat(2, minmax(278px, 1fr));
  align-items: stretch;
  gap: 16px;
  width: min(100%, var(--max));
  margin: 0 auto;
}

.screen-card {
  display: grid;
  min-width: 0;
  margin: 0;
}

.screen-card-large {
  grid-row: 1 / span 2;
}

.screen-placeholder {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  min-height: 278px;
  overflow: hidden;
  padding: 30px;
  border: 1px dashed rgba(107, 42, 203, 0.2);
  border-radius: 8px;
  color: var(--ink);
  background: var(--glass);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 0 24px rgba(255, 255, 255, 0.36),
    0 18px 42px rgba(42, 11, 82, 0.08);
  backdrop-filter: blur(18px) saturate(140%);
}

.screen-placeholder.has-site-image {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.78)),
    var(--site-image) center / cover no-repeat;
}

.screen-placeholder::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 6px;
  pointer-events: none;
}

.screen-card-large .screen-placeholder {
  min-height: 100%;
  padding: 34px;
}

.main-screen-placeholder {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.72)),
    linear-gradient(135deg, rgba(107, 42, 203, 0.28), rgba(22, 119, 255, 0.1), rgba(255, 148, 15, 0.22));
}

.master-placeholder {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.76)),
    repeating-linear-gradient(90deg, rgba(107, 42, 203, 0.12) 0 1px, transparent 1px 54px),
    rgba(107, 42, 203, 0.16);
}

.attendant-placeholder {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.76)),
    repeating-linear-gradient(0deg, rgba(255, 148, 15, 0.14) 0 1px, transparent 1px 42px),
    rgba(255, 148, 15, 0.12);
}

.screen-placeholder span {
  position: relative;
  z-index: 1;
  max-width: 100%;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.35;
}

.screen-placeholder strong {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 600px;
  margin-top: 8px;
  font-size: 2.42rem;
  font-weight: 600;
  line-height: 1.05;
}

.screen-card:not(.screen-card-large) .screen-placeholder strong {
  max-width: 360px;
  font-size: 1.78rem;
  line-height: 1.08;
}

.resilience-band {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1fr);
  gap: 48px;
  padding-top: 86px;
  padding-bottom: 86px;
  background: transparent;
}

.resilience-copy,
.resilience-steps {
  width: min(100%, var(--max));
}

.resilience-steps {
  display: grid;
  gap: 12px;
}

.resilience-steps article {
  padding: 22px;
  border-left: 5px solid var(--purple);
  border-radius: 8px;
  background: var(--glass);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    inset 0 0 22px rgba(255, 255, 255, 0.32),
    0 16px 36px rgba(42, 11, 82, 0.07);
  backdrop-filter: blur(18px) saturate(140%);
}

.resilience-steps article:nth-child(2) {
  border-color: var(--orange);
}

.resilience-steps article:nth-child(3) {
  border-color: var(--green);
}

.resilience-steps span {
  color: var(--purple);
  font-size: 0.78rem;
  font-weight: 650;
  text-transform: uppercase;
}

.resilience-steps h3 {
  margin: 8px 0 6px;
}

.resilience-steps p {
  margin: 0;
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  width: min(100%, var(--max));
  margin: 0 auto;
  padding-top: 14px;
}

.plan-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 560px;
  padding: 24px;
  border: 1px solid var(--glass-border);
  border-radius: 8px;
  background: var(--glass-strong);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    inset 0 0 24px rgba(255, 255, 255, 0.38),
    0 20px 48px rgba(42, 11, 82, 0.09);
  backdrop-filter: blur(20px) saturate(145%);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
  animation: reveal-up 0.7s ease both;
  animation-timeline: view();
  animation-range: entry 0% cover 22%;
}

.plan-card::before {
  content: "";
  position: absolute;
  inset: -120px -70px auto;
  z-index: -1;
  height: 170px;
  background: linear-gradient(
    115deg,
    transparent 18%,
    rgba(255, 255, 255, 0.62) 44%,
    rgba(255, 148, 15, 0.14) 54%,
    transparent 78%
  );
  opacity: 0;
  transform: translateX(-55%) rotate(-8deg);
  pointer-events: none;
}

.plan-card::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -110px;
  z-index: -1;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(107, 42, 203, 0.18), transparent 68%);
  opacity: 0;
  transform: scale(0.72);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
  pointer-events: none;
}

.plan-card > * {
  position: relative;
  z-index: 1;
}

.plan-card:nth-child(2) {
  animation-range: entry 4% cover 24%;
}

.plan-card:nth-child(3) {
  animation-range: entry 8% cover 26%;
}

.plan-card:nth-child(4) {
  animation-range: entry 12% cover 28%;
}

.plan-card:hover {
  border-color: rgba(255, 255, 255, 0.98);
  transform: translateY(-9px) scale(1.018);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    inset 0 0 32px rgba(255, 255, 255, 0.5),
    0 32px 82px rgba(42, 11, 82, 0.17);
}

.plan-card:hover::before {
  animation: plan-sheen 0.9s ease;
}

.plan-card:hover::after {
  opacity: 1;
  transform: scale(1);
}

.plan-card:hover .plan-name,
.plan-card:hover .plan-price {
  transform: translateY(-2px);
}

.plan-featured {
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.68)),
    linear-gradient(135deg, rgba(107, 42, 203, 0.18), rgba(255, 148, 15, 0.14));
}

.plan-name {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  min-height: auto;
  padding: 0;
  border-radius: 8px;
  font-size: 1.55rem;
  font-weight: 650;
  text-transform: none;
}

.plan-name {
  color: var(--purple-dark);
  background: transparent;
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.plan-featured .plan-name {
  color: var(--purple-dark);
  background: transparent;
}

.plan-card h3 {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}

.plan-price {
  margin: 18px 0 0;
  color: var(--purple-dark);
  font-size: 1.9rem;
  font-weight: 650;
  transition: transform 180ms ease;
}

.plan-price span {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 500;
}

.plan-featured .plan-price span,
.plan-featured .plan-note,
.plan-featured .plan-extra p {
  color: var(--muted);
}

.plan-card ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.55;
}

.plan-note,
.plan-extra {
  margin-top: 18px;
}

.plan-note {
  padding-top: 18px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.plan-extra {
  display: grid;
  gap: 10px;
  padding-top: 18px;
  padding-bottom: 22px;
}

.plan-extra span,
.plan-terms span {
  color: var(--orange-dark);
  font-size: 0.76rem;
  font-weight: 650;
  text-transform: uppercase;
}

.plan-featured .plan-extra span {
  color: var(--orange-dark);
}

.plan-extra p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.58;
}

.plan-bottom {
  display: grid;
  gap: 14px;
  margin: auto -10px -10px;
  padding: 20px 10px 10px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(107, 42, 203, 0.07), rgba(255, 148, 15, 0.08)),
    rgba(255, 255, 255, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    inset 0 0 22px rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(16px) saturate(140%);
  transition:
    background 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.plan-bottom .plan-price {
  margin: 0;
}

.plan-card:hover .plan-bottom {
  transform: translateY(-2px);
  background:
    linear-gradient(135deg, rgba(107, 42, 203, 0.1), rgba(255, 148, 15, 0.11)),
    rgba(255, 255, 255, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 0 26px rgba(255, 255, 255, 0.38),
    0 14px 30px rgba(42, 11, 82, 0.08);
}

.plan-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid rgba(107, 42, 203, 0.2);
  border-radius: 8px;
  color: var(--purple-dark);
  background: rgba(255, 255, 255, 0.68);
  font-weight: 650;
  text-align: center;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 10px 22px rgba(42, 11, 82, 0.08);
  transition:
    transform 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.plan-button:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 148, 15, 0.34);
  color: var(--orange-dark);
  background: rgba(255, 255, 255, 0.88);
}

.plan-card:hover .plan-button {
  transform: translateY(-3px);
  border-color: rgba(107, 42, 203, 0.28);
}

.plan-terms {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: min(100%, var(--max));
  margin: 18px auto 0;
}

.plan-terms article {
  padding: 14px 16px;
  border: 1px solid var(--glass-border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(18px) saturate(140%);
}

.plan-terms h3 {
  margin: 0 0 4px;
  font-size: 0.98rem;
  font-weight: 600;
}

.plan-terms p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.audience-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  align-items: start;
  gap: 44px;
  overflow: hidden;
  background: transparent;
}

.audience-section::before,
.audience-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  filter: blur(14px);
  opacity: 0.72;
  pointer-events: none;
}

.audience-section::before {
  top: 86px;
  right: max(20px, calc((100vw - var(--max)) / 2 + 120px));
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(107, 42, 203, 0.12), transparent 70%);
}

.audience-section::after {
  right: max(22px, calc((100vw - var(--max)) / 2));
  bottom: 70px;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(255, 148, 15, 0.14), transparent 70%);
}

.audience-section .section-heading {
  width: auto;
  margin: 0;
}

.audience-section .section-heading h2 {
  max-width: 390px;
  margin-top: 0;
  font-size: 3.28rem;
  line-height: 1.03;
  text-align: left;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-rows: minmax(142px, auto);
  gap: 16px;
  width: 100%;
  margin: 0;
}

.audience-card {
  display: grid;
  align-content: space-between;
  gap: 20px;
  min-height: 152px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.44)),
    rgba(255, 255, 255, 0.48);
  font-weight: 600;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 0 -1px 0 rgba(255, 255, 255, 0.58),
    inset 0 0 34px rgba(255, 255, 255, 0.42),
    0 18px 46px rgba(42, 11, 82, 0.08);
  backdrop-filter: blur(24px) saturate(155%);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
  animation: reveal-up 0.7s ease both;
  animation-timeline: view();
  animation-range: entry 0% cover 18%;
}

.audience-card:hover {
  transform: translateY(-7px) scale(1.018);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.56)),
    rgba(255, 255, 255, 0.6);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -1px 0 rgba(255, 255, 255, 0.66),
    inset 0 0 38px rgba(255, 255, 255, 0.5),
    0 30px 70px rgba(42, 11, 82, 0.15);
}

.audience-card span {
  max-width: 260px;
  font-size: 1.14rem;
  line-height: 1.24;
}

.audience-card-medical {
  grid-column: 1 / span 3;
  grid-row: 1;
}

.audience-card-dental {
  grid-column: 1 / span 2;
  grid-row: 2;
}

.audience-card-labs {
  grid-column: 4 / span 3;
  grid-row: 1;
}

.audience-card-registry {
  grid-column: 3 / span 2;
  grid-row: 2;
}

.audience-card-education {
  grid-column: 1 / span 2;
  grid-row: 3;
}

.audience-card-finance {
  grid-column: 5 / span 2;
  grid-row: 2;
}

.audience-card-tools {
  grid-column: 3 / span 4;
  grid-row: 3;
}

.faq-section {
  background: var(--paper);
}

.faq-list {
  display: grid;
  gap: 10px;
  width: min(100%, 880px);
  margin: 0 auto;
}

.faq-list details {
  border: 1px solid var(--glass-border);
  border-radius: 8px;
  background: var(--glass);
  backdrop-filter: blur(18px) saturate(140%);
}

.faq-list summary {
  cursor: pointer;
  padding: 20px 22px;
  font-weight: 600;
}

.faq-list p {
  margin: 0;
  padding: 0 22px 22px;
}

.footer {
  padding-top: 44px;
  padding-bottom: 28px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.68);
  border-top: 1px solid var(--glass-border);
  backdrop-filter: blur(18px) saturate(140%);
}

.footer-inner {
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  gap: 32px;
  width: min(100%, var(--max));
  margin: 0 auto;
}

.footer h2 {
  max-width: 620px;
  color: var(--purple-dark);
  font-size: 1.7rem;
  line-height: 1.18;
}

.footer p {
  margin: 10px 0 0;
  color: var(--muted);
}

.copyright {
  width: min(100%, var(--max));
  margin: 34px auto 0;
  padding-top: 18px;
  border-top: 1px solid var(--line-dark);
  color: var(--muted);
  font-size: 0.9rem;
}

@keyframes reveal-up {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes plan-sheen {
  0% {
    opacity: 0;
    transform: translateX(-65%) rotate(-8deg);
  }

  35% {
    opacity: 0.72;
  }

  100% {
    opacity: 0;
    transform: translateX(82%) rotate(-8deg);
  }
}

@keyframes intro-text-cascade {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .intro-grid.is-ready article > span,
  .intro-grid.is-ready article > h2,
  .intro-grid.is-ready article > p {
    opacity: 1;
    transform: none;
  }

  .intro-grid.is-visible article > span,
  .intro-grid.is-visible article > h2,
  .intro-grid.is-visible article > p {
    animation: none;
  }
}

@media (max-width: 980px) {
  .topbar {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .nav-cta {
    justify-self: center;
  }

  .topbar-actions {
    justify-self: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .intro-grid,
  .resilience-band,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .section-heading h2,
  .resilience-copy h2,
  .footer h2 {
    font-size: 3rem;
  }

  .banner-slot h2 {
    font-size: 3.4rem;
  }

  .screen-placeholder strong {
    font-size: 2rem;
  }

  .intro-grid,
  .feature-list,
  .screens-grid,
  .plans-grid,
  .plan-terms {
    grid-template-columns: 1fr;
  }

  .audience-section {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .audience-section .section-heading {
    position: static;
  }

  .audience-section .section-heading h2 {
    max-width: 760px;
    font-size: 3rem;
  }

  .audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
    gap: 14px;
  }

  .audience-card-medical,
  .audience-card-dental,
  .audience-card-labs,
  .audience-card-registry,
  .audience-card-education,
  .audience-card-finance,
  .audience-card-tools {
    grid-column: auto;
    grid-row: auto;
    min-height: 168px;
    transform: none;
  }

  .screen-card-large {
    grid-row: auto;
  }

  .screen-card-large .screen-placeholder {
    min-height: 360px;
  }
}

@media (max-width: 680px) {
  .topbar {
    position: static;
    gap: 14px;
  }

  .brand img {
    width: 170px;
  }

  .nav-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 18px;
  }

  .section-heading h2,
  .resilience-copy h2,
  .footer h2 {
    font-size: 2.34rem;
  }

  .intro-grid h2 {
    font-size: 1.62rem;
  }

  .banner-slot h2 {
    font-size: 2.5rem;
  }

  .screen-placeholder strong {
    font-size: 1.7rem;
  }

  .button,
  .nav-cta,
  .panel-cta {
    width: 100%;
  }

  .topbar-actions {
    width: 100%;
  }

  .hero-banner {
    min-height: 360px;
  }

  .intro-grid article,
  .banner-slot,
  .feature-item,
  .screen-placeholder {
    padding: 22px;
  }

  .feature-item {
    grid-template-columns: 62px 1fr;
  }

  .audience-grid {
    grid-template-columns: 1fr;
  }

  .audience-section .section-heading h2 {
    font-size: 2.46rem;
  }

  .audience-card {
    min-height: 142px;
  }

  .audience-card svg {
    width: 58px;
    height: 58px;
  }

  .feature-icon {
    width: 56px;
    height: 56px;
  }

  .banner-slot {
    min-height: 360px;
  }
}
