@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");
    :root {
     --ink: #0f1c2e;
      --ink-soft: #2d3f55;
      --slate: #4a6080;
      --mist-dark: #d8e3ee;
      --amber: #178ece;
      --amber-pale: #eef6fc;
      --lp-accent: #178ece;
      --lp-accent-dark: #156fa3;
      --indigo: #3d56b8;
      --indigo-light: #6b7fd8;
      --teal-accent: #5fd4a8;
      --bg-page: #eef2f8;
      --bg-tint: linear-gradient(168deg, #e4ecf6 0%, #f0f4fa 52%, #e8eef6 100%);
      --bg-elevated: linear-gradient(180deg, #fafbfd 0%, #f2f5fa 100%);
      --footer-bg: #060d14;
      --t: 0.32s cubic-bezier(0.4, 0, 0.2, 1);
      --shadow-sm: 0 1px 0 rgba(255, 255, 255, 0.7) inset, 0 8px 24px rgba(15, 28, 46, 0.06);
      --radius: 12px;
      --radius-lg: 20px;
      --header-h: 56px;
      --font-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
      --max-wide: 1080px;
      --section-tight: clamp(1.15rem, 2.8vw, 1.85rem);
    }
    *, *::before, *::after { box-sizing: border-box; }

    a { color: var(--amber); text-underline-offset: 2px; }
    a:hover { color: var(--ink); }
    .skip-link { position: absolute; left: -9999px; }
    .skip-link:focus { left: 1rem; top: 1rem; z-index: 10000; padding: 0.75rem 1rem; background: var(--ink); color: #fff; border-radius: 4px; }
    .scroll-progress { position: fixed; top: 0; left: 0; height: 3px; z-index: 1100; background: linear-gradient(90deg, var(--amber), var(--amber)); width: 0; transition: width 0.1s linear; pointer-events: none; }
main {
     /* padding-top: var(--header-h);  */
     position: relative; }
    main::before {
      content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 0;
      opacity: 0.35;
      background-image: radial-gradient(rgba(15, 28, 46, 0.035) 1px, transparent 1px);
      background-size: 24px 24px;
    }
    main > * { position: relative; z-index: 1; }

    .syb-hero {
      position: relative; overflow: hidden;
      border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }
    .syb-hero::before {
      content: ""; position: absolute; top: -48px; right: -32px; width: 280px; height: 280px;
      border-radius: 50%; pointer-events: none; z-index: 2;
      background: radial-gradient(circle, rgba(23, 142, 206, 0.14) 0%, transparent 68%);
    }
    .syb-hero::after {
      content: ""; position: absolute; bottom: -36px; left: 15%; width: 220px; height: 220px;
      border-radius: 50%; pointer-events: none; z-index: 2;
      background: radial-gradient(circle, rgba(67, 97, 194, 0.12) 0%, transparent 70%);
    }
    .syb-hero-bg {
      position: absolute; inset: 0; z-index: 0;
      background: url("/wp-content/themes/unicon/assets/image/team-group-diverse-colorful.jpg") center / cover no-repeat;
      transform: scale(1.08);
    }
    .syb-hero-scrim {
      position: absolute; inset: 0; z-index: 1; pointer-events: none;
      background: linear-gradient(135deg, rgba(15, 28, 46, 0.93) 0%, rgba(15, 28, 46, 0.82) 50%, rgba(19, 42, 62, 0.92) 100%);
    }
    .syb-hero-inner {
      position: relative; z-index: 3;
      max-width: var(--max-wide); margin: 0 auto;
      padding: clamp(1.5rem, 4vw, 2.35rem) 1.5rem clamp(1.5rem, 3.5vw, 2.25rem);
      color: rgba(255, 255, 255, 0.9);
    }
    .syb-hero-layout {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(288px, 320px);
      gap: clamp(1.25rem, 3.5vw, 2.25rem);
      align-items: stretch;
    }
    .syb-hero-card-wrap { display: flex; align-items: stretch; min-width: 0; }
    @media (min-width: 921px) {
      .syb-hero-inner { max-width: min(1180px, 100%); }
    }
    @media (max-width: 920px) {
      .syb-hero-layout { grid-template-columns: 1fr; }
      .syb-hero-card-wrap { max-width: 400px; margin-left: auto; margin-right: auto; width: 100%; }
    }
    .syb-hero-copy { min-width: 0; }
    .syb-hero .eyebrow {
      display: inline-block; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
      color: var(--teal-accent); background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.12);
      padding: 4px 11px; border-radius: 99px; margin-bottom: 0.85rem;
    }
    .syb-hero-kicker {
      display: block;
      font-size: 0.66rem; font-weight: 600; letter-spacing: 0.11em; text-transform: uppercase;
      color: rgba(255, 255, 255, 0.45); margin: 0 0 0.45rem;
    }
    .syb-hero h1 {
      font-family: var(--font-sans);
      font-size: clamp(1.5rem, 2.6vw + 0.5rem, 2.1rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.18; color: #fff;
      margin: 0 0 0.85rem; max-width: none;
    }
    .syb-hero h1 .syb-hero-main {
      display: flex; flex-wrap: wrap; align-items: baseline;
      column-gap: 0.35rem; row-gap: 0.2rem;
    }
    .syb-hero h1 .syb-hero-mid { color: rgba(255, 255, 255, 0.42); font-weight: 500; font-size: 0.88em; }
    .syb-hero-accent { color: var(--teal-accent); font-weight: 600; }
    .syb-hero .lead {
      font-size: 0.94rem; color: rgba(255, 255, 255, 0.74); line-height: 1.5; margin: 0 0 0.5rem; max-width: none; font-weight: 400;
    }
    .syb-hero .lead-secondary {
      font-size: 0.86rem; color: rgba(255, 255, 255, 0.55); line-height: 1.48; margin: 0 0 0.75rem; max-width: none;
    }
    .syb-hero-panels {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0.55rem 0.75rem;
      margin: 1.75rem 0 0.65rem;
    }
    @media (max-width: 640px) { .syb-hero-panels { grid-template-columns: 1fr; } }
    .syb-hero-panel {
      padding: 1.15rem 1.35rem 1.25rem;
      border-radius: 14px;
      background: rgba(255, 255, 255, 0.07);
      border: 1px solid rgba(255, 255, 255, 0.18);
      border-top: 2px solid rgba(95, 212, 168, 0.55);
      box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 8px 24px rgba(0,0,0,0.18);
      transition: background 0.25s, border-color 0.25s;
    }
    .syb-hero-panel:hover {
      background: rgba(255, 255, 255, 0.11);
      border-color: rgba(255, 255, 255, 0.28);
      border-top-color: rgba(95, 212, 168, 0.85);
    }
    .syb-hero-panel-h {
      font-size: 0.78rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase;
      color: rgba(95, 212, 168, 1); margin: 0 0 0.6rem;
    }
    .syb-hero-panel ul {
      margin: 0; padding: 0 0 0 1.1rem; font-size: 0.84rem; line-height: 1.55; color: rgba(255, 255, 255, 0.85);
    }
    .syb-hero-panel li { margin-bottom: 0.4rem; }
    .syb-hero-panel li:last-child { margin-bottom: 0; }
    .syb-hero-scope {
      display: flex; flex-wrap: wrap; align-items: center; gap: 0.35rem 0.5rem;
      margin: 0 0 0.65rem; padding: 0; list-style: none;
    }
    .syb-hero-scope li {
      font-size: 0.72rem; font-weight: 500; letter-spacing: 0.04em;
      color: rgba(255, 255, 255, 0.52);
      padding: 5px 10px;
      border-radius: 99px;
      background: rgba(0, 0, 0, 0.2);
      border: 1px solid rgba(255, 255, 255, 0.08);
    }

    /* Hero stat card — pattern from Landing Page.html, Sybase / S2PIM theme */
    .syb-hero-partner-card {
      flex: 1; align-self: stretch; min-height: 100%;
      display: flex; flex-direction: column;
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(23, 142, 206, 0.22);
      border-radius: var(--radius-lg);
      padding: 0;
      backdrop-filter: blur(14px);
      position: relative;
      overflow: hidden;
      box-shadow:
        0 0 0 1px rgba(23, 142, 206, 0.06),
        0 24px 56px rgba(0, 0, 0, 0.35),
        0 0 80px rgba(23, 142, 206, 0.06);
      transition: box-shadow 0.4s, border-color 0.4s;
    }
    .syb-hero-partner-card:hover {
      border-color: rgba(95, 212, 168, 0.35);
      box-shadow:
        0 0 0 1px rgba(95, 212, 168, 0.12),
        0 28px 64px rgba(0, 0, 0, 0.4),
        0 0 100px rgba(23, 142, 206, 0.1);
    }
    .syb-hero-partner-card::before {
      content: "";
      position: absolute;
      top: 0; left: 0; right: 0; height: 3px;
      background: linear-gradient(90deg, var(--amber), var(--indigo-light), var(--teal-accent), var(--amber));
      background-size: 300% 100%;
      animation: syb-hpc-stripe 3.5s linear infinite;
      z-index: 2;
    }
    @keyframes syb-hpc-stripe { 0% { background-position: 0 0; } 100% { background-position: 300% 0; } }
    .syb-hero-partner-card::after {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse at 80% 15%, rgba(23, 142, 206, 0.12) 0%, transparent 58%);
      pointer-events: none;
      z-index: 0;
    }
    @keyframes syb-hpc-float {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-7px); }
    }
    .syb-hero-partner-card.is-floating { animation: syb-hpc-float 5s ease-in-out infinite; }
    .syb-hpc-header { padding: 16px 16px 0; position: relative; z-index: 1; }
    .syb-hpc-partner-row {
      display: flex; align-items: center; gap: 10px;
      padding: 11px 13px;
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 11px;
      margin-bottom: 14px;
    }
    .syb-hpc-logo {
      min-width: 46px; height: 42px; padding: 4px 6px;
      border-radius: 10px;
      background: linear-gradient(135deg, var(--amber), #156fa3);
      display: flex; align-items: center; justify-content: center;
      font-weight: 800; font-size: 0.52rem; letter-spacing: -0.04em; color: #fff;
      flex-shrink: 0;
      line-height: 1.05;
      text-align: center;
      box-shadow: 0 4px 14px rgba(23, 142, 206, 0.35);
    }
    .syb-hpc-partner-meta { flex: 1; min-width: 0; }
    .syb-hpc-partner-label { font-size: 0.6rem; font-weight: 600; color: rgba(255, 255, 255, 0.4); text-transform: uppercase; letter-spacing: 0.08em; }
    .syb-hpc-partner-name { font-size: 0.88rem; font-weight: 700; color: #fff; letter-spacing: -0.02em; }
    .syb-hpc-live-dot {
      width: 9px; height: 9px; border-radius: 50%;
      background: #22c55e; flex-shrink: 0;
      animation: syb-hpc-live 2s ease-in-out infinite;
    }
    @keyframes syb-hpc-live {
      0%, 100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.5); }
      60% { box-shadow: 0 0 0 6px rgba(34, 197, 94, 0); }
    }
    .syb-hpc-stat {
      padding: 2px 16px 12px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.07);
      margin-bottom: 12px;
      position: relative; z-index: 1;
    }
    .syb-hpc-stat-num {
      display: block;
      font-size: 2.65rem; font-weight: 800;
      color: #7dd3fc;
      letter-spacing: -0.06em; line-height: 1;
      margin-bottom: 2px;
      font-family: var(--font-sans);
    }
    .syb-hpc-plus { font-size: 1.45rem; color: var(--teal-accent); vertical-align: super; font-weight: 800; }
    .syb-hpc-stat-label { font-size: 0.78rem; color: rgba(255, 255, 255, 0.78); font-weight: 600; letter-spacing: -0.02em; }
    .syb-hpc-progress { height: 3px; background: rgba(255, 255, 255, 0.08); border-radius: 99px; margin-top: 10px; overflow: hidden; }
    .syb-hpc-progress-fill {
      height: 100%; width: 0%;
      background: linear-gradient(90deg, var(--amber), var(--teal-accent));
      border-radius: 99px;
      transition: width 1.45s cubic-bezier(0.22, 1, 0.36, 1);
    }
    .syb-hpc-trust { list-style: none; padding: 0 16px; margin: 0; display: flex; flex-direction: column; gap: 6px; position: relative; z-index: 1; flex: 1 1 auto; }
    .syb-hpc-trust-item {
      display: flex; align-items: center; gap: 9px;
      padding: 8px 11px;
      background: rgba(255, 255, 255, 0.04);
      border: 1px solid rgba(255, 255, 255, 0.07);
      border-left: 2px solid rgba(23, 142, 206, 0.35);
      border-radius: 8px;
      font-size: 0.76rem; color: rgba(255, 255, 255, 0.7); font-weight: 500;
      opacity: 0; transform: translateX(14px);
      transition: background 0.26s, border-color 0.26s, transform 0.26s;
    }
    .syb-hpc-trust-item.syb-hpc-reveal {
      opacity: 1; transform: none;
      transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1), transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
    }
    .syb-hpc-trust-item:hover {
      background: rgba(23, 142, 206, 0.1);
      border-color: rgba(23, 142, 206, 0.2);
      border-left-color: var(--teal-accent);
    }
    .syb-hpc-trust-item strong { color: rgba(255, 255, 255, 0.92); font-weight: 600; }
    .syb-hpc-check {
      width: 19px; height: 19px; border-radius: 50%;
      background: linear-gradient(135deg, var(--amber), #156fa3);
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
      box-shadow: 0 2px 8px rgba(23, 142, 206, 0.35);
    }
    .syb-hpc-check svg { display: block; }
    .syb-hpc-cta {
      display: flex; align-items: center; justify-content: space-between;
      margin-top: auto;
      margin-left: 16px; margin-right: 16px; margin-bottom: 16px;
      padding: 10px 14px;
      background: linear-gradient(135deg, rgba(23, 142, 206, 0.18), rgba(23, 142, 206, 0.06));
      border: 1px solid rgba(23, 142, 206, 0.28);
      border-radius: 10px;
      text-decoration: none;
      transition: background 0.26s, border-color 0.26s, transform 0.26s;
      position: relative; z-index: 1;
    }
    .syb-hpc-cta:hover {
      background: linear-gradient(135deg, rgba(23, 142, 206, 0.28), rgba(23, 142, 206, 0.12));
      border-color: rgba(95, 212, 168, 0.45);
      transform: translateY(-2px);
    }
    .syb-hpc-cta-label { font-size: 0.78rem; font-weight: 700; color: #bae6fd; }
    .syb-hpc-cta-arrow { font-size: 0.85rem; color: var(--teal-accent); transition: transform 0.26s; display: inline-block; }
    .syb-hpc-cta:hover .syb-hpc-cta-arrow { transform: translateX(4px); }

    @media (prefers-reduced-motion: reduce) {
      .syb-hero-partner-card::before { animation: none; background-position: 50% 0; }
      .syb-hpc-live-dot { animation: none; }
      .syb-hero-partner-card.is-floating { animation: none; }
    }

    .syb-section { padding: var(--section-tight) 0; background: var(--bg-tint); border-bottom: 1px solid rgba(15, 28, 46, 0.055); }
    .syb-section.syb-section--story { padding: clamp(1.75rem, 4vw, 2.65rem) 0; }
    .syb-section.alt { background: linear-gradient(178deg, #dfe8f2 0%, #ecf1f8 48%, #e3eaf3 100%); }
    .syb-wrap { max-width: var(--max-wide); margin: 0 auto; padding: 0 1.5rem; }
    .syb-eyebrow {
      display: inline-block; font-size: 0.65rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--indigo); margin-bottom: 0.35rem;
    }
    .syb-section h2 {
      font-family: var(--font-sans);
      font-size: clamp(1.2rem, 2.4vw, 1.6rem); font-weight: 800; letter-spacing: -0.03em; color: var(--ink); margin: 0 0 0.45rem;
      line-height: 1.22;
    }
    .syb-lead { font-size: 0.98rem; color: var(--slate); margin: 0 0 0.65rem; font-weight: 400; max-width: 40rem; line-height: 1.5; }
    .syb-prose p { margin: 0 0 0.65rem; color: var(--ink-soft); }
    .syb-prose p:last-child { margin-bottom: 0; }
    .syb-bullets { margin: 0; padding-left: 1.1rem; color: var(--ink-soft); font-size: 0.9rem; line-height: 1.45; }
    .syb-bullets li { margin-bottom: 0.3rem; }
    .syb-split {
      display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 340px); gap: clamp(0.85rem, 2vw, 1.35rem); align-items: start;
    }
    .syb-split.syb-story-split {
      gap: clamp(1.35rem, 3.2vw, 2.15rem);
    }
    @media (min-width: 901px) {
      .syb-split.syb-story-split {
        align-items: center;
      }
    }
    @media (max-width: 900px) { .syb-split { grid-template-columns: 1fr; } }

    /* Story sections: prose + stacked accent cards */
    .syb-story-split .syb-prose { max-width: 46rem; }
    .syb-story-split .syb-eyebrow { margin-bottom: 0.45rem; }
    .syb-story-split h2 { margin-bottom: 0.55rem; }
    .syb-story-split .syb-lead {
      margin-bottom: 0;
      line-height: 1.58;
      max-width: 44rem;
    }
    .syb-story-split .syb-story-bullets {
      margin: 1.15rem 0 0;
      padding: 1.1rem 0 0.2rem 1.2rem;
      border-top: 1px solid rgba(15, 28, 46, 0.08);
      max-width: 44rem;
      font-size: 0.875rem;
      line-height: 1.62;
      color: var(--ink-soft);
    }
    .syb-story-split .syb-story-bullets li { margin-bottom: 0.72rem; }
    .syb-story-split .syb-story-bullets li:last-child { margin-bottom: 0; }
    .syb-aside-stack {
      display: flex; flex-direction: column; gap: 0.85rem;
      min-width: 0;
    }
    @media (max-width: 900px) { .syb-aside-stack { margin-top: 0.35rem; } }
    .syb-mini-card {
      position: relative;
      padding: 0.95rem 1rem 1rem 1.05rem;
      border-radius: 14px;
      background: linear-gradient(145deg, rgba(255, 255, 255, 0.97) 0%, rgba(241, 248, 252, 0.88) 100%);
      border: 1px solid rgba(15, 28, 46, 0.08);
      box-shadow: 0 2px 12px rgba(15, 28, 46, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.9);
      overflow: hidden;
    }
    .syb-mini-card::before {
      content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; border-radius: 14px 0 0 14px;
    }
    .syb-mini-card--sky::before { background: linear-gradient(180deg, #178ece, #156fa3); }
    .syb-mini-card--mint::before { background: linear-gradient(180deg, #5fd4a8, #2d9f78); }
    .syb-mini-card--indigo::before { background: linear-gradient(180deg, #6b84d8, #4361c2); }
    .syb-mini-card-head {
      display: flex; align-items: flex-start; gap: 0.55rem; margin-bottom: 0.35rem;
    }
    .syb-mini-card-icon {
      flex-shrink: 0; width: 34px; height: 34px; border-radius: 10px;
      display: grid; place-items: center;
      font-size: 0.65rem; font-weight: 800; letter-spacing: 0.06em; color: #fff;
    }
    .syb-mini-card--sky .syb-mini-card-icon { background: linear-gradient(135deg, #178ece, #156fa3); }
    .syb-mini-card--mint .syb-mini-card-icon { background: linear-gradient(135deg, #5fd4a8, #2a9d6f); }
    .syb-mini-card--indigo .syb-mini-card-icon { background: linear-gradient(135deg, #6b84d8, #4361c2); }
    .syb-mini-card--amber .syb-mini-card-icon { background: linear-gradient(135deg, #f4a261, #e76f51); }
    .syb-mini-card--amber::before { background: linear-gradient(180deg, #f4a261, #e76f51); }
    .syb-mini-card h3 {
      font-size: 0.8rem; font-weight: 700; color: var(--ink); margin: 0; letter-spacing: -0.02em; line-height: 1.25;
    }
    .syb-mini-card .syb-mini-kicker {
      display: block; font-size: 0.58rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
      color: var(--slate); opacity: 0.85; margin-bottom: 0.2rem;
    }
    .syb-mini-card p {
      margin: 0; font-size: 0.78rem; color: var(--slate); line-height: 1.45;
    }

    .syb-s2pim {
      margin-top: 0.65rem; padding: 0.95rem 1.1rem; border-radius: var(--radius-lg);
      border: 1px solid rgba(67, 97, 194, 0.22);
      background: linear-gradient(145deg, rgba(67, 97, 194, 0.08) 0%, rgba(255, 255, 255, 0.95) 45%, rgba(236, 244, 252, 0.9) 100%);
      box-shadow: 0 4px 20px rgba(15, 28, 46, 0.06);
    }
    .syb-s2pim-head {
      display: flex; flex-wrap: wrap; align-items: baseline; gap: 0.5rem 1rem; margin-bottom: 0.4rem;
    }
    .syb-s2pim-lead { margin: 0; font-size: 0.88rem; color: var(--ink-soft); line-height: 1.45; max-width: 48rem; }
    .syb-s2pim-name {
      font-size: 1.15rem; font-weight: 800; letter-spacing: -0.02em; color: var(--ink); margin: 0;
    }
    .syb-s2pim-name span { color: var(--indigo); }
    .syb-s2pim-full { font-size: 0.78rem; font-weight: 600; color: var(--slate); text-transform: uppercase; letter-spacing: 0.06em; }
    .syb-s2pim-grid {
      display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem 1rem; margin-top: 0.55rem;
    }
    @media (max-width: 720px) { .syb-s2pim-grid { grid-template-columns: 1fr; } }
    .syb-s2pim-grid dt {
      font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--indigo); margin: 0;
    }
    .syb-s2pim-grid dd { margin: 0.2rem 0 0; font-size: 0.88rem; color: var(--ink-soft); line-height: 1.5; }

    .syb-hero-actions { display: flex; flex-wrap: wrap; gap: 0.45rem; margin-top: 0.65rem; }
    .syb-hero-actions a {
      display: inline-flex; align-items: center; padding: 8px 16px; border-radius: 99px;
      font-size: 0.82rem; font-weight: 600; text-decoration: none; transition: background var(--t), color var(--t);
      background: rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.92); border: 1px solid rgba(255, 255, 255, 0.2);
    }
    .syb-hero-actions a:hover { background: rgba(255, 255, 255, 0.16); color: #fff; }
    .syb-hero-actions a[href="#contact"] {
      background: linear-gradient(135deg, #178ece, #5fd4a8);
      border-color: transparent; color: #fff;
      box-shadow: 0 3px 14px rgba(23,142,206,0.35);
      font-weight: 700;
    }
    .syb-hero-actions a[href="#contact"]:hover {
      filter: brightness(1.08); box-shadow: 0 5px 20px rgba(23,142,206,0.5);
      background: linear-gradient(135deg, #178ece, #5fd4a8);
    }

    /* Lead magnets */
    .syb-lead-magnet {
      margin-top: 1.5rem;
      border: 1px solid rgba(23, 142, 206, 0.28);
      border-radius: 12px;
      background: rgba(23, 142, 206, 0.04);
      box-shadow: 0 4px 18px rgba(23, 142, 206, 0.08);
      overflow: hidden;
    }
    .syb-lead-magnet-sum {
      cursor: pointer; list-style: none;
      display: flex; align-items: center; gap: 0.65rem;
      padding: 0.85rem 1rem; color: var(--ink); user-select: none;
    }
    .syb-lead-magnet-sum::-webkit-details-marker { display: none; }
    .syb-lead-magnet-sum::after {
      content: "+"; margin-left: auto; font-weight: 800; font-size: 1.1rem;
      color: var(--lp-accent); line-height: 1; transition: transform 0.2s;
    }
    .syb-lead-magnet[open] .syb-lead-magnet-sum::after { content: "−"; transform: rotate(180deg); }
    .syb-lead-magnet-badge {
      display: inline-flex; align-items: center;
      font-size: 0.62rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
      color: #fff; background: linear-gradient(135deg, var(--lp-accent), var(--lp-accent-dark));
      padding: 0.35rem 0.65rem; border-radius: 6px; white-space: nowrap;
    }
    .syb-lead-magnet-badge--green { background: linear-gradient(135deg, #2d9d7f, #1e7a62); }
    .syb-lead-magnet-sum-text { color: var(--ink-soft); font-weight: 500; font-size: 0.86rem; }
    .syb-lead-magnet-sum-text em { font-style: normal; font-size: 0.78rem; color: var(--slate); }
    .syb-lead-magnet-body {
      padding: 0 1rem 1rem; border-top: 1px solid rgba(15, 28, 46, 0.08);
      background: rgba(255, 255, 255, 0.65);
    }
    .syb-lead-magnet-body p { margin: 0.75rem 0 0; font-size: 0.9rem; color: var(--ink-soft); line-height: 1.55; }
    .syb-lead-magnet-body p:first-child { margin-top: 0.85rem; }
    .syb-lead-magnet-cta {
      display: inline-flex; align-items: center; font-size: 0.84rem; font-weight: 600;
      text-decoration: none; padding: 0.5rem 1.1rem; border-radius: 99px;
      background: linear-gradient(135deg, var(--lp-accent), var(--lp-accent-dark));
      color: #fff !important; box-shadow: 0 2px 10px rgba(23, 142, 206, 0.25);
    }
    .syb-lead-magnet-cta:hover { filter: brightness(1.05); }
    .syb-lead-magnet-actions { display: flex; flex-wrap: wrap; gap: 0.5rem 1rem; align-items: center; margin-top: 0.85rem !important; }

    /* Intent — radio panel + POST form */
    .syb-intent-hero { margin-bottom: 0.65rem; max-width: 38rem; }
    .syb-intent-tag {
      display: inline-flex; align-items: center; gap: 0.35rem;
      font-size: 0.62rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
      color: var(--indigo);
      background: rgba(67, 97, 194, 0.08);
      border: 1px solid rgba(67, 97, 194, 0.22);
      padding: 4px 10px; border-radius: 99px; margin-bottom: 0.45rem;
    }
    .syb-intent-panel {
      background: linear-gradient(165deg, rgba(255, 255, 255, 0.99) 0%, #f8fbff 100%);
      border: 1px solid rgba(255, 255, 255, 0.55);
      border-radius: 16px;
      box-shadow:
        0 3px 0 rgba(23, 142, 206, 0.08),
        0 14px 36px rgba(15, 28, 46, 0.07),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
      padding: clamp(0.9rem, 2.2vw, 1.25rem);
      max-width: 920px;
    }
    .syb-intent-fieldset { border: none; margin: 0; padding: 0; }
    .syb-intent-fieldset legend {
      font-size: 0.78rem; font-weight: 700; color: var(--ink); margin-bottom: 0.5rem; padding: 0;
      letter-spacing: -0.01em; line-height: 1.35;
    }
    .syb-intent-sr-only {
      position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
      overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
    }
    .syb-form-honey {
      position: absolute; left: -9999px; width: 1px; height: 1px; padding: 0; margin: 0;
      overflow: hidden; border: 0; opacity: 0; pointer-events: none;
    }
    .syb-intent-radios {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 0.45rem 0.6rem;
    }
    @media (max-width: 640px) { .syb-intent-radios { grid-template-columns: 1fr; } }
    .syb-intent-option {
      position: relative;
      display: flex;
      align-items: flex-start;
      gap: 0.75rem;
      margin: 0;
      padding: 0.55rem 0.75rem 0.6rem;
      border-radius: 14px;
      border: 1.5px solid rgba(15, 28, 46, 0.09);
      background: linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(241, 248, 252, 0.92) 100%);
      cursor: pointer;
      transition: border-color var(--t), box-shadow var(--t), background var(--t), transform var(--t);
      box-shadow: 0 1px 3px rgba(15, 28, 46, 0.04);
    }
    .syb-intent-option:hover {
      border-color: rgba(23, 142, 206, 0.28);
      box-shadow: 0 6px 20px rgba(23, 142, 206, 0.1);
    }
    .syb-intent-option:has(.syb-intent-sr-only:checked) {
      border-color: rgba(23, 142, 206, 0.55);
      background: linear-gradient(165deg, #f0f9ff 0%, #f8fcff 100%);
      box-shadow: 0 0 0 3px rgba(23, 142, 206, 0.14), 0 8px 24px rgba(23, 142, 206, 0.12);
    }
    .syb-intent-option:has(.syb-intent-sr-only:focus-visible) {
      outline: 2px solid var(--amber); outline-offset: 2px;
    }
    .syb-intent-check {
      width: 24px; height: 24px; flex-shrink: 0; margin-top: 0.08rem;
      border-radius: 7px;
      border: 2px solid rgba(15, 28, 46, 0.2);
      background: #fff;
      display: grid;
      place-items: center;
      transition: border-color var(--t), background var(--t), box-shadow var(--t);
      box-shadow: inset 0 1px 2px rgba(15, 28, 46, 0.05);
    }
    .syb-intent-check svg {
      display: block; width: 14px; height: 14px;
      opacity: 0.4; transform: scale(1);
      transition: opacity var(--t), transform var(--t);
    }
    .syb-intent-check svg path {
      stroke: rgba(15, 28, 46, 0.45); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; fill: none;
    }
    .syb-intent-option:hover .syb-intent-check svg { opacity: 0.65; }
    .syb-intent-option:has(.syb-intent-sr-only:checked) .syb-intent-check {
      border-color: #156fa3;
      background: linear-gradient(145deg, var(--amber), #156fa3);
      box-shadow: 0 2px 8px rgba(23, 142, 206, 0.35);
    }
    .syb-intent-option:has(.syb-intent-sr-only:checked) .syb-intent-check svg { opacity: 1; }
    .syb-intent-option:has(.syb-intent-sr-only:checked) .syb-intent-check svg path { stroke: #fff; }
    .syb-intent-option-text { min-width: 0; }
    .syb-intent-option-title {
      display: block; font-size: 0.8rem; font-weight: 700; color: var(--ink);
      letter-spacing: -0.02em; line-height: 1.25; margin-bottom: 0.2rem;
      font-family: var(--font-sans);
    }
    .syb-intent-option-desc {
      display: block; font-size: 0.72rem; color: var(--slate); line-height: 1.38;
    }
    .syb-intent-fields {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0.45rem 0.65rem;
      margin-top: 0.65rem;
      padding-top: 0.65rem;
      border-top: 1px solid rgba(15, 28, 46, 0.08);
    }
    .syb-intent-fields .full { grid-column: 1 / -1; }
    .syb-intent-fields label {
      font-size: 0.7rem; font-weight: 600; color: var(--slate); display: block; margin-bottom: 3px;
    }
    .syb-intent-fields input,
    .syb-intent-fields textarea {
      width: 100%; box-sizing: border-box;
      padding: 7px 10px; border-radius: 9px; border: 1px solid rgba(15, 28, 46, 0.12);
      font-size: 0.82rem; font-family: inherit; color: var(--ink);
      background: rgba(255, 255, 255, 0.95);
    }
    .syb-intent-fields textarea { min-height: 56px; resize: vertical; line-height: 1.45; }
    @media (max-width: 560px) { .syb-intent-fields { grid-template-columns: 1fr; } }
    .syb-intent-fields input:focus,
    .syb-intent-fields textarea:focus {
      outline: none; border-color: rgba(23, 142, 206, 0.55); box-shadow: 0 0 0 3px rgba(23, 142, 206, 0.12);
    }
    .syb-intent-form-foot {
      font-size: 0.72rem; color: var(--slate); margin: 0.55rem 0 0; line-height: 1.4;
    }
    .syb-intent-submit {
      display: inline-flex; align-items: center; justify-content: center; gap: 0.4rem;
      width: 100%; max-width: none; margin-top: 0.65rem;
      padding: 11px 22px; border-radius: 99px; border: none; cursor: pointer;
      font-size: 0.88rem; font-weight: 600; font-family: inherit;
      color: #fff;
      background: linear-gradient(135deg, var(--amber), #156fa3);
      box-shadow: 0 4px 16px rgba(23, 142, 206, 0.35);
      transition: transform var(--t), box-shadow var(--t);
    }
    .syb-intent-submit:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(23, 142, 206, 0.4); }
    .syb-intent-footnote { margin: 0.55rem 0 0; font-size: 0.78rem; color: var(--slate); max-width: 40rem; }
    .syb-intent-footnote a { font-weight: 500; }
    .syb-intent-lead { margin-bottom: 0 !important; }

    .container { max-width: var(--max-wide); margin: 0 auto; padding: 0 1.5rem; }
    .section.lp-contact { padding: 36px 0 40px; background: linear-gradient(135deg, var(--ink) 0%, #1a3050 100%); border-bottom: none; }
    .lp-contact { --lp-accent: #178ece; --lp-accent-dark: #156fa3; position: relative; overflow: hidden; }
    .lp-contact::before {
      content: ""; position: absolute; top: -60px; right: -60px; width: 300px; height: 300px; border-radius: 50%;
      background: radial-gradient(circle, rgba(23, 142, 206, 0.16) 0%, transparent 70%); pointer-events: none;
    }
    .lp-contact::after {
      content: ""; position: absolute; bottom: -40px; left: 5%; width: 200px; height: 200px; border-radius: 50%;
      background: radial-gradient(circle, rgba(67, 97, 194, 0.12) 0%, transparent 70%); pointer-events: none;
    }
    .lp-contact-intro { position: relative; z-index: 1; margin-bottom: 1rem; }
    .lp-contact-tag {
      display: inline-flex; align-items: center; gap: 6px; font-size: 0.67rem; font-weight: 700; letter-spacing: 1px;
      text-transform: uppercase; color: var(--lp-accent); background: rgba(23, 142, 206, 0.12);
      border: 1px solid rgba(23, 142, 206, 0.22); padding: 3px 11px; border-radius: 99px; margin-bottom: 8px;
    }
    .lp-contact-title { font-family: var(--font-sans); font-size: clamp(1.35rem, 2.5vw, 1.9rem); font-weight: 600; letter-spacing: -0.02em; color: #fff; margin: 0 0 6px; line-height: 1.2; }
    .lp-contact-subtitle { font-size: 0.875rem; color: rgba(255, 255, 255, 0.56); max-width: 480px; margin: 0; line-height: 1.55; }
    .lp-contact-intro a { color: rgba(255, 255, 255, 0.72); text-decoration: underline; text-underline-offset: 2px; }
    .lp-contact-intro a:hover { color: var(--lp-accent); }
    .lp-contact-layout { display: grid; grid-template-columns: 1fr 300px; gap: 24px; align-items: start; position: relative; z-index: 1; }
    @media (max-width: 960px) { .lp-contact-layout { grid-template-columns: 1fr; } }
    .lp-contact-form-card {
      background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: var(--radius-lg); padding: 28px 26px; backdrop-filter: blur(8px);
    }
    .lp-contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
    .lp-contact-form .full { grid-column: 1 / -1; }
    .lp-contact-form label { font-size: 0.75rem; font-weight: 600; color: rgba(255, 255, 255, 0.6); display: block; margin-bottom: 4px; }
    .lp-contact-form input, .lp-contact-form textarea, .lp-contact-form select {
      width: 100%; padding: 9px 13px; border: 1.5px solid rgba(255, 255, 255, 0.12); border-radius: 8px;
      font-size: 0.83rem; font-family: inherit; background: rgba(255, 255, 255, 0.07); color: #fff;
      outline: none; resize: vertical; transition: border-color var(--t), box-shadow var(--t), background var(--t);
    }
    .lp-contact-form select { cursor: pointer; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='rgba(255,255,255,0.45)' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; padding-right: 34px; }
    .lp-contact-form select option { background: #0f1c2e; color: #fff; }
    .lp-contact-form input::placeholder, .lp-contact-form textarea::placeholder { color: rgba(255, 255, 255, 0.3); }
    .lp-contact-form input:focus, .lp-contact-form textarea:focus, .lp-contact-form select:focus {
      border-color: var(--lp-accent); box-shadow: 0 0 0 3px rgba(23, 142, 206, 0.22); background: rgba(255, 255, 255, 0.1);
    }
    .lp-contact-form textarea { min-height: 56px; }
    .lp-btn-submit {
      display: inline-flex; align-items: center; justify-content: center; gap: 6px; width: 100%;
      padding: 9px 22px; border-radius: 99px; font-size: 0.83rem; font-weight: 600; font-family: inherit;
      cursor: pointer; border: none;
      background: linear-gradient(135deg, var(--lp-accent), var(--lp-accent-dark)); color: #fff;
      box-shadow: 0 4px 16px rgba(23, 142, 206, 0.35); transition: transform var(--t), box-shadow var(--t);
    }
    .lp-btn-submit:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(23, 142, 206, 0.45); }
    .lp-contact-note { font-size: 0.72rem; color: rgba(255, 255, 255, 0.38); margin-top: 10px; line-height: 1.45; }
    .lp-contact-sidebar { display: flex; flex-direction: column; gap: 14px; }
    .lp-contact-info-card {
      background: rgba(255, 255, 255, 0.05); border-radius: var(--radius-lg); padding: 22px 20px;
      border: 1px solid rgba(255, 255, 255, 0.1); position: relative; overflow: hidden;
    }
    .lp-contact-info-card::before {
      content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
      background: linear-gradient(90deg, var(--lp-accent), var(--lp-accent-dark));
    }
    .lp-contact-sidebar-title { font-size: 0.88rem; font-weight: 700; color: rgba(255, 255, 255, 0.92); margin: 0 0 14px; }
    .lp-contact-info { list-style: none; display: flex; flex-direction: column; gap: 11px; margin: 0; padding: 0; }
    .lp-contact-info li { font-size: 0.8rem; color: rgba(255, 255, 255, 0.56); line-height: 1.45; }
    .lp-contact-info li strong { display: block; color: rgba(255, 255, 255, 0.4); font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 1px; }
    .lp-contact-info a { color: var(--lp-accent); text-decoration: none; font-weight: 500; }
    .lp-contact-info a:hover { text-decoration: underline; }
    .lp-contact-quick-points {
      list-style: none; display: flex; flex-direction: column; gap: 8px; background: rgba(255, 255, 255, 0.04);
      border-radius: var(--radius); padding: 16px 18px; border: 1px solid rgba(255, 255, 255, 0.08); margin: 0;
    }
    .lp-contact-quick-points li {
      display: flex; align-items: center; gap: 9px; font-size: 0.8rem; font-weight: 500; color: rgba(255, 255, 255, 0.62);
    }
    .lp-contact-quick-points li::before {
      content: ""; width: 16px; height: 16px; flex-shrink: 0; border-radius: 50%;
      background: linear-gradient(135deg, var(--lp-accent), var(--lp-accent-dark));
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
      background-repeat: no-repeat; background-position: center;
    }
    @media (max-width: 560px) { .lp-contact-form { grid-template-columns: 1fr; } }
    .ora-path-card {
      padding: 0.85rem 1rem 0.95rem;
      border-radius: 12px;
      border: 1px solid rgba(15, 28, 46, 0.1);
      background: linear-gradient(165deg, rgba(255, 255, 255, 0.92) 0%, rgba(241, 248, 252, 0.85) 100%);
    }
    .ora-path-card h3 {
      font-size: 0.65rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
      color: var(--indigo); margin: 0 0 0.45rem;
    }
    .ora-path-card ul { margin: 0; padding-left: 1.05rem; font-size: 0.82rem; color: var(--ink-soft); line-height: 1.5; }
    .ora-path-card li { margin-bottom: 0.35rem; }
    .ora-pullquote {
      margin: 1rem 0 0;
      padding: 0.85rem 1rem 0.95rem 1rem;
      border-left: 3px solid var(--amber);
      border-radius: 0 10px 10px 0;
      background: rgba(23, 142, 206, 0.06);
      font-size: 0.88rem;
      color: var(--ink-soft);
      line-height: 1.55;
    }
    .ora-pullquote strong { color: var(--ink); }

    .ora-path-pair {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0.85rem 1rem;
      margin-top: 0.75rem;
    }
    @media (max-width: 720px) { .ora-path-pair { grid-template-columns: 1fr; } }
    .ora-path-card {
      padding: 0.85rem 1rem 0.95rem;
      border-radius: 12px;
      border: 1px solid rgba(15, 28, 46, 0.1);
      background: linear-gradient(165deg, rgba(255, 255, 255, 0.92) 0%, rgba(241, 248, 252, 0.85) 100%);
      display: flex; flex-direction: column;
    }
    .ora-path-card-cta {
      display: inline-flex; align-items: center; gap: 0.3rem;
      margin-top: 0.85rem; font-size: 0.78rem; font-weight: 600;
      color: var(--lp-accent); text-decoration: none; border: 1px solid rgba(23,142,206,0.3);
      padding: 0.38rem 0.85rem; border-radius: 99px;
      background: rgba(23,142,206,0.06); transition: background 0.2s, border-color 0.2s;
      align-self: flex-start;
    }
    .ora-path-card-cta:hover { background: rgba(23,142,206,0.12); border-color: rgba(23,142,206,0.55); color: var(--lp-accent); }
    .ora-path-card h3 {
      font-size: 0.65rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
      color: var(--indigo); margin: 0 0 0.45rem;
    }
    .ora-path-card ul { margin: 0; padding-left: 1.05rem; font-size: 0.82rem; color: var(--ink-soft); line-height: 1.5; }
    .ora-path-card li { margin-bottom: 0.35rem; }
    .ora-pullquote {
      margin: 1rem 0 0;
      padding: 0.85rem 1rem 0.95rem 1rem;
      border-left: 3px solid var(--amber);
      border-radius: 0 10px 10px 0;
      background: rgba(23, 142, 206, 0.06);
      font-size: 0.88rem;
      color: var(--ink-soft);
      line-height: 1.55;
    }
    .ora-pullquote strong { color: var(--ink); }