.feature-page {
  --feature-accent: #2878ed;
  --feature-accent-2: #14b8a6;
  --feature-accent-soft: rgba(40, 120, 237, 0.12);
  --feature-wash: rgba(20, 184, 166, 0.1);
  height: auto;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  color: var(--theme-text);
  background: var(--theme-page-background);
}

.feature-page--translator {
  --feature-accent: #e45b42;
  --feature-accent-2: #0f9f8f;
  --feature-accent-soft: rgba(228, 91, 66, 0.12);
  --feature-wash: rgba(15, 159, 143, 0.1);
}

.feature-page--video {
  --feature-accent: #d97706;
  --feature-accent-2: #3478e5;
  --feature-accent-soft: rgba(217, 119, 6, 0.12);
  --feature-wash: rgba(52, 120, 229, 0.1);
}

.feature-page .site-header {
  flex: 0 0 auto;
}

.feature-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 58px 0 0;
}

.feature-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 24px;
  color: var(--theme-text-soft);
  font-size: 13px;
  font-weight: 700;
}

.feature-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.feature-breadcrumbs a:hover {
  color: var(--feature-accent);
}

.feature-breadcrumbs span[aria-hidden="true"] {
  opacity: 0.55;
}

.feature-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(430px, 1.14fr);
  align-items: center;
  gap: 58px;
  min-height: 570px;
  padding: 48px 0 78px;
}

.feature-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 540px;
  height: 540px;
  right: -220px;
  top: -100px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 36% 34%, var(--feature-accent-soft), transparent 64%),
    radial-gradient(circle at 66% 68%, var(--feature-wash), transparent 67%);
  filter: blur(2px);
  pointer-events: none;
}

.feature-eyebrow,
.feature-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--feature-accent);
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.feature-eyebrow::before,
.feature-section-kicker::before {
  content: "";
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--feature-accent), var(--feature-accent-2));
}

.feature-hero h1 {
  max-width: 690px;
  margin: 0;
  color: var(--theme-text-strong);
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: clamp(46px, 5vw, 72px);
  font-weight: 900;
  line-height: 0.99;
  letter-spacing: -0.058em;
}

.feature-hero h1 em {
  display: block;
  color: var(--feature-accent);
  font-style: normal;
}

.feature-hero-lead {
  max-width: 640px;
  margin: 28px 0 0;
  color: var(--theme-text-muted);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.72;
}

.feature-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.feature-primary-action,
.feature-secondary-action {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 22px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 150ms ease, border-color 150ms ease, background 150ms ease;
}

.feature-primary-action {
  border: 1px solid transparent;
  background: linear-gradient(135deg, var(--feature-accent), var(--feature-accent-2));
  color: #fff;
  box-shadow: 0 16px 34px color-mix(in srgb, var(--feature-accent) 22%, transparent);
}

.feature-primary-action:hover,
.feature-secondary-action:hover {
  transform: translateY(-2px);
}

.feature-secondary-action {
  border: 1px solid var(--theme-border);
  background: color-mix(in srgb, var(--theme-surface-solid) 84%, transparent);
  color: var(--theme-text-strong);
}

.feature-trust-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.feature-trust-row li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--theme-text-muted);
  font-size: 12px;
  font-weight: 700;
}

.feature-trust-row li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--feature-accent-2);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--feature-accent-2) 13%, transparent);
}

.feature-hero-visual {
  position: relative;
  isolation: isolate;
  margin: 0;
  padding: 22px;
  border: 1px solid color-mix(in srgb, var(--feature-accent) 18%, var(--theme-border));
  border-radius: 30px;
  background:
    linear-gradient(145deg,
      color-mix(in srgb, var(--feature-accent) 10%, var(--theme-surface-solid)),
      color-mix(in srgb, var(--feature-accent-2) 7%, var(--theme-surface-solid)));
  box-shadow: 0 30px 75px color-mix(in srgb, var(--feature-accent) 13%, transparent);
}

.feature-hero-visual::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 40px -24px -24px 42px;
  border-radius: inherit;
  background: color-mix(in srgb, var(--feature-accent-2) 8%, transparent);
  filter: blur(22px);
}

.feature-hero-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  border: 1px solid var(--theme-border);
  background: var(--theme-surface-solid);
}

.feature-image-visual {
  overflow: hidden;
}

.feature-demo-stage {
  --feature-demo-accent: #5b6eff;
  min-width: 0;
  min-height: 530px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: clamp(24px, 4vw, 42px);
}

.feature-demo-stage::before {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  right: -58px;
  top: -72px;
  border: 1px solid color-mix(in srgb, var(--feature-accent) 22%, transparent);
  border-radius: 50%;
  background: color-mix(in srgb, var(--feature-accent) 6%, transparent);
}

.feature-demo-window {
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 0;
  border: 1px solid color-mix(in srgb, var(--feature-demo-accent) 16%, var(--theme-border));
  border-radius: 22px;
  background: color-mix(in srgb, var(--theme-surface-solid) 97%, transparent);
  box-shadow:
    0 24px 54px color-mix(in srgb, var(--theme-text-strong) 12%, transparent),
    inset 0 1px 0 color-mix(in srgb, #ffffff 58%, transparent);
  backdrop-filter: blur(18px);
}

.feature-demo-titlebar {
  min-height: 72px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--theme-border);
}

.feature-demo-titlebar > div {
  min-width: 0;
}

.feature-demo-titlebar p,
.feature-demo-titlebar h2 {
  margin: 0;
}

.feature-demo-titlebar p {
  margin-bottom: 3px;
  color: var(--theme-text-soft);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.feature-demo-titlebar h2 {
  overflow: hidden;
  color: var(--theme-text-strong);
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: -0.035em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.feature-demo-icon-button {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 10px;
  color: var(--theme-text-muted);
  background: transparent;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
}

.feature-demo-icon-button:hover,
.feature-demo-icon-button:focus-visible {
  color: var(--feature-demo-accent);
  background: color-mix(in srgb, var(--feature-demo-accent) 9%, transparent);
  outline: none;
}

.feature-demo-count {
  padding: 6px 9px;
  border-radius: 999px;
  color: var(--feature-demo-accent);
  background: color-mix(in srgb, var(--feature-demo-accent) 9%, var(--theme-surface-solid));
  font-size: 9px;
  font-weight: 900;
  white-space: nowrap;
}

.feature-demo-body {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.feature-demo-field {
  min-width: 0;
}

.feature-demo-field > label {
  display: block;
  margin-bottom: 7px;
  color: var(--theme-text-strong);
  font-size: 11px;
  font-weight: 900;
}

.feature-demo-select {
  position: relative;
}

.feature-demo-select-trigger {
  width: 100%;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 13px;
  border: 1px solid var(--theme-border);
  border-radius: 11px;
  color: var(--theme-text-strong);
  background: var(--theme-surface-solid);
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
  text-align: left;
}

.feature-demo-select-trigger:hover,
.feature-demo-select-trigger[aria-expanded="true"] {
  border-color: color-mix(in srgb, var(--feature-demo-accent) 54%, var(--theme-border));
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--feature-demo-accent) 8%, transparent);
}

.feature-demo-select-menu {
  position: absolute;
  z-index: 10;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  padding: 8px;
  border: 1px solid var(--theme-border);
  border-radius: 12px;
  background: var(--theme-surface-solid);
  box-shadow: 0 18px 42px color-mix(in srgb, var(--theme-text-strong) 18%, transparent);
}

.feature-demo-select-menu[hidden] {
  display: none;
}

.feature-demo-select-menu input {
  width: 100%;
  height: 34px;
  margin-bottom: 6px;
  padding: 0 10px;
  border: 1px solid var(--theme-border);
  border-radius: 8px;
  color: var(--theme-text);
  background: color-mix(in srgb, var(--theme-surface-solid) 90%, var(--theme-page-background));
  outline: none;
  font-size: 10px;
}

.feature-demo-select-menu input:focus {
  border-color: var(--feature-demo-accent);
}

.feature-demo-options {
  display: grid;
  gap: 2px;
  max-height: 142px;
  overflow-y: auto;
}

.feature-demo-options button {
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 9px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  cursor: pointer;
  color: var(--theme-text);
  font-size: 10px;
  font-weight: 700;
  text-align: left;
}

.feature-demo-options button:hover,
.feature-demo-options button:focus-visible {
  color: var(--feature-demo-accent);
  background: color-mix(in srgb, var(--feature-demo-accent) 8%, transparent);
  outline: none;
}

.feature-demo-options button[hidden] {
  display: none;
}

.feature-demo-options button span {
  color: var(--feature-demo-accent);
  font-size: 8px;
}

.feature-demo-setting {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-top: 2px;
}

.feature-demo-setting > div {
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.feature-demo-setting strong {
  color: var(--theme-text-strong);
  font-size: 11px;
}

.feature-demo-setting div > span {
  color: var(--theme-text-soft);
  font-size: 9px;
}

.feature-demo-switch {
  width: 38px;
  height: 22px;
  flex: 0 0 38px;
  display: flex;
  align-items: center;
  padding: 2px;
  border: 0;
  border-radius: 999px;
  background: color-mix(in srgb, var(--theme-text-soft) 26%, var(--theme-surface-solid));
  cursor: pointer;
}

.feature-demo-switch span {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 2px 5px rgba(20, 30, 55, 0.22);
  transition: transform 160ms ease;
}

.feature-demo-switch.is-on {
  background: var(--feature-demo-accent);
}

.feature-demo-switch.is-on span {
  transform: translateX(16px);
}

.feature-demo-textarea {
  width: 100%;
  min-height: 76px;
  resize: none;
  padding: 11px 12px;
  border: 1px solid var(--theme-border);
  border-radius: 11px;
  outline: none;
  color: var(--theme-text);
  background: var(--theme-surface-solid);
  font-size: 10px;
  line-height: 1.55;
}

.feature-demo-textarea:focus {
  border-color: var(--feature-demo-accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--feature-demo-accent) 8%, transparent);
}

.feature-demo-textarea:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.feature-demo-time-range {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 9px;
}

.feature-demo-time-range input {
  min-width: 0;
  height: 38px;
  padding: 0 10px;
  border: 1px solid var(--theme-border);
  border-radius: 10px;
  color: var(--theme-text);
  background: var(--theme-surface-solid);
  font-size: 10px;
}

.feature-demo-time-range > span {
  color: var(--theme-text-soft);
  font-size: 10px;
  font-weight: 900;
}

.feature-demo-time-range.is-disabled {
  opacity: 0.48;
}

.feature-demo-submit-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  padding-top: 5px;
  border-top: 1px solid var(--theme-border);
}

.feature-demo-submit-row > div {
  display: grid;
  gap: 1px;
}

.feature-demo-submit-row span {
  color: var(--theme-text-soft);
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.feature-demo-submit-row strong {
  color: var(--theme-text-strong);
  font-size: 13px;
}

.feature-demo-primary,
.feature-demo-secondary,
.feature-demo-reopen {
  min-height: 40px;
  padding: 0 18px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 900;
}

.feature-demo-primary {
  border: 0;
  color: #ffffff !important;
  background: linear-gradient(135deg, #3c9cf5, #8a68f2);
  box-shadow: 0 10px 22px rgba(83, 99, 234, 0.2);
}

.feature-demo-primary:hover,
.feature-demo-primary:focus-visible {
  filter: brightness(1.05);
  transform: translateY(-1px);
  outline: none;
}

.feature-demo-secondary {
  border: 1px solid var(--theme-border);
  color: var(--theme-text-strong);
  background: var(--theme-surface-solid);
}

.feature-demo-status {
  min-height: 15px;
  margin: -3px 0 0;
  color: var(--theme-text-soft);
  font-size: 9px;
  line-height: 1.45;
}

.feature-export-stage {
  min-height: 500px;
}

.feature-export-window {
  max-width: 560px;
}

.feature-export-titlebar {
  grid-template-columns: minmax(0, 1fr) auto;
}

.feature-export-titlebar .feature-demo-icon-button {
  font-size: 25px;
}

.feature-export-types {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.feature-export-type {
  position: relative;
  min-width: 0;
  min-height: 108px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  padding: 14px;
  border: 1px solid var(--theme-border);
  border-radius: 13px;
  background: var(--theme-surface-solid);
  cursor: pointer;
  text-align: left;
}

.feature-export-type:hover,
.feature-export-type:focus-visible {
  border-color: color-mix(in srgb, var(--feature-demo-accent) 45%, var(--theme-border));
  outline: none;
}

.feature-export-type.is-selected {
  border-color: var(--feature-demo-accent);
  background: color-mix(in srgb, var(--feature-demo-accent) 6%, var(--theme-surface-solid));
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--feature-demo-accent) 18%, transparent);
}

.feature-export-type > span:nth-child(2) {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.feature-export-type strong {
  color: var(--theme-text-strong);
  font-size: 12px;
}

.feature-export-type small {
  color: var(--theme-text-muted);
  font-size: 9px;
  line-height: 1.45;
}

.feature-export-type > i {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 15px;
  height: 15px;
  border: 1px solid var(--theme-border-strong);
  border-radius: 50%;
}

.feature-export-type.is-selected > i {
  border: 4px solid var(--theme-surface-solid);
  background: var(--feature-demo-accent);
  box-shadow: 0 0 0 1px var(--feature-demo-accent);
}

.feature-export-type-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: var(--theme-text-muted);
  background: color-mix(in srgb, var(--theme-text-soft) 10%, var(--theme-surface-solid));
  font-size: 18px;
  font-weight: 900;
}

.feature-export-cc {
  color: var(--feature-demo-accent);
  background: color-mix(in srgb, var(--feature-demo-accent) 11%, var(--theme-surface-solid));
  font-size: 11px;
}

.feature-export-format-trigger > span:first-child {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.feature-export-format-trigger b {
  min-width: 28px;
  color: var(--feature-demo-accent);
  font-size: 10px;
}

.feature-export-format-trigger strong {
  overflow: hidden;
  color: var(--theme-text-strong);
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.feature-export-format-menu {
  left: 0;
}

.feature-export-note {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 9px 12px;
  border: 1px solid var(--theme-border);
  border-radius: 10px;
  color: var(--theme-text-muted);
  background: color-mix(in srgb, var(--feature-demo-accent) 3%, var(--theme-surface-solid));
  font-size: 9px;
  font-weight: 700;
  line-height: 1.45;
}

.feature-export-note > span {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  display: grid;
  place-items: center;
  border: 1px solid var(--feature-demo-accent);
  border-radius: 50%;
  color: var(--feature-demo-accent);
  font-size: 9px;
  font-weight: 900;
}

.feature-export-actions {
  display: flex;
  justify-content: flex-end;
  gap: 9px;
  padding-top: 2px;
}

.feature-export-actions .feature-demo-primary {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.feature-export-format.is-hidden {
  display: none;
}

.feature-demo-reopen {
  position: relative;
  z-index: 1;
  border: 1px solid color-mix(in srgb, var(--feature-demo-accent) 42%, var(--theme-border));
  color: var(--feature-demo-accent);
  background: var(--theme-surface-solid);
  box-shadow: var(--theme-shadow);
}

.feature-demo-reopen[hidden],
.feature-demo-window[hidden] {
  display: none;
}

.feature-product-ui {
  color: var(--theme-text);
  font-family: "Noto Sans KR", "Malgun Gothic", sans-serif;
}

.feature-translation-window {
  max-width: 640px;
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding: 18px 14px 14px;
  border: 1px solid var(--theme-border);
  border-radius: 18px;
  background: var(--theme-surface);
  box-shadow: var(--theme-shadow);
  backdrop-filter: none;
}

.feature-translation-window .generate-settings-panel {
  flex: 0 1 auto;
  overflow: visible;
}

.feature-translation-window .generate-action-section {
  position: static;
}

.feature-export-window {
  max-width: 620px;
  border: 1px solid var(--theme-border);
  border-radius: 18px;
  background: var(--theme-surface-solid);
  box-shadow: 0 28px 80px rgba(8, 15, 31, 0.28);
  backdrop-filter: none;
}

.feature-visual-note {
  position: absolute;
  right: -18px;
  bottom: 38px;
  max-width: 230px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid var(--theme-border);
  border-radius: 15px;
  background: color-mix(in srgb, var(--theme-surface-solid) 92%, transparent);
  box-shadow: var(--theme-shadow);
  backdrop-filter: blur(16px);
}

.feature-visual-note > span {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: var(--feature-accent-soft);
  color: var(--feature-accent);
  font-size: 15px;
  font-weight: 900;
}

.feature-visual-note p {
  margin: 0;
  color: var(--theme-text-muted);
  font-size: 11px;
  line-height: 1.45;
}

.feature-visual-note strong {
  display: block;
  margin-bottom: 2px;
  color: var(--theme-text-strong);
  font-size: 12px;
}

.feature-proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--theme-border);
  border-bottom: 1px solid var(--theme-border);
}

.feature-proof-strip > div {
  min-height: 112px;
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 18px 26px;
  border-right: 1px solid var(--theme-border);
}

.feature-proof-strip > div:last-child {
  border-right: 0;
}

.feature-proof-strip strong {
  color: var(--theme-text-strong);
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.feature-proof-strip span {
  color: var(--theme-text-muted);
  font-size: 12px;
  line-height: 1.5;
}

.feature-section {
  padding: 112px 0;
}

.feature-section-heading {
  max-width: 760px;
  margin-bottom: 46px;
}

.feature-section-heading h2,
.feature-split-copy h2,
.feature-cta h2 {
  margin: 0;
  color: var(--theme-text-strong);
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -0.05em;
}

.feature-section-heading > p:last-child,
.feature-split-copy > p {
  max-width: 690px;
  margin: 20px 0 0;
  color: var(--theme-text-muted);
  font-size: 16px;
  line-height: 1.72;
}

.feature-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.feature-value-card {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--theme-border);
  border-radius: 22px;
  background: color-mix(in srgb, var(--theme-surface-solid) 88%, transparent);
  box-shadow: var(--theme-shadow-soft);
}

.feature-value-card:nth-child(2) {
  transform: translateY(24px);
}

.feature-card-index {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 36px;
  border-radius: 13px;
  background: var(--feature-accent-soft);
  color: var(--feature-accent);
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 900;
}

.feature-value-card h3 {
  margin: auto 0 10px;
  color: var(--theme-text-strong);
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.24;
  letter-spacing: -0.03em;
}

.feature-value-card p {
  margin: 0;
  color: var(--theme-text-muted);
  font-size: 13px;
  line-height: 1.65;
}

.feature-workflow {
  position: relative;
  overflow: hidden;
  padding: 76px;
  border: 1px solid color-mix(in srgb, var(--feature-accent) 18%, var(--theme-border));
  border-radius: 32px;
  background:
    radial-gradient(circle at 92% 4%, var(--feature-accent-soft), transparent 34%),
    linear-gradient(145deg, var(--theme-surface-solid), color-mix(in srgb, var(--feature-wash) 40%, var(--theme-surface-solid)));
  box-shadow: var(--theme-shadow);
}

.feature-workflow .feature-section-heading {
  margin-bottom: 52px;
}

.feature-workflow-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: workflow;
}

.feature-workflow-list li {
  position: relative;
  counter-increment: workflow;
  padding-top: 64px;
}

.feature-workflow-list li::before {
  content: "0" counter(workflow);
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--feature-accent) 34%, var(--theme-border));
  color: var(--feature-accent);
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 11px;
  font-weight: 900;
}

.feature-workflow-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 22px;
  left: 58px;
  right: -20px;
  height: 1px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--feature-accent) 42%, transparent), transparent);
}

.feature-workflow-list h3 {
  margin: 0 0 10px;
  color: var(--theme-text-strong);
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 17px;
  font-weight: 900;
}

.feature-workflow-list p {
  margin: 0;
  color: var(--theme-text-muted);
  font-size: 13px;
  line-height: 1.68;
}

.feature-split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: 76px;
}

.feature-detail-list {
  display: grid;
  gap: 0;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--theme-border);
}

.feature-detail-list li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 13px;
  padding: 18px 0;
  border-bottom: 1px solid var(--theme-border);
  color: var(--theme-text-muted);
  font-size: 13px;
  line-height: 1.58;
}

.feature-detail-list li::before {
  content: "";
  width: 17px;
  height: 17px;
  margin-top: 2px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #fff 0 19%, transparent 21%),
    linear-gradient(135deg, var(--feature-accent), var(--feature-accent-2));
  box-shadow: 0 0 0 4px var(--feature-accent-soft);
}

.feature-detail-list strong {
  color: var(--theme-text-strong);
}

.feature-detail-panel {
  position: relative;
  min-height: 470px;
  display: grid;
  align-content: center;
  padding: 42px;
  overflow: hidden;
  border: 1px solid var(--theme-border);
  border-radius: 28px;
  background: color-mix(in srgb, var(--theme-surface-solid) 88%, transparent);
  box-shadow: var(--theme-shadow);
}

.feature-detail-panel::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  right: -130px;
  top: -130px;
  border-radius: 50%;
  background: var(--feature-accent-soft);
}

.feature-detail-panel-label {
  margin: 0 0 20px;
  color: var(--feature-accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.feature-detail-panel blockquote {
  position: relative;
  margin: 0;
  color: var(--theme-text-strong);
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.035em;
}

.feature-detail-panel .detail-caption {
  margin: 26px 0 0;
  color: var(--theme-text-muted);
  font-size: 13px;
  line-height: 1.65;
}

.feature-instruction-demo {
  position: relative;
  display: grid;
  gap: 12px;
}

.feature-instruction-demo > div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 15px;
  border: 1px solid var(--theme-border);
  border-radius: 14px;
  background: var(--theme-surface-soft);
}

.feature-instruction-demo span {
  color: var(--theme-text-soft);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.feature-instruction-demo strong {
  color: var(--theme-text-strong);
  font-size: 13px;
}

.feature-format-demo {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.feature-format-demo > div {
  min-height: 118px;
  display: grid;
  align-content: end;
  padding: 18px;
  border: 1px solid var(--theme-border);
  border-radius: 16px;
  background: var(--theme-surface-soft);
}

.feature-format-demo strong {
  color: var(--feature-accent);
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 19px;
  font-weight: 900;
}

.feature-format-demo span {
  margin-top: 5px;
  color: var(--theme-text-muted);
  font-size: 11px;
}

.feature-use-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.feature-use-card {
  min-height: 210px;
  padding: 24px;
  border-top: 2px solid color-mix(in srgb, var(--feature-accent) 70%, var(--feature-accent-2));
  background: color-mix(in srgb, var(--theme-surface-solid) 72%, transparent);
}

.feature-use-card span {
  color: var(--feature-accent);
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 11px;
  font-weight: 900;
}

.feature-use-card h3 {
  margin: 38px 0 9px;
  color: var(--theme-text-strong);
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 17px;
  font-weight: 900;
}

.feature-use-card p {
  margin: 0;
  color: var(--theme-text-muted);
  font-size: 12px;
  line-height: 1.62;
}

.feature-related {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.feature-related a {
  min-height: 170px;
  display: grid;
  align-content: end;
  gap: 9px;
  padding: 28px;
  border: 1px solid var(--theme-border);
  border-radius: 20px;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--theme-surface-solid) 90%, transparent), var(--feature-accent-soft));
  color: inherit;
  text-decoration: none;
  transition: transform 150ms ease, border-color 150ms ease;
}

.feature-related a:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--feature-accent) 42%, var(--theme-border));
}

.feature-related span {
  color: var(--feature-accent);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.feature-related strong {
  color: var(--theme-text-strong);
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.feature-related p {
  margin: 0;
  color: var(--theme-text-muted);
  font-size: 12px;
  line-height: 1.55;
}

.feature-faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.feature-faq-list details {
  padding: 22px 24px;
  border: 1px solid var(--theme-border);
  border-radius: 16px;
  background: color-mix(in srgb, var(--theme-surface-solid) 84%, transparent);
}

.feature-faq-list summary {
  color: var(--theme-text-strong);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.45;
  cursor: pointer;
}

.feature-faq-list p {
  margin: 14px 0 0;
  color: var(--theme-text-muted);
  font-size: 13px;
  line-height: 1.65;
}

.feature-cta {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 36px;
  margin: 20px 0 90px;
  padding: 54px 58px;
  border-radius: 28px;
  background:
    linear-gradient(125deg,
      color-mix(in srgb, var(--feature-accent) 15%, var(--theme-surface-solid)),
      color-mix(in srgb, var(--feature-accent-2) 12%, var(--theme-surface-solid)));
  border: 1px solid color-mix(in srgb, var(--feature-accent) 22%, var(--theme-border));
}

.feature-cta > div {
  position: relative;
  z-index: 1;
}

.feature-cta > div > span {
  display: block;
  margin-bottom: 12px;
  color: var(--feature-accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.feature-cta h2 {
  max-width: 700px;
  font-size: clamp(30px, 4vw, 46px);
}

.feature-cta p {
  margin: 16px 0 0;
  color: var(--theme-text-muted);
  font-size: 14px;
  line-height: 1.6;
}

.feature-cta .feature-primary-action {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
}

.feature-footer {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 30px 0 42px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  border-top: 1px solid var(--theme-border);
}

.feature-footer nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 24px;
}

.feature-footer nav a,
.feature-footer > p {
  margin: 0;
  color: var(--theme-text-muted);
  font-family: "SF Pro Text", "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.feature-footer nav a:hover {
  color: var(--theme-text-strong);
}

@media (prefers-reduced-motion: no-preference) {
  .feature-hero-copy,
  .feature-hero-visual {
    animation: feature-rise 520ms cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  .feature-hero-visual {
    animation-delay: 90ms;
  }
}

@keyframes feature-rise {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
