<style>
  :root {
    /* Brand colors sampled from the actual Signal Solutions logo */
    --navy: #1E3A5F;
    --navy-deep: #162C47;
    --navy-900: #0E1C2E;
    --brand: #2AAAE7;          /* actual logo blue */
    --brand-hover: #1E95CE;
    --brand-light: #5BC0EF;
    --brand-soft: #E6F6FD;
    --brand-faint: #F3FAFE;

    --ink: #131C29;
    --text: #2A3647;
    --muted: #5F6B7C;
    --muted-light: #8995A6;
    --border: #E3E8EF;
    --border-soft: #EEF1F5;

    --bg: #FFFFFF;
    --bg-alt: #F7F9FC;

    --white: #FFFFFF;
  }

  * { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
  body {
    font-family: 'Manrope', system-ui, sans-serif;
    background: var(--bg);
    color: var(--text);
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
  }

  a { color: inherit; text-decoration: none; }
  img, svg { display: block; max-width: 100%; }

  .container { max-width: 1240px; margin: 0 auto; padding: 0 32px; }
  @media (max-width: 640px) { .container { padding: 0 20px; } }

  .eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 12px; font-weight: 600;
    letter-spacing: 0.08em; text-transform: uppercase;
    color: var(--brand); padding: 6px 14px;
    background: var(--brand-soft); border-radius: 999px;
  }
  .eyebrow.on-dark { background: rgba(42,170,231,0.15); color: var(--brand-light); }
  .eyebrow::before {
    content: ''; width: 6px; height: 6px; background: var(--brand);
    border-radius: 50%;
  }
  .eyebrow.on-dark::before { background: var(--brand-light); }

  h1, h2, h3, h4 { color: var(--ink); font-weight: 700; letter-spacing: -0.02em; line-height: 1.15; }
  h2 { font-size: clamp(32px, 4vw, 48px); font-weight: 700; letter-spacing: -0.025em; }
  h3 { font-size: 22px; font-weight: 700; }
  h4 { font-size: 17px; font-weight: 600; }

  .btn {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 13px 22px; border-radius: 10px;
    font-family: inherit; font-size: 15px; font-weight: 600;
    cursor: pointer; border: 1px solid transparent;
    transition: all 0.2s ease; white-space: nowrap;
  }
  .btn-primary {
    background: var(--navy); color: var(--white);
    box-shadow: 0 1px 2px rgba(30,58,95,0.18);
  }
  .btn-primary:hover {
    background: var(--navy-deep);
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(30,58,95,0.25);
  }
  .btn-brand {
    background: var(--brand); color: var(--white);
  }
  .btn-brand:hover { background: var(--brand-hover); transform: translateY(-1px); }
  .btn-ghost {
    background: transparent; color: var(--ink);
    border-color: var(--border);
  }
  .btn-ghost:hover { border-color: var(--navy); }
  .btn-ghost-dark {
    background: transparent; color: var(--white);
    border-color: rgba(255,255,255,0.3);
  }
  .btn-ghost-dark:hover { border-color: rgba(255,255,255,0.8); background: rgba(255,255,255,0.06); }
  .btn .arrow { transition: transform 0.2s; }
  .btn:hover .arrow { transform: translateX(3px); }

  /* =================== NAV =================== */

  /* =================== HERO =================== */
  .hero {
    position: relative;
    background: linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%);
    color: var(--white);
    padding: 80px 0 120px;
    overflow: hidden;
  }
  .hero-waves {
    position: absolute; top: -200px; right: -300px;
    width: 1100px; height: 1100px;
    pointer-events: none; opacity: 0.45;
  }
  .hero-waves-2 {
    position: absolute; bottom: -600px; left: -400px;
    width: 1000px; height: 1000px;
    pointer-events: none; opacity: 0.2;
  }
  .hero-inner {
    position: relative; z-index: 2;
    display: grid; grid-template-columns: 1.15fr 1fr; gap: 64px;
    align-items: center;
  }
  @media (max-width: 960px) {
    .hero-inner { grid-template-columns: 1fr; gap: 48px; }
    .hero { padding: 60px 0 90px; }
  }

  .hero h1 {
    color: var(--white);
    font-size: clamp(40px, 6.5vw, 84px);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.02;
    margin: 0 0 28px;
  }
  .hero h1 .highlight { color: var(--brand-light); }

  /* "Most loved" emphasis treatment */
  .hero h1 .loved-wrap {
    position: relative;
    display: inline-block;
    padding: 0 4px;
  }
  .hero h1 .loved {
    font-family: 'Instrument Serif', Georgia, serif;
    font-style: italic;
    font-weight: 400;
    color: var(--brand-light);
    letter-spacing: -0.01em;
    font-size: 1.12em;
    position: relative;
    padding: 0 2px;
  }
  /* Hand-drawn squiggle beneath "most loved" */
  .hero h1 .loved::after {
    content: '';
    position: absolute;
    left: -2%; right: -2%;
    bottom: -0.04em;
    height: 0.28em;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 24' preserveAspectRatio='none'><path d='M2 16 Q 40 4, 80 12 T 160 12 T 240 14 T 298 10' stroke='%232AAAE7' stroke-width='3' fill='none' stroke-linecap='round' opacity='0.9'/></svg>");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
    pointer-events: none;
  }
  /* Stars sitting above "most loved" */
  .hero h1 .loved-stars {
    position: absolute;
    top: -0.55em; left: 50%;
    transform: translateX(-50%);
    display: flex; gap: 4px;
    color: #FBBF24;
    pointer-events: none;
  }
  .hero h1 .loved-stars svg {
    width: 0.28em; height: 0.28em;
    display: block;
    filter: drop-shadow(0 2px 4px rgba(251, 191, 36, 0.35));
    animation: twinkle 3s ease-in-out infinite;
  }
  .hero h1 .loved-stars svg:nth-child(1) { animation-delay: 0s; transform: rotate(-8deg); }
  .hero h1 .loved-stars svg:nth-child(2) { animation-delay: 0.2s; transform: rotate(-4deg); }
  .hero h1 .loved-stars svg:nth-child(3) { animation-delay: 0.4s; }
  .hero h1 .loved-stars svg:nth-child(4) { animation-delay: 0.6s; transform: rotate(4deg); }
  .hero h1 .loved-stars svg:nth-child(5) { animation-delay: 0.8s; transform: rotate(8deg); }
  @keyframes twinkle {
    0%, 100% { opacity: 0.85; }
    50% { opacity: 1; transform: scale(1.1) rotate(var(--r, 0deg)); }
  }

  .hero-kicker {
    font-size: 17px;
    color: var(--brand-light);
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: -0.005em;
  }
  .hero-sub {
    font-size: 18px; color: rgba(255,255,255,0.78);
    max-width: 540px; margin-bottom: 36px; line-height: 1.6;
  }

  .hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 48px; }

  .hero-proof {
    padding-top: 28px;
    border-top: 1px solid rgba(255,255,255,0.12);
    display: flex; flex-direction: column; gap: 12px;
  }
  .mini-stars { display: inline-flex; gap: 2px; color: #FBBF24; margin-right: 4px; }
  .mini-stars svg { width: 14px; height: 14px; display: block; }
  .hero-proof-stats {
    display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
    font-size: 14px; color: rgba(255,255,255,0.82); font-weight: 500;
  }
  .hero-proof-stats strong { color: var(--white); font-weight: 700; }
  .hero-proof-stats .sep {
    width: 3px; height: 3px; border-radius: 50%;
    background: rgba(255,255,255,0.35);
  }

  .hero-stack { position: relative; height: 520px; }
  @media (max-width: 960px) { .hero-stack { height: 480px; max-width: 500px; margin: 0 auto; } }

  .dash-card {
    position: absolute; background: var(--white);
    border-radius: 16px; padding: 20px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.25), 0 2px 4px rgba(0,0,0,0.08);
    color: var(--ink);
  }
  .dash-1 { top: 0; left: 0; right: 50px; transform: rotate(-1.5deg); animation: float1 6s ease-in-out infinite; }
  .dash-2 { top: 170px; right: 0; width: 280px; transform: rotate(2deg); animation: float2 7s ease-in-out infinite; }
  .dash-3 { bottom: 0; left: 40px; right: 80px; transform: rotate(-0.5deg); animation: float3 8s ease-in-out infinite; }
  @keyframes float1 { 0%,100% { transform: rotate(-1.5deg) translateY(0); } 50% { transform: rotate(-1.5deg) translateY(-8px); } }
  @keyframes float2 { 0%,100% { transform: rotate(2deg) translateY(0); } 50% { transform: rotate(2deg) translateY(-6px); } }
  @keyframes float3 { 0%,100% { transform: rotate(-0.5deg) translateY(0); } 50% { transform: rotate(-0.5deg) translateY(-10px); } }

  .dash-title {
    font-size: 12px; color: var(--muted); font-weight: 600;
    text-transform: uppercase; letter-spacing: 0.06em;
    display: flex; justify-content: space-between; align-items: center;
    margin-bottom: 12px;
  }
  .dash-pill {
    font-size: 10px; padding: 3px 8px; border-radius: 999px;
    background: #ECFDF5; color: #047857; font-weight: 700;
    letter-spacing: 0.04em; text-transform: uppercase;
  }
  .dash-pill.alert { background: #FEF3C7; color: #92400E; }
  .dash-big-num { font-size: 34px; font-weight: 800; letter-spacing: -0.03em; color: var(--ink); margin-bottom: 4px; }
  .dash-delta { font-size: 13px; color: #059669; font-weight: 600; display: inline-flex; align-items: center; gap: 4px; }
  .dash-graph {
    height: 60px; margin-top: 14px;
    background: linear-gradient(180deg, rgba(42,170,231,0.15), rgba(42,170,231,0));
    border-radius: 8px; position: relative; overflow: hidden;
  }
  .dash-graph svg { position: absolute; inset: 0; width: 100%; height: 100%; }
  .dash-list { display: flex; flex-direction: column; gap: 10px; }
  .dash-row { display: flex; justify-content: space-between; align-items: center; font-size: 13px; }
  .dash-row .status-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #10B981; margin-right: 8px; }
  .dash-row .status-dot.warn { background: #F59E0B; }
  .dash-row .label { color: var(--text); font-weight: 500; }
  .dash-row .val { color: var(--muted); font-weight: 600; }

  /* =================== TRUSTED =================== */
  .trusted {
    padding: 50px 0 40px; background: var(--bg);
    border-bottom: 1px solid var(--border-soft);
  }
  .trusted-inner { display: flex; align-items: center; gap: 48px; flex-wrap: wrap; }
  .trusted-label { font-size: 13px; color: var(--muted); font-weight: 600; letter-spacing: 0.04em; flex-shrink: 0; }
  .trusted-logos { display: flex; gap: 48px; flex-wrap: wrap; align-items: center; flex: 1; }
  .trusted-logo { font-size: 19px; font-weight: 700; color: var(--muted); letter-spacing: -0.02em; opacity: 0.7; transition: opacity 0.2s; white-space: nowrap; }
  .trusted-logo:hover { opacity: 1; color: var(--navy); }

  section.pad { padding: 110px 0; }
  @media (max-width: 768px) { section.pad { padding: 70px 0; } }

  .section-head { max-width: 720px; margin-bottom: 60px; }
  .section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
  .section-head h2 { margin: 16px 0 18px; }
  .section-head p { font-size: 18px; color: var(--muted); }

  /* =================== HOW WE WORK =================== */
  .how { background: var(--bg-alt); position: relative; }
  .how-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; position: relative; }
  @media (max-width: 900px) { .how-grid { grid-template-columns: 1fr 1fr; gap: 20px; } }
  @media (max-width: 520px) { .how-grid { grid-template-columns: 1fr; } }

  .step {
    background: var(--white); border: 1px solid var(--border);
    border-radius: 16px; padding: 32px 28px;
    position: relative; transition: all 0.25s;
  }
  .step:hover { transform: translateY(-4px); box-shadow: 0 20px 40px rgba(30,58,95,0.08); border-color: var(--brand); }
  .step-num {
    font-size: 13px; color: var(--brand); font-weight: 700;
    letter-spacing: 0.08em; text-transform: uppercase;
    margin-bottom: 20px;
    display: flex; align-items: center; gap: 10px;
  }
  .step-num .dot {
    width: 28px; height: 28px; border-radius: 8px;
    background: var(--brand-soft); color: var(--brand);
    display: grid; place-items: center;
    font-size: 14px; font-weight: 800;
  }
  .step h3 { margin-bottom: 12px; color: var(--navy); }
  .step p { font-size: 14.5px; color: var(--muted); line-height: 1.6; }

  /* =================== SERVICES =================== */
  .services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
  @media (max-width: 960px) { .services-grid { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 620px) { .services-grid { grid-template-columns: 1fr; } }

  .service {
    background: var(--white); border: 1px solid var(--border);
    border-radius: 16px; padding: 32px 28px 28px;
    display: flex; flex-direction: column;
    transition: all 0.25s; cursor: pointer;
  }
  .service:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(30,58,95,0.08); border-color: var(--brand); }
  .service-icon {
    width: 52px; height: 52px; border-radius: 12px;
    background: var(--brand-soft); color: var(--brand);
    display: grid; place-items: center; margin-bottom: 20px;
  }
  .service h3 { margin-bottom: 10px; color: var(--navy); font-size: 20px; }
  .service-desc { font-size: 14.5px; color: var(--muted); line-height: 1.6; margin-bottom: 20px; flex: 1; }
  .service-list {
    list-style: none; border-top: 1px solid var(--border-soft);
    padding-top: 16px; display: flex; flex-direction: column; gap: 8px;
  }
  .service-list li { font-size: 13.5px; color: var(--text); font-weight: 500; display: flex; align-items: center; gap: 8px; }
  .service-list li::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: var(--brand); flex-shrink: 0; }

  /* =================== COMPLETECARE =================== */
  .cc-banner {
    background: var(--navy); color: var(--white);
    border-radius: 20px; padding: 56px;
    display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px;
    align-items: center; position: relative; overflow: hidden;
  }
  .cc-banner::before {
    content: ''; position: absolute; inset: 0;
    background-image: radial-gradient(circle at 85% 50%, rgba(42,170,231,0.25), transparent 60%);
    pointer-events: none;
  }
  @media (max-width: 900px) { .cc-banner { grid-template-columns: 1fr; padding: 40px 32px; } }
  .cc-banner h2 {
    color: var(--white); position: relative; z-index: 2;
    font-size: clamp(28px, 3.5vw, 38px); margin-bottom: 16px;
  }
  .cc-banner p { color: rgba(255,255,255,0.8); font-size: 17px; position: relative; z-index: 2; margin-bottom: 28px; }
  .cc-tiers { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; position: relative; z-index: 2; }
  .cc-tier {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px; padding: 18px;
  }
  .cc-tier strong { display: block; color: var(--brand-light); font-size: 14px; font-weight: 700; margin-bottom: 4px; letter-spacing: 0.02em; }
  .cc-tier span { font-size: 13px; color: rgba(255,255,255,0.7); line-height: 1.45; }

  /* =================== LEADERSHIP =================== */
  .team { background: var(--bg); }
  .team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
  @media (max-width: 860px) { .team-grid { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 560px) { .team-grid { grid-template-columns: 1fr; max-width: 380px; margin: 0 auto; } }

  .team-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 18px; overflow: hidden;
    transition: all 0.25s;
  }
  .team-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 45px rgba(30,58,95,0.1);
    border-color: var(--brand);
  }
  .team-photo {
    width: 100%; aspect-ratio: 1 / 1;
    object-fit: cover; display: block;
    background: var(--bg-alt);
    filter: saturate(1.02);
  }
  .team-info { padding: 24px 24px 26px; }
  .team-info .name {
    font-size: 19px; font-weight: 700; color: var(--navy);
    letter-spacing: -0.015em; margin-bottom: 4px;
  }
  .team-info .title {
    font-size: 13px; color: var(--brand); font-weight: 700;
    letter-spacing: 0.06em; text-transform: uppercase;
    margin-bottom: 14px;
  }
  .team-info p {
    font-size: 14px; color: var(--muted);
    line-height: 1.55;
  }
  .team-social {
    margin-top: 16px; padding-top: 16px;
    border-top: 1px solid var(--border-soft);
    display: flex; gap: 12px;
  }
  .team-social a {
    width: 32px; height: 32px; border-radius: 8px;
    background: var(--bg-alt); color: var(--muted);
    display: grid; place-items: center;
    transition: all 0.2s;
  }
  .team-social a:hover { background: var(--brand); color: var(--white); }

  /* =================== WHY US =================== */
  .why { background: var(--bg-alt); }
  .why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
  @media (max-width: 900px) { .why-grid { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 540px) { .why-grid { grid-template-columns: 1fr; } }

  .why-card { background: var(--white); border: 1px solid var(--border); border-radius: 14px; padding: 28px 24px; }
  .why-card h4 { font-size: 28px; font-weight: 800; color: var(--navy); letter-spacing: -0.025em; margin-bottom: 6px; }
  .why-card h4 .unit { color: var(--brand); font-size: 18px; font-weight: 700; margin-left: 2px; }
  .why-card .cap { font-size: 13px; color: var(--brand); font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 14px; }
  .why-card p { font-size: 14.5px; color: var(--muted); line-height: 1.55; }

  /* =================== TESTIMONIALS =================== */
  .tests-grid {
    display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 20px;
    grid-template-rows: auto auto;
  }
  @media (max-width: 1020px) { .tests-grid { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 640px) { .tests-grid { grid-template-columns: 1fr; } }

  .test {
    background: var(--white); border: 1px solid var(--border);
    border-radius: 16px; padding: 28px;
    display: flex; flex-direction: column;
  }
  .test.featured {
    grid-row: span 2;
    background: linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%);
    color: var(--white); border: none;
    position: relative; overflow: hidden;
  }
  .test.featured::before {
    content: ''; position: absolute; inset: 0;
    background-image: radial-gradient(circle at 100% 0%, rgba(42,170,231,0.3), transparent 50%);
    pointer-events: none;
  }
  @media (max-width: 1020px) { .test.featured { grid-row: auto; grid-column: span 2; } }
  @media (max-width: 640px) { .test.featured { grid-column: auto; } }

  .test-mark { font-family: Georgia, serif; font-size: 48px; line-height: 0.7; color: var(--brand); margin-bottom: 14px; }
  .test.featured .test-mark { color: var(--brand-light); }
  .test-quote { font-size: 16.5px; line-height: 1.55; color: var(--text); margin-bottom: 24px; flex: 1; }
  .test.featured .test-quote { color: rgba(255,255,255,0.9); font-size: 18px; }
  .test-byline { display: flex; align-items: center; gap: 14px; padding-top: 20px; border-top: 1px solid var(--border); }
  .test.featured .test-byline { border-top-color: rgba(255,255,255,0.15); }
  .test-avatar {
    width: 44px; height: 44px; border-radius: 50%;
    background: linear-gradient(135deg, var(--brand), var(--navy));
    color: var(--white); display: grid; place-items: center;
    font-weight: 700; font-size: 15px; flex-shrink: 0;
  }
  .test-info .name { font-weight: 700; font-size: 14.5px; color: var(--ink); }
  .test.featured .test-info .name { color: var(--white); }
  .test-info .role { font-size: 13px; color: var(--muted); }
  .test.featured .test-info .role { color: rgba(255,255,255,0.65); }

  /* =================== CTA =================== */
  .final-cta { background: var(--navy); color: var(--white); padding: 100px 0; position: relative; overflow: hidden; }
  .final-cta-waves { position: absolute; top: 50%; left: 50%; width: 1200px; height: 1200px; transform: translate(-50%, -50%); opacity: 0.12; pointer-events: none; }
  .final-cta-inner { position: relative; z-index: 2; max-width: 760px; margin: 0 auto; text-align: center; }
  .final-cta h2 { color: var(--white); font-size: clamp(36px, 4.5vw, 56px); margin-bottom: 20px; }
  .final-cta p { color: rgba(255,255,255,0.78); font-size: 18.5px; margin-bottom: 40px; line-height: 1.55; }
  .final-cta-ctas { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; margin-bottom: 56px; }

  .contact-row {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
    max-width: 720px; margin: 0 auto;
    padding-top: 48px; border-top: 1px solid rgba(255,255,255,0.12);
  }
  @media (max-width: 640px) { .contact-row { grid-template-columns: 1fr; gap: 20px; } }
  .contact-item { text-align: left; }
  .contact-item .cap { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--brand-light); font-weight: 700; margin-bottom: 10px; }
  .contact-item .val { font-size: 15px; color: var(--white); line-height: 1.5; font-weight: 500; }

  /* =================== FOOTER =================== */

  /* =================== SUB-PAGE COMMON =================== */
  .page-hero {
    position: relative;
    background: linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%);
    color: var(--white);
    padding: 80px 0 100px;
    overflow: hidden;
  }
  .page-hero-waves {
    position: absolute; top: -200px; right: -200px;
    width: 900px; height: 900px;
    pointer-events: none; opacity: 0.35;
  }
  .page-hero-inner { position: relative; z-index: 2; max-width: 820px; }
  .page-hero .hero-kicker {
    font-size: 16px;
    color: var(--brand-light);
    font-weight: 500;
    margin-bottom: 10px;
  }
  .page-hero h1 {
    color: var(--white);
    font-size: clamp(36px, 5.5vw, 64px);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.05;
    margin: 8px 0 20px;
  }
  .page-hero h1 .accent {
    font-family: 'Instrument Serif', Georgia, serif;
    font-style: italic;
    font-weight: 400;
    color: var(--brand-light);
    letter-spacing: -0.01em;
    font-size: 1.1em;
    position: relative;
    padding: 0 2px;
  }
  .page-hero h1 .accent::after {
    content: '';
    position: absolute; left: -2%; right: -2%; bottom: -0.04em;
    height: 0.22em;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 24' preserveAspectRatio='none'><path d='M2 16 Q 40 4, 80 12 T 160 12 T 240 14 T 298 10' stroke='%232AAAE7' stroke-width='3' fill='none' stroke-linecap='round' opacity='0.9'/></svg>");
    background-repeat: no-repeat; background-size: 100% 100%;
    z-index: -1; pointer-events: none;
  }
  .page-hero-sub {
    font-size: 19px; color: rgba(255,255,255,0.78);
    max-width: 620px; line-height: 1.55;
  }

  /* breadcrumbs */
  .crumbs {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 13px; color: rgba(255,255,255,0.6);
    margin-bottom: 24px; font-weight: 500;
  }
  .crumbs a { color: rgba(255,255,255,0.75); transition: color 0.2s; }
  .crumbs a:hover { color: var(--brand-light); }
  .crumbs .sep { opacity: 0.4; }

  /* Two-col layouts */
  .two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
  @media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } }
  .two-col.wide-text { grid-template-columns: 1.3fr 1fr; }
  @media (max-width: 900px) { .two-col.wide-text { grid-template-columns: 1fr; } }

  .prose h3 {
    font-size: 28px; color: var(--navy);
    margin: 0 0 14px; letter-spacing: -0.02em;
  }
  .prose p { font-size: 16.5px; color: var(--text); line-height: 1.7; margin-bottom: 16px; }
  .prose p:last-child { margin-bottom: 0; }

  /* Pull quote */
  .pullquote {
    background: var(--bg-alt);
    border-left: 4px solid var(--brand);
    padding: 32px 40px;
    border-radius: 0 14px 14px 0;
    margin: 32px 0;
  }
  .pullquote p {
    font-size: 22px; font-weight: 500;
    color: var(--navy);
    line-height: 1.4; letter-spacing: -0.015em;
    margin: 0;
  }
  @media (max-width: 640px) {
    .pullquote { padding: 24px 24px; }
    .pullquote p { font-size: 18px; }
  }

  /* Feature grid */
  .feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
  @media (max-width: 900px) { .feature-grid { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 540px) { .feature-grid { grid-template-columns: 1fr; } }
  .feature-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 28px 24px;
    transition: all 0.25s;
  }
  .feature-card:hover { transform: translateY(-3px); box-shadow: 0 14px 32px rgba(30,58,95,0.07); border-color: var(--brand); }
  .feature-icon {
    width: 44px; height: 44px; border-radius: 10px;
    background: var(--brand-soft); color: var(--brand);
    display: grid; place-items: center; margin-bottom: 18px;
  }
  .feature-card h4 {
    font-size: 18px; color: var(--navy);
    margin-bottom: 8px; letter-spacing: -0.015em;
  }
  .feature-card p { font-size: 14.5px; color: var(--muted); line-height: 1.55; }

  /* Values grid */
  .values-grid {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px;
  }
  @media (max-width: 700px) { .values-grid { grid-template-columns: 1fr; gap: 24px; } }
  .value-item {
    padding: 28px 0;
    border-top: 1px solid var(--border);
    display: grid; grid-template-columns: 48px 1fr; gap: 20px;
  }
  .value-item .v-num {
    color: var(--brand);
    font-size: 14px; font-weight: 700;
    letter-spacing: 0.08em;
  }
  .value-item h4 { font-size: 19px; color: var(--navy); margin-bottom: 6px; letter-spacing: -0.015em; }
  .value-item p { font-size: 15px; color: var(--muted); line-height: 1.55; }

  /* Sticky TOC for service pages */
  .svc-layout { display: grid; grid-template-columns: 260px 1fr; gap: 80px; }
  @media (max-width: 960px) { .svc-layout { grid-template-columns: 1fr; gap: 32px; } }
  .svc-toc {
    position: sticky; top: 100px;
    align-self: start;
    padding-top: 8px;
  }
  .svc-toc-label {
    font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase;
    color: var(--muted); font-weight: 700; margin-bottom: 16px;
  }
  .svc-toc ul { list-style: none; border-left: 2px solid var(--border); }
  .svc-toc li a {
    display: block; padding: 8px 16px;
    font-size: 14px; color: var(--muted); font-weight: 500;
    border-left: 2px solid transparent; margin-left: -2px;
    transition: all 0.2s;
  }
  .svc-toc li a:hover { color: var(--brand); border-left-color: var(--brand); }

  /* Checklist */
  .checklist { list-style: none; display: flex; flex-direction: column; gap: 14px; }
  .checklist li {
    display: grid; grid-template-columns: 24px 1fr; gap: 14px;
    align-items: start;
    font-size: 15.5px; color: var(--text); line-height: 1.5;
  }
  .checklist li .ck {
    width: 22px; height: 22px; border-radius: 50%;
    background: var(--brand-soft); color: var(--brand);
    display: grid; place-items: center;
    margin-top: 2px; flex-shrink: 0;
  }

  /* Stat strip */
  .stat-strip {
    background: var(--navy);
    color: var(--white);
    border-radius: 16px;
    padding: 40px;
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    position: relative; overflow: hidden;
  }
  .stat-strip::before {
    content: ''; position: absolute; inset: 0;
    background-image: radial-gradient(circle at 90% 50%, rgba(42,170,231,0.2), transparent 60%);
    pointer-events: none;
  }
  @media (max-width: 820px) { .stat-strip { grid-template-columns: 1fr 1fr; padding: 32px; } }
  @media (max-width: 480px) { .stat-strip { grid-template-columns: 1fr; gap: 20px; padding: 28px 24px; } }
  .stat-strip-item { position: relative; z-index: 2; }
  .stat-strip-item h3 { font-size: 40px; color: var(--white); margin-bottom: 4px; letter-spacing: -0.025em; }
  .stat-strip-item h3 .unit { color: var(--brand-light); font-size: 18px; font-weight: 700; margin-left: 2px; }
  .stat-strip-item p { font-size: 13.5px; color: rgba(255,255,255,0.7); line-height: 1.45; }

  /* Comparison */
  .compare { background: var(--white); border: 1px solid var(--border); border-radius: 14px; overflow: hidden; }
  .compare-row { display: grid; grid-template-columns: 1.5fr 1fr 1fr; }
  .compare-row:not(:last-child) { border-bottom: 1px solid var(--border); }
  .compare-row > div { padding: 18px 24px; }
  .compare-row.head { background: var(--bg-alt); font-weight: 700; }
  .compare-row.head > div:nth-child(3) { background: var(--brand-soft); color: var(--navy); }
  .compare-row > div:nth-child(1) { font-size: 15px; color: var(--text); font-weight: 500; }
  .compare-row > div:nth-child(2),
  .compare-row > div:nth-child(3) { text-align: center; font-size: 14px; }
  .compare-row > div:nth-child(3) { background: rgba(42,170,231,0.04); }
  .compare-yes { color: var(--brand); font-weight: 700; }
  .compare-no { color: var(--muted-light); }
  @media (max-width: 640px) {
    .compare-row { grid-template-columns: 1fr 80px 80px; }
    .compare-row > div { padding: 14px 12px; font-size: 13px; }
  }
</style>
