/* ============================================
   GLOBAL CSS - Consolidated from 28 HTML Pages
   All classes prefixed with ais_
   ============================================ */

/* ============================================
   ROOT VARIABLES
   ============================================ */
   :root {
    /* Sizes / Spacing */
    --small: 10px;
    --medium: 15px;
    --base: 20px;
    --large: 25px;
    --xlarge: 30px;
    --xxlarge: 35px;
    --sectionSpace: 100px;
  
    /* Colors */
    --darkgray: #1D1D1F;
    --darkgray10: rgba(29, 29, 31, 0.10);
    --primary: #F37022;
    --primary10: rgba(243, 112, 34, 0.10);
    --primary70: rgba(243, 112, 34, 0.70);
    --secondary: #000000;
    --secondary0: rgba(0, 0, 0, 0);
    --secondary05: rgba(0, 0, 0, 0.05);
    --secondary10: rgba(0, 0, 0, 0.10);
    --secondary20: rgba(0, 0, 0, 0.20);
    --secondary30: rgba(0, 0, 0, 0.30);
    --secondary50: rgba(0, 0, 0, 0.50);
    --secondary60: rgba(0, 0, 0, 0.60);
    --secondary70: rgba(0, 0, 0, 0.70);
    --secondary90: rgba(0, 0, 0, 0.90);
    --white: #FFFFFF;
    --white05: rgba(255, 255, 255, 0.05);
    --white10: rgba(255, 255, 255, 0.10);
    --white20: rgba(255, 255, 255, 0.20);
    --white40: rgba(255, 255, 255, 0.40);
    --white50: rgba(255, 255, 255, 0.50);
    --white60: rgba(255, 255, 255, 0.60);
    --white70: rgba(255, 255, 255, 0.70);
    --red: #FF0000;
    --red10: rgba(255, 0, 0, 0.10);
    --red20: rgba(255, 0, 0, 0.20);
    --midgrey: #333333;
    --midgrey20: rgba(51, 51, 51, 0.20);
    --midgrey30: rgba(51, 51, 51, 0.30);
    --midgrey50: rgba(51, 51, 51, 0.50);
    --lightgrey: #ABABAB;
    --lightgrey10: rgba(171, 171, 171, 0.10);
    --lightgrey20: rgba(171, 171, 171, 0.20);
    --lightgrey50: rgba(171, 171, 171, 0.50);
    --offwhite: #F5F5F7;
    --offwhite40: rgba(171, 171, 171, 0.40);
    --offwhite50: rgba(171, 171, 171, 0.50);
  }
  
  a {
    color: inherit;
  }
  /* ============================================
     BASE / RESET
     ============================================ */
  *,
  *::before,
  *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  html {
    -webkit-font-smoothing: antialiased;
  }
  
  .ais_example-panel-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
  
  .ais_scorecard-body {
    padding: 24px 20px;
  }
  
  .ais_report-mock-body {
    padding: 28px 24px;
  }
  
  .ais_chat-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  .ais_case-card-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  
  /* ============================================
     SECTIONS & LAYOUT
     ============================================ */
  .ais_section-dark .ais_illus-placeholder {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.1);
  }
  
  .ais_section-dark .ais_illus-placeholder-desc {
    color: rgba(255, 255, 255, 0.3);
  }
  
  .ais_section {
    padding: var(--sectionSpace) 0;
    position: relative;
    overflow: hidden;
  }
  
  .ais_section-dark {    
    color: #ffffff;
  }
  
  .ais_section-light {
    background: #ffffff;
  }
  
  .ais_section-gray {
    background: #f5f5f7;
  }
  
  .ais_section-label {
  
  }
  
  .ais_section-dark .ais_section-label {
  
  }
  
  .ais_section-heading {
    margin-bottom: 20px;
  }
  
  .ais_section-intro {
    color: var(--secondary);
    max-width: 600px;
    margin: 0 auto;
  }
  
  .ais_section-dark .ais_section-intro {
    color: rgba(255, 255, 255, 0.55);
  }
  
  .ais_text-center .ais_section-intro {
    margin: 0 auto;
  }
  
  .ais_hero {
    padding-top: 140px;
    padding-bottom: 80px;
  }
  
  .ais_hero .ais_container {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
  }
  
  .ais_hero-breadcrumb {
    color: #86868b;
    margin-bottom: 20px;
  }
  
  .ais_hero-breadcrumb a {
    color: #86868b;
  }
  
  .ais_hero-breadcrumb span {
    color: #e8e8ed;
    margin: 0 8px;
  }
  
  .ais_hero h1 {
  
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: #1d1d1f;
    margin-bottom: 20px;
  }
  
  .ais_hero h1 strong {
    display: block;
  }
  
  .ais_hero-desc {
    line-height: 1.75;
    color: #6e6e73;
    max-width: 480px;
  }
  
  .ais_hero-illustration {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .ais_hero-illustration .ais_illus-placeholder {
    width: 100%;
    aspect-ratio: 4 / 3;
  }
  
  .ais_event-header .ais_section-intro {
    margin: 20px auto 0;
  }
  
  .ais_integration-header .ais_section-intro {
    margin: 20px auto 0;
  }
  
  .ais_process-header .ais_section-intro {
    margin-bottom: 40px;
  }
  
  .ais_hero-subtitle {
  
    line-height: 1.4;
    letter-spacing: -0.01em;
    color: #6e6e73;
    margin-bottom: 12px;
  }
  
  .ais_aifunc-header .ais_section-intro {
    margin: 20px auto 0;
  }
  
  .ais_types-header .ais_section-intro {
    margin: 20px auto 0;
  }
  
  .ais_sources-left .ais_section-intro {
    margin-top: 20px;
  }
  
  .ais_build-header .ais_section-intro {
    margin: 20px auto 0;
  }
  
  .ais_deliver-header .ais_section-intro {
    margin: 20px auto 0;
  }
  
  .ais_examples-header .ais_section-intro {
    margin: 20px auto 0;
  }
  
  .ais_ways-header .ais_section-intro {
    margin: 20px auto 0;
  }
  
  .ais_adds-header .ais_section-intro {
    margin: 20px auto 0;
  }
  
  .ais_systems-header .ais_section-intro {
    margin: 20px auto 0;
  }
  
  .ais_integrations-header .ais_section-intro {
    margin: 20px auto 0;
  }
  
  .ais_approach-header .ais_section-intro {
    margin-top: 20px;
  }
  
  .ais_stack-header .ais_section-intro {
    margin: 20px auto 0;
  }
  
  .ais_methodology-header .ais_section-intro {
    margin-bottom: 40px;
  }
  
  .ais_deliverable-header .ais_section-intro {
    margin: 20px auto 0;
  }
  
  .ais_fix-it-header .ais_section-intro {
    margin: 20px auto 0;
    max-width: 700px;
  }
  
  .ais_vitals-header .ais_section-intro {
    margin: 20px auto 0;
  }
  
  .ais_hero-breadcrumb a:hover {
    color: var(--primary);
  }
  
  .ais_anatomy-header .ais_section-intro {
    margin: 20px auto 0;
  }
  
  .ais_tools-header .ais_section-intro {
    margin: 20px auto 0;
  }
  
  .ais_automated-header .ais_section-intro {
    margin-top: 20px;
  }
  
  .ais_ai-layer-header .ais_section-intro {
    margin: 20px auto 0;
  }
  
  .ais_transform-header .ais_section-intro {
    margin: 20px auto 0;
  }
  
  .ais_gap-left .ais_section-heading {
    color: #ffffff;
  }
  
  .ais_gap-left .ais_section-intro {
    margin-top: 20px;
  }
  
  .ais_signs-header .ais_section-intro {
    margin: 20px auto 0;
  }
  
  .ais_assess-header .ais_section-intro {
    margin: 20px auto 0;
  }
  
  .ais_process-header .ais_section-heading {
    color: #ffffff;
  }
  
  .ais_deliver-right .ais_section-heading {}
  
  .ais_deliver-right .ais_section-intro {
    margin-top: 16px;
    margin-bottom: 36px;
  }
  
  .ais_solutions-header .ais_section-intro {
    margin: 20px auto 0;
  }
  
  .ais_benefits-header .ais_section-intro {
    margin: 20px auto 0;
  }
  
  .ais_faq-header .ais_section-intro {
    margin: 20px auto 0;
  }
  
  .ais_cta-left .ais_section-label {
    color: #86868b;
  }
  
  .ais_cta-left .ais_section-heading {
    color: #ffffff;
    margin-bottom: 20px;
  }
  
  .ais_cta-left .ais_section-intro {
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.75;
  }
  
  .ais_cta-card .ais_section-label {
    color: #86868b;
  }
  
  .ais_cta-card .ais_section-heading {
    color: #ffffff;
    max-width: 600px;
    margin: 0 auto 20px;
  }
  
  .ais_cta-card .ais_section-intro {
    color: rgba(255, 255, 255, 0.55);
    margin: 0 auto 32px;
    text-align: center;
  }
  
  .ais_text-center .ais_section-label {}
  
  .ais_svc-header .ais_section-intro {
    margin: 20px auto 0;
  }
  
  .ais_pillar-header .ais_section-intro {
    margin: 20px auto 0;
  }
  
  .ais_fit-header .ais_section-intro {
    margin: 20px auto 0;
  }
  
  .ais_engage-header .ais_section-intro {
    margin: 20px auto 0;
  }
  
  .ais_section-dark .ais_section-heading {
    color: #ffffff;
  }
  
  .ais_methods-left .ais_section-label {
    color: #86868b;
    margin-bottom: 12px;
  }
  
  .ais_methods-left .ais_section-heading {
    margin-bottom: 20px;
  }
  
  .ais_methods-left .ais_section-intro {
    color: #6e6e73;
  }
  
  .ais_framework-header .ais_section-intro {
    margin: 20px auto 0;
  }
  
  .ais_cost-header .ais_section-intro {
    margin: 20px auto 0;
  }
  
  .ais_products-header .ais_section-intro {
    margin: 20px auto 0;
  }
  
  .ais_steps-header .ais_section-heading {
    color: #ffffff;
  }
  
  .ais_steps-header .ais_section-intro {
    margin: 20px auto 0;
  }
  
  .ais_cases-header .ais_section-intro {
    margin: 20px auto 0;
  }
  
  .ais_needs-header .ais_section-intro {
    margin: 20px auto 0;
  }
  
  .ais_audience-header .ais_section-intro {
    margin: 20px auto 0;
  }
  
  .ais_faceoff-header .ais_section-intro {
    margin: 20px auto 0;
  }
  
  .ais_usecases-header .ais_section-intro {
    margin: 20px auto 0;
  }
  
  .ais_works-header .ais_section-intro {
    margin-top: 20px;
  }
  
  .ais_results-header .ais_section-intro {
    margin: 20px auto 0;
  }
  
  .ais_section-gray .ais_svc-card {
    background: #ffffff;
  }
  
  .ais_section-gray .ais_svc-card-num {
    color: rgba(0, 0, 0, 0.05);
  }
  
  .ais_capab-header .ais_section-intro {
    margin: 20px auto 0;
  }
  
  .ais_vidtype-header .ais_section-intro {
    margin: 20px auto 0;
  }
  
  .ais_platfmt-header .ais_section-intro {
    margin: 20px auto 0;
  }
  
  .ais_vidprocess-header .ais_section-intro {
    margin: 20px auto 0;
  }
  
  .ais_scope-header .ais_section-intro {
    margin: 20px auto 0;
  }
  
  .ais_specs-header .ais_section-intro {
    margin: 20px auto 0;
  }
  
  .ais_datasources-header .ais_section-intro {
    margin-bottom: 20px;
  }
  
  .ais_adds-left .ais_section-intro {
    margin-top: 20px;
  }
  
  .ais_implementation-header .ais_section-intro {
    margin-bottom: 40px;
  }
  
  .ais_symptoms-header .ais_section-intro {
    margin: 20px auto 0;
  }
  
  .ais_demo-left .ais_section-heading {
    color: #ffffff;
  }
  
  .ais_demo-left .ais_section-intro {
    margin-top: 20px;
  }
  
  .ais_comp-header .ais_section-intro {
    margin: 20px auto 0;
  }
  
  .ais_sources-header .ais_section-intro {
    margin: 20px auto 0;
  }
  
  .ais_access-header .ais_section-intro {
    margin: 20px auto 0;
  }
  
  .ais_localpack-header .ais_section-intro {
    margin: 20px auto 0;
  }
  
  .ais_comparison-header .ais_section-intro {
    margin: 20px auto 0;
  }
  
  .ais_wcag-header .ais_section-intro {
    margin: 20px auto 0;
  }
  
  .ais_auditremediation-header .ais_section-intro {
    margin: 20px auto 0;
  }
  
  .ais_twoways-header .ais_section-intro {
    margin: 20px auto 0;
  }
  
  /* ============================================
     COMPONENTS
     ============================================ */

  
  .ais_illus-placeholder {
    background: #fafafa;
    border: 1px dashed #e8e8ed;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    color: #86868b;
  
    text-align: center;
    padding: 24px;
  }
  
  .ais_illus-placeholder-label {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #f37022;
  }
  
  .ais_illus-placeholder-desc {
    color: #86868b;
    max-width: 200px;
    line-height: 1.5;
  }
  
  .ais_text-center {
    text-align: center;
  }
  
  .ais_problems-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 72px;
  }
  
  .ais_problems-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
  
  .ais_problem-card {
    padding: 48px 40px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    position: relative;
  }
  
  .ais_problem-card::before {
    content: '';
    position: absolute;
    left: 40px;
    top: 40px;
    width: 32px;
    height: 3px;
    background: #f37022;
    opacity: 0.7;
  }
  
  .ais_problem-label {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #f37022;
    margin-bottom: 20px;
    padding-top: 16px;
  }
  
  .ais_problem-statement {
  
    line-height: 1.4;
    color: #ffffff;
    margin-bottom: 12px;
  }
  
  .ais_problem-solution {
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.5);
  }
  
  .ais_setup-header {
    margin-bottom: 72px;
  }
  
  .ais_setup-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  
  .ais_setup-card {
    background: #ffffff;
    border: 1px solid #e8e8ed;
    border-radius: 12px;
    padding: 44px 40px;
  }
  
  .ais_setup-card-title {
  
    color: #1d1d1f;
    margin-bottom: 28px;
    letter-spacing: -0.01em;
  }
  
  .ais_setup-list {
    list-style: none;
  }
  
  .ais_setup-list li {
    line-height: 1.75;
    color: #6e6e73;
    padding: 12px 0;
    border-bottom: 1px solid #f5f5f7;
  }
  
  .ais_setup-list li:last-child {
    border-bottom: none;
  }
  
  .ais_event-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 72px;
  }
  
  .ais_event-tiers {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 900px;
    margin: 0 auto;
  }
  
  .ais_event-tier {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 24px;
    align-items: center;
  }
  
  .ais_event-tier-label {
  
    color: #1d1d1f;
    letter-spacing: 0.02em;
    min-width: 180px;
  }
  
  .ais_event-tier-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  
  .ais_event-tier-item {
    background: #ffffff;
    border: 1px solid #e8e8ed;
    border-radius: 8px;
    padding: 16px 12px;
  
    line-height: 1.5;
    color: #6e6e73;
    text-align: center;
  }
  
  .ais_integration-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 72px;
  }
  
  .ais_integration-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
  }
  
  .ais_integration-card {
    background: #ffffff;
    border: 1px solid #e8e8ed;
    border-radius: 8px;
    padding: 32px 28px;
  }
  
  .ais_integration-name {
  
    color: #1d1d1f;
    margin-bottom: 12px;
    letter-spacing: -0.01em;
  }
  
  .ais_integration-features {
    line-height: 1.7;
    color: #6e6e73;
  }
  
  .ais_process-split {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 80px;
    align-items: start;
  }
  
  .ais_process-header {
    padding-top: 20px;
  }
  
  .ais_process-header .ais_illus-placeholder {
    width: 100%;
    aspect-ratio: 4 / 3;
    margin-top: 40px;
  }
  
  .ais_process-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  
  .ais_process-step {
    padding: 32px 28px;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #e8e8ed;
  }
  
  .ais_process-step:nth-child(2) {
    margin-top: 40px;
  }
  
  .ais_process-step:nth-child(4) {
    margin-top: 40px;
  }
  
  .ais_process-step:nth-child(6) {
    margin-top: 40px;
  }
  
  .ais_process-num {
  
    color: #e8e8ed;
    line-height: 1;
    margin-bottom: 16px;
  }
  
  .ais_process-title {
    margin-bottom: 4px;
  }
  
  .ais_process-duration {
    color: #f37022;
    margin-bottom: 10px;
  }
  
  .ais_process-desc {
    line-height: 1.65;
    color: #6e6e73;
  }
  
  .ais_faq-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 64px;
  }
  
  .ais_faq-list {
    max-width: 800px;
    margin: 0 auto;
  }
  
  .ais_faq-item {
    border-bottom: 1px solid #e8e8ed;
  }
  
  .ais_faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 24px 0;
  
    color: #1d1d1f;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    letter-spacing: -0.01em;
  }
  
  .ais_faq-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .ais_faq-answer {
    padding-bottom: 24px;
  }
  
  .ais_faq-answer p {
    line-height: 1.75;
    color: #6e6e73;
    max-width: 640px;
  }
  
  .ais_cta-section {
    padding: 120px 0;
  }
  
  .ais_cta-inner {
    background: #1d1d1f;
    border-radius: 16px;
    padding: 72px 64px;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 48px;
    align-items: center;
  }
  
  .ais_cta-heading {
  
    letter-spacing: -0.02em;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 16px;
  }
  
  .ais_cta-text {
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 32px;
    max-width: 440px;
  }
  
  .ais_cta-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
  }
  
  .ais_btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #f37022;
    color: #ffffff;
    padding: 14px 28px;
    border-radius: 4px;
  }
  
  .ais_btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: rgba(255, 255, 255, 0.6);
    padding: 14px 28px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.15);
  }
  
  .ais_cta-steps {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  .ais_cta-step {
    display: flex;
    align-items: baseline;
    gap: 16px;
  }
  
  .ais_cta-step-num {
    color: #f37022;
    flex-shrink: 0;
    width: 28px;
  }
  
  .ais_cta-step-text {
    color: rgba(255, 255, 255, 0.55);
  }
  
  .ais_cta-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  .ais_cta-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  
  .ais_cta-form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  
  .ais_cta-form-label {
  
  
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.06em;
  }
  
  .ais_cta-form-input,
  .ais_cta-form-textarea {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    padding: 12px 16px;
  
  
    color: #ffffff;
    outline: none;
  }
  
  .ais_cta-form-textarea {
    resize: vertical;
    min-height: 80px;
  }
  
  .ais_cta-form-submit {
    background: #f37022;
    color: #ffffff;
    border: none;
    padding: 14px 28px;
    border-radius: 6px;
  
  
  
    cursor: pointer;
    width: 100%;
    margin-top: 4px;
  }
  
  .ais_gap-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
  }
  
  .ais_gap-equation {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 0;
    margin-bottom: 56px;
  }
  
  .ais_gap-block {
    flex: 1;
    padding: 48px 32px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  
  .ais_gap-block:first-child {
    border-radius: 12px 0 0 12px;
  }
  
  .ais_gap-block:last-child {
    border-radius: 0 12px 12px 0;
  }
  
  .ais_gap-block-value {
  
    color: #ffffff;
    letter-spacing: -0.04em;
    line-height: 1;
  }
  
  .ais_gap-block-label {
    color: rgba(255, 255, 255, 0.4);
    max-width: 160px;
    text-align: center;
  }
  
  .ais_gap-block-accent .ais_gap-block-value {
    color: #f37022;
  }
  
  .ais_gap-operator {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
  
  
    color: rgba(255, 255, 255, 0.15);
  }
  
  .ais_gap-solution {
    margin-top: 48px;
  }
  
  .ais_gap-solution-title {
  
    color: #ffffff;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
  }
  
  .ais_gap-solution-text {
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.5);
    max-width: 640px;
    margin: 0 auto;
  }
  
  .ais_aifunc-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 72px;
  }
  
  .ais_aifunc-strip {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
  }
  
  .ais_aifunc-col {
    padding: 32px 24px;
    border-right: 1px solid #e8e8ed;
  }
  
  .ais_aifunc-col:last-child {
    border-right: none;
  }
  
  .ais_aifunc-col-num {
  
    color: #f5f5f7;
    line-height: 1;
    margin-bottom: 16px;
  }
  
  .ais_aifunc-col-title {
  
    color: #1d1d1f;
    margin-bottom: 8px;
  }
  
  .ais_aifunc-col-desc {
    line-height: 1.6;
    color: #6e6e73;
    margin-bottom: 12px;
  }
  
  .ais_aifunc-col-example {
    line-height: 1.5;
    color: #86868b;
    font-style: italic;
    padding: 10px 12px;
    background: #f5f5f7;
    border-radius: 6px;
  }
  
  .ais_types-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 72px;
  }
  
  .ais_types-row-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 20px;
  }
  
  .ais_types-row-3 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  
  .ais_types-row-3 .ais_type-card:first-child {
    grid-column-start: 1;
  }
  
  .ais_type-card {
    padding: 28px 24px;
    background: #ffffff;
    border: 1px solid #e8e8ed;
    border-radius: 10px;
  }
  
  .ais_type-card-name {
  
    color: #1d1d1f;
    margin-bottom: 6px;
  }
  
  .ais_type-card-role {
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #f37022;
    margin-bottom: 8px;
  }
  
  .ais_type-card-desc {
    line-height: 1.55;
    color: #6e6e73;
  }
  
  .ais_sources-split {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 80px;
    align-items: start;
  }
  
  .ais_sources-left {}
  
  .ais_sources-right {}
  
  .ais_source-group {
    margin-bottom: 28px;
  }
  
  .ais_source-group:last-child {
    margin-bottom: 0;
  }
  
  .ais_source-group-label {
  
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #f37022;
    margin-bottom: 10px;
  }
  
  .ais_source-group-items {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  
  .ais_source-tag {
    padding: 6px 14px;
    background: #f5f5f7;
    border: 1px solid #e8e8ed;
    border-radius: 6px;
  
    color: #1d1d1f;
  }
  
  .ais_build-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 72px;
  }
  
  .ais_build-panel {
    max-width: 800px;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.02);
  }
  
  .ais_build-step {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }
  
  .ais_build-step:last-child {
    border-bottom: none;
  }
  
  .ais_build-step-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    position: relative;
  }
  
  .ais_build-step-num {
  
    color: rgba(255, 255, 255, 0.15);
  }
  
  .ais_build-step:first-child .ais_build-step-num {
    color: #f37022;
  }
  
  .ais_build-step-bar::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: rgba(255, 255, 255, 0.04);
  }
  
  .ais_build-step:first-child .ais_build-step-bar::after {
    background: #f37022;
  }
  
  .ais_build-step:nth-child(2) .ais_build-step-bar::after {
    background: rgba(243, 112, 34, 0.6);
  }
  
  .ais_build-step:nth-child(3) .ais_build-step-bar::after {
    background: rgba(243, 112, 34, 0.4);
  }
  
  .ais_build-step:nth-child(4) .ais_build-step-bar::after {
    background: rgba(243, 112, 34, 0.25);
  }
  
  .ais_build-step:nth-child(5) .ais_build-step-bar::after {
    background: rgba(243, 112, 34, 0.15);
  }
  
  .ais_build-step:nth-child(6) .ais_build-step-bar::after {
    background: rgba(243, 112, 34, 0.08);
  }
  
  .ais_build-step-content {
    padding: 28px 32px;
  }
  
  .ais_build-step-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 6px;
  }
  
  .ais_build-step-title {
  
    color: #ffffff;
  }
  
  .ais_build-step-duration {
    padding: 2px 10px;
    border-radius: 100px;
    background: rgba(243, 112, 34, 0.12);
  
    color: #f37022;
  }
  
  .ais_build-step-text {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.45);
  }
  
  .ais_deliver-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 72px;
  }
  
  .ais_deliver-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  
  .ais_deliver-card {
    padding: 40px 36px;
    border: 1px solid #e8e8ed;
    border-radius: 12px;
    background: #ffffff;
  }
  
  .ais_deliver-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: #1d1d1f;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  
  .ais_deliver-card-icon svg {
    width: 24px;
    height: 24px;
  }
  
  .ais_deliver-card-title {
  
    color: #1d1d1f;
    margin-bottom: 8px;
    letter-spacing: -0.01em;
  }
  
  .ais_deliver-card-text {
    line-height: 1.7;
    color: #6e6e73;
  }
  
  .ais_deliver-card-tech {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #e8e8ed;
    color: #86868b;
  }
  
  .ais_deliver-card-tech strong {
    color: #1d1d1f;
  }
  
  .ais_examples-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 72px;
  }
  
  .ais_examples-stack {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  
  .ais_example-panel {
    border: 1px solid #e8e8ed;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
  }
  
  .ais_example-panel-header {
    padding: 28px 36px;
    border-bottom: 1px solid #e8e8ed;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .ais_example-panel-tag {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #f37022;
    margin-bottom: 4px;
  }
  
  .ais_example-panel-title {
  
    color: #1d1d1f;
  }
  
  .ais_example-panel-sources {
    color: #86868b;
    text-align: right;
  }
  
  .ais_example-panel-sources strong {
    color: #6e6e73;
  }
  
  .ais_example-panel-features {
    padding: 28px 36px;
    border-right: 1px solid #e8e8ed;
  }
  
  .ais_example-panel-features-title {
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #86868b;
    margin-bottom: 12px;
  }
  
  .ais_example-panel-feature-list {
    list-style: none;
  }
  
  .ais_example-panel-feature-list li {
    line-height: 1.6;
    color: #1d1d1f;
    padding: 6px 0;
    border-bottom: 1px solid #f5f5f7;
  }
  
  .ais_example-panel-feature-list li:last-child {
    border-bottom: none;
  }
  
  .ais_example-panel-mockup {
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding: 0;
    overflow: hidden;
  }
  
  .ais_mock {
    width: 100%;
    background: #f8f8fa;
    padding: 16px;
  
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  
  .ais_mock-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    background: #ffffff;
    border: 1px solid #e5e5ea;
    border-radius: 8px;
  }
  
  .ais_mock-nav-left {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  .ais_mock-nav-logo {
    width: 22px;
    height: 22px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    flex-shrink: 0;
  }
  
  .ais_mock-nav-logo.ais_orange {
    background: #f37022;
  }
  
  .ais_mock-nav-logo.ais_purple {
    background: linear-gradient(135deg, #667eea, #764ba2);
  }
  
  .ais_mock-nav-title {
  
    color: #1d1d1f;
    letter-spacing: -0.01em;
  }
  
  .ais_mock-nav-right {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  
  .ais_mock-nav-tab {
    color: #86868b;
    padding: 3px 8px;
    border-radius: 4px;
  }
  
  .ais_mock-nav-tab.ais_active {
    background: #f0f0f5;
    color: #1d1d1f;
  }
  
  .ais_mock-nav-period {
    color: #6e6e73;
    padding: 3px 10px;
    background: #f5f5f7;
    border: 1px solid #e5e5ea;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 3px;
  }
  
  .ais_mock-nav-period svg {
    width: 8px;
    height: 8px;
  }
  
  .ais_mock-nav-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #34c759;
  }
  
  .ais_mock-kpi-row {
    display: grid;
    gap: 8px;
  }
  
  .ais_mock-kpi-row.ais_cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .ais_mock-kpi-row.ais_cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  
  .ais_mock-kpi {
    background: #ffffff;
    border: 1px solid #e5e5ea;
    border-radius: 8px;
    padding: 12px 14px;
    position: relative;
    overflow: hidden;
  }
  
  .ais_mock-kpi-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
  }
  
  .ais_mock-kpi-label {
    color: #86868b;
  }
  
  .ais_mock-kpi-badge {
    padding: 1px 5px;
    border-radius: 3px;
    letter-spacing: 0.03em;
  }
  
  .ais_mock-kpi-badge.ais_up {
    background: rgba(52, 199, 89, 0.1);
    color: #34c759;
  }
  
  .ais_mock-kpi-badge.ais_down {
    background: rgba(255, 59, 48, 0.1);
    color: #ff3b30;
  }
  
  .ais_mock-kpi-badge.ais_flat {
    background: #f5f5f7;
    color: #86868b;
  }
  
  .ais_mock-kpi-value {
  
    color: #1d1d1f;
    letter-spacing: -0.03em;
    line-height: 1;
  }
  
  .ais_mock-kpi-sub {
    color: #86868b;
    margin-top: 3px;
  }
  
  .ais_mock-kpi-spark {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 24px;
    opacity: 0.5;
  }
  
  .ais_mock-card {
    background: #ffffff;
    border: 1px solid #e5e5ea;
    border-radius: 8px;
    padding: 14px;
    flex: 1;
    min-width: 0;
  }
  
  .ais_mock-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  
  .ais_mock-card-title {
    color: #1d1d1f;
  }
  
  .ais_mock-card-subtitle {
    color: #86868b;
  }
  
  .ais_mock-svg-chart {
    width: 100%;
    overflow: visible;
  }
  
  .ais_mock-svg-chart text {}
  
  .ais_mock-row {
    display: flex;
    gap: 8px;
  }
  
  .ais_mock-row>* {
    flex: 1;
    min-width: 0;
  }
  
  .ais_mock-table {
    width: 100%;
  }
  
  .ais_mock-tr {
    display: grid;
    grid-template-columns: 14px 1fr 2.5fr auto;
    gap: 6px;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px solid #f0f0f2;
  }
  
  .ais_mock-tr:last-child {
    border-bottom: none;
  }
  
  .ais_mock-tr-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
  }
  
  .ais_mock-tr-label {
    color: #1d1d1f;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .ais_mock-tr-bar {
    height: 5px;
    background: #f0f0f2;
    border-radius: 3px;
    overflow: hidden;
  }
  
  .ais_mock-tr-bar-fill {
    height: 100%;
    border-radius: 3px;
  }
  
  .ais_mock-tr-val {
    color: #6e6e73;
    white-space: nowrap;
    text-align: right;
  }
  
  .ais_mock-donut-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
  }
  
  .ais_mock-donut-svg {
    flex-shrink: 0;
  }
  
  .ais_mock-donut-legend {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  
  .ais_mock-donut-li {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #6e6e73;
  }
  
  .ais_mock-donut-li-dot {
    width: 6px;
    height: 6px;
    border-radius: 2px;
    flex-shrink: 0;
  }
  
  .ais_mock-donut-li-val {
    margin-left: auto;
    color: #1d1d1f;
  }
  
  .ais_mock-funnel {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  
  .ais_mock-funnel-step {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 6px;
  }
  
  .ais_mock-funnel-bar-wrap {
    height: 10px;
    background: #f0f0f2;
    border-radius: 5px;
    overflow: hidden;
  }
  
  .ais_mock-funnel-bar-fill {
    height: 100%;
    border-radius: 5px;
  }
  
  .ais_mock-funnel-label {
    color: #6e6e73;
    white-space: nowrap;
  }
  
  .ais_mock-funnel-meta {
    display: flex;
    justify-content: space-between;
    margin-top: 2px;
  }
  
  .ais_mock-funnel-meta span {
    color: #86868b;
  }
  
  .ais_mock-ai {
    background: #1d1d1f;
    border-radius: 8px;
    padding: 12px 14px;
    display: flex;
    gap: 10px;
  }
  
  .ais_mock-ai-icon {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    background: rgba(243, 112, 34, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  
  .ais_mock-ai-icon svg {
    width: 12px;
    height: 12px;
  }
  
  .ais_mock-ai-content {
    flex: 1;
    min-width: 0;
  }
  
  .ais_mock-ai-label {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #f37022;
    margin-bottom: 4px;
  }
  
  .ais_mock-ai-text {
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.55);
  }
  
  .ais_mock-ai-text strong {
    color: rgba(255, 255, 255, 0.85);
  }
  
  .ais_mock-ai-actions {
    display: flex;
    gap: 6px;
    margin-top: 6px;
  }
  
  .ais_mock-ai-btn {
    padding: 3px 8px;
    border-radius: 3px;
    color: #f37022;
    background: rgba(243, 112, 34, 0.12);
  }
  
  .ais_mock-ai-btn.ais_ghost {
    background: transparent;
    color: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.08);
  }
  
  .ais_mock-status {
    display: inline-flex;
    align-items: center;
    gap: 3px;
  }
  
  .ais_mock-status-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
  }
  
  .ais_mock-status.ais_live .ais_mock-status-dot {
    background: #34c759;
  }
  
  .ais_mock-status.ais_live {
    color: #34c759;
  }
  
  
  
  .ais_reveal {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.7s ease, transform 0.7s ease;
  }
  
  .ais_reveal.ais_visible {
    opacity: 1;
    transform: translateY(0);
  }
  
  .ais_false-choice-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
  }
  
  .ais_false-choice-statement {
  
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.4;
    letter-spacing: -0.02em;
    margin-bottom: 56px;
  }
  
  .ais_false-choice-options {
    display: grid;
    grid-template-columns: 1fr 80px 1fr;
    gap: 0;
    align-items: center;
    margin-bottom: 64px;
  }
  
  .ais_false-choice-option {
    padding: 40px 36px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    text-align: center;
  }
  
  .ais_false-choice-option:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
  }
  
  .ais_false-choice-option-label {
  
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.25);
    margin-bottom: 16px;
  }
  
  .ais_false-choice-option-title {
  
    color: #ffffff;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
  }
  
  .ais_false-choice-option-text {
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.35);
  }
  
  .ais_false-choice-or {
  
    color: rgba(255, 255, 255, 0.15);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
  
  .ais_false-choice-reveal {
    padding: 40px 56px;
    border: 2px solid #f37022;
    border-radius: 16px;
    background: rgba(243, 112, 34, 0.04);
  }
  
  .ais_false-choice-reveal:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 40px rgba(243, 112, 34, 0.15);
  }
  
  .ais_false-choice-reveal-label {
  
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #f37022;
    margin-bottom: 12px;
  }
  
  .ais_false-choice-reveal-title {
  
    color: #ffffff;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 12px;
  }
  
  .ais_false-choice-reveal-text {
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.55);
    max-width: 560px;
    margin: 0 auto;
  }
  
  .ais_ways-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 72px;
  }
  
  .ais_ways-stack {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  
  .ais_way-layer {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 0;
    align-items: stretch;
    border: 1px solid #e8e8ed;
    margin-top: -1px;
  }
  
  .ais_way-layer:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  }
  
  .ais_way-layer:first-child {
    border-radius: 12px 12px 0 0;
  }
  
  .ais_way-layer:last-child {
    border-radius: 0 0 12px 12px;
  }
  
  .ais_way-layer-left {
    padding: 36px 32px;
    background: #fafafa;
    border-right: 1px solid #e8e8ed;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .ais_way-layer-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #1d1d1f;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
  }
  
  .ais_way-layer-icon svg {
    width: 20px;
    height: 20px;
  }
  
  .ais_way-layer-name {
  
    color: #1d1d1f;
  }
  
  .ais_way-layer-right {
    padding: 36px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .ais_way-layer-when {
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #f37022;
    margin-bottom: 8px;
  }
  
  .ais_way-layer-desc {
    line-height: 1.7;
    color: #6e6e73;
  }
  
  .ais_adds-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 72px;
  }
  
  .ais_adds-row-large {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 24px;
  }
  
  .ais_adds-row-small {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
  
  .ais_adds-card {
    background: var(--color-white);
    border: 1px solid var(--color-gray-400);
    border-radius: 12px;
    padding: 36px 28px;
    transition: transform var(--transition-smooth), box-shadow var(--transition-smooth);
  }
  
  .ais_adds-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  }
  
  .ais_adds-card-large {
    padding: 44px 32px;
  }
  
  .ais_adds-card-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: var(--color-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  
  .ais_adds-card-icon svg {
    width: 22px;
    height: 22px;
  }
  
  .ais_adds-card-title {
  
  
    margin-bottom: 8px;
    color: var(--color-dark);
  }
  
  .ais_adds-card-small .ais_adds-card-title {}
  
  .ais_adds-card-text {
    line-height: 1.65;
    color: var(--color-gray-600);
  }
  
  .ais_adds-card-example {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--color-gray-400);
  
    color: var(--color-gray-500);
    font-style: italic;
  }
  
  .ais_systems-header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 72px;
  }
  
  .ais_systems-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  
  .ais_system-category {
    padding: 32px 28px;
    border: 1px solid #e8e8ed;
    border-radius: 12px;
    background: #fafafa;
  }
  
  .ais_system-category:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  }
  
  .ais_system-category-label {
  
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #f37022;
    margin-bottom: 16px;
  }
  
  .ais_system-category-list {
    list-style: none;
  }
  
  .ais_system-category-list li {
    line-height: 1.5;
    color: #1d1d1f;
    padding: 6px 0;
    border-bottom: 1px solid #e8e8ed;
  }
  
  .ais_system-category-list li:last-child {
    border-bottom: none;
  }
  
  .ais_system-category-note {
    margin-top: 12px;
    padding-top: 12px;
    color: #86868b;
    border-top: 1px solid #e8e8ed;
  }
  
  .ais_integrations-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 72px;
  }
  
  .ais_integrations-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  
  .ais_integration-flow {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    overflow: hidden;
  }
  
  .ais_integration-flow:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
  }
  
  .ais_integration-flow-header {
    padding: 24px 28px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.03);
  }
  
  .ais_integration-flow-tag {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #f37022;
    margin-bottom: 8px;
  }
  
  .ais_integration-flow-title {
  
    color: #ffffff;
    letter-spacing: -0.01em;
  }
  
  .ais_integration-flow-steps {
    padding: 24px 28px;
  }
  
  .ais_integration-flow-step {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 12px 0;
  }
  
  .ais_integration-flow-step:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  }
  
  .ais_integration-flow-step-icon {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
  }
  
  .ais_integration-flow-step-icon svg {
    width: 14px;
    height: 14px;
  }
  
  .ais_integration-flow-step-label {
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 2px;
  }
  
  .ais_integration-flow-step-text {
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.6);
  }
  
  .ais_integration-flow-result {
    padding: 20px 28px;
    background: rgba(243, 112, 34, 0.06);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
  }
  
  .ais_integration-flow-result-label {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #f37022;
    margin-bottom: 4px;
  }
  
  .ais_integration-flow-result-text {
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.55);
  }
  
  .ais_approach-header {
    max-width: 600px;
    margin-bottom: 72px;
  }
  
  .ais_approach-timeline {
    position: relative;
    padding-left: 80px;
  }
  
  .ais_approach-timeline::before {
    content: '';
    position: absolute;
    left: 27px;
    top: 28px;
    bottom: 28px;
    width: 2px;
    background: #e8e8ed;
  }
  
  .ais_approach-step {
    position: relative;
    padding-bottom: 48px;
  }
  
  .ais_approach-step:last-child {
    padding-bottom: 0;
  }
  
  .ais_approach-step-dot {
    position: absolute;
    left: -80px;
    top: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #e8e8ed;
    display: flex;
    align-items: center;
    justify-content: center;
  
  
    color: #1d1d1f;
    z-index: 1;
  }
  
  .ais_approach-step:first-child .ais_approach-step-dot {
    border-color: #f37022;
    color: #f37022;
  }
  
  .ais_approach-step-content {
    padding: 12px 0 0;
  }
  
  .ais_approach-step-duration {
    color: #f37022;
    margin-bottom: 4px;
  }
  
  .ais_approach-step-title {
  
    letter-spacing: -0.01em;
    margin-bottom: 8px;
    color: #1d1d1f;
  }
  
  .ais_approach-step-text {
    line-height: 1.7;
    color: #6e6e73;
    max-width: 600px;
  }
  
  .ais_stack-header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 72px;
  }
  
  .ais_stack-layers {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  
  .ais_stack-layer {
    padding: 40px 48px;
    border: 1px solid #e8e8ed;
    margin-top: -1px;
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 40px;
    align-items: center;
  }
  
  .ais_stack-layer:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  }
  
  .ais_stack-layer:first-child {
    border-radius: 16px 16px 0 0;
    background: #ffffff;
  }
  
  .ais_stack-layer:nth-child(2) {
    background: #fafafa;
  }
  
  .ais_stack-layer:last-child {
    border-radius: 0 0 16px 16px;
    background: #f0f0f2;
  }
  
  .ais_stack-layer-label {
  
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #f37022;
    margin-bottom: 8px;
  }
  
  .ais_stack-layer-name {
  
    color: #1d1d1f;
    letter-spacing: -0.01em;
  }
  
  .ais_stack-layer-items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .ais_stack-layer-item {
    padding: 8px 16px;
    background: #ffffff;
    border: 1px solid #e8e8ed;
    border-radius: 6px;
  
    color: #1d1d1f;
  }
  
  .ais_stack-layer-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  
  .ais_faq-question:hover {
    color: var(--primary);
  }
  
  .ais_faq-question[aria-expanded="true"] .ais_faq-icon {
    transform: rotate(180deg);
  }
  
  .ais_faq-answer.ais_open {
    max-height: 500px;
  }
  
  .ais_cta-inner:hover {
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.2);
  }
  
  .ais_btn-primary:hover {
    background: #e55b0f;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(243, 112, 34, 0.3);
  }
  
  .ais_btn-ghost:hover {
    color: var(--white);
    border-color: var(--primary);
    background: rgba(243, 112, 34, 0.1);
    transform: translateY(-2px);
  }
  
  .ais_audit-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 72px;
  }
  
  .ais_audit-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
  }
  
  .ais_audit-card {
    padding: 48px 40px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    position: relative;
  }
  
  .ais_audit-card::before {
    content: '';
    position: absolute;
    left: 40px;
    top: 40px;
    width: 32px;
    height: 3px;
    background: #f37022;
    opacity: 0.7;
  }
  
  .ais_audit-label {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #f37022;
    margin-bottom: 16px;
  }
  
  .ais_audit-title {
  
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #ffffff;
  }
  
  .ais_audit-description {
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.5);
  }
  
  .ais_methodology-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
  }
  
  .ais_methodology-text {
    padding-top: 20px;
  }
  
  .ais_methodology-header {
    margin-bottom: 40px;
  }
  
  .ais_toolset-label {
  
    letter-spacing: -0.01em;
    margin-bottom: 8px;
    color: #6e6e73;
  }
  
  .ais_toolset-list {
    list-style: none;
    margin-bottom: 0;
  }
  
  .ais_toolset-list li {
    line-height: 1.7;
    color: #6e6e73;
    padding: 6px 0 6px 20px;
    position: relative;
  }
  
  .ais_toolset-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 6px;
    height: 6px;
    background: #f37022;
    border-radius: 50%;
  }
  
  .ais_methodology-illustration {
    position: sticky;
    top: 120px;
  }
  
  .ais_methodology-illustration .ais_illus-placeholder {
    width: 100%;
    aspect-ratio: 3 / 4;
  }
  
  .ais_findings-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 72px;
  }
  
  .ais_findings-list {
    max-width: 900px;
    margin: 0 auto;
  }
  
  .ais_finding-severity {
    margin-bottom: 32px;
    padding: 32px 40px;
    border-left: 4px solid #1d1d1f;
    background: #ffffff;
    border-radius: 4px;
  }
  
  .ais_finding-severity.ais_critical {
    border-left-color: #d44638;
  }
  
  .ais_finding-severity.ais_high {
    border-left-color: #f37022;
  }
  
  .ais_finding-severity.ais_medium {
    border-left-color: #e8b000;
  }
  
  .ais_severity-level {
  
    color: #1d1d1f;
    margin-bottom: 8px;
  }
  
  .ais_severity-definition {
    line-height: 1.6;
    color: #6e6e73;
    margin-bottom: 16px;
  }
  
  .ais_severity-examples {
    line-height: 1.65;
    color: #86868b;
  }
  
  .ais_severity-examples strong {
    color: #1d1d1f;
  }
  
  .ais_deliverable-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 48px;
  }
  
  .ais_deliverable-illustration {
    width: 100%;
    margin-bottom: 64px;
  }
  
  .ais_deliverable-illustration .ais_illus-placeholder {
    width: 100%;
    aspect-ratio: 16 / 7;
  }
  
  .ais_deliverable-features {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 32px;
  }
  
  .ais_deliverable-feature {
    padding: 28px 24px;
    background: #ffffff;
    border: 1px solid #e8e8ed;
    border-radius: 8px;
  }
  
  .ais_deliverable-feature-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: rgba(243, 112, 34, 0.08);
    color: #f37022;
  }
  
  .ais_deliverable-feature-title {
  
    letter-spacing: -0.01em;
    margin-bottom: 8px;
    color: #1d1d1f;
  }
  
  .ais_deliverable-feature-text {
    line-height: 1.65;
    color: #6e6e73;
  }
  
  .ais_fix-it-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 48px;
  }
  
  .ais_fix-it-illustration {
    width: 100%;
    margin-bottom: 64px;
  }
  
  .ais_fix-it-illustration .ais_illus-placeholder {
    width: 100%;
    aspect-ratio: 16 / 5;
  }
  
  .ais_fix-it-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
  }
  
  .ais_fix-it-option {
    padding-left: 0;
  }
  
  .ais_fix-it-option-label {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #f37022;
    margin-bottom: 16px;
  }
  
  .ais_fix-it-option-title {
  
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 16px;
  }
  
  .ais_fix-it-option-desc {
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 20px;
  }
  
  .ais_fix-it-option-list {
    list-style: none;
  }
  
  .ais_fix-it-option-list li {
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.55);
    padding: 6px 0 6px 20px;
    position: relative;
  }
  
  .ais_fix-it-option-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 6px;
    height: 6px;
    border: 1.5px solid #f37022;
    border-radius: 50%;
  }
  
  .ais_slowdown-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 72px;
  }
  
  .ais_slowdown-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
  }
  
  .ais_slowdown-card {
    padding: 48px 40px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    position: relative;
  }
  
  .ais_slowdown-card::before {
    content: '';
    position: absolute;
    left: 40px;
    top: 40px;
    width: 32px;
    height: 3px;
    background: #f37022;
    opacity: 0.7;
  }
  
  .ais_slowdown-label {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #f37022;
    margin-bottom: 20px;
    padding-top: 16px;
  }
  
  .ais_slowdown-title {
  
    line-height: 1.4;
    color: #ffffff;
    margin-bottom: 12px;
  }
  
  .ais_slowdown-desc {
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.5);
  }
  
  .ais_vitals-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 72px;
  }
  
  .ais_vitals-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
  }
  
  .ais_vital-card {
    padding: 36px 32px;
    border: 1px solid #e8e8ed;
    border-radius: 8px;
    background: #ffffff;
  }
  
  .ais_vital-label {
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #f37022;
    margin-bottom: 12px;
  }
  
  .ais_vital-name {
  
    letter-spacing: -0.01em;
    margin-bottom: 12px;
    color: #1d1d1f;
  }
  
  .ais_vital-desc {
    line-height: 1.7;
    color: #6e6e73;
    margin-bottom: 20px;
  }
  
  .ais_vital-affects {
    color: #86868b;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8ed;
  }
  
  .ais_vital-affects-label {
    color: #1d1d1f;
    display: block;
    margin-bottom: 6px;
  }
  
  .ais_vital-thresholds {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  
  .ais_vital-threshold {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .ais_vital-threshold-label {
    color: #6e6e73;
  }
  
  .ais_vital-threshold-value {
    color: #1d1d1f;
  }
  
  .ais_measure-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 72px;
  }
  
  .ais_measure-columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }
  
  .ais_measure-col {}
  
  .ais_measure-col-title {
  
    letter-spacing: -0.01em;
    margin-bottom: 20px;
    color: #1d1d1f;
  }
  
  .ais_measure-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  
  .ais_measure-list li {
    line-height: 1.6;
    color: #6e6e73;
    padding-left: 20px;
    position: relative;
  }
  
  .ais_measure-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border: 1.5px solid #f37022;
    border-radius: 50%;
  }
  
  .ais_revenue-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 72px;
  }
  
  .ais_stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
  }
  
  .ais_stat-block {
    text-align: center;
  }
  
  .ais_stat-number {
  
    color: #f37022;
    letter-spacing: -0.02em;
    line-height: 1;
    margin-bottom: 12px;
  }
  
  .ais_stat-label {
    line-height: 1.6;
    color: #6e6e73;
  }
  
  .ais_revenue-context {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.75;
    color: #6e6e73;
  }
  
  .ais_comparison-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 72px;
  }
  
  .ais_comparison-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    position: relative;
  }
  
  .ais_comparison-split::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.1);
  }
  
  .ais_comparison-way {
    color: #ffffff;
  }
  
  .ais_comparison-way-label {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #f37022;
    margin-bottom: 16px;
  }
  
  .ais_comparison-way-title {
  
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 16px;
  }
  
  .ais_comparison-way-desc {
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 20px;
  }
  
  .ais_comparison-list {
    list-style: none;
    margin-bottom: 24px;
  }
  
  .ais_comparison-list li {
    line-height: 1.7;
    color: #6e6e73;
    padding: 6px 0 6px 20px;
    position: relative;
  }
  
  .ais_comparison-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 6px;
    height: 6px;
    border: 1.5px solid #f37022;
    border-radius: 50%;
  }
  
  .ais_comparison-result {
    color: #1d1d1f;
    padding-top: 16px;
    border-top: 1px solid #e8e8ed;
  }
  
  .ais_stats-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 72px;
  }
  
  .ais_stats-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 32px;
    margin-bottom: 48px;
  }
  
  .ais_stat-card {
    padding: 48px 32px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
  }
  
  .ais_stat-card:hover {
    background: rgba(255, 255, 255, 0.02);
  }
  
  .ais_stat-card:last-child {
    border-right: none;
  }
  
  .ais_stat-unit {
    color: #d1d1d6;
    opacity: 0.7;
  }
  
  .ais_stat-desc {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.4);
    max-width: 200px;
    margin: 0 auto;
  }
  
  .ais_anatomy-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 72px;
  }
  
  .ais_anatomy-flow {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
    background: #fafafa;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e8e8ed;
  }
  
  .ais_anatomy-flow:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  }
  
  .ais_anatomy-step {
    padding: 48px 32px;
    position: relative;
    text-align: center;
  }
  
  .ais_anatomy-step:hover {
    background: rgba(243, 112, 34, 0.04);
  }
  
  .ais_anatomy-step:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #e8e8ed;
  }
  
  .ais_anatomy-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #1d1d1f;
    color: #ffffff;
  
  
    margin-bottom: 20px;
  }
  
  .ais_anatomy-step-title {
  
    margin-bottom: 8px;
    color: #1d1d1f;
  }
  
  .ais_anatomy-step-text {
    line-height: 1.65;
    color: #6e6e73;
  }
  
  .ais_anatomy-step-example {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #e8e8ed;
  }
  
  .ais_anatomy-step-example-label {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #f37022;
    margin-bottom: 4px;
  }
  
  .ais_anatomy-step-example-text {
    color: #86868b;
    font-style: italic;
  }
  
  .ais_tools-header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 72px;
  }
  
  .ais_tools-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
  
  .ais_tool-card {
    background: #ffffff;
    border: 1px solid #e8e8ed;
    border-radius: 12px;
    padding: 40px 28px;
    text-align: center;
    position: relative;
  }
  
  .ais_tool-card:hover {
    border-color: var(--primary);
    box-shadow: 0 8px 24px rgba(243, 112, 34, 0.12);
    transform: translateY(-4px);
  }
  
  .ais_tool-card-badge {
    position: absolute;
    top: 16px;
    right: 16px;
  
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: 3px;
    background: rgba(243, 112, 34, 0.08);
    color: #f37022;
  }
  
  .ais_tool-logo {
    width: 56px;
    height: 56px;
    margin: 0 auto 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .ais_tool-card:hover .ais_tool-logo {
    transform: scale(1.1);
  }
  
  .ais_tool-logo-zapier {
    background: #FF4A00;
    color: #ffffff;
  }
  
  .ais_tool-logo-make {
    background: #6D00CC;
    color: #ffffff;
  }
  
  .ais_tool-logo-n8n {
    background: #EA4B71;
    color: #ffffff;
  }
  
  .ais_tool-logo-power {
    background: #0066FF;
    color: #ffffff;
  }
  
  .ais_tool-name {
  
    margin-bottom: 4px;
    color: #1d1d1f;
  }
  
  .ais_tool-type {
    color: #86868b;
    margin-bottom: 16px;
  }
  
  .ais_tool-desc {
    line-height: 1.65;
    color: #6e6e73;
    margin-bottom: 20px;
  }
  
  .ais_tool-best-for {
    padding-top: 16px;
    border-top: 1px solid #e8e8ed;
  }
  
  .ais_tool-best-for-label {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #f37022;
    margin-bottom: 6px;
  }
  
  .ais_tool-best-for-text {
    line-height: 1.6;
    color: #86868b;
  }
  
  .ais_automated-split {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 80px;
    align-items: start;
  }
  
  .ais_automated-header {
    padding-top: 12px;
    position: sticky;
    top: 120px;
  }
  
  .ais_automated-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  
  .ais_automated-item {
    padding: 28px 24px;
    border: 1px solid #e8e8ed;
    border-radius: 8px;
    background: #fafafa;
  }
  
  .ais_automated-item:hover {
    border-color: var(--primary);
    box-shadow: 0 4px 16px rgba(243, 112, 34, 0.08);
    transform: translateY(-2px);
  }
  
  .ais_automated-item-problem {
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #f37022;
    margin-bottom: 8px;
  }
  
  .ais_automated-item-title {
  
    margin-bottom: 6px;
    color: #1d1d1f;
  }
  
  .ais_automated-item-text {
    line-height: 1.6;
    color: #86868b;
  }
  
  .ais_ai-layer-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 72px;
  }
  
  .ais_ai-split {
    display: grid;
    grid-template-columns: 7fr 3fr;
    gap: 0;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
  }
  
  .ais_ai-split:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.24);
  }
  
  .ais_ai-split-automation {
    padding: 56px 48px;
    background: rgba(255, 255, 255, 0.03);
    border-right: 1px solid rgba(255, 255, 255, 0.06);
  }
  
  .ais_ai-split-intelligence {
    padding: 56px 40px;
    background: rgba(243, 112, 34, 0.06);
  }
  
  .ais_ai-split-percent {
  
    line-height: 1;
    margin-bottom: 8px;
    letter-spacing: -0.03em;
  }
  
  .ais_ai-split-automation .ais_ai-split-percent {
    color: rgba(255, 255, 255, 0.15);
  }
  
  .ais_ai-split-intelligence .ais_ai-split-percent {
    color: #f37022;
  }
  
  .ais_ai-split-title {
  
    margin-bottom: 16px;
  }
  
  .ais_ai-split-automation .ais_ai-split-title {
    color: #ffffff;
  }
  
  .ais_ai-split-intelligence .ais_ai-split-title {
    color: #ffffff;
  }
  
  .ais_ai-split-desc {
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 24px;
  }
  
  .ais_ai-split-list {
    list-style: none;
  }
  
  .ais_ai-split-list li {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.4);
    padding: 6px 0 6px 16px;
    position: relative;
  }
  
  .ais_ai-split-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
  }
  
  .ais_ai-split-automation .ais_ai-split-list li::before {
    background: rgba(255, 255, 255, 0.2);
  }
  
  .ais_ai-split-intelligence .ais_ai-split-list li::before {
    background: #f37022;
  }
  
  .ais_ai-split-intelligence .ais_ai-split-list li {
    color: rgba(255, 255, 255, 0.55);
  }
  
  .ais_transform-header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 72px;
  }
  
  .ais_transform-card {
    display: grid;
    grid-template-columns: 1fr 80px 1fr;
    gap: 0;
    align-items: stretch;
    border: 1px solid #e8e8ed;
    border-radius: 16px;
    overflow: hidden;
  }
  
  .ais_transform-card:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  }
  
  .ais_transform-before {
    padding: 56px 48px;
    background: #fafafa;
  }
  
  .ais_transform-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f37022;
    color: #ffffff;
  }
  
  .ais_transform-card:hover .ais_transform-arrow {
    background: #e55b0f;
  }
  
  .ais_transform-arrow svg {
    width: 28px;
    height: 28px;
  }
  
  .ais_transform-after {
    padding: 56px 48px;
    background: #ffffff;
  }
  
  .ais_transform-side-label {
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  
  .ais_transform-before .ais_transform-side-label {
    color: #86868b;
  }
  
  .ais_transform-after .ais_transform-side-label {
    color: #f37022;
  }
  
  .ais_transform-side-title {
  
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 16px;
    color: #1d1d1f;
  }
  
  .ais_transform-side-text {
    line-height: 1.7;
    color: #6e6e73;
    margin-bottom: 24px;
  }
  
  .ais_transform-metric {
    padding-top: 20px;
    border-top: 1px solid #e8e8ed;
  }
  
  .ais_transform-metric-value {
  
    letter-spacing: -0.03em;
    line-height: 1;
    margin-bottom: 4px;
  }
  
  .ais_transform-before .ais_transform-metric-value {
    color: #e8e8ed;
  }
  
  .ais_transform-after .ais_transform-metric-value {
    color: #f37022;
  }
  
  .ais_transform-metric-label {
    color: #86868b;
  }
  
  .ais_transform-footer {
    margin-top: 32px;
    text-align: center;
  }
  
  .ais_transform-footer-text {
    color: #1d1d1f;
  }
  
  .ais_transform-footer-sub {
    color: #86868b;
    margin-top: 4px;
  }
  
  .ais_process-timeline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
  }
  
  .ais_process-timeline::before {
    content: '';
    position: absolute;
    top: 28px;
    left: 60px;
    right: 60px;
    height: 2px;
    background: #e8e8ed;
  }
  
  .ais_process-tl-step {
    text-align: center;
    padding: 0 20px;
    position: relative;
  }
  
  .ais_process-tl-dot {
    width: 56px;
    height: 56px;
    margin: 0 auto 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  
  
    background: #ffffff;
    color: #f37022;
    border: 2px solid #f37022;
    position: relative;
    z-index: 1;
  }
  
  .ais_process-tl-step:hover .ais_process-tl-dot {
    background: var(--primary);
    color: var(--white);
    box-shadow: 0 4px 12px rgba(243, 112, 34, 0.3);
  }
  
  .ais_process-tl-title {
  
    margin-bottom: 4px;
    color: #1d1d1f;
  }
  
  .ais_process-tl-duration {
    color: #f37022;
    margin-bottom: 12px;
  }
  
  .ais_process-tl-desc {
    line-height: 1.6;
    color: #6e6e73;
  }
  
  .ais_faq-item.ais_active .ais_faq-icon {
    transform: rotate(90deg);
  }
  
  .ais_faq-item.ais_active .ais_faq-answer {
    max-height: 500px;
  }
  
  .ais_gap-split {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 60px;
    align-items: center;
  }
  
  .ais_gap-stats {
    margin-top: 36px;
    display: flex;
    gap: 32px;
  }
  
  .ais_gap-stat {
    display: flex;
    flex-direction: column;
  }
  
  .ais_gap-stat-num {
  
    color: #f37022;
    line-height: 1;
  }
  
  .ais_gap-stat-label {
    color: rgba(255, 255, 255, 0.4);
    margin-top: 6px;
  }
  
  .ais_scorecard {
    background: #2a2a2c;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
  }
  
  .ais_scorecard-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }
  
  .ais_scorecard-title {
  
    color: #ffffff;
  }
  
  .ais_scorecard-date {
    color: rgba(255, 255, 255, 0.3);
  }
  
  .ais_scorecard-score {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 24px;
  }
  
  .ais_scorecard-score-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 6px solid rgba(255, 255, 255, 0.06);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  
  .ais_scorecard-score-ring {
    position: absolute;
    top: -6px;
    left: -6px;
    width: 100px;
    height: 100px;
  }
  
  .ais_scorecard-score-num {
  
    color: #f37022;
    line-height: 1;
  }
  
  .ais_scorecard-score-of {
    color: rgba(255, 255, 255, 0.3);
  }
  
  .ais_scorecard-score-label {
    color: rgba(255, 255, 255, 0.3);
    margin-top: 4px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }
  
  .ais_scorecard-bars {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .ais_scorecard-bar-row {
    display: grid;
    grid-template-columns: 90px 1fr 32px;
    gap: 10px;
    align-items: center;
  }
  
  .ais_scorecard-bar-label {
    color: rgba(255, 255, 255, 0.5);
    text-align: right;
  }
  
  .ais_scorecard-bar-track {
    height: 8px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 4px;
    overflow: hidden;
  }
  
  .ais_scorecard-bar-fill {
    height: 100%;
    border-radius: 4px;
    transition: width 0.3s;
  }
  
  .ais_scorecard-bar-fill.ais_red {
    background: #e74c3c;
  }
  
  .ais_scorecard-bar-fill.ais_orange {
    background: #f37022;
  }
  
  .ais_scorecard-bar-fill.ais_green {
    background: #34c759;
  }
  
  .ais_scorecard-bar-val {
    color: rgba(255, 255, 255, 0.4);
  }
  
  .ais_signs-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 64px;
  }
  
  .ais_staircase {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  .ais_stair-item {
    background: #ffffff;
    border: 1px solid #e8e8ed;
    border-left: 3px solid #f37022;
    border-radius: 0 8px 8px 0;
    padding: 20px 24px;
    max-width: 600px;
  }
  
  .ais_stair-item:nth-child(1) {
    margin-left: 0;
  }
  
  .ais_stair-item:nth-child(2) {
    margin-left: 60px;
  }
  
  .ais_stair-item:nth-child(3) {
    margin-left: 120px;
  }
  
  .ais_stair-item:nth-child(4) {
    margin-left: 180px;
  }
  
  .ais_stair-item:nth-child(5) {
    margin-left: 240px;
  }
  
  .ais_stair-item:nth-child(6) {
    margin-left: 300px;
  }
  
  .ais_stair-quote {
  
    color: #1d1d1f;
    line-height: 1.5;
    font-style: italic;
  }
  
  .ais_stair-role {
    display: inline-block;
    margin-top: 8px;
  
    color: #f37022;
    text-transform: uppercase;
    letter-spacing: 0.06em;
  }
  
  .ais_assess-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 64px;
  }
  
  .ais_assess-list {
    max-width: 1000px;
    margin: 0 auto;
  }
  
  .ais_assess-row {
    display: grid;
    grid-template-columns: 48px 140px 1fr;
    gap: 20px;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #e8e8ed;
  }
  
  .ais_assess-row:first-child {
    border-top: 1px solid #e8e8ed;
  }
  
  .ais_assess-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  
  .ais_assess-icon svg {
    width: 20px;
    height: 20px;
  }
  
  .ais_assess-icon.ais_sales {
    background: rgba(52, 199, 89, 0.08);
  }
  
  .ais_assess-icon.ais_sales svg {
    color: #34c759;
  }
  
  .ais_assess-icon.ais_marketing {
    background: rgba(88, 86, 214, 0.08);
  }
  
  .ais_assess-icon.ais_marketing svg {
    color: #5856d6;
  }
  
  .ais_assess-icon.ais_operations {
    background: rgba(243, 112, 34, 0.08);
  }
  
  .ais_assess-icon.ais_operations svg {
    color: #f37022;
  }
  
  .ais_assess-icon.ais_clients {
    background: rgba(0, 122, 255, 0.08);
  }
  
  .ais_assess-icon.ais_clients svg {
    color: #007aff;
  }
  
  .ais_assess-icon.ais_hr {
    background: rgba(255, 45, 85, 0.08);
  }
  
  .ais_assess-icon.ais_hr svg {
    color: #ff2d55;
  }
  
  .ais_assess-icon.ais_finance {
    background: rgba(29, 131, 72, 0.08);
  }
  
  .ais_assess-icon.ais_finance svg {
    color: #1d8348;
  }
  
  .ais_assess-icon.ais_leadership {
    background: rgba(255, 159, 10, 0.08);
  }
  
  .ais_assess-icon.ais_leadership svg {
    color: #ff9f0a;
  }
  
  .ais_assess-dept {
  
    color: #1d1d1f;
    letter-spacing: -0.01em;
  }
  
  .ais_assess-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }
  
  .ais_assess-tag {
    color: #6e6e73;
    padding: 4px 12px;
    background: #f5f5f7;
    border-radius: 100px;
  }
  
  .ais_process-pairs {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  .ais_process-pair {
    display: grid;
    grid-template-columns: 1fr 48px 1fr;
    gap: 0;
    align-items: stretch;
  }
  
  .ais_process-step-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
  }
  
  .ais_process-step-num {
  
    color: #f37022;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(243, 112, 34, 0.1);
    border-radius: 8px;
  }
  
  .ais_process-step-dur {
    color: rgba(255, 255, 255, 0.35);
    padding: 3px 10px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 100px;
  }
  
  .ais_process-step-title {
  
    color: #ffffff;
    margin-bottom: 8px;
  }
  
  .ais_process-step-desc {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.45);
  }
  
  .ais_process-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .ais_process-arrow svg {
    width: 20px;
    height: 20px;
    color: rgba(255, 255, 255, 0.15);
  }
  
  .ais_deliver-split {
    display: grid;
    grid-template-columns: 0.45fr 0.55fr;
    gap: 60px;
    align-items: start;
  }
  
  .ais_report-mockup {
    background: #ffffff;
    border: 1px solid #e8e8ed;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
    overflow: hidden;
  }
  
  .ais_report-mock-bar {
    height: 6px;
    background: linear-gradient(90deg, #f37022, #ff9f0a, #f37022);
  }
  
  .ais_report-mock-logo {
  
    color: #86868b;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 4px;
  }
  
  .ais_report-mock-title {
  
    color: #1d1d1f;
    margin-bottom: 4px;
  }
  
  .ais_report-mock-subtitle {
    color: #86868b;
    margin-bottom: 20px;
  }
  
  .ais_report-mock-section {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-top: 1px solid #f0f0f2;
  }
  
  .ais_report-mock-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
  }
  
  .ais_report-mock-dot.ais_orange {
    background: #f37022;
  }
  
  .ais_report-mock-dot.ais_dark {
    background: #1d1d1f;
  }
  
  .ais_report-mock-dot.ais_gray {
    background: #86868b;
  }
  
  .ais_report-mock-dot.ais_green {
    background: #34c759;
  }
  
  .ais_report-mock-dot.ais_blue {
    background: #007aff;
  }
  
  .ais_report-mock-name {
    color: #1d1d1f;
    flex: 1;
  }
  
  .ais_report-mock-pages {
    color: #86868b;
  }
  
  .ais_deliver-right {}
  
  .ais_deliver-sections {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  
  .ais_deliver-section-item {
    display: flex;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid #e8e8ed;
  }
  
  .ais_deliver-section-item:first-child {
    border-top: 1px solid #e8e8ed;
  }
  
  .ais_deliver-section-num {
  
    color: #f37022;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(243, 112, 34, 0.06);
    border-radius: 6px;
    flex-shrink: 0;
  }
  
  .ais_deliver-section-content {}
  
  .ais_deliver-section-name {
  
    color: #1d1d1f;
    margin-bottom: 2px;
  }
  
  .ais_deliver-section-desc {
    color: #6e6e73;
    line-height: 1.5;
  }
  
  .ais_deliver-extras {
    margin-top: 36px;
  }
  
  .ais_deliver-extras-label {
  
    color: #86868b;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 12px;
  }
  
  .ais_deliver-extra-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  
  .ais_deliver-extra-pill {
    color: #1d1d1f;
    padding: 8px 16px;
    background: #f5f5f7;
    border-radius: 8px;
  }
  
  .ais_solutions-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 64px;
  }
  
  .ais_solutions-list {
    max-width: 1000px;
    margin: 0 auto;
  }
  
  .ais_solution-row {
    display: grid;
    grid-template-columns: 44px 160px 1fr auto;
    gap: 20px;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #e8e8ed;
  }
  
  .ais_solution-row:first-child {
    border-top: 1px solid #e8e8ed;
  }
  
  .ais_solution-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #e8e8ed;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  
  .ais_solution-icon svg {
    width: 18px;
    height: 18px;
    color: #f37022;
  }
  
  .ais_solution-name {
  
    color: #1d1d1f;
  }
  
  .ais_solution-desc {
    line-height: 1.5;
    color: #6e6e73;
  }
  
  .ais_solution-tag {
    color: #f37022;
    padding: 4px 12px;
    background: rgba(243, 112, 34, 0.06);
    border-radius: 100px;
    white-space: nowrap;
  }
  
  .ais_benefits-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 64px;
  }
  
  .ais_benefits-list {
    max-width: 900px;
    margin: 0 auto;
  }
  
  .ais_benefit-row {
    display: grid;
    grid-template-columns: 1fr 240px;
    gap: 32px;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid #e8e8ed;
  }
  
  .ais_benefit-row:first-child {
    border-top: 1px solid #e8e8ed;
  }
  
  .ais_benefit-text {
  
    color: #1d1d1f;
    letter-spacing: -0.01em;
  }
  
  .ais_benefit-bar-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .ais_benefit-bar-track {
    flex: 1;
    height: 10px;
    background: #f0f0f2;
    border-radius: 5px;
    overflow: hidden;
  }
  
  .ais_benefit-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #f37022, #ff9f0a);
    border-radius: 5px;
  }
  
  .ais_benefit-bar-label {
    color: #f37022;
    width: 40px;
    text-align: right;
  }
  
  .ais_faq-item:first-child {
    border-top: 1px solid #e8e8ed;
  }
  
  .ais_faq-q {
  
    color: #1d1d1f;
    margin-bottom: 10px;
  }
  
  .ais_faq-a {
    line-height: 1.75;
    color: #6e6e73;
  }
  
  .ais_cta-left {
    color: #ffffff;
  }
  
  .ais_cta-card {
    background: #1d1d1f;
    border-radius: 16px;
    padding: 80px 60px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
  }
  
  .ais_cta-btn {
    display: inline-block;
    background: #f37022;
    color: #ffffff;
  
  
    padding: 14px 36px;
    border-radius: 8px;
    letter-spacing: -0.01em;
  }
  
  .ais_strategy-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 72px;
  }
  
  .ais_pillars-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
  }
  
  .ais_pillar-card {
    padding: 40px 32px;
    border: 1px solid #e8e8ed;
    border-radius: 8px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
  }
  
  .ais_pillar-number {
  
    color: #e8e8ed;
    line-height: 1;
    margin-bottom: 16px;
  }
  
  .ais_pillar-title {
  
    color: #1d1d1f;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
  }
  
  .ais_pillar-desc {
    line-height: 1.7;
    color: #6e6e73;
    margin-bottom: 32px;
  }
  
  .ais_pillar-list {
    list-style: none;
    flex-grow: 1;
  }
  
  .ais_pillar-list li {
    line-height: 1.6;
    color: #6e6e73;
    padding: 8px 0 8px 20px;
    position: relative;
  }
  
  .ais_pillar-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 6px;
    height: 6px;
    border: 1.5px solid #f37022;
    border-radius: 50%;
  }
  
  .ais_contenttypes-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 72px;
  }
  
  .ais_contenttypes-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
  }
  
  .ais_content-type-card {
    padding: 36px 32px;
    border: 1px solid #e8e8ed;
    border-radius: 8px;
    background: #ffffff;
  }
  
  .ais_content-type-title {
  
    letter-spacing: -0.01em;
    margin-bottom: 12px;
    color: #1d1d1f;
  }
  
  .ais_content-type-text {
    line-height: 1.7;
    color: #6e6e73;
  }
  
  .ais_calendar-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 48px;
  }
  
  .ais_calendar-intro {
    line-height: 1.75;
    color: #6e6e73;
    max-width: 680px;
    margin: 20px auto 48px;
    text-align: center;
  }
  
  .ais_calendar-illustration {
    margin-bottom: 48px;
  }
  
  .ais_calendar-illustration .ais_illus-placeholder {
    width: 100%;
    aspect-ratio: 16 / 7;
  }
  
  .ais_calendar-features {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 32px;
  }
  
  .ais_calendar-feature {
    text-align: center;
  }
  
  .ais_calendar-feature-label {
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #f37022;
    margin-bottom: 8px;
  }
  
  .ais_calendar-feature-text {
  
    color: #1d1d1f;
  }
  
  .ais_metrics-header {
    text-align: center;
    margin-bottom: 64px;
  }
  
  .ais_metrics-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
  }
  
  .ais_metric-block {
    padding: 48px 40px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    position: relative;
  }
  
  .ais_metric-label {
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #f37022;
    margin-bottom: 16px;
  }
  
  .ais_metric-title {
  
    line-height: 1.4;
    color: #ffffff;
    margin-bottom: 12px;
  }
  
  .ais_metric-desc {
    line-height: 1.6;
    color: #6e6e73;
  }
  
  .ais_hub-hero {
    padding: 160px 0 100px;
    position: relative;
    overflow: hidden;
  }
  
  .ais_hub-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
      radial-gradient(circle, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 32px 32px;
    pointer-events: none;
  }
  
  .ais_hub-hero::after {
    content: '';
    position: absolute;
    top: -200px;
    right: -200px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.03) 0%, transparent 70%);
    pointer-events: none;
  }
  
  .ais_hub-hero .ais_container {
    position: relative;
    z-index: 1;
  }
  
  .ais_hub-hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 20px;
    align-items: center;
    margin-bottom: 64px;
  }
  
  .ais_hub-hero-text {}
  
  .ais_hub-hero-label {
  
    color: #f37022;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 24px;
  }
  .ais-count-wrap{
    display: flex;
    gap: 30px;
    align-items: center;
  }
  .ais_hub-hero-counter {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 32px;
  }
  
  .ais_hub-hero-number {
  
    color: transparent;
    -webkit-text-stroke: 2px rgba(255, 255, 255, 1);
    line-height: 1;
    letter-spacing: -0.05em;
    font-size: 195px;
  }
  
  .ais_hub-hero h1 {
    color: #ffffff;
    margin-bottom: 30px;
  }
  
  .ais_hub-hero h1 em {
    font-style: normal;
    color: #f37022;
  }
  
  .ais_hub-hero-desc {    
    color: #EEEEEE !important;
    max-width: 600px;
    margin-bottom: 40px;
  }
  
  .ais_hub-hero-stats {
    display: flex;
    gap: 48px;
  }
  
  .ais_hub-hero-stat {}
  
  .ais_hub-hero-stat-num {
    color: #ffffff;
    font-size: var(--font-h3);
    font-family: var(--font-GeistSemiBold);
  }
  
  .ais_hub-hero-stat-label {
    color: #EEEEEE;
  }
  
  .ais_hub-hero-illus {
    background: rgba(255, 255, 255, 0.02);
    border: 1.5px dashed rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    min-height: 440px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 40px;
  }
  
  .ais_hub-hero-illus-label {
  
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #f37022;
  }
  
  .ais_hub-hero-illus-desc {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.3);
    text-align: center;
    max-width: 280px;
  }
  
  .ais_hub-hero-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px;
    max-width: 1100px;
  }
  
  .ais_hub-hero-pill {
    color: #EEEEEE;
    padding: 6px 16px;
    border: 1px solid #707070;
    border-radius: 100px;
    transition: none;
    font-size: 14px;
  }

  .ais_title-header {
    text-align: center;
    max-width: 100%;
    margin: 0 auto 72px;
  }
  
  .ais_svc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--xxlarge);
  }
  
  .ais_svc-card {
    border-radius: 10px;
    padding: calc(var(--xxlarge) + 5px);
    position: relative;
    overflow: hidden;
    border: 1px solid #DEDEDE;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
  }
  .ais_svc-card:hover {
    border-color: #777777;
  }
  
  .ais_svc-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;    
  }
  
  .ais_svc-card-num {
    color: rgba(0, 0, 0, 0.10);
    font-size: var(--font-h3);
    font-family: var(--font-GeistSemiBold);
  }
  
  .ais_svc-card-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.03);
  }
  
  .ais_svc-card-icon svg {
    width: 20px;
    height: 20px;
    color: #1d1d1f;
  }
  
  .ais_svc-card-name {
    margin-bottom: var(--medium);
  }
  
  .ais_svc-card-desc {    
    margin-bottom: var(--xlarge);
    font-size: 18px;
  }
  
  .ais_svc-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: calc(var(--xxlarge) + 5px);
  }
  
  .ais_svc-card-tag {
    padding: 5px 14px;
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.04);
    font-size: 14px;
  }
  
  .ais_svc-card-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 18px;
  }
  .ais_svc-card-link:hover{
    color: #f37022;
  }

  .ais_svc-card-link svg {
    width: 20px;
    height: 16px;
  }
  
  .ais_pillar-header {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 72px;
  }
  
  .ais_pillar-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  
  .ais_pillar-col {
    background: #ffffff;
    border-radius: 16px;
    padding: 44px 36px;
    position: relative;
  }
  
  .ais_pillar-badge {
    display: inline-block;
  
  
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 5px 14px;
    border-radius: 100px;
    margin-bottom: 20px;
  }
  
  .ais_pillar-col .ais_pillar-badge {
    background: rgba(243, 112, 34, 0.08);
    color: #f37022;
  }
  
  .ais_pillar-services {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  
  .ais_pillar-svc {
    padding: 16px 0;
    border-top: 1px solid #e8e8ed;
  }
  
  .ais_pillar-svc:last-child {
    border-bottom: 1px solid #e8e8ed;
  }
  
  .ais_pillar-svc-name {
  
    color: #1d1d1f;
    margin-bottom: 4px;
  }
  
  .ais_pillar-svc-brief {
    line-height: 1.6;
    color: #86868b;
  }
  
  
  .ais_fit-list {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  
  .ais_fit-row {
    display: grid;
    grid-template-columns: 1fr 56px 280px;
    gap: 0;
    align-items: center;
    padding: 24px 0;
    border-bottom: 1px solid #e8e8ed;
  }
  
  .ais_fit-row:first-child {
    border-top: 1px solid #e8e8ed;
  }
  
  .ais_fit-challenge {
    line-height: 1.6;
    color: #1d1d1f;
    padding-right: 24px;
  }
  
  .ais_fit-challenge em {
    font-style: normal;
  }
  
  .ais_fit-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .ais_fit-arrow-line {
    width: 40px;
    height: 1px;
    background: #d1d1d6;
    position: relative;
  }
  
  .ais_fit-arrow-line::after {
    content: '';
    position: absolute;
    right: 0;
    top: -3px;
    width: 0;
    height: 0;
    border-left: 6px solid #d1d1d6;
    border-top: 3.5px solid transparent;
    border-bottom: 3.5px solid transparent;
  }
  
  .ais_fit-solution {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-left: 24px;
  }
  
  .ais_fit-solution-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
  }
  
  .ais_fit-solution-name {
  
    color: #1d1d1f;
  }
  
  .ais_market-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
  }
  
  .ais_market-stat {
    text-align: center;
    padding: 40px 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
  }
  
  .ais_market-stat:last-child {
    border-right: none;
  }
  
  .ais_market-stat-num {
  
    color: #ffffff;
    line-height: 1;
    margin-bottom: 8px;
    letter-spacing: -0.04em;
  }
  
  .ais_market-stat-num span {
    color: #f37022;
  }
  
  .ais_market-stat-label {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.4);
    max-width: 200px;
    margin: 0 auto;
  }
  
  .ais_market-context {
    text-align: center;
    max-width: 640px;
    margin: 64px auto 0;
    padding-top: 48px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
  }
  
  .ais_market-context-text {
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.45);
  
  
    letter-spacing: -0.01em;
  }
  
  .ais_market-context-text strong {
    color: #ffffff;
  }
  
  .ais_engage-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 72px;
  }
  
  .ais_engage-steps {
    display: grid;
    grid-template-columns: 1fr 48px 1fr 48px 1fr;
    gap: 0;
    align-items: start;
  }
  
  .ais_engage-step {
    text-align: center;
    padding: 0 16px;
  }
  
  .ais_engage-step-num {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 28px;
    display: flex;
    align-items: center;
    justify-content: center;
  
  
    letter-spacing: -0.03em;
  }
  
  .ais_engage-step-1 .ais_engage-step-num {
    background: #f5f5f7;
    color: #86868b;
  }
  
  .ais_engage-step-2 .ais_engage-step-num {
    background: #e8e8ed;
    color: #6e6e73;
  }
  
  .ais_engage-step-3 .ais_engage-step-num {
    background: #1d1d1f;
    color: #ffffff;
  }
  
  .ais_engage-step-title {
  
    color: #1d1d1f;
    margin-bottom: 12px;
    letter-spacing: -0.01em;
  }
  
  .ais_engage-step-desc {
    line-height: 1.75;
    color: #6e6e73;
    max-width: 280px;
    margin: 0 auto;
  }
  
  .ais_engage-connector {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 36px;
  }
  
  .ais_engage-connector-line {
    width: 48px;
    height: 1px;
    background: #e8e8ed;
    position: relative;
  }
  
  .ais_engage-connector-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #f37022;
    position: absolute;
    top: -2.5px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .ais_cta-card::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.03) 0%, transparent 70%);
    pointer-events: none;
  }
  
  .ais_methodology-timeline {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
  }
  
  .ais_methodology-timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(-0.5px);
  }
  
  .ais_methodology-phase {
    margin-bottom: 60px;
    padding: 40px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 8px;
    position: relative;
  }
  
  .ais_methodology-phase::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 40px;
    width: 16px;
    height: 16px;
    background: #f37022;
    border-radius: 50%;
    transform: translateX(-50%);
    border: 3px solid #1d1d1f;
  }
  
  .ais_methodology-phase-num {
  
    color: rgba(255, 255, 255, 0.08);
    line-height: 1;
    margin-bottom: 8px;
    letter-spacing: -0.03em;
  }
  
  .ais_methodology-phase-title {
  
    color: #ffffff;
    margin-bottom: 12px;
    letter-spacing: -0.01em;
  }
  
  .ais_methodology-phase-desc {
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.55);
  }
  
  .ais_deliverables-split {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 80px;
    align-items: start;
  }
  
  .ais_deliverables-illustration {
    position: sticky;
    top: 120px;
  }
  
  .ais_deliverables-illustration .ais_illus-placeholder {
    width: 100%;
    aspect-ratio: 3 / 4;
  }
  
  .ais_deliverables-header {
    margin-bottom: 48px;
  }
  
  .ais_deliverable {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e8e8ed;
  }
  
  .ais_deliverable:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  
  .ais_deliverable-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(243, 112, 34, 0.08);
    color: #f37022;
  }
  
  .ais_deliverable-title {
  
    letter-spacing: -0.01em;
    margin-bottom: 8px;
    color: #1d1d1f;
  }
  
  .ais_deliverable-text {
    line-height: 1.75;
    color: #6e6e73;
    max-width: 420px;
  }
  
  .ais_gap-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 72px;
  }
  
  .ais_gap-desc {
    text-align: center;
    max-width: 650px;
    margin: 20px auto 48px;
    line-height: 1.75;
    color: #6e6e73;
  }
  
  .ais_gap-illustration {
    margin-bottom: 64px;
  }
  
  .ais_gap-illustration .ais_illus-placeholder {
    width: 100%;
    aspect-ratio: 16 / 7;
  }
  
  .ais_gap-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 32px;
  }
  
  .ais_gap-item {
    padding: 32px 28px;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #e8e8ed;
  }
  
  .ais_gap-item-label {
  
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #f37022;
    margin-bottom: 12px;
  }
  
  .ais_gap-item-title {
  
    letter-spacing: -0.01em;
    margin-bottom: 8px;
    color: #1d1d1f;
  }
  
  .ais_gap-item-text {
    line-height: 1.7;
    color: #6e6e73;
  }
  
  .ais_intent-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 72px;
  }
  
  .ais_intent-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
  }
  
  .ais_intent-card {
    padding: 40px 32px;
    background: #ffffff;
    border: 1px solid #e8e8ed;
    border-radius: 8px;
  }
  
  .ais_intent-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(243, 112, 34, 0.08);
    color: #f37022;
  }
  
  .ais_intent-card-title {
  
    letter-spacing: -0.01em;
    margin-bottom: 12px;
    color: #1d1d1f;
  }
  
  .ais_intent-card-desc {
    line-height: 1.7;
    color: #6e6e73;
    margin-bottom: 16px;
  }
  
  .ais_intent-examples {
    line-height: 1.6;
    color: #86868b;
    padding-top: 16px;
    border-top: 1px solid #e8e8ed;
    font-style: italic;
  }
  
  .ais_authority-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 72px;
  }
  
  .ais_authority-stats {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
  }
  
  .ais_methods-split {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 80px;
    align-items: start;
  }
  
  .ais_methods-left {
    padding-top: 20px;
  }
  
  .ais_method-item {
    margin-bottom: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid #e8e8ed;
  }
  
  .ais_method-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  
  .ais_method-label {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #f37022;
    margin-bottom: 12px;
  }
  
  .ais_method-title {
  
    letter-spacing: -0.01em;
    margin-bottom: 10px;
    color: #1d1d1f;
  }
  
  .ais_method-desc {
    line-height: 1.75;
    color: #6e6e73;
    max-width: 420px;
  }
  
  .ais_framework-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 72px;
  }
  
  .ais_tier-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
  }
  
  .ais_tier-card {
    padding: 40px 32px;
    border: 1px solid #e8e8ed;
    border-radius: 8px;
    background: #ffffff;
  }
  
  .ais_tier-label {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #f37022;
    margin-bottom: 8px;
  }
  
  .ais_tier-range {
  
    color: #86868b;
    margin-bottom: 16px;
  }
  
  .ais_tier-title {
  
    letter-spacing: -0.01em;
    margin-bottom: 12px;
    color: #1d1d1f;
  }
  
  .ais_tier-desc {
    line-height: 1.65;
    color: #6e6e73;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e8e8ed;
  }
  
  .ais_tier-items {
    list-style: none;
  }
  
  .ais_tier-items li {
    line-height: 1.6;
    color: #6e6e73;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
  }
  
  .ais_tier-items li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 4px;
    height: 4px;
    background: #f37022;
    border-radius: 50%;
  }
  
  .ais_phases-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 72px;
  }
  
  .ais_phases-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }
  
  .ais_phase-card {
    padding: 40px 36px;
    background: #f5f5f7;
    border-radius: 8px;
    border: 1px solid #e8e8ed;
    position: relative;
  }
  
  .ais_phase-card::after {
    content: '→';
    position: absolute;
    right: -52px;
    top: 50%;
    transform: translateY(-50%);
  
    color: #e8e8ed;
  }
  
  .ais_phase-card:last-child::after {
    display: none;
  }
  
  .ais_phase-label {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #f37022;
    margin-bottom: 12px;
  }
  
  .ais_phase-title {
  
    line-height: 1.3;
    color: #ffffff;
    margin-bottom: 12px;
  }
  
  .ais_phase-desc {
    line-height: 1.7;
    color: #6e6e73;
    margin-bottom: 20px;
  }
  
  .ais_phase-items {
    list-style: none;
  }
  
  .ais_phase-items li {
    line-height: 1.6;
    color: #6e6e73;
    padding: 6px 0 6px 20px;
    position: relative;
  }
  
  .ais_phase-items li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    background: #f37022;
    border-radius: 50%;
  }
  
  .ais_campaign-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 72px;
  }
  
  .ais_campaigns-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
  }
  
  .ais_campaign-card {
    padding: 36px 32px;
    background: #ffffff;
    border: 1px solid #e8e8ed;
    border-radius: 8px;
  }
  
  .ais_campaign-type {
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #f37022;
    margin-bottom: 12px;
  }
  
  .ais_campaign-title {
  
    letter-spacing: -0.01em;
    margin-bottom: 10px;
    color: #1d1d1f;
  }
  
  .ais_campaign-text {
    line-height: 1.7;
    color: #6e6e73;
  }
  
  .ais_anatomy-illus {
    margin-bottom: 64px;
  }
  
  .ais_anatomy-illus .ais_illus-placeholder {
    width: 100%;
    aspect-ratio: 16 / 6;
  }
  
  .ais_metric-card {
    padding: 40px 32px;
    border: 1px solid #e8e8ed;
    border-radius: 8px;
    background: #ffffff;
    text-align: center;
  }
  
  .ais_metric-number {
  
    color: #f37022;
    margin-bottom: 8px;
  }
  
  .ais_performance-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
  }
  
  .ais_perf-stat {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 24px;
  }
  
  .ais_perf-label {
  
    color: #ffffff;
    margin-bottom: 12px;
    letter-spacing: -0.01em;
  }
  
  .ais_perf-desc {
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.55);
  }
  
  .ais_transform-list {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  
  .ais_transform-row {
    display: grid;
    grid-template-columns: 180px 48px 180px 1fr;
    gap: 20px;
    align-items: center;
    padding: 24px 0;
    border-bottom: 1px solid #e8e8ed;
  }
  
  .ais_transform-row:first-child {
    border-top: 1px solid #e8e8ed;
  }
  
  .ais_transform-thumb {
    width: 180px;
    height: 120px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    color: #86868b;
  }
  
  .ais_transform-thumb-before {
    background: #ffffff;
    border: 1px dashed #d1d1d6;
  }
  
  .ais_transform-thumb-after {
    background: linear-gradient(135deg, #fef3ec, #fde8d7);
    border: 1px solid #f5d5b8;
  }
  
  .ais_transform-thumb-label {
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }
  
  .ais_transform-thumb-before .ais_transform-thumb-label {
    color: #86868b;
  }
  
  .ais_transform-thumb-after .ais_transform-thumb-label {
    color: #f37022;
  }
  
  .ais_transform-thumb-desc {
    color: #aeaeb2;
    max-width: 120px;
    text-align: center;
  }
  
  .ais_transform-info {}
  
  .ais_transform-product {
  
    color: #1d1d1f;
    margin-bottom: 4px;
  }
  
  .ais_transform-category {
    color: #86868b;
    margin-bottom: 8px;
  }
  
  .ais_transform-tags {
    display: flex;
    gap: 6px;
  }
  
  .ais_transform-tag {
    color: #f37022;
    padding: 3px 10px;
    background: rgba(243, 112, 34, 0.06);
    border-radius: 100px;
  }
  
  .ais_create-panels {
    display: flex;
    flex-direction: column;
    gap: 48px;
  }
  
  .ais_create-panel {
    display: grid;
    grid-template-columns: 1.3fr 0.7fr;
    gap: 48px;
    align-items: center;
  }
  
  .ais_create-panel.ais_flipped {
    grid-template-columns: 0.7fr 1.3fr;
  }
  
  .ais_create-panel-image .ais_illus-placeholder {
    width: 100%;
    aspect-ratio: 16 / 10;
  }
  
  .ais_create-panel-text {}
  
  .ais_create-panel-badge {
    display: inline-block;
  
    color: #f37022;
    padding: 4px 12px;
    background: rgba(243, 112, 34, 0.1);
    border-radius: 100px;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }
  
  .ais_create-panel-title {
  
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
  }
  
  .ais_create-panel-desc {
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.5);
  }
  
  .ais_create-panel-list {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  
  .ais_create-panel-item {
    color: rgba(255, 255, 255, 0.45);
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  .ais_create-panel-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #f37022;
    flex-shrink: 0;
  }
  
  .ais_cost-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 64px;
  }
  
  .ais_cost-list {
    max-width: 900px;
    margin: 0 auto;
  }
  
  .ais_cost-row {
    display: grid;
    grid-template-columns: 200px 1fr 100px;
    gap: 20px;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid #e8e8ed;
  }
  
  .ais_cost-row:first-child {
    border-top: 1px solid #e8e8ed;
  }
  
  .ais_cost-item {
  
    color: #86868b;
    text-decoration: line-through;
  }
  
  .ais_cost-bar-wrap {
    position: relative;
    height: 8px;
    background: #f0f0f2;
    border-radius: 4px;
    overflow: hidden;
  }
  
  .ais_cost-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, rgba(243, 112, 34, 0.15), rgba(243, 112, 34, 0.4));
    border-radius: 4px;
  }
  
  .ais_cost-result {
    color: #34c759;
    text-align: right;
  }
  
  .ais_cost-summary {
    margin-top: 36px;
    text-align: center;
  }
  
  .ais_cost-summary-stat {
  
    color: #f37022;
    line-height: 1;
  }
  
  .ais_cost-summary-label {
    color: #86868b;
    margin-top: 8px;
  }
  
  .ais_products-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 64px;
  }
  
  .ais_products-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 16px;
  }
  
  .ais_product-type {
    text-align: center;
    padding: 24px 12px;
    background: #ffffff;
    border: 1px solid #e8e8ed;
    border-radius: 12px;
  }
  
  .ais_product-type-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .ais_product-type-icon svg {
    width: 22px;
    height: 22px;
  }
  
  .ais_product-type-icon.ais_electronics {
    background: rgba(0, 122, 255, 0.08);
  }
  
  .ais_product-type-icon.ais_electronics svg {
    color: #007aff;
  }
  
  .ais_product-type-icon.ais_fashion {
    background: rgba(88, 86, 214, 0.08);
  }
  
  .ais_product-type-icon.ais_fashion svg {
    color: #5856d6;
  }
  
  .ais_product-type-icon.ais_home {
    background: rgba(243, 112, 34, 0.08);
  }
  
  .ais_product-type-icon.ais_home svg {
    color: #f37022;
  }
  
  .ais_product-type-icon.ais_beauty {
    background: rgba(255, 45, 85, 0.08);
  }
  
  .ais_product-type-icon.ais_beauty svg {
    color: #ff2d55;
  }
  
  .ais_product-type-icon.ais_food {
    background: rgba(52, 199, 89, 0.08);
  }
  
  .ais_product-type-icon.ais_food svg {
    color: #34c759;
  }
  
  .ais_product-type-icon.ais_fitness {
    background: rgba(255, 159, 10, 0.08);
  }
  
  .ais_product-type-icon.ais_fitness svg {
    color: #ff9f0a;
  }
  
  .ais_product-type-icon.ais_pets {
    background: rgba(175, 82, 222, 0.08);
  }
  
  .ais_product-type-icon.ais_pets svg {
    color: #af52de;
  }
  
  .ais_product-type-name {
  
    color: #1d1d1f;
    letter-spacing: -0.01em;
  }
  
  .ais_product-type-examples {
    color: #86868b;
    margin-top: 4px;
    line-height: 1.4;
  }
  
  .ais_steps-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 64px;
  }
  
  .ais_steps-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  
  .ais_step-row {
    display: grid;
    grid-template-columns: 64px 1fr 120px;
    gap: 20px;
    align-items: start;
    padding: 28px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }
  
  .ais_step-row:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
  }
  
  .ais_step-num {
  
    color: #e8e8ed;
    line-height: 1;
    margin-bottom: 16px;
  }
  
  .ais_step-content {}
  
  .ais_step-title {
    margin-bottom: 8px;
    color: #1d1d1f;
  }
  
  .ais_step-desc {
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.45);
  }
  
  .ais_step-timeline {
    color: rgba(255, 255, 255, 0.3);
    padding: 6px 14px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 100px;
    text-align: center;
    white-space: nowrap;
    margin-top: 4px;
  }
  
  .ais_cases-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 72px;
  }
  
  .ais_cases-layout {
    display: grid;
    grid-template-columns: 1fr 0.6fr;
    gap: 20px;
    align-items: start;
  }
  
  .ais_cases-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  .ais_cases-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  .ais_case-card {
    border: 1px solid #e8e8ed;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
  }
  
  .ais_case-card-large .ais_illus-placeholder {
    width: 100%;
    height: 140px;
    margin-bottom: 20px;
  }
  
  .ais_case-card-small .ais_illus-placeholder {
    width: 100%;
    height: 80px;
    margin-bottom: 16px;
  }
  
  .ais_case-card-label {
    color: #f37022;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 8px;
  }
  
  .ais_case-card-title {
  
    color: #1d1d1f;
    margin-bottom: 8px;
  }
  
  .ais_case-card-small .ais_case-card-title {}
  
  .ais_case-card-desc {
    line-height: 1.6;
    color: #6e6e73;
  }
  
  .ais_needs-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 64px;
  }
  
  .ais_needs-split {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 28px;
  }
  
  .ais_needs-panel {
    border-radius: 12px;
    padding: 32px;
  }
  
  .ais_needs-panel-required {
    background: #f5f5f7;
    border: 2px solid #1d1d1f;
  }
  
  .ais_needs-panel-optional {
    background: #f5f5f7;
    border: 2px dashed #d1d1d6;
  }
  
  .ais_needs-panel-label {
  
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
  }
  
  .ais_needs-panel-required .ais_needs-panel-label {
    color: #1d1d1f;
  }
  
  .ais_needs-panel-optional .ais_needs-panel-label {
    color: #86868b;
  }
  
  .ais_needs-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  
  .ais_needs-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #1d1d1f;
    line-height: 1.5;
  }
  
  .ais_needs-check {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
  }
  
  .ais_needs-panel-required .ais_needs-check {
    background: rgba(243, 112, 34, 0.08);
  }
  
  .ais_needs-panel-required .ais_needs-check svg {
    color: #f37022;
    width: 10px;
    height: 10px;
  }
  
  .ais_needs-panel-optional .ais_needs-check {
    background: rgba(134, 134, 139, 0.08);
  }
  
  .ais_needs-panel-optional .ais_needs-check svg {
    color: #86868b;
    width: 10px;
    height: 10px;
  }
  
  .ais_needs-item-label {}
  
  .ais_needs-item-desc {
    color: #86868b;
    margin-top: 2px;
  }
  
  .ais_manifesto-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
  }
  
  .ais_manifesto-statement {
  
    line-height: 1.35;
    letter-spacing: -0.02em;
    color: #1d1d1f;
    margin-bottom: 48px;
  }
  
  .ais_manifesto-statement em {
    font-style: normal;
    color: #f37022;
  }
  
  .ais_manifesto-pills {
    display: flex;
    justify-content: center;
    gap: 32px;
  }
  
  .ais_manifesto-pill {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 24px 32px;
    background: #f5f5f7;
    border-radius: 12px;
    min-width: 200px;
  }
  
  .ais_manifesto-pill-value {
  
    color: #1d1d1f;
    letter-spacing: -0.02em;
  }
  
  .ais_manifesto-pill-label {
    color: #6e6e73;
    text-align: center;
  }
  
  .ais_audience-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 72px;
  }
  
  .ais_audience-stack {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  
  .ais_audience-card {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 0;
    border: 1px solid #e8e8ed;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
  }
  
  .ais_audience-card-left {
    padding: 48px 40px;
    background: #fafafa;
    border-right: 1px solid #e8e8ed;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .ais_audience-card-tag {
  
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #f37022;
    margin-bottom: 12px;
  }
  
  .ais_audience-card-title {
  
    letter-spacing: -0.02em;
    color: #1d1d1f;
    margin-bottom: 8px;
  }
  
  .ais_audience-card-subtitle {
    color: #6e6e73;
    line-height: 1.6;
  }
  
  .ais_audience-card-right {
    padding: 48px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 32px;
  }
  
  .ais_audience-benefit {
    display: flex;
    gap: 12px;
    align-items: flex-start;
  }
  
  .ais_audience-benefit-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f37022;
    flex-shrink: 0;
    margin-top: 6px;
  }
  
  .ais_audience-benefit-text {
    line-height: 1.6;
    color: #1d1d1f;
  }
  
  .ais_audience-card-result {
    grid-column: 1 / -1;
    padding-top: 16px;
    border-top: 1px solid #e8e8ed;
    color: #6e6e73;
  }
  
  .ais_audience-card-result strong {
    color: #1d1d1f;
  }
  
  .ais_faceoff-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 72px;
  }
  
  .ais_faceoff-table {
    display: grid;
    grid-template-columns: 200px 1fr 60px 1fr;
    gap: 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    overflow: hidden;
  }
  
  .ais_faceoff-header-row {
    display: contents;
  }
  
  .ais_faceoff-header-cell {
    padding: 24px 28px;
    background: rgba(255, 255, 255, 0.04);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
  }
  
  .ais_faceoff-header-cell:first-child {
  
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
  }
  
  .ais_faceoff-platform-name {
  
    color: #ffffff;
    letter-spacing: -0.01em;
  }
  
  .ais_faceoff-vs {
    display: flex;
    align-items: center;
    justify-content: center;
  
  
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.02);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 1px solid rgba(255, 255, 255, 0.06);
    border-right: 1px solid rgba(255, 255, 255, 0.06);
  }
  
  .ais_faceoff-row {
    display: contents;
  }
  
  .ais_faceoff-cell {
    padding: 20px 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .ais_faceoff-cell-label {
  
    color: rgba(255, 255, 255, 0.5);
  }
  
  .ais_faceoff-cell-value {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
  }
  
  .ais_faceoff-cell-vs {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    border-left: 1px solid rgba(255, 255, 255, 0.06);
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.01);
  }
  
  .ais_faceoff-row:last-child .ais_faceoff-cell,
  .ais_faceoff-row:last-child .ais_faceoff-cell-vs {
    border-bottom: none;
  }
  
  .ais_faceoff-note {
    text-align: center;
    margin-top: 32px;
    color: rgba(255, 255, 255, 0.4);
  }
  
  .ais_usecases-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 72px;
  }
  
  .ais_usecases-list {}
  
  .ais_usecase-row {
    display: grid;
    grid-template-columns: 56px 1fr auto;
    gap: 20px;
    align-items: center;
    padding: 28px 0;
    border-bottom: 1px solid #e8e8ed;
  }
  
  .ais_usecase-row:first-child {
    border-top: 1px solid #e8e8ed;
  }
  
  .ais_usecase-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: #f5f5f7;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .ais_usecase-icon svg {
    width: 24px;
    height: 24px;
  }
  
  .ais_usecase-content {}
  
  .ais_usecase-title {
  
    letter-spacing: -0.01em;
    margin-bottom: 10px;
  }
  
  .ais_usecase-desc {
    line-height: 1.6;
    color: #6e6e73;
  }
  
  .ais_usecase-badge {
    padding: 6px 14px;
    border-radius: 100px;
  
    letter-spacing: 0.02em;
    white-space: nowrap;
  }
  
  .ais_badge-docsbot {
    background: rgba(59, 130, 246, 0.08);
    color: #3b82f6;
    border: 1px solid rgba(59, 130, 246, 0.15);
  }
  
  .ais_badge-botpress {
    background: rgba(168, 85, 247, 0.08);
    color: #a855f7;
    border: 1px solid rgba(168, 85, 247, 0.15);
  }
  
  .ais_badge-either {
    background: rgba(110, 110, 115, 0.08);
    color: #6e6e73;
    border: 1px solid #e8e8ed;
  }
  
  .ais_process-card {
    padding: 36px 28px;
    background: #ffffff;
    border: 1px solid #e8e8ed;
    border-radius: 12px;
    position: relative;
  }
  
  .ais_process-card-num {
  
    color: #f5f5f7;
    line-height: 1;
    margin-bottom: 16px;
    letter-spacing: -0.04em;
  }
  
  .ais_process-card-duration {
    display: inline-block;
    padding: 4px 10px;
    background: #f5f5f7;
    border-radius: 4px;
  
    color: #f37022;
    margin-bottom: 12px;
  }
  
  .ais_process-card-title {
  
    color: #1d1d1f;
    margin-bottom: 8px;
  }
  
  .ais_process-card-text {
    line-height: 1.65;
    color: #6e6e73;
  }
  
  .ais_works-header {
    max-width: 600px;
    margin-bottom: 72px;
  }
  
  .ais_works-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
  }
  
  .ais_works-platforms {}
  
  .ais_works-platforms-title {
  
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #f37022;
    margin-bottom: 20px;
  }
  
  .ais_platform-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #e8e8ed;
  }
  
  .ais_platform-bar:first-of-type {
    border-top: 1px solid #e8e8ed;
  }
  
  .ais_platform-bar-name {
  
    color: #1d1d1f;
  }
  
  .ais_platform-bar-method {
    color: #86868b;
  }
  
  .ais_works-inclusions {}
  
  .ais_works-inclusions-title {
  
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #f37022;
    margin-bottom: 20px;
  }
  
  .ais_inclusion-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  
  .ais_inclusion-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 12px 0;
  }
  
  .ais_inclusion-check {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #f5f5f7;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
  }
  
  .ais_inclusion-check svg {
    width: 12px;
    height: 12px;
  }
  
  .ais_inclusion-text {
    line-height: 1.5;
    color: #1d1d1f;
  }
  
  .ais_results-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 72px;
  }
  
  .ais_results-stack {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  
  .ais_result-story {
    display: grid;
    grid-template-columns: 1fr 200px;
    gap: 40px;
    padding: 40px 44px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.02);
    align-items: center;
  }
  
  .ais_result-story-tag {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #f37022;
    margin-bottom: 8px;
  }
  
  .ais_result-story-title {
  
    color: #ffffff;
    margin-bottom: 8px;
    letter-spacing: -0.01em;
  }
  
  .ais_result-story-details {
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.5);
  }
  
  .ais_result-story-metric {
    text-align: right;
  }
  
  .ais_result-story-metric-value {
  
    color: #ffffff;
    letter-spacing: -0.03em;
    line-height: 1;
  }
  
  .ais_result-story-metric-unit {
  
    color: rgba(255, 255, 255, 0.4);
    margin-top: 4px;
  }
  
  .ais_hub-hero-pillars {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 0;
    align-items: center;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 48px 32px;
  }
  
  .ais_hub-hero-pillar {
    text-align: center;
    padding: 0 24px;
  }
  
  .ais_hub-hero-pillar-count {
  
    color: #f37022;
    line-height: 1;
    margin-bottom: 8px;
    letter-spacing: -0.04em;
  }
  
  .ais_hub-hero-pillar-name {
  
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #ffffff;
    margin-bottom: 8px;
  }
  
  .ais_hub-hero-pillar-desc {
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.35);
    max-width: 220px;
    margin: 0 auto;
  }
  
  .ais_hub-hero-pillar-divider {
    width: 1px;
    height: 80px;
    background: rgba(255, 255, 255, 0.08);
  }
  
  .ais_vidwhy-player {
    max-width: 760px;
    margin: 0 auto 56px;
    background: #1d1d1f;
    border-radius: 12px;
    overflow: hidden;
  }
  
  .ais_vidwhy-player-screen {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: linear-gradient(135deg, #2a2a2e 0%, #1d1d1f 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  
  .ais_vidwhy-play-btn {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(243, 112, 34, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .ais_vidwhy-play-btn svg {
    width: 28px;
    height: 28px;
    color: #ffffff;
    margin-left: 3px;
  }
  
  .ais_vidwhy-player-bar {
    height: 48px;
    background: #2a2a2e;
    display: flex;
    align-items: center;
    padding: 0 20px;
    gap: 16px;
  }
  
  .ais_vidwhy-bar-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f37022;
    flex-shrink: 0;
  }
  
  .ais_vidwhy-bar-track {
    flex: 1;
    height: 3px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    position: relative;
  }
  
  .ais_vidwhy-bar-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 35%;
    background: #f37022;
    border-radius: 2px;
  }
  
  .ais_vidwhy-bar-time {
    color: rgba(255, 255, 255, 0.4);
  
    white-space: nowrap;
  }
  
  .ais_vidwhy-stats {
    display: flex;
    gap: 0;
  }
  
  .ais_vidwhy-stat {
    flex: 1;
    text-align: center;
    padding: 32px 24px;
    border-right: 1px solid #e8e8ed;
  }
  
  .ais_vidwhy-stat:last-child {
    border-right: none;
  }
  
  .ais_vidwhy-stat-number {
  
    color: #f37022;
    line-height: 1;
    margin-bottom: 8px;
    letter-spacing: -0.03em;
  }
  
  .ais_vidwhy-stat-desc {
    color: #6e6e73;
    line-height: 1.5;
  }
  
  .ais_capab-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 64px;
  }
  
  .ais_capab-list {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  
  .ais_capab-row {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 24px;
    align-items: start;
    padding: 36px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  
  .ais_capab-row:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
  
  .ais_capab-icon {
    width: 72px;
    height: 72px;
    border-radius: 12px;
    background: rgba(243, 112, 34, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .ais_capab-icon svg {
    width: 32px;
    height: 32px;
    color: #f37022;
  }
  
  .ais_capab-content {}
  
  .ais_capab-title {
  
    color: #ffffff;
    margin-bottom: 8px;
    letter-spacing: -0.01em;
  }
  
  .ais_capab-desc {
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 12px;
    max-width: 640px;
  }
  
  .ais_capab-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  
  .ais_capab-feature {
    color: rgba(255, 255, 255, 0.5);
    padding: 4px 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 100px;
  }
  
  .ais_vidtype-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 64px;
  }
  
  .ais_vidtype-list {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  
  .ais_vidtype-row {
    display: grid;
    grid-template-columns: 48px 200px 1fr 80px;
    gap: 20px;
    align-items: center;
    padding: 24px 0;
    border-bottom: 1px solid #e8e8ed;
  }
  
  .ais_vidtype-row:first-child {
    border-top: 1px solid #e8e8ed;
  }
  
  .ais_vidtype-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .ais_vidtype-icon svg {
    width: 22px;
    height: 22px;
  }
  
  .ais_vidtype-icon-product {
    background: rgba(59, 130, 246, 0.08);
  }
  
  .ais_vidtype-icon-product svg {
    color: #3b82f6;
  }
  
  .ais_vidtype-icon-social {
    background: rgba(168, 85, 247, 0.08);
  }
  
  .ais_vidtype-icon-social svg {
    color: #a855f7;
  }
  
  .ais_vidtype-icon-promo {
    background: rgba(243, 112, 34, 0.08);
  }
  
  .ais_vidtype-icon-promo svg {
    color: #f37022;
  }
  
  .ais_vidtype-icon-demo {
    background: rgba(16, 185, 129, 0.08);
  }
  
  .ais_vidtype-icon-demo svg {
    color: #10b981;
  }
  
  .ais_vidtype-icon-youtube {
    background: rgba(239, 68, 68, 0.08);
  }
  
  .ais_vidtype-icon-youtube svg {
    color: #ef4444;
  }
  
  .ais_vidtype-name {
  
    color: #1d1d1f;
  }
  
  .ais_vidtype-desc {
    line-height: 1.65;
    color: #6e6e73;
  }
  
  .ais_vidtype-duration {
    text-align: right;
  
  
    color: #f37022;
    white-space: nowrap;
  }
  
  .ais_platfmt-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 64px;
  }
  
  .ais_platfmt-grid {
    display: grid;
    grid-template-columns: 1fr 0.6fr 1fr;
    gap: 32px;
    align-items: start;
  }
  
  .ais_platfmt-card {
    background: #f5f5f7;
    border-radius: 12px;
    padding: 32px;
    text-align: center;
  }
  
  .ais_platfmt-preview {
    margin: 0 auto 24px;
    background: #1d1d1f;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }
  
  .ais_platfmt-preview-horizontal {
    width: 100%;
    aspect-ratio: 16 / 9;
  }
  
  .ais_platfmt-preview-square {
    width: 80%;
    aspect-ratio: 1 / 1;
  }
  
  .ais_platfmt-preview-vertical {
    width: 55%;
    aspect-ratio: 9 / 16;
  }
  
  .ais_platfmt-preview-play {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(243, 112, 34, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .ais_platfmt-preview-play svg {
    width: 14px;
    height: 14px;
    color: #ffffff;
    margin-left: 2px;
  }
  
  .ais_platfmt-ratio {
  
    color: #1d1d1f;
    margin-bottom: 4px;
    letter-spacing: -0.02em;
  }
  
  .ais_platfmt-label {
  
    color: #1d1d1f;
    margin-bottom: 12px;
  }
  
  .ais_platfmt-platforms {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
  }
  
  .ais_platfmt-platform {
    color: #6e6e73;
    padding: 3px 10px;
    background: #ffffff;
    border-radius: 100px;
  }
  
  .ais_vidprocess-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 64px;
  }
  
  .ais_vidprocess-list {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  
  .ais_vidprocess-step {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 24px;
    align-items: start;
    padding: 32px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  
  .ais_vidprocess-step:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
  
  .ais_vidprocess-num {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(243, 112, 34, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
  
  
    color: #f37022;
  }
  
  .ais_vidprocess-content {}
  
  .ais_vidprocess-title {
  
    color: #ffffff;
    margin-bottom: 6px;
  }
  
  .ais_vidprocess-timeline {
    color: #f37022;
    margin-bottom: 8px;
  }
  
  .ais_vidprocess-desc {
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.55);
    max-width: 600px;
  }
  
  .ais_scope-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 72px;
  }
  
  .ais_scope-split {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 32px;
  }
  
  .ais_scope-panel {
    background: #ffffff;
    border-radius: 12px;
    padding: 36px;
  }
  
  .ais_scope-panel-excels {
    border: 2px solid #1d1d1f;
  }
  
  .ais_scope-panel-limits {
    border: 2px dashed #d1d1d6;
  }
  
  .ais_scope-panel-tag {
    display: inline-block;
  
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 4px 12px;
    border-radius: 100px;
    margin-bottom: 20px;
  }
  
  .ais_scope-panel-excels .ais_scope-panel-tag {
    background: rgba(16, 185, 129, 0.08);
    color: #10b981;
  }
  
  .ais_scope-panel-limits .ais_scope-panel-tag {
    background: rgba(134, 134, 139, 0.08);
    color: #86868b;
  }
  
  .ais_scope-panel-title {
  
    color: #1d1d1f;
    margin-bottom: 20px;
    letter-spacing: -0.01em;
  }
  
  .ais_scope-items {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  
  .ais_scope-item {
    display: flex;
    gap: 12px;
    align-items: start;
    line-height: 1.65;
    color: #3a3a3c;
  }
  
  .ais_scope-item-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
  }
  
  .ais_scope-panel-excels .ais_scope-item-icon svg {
    color: #10b981;
    width: 16px;
    height: 16px;
  }
  
  .ais_scope-panel-limits .ais_scope-item-icon svg {
    color: #d1d1d6;
    width: 16px;
    height: 16px;
  }
  
  .ais_specs-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 64px;
  }
  
  .ais_specs-list {
    max-width: 760px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  
  .ais_specs-row {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 24px;
    align-items: baseline;
    padding: 20px 0;
    border-bottom: 1px solid #e8e8ed;
  }
  
  .ais_specs-row:first-child {
    border-top: 1px solid #e8e8ed;
  }
  
  .ais_specs-label {
  
    color: #86868b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
  
  .ais_specs-value {
    color: #1d1d1f;
    line-height: 1.6;
  }
  
  .ais_specs-value strong {}
  
  .ais_report-types-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 72px;
  }
  
  .ais_report-types-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
  }
  
  .ais_report-type-card {
    padding: 32px;
    border: 1px solid #e8e8ed;
    border-radius: 8px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
  }
  
  .ais_report-type-card .ais_illus-placeholder {
    width: 100%;
    aspect-ratio: 3 / 2;
    margin-bottom: 24px;
  }
  
  .ais_report-type-label {
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #f37022;
    margin-bottom: 12px;
  }
  
  .ais_report-type-title {
  
    letter-spacing: -0.01em;
    margin-bottom: 10px;
    color: #1d1d1f;
  }
  
  .ais_report-type-text {
    line-height: 1.7;
    color: #6e6e73;
  }
  
  .ais_datasources-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
  }
  
  .ais_datasources-header {
    padding-top: 20px;
  }
  
  .ais_datasources-list {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }
  
  .ais_datasource-item {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 16px;
    align-items: start;
  }
  
  .ais_datasource-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(243, 112, 34, 0.08);
    color: #f37022;
    flex-shrink: 0;
  }
  
  .ais_datasource-icon svg {
    width: 20px;
    height: 20px;
  }
  
  .ais_datasource-content h4 {
  
    letter-spacing: -0.01em;
    margin-bottom: 4px;
    color: #1d1d1f;
  }
  
  .ais_datasource-content p {
    line-height: 1.65;
    color: #6e6e73;
  }
  
  .ais_anatomy-illustration {
    margin-bottom: 48px;
  }
  
  .ais_anatomy-illustration .ais_illus-placeholder {
    width: 100%;
    aspect-ratio: 16 / 7;
  }
  
  .ais_anatomy-features {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
  }
  
  .ais_anatomy-feature {
    padding: 28px 24px;
    background: #ffffff;
    border: 1px solid #e8e8ed;
    border-radius: 8px;
    text-align: center;
  }
  
  .ais_anatomy-feature-title {
  
    letter-spacing: -0.01em;
    margin-bottom: 8px;
    color: #1d1d1f;
  }
  
  .ais_anatomy-feature-text {
    line-height: 1.65;
    color: #6e6e73;
  }
  
  .ais_metrics-label {
    text-align: center;
    margin-bottom: 56px;
  }
  
  .ais_metric-stat {
    padding: 48px 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    text-align: center;
  }
  
  .ais_metric-stat:last-child {
    border-right: none;
  }
  
  .ais_metric-value {
  
    color: #f37022;
    line-height: 1;
    margin-bottom: 12px;
  }
  
  .ais_faq-item:last-child {
    border-bottom: none;
  }
  
  .ais_vulns-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 72px;
  }
  
  .ais_vulns-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
  }
  
  .ais_vuln-card {
    padding: 48px 40px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    position: relative;
  }
  
  .ais_vuln-card::before {
    content: '';
    position: absolute;
    left: 40px;
    top: 40px;
    width: 32px;
    height: 3px;
    background: #f37022;
    opacity: 0.7;
  }
  
  .ais_vuln-label {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #f37022;
    margin-bottom: 20px;
    padding-top: 16px;
  }
  
  .ais_vuln-statement {
  
    line-height: 1.4;
    color: #ffffff;
    margin-bottom: 12px;
  }
  
  .ais_vuln-detail {
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.5);
  }
  
  .ais_audit-layers {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  
  .ais_audit-layer {
    padding: 40px;
    border: 1px solid #e8e8ed;
    background: #ffffff;
    position: relative;
  }
  
  .ais_audit-layer:first-child {
    border-radius: 12px 12px 0 0;
  }
  
  .ais_audit-layer:last-child {
    border-radius: 0 0 12px 12px;
  }
  
  .ais_audit-layer-num {
  
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #f37022;
    margin-bottom: 12px;
  }
  
  .ais_audit-layer-title {
  
    color: #1d1d1f;
    margin-bottom: 12px;
  }
  
  .ais_audit-layer-items {
    line-height: 1.7;
    color: #6e6e73;
  }
  
  .ais_check-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 72px;
  }
  
  .ais_check-columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }
  
  .ais_check-column {}
  
  .ais_check-category-heading {
  
    color: #1d1d1f;
    margin-bottom: 24px;
  }
  
  .ais_check-list {
    list-style: none;
  }
  
  .ais_check-list li {
    line-height: 1.7;
    color: #6e6e73;
    padding: 8px 0 8px 24px;
    position: relative;
  }
  
  .ais_check-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 8px;
    color: #f37022;
  }
  
  .ais_comparison {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    overflow: hidden;
  }
  
  .ais_comparison-col {
    padding: 48px 40px;
    position: relative;
  }
  
  .ais_comparison-col:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.06);
  }
  
  .ais_comparison-label {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #f37022;
    margin-bottom: 16px;
  }
  
  .ais_comparison-title {
  
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  
  .ais_comparison-intro {
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 24px;
  }
  
  .ais_coverage-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 72px;
  }
  
  .ais_coverage-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
  }
  
  .ais_coverage-card {
    padding: 48px 40px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    position: relative;
  }
  
  .ais_coverage-card::before {
    content: '';
    position: absolute;
    left: 40px;
    top: 40px;
    width: 32px;
    height: 3px;
    background: #f37022;
    opacity: 0.7;
  }
  
  .ais_coverage-label {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #f37022;
    margin-bottom: 20px;
    padding-top: 16px;
  }
  
  .ais_coverage-title {
  
    line-height: 1.4;
    color: #ffffff;
    margin-bottom: 12px;
  }
  
  .ais_coverage-desc {
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.5);
  }
  
  .ais_methodology-content {
    padding-top: 20px;
  }
  
  .ais_methodology-intro {
    margin-bottom: 40px;
  }
  
  .ais_tool-category {
    margin-bottom: 32px;
  }
  
  .ais_tool-category-label {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #f37022;
    margin-bottom: 12px;
  }
  
  .ais_tool-category-text {
    line-height: 1.7;
    color: #6e6e73;
  }
  
  .ais_issues-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 72px;
  }
  
  .ais_severity-row {
    margin-bottom: 32px;
    padding: 32px 40px;
    background: #ffffff;
    border-left: 4px solid;
    border-radius: 8px;
  }
  
  .ais_severity-blocker {
    border-left-color: #d44638;
  }
  
  .ais_severity-critical {
    border-left-color: #f37022;
  }
  
  .ais_severity-major {
    border-left-color: #e8b000;
  }
  
  .ais_severity-minor {
    border-left-color: #86868b;
  }
  
  .ais_severity-title {
  
    margin-bottom: 8px;
    color: #1d1d1f;
  }
  
  .ais_severity-desc {
    line-height: 1.7;
    color: #6e6e73;
    margin-bottom: 12px;
  }
  
  .ais_adds-split {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 80px;
    align-items: start;
  }
  
  .ais_adds-left {}
  
  .ais_adds-right {}
  
  .ais_adds-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 28px 0;
    border-bottom: 1px solid #e8e8ed;
  }
  
  .ais_adds-item:first-child {
    padding-top: 0;
  }
  
  .ais_adds-item:last-child {
    border-bottom: none;
  }
  
  .ais_adds-item-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #f5f5f7;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  
  .ais_adds-item-icon svg {
    width: 22px;
    height: 22px;
  }
  
  .ais_adds-item-content {
    flex: 1;
  }
  
  .ais_adds-item-title {
  
    margin-bottom: 4px;
    color: #1d1d1f;
  }
  
  .ais_adds-item-text {
    line-height: 1.65;
    color: #6e6e73;
  }
  
  .ais_adds-item-example {
    margin-top: 8px;
    color: #86868b;
    font-style: italic;
  }
  
  .ais_audit-to-action-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 72px;
  }
  
  .ais_phases-flow {
    display: grid;
    grid-template-columns: 1fr 0.1fr 1fr 0.1fr 1fr;
    gap: 24px;
    align-items: start;
  }
  
  .ais_phase {
    padding: 48px 40px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    position: relative;
  }
  
  .ais_phase::before {
    content: '';
    position: absolute;
    left: 40px;
    top: 40px;
    width: 32px;
    height: 3px;
    background: #f37022;
    opacity: 0.7;
  }
  
  .ais_phase-num {
  
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #f37022;
    margin-bottom: 20px;
    padding-top: 16px;
  }
  
  .ais_phase-text {
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.5);
  }
  
  .ais_phase-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f37022;
    opacity: 0.5;
  }
  
  .ais_whatwefix-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 72px;
  }
  
  .ais_fixes-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
  }
  
  .ais_fix-card {
    padding: 36px 32px;
    border: 1px solid #e8e8ed;
    border-radius: 8px;
    background: #ffffff;
  }
  
  .ais_fix-label {
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #f37022;
    margin-bottom: 12px;
  }
  
  .ais_fix-title {
  
    letter-spacing: -0.01em;
    margin-bottom: 10px;
    color: #1d1d1f;
  }
  
  .ais_fix-text {
    line-height: 1.7;
    color: #6e6e73;
  }
  
  .ais_implementation-split {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 80px;
    align-items: start;
  }
  
  .ais_implementation-header {
    padding-top: 20px;
  }
  
  .ais_implementation-header .ais_illus-placeholder {
    width: 100%;
    aspect-ratio: 4 / 3;
    margin-top: 40px;
  }
  
  .ais_step-item {
    padding: 32px 28px;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #e8e8ed;
  }
  
  .ais_step-text {
    line-height: 1.65;
    color: #6e6e73;
  }
  
  .ais_impact-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 72px;
  }
  
  .ais_metric-comparison {
    display: flex;
    justify-content: space-around;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e8e8ed;
  }
  
  .ais_metric-before,
  .ais_metric-after {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  
  .ais_metric-before-label,
  .ais_metric-after-label {
    color: #6e6e73;
    letter-spacing: 0.05em;
  }
  
  .ais_metric-before-value,
  .ais_metric-after-value {
    color: #1d1d1f;
  }
  
  .ais_metric-after-value {
    color: #f37022;
  }
  
  .ais_symptoms-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 64px;
  }
  
  .ais_symptoms-list {
    max-width: 800px;
    margin: 0 auto;
  }
  
  .ais_symptom-row {
    display: grid;
    grid-template-columns: 40px 1fr auto;
    gap: 20px;
    align-items: center;
    padding: 24px 0;
    border-bottom: 1px solid #e8e8ed;
  }
  
  .ais_symptom-row:first-child {
    border-top: 1px solid #e8e8ed;
  }
  
  .ais_symptom-num {
  
    color: #f37022;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(243, 112, 34, 0.06);
    border-radius: 8px;
  }
  
  .ais_symptom-text {
  
    color: #1d1d1f;
    letter-spacing: -0.01em;
  }
  
  .ais_symptom-stat {
    color: #86868b;
    padding: 4px 12px;
    background: #ffffff;
    border: 1px solid #e8e8ed;
    border-radius: 100px;
    white-space: nowrap;
  }
  
  .ais_demo-split {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 60px;
    align-items: center;
  }
  
  .ais_demo-left {}
  
  .ais_demo-features {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  
  .ais_demo-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.6);
  }
  
  .ais_demo-feature-check {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(243, 112, 34, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  
  .ais_demo-feature-check svg {
    width: 10px;
    height: 10px;
  }
  
  .ais_chat-mockup {
    background: #2a2a2c;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
  }
  
  .ais_chat-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }
  
  .ais_chat-topbar-left {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  .ais_chat-topbar-icon {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    background: #f37022;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .ais_chat-topbar-icon svg {
    width: 12px;
    height: 12px;
  }
  
  .ais_chat-topbar-title {
  
    color: #ffffff;
  }
  
  .ais_chat-topbar-status {
    color: #34c759;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  
  .ais_chat-topbar-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #34c759;
  }
  
  .ais_chat-msg {
    max-width: 85%;
    padding: 12px 16px;
    border-radius: 12px;
    line-height: 1.6;
  }
  
  .ais_chat-msg-user {
    align-self: flex-end;
    background: #f37022;
    color: #ffffff;
    border-bottom-right-radius: 4px;
  }
  
  .ais_chat-msg-ai {
    align-self: flex-start;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.8);
    border-bottom-left-radius: 4px;
  }
  
  .ais_chat-msg-ai strong {
    color: #ffffff;
  }
  
  .ais_chat-msg-source {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.3);
  }
  
  .ais_chat-msg-source a {
    color: #f37022;
  }
  
  .ais_chat-input {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
  }
  
  .ais_chat-input-field {
    flex: 1;
    padding: 10px 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.3);
  }
  
  .ais_chat-input-btn {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #f37022;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .ais_chat-input-btn svg {
    width: 14px;
    height: 14px;
  }
  
  .ais_comp-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 72px;
  }
  
  .ais_comp-list {
    max-width: 960px;
    margin: 0 auto;
  }
  
  .ais_comp-row {
    display: grid;
    grid-template-columns: 56px 1fr 140px;
    gap: 24px;
    align-items: center;
    padding: 28px 0;
    border-bottom: 1px solid #e8e8ed;
  }
  
  .ais_comp-row:first-child {
    border-top: 1px solid #e8e8ed;
  }
  
  .ais_comp-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: #1d1d1f;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .ais_comp-icon svg {
    width: 22px;
    height: 22px;
  }
  
  .ais_comp-title {
  
    color: #1d1d1f;
    margin-bottom: 4px;
    letter-spacing: -0.01em;
  }
  
  .ais_comp-desc {
    line-height: 1.6;
    color: #6e6e73;
  }
  
  .ais_comp-tech {
    text-align: right;
  
    letter-spacing: 0.04em;
    color: #86868b;
    padding: 4px 10px;
    background: #f5f5f7;
    border-radius: 4px;
    display: inline-block;
  }
  
  .ais_sources-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 64px;
  }
  
  .ais_sources-band {
    margin-bottom: 40px;
  }
  
  .ais_sources-band:last-child {
    margin-bottom: 0;
  }
  
  .ais_sources-band-label {
  
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #f37022;
    margin-bottom: 16px;
    text-align: center;
  }
  
  .ais_sources-band-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  
  .ais_source-badge {
    padding: 10px 20px;
    background: #ffffff;
    border: 1px solid #e8e8ed;
    border-radius: 8px;
  
    color: #1d1d1f;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  .ais_source-badge svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
  }
  
  .ais_file-badge {
    padding: 8px 16px;
    background: #ffffff;
    border: 1px solid #e8e8ed;
    border-radius: 6px;
  
    color: #6e6e73;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  
  .ais_file-badge-ext {
    padding: 2px 5px;
    border-radius: 3px;
    color: #ffffff;
    letter-spacing: 0.05em;
  }
  
  .ais_cases-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  
  .ais_case-card-tag {
    padding: 12px 20px;
    border-bottom: 1px solid #e8e8ed;
  
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #f37022;
    background: #fafafa;
  }
  
  .ais_case-q {
    padding: 10px 14px;
    background: #f37022;
    color: #ffffff;
    border-radius: 10px 10px 4px 10px;
    line-height: 1.5;
    align-self: flex-end;
  }
  
  .ais_case-a {
    padding: 10px 14px;
    background: #f5f5f7;
    color: #1d1d1f;
    border-radius: 10px 10px 10px 4px;
    line-height: 1.5;
    align-self: flex-start;
  }
  
  .ais_case-a strong {}
  
  .ais_case-source {
    color: #86868b;
    padding-top: 4px;
  }
  
  .ais_process-list {
    max-width: 800px;
    margin: 0 auto;
  }
  
  .ais_process-row {
    display: grid;
    grid-template-columns: 4px 56px 1fr auto;
    gap: 0 20px;
    padding: 28px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    align-items: start;
  }
  
  .ais_process-row:last-child {
    border-bottom: none;
  }
  
  .ais_process-accent {
    width: 4px;
    height: 100%;
    border-radius: 2px;
    align-self: stretch;
  }
  
  .ais_process-row:first-child .ais_process-num {
    color: #f37022;
    border-color: rgba(243, 112, 34, 0.3);
  }
  
  .ais_process-content {}
  
  .ais_process-text {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.4);
  }
  
  .ais_access-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 72px;
  }
  
  .ais_access-matrix {
    max-width: 960px;
    margin: 0 auto;
    border: 1px solid #e8e8ed;
    border-radius: 12px;
    overflow: hidden;
  }
  
  .ais_access-matrix-header {
    display: grid;
    grid-template-columns: 180px repeat(4, 1fr);
    background: #1d1d1f;
    color: #ffffff;
  }
  
  .ais_access-matrix-header span {
    padding: 14px 16px;
  
    letter-spacing: 0.04em;
    text-align: center;
  }
  
  .ais_access-matrix-header span:first-child {
    text-align: left;
  
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #86868b;
  }
  
  .ais_access-row {
    display: grid;
    grid-template-columns: 180px repeat(4, 1fr);
    border-bottom: 1px solid #f0f0f2;
  }
  
  .ais_access-row:last-child {
    border-bottom: none;
  }
  
  .ais_access-row-label {
    padding: 16px;
  
    color: #1d1d1f;
    background: #fafafa;
    border-right: 1px solid #e8e8ed;
  }
  
  .ais_access-cell {
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .ais_access-check {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .ais_access-check.ais_yes {
    background: rgba(52, 199, 89, 0.1);
  }
  
  .ais_access-check.ais_yes svg {
    color: #34c759;
  }
  
  .ais_access-check.ais_no {
    background: #f5f5f7;
  }
  
  .ais_access-check.ais_no svg {
    color: #e8e8ed;
  }
  
  .ais_factors-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 72px;
  }
  
  .ais_factors-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
  }
  
  .ais_factor-card {
    padding: 48px 40px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    position: relative;
  }
  
  .ais_factor-card::before {
    content: '';
    position: absolute;
    left: 40px;
    top: 40px;
    width: 32px;
    height: 3px;
    background: #f37022;
    opacity: 0.7;
  }
  
  .ais_factor-title {
  
    line-height: 1.3;
    color: #ffffff;
    margin-bottom: 16px;
    padding-top: 16px;
  }
  
  .ais_factor-text {
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.55);
  }
  
  .ais_localpack-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 72px;
  }
  
  .ais_localpack-illus {
    margin-bottom: 64px;
  }
  
  .ais_localpack-illus .ais_illus-placeholder {
    width: 100%;
    aspect-ratio: 16 / 7;
  }
  
  .ais_localpack-stats {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }
  
  .ais_stat-item {
    text-align: center;
  }
  
  .ais_stat-text {
    line-height: 1.65;
    color: #6e6e73;
  }
  
  .ais_comparison-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    position: relative;
  }
  
  .ais_comparison-cols::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #e8e8ed;
  }
  
  .ais_comparison-text {
    line-height: 1.75;
    color: #6e6e73;
    margin-bottom: 20px;
  }
  
  .ais_whymatter-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 72px;
  }
  
  .ais_whymatter-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
  
  .ais_whymatter-card {
    padding: 48px 40px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    position: relative;
  }
  
  .ais_whymatter-card::before {
    content: '';
    position: absolute;
    left: 40px;
    top: 40px;
    width: 32px;
    height: 3px;
    background: #f37022;
    opacity: 0.7;
  }
  
  .ais_whymatter-label {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #f37022;
    margin-bottom: 20px;
    padding-top: 16px;
  }
  
  .ais_whymatter-statement {
  
    line-height: 1.4;
    color: #ffffff;
    margin-bottom: 12px;
  }
  
  .ais_whymatter-description {
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.5);
  }
  
  .ais_wcag-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 72px;
  }
  
  .ais_wcag-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
  }
  
  .ais_wcag-card {
    padding: 36px 32px;
    border: 1px solid #e8e8ed;
    border-radius: 8px;
    background: #ffffff;
    position: relative;
  }
  
  .ais_wcag-card.ais_wcag-target {
    border-top: 3px solid #f37022;
  }
  
  .ais_wcag-level {
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #f37022;
    margin-bottom: 12px;
  }
  
  .ais_wcag-category {
  
    letter-spacing: -0.01em;
    margin-bottom: 10px;
    color: #1d1d1f;
  }
  
  .ais_wcag-desc {
    line-height: 1.7;
    color: #6e6e73;
    margin-bottom: 20px;
  }
  
  .ais_wcag-list {
    list-style: none;
    line-height: 1.7;
    color: #6e6e73;
  }
  
  .ais_wcag-list li {
    padding: 5px 0 5px 20px;
    position: relative;
  }
  
  .ais_wcag-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #f37022;
  }
  
  .ais_whatwecheck-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 72px;
  }
  
  .ais_categories-stack {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  
  .ais_category-row {
    padding: 48px 40px;
    border-bottom: 1px solid #e8e8ed;
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 40px;
    align-items: start;
  }
  
  .ais_category-row:last-child {
    border-bottom: none;
  }
  
  .ais_category-name {
  
    color: #1d1d1f;
    letter-spacing: -0.01em;
  }
  
  .ais_category-items {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    line-height: 1.65;
    color: #6e6e73;
  }
  
  .ais_category-items li {
    padding: 0;
  }
  
  .ais_risk-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 72px;
  }
  
  .ais_risk-context {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.75;
    color: #6e6e73;
  }
  
  .ais_auditremediation-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 72px;
  }
  
  .ais_audit-compare {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    position: relative;
  }
  
  .ais_audit-compare::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.08);
  }
  
  .ais_audit-option {}
  
  .ais_audit-text {
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 20px;
  }
  
  .ais_audit-list {
    list-style: none;
    margin-bottom: 24px;
  }
  
  .ais_audit-list li {
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.55);
    padding: 6px 0 6px 20px;
    position: relative;
  }
  
  .ais_audit-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 6px;
    height: 6px;
    border: 1.5px solid #f37022;
    border-radius: 50%;
  }
  
  .ais_audit-result {
    color: #ffffff;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .ais_usecases-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
  }
  
  .ais_usecase {
    padding: 36px 32px;
    border: 1px solid #e8e8ed;
    border-radius: 8px;
    background: #ffffff;
  }
  
  .ais_usecase-problem {
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #f37022;
    margin-bottom: 12px;
  }
  
  .ais_usecase-text {
    line-height: 1.7;
    color: #6e6e73;
  }
  
  .ais_casestudy {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
  }
  
  .ais_casestudy-tag {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #f37022;
    margin-bottom: 16px;
  }
  
  .ais_casestudy-title {
  
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 24px;
    color: #ffffff;
  }
  
  .ais_casestudy-block {
    margin-bottom: 20px;
  }
  
  .ais_casestudy-block-label {
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 6px;
  }
  
  .ais_casestudy-block-text {
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.6);
  }
  
  .ais_casestudy-note {
    color: #ffffff;
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .ais_twoways-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 72px;
  }
  
  .ais_two-ways {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    position: relative;
  }
  
  .ais_two-ways::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #e8e8ed;
  }
  
  .ais_way-label {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #f37022;
    margin-bottom: 16px;
  }
  
  .ais_way-title {
  
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  
  .ais_way-text {
    line-height: 1.75;
    color: #6e6e73;
    margin-bottom: 20px;
  }
  
  .ais_way-list {
    list-style: none;
    margin-bottom: 24px;
  }
  
  .ais_way-list li {
    line-height: 1.7;
    color: #6e6e73;
    padding: 6px 0 6px 20px;
    position: relative;
  }
  
  .ais_way-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 6px;
    height: 6px;
    border: 1.5px solid #f37022;
    border-radius: 50%;
  }
  
  .ais_way-result {
    color: #1d1d1f;
    padding-top: 16px;
    border-top: 1px solid #e8e8ed;
  }
  
  /* ============================================
     FOOTER
     ============================================ */
  .ais_footer {
    background: #1d1d1f;
    padding: 60px 0 40px;
    border-top: 3px solid #f37022;
  }
  
  .ais_footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 48px;
    margin-bottom: 48px;
  }
  
  .ais_footer-brand {
    display: flex;
    align-items: center;
    gap: 8px;
  
    color: #ffffff;
    margin-bottom: 16px;
  }
  
  .ais_footer-brand .ais_logo-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f37022;
    color: #ffffff;
    padding: 4px 6px;
    border-radius: 3px;
  }
  
  .ais_footer-desc {
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.4);
    max-width: 280px;
  }
  
  .ais_footer-heading {
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 20px;
  }
  
  .ais_footer-links {
    list-style: none;
  }
  
  .ais_footer-links li {
    margin-bottom: 10px;
  }
  
  .ais_footer-links a {
    color: rgba(255, 255, 255, 0.55);
  }
  
  .ais_footer-bottom {
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.3);
  }
  
  .ais_footer-links a:hover {
    color: var(--primary);
  }
  
  .ais_footer .ais_container {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
  }
  
  .ais_footer-col-title {
  
    color: rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
  }
  
  .ais_footer-col ul {
    list-style: none;
  }
  
  .ais_footer-col li {
    margin-bottom: 8px;
  }
  
  .ais_footer-col a {
    color: rgba(255, 255, 255, 0.5);
  }
  
  /* ============================================
     MEDIA QUERIES
     ============================================ */
  
  @media (max-width: 1024px) {
    :root {
      --sectionSpace: 100px;
    }
  
    .section-heading {}
  
    .hero h1 {}
  
    .hero .container {
      grid-template-columns: 1fr;
      gap: 40px;
    }
  
    .adds-row-large {
      grid-template-columns: repeat(2, 1fr);
    }
  
    .adds-row-small {
      grid-template-columns: repeat(3, 1fr);
    }
  
    .systems-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  
    .integrations-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  
    .cta-inner {
      grid-template-columns: 1fr;
      gap: 32px;
      padding: 56px 48px;
    }
  
    .false-choice-options {
      grid-template-columns: 1fr 60px 1fr;
    }
  
    .way-layer {
      grid-template-columns: 160px 1fr;
    }
  
    .stack-layer {
      grid-template-columns: 150px 1fr;
      gap: 24px;
      padding: 32px 40px;
    }
  
    .footer-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 32px;
    }
  }
  
  @media (max-width: 768px) {
    :root {
      --sectionSpace: 80px;
  
    }
  
    .container {
      padding: 0 32px;
    }
  
    .section-heading {}
  
    .hero {
      padding-top: 80px;
      padding-bottom: 60px;
    }
  
    .hero h1 {}
  
    .hero .container {
      grid-template-columns: 1fr;
      gap: 32px;
    }
  
    .false-choice-statement {}
  
    .false-choice-options {
      grid-template-columns: 1fr;
      gap: 16px;
    }
  
    .false-choice-or {
      display: none;
    }
  
    .false-choice-reveal {
      padding: 32px 28px;
    }
  
    .false-choice-reveal-title {}
  
    .adds-row-large {
      grid-template-columns: 1fr;
    }
  
    .adds-row-small {
      grid-template-columns: repeat(2, 1fr);
    }
  
    .systems-grid {
      grid-template-columns: 1fr;
    }
  
    .integrations-grid {
      grid-template-columns: 1fr;
    }
  
    .nav-links {
      gap: 20px;
    }
  
    .nav-links li:not(:last-child) {
      display: none;
    }
  
    .way-layer {
      grid-template-columns: 1fr;
    }
  
    .way-layer-left {
      border-right: none;
      border-bottom: 1px solid var(--color-gray-400);
      padding-bottom: 20px;
    }
  
    .way-layer-right {
      padding-top: 20px;
    }
  
    .cta-inner {
      padding: 40px 28px;
    }
  
    .cta-heading {}
  
    .footer-grid {
      grid-template-columns: 1fr;
      gap: 24px;
    }
  
    .stack-layer {
      grid-template-columns: 1fr;
      gap: 20px;
      padding: 24px 28px;
    }
  
    .stack-layer-items {
      gap: 8px;
    }
  
    .approach-timeline {
      padding-left: 60px;
    }
  
    .approach-step-dot {
      width: 48px;
      height: 48px;
      left: -60px;
  
    }
  
    .approach-timeline::before {
      left: 19px;
    }
  }
  
  @media (max-width: 480px) {
    :root {
      --sectionSpace: 60px;
    }
  
    .container {
      padding: 0 20px;
    }
  
    .section-heading {}
  
    .hero h1 {}
  
    .hero-subtitle {}
  
    .false-choice-statement {
  
      margin-bottom: 32px;
    }
  
    .false-choice-reveal {
      padding: 24px 20px;
    }
  
    .false-choice-reveal-title {}
  
    .adds-row-small {
      grid-template-columns: 1fr;
    }
  
    .adds-card {
      padding: 24px 16px;
    }
  
    .section-label {}
  
    .nav-links {
      gap: 12px;
    }
  
    .cta-inner {
      padding: 32px 20px;
    }
  
    .cta-heading {}
  
    .cta-buttons {
      flex-direction: column;
    }
  
    .btn-primary,
    .btn-ghost {
      width: 100%;
      justify-content: center;
    }
  
    .footer-grid {
      gap: 16px;
    }
  
    .stack-layer-item {
  
      padding: 6px 12px;
    }
  
    .approach-step-title {}
  
    .approach-step-duration {}
  
    .faq-question {
  
      padding: 18px 0;
    }
  
    .faq-answer p {}
  }