.elementor-14683 .elementor-element.elementor-element-2e02c63b{--display:flex;}/* Start custom CSS for html, class: .elementor-element-a0cbe16 */* { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --blue-50:  #EBF0FF;
    --blue-100: #D6E0FF;
    --blue-500: #3D5FE0;
    --blue-700: #002199;
    --blue-800: #001A7A;
    --blue:     #0033CC;
    --amber-50: #FEF5E0;
    --amber:    #F7A400;
    --amber-700:#B57600;
    --grey-50:  #FAFAFA;
    --grey-100: #F5F5F5;
    --grey-200: #F7F7F7;
    --grey-300: #E5E5E5;
    --grey-500: #A0A0A0;
    --grey-700: #6B6B6B;
    --grey-900: #525252;
    --grey-950: #404040;
    --text:       var(--grey-950);
    --text-muted: var(--grey-700);
    --text-subtle:var(--grey-500);
    --rule:       var(--grey-300);
    --bg:         #FFFFFF;
    --surface:    var(--grey-100);
    --surface-2:  var(--grey-50);
    --maxw: 1200px;
  }

  html { scroll-behavior: smooth; }
  body .elementor-14683 .elementor-element.elementor-element-2e02c63b {
    font-family: 'Public Sans', system-ui, -apple-system, sans-serif;
    background: var(--bg); color: var(--text);
    font-size: 16px; line-height: 1.55;
    -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  }
  .num { font-family: 'IBM Plex Mono', monospace; font-variant-numeric: tabular-nums; letter-spacing: -0.01em; }
  a { color: var(--blue); text-decoration: none; transition: color 0.15s; }
  a:hover { color: var(--blue-700); }

  /* NAV */
  nav {
    position: sticky; top: 0; z-index: 50;
    background: rgba(255,255,255,0.94);
    backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--rule);
  }
  .nav-inner {
    max-width: var(--maxw); margin: 0 auto;
    padding: 18px 32px;
    display: flex; align-items: center; justify-content: space-between;
  }
  .nav-brand { display: flex; align-items: center; gap: 14px; }
  .nav-brand img { height: 32px; width: auto; }
  .nav-links { display: flex; align-items: center; gap: 32px; }
  .nav-links a { color: var(--text); font-size: 14px; font-weight: 600; }
  .nav-links a:hover { color: var(--blue); }
  .nav-cta {
    background: var(--blue); color: #fff !important;
    padding: 10px 20px; font-size: 14px; font-weight: 600; border-radius: 4px;
  }
  .nav-cta:hover { background: var(--blue-700); color: #fff !important; }
  @media (max-width: 760px) {
    .nav-links a:not(.nav-cta) { display: none; }
  }

  /* BREADCRUMB */
  .crumb {
    max-width: var(--maxw); margin: 0 auto;
    padding: 24px 32px 0;
    font-size: 13px; color: var(--text-muted);
  }
  .crumb a { color: var(--text-muted); }
  .crumb a:hover { color: var(--blue); }

  /* HERO */
  .hero {
    padding: 60px 32px 80px;
    border-bottom: 1px solid var(--rule);
  }
  .hero-inner { max-width: var(--maxw); margin: 0 auto; }
  .eyebrow {
    font-size: 12px; font-weight: 700;
    letter-spacing: 0.06em; text-transform: uppercase;
    color: var(--amber-700); margin-bottom: 24px;
  }
  .hero-grid {
    display: grid; grid-template-columns: 1.5fr 1fr;
    gap: 64px; align-items: end;
  }
  @media (max-width: 900px) {
    .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  }
  .hero h1 {
    font-size: clamp(40px, 5.4vw, 60px);
    font-weight: 700; letter-spacing: -0.025em; line-height: 1.05;
    color: var(--text);
    margin-bottom: 24px;
  }
  .hero h1 .blue { color: var(--blue); }
  .hero-sub {
    font-size: 19px; line-height: 1.5;
    color: var(--text-muted); max-width: 56ch;
  }
  .hero-stat-card {
    background: var(--blue);
    color: #fff;
    padding: 36px;
    border-radius: 8px;
  }
  .hero-stat-card .label {
    font-size: 11px; font-weight: 700;
    letter-spacing: 0.08em; text-transform: uppercase;
    color: #FFE091; margin-bottom: 16px;
    font-family: 'Public Sans';
  }
  .hero-stat-card .v {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 56px; font-weight: 600;
    letter-spacing: -0.02em; line-height: 1; margin-bottom: 12px;
  }
  .hero-stat-card .d {
    font-size: 15px; line-height: 1.55;
    color: rgba(255,255,255,0.85);
  }

  .hero-cta { display: flex; gap: 12px; margin-top: 48px; flex-wrap: wrap; }
  .btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 14px 24px; font-size: 15px; font-weight: 600;
    border-radius: 4px; border: 1px solid transparent;
    cursor: pointer; transition: all 0.15s; font-family: inherit;
  }
  .btn-primary { background: var(--blue); color: #fff; }
  .btn-primary:hover { background: var(--blue-700); color: #fff; }
  .btn-secondary { background: transparent; color: var(--text); border-color: var(--grey-300); }
  .btn-secondary:hover { border-color: var(--text); color: var(--text); }
  .btn-arrow { font-size: 18px; line-height: 1; transition: transform 0.15s; }
  .btn:hover .btn-arrow { transform: translateX(2px); }

  /* SECTIONS */
  section.block { padding: 96px 32px; border-bottom: 1px solid var(--rule); }
  section.block.alt { background: var(--surface-2); }
  .block-inner { max-width: var(--maxw); margin: 0 auto; }
  .section-header { max-width: 720px; margin-bottom: 56px; }
  .section-header h2 {
    font-size: clamp(28px, 3.4vw, 40px); font-weight: 700;
    letter-spacing: -0.02em; line-height: 1.15; margin-bottom: 16px;
  }
  .section-header p {
    font-size: 18px; color: var(--text-muted); line-height: 1.55;
  }

  /* TIMELINE — 12 weeks visualization */
  .timeline {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    counter-reset: phase;
  }
  @media (max-width: 900px) {
    .timeline { grid-template-columns: 1fr; gap: 24px; }
  }
  .phase {
    counter-increment: phase;
    position: relative;
    padding-top: 32px;
    border-top: 4px solid var(--blue);
  }
  .phase-meta {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 13px;
    color: var(--amber-700);
    font-weight: 600;
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
  }
  .phase-meta .weeks { color: var(--text-muted); }
  .phase h3 {
    font-size: 22px; font-weight: 700;
    letter-spacing: -0.01em; margin-bottom: 12px;
    color: var(--text);
  }
  .phase p {
    font-size: 15px; line-height: 1.6;
    color: var(--text-muted);
    margin-bottom: 16px;
  }
  .phase-out {
    font-size: 13px;
    line-height: 1.5;
    padding: 12px 14px;
    background: var(--blue-50);
    border-left: 3px solid var(--blue);
    color: var(--blue-800);
    border-radius: 0 4px 4px 0;
  }
  .phase-out strong { font-weight: 700; }

  /* TIER PRICING TABLE for FORGE */
  .forge-tiers {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--rule);
    border: 1px solid var(--rule);
    border-radius: 8px;
    overflow: hidden;
    margin-top: 32px;
  }
  @media (max-width: 900px) {
    .forge-tiers { grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 600px) {
    .forge-tiers { grid-template-columns: 1fr; }
  }
  .ftier { background: var(--bg); padding: 28px; }
  .ftier.featured {
    background: var(--text); color: #fff; position: relative;
  }
  .ftier.featured::before {
    content: "Most common";
    position: absolute; top: 12px; right: 12px;
    background: var(--amber); color: var(--text);
    font-size: 10px; font-weight: 700;
    letter-spacing: 0.06em; text-transform: uppercase;
    padding: 3px 8px; border-radius: 2px;
  }
  .ftier-name {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 13px; font-weight: 600;
    color: var(--amber-700); margin-bottom: 8px;
  }
  .ftier.featured .ftier-name { color: #FFE091; }
  .ftier-price {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 26px; font-weight: 600;
    letter-spacing: -0.01em; margin-bottom: 4px;
  }
  .ftier-price-d {
    font-size: 12px;
    color: var(--text-muted);
    margin-bottom: 16px;
  }
  .ftier.featured .ftier-price-d { color: rgba(255,255,255,0.7); }
  .ftier-desc {
    font-size: 13px; line-height: 1.55;
    color: var(--text-muted);
  }
  .ftier.featured .ftier-desc { color: rgba(255,255,255,0.85); }

  /* PARTNER ECONOMICS — big highlight */
  .economics-feature {
    background: var(--text); color: #fff;
    padding: 56px;
    border-radius: 12px;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 56px;
    align-items: center;
  }
  @media (max-width: 900px) {
    .economics-feature { grid-template-columns: 1fr; padding: 40px; gap: 32px; }
  }
  .economics-feature h3 {
    font-size: 32px; font-weight: 700;
    letter-spacing: -0.02em; line-height: 1.15;
    margin-bottom: 20px;
    color: #fff!important;
  }
  .economics-feature p {
    font-size: 16px; line-height: 1.6;
    color: rgba(255,255,255,0.8); margin-bottom: 16px;
  }
  .econ-num-stack { display: flex; flex-direction: column; gap: 24px; }
  .econ-num {
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 16px;
  }
  .econ-num .v {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 36px; font-weight: 600;
    letter-spacing: -0.02em; line-height: 1;
    color: var(--amber); margin-bottom: 8px;
  }
  .econ-num .l {
    font-size: 14px; line-height: 1.45;
    color: rgba(255,255,255,0.8);
  }

  /* TARGET CLIENT — verticals */
  .verticals {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
  @media (max-width: 900px) { .verticals { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 500px) { .verticals { grid-template-columns: 1fr; } }
  .vert {
    padding: 28px; border: 1px solid var(--rule);
    border-radius: 8px; transition: border-color 0.2s;
  }
  .vert:hover { border-color: var(--blue); }
  .vert-name {
    font-size: 17px; font-weight: 700;
    color: var(--blue); margin-bottom: 8px;
  }
  .vert-uses {
    font-size: 13px; line-height: 1.55;
    color: var(--text-muted);
  }

  .signals-list {
    margin-top: 48px;
    background: var(--bg);
    border: 1px solid var(--rule);
    border-radius: 8px;
    padding: 32px;
  }
  .signals-list h4 {
    font-size: 14px; font-weight: 700;
    letter-spacing: 0.06em; text-transform: uppercase;
    color: var(--amber-700);
    margin-bottom: 20px;
  }
  .signal-row {
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 16px;
    padding: 16px 0;
    border-top: 1px solid var(--rule);
    font-size: 15px;
    line-height: 1.5;
    align-items: start;
  }
  .signal-row:first-of-type { border-top: none; padding-top: 0; }
  .signal-marker {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 13px;
    font-weight: 600;
    color: var(--blue);
  }

  /* SALES MOTION */
  .motion-flow {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    margin-bottom: 56px;
  }
  @media (max-width: 900px) { .motion-flow { grid-template-columns: 1fr; } }
  .motion-step {
    background: var(--bg);
    border: 1px solid var(--rule);
    border-radius: 6px;
    padding: 20px 18px;
    position: relative;
  }
  .motion-step::after {
    content: "→";
    position: absolute;
    right: -16px; top: 50%; transform: translateY(-50%);
    color: var(--text-subtle); font-size: 18px; font-weight: 600;
    z-index: 2;
  }
  .motion-step:last-child::after { display: none; }
  @media (max-width: 900px) {
    .motion-step::after {
      content: "↓"; right: 50%; top: auto; bottom: -18px;
      transform: translateX(50%);
    }
  }
  .motion-step .n {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11px; font-weight: 600;
    color: var(--amber-700); margin-bottom: 8px;
  }
  .motion-step .t {
    font-size: 14px; font-weight: 700;
    color: var(--text); margin-bottom: 6px;
  }
  .motion-step .d {
    font-size: 12px; line-height: 1.45;
    color: var(--text-muted);
  }

  /* TOOLS GRID */
  .tools {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  @media (max-width: 900px) { .tools { grid-template-columns: 1fr; } }
  .tool {
    padding: 28px;
    background: var(--bg);
    border: 1px solid var(--rule);
    border-radius: 8px;
  }
  .tool-marker {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    font-weight: 600;
    color: var(--amber-700);
    margin-bottom: 10px;
  }
  .tool h4 {
    font-size: 18px; font-weight: 700;
    margin-bottom: 8px;
  }
  .tool p {
    font-size: 14px; line-height: 1.6;
    color: var(--text-muted);
  }

  /* BIG CTA */
  .big-cta {
    background: var(--text); color: #fff !important;
    padding: 96px 32px; text-align: center;
  }
  .big-cta h2 {
    font-size:52px; font-weight: 700;
    color: #fff!important;
    letter-spacing: -0.025em; line-height: 1.1;
    margin-bottom: 24px; max-width: 22ch;
    margin-left: auto; margin-right: auto;
  }
  .big-cta p {
    font-size: 18px; 
    color: #fff!important;
    max-width: 50ch; margin: 0 auto 40px; line-height: 1.55;
  }
  .big-cta .btn-primary { background: var(--amber); color: var(--text); }
  .big-cta .btn-primary:hover { background: #FFB829; color: var(--text); }
  .big-cta .btn-secondary { color: #fff; border-color: rgba(255,255,255,0.3); }
  .big-cta .btn-secondary:hover { border-color: #fff; color: #fff; }

  /* FOOTER */
  footer {
    background: var(--surface-2); padding: 48px 32px 32px;
    border-top: 1px solid var(--rule);
  }
  .footer-inner {
    max-width: var(--maxw); margin: 0 auto;
    display: flex; justify-content: space-between; align-items: center;
    flex-wrap: wrap; gap: 24px;
  }
  .footer-inner img { height: 28px; width: auto; }
  .footer-text { font-size: 13px; color: var(--text-subtle); }

  .bracket {
    display: inline-block; width: 32px; height: 1px;
    background: var(--amber); vertical-align: middle; margin-right: 12px;
  }/* End custom CSS */