*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0 }
    :root {
      --ink: #0a0a0a; --ink2: #444; --ink3: #888;
      --surface: #fafaf8; --s2: #f2f0eb; --s3: #e8e5de;
      --accent: #e8562a; --ah: #c94420;
      --navy: #14203b;
      --border: rgba(0,0,0,0.08); --b2: rgba(0,0,0,0.14);
      --r: 4px; --rl: 10px; --max: 1140px;
      --serif: 'Instrument Serif', Georgia, serif;
      --sans: 'Geist', system-ui, sans-serif;
    }
    html { scroll-behavior: smooth }
    body { font-family: var(--sans); background: var(--surface); color: var(--ink); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased }

    /* LAYOUT */
    .c { max-width: var(--max); margin: 0 auto; padding: 0 2rem }
    section { padding: 4.5rem 0; border-bottom: 1px solid var(--border) }
    .slbl { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); margin-bottom: 0.7rem; font-weight: 500 }
    .stitle { font-family: var(--serif); font-size: clamp(1.8rem, 3.5vw, 2.4rem); line-height: 1.15; letter-spacing: -0.01em; margin-bottom: 0.9rem; font-weight: 400 }
    .ssub { font-size: 1rem; color: var(--ink2); line-height: 1.75; max-width: 680px; margin-bottom: 2.5rem; text-align: justify }

    /* HERO */
    .hero { background: var(--navy); padding: 5rem 2rem 4.5rem; position: relative; overflow: hidden; border-bottom: none }
    .hero::after { content: ''; position: absolute; top: -100px; right: -60px; width: 420px; height: 420px; background: radial-gradient(circle, rgba(232,86,42,0.12) 0%, transparent 60%); pointer-events: none }
    .hero-i { max-width: var(--max); margin: 0 auto; position: relative; z-index: 1 }
    .hero-eyebrow { font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(232,86,42,0.9); margin-bottom: 1.2rem }
    .hero h1 { font-family: var(--serif); font-size: clamp(2rem, 4.5vw, 3rem); font-weight: 400; line-height: 1.15; color: #fff; letter-spacing: -0.02em; margin-bottom: 1.4rem; max-width: 820px }
    .hero h1 em { color: var(--accent); font-style: normal }
    .hero-sub { font-size: 1.05rem; color: rgba(255,255,255,0.7); line-height: 1.75; margin-bottom: 2.2rem; max-width: 700px; text-align: justify }
    .hero-sub strong { color: rgba(255,255,255,0.92); font-weight: 500 }
    .hero-btns { display: flex; gap: 0.9rem; flex-wrap: wrap }
    .btn-p { background: var(--accent); color: #fff; padding: 0.8rem 1.7rem; border-radius: var(--r); font-size: 0.9rem; font-weight: 500; text-decoration: none; transition: background 0.2s; display: inline-flex; align-items: center; gap: 0.4rem }
    .btn-p:hover { background: var(--ah) }
    .btn-g { background: rgba(255,255,255,0.06); color: rgba(255,255,255,0.85); padding: 0.8rem 1.5rem; border-radius: var(--r); font-size: 0.9rem; font-weight: 500; text-decoration: none; border: 1px solid rgba(255,255,255,0.18); transition: all 0.2s }
    .btn-g:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.3) }

    /* ARCH 2-COL */
    .arch-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; margin-top: 2rem; align-items: start }
    .arch-col h3 { font-family: var(--serif); font-size: 1.2rem; color: var(--ink); margin-bottom: 0.8rem; font-weight: 400 }
    .arch-col p { font-size: 0.9rem; color: var(--ink2); line-height: 1.7; margin-bottom: 1rem; text-align: justify }
    .arch-list { list-style: none; display: flex; flex-direction: column; gap: 0.5rem }
    .arch-list li { font-size: 0.88rem; color: var(--ink2); line-height: 1.6; padding-left: 1.2rem; position: relative }
    .arch-list li::before { content: '—'; position: absolute; left: 0; color: var(--accent); font-weight: 500 }

    /* INTEGRATION CARDS */
    .integ-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin-top: 2rem }
    .integ-card { background: #fff; border: 1px solid var(--border); border-radius: var(--rl); padding: 1.8rem 1.6rem }
    .integ-tag { font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); font-weight: 500; margin-bottom: 0.8rem }
    .integ-card h3 { font-family: var(--serif); font-size: 1.1rem; color: var(--ink); margin-bottom: 0.55rem; font-weight: 400 }
    .integ-card p { font-size: 0.88rem; color: var(--ink2); line-height: 1.65; text-align: justify }

    /* CONTROL CARDS */
    .control-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; margin-top: 2rem }
    .control-card { background: #fff; border-left: 3px solid var(--accent); border-radius: 0 var(--r) var(--r) 0; padding: 1.4rem 1.5rem; border-top: 1px solid var(--border); border-right: 1px solid var(--border); border-bottom: 1px solid var(--border) }
    .control-card h3 { font-size: 0.92rem; font-weight: 500; color: var(--ink); margin-bottom: 0.4rem }
    .control-card p { font-size: 0.86rem; color: var(--ink2); line-height: 1.65; text-align: justify }

    /* COMPLIANCE BOX */
    .comp-box { background: var(--navy); border-radius: var(--rl); padding: 3rem; margin-top: 2rem }
    .comp-box h3 { font-family: var(--serif); font-size: 1.5rem; color: #fff; margin-bottom: 0.6rem; font-weight: 400 }
    .comp-box > p { font-size: 0.95rem; color: rgba(255,255,255,0.55); margin-bottom: 2rem; line-height: 1.7 }
    .comp-items { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem }
    .comp-item { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 1rem }
    .comp-item h4 { font-size: 0.88rem; font-weight: 500; color: rgba(255,255,255,0.85); margin-bottom: 0.35rem }
    .comp-item p { font-size: 0.82rem; color: rgba(255,255,255,0.45); line-height: 1.6; text-align: justify }

    /* FAQ */
    .faq-list { margin-top: 2rem; display: flex; flex-direction: column; gap: 0 }
    .faq-item { border-bottom: 1px solid var(--border) }
    .faq-q { padding: 1.1rem 0; font-size: 0.95rem; font-weight: 500; color: var(--ink); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem }
    .faq-q::after { content: '+'; font-size: 1.2rem; color: var(--ink3); flex-shrink: 0; transition: transform 0.2s }
    .faq-item.open .faq-q::after { transform: rotate(45deg) }
    .faq-a { font-size: 0.9rem; color: var(--ink2); line-height: 1.7; max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s; text-align: justify }
    .faq-item.open .faq-a { max-height: 400px; padding-bottom: 1.1rem }

    /* CTA STRIP */
    .cta-strip { background: var(--navy); padding: 4rem 2rem; text-align: center; border-bottom: none }
    .cta-strip h2 { font-family: var(--serif); font-size: 2rem; color: #fff; margin-bottom: 0.9rem; font-weight: 400 }
    .cta-strip p { font-size: 0.95rem; color: rgba(255,255,255,0.6); max-width: 520px; margin: 0 auto 2rem; line-height: 1.75 }

    /* CROSS-LINKS */
    .cross-links { background: var(--s2); padding: 2.5rem 2rem; border-bottom: none }
    .cross-links-i { max-width: var(--max); margin: 0 auto; display: flex; align-items: center; gap: 2rem; flex-wrap: wrap }
    .cross-lbl { font-size: 0.8rem; color: var(--ink3); flex-shrink: 0 }
    .cross-link { font-size: 0.85rem; color: var(--ink2); text-decoration: none; border-bottom: 1px solid var(--border); padding-bottom: 1px; transition: color 0.2s }
    .cross-link:hover { color: var(--accent) }

    /* FOOTER */
    footer { background: var(--navy); color: #fff; padding: 3.5rem 0 0 }
    .foot-i { max-width: var(--max); margin: 0 auto; padding: 0 1.5rem; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2rem }
    .foot-logo { font-weight: 500; font-size: 1rem; color: #fff; text-decoration: none }
    .foot-logo span { color: var(--accent) }
    .foot-tag { font-size: 0.8rem; color: rgba(255,255,255,0.5); margin-top: 0.5rem; line-height: 1.5 }
    footer h5 { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(255,255,255,0.4); margin-bottom: 0.8rem }
    footer ul { list-style: none }
    footer li { margin-bottom: 0.5rem }
    footer li a { color: rgba(255,255,255,0.7); text-decoration: none; font-size: 0.85rem }
    footer li a:hover { color: #fff }
    .foot-btm { max-width: var(--max); margin: 3rem auto 0; padding: 1.2rem 1.5rem; border-top: 1px solid rgba(255,255,255,0.08); display: flex; justify-content: space-between; font-size: 0.75rem; color: rgba(255,255,255,0.3) }
    .foot-btm a { color: rgba(255,255,255,0.4); text-decoration: none }

    /* RESPONSIVE */
    @media (max-width: 900px) {
      .arch-grid, .integ-grid { grid-template-columns: 1fr }
      .comp-items { grid-template-columns: 1fr }
      .pi-grid { grid-template-columns: repeat(2, 1fr) }
    }
    @media (max-width: 600px) {
      .hero { padding: 3.5rem 1.25rem 3rem }
      section { padding: 3rem 0 }
      .c { padding: 0 1.25rem }
      .control-grid { grid-template-columns: 1fr }
      .comp-box { padding: 2rem 1.5rem }
      .foot-i { grid-template-columns: 1fr }
      .foot-btm { flex-direction: column; gap: 0.5rem }
      .pi-grid { grid-template-columns: 1fr }
    }
    /* RELATED INSIGHTS */
    .pi-section { padding: 3.5rem 2rem; border-top: 1px solid var(--border) }
    .pi-i { max-width: var(--max); margin: 0 auto }
    .pi-hd { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 2rem; flex-wrap: wrap; gap: 0.5rem }
    .pi-hd h2 { font-family: var(--serif); font-size: 1.35rem; color: var(--ink) }
    .pi-hd a { font-size: 0.83rem; color: var(--accent); text-decoration: none }
    .pi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem }
    .pi-card { display: block; padding: 1.5rem; border: 1px solid var(--border); border-radius: var(--rl); text-decoration: none; transition: border-color 0.2s, box-shadow 0.2s; background: #fff }
    .pi-card:hover { border-color: var(--b2); box-shadow: 0 4px 16px rgba(0,0,0,0.07) }
    .pi-type { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--accent); margin-bottom: 0.65rem; display: block }
    .pi-title { font-family: var(--serif); font-size: 1.05rem; line-height: 1.3; color: var(--ink); margin-bottom: 0.6rem }
    .pi-excerpt { font-size: 0.82rem; color: var(--ink2); line-height: 1.6; margin-bottom: 1rem }
    .pi-read { font-size: 0.8rem; color: var(--ink); font-weight: 500 }
