.features-page {
  background: #ffffff;
}

.features-shell {
  overflow-x: clip;
  min-height: calc(100vh - var(--nav-height));
  padding: 0 32px;
}

.features-hero {
  display: grid;
  grid-template-columns: minmax(0, 860px) minmax(220px, 1fr);
  gap: clamp(32px, 4vw, 72px);
  align-items: center;
  width: min(100%, 1320px);
  margin: 0 auto;
  padding: 48px 0 60px;
  background:
    radial-gradient(circle at 8% 12%, rgba(108, 99, 255, 0.14), transparent 28%),
    linear-gradient(180deg, #fbfaff 0%, #f4f1ff 100%);
  border-bottom: 1px solid rgba(108, 99, 255, 0.14);
  box-shadow: 0 0 0 100vmax #f4f1ff;
  clip-path: inset(0 -100vmax);
}

.features-hero-copy {
  max-width: 860px;
  text-align: left;
}

.features-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  padding: 8px 13px;
  border: 1px solid rgba(217, 202, 255, 0.95);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 248, 224, 0.96), rgba(245, 242, 255, 0.96));
  color: #5b4ad6;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}

.features-hero-badge img {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  filter: hue-rotate(348deg) saturate(1.4) brightness(1.04);
}

.features-hero h1 {
  margin: 24px 0 0;
  color: #111827;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.features-hero h1 span {
  display: block;
  color: #6D5EF4;
}

.features-hero-subheadline {
  max-width: 590px;
  margin: 24px 0 0;
  color: #4b5563;
  font-size: 1.08rem;
  font-weight: 450;
  line-height: 1.45;
}

.features-cta-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 32px;
}

.features-primary-cta,
.features-secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: transform 150ms ease, box-shadow 150ms ease, border-color 150ms ease, color 150ms ease;
}

.features-primary-cta {
  color: #ffffff;
  background: linear-gradient(135deg, #756BFF 0%, #5144D3 100%);
  box-shadow: 0 14px 28px rgba(81, 68, 211, 0.22);
}

.features-primary-cta img {
  width: 17px;
  height: 17px;
  filter: brightness(0) invert(1);
}

.features-secondary-cta {
  color: #5b4ad6;
  background: #ffffff;
  border: 1px solid rgba(108, 99, 255, 0.45);
}

.features-secondary-cta i {
  font-size: 14px;
}

.features-primary-cta:hover,
.features-secondary-cta:hover {
  transform: translateY(-1px);
}

.features-primary-cta:hover {
  box-shadow: 0 16px 34px rgba(81, 68, 211, 0.26);
}

.features-secondary-cta:hover {
  border-color: #6D5EF4;
  color: #5144d3;
}

.features-reassurance {
  margin: 13px 0 0;
  color: #77718f;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.4;
}

.features-trust-row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 34px;
  flex-wrap: nowrap;
}

.features-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  color: #2f3552;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.2;
}

.features-trust-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  flex: 0 0 auto;
  border-radius: 14px;
  color: #6D5EF4;
  background: #f1efff;
}

.features-trust-image-icon {
  display: block;
  width: 60px;
  height: 60px;
  flex: 0 0 auto;
  border-radius: 14px;
  background-image: url("/static/img/trust-icons.5524a6b013b1.png");
  background-repeat: no-repeat;
  background-size: 206px 101px;
}

.feature-trust-icon-security {
  background-position: -8px -20px;
}

.feature-trust-icon-results {
  background-position: -74px -20px;
}

.features-trust-asset-icon {
  display: block;
  width: 60px;
  height: 60px;
  flex: 0 0 auto;
  object-fit: contain;
}

.features-trust-icon i {
  font-size: 26px;
}

.features-hero-visual {
  min-height: 420px;
  border-radius: 20px;
}

.feature-detail-section {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 76px 0;
  background: #ffffff;
  box-shadow: 0 0 0 100vmax #ffffff;
  clip-path: inset(0 -100vmax);
}

.feature-detail-section:nth-of-type(2) {
  padding-top: 64px;
}

.feature-detail-section:nth-of-type(n+3) {
  padding-top: 54px;
}

.feature-detail-section:nth-of-type(3),
.feature-detail-section:nth-of-type(5) {
  background: #fbfaff;
  box-shadow: 0 0 0 100vmax #fbfaff;
}

.features-final-cta {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 29px 0 18px;
  background: #ffffff;
  box-shadow: 0 0 0 100vmax #ffffff;
  clip-path: inset(0 -100vmax);
}

.features-final-cta-card {
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: 0;
}

.features-final-cta-actions {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 14px;
}

.feature-detail-header {
  max-width: 780px;
}

.feature-number-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 14px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #756BFF 0%, #5144D3 100%);
  box-shadow: 0 10px 22px rgba(81, 68, 211, 0.18);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1;
}

.feature-detail-header h2 {
  margin: 18px 0 0;
  color: #111827;
  font-size: clamp(32px, 3.2vw, 46px);
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.feature-detail-header p {
  max-width: 740px;
  margin: 16px 0 0;
  color: #4b5563;
  font-size: 17px;
  font-weight: 450;
  line-height: 1.62;
}

.feature-section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding: 10px 16px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.feature-section-tag i {
  flex: 0 0 auto;
  font-size: 13px;
  line-height: 1;
}

.feature-section-tag-green {
  color: #15803D;
  border: 1px solid #BBF7D0;
  background: #F0FDF4;
}

.feature-section-tag-green i {
  color: #16A34A;
}

.feature-section-tag-orange {
  color: #C2410C;
  border: 1px solid #FED7AA;
  background: #FFF7ED;
}

.feature-section-tag-orange i {
  color: #EA580C;
}

.feature-capability-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.feature-capability-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(108, 99, 255, 0.36);
  border-radius: 999px;
  color: #5144d3;
  background: rgba(244, 243, 255, 0.5);
  box-shadow: none;
  font-size: 14px;
  font-weight: 760;
  line-height: 1;
  white-space: nowrap;
}

.feature-capability-pill i {
  color: #5d50e6;
  font-size: 15px;
}

.feature-card-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
}

.feature-card-row-after-tag {
  margin-top: 16px;
}

.feature-info-card {
  position: relative;
  min-width: 0;
  padding: 26px 24px 24px;
  border: 1px solid rgba(222, 224, 235, 0.96);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.06);
}

.feature-info-card-prominent {
  border-color: rgba(108, 99, 255, 0.58);
  box-shadow: 0 20px 48px rgba(81, 68, 211, 0.14);
}

.feature-import-card {
  border-color: #D8D4FF;
  background: #FCFCFF;
}

.feature-card-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #5d50e6;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1;
}

.feature-card-eyebrow::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 18px;
  border-radius: 999px;
  background: #6D5EF4;
}

.feature-card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.feature-card-tag-cluster {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
}

.feature-card-tag {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  flex: 0 0 auto;
  min-height: 18px;
  max-width: none;
  padding: 2px 7px;
  border: 1px solid rgba(108, 99, 255, 0.22);
  border-radius: 999px;
  color: #5144d3;
  background: #f4f3ff;
  font-size: 9px;
  font-weight: 650;
  line-height: 1.1;
  white-space: nowrap;
}

.feature-card-tag-help {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: #5d50e6;
  cursor: help;
  outline: none;
}

.feature-card-tag-help i {
  width: auto;
  font-size: 12px;
  line-height: 1;
}

.feature-card-tag-help::after {
  content: attr(data-tooltip);
  position: absolute;
  z-index: 20;
  left: 50%;
  bottom: calc(100% + 9px);
  width: max-content;
  max-width: 220px;
  padding: 0.45rem 0.55rem;
  color: #21183f;
  background: #f3ecff;
  border: 1px solid rgba(124, 58, 237, 0.38);
  border-radius: 6px;
  box-shadow: 0 10px 24px rgba(91, 33, 214, 0.14);
  font-size: 0.72rem;
  font-weight: 650;
  line-height: 1.35;
  text-align: left;
  text-transform: none;
  white-space: normal;
  transform: translate(-50%, 4px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.14s ease, transform 0.14s ease;
}

.feature-card-tag-help::before {
  content: "";
  position: absolute;
  z-index: 21;
  left: 50%;
  bottom: calc(100% + 3px);
  border: 6px solid transparent;
  border-top-color: rgba(124, 58, 237, 0.38);
  transform: translate(-50%, 4px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.14s ease, transform 0.14s ease;
  filter: drop-shadow(0 1px 0 #f3ecff);
}

.feature-card-tag-help:hover::after,
.feature-card-tag-help:focus-visible::after,
.feature-card-tag-help:hover::before,
.feature-card-tag-help:focus-visible::before {
  opacity: 1;
  transform: translate(-50%, 0);
}

.feature-card-tag-help:focus-visible {
  border-radius: 999px;
  box-shadow: 0 0 0 3px rgba(108, 99, 255, 0.18);
}

.feature-card-tag img {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  filter: hue-rotate(348deg) saturate(1.55) brightness(1.1);
}

.feature-card-tag .feature-card-tag-asset {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  object-fit: cover;
  filter: none;
}

.feature-card-tag .feature-card-tag-asset-large {
  width: 24px;
  height: 24px;
  border-radius: 7px;
}

.feature-card-tag i {
  width: 10px;
  flex: 0 0 auto;
  font-size: 10px;
  line-height: 1;
  text-align: center;
}

.feature-card-tag-zip-icon {
  position: relative;
  display: inline-grid;
  flex: 0 0 20px;
  width: 20px;
  height: 18px;
  place-items: center;
  color: #e3a52f;
}

.feature-card-tag-zip-icon i {
  width: auto;
  font-size: 17px;
}

.feature-card-tag-zip-icon .fa-file-zipper {
  position: absolute;
  right: 1px;
  bottom: 0;
  color: #7a5a20;
  font-size: 8px;
}

.feature-info-card h3 {
  margin: 16px 0 0;
  color: #111827;
  font-size: 21px;
  font-weight: 780;
  line-height: 1.2;
}

.feature-info-card ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0 0 0 18px;
  color: #4b5563;
  font-size: 15px;
  font-weight: 520;
  line-height: 1.38;
}

.feature-info-card ul:not(.feature-check-list) li::marker {
  color: #6D5EF4;
}

.feature-card-note {
  margin: 16px 0 0;
  color: #4b5563;
  font-size: 14px;
  font-weight: 680;
  line-height: 1.38;
}

.feature-card-mini-group {
  display: grid;
  gap: 9px;
  margin-top: 18px;
}

.feature-card-mini-group > span {
  color: #5d50e6;
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}

.feature-card-mini-group div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.feature-card-mini-group > div:not(.compatibility-strip) > span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border: 1px solid rgba(108, 99, 255, 0.2);
  border-radius: 999px;
  color: #5144d3;
  background: rgba(244, 243, 255, 0.62);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.feature-check-list {
  gap: 12px !important;
  list-style: none;
  padding-left: 0 !important;
}

.feature-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  padding-left: 0;
  color: #334155;
  font-size: 16px;
  font-weight: 500;
}

.feature-check-list li::before {
  content: "✓";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  flex: 0 0 20px;
  border-radius: 999px;
  color: #FFFFFF;
  background: linear-gradient(180deg, #7C83FF 0%, #6366F1 100%);
  box-shadow: 0 2px 6px rgba(99, 102, 241, 0.25);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.feature-check-list li:hover::before {
  background: #4F46E5;
}

.feature-verify-card {
  display: flex;
  flex-direction: column;
}

.feature-verify-card-purple .feature-card-eyebrow {
  color: #5d50e6;
}

.feature-verify-card-purple .feature-card-eyebrow::before {
  background: #6D5EF4;
}

.feature-verify-card-green .feature-card-eyebrow {
  color: #15803d;
}

.feature-verify-card-green .feature-card-eyebrow::before {
  background: #16a34a;
}

.feature-verify-card-amber .feature-card-eyebrow {
  color: #b45309;
}

.feature-verify-card-amber .feature-card-eyebrow::before {
  background: #f59e0b;
}

.feature-card-tag-purple {
  color: #5144d3;
  background: #f4f3ff;
}

.feature-card-tag-green {
  color: #15803d;
  border-color: rgba(22, 163, 74, 0.22);
  background: #f0fdf4;
}

.feature-card-tag-amber {
  color: #b45309;
  border-color: rgba(245, 158, 11, 0.28);
  background: #fffbeb;
}

.feature-verify-card-amber .feature-card-tag-amber i {
  color: #d97706;
}

.feature-card-description {
  margin: 12px 0 0;
  color: #64748b;
  font-size: 15px;
  font-weight: 450;
  line-height: 1.48;
}

.feature-card-callout {
  margin: auto 0 0;
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.35;
}

.feature-card-callout-purple {
  color: #5144d3;
  background: #f4f3ff;
}

.feature-card-callout-green {
  color: #15803d;
  background: #f0fdf4;
}

.feature-card-callout-amber {
  color: #b45309;
  background: #fffbeb;
}

.feature-status-list {
  gap: 10px !important;
  list-style: none;
  padding-left: 0 !important;
}

.feature-status-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #334155;
  font-size: 15px;
  font-weight: 520;
  line-height: 1.38;
}

.feature-status-list li i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  flex: 0 0 18px;
  background: transparent;
  box-shadow: none;
  font-size: 15px;
  line-height: 1;
}

.feature-verify-card-green .feature-status-list,
.feature-verify-card-amber .feature-status-list {
  min-height: 118px;
}

.feature-verify-card-green .feature-card-description,
.feature-verify-card-amber .feature-card-description {
  min-height: 44px;
}

.feature-status-list-green li i {
  color: #15803d;
}

.feature-status-list-amber li i {
  color: #d97706;
  font-size: 14px;
}

.feature-review-card-purple .feature-card-eyebrow {
  color: #5d50e6;
}

.feature-review-card-purple .feature-card-eyebrow::before {
  background: #6D5EF4;
}

.feature-review-card-amber {
  border-color: rgba(245, 158, 11, 0.34);
  box-shadow: 0 18px 42px rgba(146, 64, 14, 0.08);
}

.feature-review-card-amber .feature-card-eyebrow {
  color: #dc4a5f;
}

.feature-review-card-amber .feature-card-eyebrow::before {
  background: #dc4a5f;
}

.feature-review-card-amber .feature-card-tag-amber {
  color: #dc4a5f;
  border-color: rgba(220, 74, 95, 0.24);
  background: #fff1f3;
}

.feature-review-card-amber ul:not(.feature-check-list) li::marker {
  color: #dc4a5f;
}

.feature-review-card-green .feature-card-eyebrow {
  color: #15803d;
}

.feature-review-card-green .feature-card-eyebrow::before {
  background: #16a34a;
}

.feature-review-card-green ul:not(.feature-check-list) li::marker {
  color: #16a34a;
}

.feature-check-list-green li::before {
  background: linear-gradient(180deg, #22c55e 0%, #16a34a 100%);
  box-shadow: 0 2px 6px rgba(22, 163, 74, 0.22);
}

.feature-check-list-green li:hover::before {
  background: #15803d;
}

@media (max-width: 900px) {
  .features-shell {
    padding: 0 22px;
  }

  .features-hero {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 36px 0 48px;
  }

  .features-hero-subheadline {
    font-size: 1rem;
  }

  .features-trust-row {
    flex-wrap: wrap;
  }

  .features-hero-visual {
    display: none;
  }

  .feature-detail-section {
    padding: 56px 0;
  }

  .feature-detail-section:nth-of-type(2) {
    padding-top: 52px;
  }

  .feature-detail-section:nth-of-type(n+3) {
    padding-top: 40px;
  }

  .feature-card-row {
    grid-template-columns: 1fr;
  }

  .features-final-cta {
    padding: 22px 0 16px;
  }

  .features-final-cta-card {
    grid-template-columns: 1fr;
    gap: 26px;
    text-align: center;
  }

  .features-final-cta-actions {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 560px) {
  .features-hero h1 {
    font-size: 2.25rem;
    line-height: 1.15;
  }

  .features-cta-row {
    align-items: stretch;
    flex-direction: column;
  }

  .features-primary-cta,
  .features-secondary-cta {
    width: 100%;
  }

  .features-final-cta {
    width: 100%;
  }

  .features-final-cta-actions {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .features-final-cta-actions .pricing-button {
    width: 100%;
  }

  .features-trust-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .feature-capability-row {
    align-items: stretch;
    flex-direction: column;
  }

  .feature-capability-pill {
    justify-content: flex-start;
  }

  .feature-card-topline {
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .features-shell {
    padding-inline: var(--page-gutter-tablet);
  }

  .features-hero {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 40px 0 52px;
  }

  .features-hero h1 {
    font-size: var(--hero-title-tablet);
  }

  .features-hero-visual {
    display: none;
  }

  .features-trust-row {
    flex-wrap: wrap;
  }

  .feature-detail-section {
    padding: 58px 0;
  }

  .feature-detail-header h2 {
    font-size: var(--section-title-desktop);
  }

  .feature-card-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--card-gap-tablet);
  }

  .feature-card-topline {
    min-width: 0;
  }

  .feature-card-tag-cluster {
    flex: 1 1 auto;
    flex-wrap: wrap;
    min-width: 0;
    max-width: 100%;
  }

  .feature-card-tag {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .feature-info-card {
    padding: 24px 22px;
  }

  .features-final-cta-card {
    grid-template-columns: 1fr;
    gap: 22px;
    text-align: center;
  }

  .features-final-cta-actions {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .features-shell {
    padding-inline: var(--page-gutter-mobile);
  }

  .features-hero {
    padding: 34px 0 42px;
  }

  .features-hero h1 {
    font-size: var(--hero-title-mobile);
    letter-spacing: 0;
  }

  .features-trust-row,
  .feature-capability-row {
    align-items: stretch;
    flex-direction: column;
  }

  .features-trust-item,
  .feature-capability-pill {
    width: 100%;
  }

  .feature-detail-section {
    padding: 46px 0;
  }

  .feature-detail-section:nth-of-type(2),
  .feature-detail-section:nth-of-type(n+3) {
    padding-top: 38px;
  }

  .feature-detail-header h2 {
    font-size: var(--section-title-mobile);
  }

  .feature-detail-header p {
    font-size: 1rem;
  }

  .feature-card-row {
    grid-template-columns: 1fr;
  }

  .features-final-cta-actions {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .features-final-cta-actions .pricing-button {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .features-shell {
    padding-inline: var(--page-gutter-small);
  }

  .features-hero-badge,
  .feature-section-tag,
  .feature-card-topline {
    align-items: flex-start;
  }

  .feature-info-card {
    padding: 22px 18px;
  }

  .feature-card-tag-cluster {
    flex-wrap: wrap;
  }
}
