/*! tailwindcss v4.1.16 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
    --font-serif: ui-serif, Georgia, Cambria, 'Times New Roman', Times, serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --color-amber-50: oklch(98.7% 0.022 95.277);
    --color-amber-100: oklch(96.2% 0.059 95.617);
    --color-amber-200: oklch(92.4% 0.12 95.746);
    --color-amber-300: oklch(87.9% 0.169 91.605);
    --color-amber-700: oklch(55.5% 0.163 48.998);
    --color-amber-900: oklch(41.4% 0.112 45.904);
    --color-emerald-50: oklch(97.9% 0.021 166.113);
    --color-emerald-100: oklch(95% 0.052 163.051);
    --color-emerald-200: oklch(90.5% 0.093 164.15);
    --color-emerald-700: oklch(50.8% 0.118 165.612);
    --color-emerald-800: oklch(43.2% 0.095 166.913);
    --color-emerald-900: oklch(37.8% 0.077 168.94);
    --color-cyan-50: oklch(98.4% 0.019 200.873);
    --color-indigo-50: oklch(96.2% 0.018 272.314);
    --color-indigo-300: oklch(78.5% 0.115 274.713);
    --color-indigo-400: oklch(67.3% 0.182 276.935);
    --color-indigo-500: oklch(58.5% 0.233 277.117);
    --color-indigo-600: oklch(51.1% 0.262 276.966);
    --color-rose-50: oklch(96.9% 0.015 12.422);
    --color-rose-100: oklch(94.1% 0.03 12.58);
    --color-rose-200: oklch(89.2% 0.058 10.001);
    --color-rose-700: oklch(51.4% 0.222 16.935);
    --color-rose-800: oklch(45.5% 0.188 13.697);
    --color-rose-900: oklch(41% 0.159 10.272);
    --color-slate-50: oklch(98.4% 0.003 247.858);
    --color-slate-100: oklch(96.8% 0.007 247.896);
    --color-slate-200: oklch(92.9% 0.013 255.508);
    --color-slate-300: oklch(86.9% 0.022 252.894);
    --color-slate-500: oklch(55.4% 0.046 257.417);
    --color-slate-600: oklch(44.6% 0.043 257.281);
    --color-slate-700: oklch(37.2% 0.044 257.287);
    --color-slate-800: oklch(27.9% 0.041 260.031);
    --color-slate-900: oklch(20.8% 0.042 265.755);
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-normal: 0em;
    --leading-normal: 1.5;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

/* DeepJournal landing page */
:root {
  color-scheme: dark;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 20% -10%, rgba(95, 174, 63, 0.22), transparent 35%),
    radial-gradient(circle at 80% 20%, rgba(95, 174, 63, 0.12), transparent 30%),
    radial-gradient(circle at 50% 65%, rgba(95, 174, 63, 0.1), transparent 35%),
    #020617;
  color: var(--dj-text-primary);
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

.landing-shell {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 8px 0 40px;
}

.landing-main {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.top-brand {
  text-align: center;
  margin: 8px 0 16px;
}

.top-brand a {
  text-decoration: none;
  color: var(--dj-emerald-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
}

.panel {
  position: relative;
  border-radius: 14px;
  padding: 26px 26px 30px;
}

.section-title {
  text-align: center;
  margin: 2px 0 0;
  font-size: clamp(1.85rem, 4vw, 3.15rem);
  font-family: Georgia, "Times New Roman", serif;
  color: #f8fafc;

}

.section-divider {
  position: relative;
}

.section-divider::before,
.section-divider::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: min(1040px, calc(100% - 2rem));
  height: 1px;
}

.section-divider::before {
  top: 0;
  background: linear-gradient(to right, transparent, rgba(183, 215, 122, 0.72), transparent);
}

.section-divider::after {
  bottom: 0;
  background: linear-gradient(to right, transparent, rgba(47, 125, 50, 0.72), transparent);
}

.glass-card {
  background: linear-gradient(180deg, rgba(11, 46, 19, 0.45), rgba(11, 18, 32, 0.96));
  /* background: linear-gradient(180deg, rgba(8, 24, 48, 0.94), rgba(4, 16, 33, 0.96)); */
  border: 1px solid rgba(95, 174, 63, 0.28);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.icon-orb {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  border-radius: 9999px;
  border: 1px solid rgba(183, 215, 122, 0.45);
  display: grid;
  place-items: center;
  color: var(--dj-emerald-soft);
  background: linear-gradient(180deg, rgba(11, 46, 19, 0.82), rgba(11, 18, 32, 0.96));
  box-shadow: inset 0 0 26px rgba(95, 174, 63, 0.18), 0 0 24px rgba(95, 174, 63, 0.12);
}

.icon-orb img {
  display: block;
  width: auto;
  height: auto;
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
}

.hero-glow {
  background:
    linear-gradient(to right, transparent, rgba(95, 174, 63, 0.85), transparent),
    radial-gradient(circle at center, rgba(95, 174, 63, 0.4), transparent 70%);
}

.hero-panel {
  padding-top: 20px;
  min-height: 66vh;
}

.hero-bg {
  background-image:
    linear-gradient(90deg, rgba(3, 11, 27, 0.55), rgba(3, 11, 27, 0.55)),
    url("/static/css/dist/images/landing/NewRocks.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-bg .hero-grid {
  grid-template-columns: 1fr;
  min-height: calc(66vh - 56px);
}

.hero-bg .hero-copy {
  --hero-title-size: clamp(1.85rem, 3.5vw + 1rem, 3.55rem);
  max-width: 800px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.hero-logo {
  width: min(750px, 100%);
  height: auto;
  margin: 0 auto 16px;
  filter: drop-shadow(0 6px 16px rgba(2, 6, 23, 0.55));
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 1.25fr;
  gap: 18px;
  align-items: center;
}

.hero-copy h1 {
  margin: 0;
  color: #f5f7f8;
  font-family: Georgia, "Times New Roman", serif;
  font-size: var(--hero-title-size, clamp(1.85rem, 3.5vw + 1rem, 3.55rem));
  line-height: 1.08;
  text-align: center;
}

.hero-copy p {
  margin: 16px 0 0;
  color: var(--dj-emerald-green);
  font-size: calc(0.5 * var(--hero-title-size, clamp(1.85rem, 3.5vw + 1rem, 3.55rem)));
  line-height: 1.35;
  text-align: center;
}

.cta-primary,
.cta-secondary {
  text-decoration: none;
  display: inline-block;
  border-radius: 6px;
  border: 1px solid rgba(95, 174, 63, 0.45);
  background: linear-gradient(180deg, #b7d77a, #2f7d32);
  color: #0b2e13;
  font-weight: 700;
  box-shadow: 0 0 24px rgba(47, 125, 50, 0.22);
}

.cta-primary {
  margin-top: 25px;
  padding: 12px 38px;
  font-size: 1.5rem;
}

.cta-large {
  font-size: 1.95rem;
  padding: 12px 44px;
}

.hero-mock-wrap {
  margin: 0;
  display: flex;
  align-items: end;
  gap: 14px;
}

.hero-mock-main,
.hero-mock-side {
  border-radius: 10px;
  border: 1px solid rgba(95, 174, 63, 0.23);
  background: linear-gradient(180deg, rgba(11, 46, 19, 0.42), rgba(11, 18, 32, 0.96));
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.45);
}

.hero-mock-main {
  flex: 1;
  padding: 12px;
}

.hero-mock-side {
  width: 28%;
  height: 160px;
}

.mock-header {
  height: 8px;
  width: 96px;
  border-radius: 999px;
  background: rgba(183, 215, 122, 0.6);
}

.mock-row {
  margin-top: 12px;
  height: 58px;
  border-radius: 8px;
  border: 1px solid rgba(95, 174, 63, 0.18);
  background: rgba(11, 18, 32, 0.9);
}

.mock-grid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.mock-grid div {
  height: 68px;
  border-radius: 8px;
  border: 1px solid rgba(95, 174, 63, 0.18);
  background: rgba(11, 18, 32, 0.86);
}

.hero-glow {
  margin-top: 22px;
  height: 1px;
}

.steps-track {
  position: relative;
  margin-top: 28px;
}

.steps-track-line {
  display: none;
}

.steps-grid {
  position: relative;
  z-index: 1;
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

#how-it-works .how-it-works-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.65rem, 2.5vw, 1.35rem);
  width: 100%;
  max-width: min(1040px, calc(100% - 2rem));
  margin-left: auto;
  margin-right: auto;
}

#how-it-works .how-it-works-heading-line {
  flex: 1 1 0;
  min-width: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(95, 174, 63, 0.25) 15%,
    rgba(183, 215, 122, 0.55) 50%,
    rgba(95, 174, 63, 0.25) 85%,
    transparent
  );
  box-shadow: 0 0 10px rgba(95, 174, 63, 0.35);
}

#how-it-works .how-it-works-heading-text {
  flex-shrink: 0;
}

#how-it-works {
  --how-step-icon-box: 96px;
}

#how-it-works .step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  width: 100%;
  height: var(--how-step-icon-box);
}

#how-it-works .step-icon img {
  display: block;
  width: auto;
  height: auto;
  max-width: min(112px, 28vw);
  max-height: var(--how-step-icon-box);
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(95, 174, 63, 0.4)) drop-shadow(0 0 22px rgba(95, 174, 63, 0.18));
}

@media (min-width: 981px) {
  .steps-track-line {
    display: block;
    position: absolute;
    z-index: 0;
    left: 12.5%;
    width: 75%;
    top: calc(var(--how-step-icon-box) / 2);
    height: 1px;
    border-radius: 999px;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(95, 174, 63, 0.35),
      rgba(183, 215, 122, 0.65),
      rgba(95, 174, 63, 0.35),
      transparent
    );
    box-shadow: 0 0 14px rgba(95, 174, 63, 0.45), 0 0 28px rgba(95, 174, 63, 0.2);
    pointer-events: none;
  }
}

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

.step-item h3 {
  margin: 10px 0 0;
  color: #f8fafc;
  font-size: 1.38rem;
  line-height: 1.2;
  font-family: Georgia, "Times New Roman", serif;
}

.step-item p {
  margin: 4px 0 0;
  color: var(--dj-text-secondary);
  font-size: 0.96rem;
}

.feature-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.feature-card {
  border-radius: 10px;
  padding: 30px;
  background: linear-gradient(180deg, rgba(11, 46, 19, 0.32), rgba(11, 18, 32, 0.94));
}

.feature-card h3 {
  margin: 0;
  color: #f8fafc;
  font-size: 1.9rem;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.1;
}

.feature-card p {
  margin: 4px 0 0;
  color: var(--dj-text-secondary);
  font-size: 0.98rem;
}

.feature-expand {
  margin-top: 8px;
}

.feature-expand-summary {
  cursor: pointer;
  list-style: none;
  margin: 0;
  padding: 6px 0 2px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--dj-emerald-soft);
  letter-spacing: 0.02em;
}

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

.feature-expand-summary:focus-visible {
  outline: 2px solid rgba(95, 174, 63, 0.55);
  outline-offset: 2px;
  border-radius: 4px;
}

.feature-expand[open] .feature-expand-more {
  display: none;
}

.feature-expand:not([open]) .feature-expand-less {
  display: none;
}

.feature-expand-body {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(95, 174, 63, 0.2);
}

.feature-expand-lead {
  margin: 0;
  color: var(--dj-text-secondary);
  font-size: 0.92rem;
  line-height: 1.55;
}

.feature-expand-list {
  margin: 10px 0 0;
  padding-left: 1.15rem;
  color: var(--dj-text-secondary);
  font-size: 0.88rem;
  line-height: 1.5;
}

.feature-expand-list li + li {
  margin-top: 4px;
}

.feature-expand-example {
  margin: 10px 0 0;
  padding: 10px 10px 10px 12px;
  border-radius: 8px;
  border-left: 3px solid rgba(95, 174, 63, 0.45);
  background: rgba(3, 11, 27, 0.45);
  color: var(--dj-text-secondary);
  font-size: 0.86rem;
  line-height: 1.5;
}

.feature-expand-example-label {
  display: block;
  margin-bottom: 4px;
  font-weight: 600;
  color: var(--dj-text-primary);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.feature-learn-more {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 12px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--dj-emerald-green);
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid rgba(95, 174, 63, 0.35);
  background: rgba(11, 46, 19, 0.4);
  transition:
    color var(--default-transition-duration) var(--default-transition-timing-function),
    border-color var(--default-transition-duration) var(--default-transition-timing-function),
    background var(--default-transition-duration) var(--default-transition-timing-function);
}

.feature-learn-more:hover,
.feature-learn-more:focus-visible {
  color: var(--dj-text-primary);
  border-color: rgba(95, 174, 63, 0.55);
  background: rgba(47, 125, 50, 0.35);
}

.feature-learn-more:focus-visible {
  outline: 2px solid rgba(95, 174, 63, 0.55);
  outline-offset: 2px;
}

.feature-thumb {
  margin-top: 10px;
  width: 100%;
  height: 210px;
  border-radius: 8px;
  border: 1px solid rgba(95, 174, 63, 0.24);
  display: block;
  object-fit: cover;
  object-position: center ;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(11, 18, 32, 0.88), rgba(11, 46, 19, 0.45));
}

.insight-group {
  padding-top: 26px;
  padding-bottom: 30px;
}

.shared-insight-section + .shared-insight-section {
  margin-top: 28px;
}

.insight-panel {
  text-align: center;
  padding-top: 34px;
  padding-bottom: 24px;
}

.insight-bg {
  background-image:
    linear-gradient(180deg, rgba(3, 11, 27, 0.73), rgba(3, 11, 27, 0.72)),
    url("/static/css/dist/images/landing/NewLights.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.insight-panel h2,
.cta-panel h2 {
  margin: 0;
  color: #f8fafc;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
}

.insight-panel h2 {
  font-size: clamp(1.8rem, 4vw, 2.55rem);
}

.cta-panel h2 {
  font-size: clamp(1.8rem, 4vw, 2.55rem);
}

.insight-panel p {
  margin: 8px 0 0;
  color: var(--dj-text-secondary);
  font-size: 1.22rem;
}

.cta-secondary {
  margin-top: 16px;
  padding: 10px 18px;
  font-size: 1.05rem;
  border-color: rgba(95, 174, 63, 0.45);
  background: linear-gradient(180deg, rgba(47, 125, 50, 0.32), rgba(11, 46, 19, 0.82));
  color: var(--dj-text-primary);
  box-shadow: 0 6px 20px rgba(3, 11, 27, 0.4), inset 0 1px 0 rgba(183, 215, 122, 0.08);
}

.cta-secondary:hover {
  background: linear-gradient(180deg, rgba(95, 174, 63, 0.28), rgba(11, 46, 19, 0.92));
  color: #f8fafc;
  border-color: rgba(183, 215, 122, 0.45);
}

.wave-glow {
  margin-top: 14px;
  height: 85px;
  border-radius: 9999px;
  background: radial-gradient(circle at center, rgba(95, 174, 63, 0.4), transparent 64%);
}

#privacy .privacy-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.65rem, 2.5vw, 1.35rem);
  width: 100%;
  max-width: min(1040px, calc(100% - 2rem));
  margin-left: auto;
  margin-right: auto;
}

#privacy .privacy-heading-line {
  flex: 1 1 0;
  min-width: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(148, 163, 184, 0.2) 12%,
    rgba(203, 213, 225, 0.45) 50%,
    rgba(148, 163, 184, 0.2) 88%,
    transparent
  );
}

#privacy .privacy-heading-text {
  flex-shrink: 0;
}

.privacy-grid {
  margin-top: 18px;
  padding-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.privacy-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 12px;
  padding: 40px 16px 20px;
  background: linear-gradient(180deg, rgba(11, 46, 19, 0.3), rgba(11, 18, 32, 0.95));
}

.privacy-card-icon-wrap {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
  border-radius: 0;
}

.privacy-card-icon {
  display: block;
  width: 100px;
  height: 100px;
  max-width: min(100px, 22vw);
  max-height: min(100px, 22vw);
  object-fit: contain;
}

.privacy-card-body {
  position: relative;
  z-index: 0;
  width: 100%;
}

.privacy-card h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.74rem;
  color: #f8fafc;
  line-height: 1.12;
}

.privacy-card p {
  margin: 8px 0 0;
  color: rgba(248, 250, 252, 0.82);
  font-size: 0.95rem;
  line-height: 1.45;
}

.cta-panel {
  text-align: center;
  padding-top: 28px;
  padding-bottom: 30px;
}

.cta-panel h2,
.cta-panel .cta-secondary {
  text-shadow: 0 2px 10px rgba(2, 6, 23, 0.8);
}

.cta-bg {
  background-image:
    linear-gradient(180deg, rgba(3, 11, 27, 0.52), rgba(3, 11, 27, 0.52)),
    url("/static/css/dist/images/landing/NewGreenSmall.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.landing-footer {
  margin-top: 12px;
  text-align: center;
  color: var(--dj-text-secondary);
  font-size: 0.88rem;
}

.landing-footer-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.landing-footer-link {
  color: inherit;
  text-decoration: none;
}

.landing-footer-link:hover,
.landing-footer-link:focus-visible {
  color: var(--dj-emerald-soft);
}

.landing-footer-logo {
  height: 16px;
  width: auto;
}

/* Feature marketing subpages (uses --dj-* tokens from @layer base) */
.feature-page-nav {
  margin-bottom: 8px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
}

.feature-page-back {
  color: var(--dj-text-secondary);
  text-decoration: none;
  font-size: 0.95rem;
}

.feature-page-back:hover,
.feature-page-back:focus-visible {
  color: var(--dj-emerald-soft);
}

.feature-page-main {
  gap: 18px;
}

.feature-page-hero {
  text-align: center;
  padding-top: 28px;
  padding-bottom: 32px;
}

.feature-page-hero--split {
  text-align: left;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 1.08fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  padding-top: clamp(1.25rem, 3vw, 2rem);
  padding-bottom: clamp(1.5rem, 3vw, 2.75rem);
}

.feature-page-hero--split .feature-page-hero-copy {
  max-width: 38rem;
}

.feature-page-hero--split .feature-page-hero-title,
.feature-page-hero--split .section-title {
  text-align: left;
}

.feature-page-hero--split .feature-page-lead {
  margin: 0;
  max-width: none;
}

.feature-page-hero--split .feature-page-cta-row {
  justify-content: flex-start;
}

.feature-page-hero--split .feature-page-cta-row .cta-primary {
  margin-top: 18px;
}

.feature-page-label {
  margin: 0 0 10px;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--dj-emerald-soft);
}

.feature-page-mock-panel {
  border-radius: 14px;
  border: 1px solid var(--dj-border);
  background: var(--dj-bg-panel);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
  overflow: hidden;
  line-height: 0;
}

.feature-page-hero-mock-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.feature-page-goal {
  max-width: 42rem;
  margin: 0 auto 12px;
  font-size: 0.95rem;
  line-height: 1.5;
}

.feature-page-hero-title {
  margin-top: 0;
  margin-bottom: 12px;
}

.feature-page-lead {
  max-width: 46rem;
  margin: 0 auto;
  font-size: 1.08rem;
  line-height: 1.55;
}

.feature-page-cta-row {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

.feature-page-section {
  border-radius: 14px;
}

.feature-page-section-title {
  font-size: clamp(1.45rem, 3.5vw, 1.85rem);
  margin-bottom: 12px;
}

.feature-page-body {
  max-width: 44rem;
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.6;
}

.feature-page-steps {
  margin: 12px 0 0;
  padding-left: 1.25rem;
  max-width: 40rem;
  color: var(--dj-text-secondary);
  line-height: 1.65;
}

.feature-page-note {
  margin-top: 16px;
  font-size: 0.92rem;
  line-height: 1.5;
}

.feature-page-card-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.feature-page-mini-card {
  border-radius: 12px;
  padding: 18px 16px 20px;
  margin: 0;
}

.feature-page-mini-title {
  margin: 0 0 8px;
  font-size: 1.05rem;
  color: #f8fafc;
  font-family: Georgia, "Times New Roman", serif;
}

.feature-page-mini-card p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.45;
}

.feature-page-final-cta {
  text-align: center;
  padding-bottom: 36px;
}

.feature-page-final-cta .cta-primary {
  margin-top: 18px;
}

/* Reflections feature page — match product mockup (forest / black, glass cards) */
body.feature-reflections-body {
  background-color: #000000;
  background-image:
    radial-gradient(circle at 50% 38%, #002211 0%, transparent 58%),
    radial-gradient(ellipse 130% 85% at 50% -8%, rgba(22, 101, 82, 0.42), transparent 56%),
    radial-gradient(ellipse 55% 48% at 0% 72%, rgba(45, 147, 117, 0.2), transparent 52%),
    radial-gradient(ellipse 48% 42% at 100% 32%, rgba(95, 174, 63, 0.1), transparent 48%),
    linear-gradient(180deg, rgba(0, 10, 8, 0.65) 0%, rgba(0, 0, 0, 0.94) 50%, #000000 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
    url("/static/css/dist/images/landing/NewLights.png");
  background-size: auto, auto, auto, auto, auto, auto, cover;
  background-position: center, center, center, center, center, center, center;
  background-repeat: no-repeat;
  background-attachment: scroll, scroll, scroll, scroll, scroll, scroll, fixed;
}

.feature-reflections-body .refl-hero.refl-hero-bg {
  backdrop-filter: blur(10px);
  background-image:
    linear-gradient(180deg, rgba(4, 18, 20, 0.88), rgba(3, 11, 27, 0.82)),
    radial-gradient(ellipse 90% 60% at 70% 30%, rgba(45, 147, 117, 0.12), transparent 55%),
    url("/static/css/dist/images/landing/NewLights.png");
  background-size: cover, auto, cover;
  background-position: center, center, center;
  background-repeat: no-repeat;
}

.feature-reflections-body .feature-page-hero {
  padding-top: clamp(2rem, 5vw, 3.25rem);
  padding-bottom: clamp(2rem, 5vw, 3.5rem);
}

.feature-reflections-body .refl-eyebrow {
  margin: 0 0 14px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(248, 250, 252, 0.78);
}

.feature-reflections-body .refl-hero-headline {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.85rem, 3.2vw + 0.75rem, 2.6rem);
  font-weight: 600;
  line-height: 1.1;
  color: #f8fafc;
  letter-spacing: -0.02em;
}

.feature-reflections-body .refl-hero-prose {
  margin: 0 0 14px;
  font-size: clamp(0.98rem, 0.85vw + 0.88rem, 1.06rem);
  line-height: 1.62;
}

.feature-reflections-body .refl-hero-prose:last-of-type {
  margin-bottom: 0;
}

.feature-reflections-body .refl-cta-outline {
  background: transparent;
  border: 1px solid rgba(248, 250, 252, 0.42);
  color: #f8fafc;
  box-shadow: none;
}

.feature-reflections-body .refl-cta-outline:hover,
.feature-reflections-body .refl-cta-outline:focus-visible {
  background: rgba(248, 250, 252, 0.08);
  color: #fff;
  border-color: rgba(183, 215, 122, 0.55);
}

.feature-reflections-body .refl-hero-visual {
  position: relative;
}

.feature-reflections-body .refl-hero-visual::before {
  content: "";
  position: absolute;
  inset: 4% -8% 6%;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(ellipse at 50% 45%, rgba(45, 147, 117, 0.35), rgba(16, 90, 72, 0.1) 48%, transparent 70%);
  filter: blur(2px);
}

.feature-reflections-body .refl-mock-glow {
  position: relative;
  z-index: 1;
  line-height: normal;
  box-shadow:
    0 0 0 1px rgba(95, 174, 63, 0.22),
    0 22px 56px rgba(0, 0, 0, 0.58),
    0 0 48px rgba(45, 147, 117, 0.12);
}

.feature-reflections-body .refl-weekly-card {
  line-height: normal;
  overflow: hidden;
  text-align: left;
  backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.feature-reflections-body .refl-weekly-card--compact .refl-weekly-card__block:last-child {
  margin-bottom: 0;
}

.feature-reflections-body .refl-weekly-card--compact .refl-weekly-card__p {
  font-size: 0.82rem;
}

.feature-reflections-body .refl-weekly-card--large {
  width: 100%;
  max-width: min(440px, 100%);
}

.feature-reflections-body .refl-weekly-card__head {
  padding: 14px 18px 12px;
  border-bottom: 1px solid rgba(248, 250, 252, 0.08);
  background: rgba(0, 0, 0, 0.2);
}

.feature-reflections-body .refl-weekly-card__head--split {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.feature-reflections-body .refl-weekly-card__details {
  flex-shrink: 0;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(183, 215, 122, 0.95);
  border-bottom: 1px solid rgba(183, 215, 122, 0.45);
  padding-bottom: 2px;
}

.feature-reflections-body .refl-weekly-card__details:hover,
.feature-reflections-body .refl-weekly-card__details:focus-visible {
  color: #e8ffc8;
  border-bottom-color: rgba(183, 215, 122, 0.85);
}

.feature-reflections-body .refl-weekly-card__title {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(248, 250, 252, 0.72);
}

.feature-reflections-body .refl-weekly-card__body {
  padding: 16px 18px 18px;
}

.feature-reflections-body .refl-weekly-card__block {
  margin: 0 0 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(248, 250, 252, 0.06);
}

.feature-reflections-body .refl-weekly-card__block:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.feature-reflections-body .refl-weekly-card__h {
  margin: 0 0 6px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(183, 215, 122, 0.92);
}

.feature-reflections-body .refl-weekly-card__p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(226, 232, 240, 0.88);
}

.feature-reflections-body .refl-section {
  padding-top: clamp(2.25rem, 5vw, 3.75rem);
  padding-bottom: clamp(2.25rem, 5vw, 3.75rem);
}

.feature-reflections-body .refl-section-title {
  margin: 0 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.6vw + 0.5rem, 2rem);
  line-height: 1.15;
  color: #f8fafc;
}

.feature-reflections-body .refl-section-title--center {
  text-align: center;
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
}

.feature-reflections-body .refl-how-steps {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  width: 100%;
  margin: 0;
  padding: clamp(18px, 3vw, 28px) clamp(14px, 2.5vw, 22px);
  border-radius: 14px;
  border: 1px solid rgba(95, 174, 63, 0.22);
  background-color: #020617;
  background-image:
    linear-gradient(180deg, rgba(4, 20, 22, 0.86), rgba(3, 11, 27, 0.9)),
    url("/static/css/dist/images/landing/NewGreenSmall.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.feature-reflections-body .refl-how-steps .refl-section-title {
  margin-bottom: 0;
}

.feature-reflections-body .refl-how-steps > .panel {
  width: 100%;
  max-width: 100%;
}

/* Four steps as columns (side by side); narrow screens stack */
.feature-reflections-body .refl-step-stack {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(12px, 2vw, 18px);
  width: 100%;
  max-width: 100%;
  margin-top: clamp(1rem, 2.5vw, 1.5rem);
}

@media (max-width: 899px) {
  .feature-reflections-body .refl-step-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .feature-reflections-body .refl-step-stack {
    grid-template-columns: minmax(0, 1fr);
  }
}

.feature-reflections-body .refl-step-stack > .refl-step-card {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 100%;
}

.feature-reflections-body .refl-step-card {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.feature-reflections-body .refl-step-card .refl-four-cell__kicker {
  margin: 0 0 10px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(183, 215, 122, 0.9);
}

.feature-reflections-body .refl-step-card .refl-four-cell__title {
  margin: 0 0 12px;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.35;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #f8fafc;
}

.feature-reflections-body .refl-step-card .refl-four-cell__text {
  margin: 0;
  font-size: clamp(0.98rem, 0.85vw + 0.88rem, 1.06rem);
  line-height: 1.62;
}

.feature-reflections-body .refl-step-card .refl-four-cell__text + .refl-four-cell__text {
  margin-top: 10px;
}

.feature-reflections-body .refl-step-card .refl-four-cell__list {
  margin: 8px 0 12px;
  padding-left: 0;
  list-style: none;
  font-size: clamp(0.98rem, 0.85vw + 0.88rem, 1.06rem);
  line-height: 1.62;
}

.feature-reflections-body .refl-step-card .refl-four-cell__list--indented {
  padding-left: 0;
}

.feature-reflections-body .refl-step-card .refl-four-cell__list li {
  position: relative;
  margin: 0 0 8px;
  padding-left: 1.85rem;
}

.feature-reflections-body .refl-step-card .refl-four-cell__list li::before {
  content: "⚙️";
  position: absolute;
  left: 0;
  top: 0.1em;
  line-height: 1.45;
  font-size: 0.95em;
}

.feature-reflections-body .refl-step-card .refl-four-cell__list--indented li {
  padding-left: 2.35rem;
}

.feature-reflections-body .refl-step-card .refl-four-cell__list--indented li::before {
  left: 0.45rem;
}

/* Cog icon lists: flex row so the SVG lines up with text and reads at a similar scale */
.feature-reflections-body .refl-step-card .refl-four-cell__list.refl-four-cell__list--cog li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding-left: 0;
}

.feature-reflections-body .refl-step-card .refl-four-cell__list.refl-four-cell__list--cog li::before {
  content: "";
  position: static;
  flex: 0 0 auto;
  display: block;
  width: 1.35rem;
  height: 1.35rem;
  margin-top: 0.2em;
  line-height: 0;
  font-size: 0;
  background-image: url("/static/css/dist/images/landing/icons/IconCog.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.feature-reflections-body .refl-step-card .refl-four-cell__list li:last-child {
  margin-bottom: 0;
}

.feature-reflections-body .refl-step-card .refl-four-cell__title + .refl-four-cell__list {
  margin-top: 10px;
}

.feature-reflections-body .refl-step-card .refl-four-cell__list + .refl-four-cell__text {
  margin-top: 10px;
}

.feature-reflections-body .refl-strip-footnote {
  margin: clamp(1.1rem, 2.5vw, 1.5rem) 0 0;
  text-align: center;
  font-size: clamp(0.98rem, 0.85vw + 0.88rem, 1.06rem);
  line-height: 1.62;
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
}

.feature-reflections-body .refl-split-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 1.02fr);
  gap: clamp(1.75rem, 4vw, 3.25rem);
  align-items: start;
  text-align: left;
  padding-top: clamp(1.5rem, 3vw, 2.25rem);
  padding-bottom: clamp(1.5rem, 3vw, 2.5rem);
  backdrop-filter: blur(12px);
}

/* Weekly Reflection card on the left, checklist on the right */
.feature-reflections-body .refl-split-section--card-left {
  grid-template-columns: minmax(280px, 1.02fr) minmax(0, 1fr);
}

.feature-reflections-body .refl-split-card-col {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2.5vw, 1.5rem);
  min-width: 0;
}

.feature-reflections-body .refl-split-card-col .refl-split-headline {
  margin: 0;
}

.feature-reflections-body .refl-split-card-col .refl-hero-visual {
  width: 100%;
}

.feature-reflections-body .refl-split-copy .refl-checklist {
  margin-top: 0;
}

.feature-reflections-body .refl-split-bg-green {
  background-image:
    linear-gradient(180deg, rgba(4, 20, 22, 0.86), rgba(3, 11, 27, 0.9)),
    url("/static/css/dist/images/landing/NewGreenSmall.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.feature-reflections-body .refl-split-bg-lights {
  background-image:
    linear-gradient(180deg, rgba(3, 11, 27, 0.84), rgba(3, 11, 27, 0.9)),
    url("/static/css/dist/images/landing/NewLights.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.feature-reflections-body .refl-split-copy {
  max-width: 36rem;
}

.feature-reflections-body .refl-split-headline {
  margin: 0 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 2.4vw + 0.5rem, 1.95rem);
  line-height: 1.15;
  color: #f8fafc;
}

.feature-reflections-body .refl-split-prose {
  margin: 6px 0 0;
  font-size: 0.95rem;
  line-height: 1.55;
}

.feature-reflections-body .refl-checklist {
  list-style: none;
  margin: clamp(0.75rem, 2vw, 1.1rem) 0 0;
  padding: 0;
}

.feature-reflections-body .refl-checklist li {
  position: relative;
  margin: 0 0 18px;
  padding-left: 2.5rem;
  font-size: 1rem;
  line-height: 1.45;
  color: var(--dj-text-secondary);
}

.feature-reflections-body .refl-checklist li:last-child {
  margin-bottom: 0;
}

.feature-reflections-body .refl-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 9999px;
  border: 2px solid rgba(45, 147, 117, 0.55);
  background: radial-gradient(circle at 30% 25%, rgba(107, 219, 185, 0.2), rgba(11, 18, 32, 0.92));
  box-shadow: 0 0 12px rgba(45, 147, 117, 0.28);
}

.feature-reflections-body .refl-checklist li::after {
  content: "✓";
  position: absolute;
  left: 0.34rem;
  top: 0.06rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--dj-emerald-green);
}

/* Reflections: reuse journaling benefit-list layout with IconLevels.svg */
.feature-reflections-body .fj-benefit-list {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}

.feature-reflections-body .fj-benefit-list li {
  position: relative;
  margin: 0 0 16px;
  padding-left: 2.5rem;
  font-size: 1.02rem;
  line-height: 1.5;
  color: var(--dj-text-secondary);
}

.feature-reflections-body .fj-benefit-list li:last-child {
  margin-bottom: 0;
}

.feature-reflections-body .fj-benefit-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 9999px;
  border: 2px solid rgba(45, 147, 117, 0.6);
  background: radial-gradient(circle at 30% 25%, rgba(107, 219, 185, 0.22), rgba(11, 18, 32, 0.92));
  box-shadow: 0 0 14px rgba(45, 147, 117, 0.32);
}

.feature-reflections-body .fj-benefit-list li::after {
  content: "✓";
  position: absolute;
  left: 0.34rem;
  top: 0.06rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--dj-emerald-green);
}

.feature-reflections-body .fj-benefit-list.fj-benefit-list--levels li::after {
  content: "";
  left: calc((1.45rem - 0.85rem * 2) / 2);
  top: calc(0.1rem + (1.45rem - 0.85rem * 2) / 2);
  width: calc(0.85rem * 2);
  height: calc(0.85rem * 2);
  font-size: 0;
  font-weight: 400;
  color: transparent;
  background-image: url("/static/css/dist/images/landing/icons/IconLevels.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.feature-reflections-body .fj-benefit-list.fj-benefit-list--light li::after {
  content: "";
  left: calc((1.45rem - 0.85rem * 2) / 2);
  top: calc(0.1rem + (1.45rem - 0.85rem * 2) / 2);
  width: calc(0.85rem * 2);
  height: calc(0.85rem * 2);
  font-size: 0;
  font-weight: 400;
  color: transparent;
  background-image: url("/static/css/dist/images/landing/icons/IconLight.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.feature-reflections-body .fj-benefit-list.fj-benefit-list--star li::after {
  content: "";
  left: calc((1.45rem - 0.85rem * 2) / 2);
  top: calc(0.1rem + (1.45rem - 0.85rem * 2) / 2);
  width: calc(0.85rem * 2);
  height: calc(0.85rem * 2);
  font-size: 0;
  font-weight: 400;
  color: transparent;
  background-image: url("/static/css/dist/images/landing/icons/IconStar.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* Journaling feature page — layout aligned to marketing mockup */
body.feature-journal-body {
  background-color: #020617;
  background-image:
    radial-gradient(ellipse 130% 85% at 50% -15%, rgba(45, 147, 117, 0.16), transparent 58%),
    radial-gradient(ellipse 70% 55% at 100% 30%, rgba(95, 174, 63, 0.1), transparent 55%),
    linear-gradient(195deg, rgba(2, 6, 23, 0.78) 0%, rgba(2, 6, 23, 0.92) 55%, rgba(2, 6, 23, 0.96) 100%),
    url("/static/css/dist/images/landing/NewLights.png"),
    linear-gradient(180deg, rgba(2, 6, 23, 0.45), rgba(2, 6, 23, 0.82)),
    url("/static/css/dist/images/landing/NewGreenSmall.png");
  background-size: auto, auto, auto, cover, auto, cover;
  background-position: center, center, center, center top, center, center bottom;
  background-repeat: no-repeat;
  background-attachment: scroll, scroll, scroll, fixed, scroll, fixed;
}

.feature-journal-body .fj-hero.fj-hero-bg {
  backdrop-filter: blur(10px);
  background-image:
    linear-gradient(180deg, rgba(3, 11, 27, 0.84), rgba(3, 11, 27, 0.76)),
    url("/static/css/dist/images/landing/NewLights.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.feature-journal-body .fj-eyebrow {
  margin: 0 0 14px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(248, 250, 252, 0.78);
}

.feature-journal-body .fj-hero-headline {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.85rem, 3.5vw + 0.75rem, 2.65rem);
  font-weight: 600;
  line-height: 1.1;
  color: #f8fafc;
  letter-spacing: -0.02em;
}

.feature-journal-body .fj-hero-prose {
  margin: 0 0 14px;
  font-size: clamp(0.98rem, 0.9vw + 0.88rem, 1.08rem);
  line-height: 1.62;
}

.feature-journal-body .fj-hero-prose:last-of-type {
  margin-bottom: 0;
}

.feature-journal-body .fj-hero-ctas {
  margin-top: 22px;
}

.feature-journal-body .fj-hero-ctas .cta-primary {
  margin-top: 0;
}

.feature-journal-body .fj-cta-outline {
  background: transparent;
  border: 1px solid rgba(248, 250, 252, 0.42);
  color: #f8fafc;
  box-shadow: none;
}

.feature-journal-body .fj-cta-outline:hover,
.feature-journal-body .fj-cta-outline:focus-visible {
  background: rgba(248, 250, 252, 0.08);
  color: #fff;
  border-color: rgba(183, 215, 122, 0.55);
}

.feature-journal-body .fj-hero-visual {
  position: relative;
}

.feature-journal-body .fj-hero-visual::before {
  content: "";
  position: absolute;
  inset: 5% -6% 8%;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(ellipse at 50% 45%, rgba(45, 147, 117, 0.38), rgba(95, 174, 63, 0.12) 45%, transparent 68%);
  filter: blur(2px);
}

.feature-journal-body .fj-mock-glow {
  position: relative;
  z-index: 1;
  box-shadow:
    0 0 0 1px rgba(95, 174, 63, 0.22),
    0 20px 56px rgba(0, 0, 0, 0.55),
    0 0 48px rgba(45, 147, 117, 0.12);
}

.feature-journal-body .fj-block {
  margin-top: 4px;
}

.feature-journal-body .fj-kicker {
  margin: 0 0 12px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(248, 250, 252, 0.72);
}

.feature-journal-body .fj-prompts-section {
  backdrop-filter: blur(12px);
  padding: clamp(26px, 4vw, 40px) clamp(18px, 3vw, 28px);
  background-image:
    linear-gradient(180deg, rgba(3, 11, 27, 0.86), rgba(3, 11, 27, 0.9)),
    url("/static/css/dist/images/landing/NewGreenSmall.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid rgba(95, 174, 63, 0.22);
}

.feature-journal-body .fj-prompts-inner {
  max-width: 38rem;
  margin: 0 auto;
  text-align: left;
}

.feature-journal-body .fj-prompts-title {
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.8vw + 0.6rem, 2.25rem);
  line-height: 1.15;
  color: #f8fafc;
}

.feature-journal-body .fj-prompts-intro {
  margin: 0 0 18px;
  font-size: 1.05rem;
  line-height: 1.62;
}

.feature-journal-body .fj-prompt-list {
  margin: 0;
  padding-left: 1.35rem;
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--dj-text-secondary);
}

.feature-journal-body .fj-prompt-list li {
  margin: 0 0 10px;
}

.feature-journal-body .fj-prompt-list li:last-child {
  margin-bottom: 0;
}

.feature-journal-body .fj-prompt-tagline {
  margin: 28px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.12rem, 1.5vw + 0.85rem, 1.35rem);
  font-weight: 600;
  line-height: 1.45;
  color: #f1f5f9;
}

.feature-journal-body .fj-split-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 1.05fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: stretch;
  text-align: left;
  padding-top: clamp(1.35rem, 3vw, 2.1rem);
  padding-bottom: clamp(1.35rem, 3vw, 2.4rem);
  backdrop-filter: blur(12px);
}

.feature-journal-body .fj-split-bg-green {
  background-image:
    linear-gradient(180deg, rgba(3, 11, 27, 0.82), rgba(3, 11, 27, 0.88)),
    url("/static/css/dist/images/landing/NewGreenSmall.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.feature-journal-body .fj-split-bg-lights {
  background-image:
    linear-gradient(180deg, rgba(3, 11, 27, 0.82), rgba(3, 11, 27, 0.88)),
    url("/static/css/dist/images/landing/NewLights.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.feature-journal-body .fj-split-copy {
  max-width: 36rem;
}

.feature-journal-body .fj-split-cta-col {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: none;
  min-height: 0;
  align-self: stretch;
}

.feature-journal-body .fj-split-cta-col .cta-primary {
  margin-top: 0;
  text-align: center;
}

.feature-journal-body .fj-split-media-col {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: none;
  min-height: 0;
  align-self: stretch;
}

.feature-journal-body .fj-split-media-col .feature-page-mock-panel {
  width: 100%;
  max-width: min(400px, 100%);
}

.feature-journal-body .fj-split-headline {
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 2.6vw + 0.5rem, 2.05rem);
  line-height: 1.15;
  color: #f8fafc;
}

.feature-journal-body .fj-split-prose {
  margin: 0 0 12px;
  font-size: 1.02rem;
  line-height: 1.62;
}

.feature-journal-body .fj-split-prose:last-of-type {
  margin-bottom: 0;
}

.feature-journal-body .fj-benefit-list {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}

.feature-journal-body .fj-benefit-list li {
  position: relative;
  margin: 0 0 16px;
  padding-left: 2.5rem;
  font-size: 1.02rem;
  line-height: 1.5;
  color: var(--dj-text-secondary);
}

.feature-journal-body .fj-benefit-list li:last-child {
  margin-bottom: 0;
}

.feature-journal-body .fj-benefit-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 9999px;
  border: 2px solid rgba(45, 147, 117, 0.6);
  background: radial-gradient(circle at 30% 25%, rgba(107, 219, 185, 0.22), rgba(11, 18, 32, 0.92));
  box-shadow: 0 0 14px rgba(45, 147, 117, 0.32);
}

.feature-journal-body .fj-benefit-list li::after {
  content: "✓";
  position: absolute;
  left: 0.34rem;
  top: 0.06rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--dj-emerald-green);
}

.feature-journal-body .fj-benefit-list.fj-benefit-list--heart li::after {
  content: "";
  left: calc((1.45rem - 0.85rem * 2) / 2);
  top: calc(0.1rem + (1.45rem - 0.85rem * 2) / 2);
  width: calc(0.85rem * 2);
  height: calc(0.85rem * 2);
  font-size: 0;
  font-weight: 400;
  color: transparent;
  background-image: url("/static/css/dist/images/landing/icons/IconHart.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.feature-journal-body .fj-benefit-list.fj-benefit-list--shield li::after {
  content: "";
  left: calc((1.45rem - 0.85rem * 2) / 2);
  top: calc(0.1rem + (1.45rem - 0.85rem * 2) / 2);
  width: calc(0.85rem * 2);
  height: calc(0.85rem * 2);
  font-size: 0;
  font-weight: 400;
  color: transparent;
  background-image: url("/static/css/dist/images/landing/icons/IconShield.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.feature-journal-body .fj-benefit-list.fj-benefit-list--book li::after {
  content: "";
  left: calc((1.45rem - 0.85rem * 2) / 2);
  top: calc(0.1rem + (1.45rem - 0.85rem * 2) / 2);
  width: calc(0.85rem * 2);
  height: calc(0.85rem * 2);
  font-size: 0;
  font-weight: 400;
  color: transparent;
  background-image: url("/static/css/dist/images/landing/icons/IconBook.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .feature-page-hero--split {
    grid-template-columns: 1fr;
  }

  .feature-journal-body .fj-split-section {
    grid-template-columns: 1fr;
  }

  .feature-reflections-body .refl-split-section {
    grid-template-columns: 1fr;
  }

  .feature-reflections-body .refl-split-section .feature-page-hero-visual {
    min-height: 0;
    padding-top: 8px;
  }

  .feature-journal-body .fj-split-cta-col,
  .feature-journal-body .fj-split-media-col {
    min-height: 0;
    justify-content: flex-start;
    padding-top: 8px;
  }

  .feature-journal-body .fj-split-media-col .feature-page-mock-panel {
    max-width: 100%;
  }

  .steps-grid,
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (max-width: 640px) {
  .panel {
    padding-left: 14px;
    padding-right: 14px;
  }

  .shared-insight-section + .shared-insight-section {
    margin-top: 22px;
  }

  .steps-grid,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .cta-primary,
  .cta-large {
    font-size: 1.15rem;
    padding: 10px 24px;
  }
}

@layer base {
  :root {
    --dj-bg-main: #020617;
    --dj-bg-panel: #0b1220;
    --dj-text-primary: #e5e7eb;
    --dj-text-secondary: #bec1c7;
    --dj-emerald-primary: #2f7d32;
    --dj-emerald-glow: #5fae3f;
    --dj-emerald-soft: #b7d77a;
    --dj-emerald-green: #6bdb8d;
    --dj-emerald-blue: #6bdbb9;
    --dj-border: rgba(95, 174, 63, 0.18);
    --dj-glow: radial-gradient(circle at center, rgba(95, 174, 63, 0.25), transparent 60%);
  }

  body {
    font-family: "Inter", sans-serif;
    background: var(--dj-bg-main);
    color: var(--dj-text-primary);
  }
  a {
    color: var(--dj-emerald-glow);
  }
  a:hover {
    color: var(--dj-emerald-soft);
  }
  input,
  textarea,
  select {
    background: var(--dj-bg-panel);
    color: var(--dj-text-primary);
    border: 1px solid var(--dj-border);
    border-radius: 0.75rem;
  }
  input::placeholder,
  textarea::placeholder {
    color: var(--dj-text-secondary);
  }
}
@layer components {
  .dj-page {
    max-width: 72rem;
    margin: 0 auto;
    padding: 1.5rem 1rem;
  }
  .dj-panel {
    background: var(--dj-bg-panel);
    border: 1px solid var(--dj-border);
    border-radius: 1rem;
    box-shadow: 0 20px 60px rgba(2, 6, 23, 0.55);
  }
  .dj-panel-glow {
    position: relative;
    overflow: hidden;
  }
  .dj-panel-glow::before {
    content: "";
    position: absolute;
    inset: -45%;
    pointer-events: none;
    background: var(--dj-glow);
    z-index: 0;
  }
  .dj-panel-glow > * {
    position: relative;
    z-index: 1;
  }
  .dj-heading {
    color: #f8fafc;
    letter-spacing: -0.02em;
  }
  .dj-muted {
    color: var(--dj-text-secondary);
  }
  .dj-button-primary {
    background: var(--dj-emerald-primary);
    color: #fff;
    border: 1px solid transparent;
    border-radius: 0.75rem;
    font-weight: 600;
    transition: all 180ms ease;
  }
  .dj-button-primary:hover {
    background: #059669;
    box-shadow: 0 0 28px rgba(16, 185, 129, 0.25);
  }
  .dj-button-secondary {
    background: transparent;
    color: var(--dj-emerald-glow);
    border: 1px solid rgba(16, 185, 129, 0.6);
    border-radius: 0.75rem;
    font-weight: 600;
    transition: all 180ms ease;
  }
  .dj-button-secondary:hover {
    border-color: var(--dj-emerald-glow);
    color: var(--dj-emerald-soft);
    box-shadow: 0 0 18px rgba(16, 185, 129, 0.2);
  }
  .dj-alert {
    border-radius: 0.75rem;
    border: 1px solid rgba(239, 68, 68, 0.45);
    background: rgba(239, 68, 68, 0.1);
    color: #fecaca;
    padding: 0.75rem 0.875rem;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-1\.5 {
    margin-left: calc(var(--spacing) * 1.5);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-0 {
    height: calc(var(--spacing) * 0);
  }
  .h-0\.5 {
    height: calc(var(--spacing) * 0.5);
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-2\.5 {
    height: calc(var(--spacing) * 2.5);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-screen {
    height: 100vh;
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-2\.5 {
    width: calc(var(--spacing) * 2.5);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-disc {
    list-style-type: disc;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .divide-y {
    :where(& > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }
  .divide-slate-200 {
    :where(& > :not(:last-child)) {
      border-color: var(--color-slate-200);
    }
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-b-2xl {
    border-bottom-right-radius: var(--radius-2xl);
    border-bottom-left-radius: var(--radius-2xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-x {
    border-inline-style: var(--tw-border-style);
    border-inline-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-amber-200 {
    border-color: var(--color-amber-200);
  }
  .border-amber-300 {
    border-color: var(--color-amber-300);
  }
  .border-emerald-200 {
    border-color: var(--color-emerald-200);
  }
  .border-indigo-400 {
    border-color: var(--color-indigo-400);
  }
  .border-indigo-600 {
    border-color: var(--color-indigo-600);
  }
  .border-rose-200 {
    border-color: var(--color-rose-200);
  }
  .border-slate-200 {
    border-color: var(--color-slate-200);
  }
  .border-slate-300 {
    border-color: var(--color-slate-300);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-amber-50 {
    background-color: var(--color-amber-50);
  }
  .bg-amber-100 {
    background-color: var(--color-amber-100);
  }
  .bg-emerald-50 {
    background-color: var(--color-emerald-50);
  }
  .bg-emerald-100 {
    background-color: var(--color-emerald-100);
  }
  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }
  .bg-indigo-50 {
    background-color: var(--color-indigo-50);
  }
  .bg-indigo-600 {
    background-color: var(--color-indigo-600);
  }
  .bg-rose-50 {
    background-color: var(--color-rose-50);
  }
  .bg-rose-100 {
    background-color: var(--color-rose-100);
  }
  .bg-slate-50 {
    background-color: var(--color-slate-50);
  }
  .bg-slate-50\/60 {
    background-color: color-mix(in srgb, oklch(98.4% 0.003 247.858) 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-slate-50) 60%, transparent);
    }
  }
  .bg-slate-100 {
    background-color: var(--color-slate-100);
  }
  .bg-slate-200 {
    background-color: var(--color-slate-200);
  }
  .bg-slate-900 {
    background-color: var(--color-slate-900);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-indigo-50 {
    --tw-gradient-from: var(--color-indigo-50);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .via-white {
    --tw-gradient-via: var(--color-white);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .to-cyan-50 {
    --tw-gradient-to: var(--color-cyan-50);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-3\.5 {
    padding: calc(var(--spacing) * 3.5);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .pr-6 {
    padding-right: calc(var(--spacing) * 6);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .font-serif {
    font-family: var(--font-serif);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-normal {
    --tw-tracking: var(--tracking-normal);
    letter-spacing: var(--tracking-normal);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }
  .text-amber-700 {
    color: var(--color-amber-700);
  }
  .text-amber-900 {
    color: var(--color-amber-900);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-emerald-700 {
    color: var(--color-emerald-700);
  }
  .text-emerald-800 {
    color: var(--color-emerald-800);
  }
  .text-emerald-900 {
    color: var(--color-emerald-900);
  }
  .text-rose-700 {
    color: var(--color-rose-700);
  }
  .text-rose-800 {
    color: var(--color-rose-800);
  }
  .text-rose-900 {
    color: var(--color-rose-900);
  }
  .text-slate-500 {
    color: var(--color-slate-500);
  }
  .text-slate-600 {
    color: var(--color-slate-600);
  }
  .text-slate-700 {
    color: var(--color-slate-700);
  }
  .text-slate-800 {
    color: var(--color-slate-800);
  }
  .text-slate-900 {
    color: var(--color-slate-900);
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .accent-indigo-600 {
    accent-color: var(--color-indigo-600);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .hover\:border-indigo-300 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-indigo-300);
      }
    }
  }
  .hover\:bg-indigo-50 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-indigo-50);
      }
    }
  }
  .hover\:bg-slate-50 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-slate-50);
      }
    }
  }
  .hover\:bg-slate-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-slate-700);
      }
    }
  }
  .hover\:text-slate-900 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-slate-900);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .focus\:border-indigo-400 {
    &:focus {
      border-color: var(--color-indigo-400);
    }
  }
  .focus\:border-slate-500 {
    &:focus {
      border-color: var(--color-slate-500);
    }
  }
  .focus\:ring-1 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-slate-500 {
    &:focus {
      --tw-ring-color: var(--color-slate-500);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:pr-10 {
    @media (width >= 40rem) {
      padding-right: calc(var(--spacing) * 10);
    }
  }
  .md\:col-span-2 {
    @media (width >= 48rem) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:col-span-4 {
    @media (width >= 48rem) {
      grid-column: span 4 / span 4;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
