    body {
      font-family: "Segoe UI", sans-serif;
      background: #f9fafc;
      margin: 0;
      padding: 0;
      color: #2d2d2d;
      line-height: 1.6;
      font-size: 17px;
    }

    .container {
      max-width: 920px;
      margin: 0 auto;
      padding: 25px;
    }

    .brand {
      text-align: center;
      font-size: 40px;
      font-weight: bold;
      color: #0056b3;
      margin-bottom: 8px;
    }

    .slogan {
      text-align: center;
      font-size: 18px;
      color: #e63946;
      font-weight: 600;
      margin-bottom: 20px;
    }

    .header-bar {
      height: 5px;
      background: #0056b3;
      margin-bottom: 25px;
      border-radius: 3px;
    }

    .meta {
      font-size: 14px;
      font-weight: bold;
      color: #e63946;
      text-align: center;
      margin-bottom: 15px;
    }

    h1 {
      font-size: 30px;
      font-weight: bold;
      text-align: center;
      color: #0056b3;
      margin-bottom: 20px;
    }

    h1 span {
      color: #e63946;
    }

    h2 {
      font-size: 23px;
      margin: 30px 0 15px;
      color: #0056b3;
    }

    .card {
      background: #fff;
      border-radius: 12px;
      padding: 22px;
      margin-bottom: 28px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
      border-left: 6px solid #e63946;
    }

    .quote {
      border-left: 6px solid #0056b3;
      padding: 16px;
      margin: 28px 0;
      font-style: italic;
      background: #eef6ff;
      position: relative;
      font-size: 16px;
      border-radius: 8px;
    }

    .quote::before {
      content: "“";
      font-size: 34px;
      color: #e63946;
      position: absolute;
      left: 12px;
      top: -10px;
    }

    .img-box {
      text-align: center;
      margin: 25px 0;
    }

    .img-box img {
      max-width: 100%;
      border-radius: 10px;
    }

    .img-caption {
      font-size: 14px;
      color: #555;
      margin-top: 8px;
      text-align: center;
    }

    ul,
    ol {
      margin: 15px 0 25px 30px;
      font-size: 16px;
    }

    .btn {
      display: block;
      padding: 15px;
      text-align: center;
      font-weight: bold;
      border-radius: 8px;
      cursor: pointer;
      text-decoration: none;
      color: #fff;
      transition: 0.25s ease;
      font-size: 16px;
      margin: 12px 0;
    }

    .btn-blue {
      background: #0056b3;
    }

    .btn-blue:hover {
      background: #e63946;
    }

    .footer {
      font-size: 13px;
      color: #666;
      margin-top: 55px;
      border-top: 1px solid #ccc;
      padding-top: 20px;
      text-align: center;
    }

    .footer-links {
      margin-top: 10px;
    }

    .footer-links a {
      margin: 0 10px;
      color: #0056b3;
      text-decoration: none;
      font-weight: bold;
    }

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