:root {
  --brand-red-900: #190507;
  --brand-red-800: #29070c;
  --brand-red-600: #6c111d;
  --brand-red-500: #8f1524;
  --brand-red-400: #b01b2c;
  --brand-red-200: #f0c7cc;
  --ink-900: #f7f3f3;
  --ink-600: #dcc5c7;
  --ink-500: #c3a8aa;
  --ink-contrast: #2a090d;
  --surface-100: rgba(32, 9, 13, 0.45);
  --surface-200: rgba(32, 9, 13, 0.65);
  --max-width: 1120px;
}

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

body {
  margin: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
  color: var(--ink-contrast);
}

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

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.top-bar {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 26px;
  padding: 12px 36px 12px 0;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(18px);
  position: sticky;
  top: 0;
  z-index: 2;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  color: var(--ink-contrast);
  text-transform: none;
  position: relative;
  padding: 0 24px 0 0;
  margin-right: 24px;
  align-self: stretch;
}

.brand::after {
  content: "";
  position: absolute;
  right: 0;
  top: -12px;
  bottom: -12px;
  width: 1px;
  background: rgba(0, 0, 0, 0.12);
}

.brand-name {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
}

.brand-logo {
  width: clamp(48px, 6vw, 72px);
  height: clamp(48px, 6vw, 72px);
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.2));
}

.site-nav {
  display: flex;
  flex: 1;
  justify-content: center;
  gap: clamp(20px, 3vw, 36px);
  font-size: 0.86rem;
  color: #6f6f6f;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 500;
  align-self: center;
}

.site-nav:empty {
  display: none;
}

.site-nav a {
  position: relative;
  padding-bottom: 6px;
  color: inherit;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: var(--brand-red-400);
  transition: width 220ms ease;
}

.nav-actions {
  display: inline-flex;
  align-items: stretch;
  gap: 18px;
  margin-left: auto;
}

.request-demo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 14px;
  border-radius: 4px;
  border: 1px solid rgba(176, 27, 44, 0.28);
  color: var(--brand-red-500);
  background: transparent;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.contact-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 0 18px;
  height: 100%;
  position: relative;
  color: var(--brand-red-500);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.contact-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: -12px;
  bottom: -12px;
  width: 1px;
  background: rgba(0, 0, 0, 0.12);
}

.nav-actions a {
  font-size: 0.75rem;
  display: flex;
  align-items: center;
}

.hero {
  flex: 1;
  width: 100%;
  margin: -40px 0 0;
  padding: clamp(32px, 8vw, 96px) clamp(32px, 10vw, 120px) clamp(66px, 13vw, 140px);
  display: grid;
  grid-template-columns: 1fr;
  row-gap: clamp(32px, 6vw, 68px);
  justify-items: center;
  position: relative;
  text-align: center;
  background: #ffffff;
  box-shadow: 0 -20px 40px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  top: clamp(10%, 14vw, 30%);
  width: clamp(120px, 18vw, 220px);
  height: clamp(220px, 26vw, 320px);
  background: radial-gradient(circle, rgba(146, 19, 35, 0.2), rgba(146, 19, 35, 0));
  filter: blur(30px);
  z-index: 0;
}

.hero::before {
  left: -8%;
}

.hero::after {
  right: -8%;
  background: radial-gradient(circle, rgba(189, 31, 50, 0.16), rgba(189, 31, 50, 0));
}

.hero-copy {
  max-width: 720px;
  z-index: 1;
  font-family: "Georgia", "Times New Roman", serif;
  margin: 0 auto;
}

.eyebrow {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.8rem;
  color: #1c1c1c;
  margin: 0 0 18px;
}

h1 {
  font-weight: 500;
  font-size: clamp(2.1rem, 4.8vw, 3.6rem);
  line-height: 1.08;
  margin: 0 0 24px;
  color: #000000;
  display: flex;
  flex-direction: column;
  gap: clamp(6px, 1.2vw, 10px);
}

.hero-headline-primary {
  display: inline-block;
  white-space: nowrap;
  letter-spacing: 0.01em;
}

.hero-headline-secondary {
  display: inline-block;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.lede {
  font-size: 1.12rem;
  line-height: 1.7;
  max-width: 540px;
  margin: 0;
  color: #111111;
  margin-inline: auto;
}

.hero-canvas {
  position: relative;
  width: min(1080px, 98vw);
  min-height: 360px;
  border-radius: 52px;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transform: translateY(-210px);
}

.hero-visual {
  width: 100%;
  max-width: 940px;
  height: auto;
  display: block;
}

.about {
  padding: clamp(64px, 10vw, 120px) clamp(36px, 12vw, 140px);
  background: #fff8f8;
  font-family: "Georgia", "Times New Roman", serif;
  font-weight: 400;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(32px, 6vw, 72px);
  align-items: stretch;
}

.about-copy h1 {
  margin: 12px 0 16px;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: clamp(2rem, 4.2vw, 3.1rem);
  color: #1a0609;
  font-weight: 400;
}

.about-copy p {
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(26, 6, 9, 0.8);
  font-weight: 400;
}

.about-copy ul {
  margin: 28px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
  color: rgba(26, 6, 9, 0.8);
  font-weight: 400;
}

.about-panel {
  border-radius: 24px;
  background: radial-gradient(circle at top, rgba(176, 27, 44, 0.12), rgba(26, 6, 9, 0.9));
  color: #fff;
  padding: clamp(28px, 4vw, 40px);
  display: flex;
  align-items: center;
  font-family: "Georgia", "Times New Roman", serif;
  font-weight: 400;
}

.about-panel-content {
  display: grid;
  gap: 16px;
}

.about-panel h3 {
  margin: 0;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 400;
}

.about-panel p {
  margin: 0;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}

.about-team {
  padding: clamp(48px, 8vw, 90px) clamp(36px, 10vw, 140px);
  background: #ffffff;
  display: grid;
  gap: clamp(32px, 5vw, 56px);
}

.about-team-header {
  max-width: 640px;
}

.about-team-header h2 {
  margin: 12px 0 16px;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: clamp(1.9rem, 3.6vw, 2.8rem);
  color: #1a0609;
  font-weight: 500;
}

.about-team-header p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(25, 5, 7, 0.78);
}

.about-team-cards {
  display: flex;
  justify-content: center;
  gap: clamp(32px, 6vw, 64px);
  flex-wrap: wrap;
}

.about-team-item {
  flex: 0 0 280px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  text-align: left;
}

.about-team-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.about-team-heading h3 {
  flex: 1;
  text-align: left;
}

.about-team-item img {
  width: 280px;
  height: 280px;
  object-fit: cover;
  border-radius: 0;
}

.about-team-item h3 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 400;
  color: #190507;
  font-family: "Georgia", "Times New Roman", serif;
}

.about-team-role {
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(25, 5, 7, 0.55);
  margin-left: 8px;
  font-family: "Georgia", "Times New Roman", serif;
}

.about-team-links {
  display: flex;
  gap: 10px;
  margin-left: auto;
}

.team-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(25, 5, 7, 0.2);
  font-size: 0.85rem;
  font-weight: 400;
  font-family: "Georgia", "Times New Roman", serif;
  color: #190507;
  transition: background 160ms ease, color 160ms ease;
}

.team-social:hover,
.team-social:focus-visible {
  background: #190507;
  color: #ffffff;
}

.about-team-desc {
  margin: 4px 0 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(25, 5, 7, 0.78);
  text-align: left;
}

.hero-product {
  margin: 0;
  padding: clamp(48px, 8vw, 90px) clamp(16px, 2vw, 24px) clamp(40px, 9vw, 80px);
  grid-template-columns: 1fr;
  gap: clamp(32px, 5vw, 56px);
  text-align: center;
  justify-items: center;
  align-items: center;
  row-gap: clamp(100px, 12vw, 160px);
  background: linear-gradient(180deg, #ffffff 0%, #fff7f8 100%);
}

.hero-canvas-product {
  margin-top: 80px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.hero-product .hero-copy {
  text-align: center;
  margin: 0 auto;
  max-width: 720px;
}

.hero-product .hero-headline-primary,
.hero-product .hero-headline-secondary {
  white-space: normal;
}

.hero-product .hero-subtext {
  margin-top: 20px;
  display: grid;
  gap: 8px;
}

.hero-subtitle {
  margin: 0;
  font-size: 0.95rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(25, 5, 7, 0.6);
}

.product-hero-list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
  font-size: 0.98rem;
  color: rgba(25, 5, 7, 0.78);
}

.hero-canvas-3d {
  width: 100%;
  height: 100%;
  min-height: 400px;
  display: block;
  background: transparent;
}

.product-hero-visual,
.product-hero-video {
  width: 100%;
  max-width: none;
  border-radius: 24px;
  display: block;
  background: #000000;
  box-shadow: 0 20px 40px rgba(25, 5, 7, 0.12);
}

.product-hero-video {
  aspect-ratio: 16 / 9;
}

.product-hero-embed {
  width: 100%;
  max-width: 1200px;
  aspect-ratio: 16 / 9;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(25, 5, 7, 0.12);
}

.product-hero-embed iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.product-spotlight-panel {
  border: 1px solid rgba(25, 5, 7, 0.12);
  padding: clamp(18px, 3vw, 26px);
  background: #ffffff;
  box-shadow: 0 16px 32px rgba(25, 5, 7, 0.05);
  display: grid;
  gap: 8px;
  font-size: 0.98rem;
  color: rgba(25, 5, 7, 0.78);
}

.product-pillars {
  background: #f6f7f9;
}

.product-pillars .pillar-card {
  min-height: auto;
}

.product-audience-section {
  padding: clamp(60px, 10vw, 110px) clamp(36px, 12vw, 140px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(20px, 4vw, 32px);
}

.product-audience-card,
.product-stage-card {
  border: 1px solid rgba(25, 5, 7, 0.12);
  padding: clamp(20px, 3vw, 32px);
  background: #ffffff;
  box-shadow: 0 16px 32px rgba(25, 5, 7, 0.05);
  display: grid;
  gap: 10px;
}

.product-audience-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 6px;
  color: rgba(25, 5, 7, 0.78);
}

@media (max-width: 768px) {
  .about-team-item {
    text-align: center;
  }
}

.about-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.about-stat-value {
  font-size: 2.4rem;
  font-weight: 400;
}

.about-stat-label {
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.spotlight {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(40px, 8vw, 80px);
  padding: clamp(90px, 12vw, 140px) clamp(48px, 12vw, 160px) clamp(90px, 12vw, 160px);
}

.landing-spotlight {
  margin-top: -420px;
  position: relative;
  z-index: 1;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.96), rgba(245, 235, 237, 0.85));
  box-shadow: 0 60px 100px rgba(26, 6, 9, 0.15);
}

.product-spotlight {
  margin: clamp(40px, 9vw, 90px) auto 0;
  padding: clamp(56px, 10vw, 110px) clamp(32px, 10vw, 120px);
  gap: clamp(24px, 5vw, 40px);
  background: #ffffff;
  border-radius: 32px;
  border: 1px solid rgba(25, 5, 7, 0.06);
  box-shadow: 0 48px 80px rgba(26, 6, 9, 0.08);
  position: relative;
  z-index: 1;
}

.spotlight-content {
  max-width: 520px;
}

.spotlight h2 {
  font-family: "Georgia", "Times New Roman", serif;
  font-size: clamp(2rem, 4.4vw, 3.2rem);
  font-weight: 500;
  line-height: 1.1;
  margin: 0 0 24px;
  color: #1a0609;
}

.spotlight p {
  margin: 0 0 32px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(22, 12, 15, 0.78);
}

.spotlight-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 32px;
  border-radius: 999px;
  background: #1a0609;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.spotlight-graphic {
  display: flex;
  align-items: center;
  justify-content: center;
}

.spotlight-diagram {
  width: min(600px, 100%);
  height: auto;
  filter: drop-shadow(0 24px 38px rgba(18, 6, 9, 0.18));
}

.diagram-glow {
  fill: url(#diagramGlow);
}

.orbit {
  fill: none;
  stroke: rgba(214, 66, 82, 0.26);
  stroke-width: 2.6;
  stroke-dasharray: 6 22;
  stroke-linecap: round;
}

.orbit-middle {
  stroke: rgba(222, 140, 150, 0.4);
  stroke-dasharray: 10 18;
  stroke-width: 3;
}

.orbit-inner {
  stroke: rgba(255, 255, 255, 0.26);
  stroke-dasharray: 4 12;
  stroke-width: 2;
}

.diagram-core {
  fill: rgba(176, 27, 44, 0.7);
  stroke: rgba(255, 255, 255, 0.35);
  stroke-width: 5;
  filter: drop-shadow(0 12px 18px rgba(176, 27, 44, 0.36));
}

.diagram-core-inner {
  fill: rgba(255, 255, 255, 0.7);
  stroke: rgba(176, 27, 44, 0.65);
  stroke-width: 3;
}

.connector-group {
  mix-blend-mode: screen;
}

.connector {
  stroke: url(#connectorStroke);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 4 12;
}

.node {
  fill: rgba(255, 255, 255, 0.82);
  stroke: rgba(176, 27, 44, 0.75);
  stroke-width: 2.4;
  filter: drop-shadow(0 10px 16px rgba(18, 6, 9, 0.24));
}

.node-large {
  fill: rgba(176, 27, 44, 0.75);
  stroke: rgba(255, 255, 255, 0.45);
}

.node-medium {
  stroke-width: 2;
}

.node-small {
  stroke-width: 1.6;
  fill: rgba(255, 255, 255, 0.9);
}

.spark {
  fill: rgba(255, 208, 216, 0.9);
  opacity: 0.8;
  filter: drop-shadow(0 6px 12px rgba(176, 27, 44, 0.3));
}

@media (max-width: 768px) {
  .landing-spotlight {
    margin-top: -260px;
  }

  .spotlight-graphic {
    min-height: 260px;
  }
}

.pillars {
  padding: clamp(80px, 12vw, 140px) clamp(48px, 12vw, 160px) clamp(100px, 12vw, 160px);
  background: #f6f7f9;
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 6vw, 60px);
  font-family: "Georgia", "Times New Roman", serif;
}

.pillars h2 {
  margin: 0;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: clamp(1.8rem, 3.8vw, 2.9rem);
  font-weight: 500;
  color: #190507;
}

.pillar-grid {
  display: grid;
  gap: clamp(20px, 3vw, 28px);
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.pillar-card {
  background: #ffffff;
  border-radius: 0;
  padding: clamp(28px, 5vw, 36px);
  box-shadow: 0 28px 48px rgba(20, 10, 12, 0.08);
  display: grid;
  gap: 18px;
  position: relative;
  overflow: hidden;
}

.pillar-accent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, rgba(146, 19, 35, 0.8), rgba(176, 27, 44, 0.4));
}

.pillar-icon {
  width: 72px;
  height: 72px;
}

.pillar-icon svg {
  width: 100%;
  height: 100%;
  fill: rgba(176, 27, 44, 0.18);
  stroke: rgba(26, 6, 9, 0.6);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pillar-card h3 {
  margin: 0;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 1.4rem;
  color: #190507;
}

.pillar-card p {
  margin: 0;
  line-height: 1.6;
  color: rgba(25, 5, 7, 0.74);
}

.pricing {
  padding: clamp(80px, 11vw, 140px) clamp(48px, 12vw, 160px);
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 6vw, 48px);
  font-family: "Georgia", "Times New Roman", serif;
}

.pricing-header {
  max-width: 780px;
}

.pricing-header h1 {
  margin: 12px 0 18px;
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  font-weight: 500;
  color: #190507;
}

.pricing-header p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(25, 5, 7, 0.78);
}

.pricing-toggle {
  display: inline-flex;
  align-self: flex-start;
  padding: 4px;
  border: 1px solid rgba(64, 93, 55, 0.2);
  border-radius: 999px;
  background: #f7fbf4;
  gap: 4px;
}

.pricing-toggle-button {
  border: none;
  background: transparent;
  font: inherit;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 10px 18px;
  border-radius: 999px;
  color: #4c5b44;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease;
}

.pricing-toggle-button.is-active {
  background: #ffffff;
  color: #1c2b16;
  box-shadow: 0 8px 16px rgba(29, 47, 22, 0.12);
}

.pricing-table {
  border: 1px solid rgba(73, 110, 66, 0.3);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(24, 35, 23, 0.08);
}

.pricing-row {
  display: grid;
  grid-template-columns: minmax(140px, 0.8fr) repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid rgba(73, 110, 66, 0.2);
  background: #ffffff;
}

.pricing-row:last-child {
  border-bottom: none;
}

.pricing-row--plan-head {
  background: #f7fbf4;
}

.pricing-row--cta {
  background: #ffffff;
}

.pricing-cell {
  padding: clamp(16px, 2vw, 28px);
  border-right: 1px solid rgba(73, 110, 66, 0.18);
}

.pricing-cell:last-child {
  border-right: none;
}

.pricing-cell--label {
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(26, 6, 9, 0.6);
  background: rgba(246, 247, 249, 0.6);
}

.plan-name {
  margin: 0 0 8px;
  font-size: 1.2rem;
  color: #1c2b16;
}

.plan-price {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #1a0609;
}

.plan-price-amount {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.plan-price-caption {
  font-size: 0.86rem;
  letter-spacing: 0.04em;
  color: rgba(26, 6, 9, 0.6);
}

.plan-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid rgba(33, 74, 39, 0.18);
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1e4f28;
  background: #f7fbf4;
}

.progress-track {
  width: 100%;
  height: 6px;
  border-radius: 999px;
  background: rgba(25, 5, 7, 0.12);
  overflow: hidden;
  margin-bottom: 10px;
}

.progress-fill {
  display: block;
  width: var(--progress, 50%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #2f8c41, #1d5d29);
}

.pricing-note {
  margin: 0;
  font-size: 0.95rem;
  color: rgba(25, 5, 7, 0.78);
}

.pricing-detail-list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
  font-size: 0.95rem;
  color: rgba(25, 5, 7, 0.78);
}

@media (max-width: 900px) {
  .pricing-row {
    grid-template-columns: 1fr;
  }

  .pricing-cell {
    border-right: none;
    border-bottom: 1px solid rgba(73, 110, 66, 0.15);
  }

  .pricing-row .pricing-cell:last-child {
    border-bottom: none;
  }

  .pricing-cell--label {
    background: transparent;
  }

  .plan-cta {
    width: auto;
  }
}

.resources {
  padding: clamp(80px, 12vw, 140px) clamp(48px, 12vw, 160px);
  background: #fff7f8;
  display: grid;
  gap: clamp(36px, 5vw, 60px);
  font-family: "Georgia", "Times New Roman", serif;
}

.resources-header {
  max-width: 680px;
}

.resources-header h2 {
  margin: 12px 0 16px;
  font-size: clamp(1.9rem, 3.4vw, 2.8rem);
  font-weight: 500;
}

.resources-header p {
  margin: 0;
  font-size: 1.05rem;
  color: rgba(25, 5, 7, 0.78);
  line-height: 1.6;
}

.resources-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: clamp(20px, 3vw, 32px);
}

.resource-card {
  background: #ffffff;
  border-radius: 20px;
  padding: clamp(24px, 4vw, 30px);
  display: grid;
  gap: 12px;
  border: 1px solid rgba(25, 5, 7, 0.08);
  box-shadow: 0 20px 30px rgba(25, 5, 7, 0.08);
}

.resource-label {
  margin: 0;
  font-size: 0.76rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(25, 5, 7, 0.6);
}

.resource-card h3 {
  margin: 0;
  font-size: 1.2rem;
  color: #190507;
}

.resource-card p {
  margin: 0;
  color: rgba(25, 5, 7, 0.74);
  line-height: 1.5;
  font-size: 0.95rem;
}

.resource-link {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--brand-red-500);
}

.resource-link::after {
  content: "→";
  font-size: 1rem;
  letter-spacing: 0;
}

.team {
  padding: clamp(80px, 11vw, 150px) clamp(36px, 12vw, 140px);
  background: linear-gradient(180deg, #ffffff 0%, #fff5f5 100%);
  display: flex;
  flex-direction: column;
  gap: clamp(36px, 5vw, 60px);
  font-family: "Georgia", "Times New Roman", serif;
  font-weight: 400;
}

.team-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.team-header h2 {
  margin: 12px 0 16px;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  color: #190507;
}

.team-header p {
  margin: 0;
  font-size: 1.05rem;
  color: rgba(25, 5, 7, 0.78);
  line-height: 1.6;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(20px, 4vw, 36px);
}

.team-card {
  perspective: 1200px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.team-card-inner {
  position: relative;
  width: 100%;
  padding-top: 130%;
  border: 1px solid rgba(25, 5, 7, 0.18);
}

.team-card:focus-visible {
  outline: 2px solid rgba(176, 27, 44, 0.4);
  outline-offset: 6px;
}

.team-card-face {
  position: absolute;
  inset: 0;
  border-radius: 0;
  backface-visibility: hidden;
  box-shadow: 0 24px 40px rgba(26, 6, 9, 0.12);
  display: grid;
  place-items: center;
  padding: 24px;
}

.team-card-front {
  background: #ffffff;
  padding: 0;
}

.team-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-card-info h3 {
  margin: 0;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 1.3rem;
  color: #1a0609;
  font-weight: 400;
}

.team-card-info {
  text-align: center;
}

.team-role {
  margin: 4px 0 0;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(25, 5, 7, 0.6);
  font-weight: 400;
}

.team-card-back {
  background: radial-gradient(circle at top, rgba(176, 27, 44, 0.85), rgba(25, 5, 7, 0.95));
  color: #fff;
  transform: rotateY(180deg);
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
}

.team-card-back p {
  margin: 0;
}

.footer {
  background: #2a2a2d;
  color: #e8e7e9;
  padding: clamp(80px, 10vw, 120px) clamp(48px, 12vw, 160px) clamp(48px, 10vw, 100px);
  display: flex;
  flex-direction: column;
  gap: clamp(48px, 8vw, 72px);
  position: relative;
  overflow: hidden;
}

.footer-top {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(32px, 6vw, 60px);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: clamp(32px, 4vw, 48px) 0;
}

.footer-brand {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px clamp(20px, 3vw, 28px);
  align-items: start;
}

.footer-brand img {
  width: clamp(60px, 8vw, 90px);
  height: clamp(60px, 8vw, 90px);
  object-fit: contain;
}

.footer-brand h3 {
  margin: 0 0 12px;
  font-family: "Georgia", "Times New Roman", serif;
  font-weight: 500;
  font-size: 1.6rem;
}

.footer-brand p {
  margin: 0 0 20px;
  color: rgba(232, 231, 233, 0.72);
  line-height: 1.6;
  max-width: 320px;
}

.footer-social {
  display: flex;
  gap: 18px;
  font-size: 0.95rem;
}

.footer-social a {
  color: rgba(232, 231, 233, 0.8);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  transition: none;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: rgba(232, 231, 233, 0.8);
}

.footer-contact a {
  color: inherit;
  text-decoration: none;
  font-weight: 500;
}

.footer-nav {
  display: grid;
  gap: 18px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.92rem;
  color: rgba(232, 231, 233, 0.9);
}

.footer-nav a {
  color: inherit;
  text-decoration: none;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
  font-size: 0.85rem;
  color: rgba(232, 231, 233, 0.6);
}

.footer-links {
  display: flex;
  gap: 24px;
}

.footer-links a {
  color: inherit;
  text-decoration: none;
}

.footer-links a {
  color: inherit;
  text-decoration: none;
}

.footer-graphic {
  position: absolute;
  bottom: -110px;
  left: clamp(-320px, -32vw, -120px);
  width: clamp(380px, 52vw, 600px);
  pointer-events: none;
}

.footer-graphic img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.9;
}

@media (max-width: 640px) {
  .footer {
    padding: 64px 20px 72px;
    gap: 48px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-graphic {
    display: none;
  }
}

@media (max-width: 900px) {
  .hero {
    padding-inline: clamp(24px, 6vw, 64px);
  }
}

@media (max-width: 1024px) {
  .top-bar {
    padding-inline: clamp(24px, 5vw, 48px);
    gap: 20px;
  }

  .site-nav {
    gap: 20px;
    font-size: 0.85rem;
  }
}

@media (max-width: 820px) {
  .top-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-nav {
    flex-wrap: wrap;
    row-gap: 14px;
  }

  .nav-actions {
    margin-left: auto;
  }
}

@media (max-width: 640px) {
  .top-bar {
    position: static;
    border-bottom: none;
  }

  .hero {
    margin: 0;
    padding: 48px 18px 72px;
  }

  .hero-canvas {
    min-height: 220px;
    border-radius: 32px;
    transform: none;
    margin-top: 28px;
    width: 100%;
  }

  .hero-visual {
    max-width: 420px;
    margin: 0 auto;
  }

  .hero-headline-primary,
  .hero-headline-secondary {
    white-space: normal;
  }

  .site-nav {
    gap: 16px;
    text-transform: none;
    letter-spacing: 0.04em;
  }

  .nav-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-left: 0;
  }

  .request-demo,
  .contact-link {
    width: 100%;
    justify-content: center;
  }

  .contact-link {
    border-left: none;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    padding: 12px 0;
  }

  .contact-link::before {
    display: none;
  }

  .about,
  .team {
    padding: 48px 18px 60px;
  }

  .about-grid,
  .team-grid {
    grid-template-columns: 1fr;
  }

  .team-card-inner {
    padding-top: 110%;
  }

  .spotlight {
    margin-top: 0;
    padding: 60px 20px 72px;
    grid-template-columns: 1fr;
    text-align: center;
    gap: 48px;
  }

  .spotlight-content {
    margin-inline: auto;
  }

  .spotlight p {
    margin-bottom: 24px;
  }

  .spotlight-graphic {
    order: -1;
  }

  .spotlight-diagram {
    width: min(380px, 90vw);
  }

  .pillars {
    padding: 64px 20px 80px;
    align-items: center;
  }

  .pillar-grid {
    width: 100%;
  }

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