/* Synergy Brand — CLD 2026 page styles. Enqueued only on the CLD page. */

/* ===========================================================
   OVERRIDE LAYER — beat Elementor kit + container defaults.
   We load after brand.css so these win within .syn-cld-page.
   =========================================================== */
.syn-cld-page .elementor-heading-title,
.syn-cld-page h1.elementor-heading-title,
.syn-cld-page h2.elementor-heading-title,
.syn-cld-page h3.elementor-heading-title,
.syn-cld-page h4.elementor-heading-title,
.syn-cld-page h5.elementor-heading-title,
.syn-cld-page h6.elementor-heading-title {
  font: inherit !important;
  color: inherit !important;
  letter-spacing: inherit !important;
  line-height: inherit !important;
  margin: 0 !important;
  text-transform: inherit !important;
  text-align: inherit !important;
}
.syn-cld-page .elementor-widget-heading .elementor-widget-container,
.syn-cld-page .elementor-widget-text-editor .elementor-widget-container {
  padding: 0 !important;
  margin: 0 !important;
}
.syn-cld-page .elementor-widget-text-editor p:last-child { margin-bottom: 0; }

/* Text-editor wrappers should inherit parent flex styling, not block out */
.syn-cld-page .elementor-widget-text-editor,
.syn-cld-page .elementor-widget-text-editor .elementor-widget-container {
  width: auto;
}

/* Container overrides — our classes need to win over .e-con's default flex */
.syn-cld-page .hero-split.e-con,
.syn-cld-page .findings-frame.e-con,
.syn-cld-page .compare-table.e-con,
.syn-cld-page .compare-head.e-con,
.syn-cld-page .compare-row.e-con,
.syn-cld-page .deliver-list.e-con,
.syn-cld-page .deliver-row.e-con,
.syn-cld-page .offer-meta.e-con,
.syn-cld-page .offer-price-row.e-con,
.syn-cld-page .client-grid.e-con,
.syn-cld-page .build-grid.e-con,
.syn-cld-page .case-stats.e-con,
.syn-cld-page .lead-case.e-con,
.syn-cld-page .client-card.e-con,
.syn-cld-page .client-card .ph.e-con,
.syn-cld-page .client-card .body.e-con,
.syn-cld-page .lead-case .ph.e-con,
.syn-cld-page .lead-case .body.e-con,
.syn-cld-page .offer-card.e-con,
.syn-cld-page .build-card.e-con,
.syn-cld-page .faq-item.e-con,
.syn-cld-page .find.e-con,
.syn-cld-page .deliver-row .body.e-con,
.syn-cld-page .elementor-widget-container {
  display: block;
}
.syn-cld-page .hero-split.e-con {
  display: grid !important;
  grid-template-columns: 1fr;
}
.syn-cld-page .compare-head.e-con,
.syn-cld-page .compare-row.e-con {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
}
.syn-cld-page .offer-meta.e-con {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 10px 14px;
}
.syn-cld-page .offer-price-row.e-con {
  display: flex !important;
  flex-direction: row;
  align-items: baseline;
  gap: 12px;
}
.syn-cld-page .client-grid.e-con {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.syn-cld-page .build-grid.e-con {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 6px;
}
.syn-cld-page .deliver-row.e-con {
  display: grid !important;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  align-items: baseline;
}
.syn-cld-page .find.e-con {
  display: grid !important;
  grid-template-columns: 46px 1fr auto;
  gap: 12px;
  align-items: baseline;
}
.syn-cld-page .case-stats.e-con {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 10px 14px;
}
.syn-cld-page .topbar.e-con {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

/* Kill default widget margins that come from Elementor */
.syn-cld-page .elementor-widget:not(:last-child) { margin-block-end: 0; }
.syn-cld-page .elementor-element { margin-bottom: 0 !important; }

:root {
    --navy: #1A1A2E;
    --royal: #0F3460;
    --coral: #E94560;
    --cool: #F2F4F8;
    --white: #FFFFFF;
    --paper: #FAFBFD;
    --ink: #1A1A2E;
    --ink-70: rgba(26,26,46,0.72);
    --ink-55: rgba(26,26,46,0.55);
    --ink-40: rgba(26,26,46,0.40);
    --ink-20: rgba(26,26,46,0.16);
    --hair: rgba(26,26,46,0.09);
  }

  /* PAGE — editorial light canvas */
  .syn-cld-page {
    background: var(--white);
    min-height: 0;
    position: relative;
    padding-bottom: 108px;
    color: var(--ink);
    font-family: 'Inter', sans-serif;
  }
  .syn-cld-page * { box-sizing: border-box; }

  /* -----  top bar  ----- */
  .syn-cld-page .topbar {
    padding: 18px 20px 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
  .syn-cld-page .wordmark {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: -0.02em;
    color: var(--ink);
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
  }
  .syn-cld-page .wordmark .dot {
    display: inline-block;
    width: 4px; height: 4px;
    border-radius: 50%;
    background: var(--coral);
    margin: 0 6px;
  }
  .syn-cld-page .stamp {
    font-family: 'JetBrains Mono', monospace;
    font-size: 9px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--ink-55);
    padding: 5px 8px;
    border: 1px solid var(--ink-20);
    border-radius: 3px;
    white-space: nowrap;
  }

  /* -----  hero eyebrow  ----- */
  .syn-cld-page .hero-eyebrow {
    margin: 32px 20px 0 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 9.5px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--ink-55);
    font-weight: 500;
  }
  .syn-cld-page .hero-eyebrow .rule { flex: 1; height: 1px; background: var(--ink-20); }
  .syn-cld-page .hero-eyebrow .pulse {
    width: 6px; height: 6px; border-radius: 50%;
    background: var(--coral);
    animation: synPulse 1.8s ease-in-out infinite;
  }
  @keyframes synPulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.6); opacity: 0.5; }
  }
  .syn-cld-page .hero-eyebrow .coral-word { color: var(--coral); font-weight: 600; }

  /* -----  hero headline  ----- */
  .syn-cld-page .hero-headline {
    margin: 16px 20px 0 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 34px;
    line-height: 1.02;
    letter-spacing: -0.032em;
    color: var(--ink);
    text-wrap: balance;
  }
  .syn-cld-page .hero-headline .period { color: var(--coral); }
  .syn-cld-page .hero-sub {
    margin: 16px 20px 26px 20px;
    font-family: 'Inter', sans-serif;
    font-size: 14.5px;
    font-weight: 400;
    line-height: 1.45;
    color: var(--ink-70);
    letter-spacing: -0.003em;
    max-width: 32ch;
  }

  /* -----  Section header  ----- */
  .syn-cld-page .section-head { padding: 0 20px; margin-bottom: 14px; }
  .syn-cld-page .section-eyebrow {
    font-family: 'JetBrains Mono', monospace;
    font-size: 9.5px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--ink-55);
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
  }
  .syn-cld-page .section-eyebrow .sq { width: 7px; height: 7px; background: var(--coral); display: inline-block; }
  .syn-cld-page .section-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -0.025em;
    color: var(--ink);
    line-height: 1.1;
    margin-bottom: 6px;
    text-wrap: balance;
  }
  .syn-cld-page .section-sub { font-size: 13px; color: var(--ink-70); line-height: 1.45; max-width: 34ch; }

  /* -----  Findings list  ----- */
  .syn-cld-page .findings-frame {
    margin: 0 20px;
    border: 1px solid var(--ink-20);
    border-radius: 10px;
    overflow: hidden;
    background: var(--white);
    position: relative;
  }
  .syn-cld-page .findings-frame .frame-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    background: var(--paper);
    border-bottom: 1px solid var(--hair);
    font-family: 'JetBrains Mono', monospace;
    font-size: 9px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--ink-55);
  }
  .syn-cld-page .findings-frame .frame-head .dots { display: inline-flex; gap: 5px; margin-right: 10px; }
  .syn-cld-page .findings-frame .frame-head .dots span { width: 7px; height: 7px; border-radius: 50%; background: var(--ink-20); }
  .syn-cld-page .findings-frame .frame-head .dots span:first-child { background: var(--coral); }
  .syn-cld-page .findings-frame .frame-head .file { color: var(--ink-70); font-weight: 500; }
  .syn-cld-page .findings-frame .frame-head .count .n { color: var(--coral); font-weight: 600; }
  .syn-cld-page .findings-scroll { max-height: 288px; overflow-y: auto; overflow-x: hidden; scrollbar-width: thin; scrollbar-color: var(--ink-20) transparent; }
  .syn-cld-page .findings-scroll::-webkit-scrollbar { width: 4px; }
  .syn-cld-page .findings-scroll::-webkit-scrollbar-thumb { background: var(--ink-20); border-radius: 4px; }
  .syn-cld-page .findings-frame .fade-top, .syn-cld-page .findings-frame .fade-bot { position: absolute; left: 0; right: 0; height: 28px; pointer-events: none; z-index: 2; }
  .syn-cld-page .findings-frame .fade-top { top: 33px; background: linear-gradient(to bottom, var(--white), rgba(255,255,255,0)); opacity: 0; transition: opacity 220ms ease; }
  .syn-cld-page .findings-frame .fade-bot { bottom: 0; background: linear-gradient(to top, var(--white), rgba(255,255,255,0)); }
  .syn-cld-page .findings-frame.scrolled .fade-top { opacity: 1; }
  .syn-cld-page .findings-frame.atbottom .fade-bot { opacity: 0; }
  .syn-cld-page .findings { margin: 0; padding: 0 14px; }
  .syn-cld-page .find {
    padding: 14px 0;
    display: grid;
    grid-template-columns: 46px 1fr auto;
    gap: 12px;
    align-items: baseline;
    border-bottom: 1px solid var(--hair);
  }
  .syn-cld-page .find:last-child { border-bottom: 0; }
  .syn-cld-page .find .id { font-family: 'JetBrains Mono', monospace; font-size: 10px; color: var(--ink-40); letter-spacing: 0.04em; }
  .syn-cld-page .find .msg { font-family: 'Inter', sans-serif; font-size: 13px; line-height: 1.4; color: var(--ink-70); font-weight: 400; letter-spacing: -0.003em; min-width: 0; }
  .syn-cld-page .find .msg b { font-weight: 600; color: var(--ink); }
  .syn-cld-page .find .val { font-family: 'JetBrains Mono', monospace; font-size: 10.5px; color: var(--ink); font-weight: 600; white-space: nowrap; text-align: right; }
  .syn-cld-page .find .val .k { display: block; font-size: 8px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-40); font-weight: 500; margin-bottom: 2px; }
  .syn-cld-page .find.qual .val { color: var(--ink-55); }
  .syn-cld-page .findings-foot { padding: 12px 20px; display: flex; justify-content: space-between; align-items: center; font-family: 'JetBrains Mono', monospace; font-size: 9.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-40); }
  .syn-cld-page .findings-foot .coral { color: var(--coral); font-weight: 600; }

  /* -----  offer card ----- */
  .syn-cld-page .offer-wrap { margin: 32px 20px 0 20px; }
  .syn-cld-page .offer-label { font-family: 'JetBrains Mono', monospace; font-size: 9.5px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-55); margin-bottom: 10px; display: flex; align-items: center; gap: 8px; }
  .syn-cld-page .offer-label .sq { width: 7px; height: 7px; background: var(--coral); display: inline-block; }
  .syn-cld-page .offer-card { background: var(--navy); border-radius: 14px; padding: 22px 20px 20px 20px; color: var(--cool); position: relative; overflow: hidden; }
  .syn-cld-page .offer-head { font-family: 'JetBrains Mono', monospace; font-size: 9.5px; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(242,244,248,0.55); margin-bottom: 6px; }
  .syn-cld-page .offer-title { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 19px; letter-spacing: -0.02em; color: var(--cool); line-height: 1.1; margin-bottom: 14px; }
  .syn-cld-page .offer-price-row { display: flex; align-items: baseline; gap: 12px; margin-bottom: 14px; }
  .syn-cld-page .offer-price { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 44px; letter-spacing: -0.04em; color: var(--cool); line-height: 1; }
  .syn-cld-page .offer-price .cur { font-size: 22px; font-weight: 700; vertical-align: top; margin-right: 2px; letter-spacing: -0.02em; }
  .syn-cld-page .offer-strike { font-family: 'Inter', sans-serif; font-weight: 500; font-size: 13px; color: rgba(242,244,248,0.42); text-decoration: line-through; text-decoration-thickness: 1.2px; }
  .syn-cld-page .offer-strike .lbl { text-decoration: none; display: block; font-size: 9.5px; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(242,244,248,0.4); font-family: 'JetBrains Mono', monospace; margin-bottom: 2px; }
  .syn-cld-page .offer-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 14px; padding: 14px 0 0 0; border-top: 1px solid rgba(242,244,248,0.14); }
  .syn-cld-page .offer-meta .meta { font-family: 'Inter', sans-serif; font-size: 11.5px; line-height: 1.3; color: rgba(242,244,248,0.82); }
  .syn-cld-page .offer-meta .meta b { display: block; font-family: 'JetBrains Mono', monospace; font-size: 8.5px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(242,244,248,0.48); margin-bottom: 4px; }
  .syn-cld-page .offer-cta { display: flex; align-items: center; justify-content: space-between; width: 100%; background: var(--cool); color: var(--navy); font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 15px; letter-spacing: -0.01em; padding: 16px 18px; border-radius: 10px; margin-top: 18px; border: 0; cursor: pointer; }
  .syn-cld-page .offer-cta .arrow { font-family: 'Inter', sans-serif; font-weight: 700; font-size: 18px; color: var(--coral); }

  /* -----  fallback  ----- */
  .syn-cld-page .fallback { margin: 18px 20px 0 20px; padding: 14px 16px; border: 1px solid var(--ink-20); border-radius: 10px; display: flex; align-items: center; gap: 12px; justify-content: space-between; background: var(--paper); }
  .syn-cld-page .fallback .lbl { font-family: 'Inter', sans-serif; font-size: 12.5px; color: var(--ink-70); line-height: 1.35; }
  .syn-cld-page .fallback .lbl b { font-family: 'Montserrat', sans-serif; font-weight: 600; color: var(--ink); display: block; font-size: 13px; letter-spacing: -0.01em; margin-bottom: 2px; }
  .syn-cld-page .fallback .go { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--coral); font-weight: 600; white-space: nowrap; }

  /* -----  receipts  ----- */
  .syn-cld-page .receipts { margin: 38px 0 0 0; padding: 32px 20px 8px 20px; border-top: 1px solid var(--hair); background: var(--paper); }
  .syn-cld-page .lead-case { border: 1px solid var(--ink-20); border-radius: 14px; overflow: hidden; background: var(--white); margin-bottom: 14px; }
  .syn-cld-page .lead-case .ph { aspect-ratio: 16 / 10; background: linear-gradient(180deg, var(--white) 0%, #EEF1F6 100%); display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; border-bottom: 1px solid var(--hair); padding: 20px; text-align: center; }
  .syn-cld-page .lead-case .ph .mark { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 30px; letter-spacing: -0.03em; color: var(--ink); line-height: 1; margin-bottom: 8px; }
  .syn-cld-page .lead-case .ph .mark .dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--coral); margin: 0 2px 4px 2px; vertical-align: middle; }
  .syn-cld-page .lead-case .ph .mark-sub { font-family: 'JetBrains Mono', monospace; font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-55); }
  .syn-cld-page .lead-case .ph .corner { position: absolute; top: 12px; left: 14px; font-family: 'JetBrains Mono', monospace; font-size: 9px; letter-spacing: 0.2em; color: var(--coral); text-transform: uppercase; }
  .syn-cld-page .lead-case .ph .corner-r { position: absolute; top: 12px; right: 14px; font-family: 'JetBrains Mono', monospace; font-size: 9px; letter-spacing: 0.2em; color: var(--ink-40); text-transform: uppercase; }
  .syn-cld-page .lead-case .body { padding: 16px 18px 18px 18px; }
  .syn-cld-page .lead-case .case-tag { font-family: 'JetBrains Mono', monospace; font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-55); margin-bottom: 6px; }
  .syn-cld-page .lead-case .case-name { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 20px; letter-spacing: -0.02em; color: var(--ink); margin-bottom: 8px; line-height: 1.1; }
  .syn-cld-page .lead-case .case-desc { font-size: 13px; line-height: 1.5; color: var(--ink-70); margin-bottom: 14px; }
  .syn-cld-page .lead-case .case-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 14px; padding-top: 12px; border-top: 1px solid var(--hair); }
  .syn-cld-page .lead-case .stat .k { font-family: 'JetBrains Mono', monospace; font-size: 8.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-40); margin-bottom: 3px; }
  .syn-cld-page .lead-case .stat .v { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 14px; color: var(--ink); letter-spacing: -0.01em; }
  .syn-cld-page .lead-case .stat .v .accent { color: var(--coral); }

  .syn-cld-page .client-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 4px; }
  .syn-cld-page .client-card { border: 1px solid var(--ink-20); border-radius: 10px; overflow: hidden; background: var(--white); }
  .syn-cld-page .client-card .ph { aspect-ratio: 4 / 3; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; border-bottom: 1px solid var(--hair); padding: 14px; text-align: center; background: var(--white); }
  .syn-cld-page .client-card .ph .num { position: absolute; top: 8px; left: 10px; font-family: 'JetBrains Mono', monospace; font-size: 9px; letter-spacing: 0.2em; color: var(--ink-40); }
  .syn-cld-page .client-card .ph .mk { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 18px; letter-spacing: -0.02em; color: var(--ink); line-height: 1; }
  .syn-cld-page .client-card .ph .mk em { font-style: normal; color: var(--coral); }
  .syn-cld-page .client-card .ph .wh { font-family: 'JetBrains Mono', monospace; font-size: 8.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-40); margin-top: 6px; }
  .syn-cld-page .client-card .body { padding: 10px 12px 12px 12px; }
  .syn-cld-page .client-card .name { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: -0.015em; color: var(--ink); line-height: 1.1; margin-bottom: 4px; }
  .syn-cld-page .client-card .vertical { font-size: 11px; color: var(--ink-70); line-height: 1.35; }
  .syn-cld-page .receipts-footer { margin-top: 16px; padding: 16px 0 20px 0; border-top: 1px solid var(--hair); display: flex; flex-direction: column; gap: 4px; font-family: 'Inter', sans-serif; font-size: 11.5px; color: var(--ink-70); }
  .syn-cld-page .receipts-footer b { font-family: 'Montserrat', sans-serif; font-weight: 600; color: var(--ink); font-size: 13px; letter-spacing: -0.01em; }
  .syn-cld-page .receipts-footer .go { margin-top: 4px; font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--coral); font-weight: 600; }

  /* -----  COMPARE  ----- */
  .syn-cld-page .compare-wrap { margin: 36px 20px 0 20px; }
  .syn-cld-page .compare-table { margin-top: 14px; border-top: 1px solid var(--hair); border-bottom: 1px solid var(--hair); }
  .syn-cld-page .compare-head { display: grid; grid-template-columns: 1fr 1fr; gap: 0; padding: 12px 0; border-bottom: 1px solid var(--hair); font-family: 'JetBrains Mono', monospace; font-size: 8.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-40); font-weight: 500; }
  .syn-cld-page .compare-head .col-syn { color: var(--ink); font-weight: 600; display: flex; align-items: center; gap: 6px; }
  .syn-cld-page .compare-head .col-syn::before { content: ''; width: 6px; height: 6px; background: var(--coral); display: inline-block; }
  .syn-cld-page .compare-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0; padding: 14px 0; border-bottom: 1px solid var(--hair); align-items: flex-start; }
  .syn-cld-page .compare-row:last-child { border-bottom: 0; }
  .syn-cld-page .compare-row .cell { font-family: 'Inter', sans-serif; font-size: 12px; line-height: 1.4; color: var(--ink-55); padding-right: 10px; letter-spacing: -0.003em; }
  .syn-cld-page .compare-row .cell.syn { color: var(--ink); font-weight: 500; padding-right: 0; padding-left: 10px; border-left: 1px solid var(--hair); }
  .syn-cld-page .compare-row .cell.syn b { font-weight: 700; }
  .syn-cld-page .compare-foot { font-family: 'JetBrains Mono', monospace; font-size: 9.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-40); padding: 12px 0 0 0; }
  .syn-cld-page .compare-foot .coral { color: var(--coral); font-weight: 600; }

  /* -----  DELIVER  ----- */
  .syn-cld-page .deliver-wrap { margin: 36px 20px 0 20px; }
  .syn-cld-page .deliver-list { margin-top: 14px; border-top: 1px solid var(--hair); }
  .syn-cld-page .deliver-row { display: grid; grid-template-columns: 28px 1fr; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--hair); align-items: baseline; }
  .syn-cld-page .deliver-row .num { font-family: 'JetBrains Mono', monospace; font-size: 10px; color: var(--ink-40); letter-spacing: 0.05em; font-weight: 500; }
  .syn-cld-page .deliver-row .body h4 { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 13.5px; letter-spacing: -0.015em; color: var(--ink); margin: 0 0 3px 0; line-height: 1.2; }
  .syn-cld-page .deliver-row .body p { font-size: 12px; line-height: 1.4; color: var(--ink-70); letter-spacing: -0.003em; margin: 0; }
  .syn-cld-page .deliver-foot { padding: 14px 0 0 0; font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-55); }
  .syn-cld-page .deliver-foot .dot { display: inline-block; width: 4px; height: 4px; border-radius: 50%; background: var(--coral); margin: 0 8px 2px 8px; vertical-align: middle; }

  /* -----  BUILD  ----- */
  .syn-cld-page .build-wrap { margin: 38px 0 0 0; padding: 32px 20px 8px 20px; border-top: 1px solid var(--hair); background: var(--paper); }
  .syn-cld-page .build-lead { font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 14px; line-height: 1.4; color: var(--ink); letter-spacing: -0.01em; margin-top: 10px; margin-bottom: 18px; text-wrap: balance; }
  .syn-cld-page .build-lead .coral { color: var(--coral); }
  .syn-cld-page .build-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 6px; }
  .syn-cld-page .build-card { background: var(--white); border: 1px solid var(--ink-20); border-radius: 8px; padding: 12px 10px; min-height: 88px; display: flex; flex-direction: column; }
  .syn-cld-page .build-card .num { font-family: 'JetBrains Mono', monospace; font-size: 8.5px; letter-spacing: 0.18em; color: var(--ink-40); margin-bottom: 6px; }
  .syn-cld-page .build-card .name { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 11.5px; letter-spacing: -0.01em; color: var(--ink); line-height: 1.15; margin-bottom: 4px; }
  .syn-cld-page .build-card .desc { font-size: 10px; line-height: 1.3; color: var(--ink-55); }
  .syn-cld-page .build-footer { margin-top: 16px; padding: 14px 0 8px 0; border-top: 1px solid var(--hair); font-family: 'Inter', sans-serif; font-size: 12px; line-height: 1.5; color: var(--ink-70); }
  .syn-cld-page .build-footer b { color: var(--ink); font-weight: 600; }

  /* -----  FOUNDER  ----- */
  .syn-cld-page .founder { margin: 0; padding: 28px 20px; border-top: 1px solid var(--hair); background: var(--paper); }
  .syn-cld-page .founder-eyebrow { font-family: 'JetBrains Mono', monospace; font-size: 9.5px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-55); margin-bottom: 14px; display: flex; align-items: center; gap: 8px; }
  .syn-cld-page .founder-eyebrow .sq { width: 7px; height: 7px; background: var(--coral); display: inline-block; }
  .syn-cld-page .founder-name { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 20px; color: var(--ink); letter-spacing: -0.02em; line-height: 1.1; margin-bottom: 2px; }
  .syn-cld-page .founder-title { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-55); margin-bottom: 14px; }
  .syn-cld-page .founder-quote { font-family: 'Inter', sans-serif; font-size: 13px; line-height: 1.5; color: var(--ink-70); padding-left: 14px; border-left: 2px solid var(--coral); letter-spacing: -0.003em; }
  .syn-cld-page .founder-quote b { color: var(--ink); font-weight: 600; }

  /* -----  FAQ  ----- */
  .syn-cld-page .faq-wrap { padding: 32px 20px 36px 20px; border-top: 1px solid var(--hair); background: var(--white); }
  .syn-cld-page .faq-list { margin-top: 14px; }
  .syn-cld-page .faq-item { padding: 16px 0; border-bottom: 1px solid var(--hair); }
  .syn-cld-page .faq-item:last-child { border-bottom: 0; }
  .syn-cld-page .faq-q { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 13.5px; letter-spacing: -0.015em; color: var(--ink); line-height: 1.25; margin-bottom: 6px; display: flex; align-items: baseline; gap: 8px; }
  .syn-cld-page .faq-q .q { font-family: 'JetBrains Mono', monospace; font-size: 10px; color: var(--coral); font-weight: 600; letter-spacing: 0.04em; flex-shrink: 0; }
  .syn-cld-page .faq-a { font-family: 'Inter', sans-serif; font-size: 12.5px; line-height: 1.5; color: var(--ink-70); padding-left: 24px; letter-spacing: -0.003em; }
  .syn-cld-page .faq-a b { color: var(--ink); font-weight: 600; }

  /* -----  sticky bottom CTA  ----- */
  .syn-cld-sticky { position: fixed; left: 0; right: 0; bottom: 0; padding: 12px 16px calc(16px + env(safe-area-inset-bottom)) 16px; background: rgba(255,255,255,0.94); backdrop-filter: saturate(160%) blur(10px); -webkit-backdrop-filter: saturate(160%) blur(10px); display: flex; gap: 10px; z-index: 30; border-top: 1px solid var(--hair); }
  .syn-cld-sticky .cta-primary { flex: 1; display: flex; align-items: center; justify-content: space-between; background: var(--navy); color: var(--white); font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 14px; letter-spacing: -0.01em; padding: 15px 16px; border-radius: 10px; border: 0; cursor: pointer; white-space: nowrap; text-decoration: none; }
  .syn-cld-sticky .cta-primary .price { font-family: 'JetBrains Mono', monospace; font-weight: 700; font-size: 12.5px; letter-spacing: 0.02em; color: var(--cool); }
  .syn-cld-sticky .cta-primary .sep { color: var(--coral); margin: 0 2px; }
  .syn-cld-sticky .cta-secondary { background: var(--white); color: var(--ink); font-family: 'Inter', sans-serif; font-weight: 600; font-size: 12.5px; padding: 15px 14px; border-radius: 10px; border: 1px solid var(--navy); white-space: nowrap; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; }

  /* -----  Reveal engine (animations.js hooks)  ----- */
  .syn-cld-page .reveal { opacity: 0; transform: translateY(14px); transition: opacity 680ms cubic-bezier(.2,.7,.2,1), transform 680ms cubic-bezier(.2,.7,.2,1); transition-delay: calc(var(--i, 0) * 70ms); will-change: opacity, transform; }
  .syn-cld-page .reveal.in { opacity: 1; transform: translateY(0); }
  .syn-cld-page .hero-headline .w { display: inline-block; margin-right: 0.26em; opacity: 0; transform: translateY(22px); transition: opacity 720ms cubic-bezier(.2,.7,.2,1), transform 720ms cubic-bezier(.2,.7,.2,1); transition-delay: calc(var(--i, 0) * 55ms + 120ms); }
  .syn-cld-page .hero-headline.in .w { opacity: 1; transform: translateY(0); }
  @media (prefers-reduced-motion: reduce) {
    .syn-cld-page .reveal, .syn-cld-page .hero-headline .w { transition: none !important; opacity: 1 !important; transform: none !important; }
    .syn-cld-page .hero-eyebrow .pulse { animation: none !important; }
  }

  /* Inline hero CTA — hidden by default, revealed at desktop */
  .syn-cld-page .hero-cta-inline { display: none; }

  /* -----  Desktop (≥1024px)  ----- */
  @media (min-width: 1024px) {
    .syn-cld-page { padding-bottom: 80px; }
    .syn-cld-page .topbar { max-width: 1200px; margin: 0 auto; padding: 24px 40px 0 40px; }
    .syn-cld-page .wordmark { font-size: 16px; }
    .syn-cld-page .wordmark .dot { width: 5px; height: 5px; }
    .syn-cld-page .hero-split { max-width: 1200px; margin: 0 auto; padding: 40px 40px 48px 40px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 64px; align-items: start; }
    .syn-cld-page .hero-col { padding-top: 20px; }
    .syn-cld-page .hero-col .hero-eyebrow, .syn-cld-page .hero-col .hero-headline, .syn-cld-page .hero-col .hero-sub { margin-left: 0; margin-right: 0; }
    .syn-cld-page .hero-col .hero-eyebrow { margin-top: 0; font-size: 11px; }
    .syn-cld-page .hero-col .hero-headline { font-size: 68px; line-height: 0.98; letter-spacing: -0.035em; margin-top: 24px; max-width: 16ch; }
    .syn-cld-page .hero-col .hero-sub { font-size: 17px; line-height: 1.5; max-width: 44ch; margin-top: 24px; margin-bottom: 0; }
    .syn-cld-page .hero-cta-inline { display: flex; gap: 12px; margin-top: 32px; }
    .syn-cld-page .cta-primary-inline { background: var(--navy); color: var(--white); border: 0; cursor: pointer; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 15px; letter-spacing: -0.01em; padding: 16px 22px; border-radius: 10px; display: inline-flex; align-items: center; gap: 6px; text-decoration: none; }
    .syn-cld-page .cta-primary-inline .sep { color: var(--coral); margin: 0 2px; }
    .syn-cld-page .cta-primary-inline .price { font-family: 'JetBrains Mono', monospace; font-weight: 700; font-size: 13.5px; color: var(--cool); letter-spacing: 0.02em; }
    .syn-cld-page .cta-secondary-inline { background: var(--white); color: var(--ink); border: 1px solid var(--navy); cursor: pointer; font-family: 'Inter', sans-serif; font-weight: 600; font-size: 14px; padding: 16px 20px; border-radius: 10px; text-decoration: none; display: inline-flex; align-items: center; }
    .syn-cld-page .findings-col .section-head { padding: 0; margin-bottom: 16px; }
    .syn-cld-page .findings-col .section-eyebrow { font-size: 11px; }
    .syn-cld-page .findings-col .section-title { font-size: 26px; }
    .syn-cld-page .findings-col .section-sub { font-size: 14px; max-width: 44ch; }
    .syn-cld-page .findings-col .findings-frame { margin: 0; border-radius: 12px; }
    .syn-cld-page .findings-col .findings-scroll { max-height: 440px; }
    .syn-cld-page .findings-col .find { padding: 16px 0; }
    .syn-cld-page .findings-col .find .msg { font-size: 13.5px; }
    .syn-cld-page .findings-col .findings-foot { padding: 14px 0 0; }
    .syn-cld-page .compare-wrap, .syn-cld-page .deliver-wrap, .syn-cld-page .offer-wrap { max-width: 1200px; margin: 72px auto 0 auto; padding: 0 40px; }
    .syn-cld-page .compare-wrap .section-title, .syn-cld-page .deliver-wrap .section-title { font-size: 34px !important; letter-spacing: -0.03em !important; }
    .syn-cld-page .compare-wrap .section-sub, .syn-cld-page .deliver-wrap .section-sub { font-size: 15px !important; max-width: 52ch !important; }
    .syn-cld-page .compare-wrap .compare-head { padding: 16px 0; font-size: 10px; }
    .syn-cld-page .compare-wrap .compare-row { padding: 20px 0; }
    .syn-cld-page .compare-wrap .compare-row .cell { font-size: 15px; padding-right: 24px; }
    .syn-cld-page .compare-wrap .compare-row .cell.syn { padding-left: 24px; }
    .syn-cld-page .deliver-wrap .deliver-list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 48px; border-top: 1px solid var(--hair); }
    .syn-cld-page .deliver-wrap .deliver-row { padding: 18px 0; }
    .syn-cld-page .deliver-wrap .deliver-row .num { font-size: 11px; }
    .syn-cld-page .deliver-wrap .deliver-row .body h4 { font-size: 17px; }
    .syn-cld-page .deliver-wrap .deliver-row .body p { font-size: 14px; }
    .syn-cld-page .deliver-wrap .deliver-foot { font-size: 11px; }
    .syn-cld-page .offer-wrap .offer-card { padding: 40px 44px; border-radius: 18px; }
    .syn-cld-page .offer-wrap .offer-title { font-size: 28px; }
    .syn-cld-page .offer-wrap .offer-price { font-size: 72px; }
    .syn-cld-page .offer-wrap .offer-price .cur { font-size: 34px; }
    .syn-cld-page .offer-wrap .offer-meta { grid-template-columns: repeat(4, 1fr); gap: 16px; }
    .syn-cld-page .offer-wrap .offer-cta { max-width: 360px; font-size: 16px; }
    .syn-cld-page .receipts { padding: 72px 40px 32px 40px; margin-top: 72px; }
    .syn-cld-page .receipts > * { max-width: 1200px; margin-left: auto; margin-right: auto; }
    .syn-cld-page .receipts .lead-case { display: grid; grid-template-columns: 1.1fr 1fr; gap: 0; }
    .syn-cld-page .receipts .lead-case .ph { aspect-ratio: auto; min-height: 320px; border-bottom: 0; border-right: 1px solid var(--hair); }
    .syn-cld-page .receipts .lead-case .ph .mark { font-size: 52px; }
    .syn-cld-page .receipts .lead-case .body { padding: 32px 36px; }
    .syn-cld-page .receipts .lead-case .case-name { font-size: 28px; }
    .syn-cld-page .receipts .lead-case .case-desc { font-size: 15px; }
    .syn-cld-page .receipts .client-grid { grid-template-columns: repeat(4, 1fr); gap: 16px; }
    .syn-cld-page .build-wrap { padding: 72px 40px 32px 40px; margin-top: 0; }
    .syn-cld-page .build-wrap > * { max-width: 1200px; margin-left: auto; margin-right: auto; }
    .syn-cld-page .build-wrap .section-title { font-size: 34px !important; letter-spacing: -0.03em !important; }
    .syn-cld-page .build-wrap .build-lead { font-size: 17px; max-width: 60ch; }
    .syn-cld-page .build-wrap .build-grid { grid-template-columns: repeat(4, 1fr); gap: 12px; }
    .syn-cld-page .build-wrap .build-card { padding: 20px 18px; border-radius: 10px; min-height: 140px; }
    .syn-cld-page .build-wrap .build-card .num { font-size: 10px; margin-bottom: 12px; }
    .syn-cld-page .build-wrap .build-card .name { font-size: 15px; margin-bottom: 6px; }
    .syn-cld-page .build-wrap .build-card .desc { font-size: 12.5px; line-height: 1.4; }
    .syn-cld-page .founder { padding: 72px 40px; }
    .syn-cld-page .founder > * { max-width: 1200px; margin-left: auto; margin-right: auto; }
    .syn-cld-page .founder-name { font-size: 28px; }
    .syn-cld-page .founder-quote { font-size: 17px; padding-left: 20px; max-width: 72ch; }
    .syn-cld-page .faq-wrap { padding: 72px 40px 96px 40px; }
    .syn-cld-page .faq-wrap > * { max-width: 900px; margin-left: auto; margin-right: auto; }
    .syn-cld-page .faq-wrap .section-title { font-size: 34px; }
    .syn-cld-page .faq-wrap .faq-q { font-size: 17px; }
    .syn-cld-page .faq-wrap .faq-a { font-size: 14.5px; padding-left: 28px; }
    .syn-cld-sticky { display: none; }
  }
