.brand-logo {
  align-items: center;
  color: #ffffff;
  display: inline-flex;
  gap: 12px;
  line-height: 0.9;
  text-decoration: none;
}

.brand-logo__mark {
  font-size: 2.7rem;
  font-weight: 950;
  letter-spacing: -0.12em;
}

.brand-logo__mark span {
  color: var(--color-primary);
  letter-spacing: -0.08em;
}

.brand-logo__name {
  font-size: 0.9rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.brand-logo--footer .brand-logo__mark {
  font-size: 1.8rem;
}

.brand-logo--footer .brand-logo__name {
  font-size: 0.66rem;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  display: inline-flex;
  font-size: 0.84rem;
  font-weight: 800;
  justify-content: center;
  min-height: 40px;
  padding: 9px 18px;
  text-decoration: none;
  transition:
    background-color var(--transition-fast),
    border-color var(--transition-fast),
    color var(--transition-fast),
    opacity var(--transition-fast),
    transform var(--transition-fast);
}

.button:hover:not(:disabled) {
  transform: translateY(-1px);
}

.button--primary {
  background: var(--color-primary);
  color: #071006;
}

.button--primary:hover:not(:disabled) {
  background: var(--color-primary-hover);
}

.button--secondary {
  background: #ffffff;
  border-color: var(--color-border);
  color: var(--color-text);
}

.button--dark {
  background: #050806;
  color: #ffffff;
}

.button:disabled,
.slider__button:disabled {
  background: #f3f3f3;
  border-color: #e4e4e4;
  color: #b9b9b9;
  opacity: 1;
}

.section-heading {
  display: grid;
  gap: 3px;
}

.section-heading--compact {
  max-width: 430px;
}

.section-heading--center {
  justify-items: center;
  text-align: center;
}

.section-eyebrow {
  color: var(--color-primary);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-marker {
  animation: revealUp 700ms 100ms both;
  background: linear-gradient(180deg, #76c900 0%, rgba(118, 201, 0, 0) 100%);
  box-shadow: none;
  height: calc(68px * var(--u));
  left: calc(-24px * var(--u));
  margin-bottom: 0;
  position: absolute;
  top: 0;
  width: calc(3px * var(--u));
}

.hero-content::before {
  display: none;
}

.hero-title {
  animation: revealUp 800ms 200ms both;
  color: #f8f8f5;
  display: block;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: clamp(34px, calc(56px * var(--u)), 56px);
  font-weight: 700;
  height: auto;
  letter-spacing: 0;
  line-height: 1;
  max-width: min(34vw, 430px);
  width: max-content;
}

.hero-title span {
  color: var(--primary);
  text-shadow: 0 0 20px rgba(118, 201, 0, 0.13);
}

.hero-title__line {
  color: #f8f8f5 !important;
  white-space: nowrap;
}

.hero-title__line span {
  color: var(--primary) !important;
}

.hero-description {
  animation: revealUp 800ms 400ms both;
  border-left: 1px solid rgba(255, 255, 255, 0.07);
  color: #8f948d;
  display: block;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: clamp(10px, calc(13px * var(--u)), 13px);
  font-weight: 400;
  height: auto;
  line-height: 1.55;
  margin-top: calc(24px * var(--u));
  max-width: min(31vw, 430px);
  padding-left: calc(18px * var(--u));
  width: min(31vw, 430px);
}

.hero-button {
  align-items: center;
  animation: revealUp 800ms 600ms both;
  background: #76c900;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 0 calc(18px * var(--u)) rgba(118, 185, 0, 0.3);
  color: #080d02;
  cursor: pointer;
  display: inline-flex;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: clamp(10px, calc(14px * var(--u)), 14px);
  font-weight: 700;
  gap: calc(8px * var(--u));
  height: calc(48px * var(--u));
  justify-content: center;
  margin-top: calc(32px * var(--u));
  padding: 0 calc(24px * var(--u));
  text-decoration: none;
  transition:
    background-color var(--transition-fast),
    box-shadow var(--transition-fast),
    gap var(--transition-fast),
    transform var(--transition-fast);
  width: calc(170px * var(--u));
}

.hero-button span:first-child {
  white-space: nowrap;
}

.hero-button:hover {
  background: #85d600;
  box-shadow: 0 5px 14px rgba(118, 201, 0, 0.22);
  transform: translateY(-1px);
}

.hero-button:active {
  transform: translateY(0) scale(0.98);
}

.hero-button:focus-visible {
  outline: 3px solid rgba(142, 230, 0, 0.58);
  outline-offset: 4px;
}

.hero-button [aria-hidden="true"] {
  font-size: 0;
}

.hero-button [aria-hidden="true"]::before {
  content: "\2192";
  font-size: calc(16px * var(--u));
  line-height: 1;
}

.dashboard-window {
  animation: dashboardEnter 900ms 300ms both;
  align-items: flex-start;
  backdrop-filter: blur(calc(8 * var(--figma-u)));
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: calc(16 * var(--figma-u));
  box-shadow: 0 calc(8 * var(--figma-u)) calc(32 * var(--figma-u)) rgba(0, 0, 0, 0.36);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: calc(16 * var(--figma-u));
  height: calc(372 * var(--figma-u));
  max-width: calc(500 * var(--figma-u));
  overflow: hidden;
  padding: calc(16 * var(--figma-u));
  position: relative;
  width: calc(496 * var(--figma-u));
}

.dashboard-window::before,
.dashboard-window::after {
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.dashboard-window::before {
  background:
    linear-gradient(33deg, transparent 18%, rgba(118, 185, 0, 0.16) 38%, transparent 55%),
    radial-gradient(120% 82% at 55% 58%, rgba(118, 185, 0, 0.14), transparent 44%);
  filter: blur(calc(3 * var(--figma-u)));
  opacity: 0.9;
  z-index: 3;
}

.dashboard-window::after {
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), transparent 35%);
  z-index: 4;
}

.dashboard-header {
  align-items: center;
  align-self: stretch;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  display: flex;
  flex: none;
  gap: 0;
  height: calc(29 * var(--figma-u));
  justify-content: space-between;
  padding: 0 0 calc(16 * var(--figma-u));
  position: relative;
  width: calc(462 * var(--figma-u));
  z-index: 1;
}

.window-controls {
  display: flex;
  flex: 0 0 auto;
  gap: calc(8 * var(--figma-u));
  width: calc(52 * var(--figma-u));
}

.control {
  border-radius: 50%;
  display: block;
  height: calc(12 * var(--figma-u));
  width: calc(12 * var(--figma-u));
}

.control--red {
  background: rgba(239, 68, 68, 0.8);
}

.control--yellow {
  background: rgba(234, 179, 8, 0.8);
}

.control--green {
  background: rgba(34, 197, 94, 0.8);
}

.window-menu {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  flex: 0 0 auto;
  height: calc(8 * var(--figma-u));
  margin-left: auto;
  width: calc(80 * var(--figma-u));
}

.dashboard-body {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: none;
  flex-direction: row;
  gap: calc(16 * var(--figma-u));
  height: calc(293 * var(--figma-u));
  justify-content: center;
  margin-top: 0;
  padding: 0;
  position: relative;
  width: calc(462 * var(--figma-u));
  z-index: 1;
}

.dashboard-sidebar,
.chart-card,
.dashboard-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.025));
  border: 1px solid rgba(255, 255, 255, 0.035);
}

.dashboard-sidebar {
  background: rgba(255, 255, 255, 0.055);
  border: 0;
  border-radius: calc(8 * var(--figma-u));
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  gap: calc(8 * var(--figma-u));
  height: calc(293 * var(--figma-u));
  min-height: 0;
  padding: calc(8 * var(--figma-u));
  position: relative;
  width: calc(104.5 * var(--figma-u));
}

.sidebar-line {
  background: rgba(255, 255, 255, 0.1);
  border-radius: calc(4 * var(--figma-u));
  display: block;
  margin-bottom: 0;
}

.sidebar-line--large {
  align-self: stretch;
  height: calc(8 * var(--figma-u));
  width: calc(88.5 * var(--figma-u));
}

.sidebar-line--small {
  height: calc(8 * var(--figma-u));
  margin-top: 0;
  width: calc(59 * var(--figma-u));
}

.sidebar-line--wide {
  display: none;
}

.sidebar-glow {
  background: rgba(103, 165, 0, 0.2);
  border: 1px solid rgba(118, 185, 0, 0.3);
  border-radius: calc(4 * var(--figma-u));
  box-sizing: border-box;
  display: block;
  height: calc(32 * var(--figma-u));
  left: calc(8 * var(--figma-u));
  margin-top: 0;
  position: absolute;
  right: calc(8 * var(--figma-u));
  bottom: calc(8 * var(--figma-u));
}

.dashboard-main {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: calc(16 * var(--figma-u));
  height: calc(293 * var(--figma-u));
  width: calc(345.5 * var(--figma-u));
}

.chart-card {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.01) 100%);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: calc(8 * var(--figma-u));
  box-sizing: border-box;
  height: calc(84.7 * var(--figma-u));
  overflow: hidden;
  position: relative;
  width: calc(345.5 * var(--figma-u));
}

.chart-svg {
  height: calc(64 * var(--figma-u));
  left: calc(1 * var(--figma-u));
  position: absolute;
  top: calc(19.7 * var(--figma-u));
  width: calc(343.5 * var(--figma-u));
}

.chart-area {
  animation: chartFade 700ms 700ms both;
  fill: url(#chart-fill);
}

.chart-line {
  animation: drawChart 1400ms 650ms ease-out both;
  fill: none;
  stroke: var(--primary);
  stroke-dasharray: 430;
  stroke-dashoffset: 430;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65875;
}

.dashboard-cards {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex-direction: row;
  flex: 1 1 auto;
  gap: calc(16 * var(--figma-u));
  height: calc(192.3 * var(--figma-u));
  margin-top: 0;
  width: calc(345.5 * var(--figma-u));
}

.dashboard-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: calc(8 * var(--figma-u));
  box-sizing: border-box;
  flex: 1 1 0;
  height: calc(192.3 * var(--figma-u));
  position: relative;
  width: calc(164.75 * var(--figma-u));
}

.dashboard-card--shine {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(65, 100, 0, 0.08)),
    rgba(255, 255, 255, 0.05);
}

.dashboard-card--shine::before {
  background: linear-gradient(125deg, transparent 26%, rgba(118, 201, 0, 0.08), transparent 66%);
  content: "";
  inset: 0;
  position: absolute;
}

@keyframes revealUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

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

@keyframes dashboardEnter {
  from {
    opacity: 0;
    transform: translateX(22px);
  }

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

@keyframes drawChart {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes chartFade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes softPulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(118, 185, 0, 0);
  }

  45% {
    box-shadow: 0 0 0 8px rgba(118, 185, 0, 0.12);
  }
}

@keyframes feedbackEnter {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }

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

@keyframes progressGlow {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(220%);
  }
}

.section-heading h2 {
  color: #111111;
  font-size: clamp(1.05rem, 3.4vw, 1.65rem);
  line-height: 1.08;
}

.section-heading p {
  color: var(--color-text-secondary);
  font-size: 0.72rem;
  line-height: 1.35;
}

.video-section .container {
  display: flex;
  flex-direction: column;
  gap: 64px;
  max-width: 960px;
  width: min(100% - 32px, 960px);
}

.video-section .section-heading {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 168px;
  max-width: none;
  width: 100%;
}

.video-section .section-heading h2 {
  align-items: center;
  color: #171d0c;
  display: flex;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 48px;
  font-weight: 900;
  height: 96px;
  letter-spacing: -1.2px;
  line-height: 48px;
  width: 100%;
}

.video-section .section-heading p {
  align-items: center;
  color: #5c6b48;
  display: flex;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 400;
  height: 56px;
  line-height: 28px;
  padding-top: 8px;
  width: 100%;
}

.feature-image,
.split-content figure,
.hero-visual {
  margin: 0;
}

.feature-image img,
.split-content img,
.slider__slide img {
  object-fit: cover;
}

.feature-image img,
.video-frame {
  aspect-ratio: 16 / 9;
  box-shadow: none;
}

.video-frame {
  animation: revealUp 650ms 120ms both;
  background: #dfe4df;
  border-radius: 8px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  height: 540px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.video-frame::before,
.video-frame::after {
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.video-frame::before {
  background: rgba(0, 0, 0, 0.1);
}

.video-frame::after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
  height: 84px;
  inset: auto 0 0;
  opacity: 0;
}

.feature-video {
  aspect-ratio: 16 / 9;
  background: #000000;
  border: 0;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
  width: 100%;
}

.video-frame.is-embedded::before,
.video-frame.is-embedded::after {
  display: none;
}

.video-frame.is-embedded .feature-video {
  display: block;
  opacity: 1;
}

.video-fallback {
  color: #5c6b48;
  font-size: 13px;
  line-height: 20px;
  margin-top: 8px;
  text-align: center;
}

.video-fallback a {
  color: #171d0c;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.video-frame__play {
  align-items: center;
  backdrop-filter: blur(2px);
  background: rgba(28, 35, 47, 0.8);
  border: 0;
  border-radius: 50%;
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  display: inline-flex;
  height: 64px;
  justify-content: center;
  left: 50%;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition:
    background-color var(--transition-fast),
    opacity var(--transition-fast),
    transform var(--transition-fast);
  width: 64px;
  z-index: 3;
}

.video-frame__play span {
  border-bottom: 9.33px solid transparent;
  border-left: 14.67px solid #ffffff;
  border-top: 9.33px solid transparent;
  display: block;
  margin-left: 3px;
}

.video-frame__play:hover {
  background: rgba(20, 32, 43, 0.94);
  transform: translate(-50%, -50%) scale(1.04);
}

.video-frame.is-playing .video-frame__play {
  opacity: 0;
  pointer-events: none;
}

.split-content img {
  border-radius: 8px;
  height: 257.25px;
  object-fit: cover;
  width: 431px;
}

.rich-text p {
  align-items: center;
  color: #5c6b48;
  display: flex;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 156px;
  line-height: 26px;
  width: 431px;
}

.slider {
  animation: revealUp 650ms 180ms both;
  align-items: flex-start;
  background: #ffffff;
  border: 1px solid #f3f4f6;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 0;
  height: 529.88px;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
}

.slider__viewport {
  height: 439.88px;
  overflow: hidden;
  width: 100%;
  z-index: 1;
}

.slider__track {
  display: flex;
  height: 100%;
  transition: transform var(--transition-default);
}

.slider__slide {
  background: #ffffff;
  flex: 0 0 100%;
  position: relative;
}

.slider__slide img {
  height: 439.88px;
  object-fit: cover;
  width: 100%;
}

.slider__slide[aria-hidden="false"] img {
  animation: feedbackEnter 360ms both;
}

.slider__content {
  display: none;
}

.slider__content h3 {
  display: none;
}

.slider__content p {
  display: none;
}

.slider__controls {
  align-items: center;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  gap: 16px;
  height: 88px;
  justify-content: center;
  padding: 24px 0;
  width: 100%;
  z-index: 0;
}

.slider__button {
  align-items: center;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  color: #171d0c;
  display: inline-flex;
  font-size: 0;
  height: 40px;
  justify-content: center;
  min-height: 40px;
  padding: 0;
  transition:
    background-color var(--transition-fast),
    color var(--transition-fast),
    opacity var(--transition-fast);
  width: 40px;
}

.slider__button::before {
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.slider__button[data-slider-previous]::before {
  content: "<";
}

.slider__button[data-slider-next]::before {
  content: ">";
}

.slider__button[data-slider-next] {
  background: #1c232f;
  border-color: #1c232f;
  color: #ffffff;
}

.slider__button:hover:not(:disabled),
.slider__button[data-slider-next]:hover:not(:disabled) {
  background: #1c232f;
  border-color: #1c232f;
  color: #ffffff;
}

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

.slider__dots {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  gap: 8px;
  height: 8px;
  width: 40px;
}

.slider__dots span {
  background: #e5e7eb;
  border-radius: 9999px;
  display: block;
  height: 8px;
  width: 8px;
}

.slider__dots .is-active {
  background: #171d0c;
}

.podcast-player {
  animation: revealUp 650ms 220ms both;
  align-items: center;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  gap: 16px;
  height: 51.5px;
  padding: 16px;
  width: 100%;
}

.podcast-player button {
  background: transparent;
  border: 0;
  color: #64748b;
  flex: 0 0 auto;
  padding: 0;
}

.podcast-icon {
  display: block;
  fill: currentColor;
  height: 100%;
  width: 100%;
}

.podcast-player__play {
  color: #475569;
  height: 17.5px;
  width: 13.75px;
}

.podcast-icon--pause,
.podcast-player.is-playing .podcast-icon--play {
  display: none;
}

.podcast-player.is-playing .podcast-icon--pause {
  display: block;
}

.podcast-player__progress,
.podcast-player__volume-bar {
  background: #e5e7eb;
  border-radius: 9999px;
  cursor: pointer;
  flex: 1 1 auto;
  height: 6px;
  position: relative;
}

.podcast-player__progress:focus-visible,
.podcast-player__volume-bar:focus-visible {
  outline: 3px solid rgba(118, 185, 0, 0.25);
  outline-offset: 4px;
}

.podcast-player__progress-fill,
.podcast-player__volume-fill {
  background: #76b900;
  border-radius: inherit;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 65%;
}

.podcast-player.is-playing .podcast-player__progress-fill::after {
  animation: progressGlow 1.8s linear infinite;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  content: "";
  inset: 0;
  position: absolute;
  width: 42%;
}

.podcast-player__progress-thumb {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  height: 16px;
  left: 65%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
}

.podcast-player__time {
  color: #64748b;
  flex: 0 0 auto;
  font-family: "Liberation Mono", Consolas, monospace;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  width: 36.02px;
}

.podcast-player__volume {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
  height: 14.58px;
  width: 71px;
}

.podcast-player__volume-icon {
  height: 14.58px;
  width: 15px;
}

.podcast-icon--muted,
.podcast-player.is-muted .podcast-icon--volume {
  display: none;
}

.podcast-player.is-muted .podcast-icon--muted {
  display: block;
}

.podcast-player__volume-bar {
  flex: 0 0 auto;
  width: 48px;
}

.podcast-player__volume-fill {
  background: #1c232f;
  width: 66.67%;
}

.podcast-player__volume-thumb {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  height: 12px;
  left: 66%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
}

.podcast-player__settings {
  height: 16.67px;
  width: 16.75px;
}

.highlight-box {
  background: #1a1a1a;
  border-radius: 8px;
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  height: 240px;
  margin-inline: auto;
  max-width: 784px;
  padding: 32px;
  position: relative;
  width: 784px;
}

.highlight-box h2 {
  display: none;
}

.highlight-box p {
  align-items: center;
  color: #ffffff;
  display: flex;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 500;
  height: 176px;
  line-height: 29px;
  width: 720px;
}

.cards-showcase {
  height: 336px;
  margin-inline: auto;
  position: relative;
  width: 100%;
}

.post-cards-text {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 168px;
  padding: 0;
  width: 100%;
}

.post-cards-text h2 {
  align-items: center;
  color: #171d0c;
  display: flex;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 48px;
  font-weight: 900;
  height: 96px;
  letter-spacing: -1.2px;
  line-height: 48px;
  width: 100%;
}

.post-cards-text p {
  align-items: center;
  color: #5c6b48;
  display: flex;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 400;
  height: 56px;
  line-height: 28px;
  padding-top: 8px;
  width: 100%;
}

.info-card {
  align-items: center;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  position: absolute;
  transition:
    background-color 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.info-card:hover {
  transform: translateY(-3px);
}

.info-card.is-open {
  animation: feedbackEnter 260ms both;
}

.info-card--left,
.info-card--right,
.info-card.is-closed {
  background: #f9fafb;
  bottom: 16px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  justify-content: space-between;
  min-height: 320px;
  top: 0;
}

.info-card--left,
.info-card--right {
  width: 304px;
}

.info-card--left.is-open,
.info-card--right.is-open {
  bottom: 16px;
  min-height: 320px;
  top: 0;
  width: 304px;
}

.info-card--left {
  left: 0;
}

.info-card--right {
  right: 0;
}

.info-card__symbol {
  align-items: center;
  color: #1e293b;
  display: flex;
  flex: 1;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 36px;
  font-weight: 700;
  justify-content: center;
  line-height: 40px;
}

.info-card p {
  align-items: center;
  color: #d1d5db;
  display: flex;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}

.info-card__button {
  align-items: center;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  color: #334155;
  display: flex;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 42px;
  justify-content: center;
  line-height: 24px;
  padding: 8px 32px;
  transition:
    background-color var(--transition-fast),
    border-color var(--transition-fast),
    color var(--transition-fast),
    transform var(--transition-fast);
  width: 102.92px;
}

.info-card__button:hover {
  transform: translateY(-1px);
}

.info-card--featured {
  background: #0c0a08;
  border-radius: 8px;
  gap: 1.52px;
  justify-content: center;
  left: 320.4px;
  min-height: 336px;
  padding: 32px;
  top: -8px;
  transition:
    opacity var(--transition-fast),
    transform var(--transition-fast),
    visibility var(--transition-fast);
  width: 319.2px;
  z-index: 2;
}

.info-card.is-open {
  background: #0c0a08;
  justify-content: center;
}

.info-card--left.is-open,
.info-card--right.is-open {
  padding: 32px;
}

.info-card.is-open p {
  height: 163.8px;
  margin-bottom: 30.4762px;
  max-width: 252px;
  padding: 0 16.4667px 0 16.4571px;
  width: 252px;
}

.info-card__button--dark {
  background: transparent;
  border-color: #4b5563;
  color: #ffffff;
  height: 43.9px;
  width: 129.3px;
}

.info-card.is-open .info-card__button {
  background: transparent;
  border-color: #4b5563;
  color: #ffffff;
  height: 43.9px;
  width: 129.3px;
}

.info-card.is-closed .info-card__button,
.info-card--featured.is-closed .info-card__button--dark {
  background: #ffffff;
  border-color: #e5e7eb;
  color: #334155;
  height: 42px;
  width: 102.92px;
}

.activities-section .page-flow {
  display: grid;
  gap: 16px;
}

.learning-progress {
  align-items: center;
  animation: revealUp 650ms 80ms both;
  background:
    linear-gradient(135deg, rgba(118, 185, 0, 0.12), rgba(118, 185, 0, 0)),
    #ffffff;
  border: 1px solid rgba(118, 185, 0, 0.28);
  border-radius: 12px;
  box-shadow: 0 16px 36px rgba(23, 29, 12, 0.08);
  display: grid;
  gap: 16px;
  grid-template-columns: 48px 1fr auto;
  padding: 16px;
}

.learning-progress__icon {
  align-items: center;
  animation: softPulse 2200ms ease-in-out infinite;
  background: #edf8dd;
  border-radius: 9999px;
  color: #76b900;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.learning-progress__icon svg {
  height: 26px;
  width: 26px;
}

.learning-progress__icon path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.learning-progress__body {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.learning-progress__header {
  align-items: baseline;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.learning-progress__header strong {
  color: #171d0c;
  font-size: 16px;
  line-height: 24px;
}

.learning-progress__header span,
.learning-progress__status {
  color: #5c6b48;
  font-size: 13px;
  line-height: 20px;
}

.learning-progress__bar {
  background: #e5e7eb;
  border-radius: 9999px;
  height: 8px;
  overflow: hidden;
}

.learning-progress__bar span {
  background: #76b900;
  border-radius: inherit;
  display: block;
  height: 100%;
  transition: width 360ms ease;
  width: 0;
}

.learning-progress__status {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 9999px;
  font-weight: 700;
  padding: 8px 12px;
  white-space: nowrap;
}

.learning-progress.is-complete {
  border-color: rgba(118, 185, 0, 0.5);
}

.learning-progress.is-complete .learning-progress__status {
  animation: feedbackEnter 260ms both;
  background: #edf8dd;
  border-color: rgba(118, 185, 0, 0.4);
  color: #355a00;
}

.activity-card,
.faq__item {
  background: #ffffff;
  border: 1px solid var(--color-border);
}

.activity-card__header h3 {
  font-size: 1rem;
}

.activity-card {
  overflow: hidden;
}

.activity-card__header {
  background: #ffffff;
  border-bottom: 1px solid var(--color-border);
  display: grid;
  gap: 3px;
  padding: 12px;
}

.activity-card__type {
  color: var(--color-primary);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.activity-card__body {
  display: grid;
  gap: 10px;
  padding: 12px;
}

.activity-card label,
.activity-card legend {
  color: var(--color-text);
  font-weight: 800;
}

textarea {
  background: #ffffff;
  border: 1px solid var(--color-border);
  min-height: 82px;
  padding: 8px;
  width: 100%;
}

textarea:disabled {
  background: #f4f4f4;
  color: var(--color-text-secondary);
}

.character-counter {
  color: var(--color-text-secondary);
  font-size: 0.8rem;
  text-align: right;
}

.activity-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.activity-feedback {
  animation: feedbackEnter 240ms both;
  background: var(--color-primary-light);
  border: 1px solid rgba(127, 183, 42, 0.5);
  color: #1d2a18;
  padding: 14px;
}

.activity-feedback.is-correct {
  background: var(--color-success-background);
  border-color: var(--color-success);
}

.activity-feedback.is-incorrect {
  background: var(--color-error-background);
  border-color: var(--color-error);
}

.activity-card--discursive {
  align-items: flex-start;
  animation: revealUp 650ms 120ms both;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 24px;
  overflow: visible;
  padding: 32px;
  width: 100%;
}

.activity-card--discursive .activity-card__header {
  align-items: flex-start;
  background: transparent;
  border: 0;
  display: flex;
  flex-direction: row;
  gap: 16px;
  height: 88px;
  padding: 0;
  width: 100%;
}

.activity-card__icon {
  align-items: center;
  background: rgba(118, 185, 0, 0.1);
  border-radius: 9999px;
  display: flex;
  flex: 0 0 40px;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.activity-card__icon svg {
  fill: none;
  height: 18px;
  stroke: #76b900;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7px;
  width: 18px;
}

.activity-card__intro {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  height: 88px;
  min-width: 0;
}

.activity-card--discursive .activity-card__intro h3 {
  align-items: center;
  color: #0f172a;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  height: 28px;
  line-height: 28px;
  margin: 0;
}

.activity-card--discursive .activity-card__intro p {
  align-items: center;
  color: #5c6b48;
  display: flex;
  font-size: 18px;
  font-weight: 400;
  height: 52px;
  line-height: 28px;
  margin: 0;
}

.activity-card--discursive .activity-card__body {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0;
  width: 100%;
}

.activity-card--discursive textarea {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0 0 0 1px #ffffff,
    inset 0 0 0 2px #e2e8f0;
  box-sizing: border-box;
  color: #0f172a;
  font-size: 14px;
  font-weight: 400;
  height: 160px;
  line-height: 24px;
  min-height: 160px;
  padding: 12px 16px;
  resize: vertical;
  width: 100%;
}

.activity-card--discursive textarea::placeholder {
  color: #94a3b8;
  opacity: 1;
}

.activity-card--discursive textarea:disabled {
  background: #ffffff;
  color: #475569;
}

.activity-card--discursive .character-counter {
  display: none;
}

.activity-card--discursive .activity-card__actions {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
  height: 44px;
  width: 100%;
}

.activity-card--discursive .activity-card__actions .button {
  align-items: center;
  border: 0;
  border-radius: 4px;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  gap: 8px;
  height: 44px;
  justify-content: center;
  line-height: 24px;
  min-height: 44px;
  padding: 10px 24px;
}

.activity-card--discursive .activity-card__actions .button svg {
  fill: none;
  flex: 0 0 16px;
  height: 16px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  width: 16px;
}

.activity-card--discursive [data-action="submit"] {
  background: #0c0a08;
  color: #ffffff;
  width: 150px;
}

.activity-card--discursive [data-action="edit"] {
  background: #0c0a08;
  color: #ffffff;
  width: 118px;
}

.activity-card--discursive [data-action="submit"]:disabled,
.activity-card--discursive [data-action="edit"]:disabled {
  background: #f3f4f6;
  color: #9ca3af;
  cursor: not-allowed;
}

.activity-card--discursive .activity-feedback {
  align-items: flex-start;
  background: #e8f5e9;
  border: 1px solid #dcfce7;
  border-radius: 4px;
  box-sizing: border-box;
  color: #166534;
  display: flex;
  flex-direction: column;
  gap: 6.88px;
  min-height: 111.5px;
  padding: 16px;
  position: relative;
  width: 100%;
}

.activity-card--discursive .activity-feedback[hidden] {
  display: none;
}

.activity-card--discursive .activity-feedback h4 {
  align-items: center;
  color: #14532d;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  min-height: 24px;
}

.activity-card--discursive .activity-feedback p {
  align-items: center;
  color: #166534;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  margin: 0;
  max-width: calc(100% - 18px);
}

.activity-feedback__close {
  align-items: center;
  background: transparent;
  border: 0;
  color: #15803d;
  cursor: pointer;
  display: flex;
  height: 12px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 17px;
  top: 17px;
  width: 12px;
}

.activity-feedback__close svg {
  fill: none;
  height: 8.17px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.8px;
  width: 8.17px;
}

.activity-card--objective {
  align-items: flex-start;
  align-self: stretch;
  animation: revealUp 650ms 180ms both;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-grow: 0;
  gap: 32px;
  overflow: visible;
  padding: 32px;
  width: 100%;
}

.activity-card--objective:has(.activity-feedback:not([hidden])) {
  min-height: 669.5px;
}

.activity-card--objective .activity-card__header {
  align-items: flex-start;
  align-self: stretch;
  background: transparent;
  border: 0;
  display: flex;
  flex: none;
  flex-direction: row;
  flex-grow: 0;
  gap: 16px;
  height: 62px;
  padding: 0;
  width: 100%;
}

.activity-card--objective .activity-card__icon svg {
  height: 24px;
  width: 24px;
}

.activity-card--objective .objective-icon__back {
  fill: none;
  stroke: #76b900;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.75px;
}

.activity-card--objective .objective-icon__front {
  fill: #76b900;
  stroke: none;
}

.activity-card--objective .objective-icon__mark,
.activity-card--objective .objective-icon__dot {
  fill: none;
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.1px;
}

.activity-card--objective .activity-card__intro {
  gap: 8px;
  height: 62px;
}

.activity-card--objective .activity-card__intro h3 {
  align-items: center;
  color: #0f172a;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  height: 28px;
  line-height: 28px;
  margin: 0;
}

.activity-card--objective .activity-card__intro p {
  align-items: center;
  color: #5c6b48;
  display: flex;
  font-size: 18px;
  font-weight: 400;
  height: 26px;
  line-height: 28px;
  margin: 0;
}

.activity-card--objective .activity-card__body {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 0;
  width: 100%;
}

.activity-card--objective fieldset {
  border: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  width: 100%;
}

.objective-option {
  align-items: center;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  gap: 16px;
  height: 58px;
  margin-top: 0;
  padding: 16px;
  transition:
    background-color var(--transition-fast),
    border-color var(--transition-fast),
    color var(--transition-fast),
    transform var(--transition-fast);
  width: 100%;
}

.objective-option:hover,
.objective-option.is-selected {
  background: #0c0a08;
  border-color: #0c0a08;
  transform: translateY(-1px);
}

.objective-option input {
  appearance: none;
  background: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  box-sizing: border-box;
  flex: 0 0 20px;
  height: 20px;
  margin: 0;
  position: relative;
  width: 20px;
}

.objective-option input:checked {
  border-color: #ffffff;
}

.objective-option input:checked::after {
  border-bottom: 2px solid #0c0a08;
  border-left: 2px solid #0c0a08;
  content: "";
  height: 5px;
  left: 4px;
  position: absolute;
  top: 4px;
  transform: rotate(-45deg);
  width: 10px;
}

.objective-option span {
  align-items: center;
  color: #334155;
  display: flex;
  flex: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  min-width: 0;
}

.objective-option.is-selected span {
  color: #ffffff;
}

.objective-option:has(input:focus-visible) {
  outline: 3px solid rgba(127, 183, 42, 0.35);
  outline-offset: 2px;
}

.objective-option.is-disabled {
  cursor: not-allowed;
  opacity: 1;
}

.activity-card--objective .activity-card__actions {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
  height: 44px;
  width: 100%;
}

.activity-card--objective .activity-card__actions .button {
  align-items: center;
  border: 0;
  border-radius: 4px;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  gap: 8px;
  height: 44px;
  justify-content: center;
  line-height: 24px;
  min-height: 44px;
  padding: 10px 24px;
}

.activity-card--objective .activity-card__actions .button svg {
  fill: none;
  flex: 0 0 16px;
  height: 16px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  width: 16px;
}

.activity-card--objective [data-action="submit"] {
  background: #0c0a08;
  color: #ffffff;
  width: 150px;
}

.activity-card--objective [data-action="edit"] {
  background: #0c0a08;
  color: #ffffff;
  width: 118px;
}

.activity-card--objective [data-action="submit"]:disabled,
.activity-card--objective [data-action="edit"]:disabled {
  background: #f3f4f6;
  color: #9ca3af;
  cursor: not-allowed;
}

.activity-card--objective .activity-feedback {
  align-items: flex-start;
  background: #fff9c4;
  border: 0;
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 10.88px;
  min-height: 121.5px;
  padding: 16px 24px 24px;
  position: relative;
  width: 100%;
}

.activity-card--objective .activity-feedback[hidden] {
  display: none;
}

.activity-card--objective .activity-feedback.is-correct {
  background: #e8f5e9;
  border: 1px solid #dcfce7;
}

.activity-card--objective .activity-feedback.is-incorrect {
  background: #fff9c4;
  border: 0;
}

.activity-card--objective .activity-feedback h4 {
  align-items: center;
  color: #713f12;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  min-height: 24px;
}

.activity-card--objective .activity-feedback p {
  align-items: center;
  color: rgba(113, 63, 18, 0.9);
  display: flex;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  margin: 0;
  max-width: calc(100% - 20px);
}

.activity-card--objective .activity-feedback.is-correct h4 {
  color: #14532d;
}

.activity-card--objective .activity-feedback.is-correct p {
  color: #166534;
}

.activity-card--objective .activity-feedback__close {
  color: #854d0e;
  right: 16px;
  top: 8px;
}

.activity-card--objective .activity-feedback.is-correct .activity-feedback__close {
  color: #15803d;
}

.faq-container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 64px;
  margin-inline: auto;
  max-width: 896px;
  padding: 0 24px;
  width: min(100%, 896px);
}

.faq-heading {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  width: 100%;
}

.faq-heading h2 {
  font-family:
    Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 36px;
  font-weight: 700;
  height: 40px;
  letter-spacing: 0;
  line-height: 40px;
  margin: 0;
  text-align: center;
  width: 100%;
}

.faq-heading p {
  color: #525252;
  font-family:
    Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 24px;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0;
  max-width: 610px;
  text-align: center;
  width: 100%;
}

.faq {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.faq__item {
  align-items: flex-start;
  background: #f5f5f5;
  border: 0;
  border-radius: 12px;
  box-shadow: none;
  box-sizing: border-box;
  color: #0c0a08;
  display: flex;
  flex-direction: column;
  min-height: 78px;
  overflow: hidden;
  transition:
    background-color var(--transition-fast),
    color var(--transition-fast),
    transform var(--transition-fast);
  width: 100%;
}

.faq__item:hover {
  transform: translateY(-2px);
}

.faq__item[open] {
  animation: feedbackEnter 220ms both;
  background: #77b902;
  color: #ffffff;
  min-height: 197px;
}

.faq__item summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-family:
    Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 18px;
  font-weight: 600;
  justify-content: space-between;
  letter-spacing: 0;
  line-height: 28px;
  list-style: none;
  min-height: 76px;
  padding: 24px;
  width: 100%;
}

.faq__item summary::-webkit-details-marker {
  display: none;
}

.faq__item summary span {
  flex: 1;
  min-width: 0;
}

.faq__arrow {
  fill: none;
  flex: 0 0 auto;
  height: 7.4px;
  margin-left: 24px;
  stroke: #76b900;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  transition: transform var(--transition-fast);
  width: 12px;
}

.faq__item[open] .faq__arrow {
  stroke: #ffffff;
  transform: rotate(180deg);
}

.faq__content {
  animation: feedbackEnter 240ms both;
  border-top: 1px solid rgba(229, 231, 235, 0.5);
  box-sizing: border-box;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  padding: 16px 24px 24px;
  width: 100%;
}

.faq__content p {
  color: inherit;
  line-height: inherit;
  margin: 0;
  max-width: 757.2px;
}
