:root {
      --cd-primary: #0071e3;
      --cd-primary-hover: #0077ed;
      --cd-success: #3fc77d;
      --cd-ink: #1a1d21;
      --cd-muted: #6c757d;
      --cd-surface: #f7f9fc;
    }
    .features-home-lp {
      font-family: inherit;
      color: var(--cd-ink);
      -webkit-font-smoothing: antialiased;
    }
    .features-home-lp .btn-primary {
      --bs-btn-bg: var(--cd-primary);
      --bs-btn-border-color: var(--cd-primary);
      --bs-btn-hover-bg: var(--cd-primary-hover);
      font-weight: 500;
      padding: 0.65rem 1.35rem;
    }
    .features-home-lp .btn-outline-primary {
      --bs-btn-color: var(--cd-primary);
      --bs-btn-border-color: var(--cd-primary);
      font-weight: 500;
    }
    .features-home-lp .hero-gradient {
      position: relative;
      background-color: #fbfbfd;
      background-image:
        radial-gradient(ellipse 88% 72% at 85% 6%, rgba(0, 113, 227, 0.12) 0%, transparent 56%),
        radial-gradient(ellipse 72% 58% at 4% 88%, rgba(52, 199, 89, 0.1) 0%, transparent 52%),
        radial-gradient(ellipse 45% 38% at 50% 45%, rgba(0, 113, 227, 0.04) 0%, transparent 62%),
        linear-gradient(180deg, #e9f0fb 0%, #ffffff 44%, #f6fcf9 100%);
      border-bottom: 1px solid rgba(0, 0, 0, 0.055);
      overflow: hidden;
    }
    .features-home-lp .hero-badge {
      font-size: 0.8rem;
      font-weight: 600;
      letter-spacing: 0.02em;
      color: var(--cd-primary);
      background: rgba(0, 113, 227, 0.1);
      border-radius: 999px;
      padding: 0.35rem 0.85rem;
      display: inline-block;
    }
    .features-home-lp .display-heading {
      font-weight: 700;
      letter-spacing: -0.02em;
      line-height: 1.12;
    }
    .features-home-lp .lead-tight {
      max-width: 40rem;
      color: var(--cd-muted);
      font-size: 1.05rem;
    }
    .features-home-lp .floating-card {
      border-radius: 1rem;
      box-shadow: 0 0.35rem 1.75rem rgba(0, 40, 100, 0.07), 0 0 0 1px rgba(255, 255, 255, 0.8) inset;
      border: 1px solid rgba(0, 0, 0, 0.055);
      background: #fff;
    }
    .features-home-lp .icon-circle {
      width: 3rem;
      height: 3rem;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 1.35rem;
    }
    .features-home-lp .section-alt {
      background: var(--cd-surface);
    }
    .features-home-lp .cta-band {
      background: linear-gradient(145deg, #0066d4 0%, #0071e3 40%, #0077ed 65%, #004a9a 100%);
      color: #fff;
      border-radius: 1rem;
      box-shadow:
        0 4px 24px rgba(0, 0, 0, 0.06),
        0 0 0 1px rgba(255, 255, 255, 0.12) inset;
    }
    .features-home-lp .cta-band .btn-light {
      font-weight: 600;
      color: var(--cd-primary);
    }
    .features-home-lp .stats-strip {
      border-top: 1px solid rgba(0, 0, 0, 0.06);
      border-bottom: 1px solid rgba(0, 0, 0, 0.06);
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, #f7fafc 50%, rgba(255, 255, 255, 0.98) 100%);
    }
    .features-home-lp .home-chip {
      display: inline-block;
      font-size: 0.75rem;
      font-weight: 500;
      padding: 0.4rem 0.85rem;
      border-radius: 999px;
      background: #fff;
      border: 1px solid rgba(0, 0, 0, 0.08);
      color: var(--cd-muted);
    }
    .features-home-lp .home-flow-marker {
      width: 2.25rem;
      height: 2.25rem;
      border-radius: 50%;
      background: linear-gradient(135deg, #0071e3, #2aab6f);
      color: #fff;
      font-weight: 700;
      font-size: 0.85rem;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
    .features-home-lp .rollout-strip .home-flow-marker,
    .features-home-lp .rollout-timeline-marker {
      width: 2.4rem;
      height: 2.4rem;
      font-size: 0.875rem;
      line-height: 1;
      background: linear-gradient(145deg, #0071e3, #0077ed);
      box-shadow:
        0 2px 10px rgba(0, 113, 227, 0.32),
        0 0 0 2px rgba(255, 255, 255, 0.95) inset;
    }
    .features-home-lp .rollout-timeline-marker {
      position: relative;
      z-index: 2;
    }
    .features-home-lp .home-quote {
      border-left: 4px solid var(--cd-primary);
      padding: 1.15rem 1.35rem;
      background: rgba(0, 113, 227, 0.06);
      border-radius: 0 0.75rem 0.75rem 0;
    }
    .features-home-lp .faq-shell {
      background: #fff;
      border-radius: 1rem;
      border: 1px solid rgba(0, 0, 0, 0.06);
      box-shadow: 0 0.5rem 2rem rgba(0, 40, 100, 0.05);
      padding: 1.75rem 1.35rem 2rem;
    }
    @media (min-width: 768px) {
      .features-home-lp .faq-shell {
        padding: 2.5rem 2.25rem 2.75rem;
      }
    }
    .features-home-lp .faq-shell .accordion-item {
      border: 1px solid rgba(0, 0, 0, 0.06) !important;
      border-radius: 0.75rem !important;
      overflow: hidden;
      margin-bottom: 0.85rem;
    }
    .features-home-lp .faq-shell .accordion-item:last-child {
      margin-bottom: 0;
    }
    .features-home-lp .faq-shell .accordion-button {
      font-weight: 500;
      font-size: 0.95rem;
      line-height: 1.45;
      padding: 1.15rem 1.35rem;
    }
    @media (min-width: 768px) {
      .features-home-lp .faq-shell .accordion-button {
        padding: 1.25rem 1.5rem;
      }
    }
    .features-home-lp .faq-shell .accordion-body {
      padding: 0.75rem 1.35rem 1.35rem;
      line-height: 1.65;
    }
    @media (min-width: 768px) {
      .features-home-lp .faq-shell .accordion-body {
        padding: 0.875rem 1.5rem 1.5rem;
      }
    }
    .features-home-lp .home-cap-card {
      border-radius: 0.75rem;
      border: 1px solid rgba(0, 0, 0, 0.06);
      background: #fff;
      height: 100%;
      transition: border-color 0.2s ease, box-shadow 0.2s ease;
    }
    .features-home-lp .home-cap-card:hover {
      border-color: rgba(0, 113, 227, 0.25);
      box-shadow: 0 0.35rem 1.25rem rgba(0, 40, 100, 0.06);
    }
    .features-home-lp .home-cap-icon {
      width: 2.85rem;
      height: 2.85rem;
      border-radius: 0.75rem;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 1.35rem;
      background: linear-gradient(135deg, rgba(0, 113, 227, 0.12), rgba(0, 113, 227, 0.06));
      color: var(--cd-primary);
      margin-bottom: 0.5rem;
    }
    .features-home-lp .quote-featured {
      position: relative;
      padding: 1.75rem 1.75rem 1.85rem 3.5rem;
      background: linear-gradient(135deg, rgba(0, 113, 227, 0.09) 0%, #fff 65%);
      border: 1px solid rgba(0, 113, 227, 0.14);
      box-shadow: 0 0.6rem 2rem rgba(0, 40, 100, 0.07);
    }
    .features-home-lp .hero-visual-zone {
      position: relative;
      min-height: 300px;
    }
    @media (min-width: 992px) {
      .features-home-lp .hero-visual-zone { min-height: 340px; }
    }
    .features-home-lp .hero-blob {
      position: absolute;
      border-radius: 50%;
      filter: blur(56px);
      opacity: 0.5;
      pointer-events: none;
      z-index: 0;
    }
    .features-home-lp .hero-blob-a {
      width: 240px;
      height: 240px;
      background: rgba(0, 113, 227, 0.35);
      top: -40px;
      right: 5%;
    }
    .features-home-lp .hero-blob-b {
      width: 200px;
      height: 200px;
      background: rgba(63, 199, 125, 0.3);
      bottom: -20px;
      left: 0;
    }
    .features-home-lp .hero-mock {
      position: relative;
      z-index: 1;
      border-radius: 1.15rem;
      background: #fff;
      box-shadow: 0 1.25rem 3rem rgba(0, 40, 100, 0.11), 0 0 0 1px rgba(0, 0, 0, 0.04);
      overflow: hidden;
    }
    .features-home-lp .hero-mock-head {
      background: linear-gradient(180deg, #f4f7fb 0%, #fff 100%);
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      padding: 0.75rem 1rem;
    }
    .features-home-lp .hero-mock-dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      display: inline-block;
      margin-right: 6px;
      vertical-align: middle;
    }
    .features-home-lp .hero-mock-body {
      padding: 1.15rem 1.15rem 1.25rem;
    }
    .features-home-lp .hero-mini-bar {
      height: 6px;
      border-radius: 999px;
      background: linear-gradient(90deg, rgba(0, 113, 227, 0.2), rgba(0, 113, 227, 0.55));
    }
    .features-home-lp .section-kicker {
      font-size: 0.68rem;
      font-weight: 600;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--cd-primary);
      margin-bottom: 0.45rem;
    }
    .features-home-lp .pillar-card-inner {
      position: relative;
      border-radius: 1rem;
      padding: 1.35rem 1.35rem 1.5rem;
      height: 100%;
      background: #fff;
      border: 1px solid rgba(0, 0, 0, 0.05);
      box-shadow: 0 0.35rem 1.5rem rgba(0, 40, 100, 0.04);
      transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
    }
    .features-home-lp .pillar-card-inner::before {
      content: "";
      position: absolute;
      top: 0;
      left: 1.25rem;
      right: 1.25rem;
      height: 3px;
      border-radius: 0 0 4px 4px;
      opacity: 0.85;
    }
    .features-home-lp .pillar-card-wrap:nth-child(1) .pillar-card-inner::before {
      background: linear-gradient(90deg, #0071e3, #4da3ff);
    }
    .features-home-lp .pillar-card-wrap:nth-child(2) .pillar-card-inner::before {
      background: linear-gradient(90deg, #3fc77d, #7fddaa);
    }
    .features-home-lp .pillar-card-wrap:nth-child(3) .pillar-card-inner::before {
      background: linear-gradient(90deg, #e5a54b, #f0c46c);
    }
    .features-home-lp .pillar-card-wrap:hover .pillar-card-inner {
      box-shadow: 0 0.75rem 2.5rem rgba(0, 40, 100, 0.1);
      transform: translateY(-4px);
      border-color: rgba(0, 113, 227, 0.12);
    }
    .features-home-lp .benefit-card {
      border-radius: 1rem;
      border: 1px solid rgba(0, 0, 0, 0.05);
      background: #fff;
      padding: 1.35rem 1.35rem 1.5rem;
      height: 100%;
      box-shadow: 0 0.25rem 1rem rgba(0, 40, 100, 0.04);
      transition: box-shadow 0.2s ease;
    }
    .features-home-lp .benefit-card:hover {
      box-shadow: 0 0.5rem 1.5rem rgba(0, 40, 100, 0.08);
    }
    .features-home-lp .benefit-icon {
      width: 2.75rem;
      height: 2.75rem;
      border-radius: 0.75rem;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 1.25rem;
      background: rgba(0, 113, 227, 0.09);
      color: var(--cd-primary);
    }
    .features-home-lp .channels-panel {
      border-radius: 1rem;
      background: linear-gradient(145deg, #ffffff 0%, #f7fafc 100%);
      border: 1px solid rgba(0, 0, 0, 0.06);
      box-shadow: 0 0.5rem 2rem rgba(0, 40, 100, 0.05);
      padding: 1.75rem 1.5rem;
      position: relative;
      overflow: hidden;
    }
    .features-home-lp .channels-panel::after {
      content: "";
      position: absolute;
      inset: 0;
      background-image: radial-gradient(rgba(0, 113, 227, 0.06) 1px, transparent 1px);
      background-size: 18px 18px;
      opacity: 0.5;
      pointer-events: none;
    }
    .features-home-lp .channels-panel-inner {
      position: relative;
      z-index: 1;
    }
    .features-home-lp .home-chip {
      background: #fff;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    }
    .features-home-lp .quote-visual {
      position: relative;
      padding: 1.75rem 1.75rem 1.75rem 3.25rem;
    }
    .features-home-lp .quote-visual.quote-featured {
      padding: 1.75rem 1.75rem 1.85rem 3.5rem;
    }
    .features-home-lp .quote-visual .bi-quote {
      position: absolute;
      left: 0.65rem;
      top: 0.85rem;
      font-size: 2.5rem;
      color: rgba(0, 113, 227, 0.18);
      line-height: 1;
    }
    .features-home-lp .rollout-strip {
      position: relative;
      border-top: none;
      background: linear-gradient(180deg, #eef2f8 0%, #f7f9fc 38%, #fafbfd 100%);
      overflow: hidden;
    }
    .features-home-lp .rollout-strip::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image: radial-gradient(ellipse 85% 55% at 50% -25%, rgba(0, 113, 227, 0.11) 0%, transparent 58%);
      pointer-events: none;
    }
    @media (min-width: 992px) {
      .features-home-lp .rollout-strip {
        padding-top: 4rem !important;
        padding-bottom: 4.25rem !important;
      }
    }
    .features-home-lp .rollout-strip .container {
      z-index: 1;
    }
    .features-home-lp .rollout-strip-lead {
      max-width: 36rem;
      margin-left: auto;
      margin-right: auto;
      line-height: 1.55;
    }
    .features-home-lp .rollout-timeline {
      max-width: 44rem;
      padding: 0;
    }
    .features-home-lp .rollout-timeline-item {
      display: grid;
      grid-template-columns: 2.75rem minmax(0, 1fr);
      gap: 0 1.15rem;
      position: relative;
      padding-bottom: 1.75rem;
      margin: 0;
    }
    .features-home-lp .rollout-timeline-item:last-child {
      padding-bottom: 0;
    }
    .features-home-lp .rollout-timeline-axis {
      display: flex;
      justify-content: center;
      padding-top: 0.15rem;
    }
    .features-home-lp .rollout-timeline-item:not(:last-child)::after {
      content: "";
      position: absolute;
      left: calc(1.375rem - 1.5px);
      top: 2.65rem;
      bottom: 0.35rem;
      width: 3px;
      border-radius: 999px;
      background: linear-gradient(
        180deg,
        rgba(0, 113, 227, 0.38) 0%,
        rgba(0, 113, 227, 0.18) 100%
      );
      z-index: 0;
      pointer-events: none;
    }
    @media (min-width: 576px) {
      .features-home-lp .rollout-timeline-item {
        grid-template-columns: 3rem minmax(0, 1fr);
        gap: 0 1.35rem;
        padding-bottom: 2rem;
      }
      .features-home-lp .rollout-timeline-item:not(:last-child)::after {
        left: calc(1.5rem - 1.5px);
      }
    }
    .features-home-lp .flow-card-rollout {
      position: relative;
      padding: 1.45rem 1.35rem 1.5rem !important;
      background: linear-gradient(165deg, #ffffff 0%, #f9fafc 100%) !important;
      border: 1px solid rgba(0, 113, 227, 0.09) !important;
      border-radius: 1rem !important;
      box-shadow:
        0 0.35rem 1.35rem rgba(0, 40, 100, 0.055),
        0 0 0 1px rgba(255, 255, 255, 0.88) inset !important;
      transition:
        transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.28s ease,
        border-color 0.22s ease;
    }
    .features-home-lp .flow-card-rollout--timeline {
      border-left-width: 3px !important;
      border-left-style: solid !important;
      border-left-color: #0071e3 !important;
    }
    .features-home-lp .flow-card-rollout--timeline::before {
      display: none;
    }
    .features-home-lp .flow-card-rollout:hover {
      transform: translateY(-3px);
      box-shadow:
        0 0.85rem 2.25rem rgba(0, 40, 100, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.92) inset !important;
    }
    .features-home-lp .flow-card-rollout--timeline:hover {
      border-top-color: rgba(0, 113, 227, 0.16) !important;
      border-right-color: rgba(0, 113, 227, 0.16) !important;
      border-bottom-color: rgba(0, 113, 227, 0.16) !important;
    }
    .features-home-lp .flow-card-rollout .flow-card-rollout-body {
      font-size: 0.9375rem;
      line-height: 1.62;
    }
    .features-home-lp .flow-card-rollout .link-primary {
      font-weight: 500;
      text-underline-offset: 0.15em;
    }
    @media (prefers-reduced-motion: reduce) {
      .features-home-lp .flow-card-rollout {
        transition: none;
      }
      .features-home-lp .flow-card-rollout:hover {
        transform: none;
      }
    }
    .features-home-lp .explore-panel {
      border-radius: 1rem;
      border: 1px solid rgba(0, 113, 227, 0.12);
      background: linear-gradient(135deg, rgba(0, 113, 227, 0.04) 0%, #fff 55%);
    }
    .features-home-lp .persona-card {
      border: 1px solid rgba(0, 0, 0, 0.06);
      box-shadow: 0 0.75rem 2.5rem rgba(0, 40, 100, 0.08);
    }
    @media (max-width: 767.98px) {
      .features-home-lp .display-4 {
        font-size: 1.85rem;
      }
    }
