
    html, body {
      height: 100%;
      overflow: hidden;
    }
    body {
      font-family: 'Plus Jakarta Sans', sans-serif;
      display: flex;
      flex-direction: column;
      height: 100vh;
      background: url(../img/bg-masthead.jpg) center/cover no-repeat fixed;
    }

    /* ── HERO ── */
    .masthead {
      flex: 1 1 auto !important;
      min-height: unset !important;
      height: auto !important;
      display: flex !important;
      padding: 0 !important;
      background: none !important;
    }
    .masthead .overlay { display: none !important; }
    .masthead .container { padding-top: 1.5rem; padding-bottom: 1.5rem; }
    .masthead img { display: block; margin: 0 auto 0.75rem; }
    .masthead h1 {
      font-size: 3.2rem !important;
      font-weight: 800 !important;
      letter-spacing: -0.03em;
      line-height: 1.05;
    }
    .masthead h3 {
      font-size: 1rem !important;
      font-weight: 300 !important;
      letter-spacing: 0.18em !important;
      color: #111 !important;
      margin-bottom: 1.75rem !important;
    }
    .masthead .btn-primary {
      border-radius: 8px !important;
      padding: 0.7rem 2rem !important;
      font-weight: 600 !important;
      font-size: 0.95rem !important;
      letter-spacing: 0.02em;
      box-shadow: 0 4px 20px rgba(29,128,159,0.4) !important;
    }
    .masthead h4 { margin-top: 1rem; }
    .masthead h4 a {
      font-size: 1.2rem !important;
      color: #111 !important;
      font-weight: 400 !important;
      text-decoration: none !important;
      border-bottom: none;
      transition: color 0.2s, border-color 0.2s;
    }
    .masthead h4 a:hover { color: #ecb807 !important; border-color: #ecb807 !important; }

    /* ── FEATURES ── */
    #services {
      flex-shrink: 0;
      padding: 0 0 1rem !important;
      margin-top: -2rem;
      background: none !important;
    }
    #services .content-section-heading {
      margin-bottom: 1rem;
    }
    #services .content-section-heading h2 {
      font-size: 1.4rem !important;
      font-weight: 700 !important;
      letter-spacing: 0.05em !important;
      text-transform: uppercase !important;
      color: #111 !important;
      margin-bottom: 0 !important;
    }

    .service-icon {
      width: 6rem !important;
      height: 6rem !important;
      font-size: 2.8rem !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      line-height: 1 !important;
    }
    .service-icon a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      text-decoration: none !important;
      color: #111 !important;
    }
    .service-icon a:hover { text-decoration: none !important; color: #111 !important; }
    #services h4 { color: #111 !important; font-size: 1rem; margin-top: 0.5rem; }

    /* ── TEAM CTA ── */
    #login {
      padding: 1.5rem 0 !important;
    }
    #services {
      padding-bottom: 1.5rem !important;
    }
    #login h2 {
      font-size: 1.5rem !important;
      font-weight: 800 !important;
      color: #111827 !important;
      margin-bottom: 1rem !important;
    }
    #login .btn-dark {
      border-radius: 8px !important;
      font-size: 0.88rem !important;
      font-weight: 600 !important;
      padding: 0.6rem 1.5rem !important;
      letter-spacing: 0.02em;
    }

    /* ── MOBILE ── */
    @media (max-width: 768px) {
      html, body { height: auto; overflow: auto; }
      .masthead { flex: none !important; min-height: 60vh !important; }
      #services { margin-top: 0; }
    }

    /* ── FOOTER ── */
    footer.footer {
      flex-shrink: 0;
      padding: 0 !important;
      background: #1a1a2e !important;
    }
    footer.footer > .container { display: none !important; }
    .modern-footer {
      background: #1a1a2e;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0.9rem 2rem;
      font-size: 0.78rem;
    }
    .modern-footer .footer-links { display: flex; gap: 1.2rem; }
    .modern-footer .footer-links a {
      color: #aab4be;
      text-decoration: none;
      transition: color 0.2s;
    }
    .modern-footer .footer-links a:hover { color: #ecb807; }
    .modern-footer .footer-copy { color: #8a9099; }
    .modern-footer .footer-socials { display: flex; gap: 0.9rem; }
    .modern-footer .footer-socials a {
      color: #aab4be;
      font-size: 1rem;
      text-decoration: none;
      transition: color 0.2s;
    }
    .modern-footer .footer-socials a:hover { color: #ecb807; }
    .text-warning {
      color: #212529 !important;
    }