:root {
      --yellow: #f5c400;
      --gray-900: #101114;
      --gray-700: #2a2d33;
      --gray-600: #3b3f46;
      --gray-200: #c6cad1;
      --white: #ffffff;
      --maxw: 1380px;
      --radius-2xl: 20px;
      --radius-3xl: 28px;
      --shadow-soft: 0 10px 30px rgba(0,0,0,0.08), 0 2px 10px rgba(0,0,0,0.06);
      --shadow-strong: 0 30px 60px rgba(0,0,0,0.18), 0 10px 20px rgba(0,0,0,0.1);
    }
	.spiral-about-us-white {
    color: #c8c8c8;
    }
    body {
      background: var(--gray-900);
      color: var(--white);
      font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
      line-height: 1.6;
      margin: 0;
      position: relative;
    }
    body::before {
      content: "";
      position: fixed;
      inset: 0;
      z-index: -1;
      background: radial-gradient(1200px 600px at 80% -10%, rgba(245,196,0,0.2), rgba(245,196,0,0)),
                  radial-gradient(900px 500px at 10% -10%, rgba(255,226,122,0.15), rgba(255,226,122,0)),
                  url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1600" height="1200"><defs><pattern id="dots" width="24" height="24" patternUnits="userSpaceOnUse"><circle cx="2" cy="2" r="2" fill="%23ffffff" opacity="0.05"/></pattern></defs><rect width="1600" height="1200" fill="url(%23dots)"/></svg>');
      background-repeat: no-repeat, no-repeat, repeat;
      background-size: cover;
    }
    h1, h2, h3 { line-height: 1.2; margin: 0 0 0.6rem; color: #c8c8c8; }
    p { margin: 0 0 1rem; color: #c8c8c8; }
    ul { margin: 0.5rem 0 1.25rem 1.2rem; color: #c8c8c8; }
    li { margin: 0.35rem 0; color: #c8c8c8; }
    .container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
    .card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); border-radius: var(--radius-3xl); box-shadow: var(--shadow-soft); padding: 28px; margin-bottom: 36px; }
	.card::after {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  background: radial-gradient(300px 160px at 0% 0%,#292103,transparent 60%);
  filter: blur(0.5px);
}
    .accent { border-top: 4px solid var(--yellow); padding-top: 18px; }
    .section-title { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; }
    .dash { width: 28px; height: 4px; background: var(--yellow); border-radius: 999px; }
    .grid { display: grid; gap: 24px; }
    .grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    @media (max-width: 920px) { .grid-3 { grid-template-columns: 1fr; } }
    .stat { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.06); border-radius: var(--radius-2xl); padding: 18px 20px; }
    .stat h3 { color: var(--yellow); margin-bottom: 4px; }
    .placeholder { border-radius: var(--radius-2xl); overflow: hidden; background: var(--gray-700); min-height: 200px; box-shadow: var(--shadow-strong); margin-top: 16px; }
    .placeholder::after { display: block; text-align: right; padding: 6px 10px; font-size: 0.8rem; color: var(--gray-200); }
    .hero { padding: 72px 0 48px; text-align: center; }
    .hero h1 { font-size: 2.5rem; margin-bottom: 16px; }
    .hero p { font-size: 1.2rem; max-width: 800px; margin: 0 auto; }
      /* Global decorative background (subtle, across the whole page) */
    body::before, body::after {
      content: ""; position: fixed; inset: -10%; pointer-events: none; z-index: -1;
      background-repeat: no-repeat; background-size: contain; opacity: 0.35;
    }
    body::before {
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1600" height="1200" viewBox="0 0 1600 1200"><defs><linearGradient id="g" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="%23f5c400"/><stop offset="100%" stop-color="%23ffd84d"/></linearGradient></defs><g fill="none" stroke="url(%23g)" stroke-opacity="0.18"><circle cx="1400" cy="100" r="280" stroke-width="24"/><circle cx="1500" cy="-60" r="360" stroke-width="14"/></g></svg>');
      transform: translateY(-6%);
    }
    body::after {
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="2000" height="1400" viewBox="0 0 2000 1400"><defs><pattern id="dots" width="24" height="24" patternUnits="userSpaceOnUse"><circle cx="2" cy="2" r="2" fill="%23ffffff" opacity="0.06"/></pattern></defs><rect width="2000" height="1400" fill="url(%23dots)"/></svg>');
      opacity: 0.45;
    }

    /* Hero with attractive background */
    .hero {
      position: relative; overflow: hidden; isolation: isolate;
      background: radial-gradient(1200px 600px at 80% -10%, rgba(245,196,0,0.25), rgba(245,196,0,0)) ,
                  radial-gradient(900px 500px at 10% -10%, rgba(255,216,77,0.18), rgba(255,216,77,0));
      border-bottom: 1px solid rgba(255,255,255,0.06);
      padding: 72px 0 48px;
    }
    .hero::before, .hero::after {
      content: ""; position: absolute; inset: -10%; pointer-events: none; z-index: -1;
      background-repeat: no-repeat; background-size: contain; opacity: 0.35;
    }
    .hero::before {
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="1200" viewBox="0 0 1200 1200"><defs><linearGradient id="g2" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="%23f5c400"/><stop offset="100%" stop-color="%23ffe27a"/></linearGradient></defs><g fill="none" stroke="url(%23g2)" stroke-opacity="0.22"><circle cx="900" cy="200" r="240" stroke-width="28"/><circle cx="1000" cy="-40" r="320" stroke-width="16"/></g></svg>');
      transform: translate(0, -10%);
    }
    .hero::after {
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="800" viewBox="0 0 1200 800"><defs><pattern id="dots2" width="24" height="24" patternUnits="userSpaceOnUse"><circle cx="2" cy="2" r="2" fill="%23ffffff" opacity="0.08"/></pattern></defs><rect width="1200" height="800" fill="url(%23dots2)"/></svg>');
      opacity: 0.4;
    }
    .badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(245,196,0,0.1); color: var(--yellow); border: 1px solid rgba(245,196,0,0.35); padding: 6px 10px; border-radius: 999px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.75rem; }
    .lede { font-size: clamp(1.05rem, 0.6vw + 1rem, 1.25rem); color: #f2f3f5; max-width: 850px; margin-top: 10px; }
    h1 { font-size: clamp(2rem, 2.5vw + 1.2rem, 3.2rem); letter-spacing: -0.02em; margin: 14px 0 0.25rem; }
    .muted { color: #cfd3da; }
    .icon-title { display: flex; align-items: center; gap: 12px; }
    .icon { width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center; border-radius: 10px; background: rgba(245,196,0,0.12); border: 1px solid rgba(245,196,0,0.35); color: #fff; }
    .icon svg { width: 20px; height: 20px; }