    :root {
      --bg: #ffffff;
      --fg: #0b0b0b;        /* Dark primary text */
      --muted: #3a3a3a;     /* Dark neutral for secondary text */
      --accent: #b4871f;    /* Deep gold tone */
      --border: #cfcfcf;    /* Stronger border contrast */
      --max-width: 1100px;
      --shadow-soft: 0 10px 26px rgba(0,0,0,0.06);
      --radius-lg: 18px;
      --radius-pill: 999px;
      --font-body: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    }

    * {
      box-sizing: border-box;
    }

    body {
      margin: 0;
      font-family: var(--font-body);
      background: var(--bg);
      color: var(--fg);
      font-size: 16px;
      line-height: 1.7;
    }

    a {
      color: var(--accent);
      text-decoration: none;
    }
    a:hover {
      text-decoration: underline;
    }

    header {
      border-bottom: 1px solid var(--border);
      background: #fffffff2;
      backdrop-filter: blur(10px);
      position: sticky;
      top: 0;
      z-index: 50;
    }

    .nav-inner {
      max-width: var(--max-width);
      margin: 0 auto;
      padding: 12px 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 10px;
      font-weight: 600;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      font-size: 13px;
      color: #121212;
    }

    .brand-logo {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      border: 1px solid var(--border);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      font-weight: 700;
      color: var(--accent);
      background: #ffffff;
    }

    nav ul {
      list-style: none;
      display: flex;
      gap: 18px;
      margin: 0;
      padding: 0;
      font-size: 14px;
    }

    nav a {
      color: #1e1e1e;
      font-weight: 500;
    }

    nav a:hover {
      color: #000000;
    }

    .nav-cta {
      padding: 7px 14px;
      border-radius: var(--radius-pill);
      border: 1px solid var(--accent);
      color: var(--accent);
      font-size: 13px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      background: #ffffff;
    }

    main {
      max-width: var(--max-width);
      margin: 0 auto;
      padding: 28px 20px 60px;
    }

    /* Hero */
    .hero {
      display: grid;
      grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
      gap: 28px;
      align-items: center;
      padding: 24px 20px 36px;
    }

    .badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 4px 11px;
      border-radius: var(--radius-pill);
      border: 1px solid var(--border);
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      color: #252525;
      margin-bottom: 10px;
      background: #f9f9f9;
    }

    .badge-dot {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--accent);
    }

    h1 {
      font-size: 32px;
      line-height: 1.15;
      margin: 0 0 12px;
      color: #101010;
    }
    h1 span.highlight {
      color: var(--accent);
    }

    .hero-sub {
      color: #2b2b2b;
      font-size: 15px;
      max-width: 520px;
      margin-bottom: 18px;
    }

    .hero-points {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px 16px;
      font-size: 14px;
      margin-bottom: 16px;
      color: #202020;
    }

    .hero-points span {
      display: inline-flex;
      align-items: center;
      gap: 6px;
    }

    .hero-points .dot {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--accent);
    }

    .hero-cta-row {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      align-items: center;
      margin-bottom: 10px;
    }

    .btn-primary {
      border-radius: var(--radius-pill);
      padding: 9px 20px;
      border: none;
      background: var(--accent);
      color: #ffffff;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      cursor: pointer;
    }

    .btn-ghost {
      border-radius: var(--radius-pill);
      padding: 8px 16px;
      border: 1px solid var(--border);
      background: #ffffff;
      font-size: 13px;
      cursor: pointer;
      color: #242424;
    }

    .hero-note {
      font-size: 13px;
      color: #3c3c3c;
      max-width: 480px;
    }

    .hero-card {
      border-radius: 22px;
      border: 1px solid var(--border);
      padding: 18px 18px 14px;
      box-shadow: var(--shadow-soft);
      display: flex;
      flex-direction: column;
      gap: 10px;
      background: #fbfbfb;
      color: #1a1a1a;
    }

    .hero-card-title {
      font-size: 13px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      color: #2a2a2a;
    }

    .metric-row {
      display: flex;
      justify-content: space-between;
      font-size: 13px;
      color: #292929;
    }

    .metric-label {
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 0.12em;
      color: #444444;
    }

    .metric-value {
      font-size: 20px;
      font-weight: 600;
      color: #101010;
    }

    .metric-tagline {
      font-size: 13px;
      color: #3f3f3f;
    }

    .pill-row {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
    }

    .pill {
      font-size: 12px;
      padding: 4px 10px;
      border-radius: var(--radius-pill);
      border: 1px solid var(--border);
      background: #ffffff;
      color: #303030;
    }

    /* Sections */
    section {
      padding: 26px 20px;
      border-radius: var(--radius-lg);
      border: 1px solid var(--border);
      margin-bottom: 20px;
      background: #ffffff;
      box-shadow: var(--shadow-soft);
    }

    section h2 {
      font-size: 22px;
      margin-top: 0;
      margin-bottom: 8px;
      color: #101010;
    }

    section h3 {
      font-size: 16px;
      margin-bottom: 6px;
      margin-top: 14px;
      color: #141414;
    }

    .section-eyebrow {
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 0.12em;
      color: #2f2f2f;
      margin-bottom: 4px;
    }

    .two-col {
      display: grid;
      grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
      gap: 22px;
    }

    ul {
      padding-left: 20px;
      margin: 6px 0 10px;
      font-size: 15px;
      color: #181818;
    }

    .tag-row {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
      margin-top: 6px;
    }

    .tag {
      font-size: 12px;
      padding: 3px 8px;
      border-radius: var(--radius-pill);
      border: 1px solid var(--border);
      color: #333333;
      background: #f7f7f7;
    }

    .muted {
      color: var(--muted);
      font-size: 14px;
    }

    .note-box {
      border-radius: 12px;
      border: 1px dashed var(--border);
      padding: 10px 12px;
      background: #f4f4f4;
      font-size: 14px;
      color: #1c1c1c;
      margin-top: 8px;
    }

    .grid-3 {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }

    .card-mini {
      border-radius: 14px;
      border: 1px solid var(--border);
      padding: 12px 12px 10px;
      background: #fbfbfb;
      font-size: 14px;
      color: #202020;
    }

    .card-mini h3 {
      font-size: 15px;
      margin-top: 0;
      margin-bottom: 6px;
    }

    .label {
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 0.12em;
      color: #2f2f2f;
      margin-bottom: 2px;
    }

    .contact-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
      gap: 20px;
    }

    .contact-block {
      font-size: 15px;
      color: #181818;
    }

    .contact-block strong {
      display: block;
      margin-bottom: 4px;
    }

    .contact-high {
      border-radius: 12px;
      border: 1px solid var(--border);
      padding: 12px 14px;
      background: #fbfbfb;
      font-size: 14px;
      color: #202020;
    }

    footer {
      border-top: 1px solid var(--border);
      padding: 16px 20px 30px;
      font-size: 12px;
      color: #3a3a3a;
      background: #fafafa;
    }

    @media (max-width: 860px) {
      .hero {
        grid-template-columns: minmax(0, 1fr);
      }
      .two-col,
      .grid-3,
      .contact-grid {
        grid-template-columns: minmax(0, 1fr);
      }
      nav ul {
        display: none;
      }
      .nav-cta {
        margin-left: auto;
      }
    }
  div#container
{
   width: 970px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
