   p {
       margin-bottom: 2em;
       line-height: 1.8;
   }

   .log a {
       color: rgb(0, 55, 255);
   }

   footer {
       text-align: center;
       padding: 20px;
       font-size: 0.9em;
       line-height: 1.5em;
       color: rgba(255, 255, 255, 0.9);
       background-color: #47A8F2;
   }

   body {
       font-family:
           -apple-system,
           BlinkMacSystemFont,
           "SF Pro Text",
           "SF Pro Display",
           "Avenir",
           "Helvetica Neue",
           Arial, sans-serif;
       color: #333;
       background-color: #47A8F2;
       margin: auto;
       overflow-x: hidden;
   }

   body:lang(zh) {
       font-family:
           -apple-system,
           BlinkMacSystemFont,
           "PingFang SC",
           "SF Pro Text",
           "SF Pro Display",
           "Microsoft YaHei",
           "Noto Sans CJK SC",
           sans-serif;
   }

   #index .text a {
       color: rgba(255, 255, 255, 0.9);
       text-decoration: underline;
   }

   :not(#index)>.text a {
       color: #0000EE;
       text-decoration: underline;
   }

   .lang-dropdown:hover {
       border-color: #333;
   }

   .hero-title {
       font-size: 2.4rem;
       margin: 20px 0 10px;
       font-weight: 600;
       color: rgba(255, 255, 255, 0.92);
   }

   .privacy-section {
       padding: 60px 20px;
       text-align: center;
       color: rgba(255, 255, 255, 0.92) !important;
   }

   .privacy-title {
       font-size: 2.4rem;

       font-weight: 600;

   }

   .app-icon-div {
       display: flex;
       justify-content: center;
       align-items: center;
   }

   .app-icon {
       width: 10em;
       border-radius: 22%;
       box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
       display: block;
       margin: 0 auto;
   }

   .hero-section {
       text-align: center;
       display: flex;
       flex-direction: column;
       align-items: center;
       gap: 12px;
   }

   .hero-text {
       color: rgba(255, 255, 255, 0.85);
       font-size: 1.1rem;
       margin-bottom: 30px;
   }

   .appstore-wrapper {
       margin: 20px 0;
   }

   .appstore-badge {
       height: 3.5em;
   }

   .error-section {
       display: flex;
       flex-direction: column;
       align-items: center;
       gap: 16px;
   }

   .error-badge {
       padding: 6px 14px;
       border-radius: 999px;
       font-size: 0.85rem;
       letter-spacing: 0.08em;
       font-weight: 600;
       background: rgba(255, 255, 255, 0.2);
       color: rgba(255, 255, 255, 0.9);
   }

   .error-image {
       width: min(320px, 80%);
       border-radius: 22px;
       box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
   }

   .error-cta {
       margin-top: 8px;
       padding: 10px 22px;
       border-radius: 999px;
       border: 1px solid rgba(255, 255, 255, 0.45);
       background: rgba(255, 255, 255, 0.18);
       color: rgba(255, 255, 255, 0.95);
       font-weight: 500;
       text-decoration: none;
       transition: transform 0.2s ease, box-shadow 0.2s ease;
   }

   .error-cta:hover {
       transform: translateY(-2px);
       box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
   }


   #privacy.text {
       text-align: left !important;
       max-width: 900px;
       margin: 0 auto;
       line-height: 1.8;
   }

   #privacy.text strong {
       display: block;
       margin: 1.2em 0 0.4em;
       font-size: 1.1em;
   }

   .avatar img {
       display: flex;
       justify-content: center;
       margin: auto;
       border-radius: 50%;
       width: 300px;
       height: 300px;
       object-fit: cover;
       margin-top: 2em;
       margin-bottom: 2em;
   }

   .logo a {
       display: flex;
       align-items: center;
       gap: 10px;
       text-decoration: none;
       color: inherit;
   }

   .logo-img {
       height: 1.5em;
       width: auto;
       display: block;
   }

   .logo-text {
       letter-spacing: 0.02em;
   }