    :root{
      --bg-main:#020617;
      --bg-soft:#0f172a;
      --card-bg:rgba(255,255,255,0.06);
      --card-border:rgba(255,255,255,0.10);
      --text-main:#f8fafc;
      --text-soft:#cbd5e1;
      --accent:#60a5fa;
      --accent-2:#22c55e;
      --shadow:0 18px 40px rgba(0,0,0,0.28);
      --radius:22px;
      --max-width:1200px;
    }

    *{
      box-sizing:border-box;
      margin:0;
      padding:0;
    }

    html, body{
      width:100%;
      max-width:100%;
      overflow-x:hidden;
      font-family:Arial, Helvetica, sans-serif;
      background:
        radial-gradient(circle at top right, rgba(96,165,250,0.18), transparent 28%),
        radial-gradient(circle at bottom left, rgba(34,197,94,0.10), transparent 26%),
        var(--bg-main);
      color:var(--text-main);
    }

    a{
      text-decoration:none;
      color:inherit;
    }

    .modules-page{
      padding:72px 20px 90px;
    }

    .modules-inner{
      max-width:var(--max-width);
      margin:0 auto;
    }

    .modules-hero{
      text-align:center;
      margin-bottom:48px;
    }

    .modules-badge{
      display:inline-block;
      padding:10px 18px;
      border-radius:999px;
      background:rgba(96,165,250,0.12);
      border:1px solid rgba(96,165,250,0.22);
      color:#bfdbfe;
      font-size:13px;
      font-weight:700;
      letter-spacing:0.08em;
      text-transform:uppercase;
      margin-bottom:18px;
    }

    .modules-hero h1{
      font-size:clamp(34px, 5vw, 62px);
      line-height:1.05;
      margin-bottom:18px;
      font-weight:800;
      color:#ffffff;
    }

    .modules-hero p{
      max-width:820px;
      margin:0 auto;
      font-size:18px;
      line-height:1.75;
      color:var(--text-soft);
    }

    .modules-grid{
      display:grid;
      grid-template-columns:repeat(3, minmax(0, 1fr));
      gap:24px;
    }

    .module-card{
      position:relative;
      background:var(--card-bg);
      border:1px solid var(--card-border);
      border-radius:var(--radius);
      padding:26px 24px 24px;
      box-shadow:var(--shadow);
      transition:transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
      overflow:hidden;
    }

    .module-card::before{
      content:"";
      position:absolute;
      inset:0 auto auto 0;
      width:100%;
      height:4px;
      background:linear-gradient(90deg, var(--accent), var(--accent-2));
      opacity:0.9;
    }

    .module-card:hover{
      transform:translateY(-4px);
      border-color:rgba(96,165,250,0.32);
      background:rgba(255,255,255,0.08);
    }

    .module-label{
      display:inline-block;
      margin-bottom:14px;
      padding:7px 12px;
      border-radius:999px;
      background:rgba(255,255,255,0.06);
      border:1px solid rgba(255,255,255,0.08);
      color:#93c5fd;
      font-size:12px;
      font-weight:700;
      text-transform:uppercase;
      letter-spacing:0.06em;
    }

    .module-card h2{
      font-size:24px;
      line-height:1.2;
      margin-bottom:12px;
      color:#ffffff;
    }

    .module-card p{
      font-size:15px;
      line-height:1.75;
      color:var(--text-soft);
      margin-bottom:22px;
      min-height:96px;
    }

    .module-link{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      padding:12px 18px;
      border-radius:14px;
      background:linear-gradient(135deg, #2563eb, #1d4ed8);
      color:#ffffff;
      font-size:14px;
      font-weight:700;
      box-shadow:0 10px 24px rgba(37,99,235,0.28);
    }

    .module-link:hover{
      filter:brightness(1.05);
    }

    .modules-footer-note{
      margin-top:42px;
      text-align:center;
      color:#94a3b8;
      font-size:14px;
      line-height:1.7;
    }

    @media (max-width: 980px){
      .modules-grid{
        grid-template-columns:repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 680px){
      .modules-page{
        padding:56px 16px 72px;
      }

      .modules-grid{
        grid-template-columns:1fr;
      }

      .module-card p{
        min-height:auto;
      }

      .modules-hero p{
        font-size:16px;
      }
    }
    
        /* =========================
       FOOTER
       ========================= */
    .footer {
      margin-top: 50px;
      background: #010814;
      border-top: 1px solid rgba(255,255,255,0.08);
      padding: 54px 0 22px;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.2fr 0.9fr 0.9fr;
      gap: 26px;
    }

    .footer-brand h2 {
      font-size: 22px;
      margin-bottom: 12px;
    }

    .footer-brand p {
      color: var(--text-soft);
      max-width: 500px;
      font-size: 15px;
    }

    .footer-col h3 {
      font-size: 15px;
      margin-bottom: 14px;
      color: #ffffff;
    }

    .footer-links {
      display: grid;
      gap: 10px;
    }

    .footer-links a {
      color: var(--text-soft);
      font-size: 14px;
      transition: 0.2s ease;
    }

    .footer-links a:hover {
      color: #ffffff;
    }

    .footer-bottom {
      margin-top: 28px;
      padding-top: 18px;
      border-top: 1px solid rgba(255,255,255,0.08);
      text-align: center;
      color: var(--text-muted);
      font-size: 13px;
    }
    
    .smart-core {
  position: relative;
  background:
    radial-gradient(circle at top right, rgba(96, 165, 250, 0.22), transparent 30%),
    linear-gradient(180deg, #1e3a8a 0%, #172554 55%, #0f172a 100%);
  border: 1px solid rgba(96, 165, 250, 0.35);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.30),
    0 0 0 1px rgba(96, 165, 250, 0.08) inset;
}

.smart-core::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #60a5fa, #22c55e);
  opacity: 1;
}

.smart-core .module-label {
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #bfdbfe;
}

.smart-core h2 {
  color: #ffffff;
}

.smart-core p {
  color: #dbeafe;
}

.smart-core .module-link {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.35);
}

.smart-core {
  grid-column: 1 / -1;
}