<!doctype html>
<html amp lang="en-ID">
<head>
  <meta charset="utf-8">
  <title>SENJA128: Gerakan Edukasi Krisis Pejuang — Secercah Sinar di Ujung Senja yang Indah</title>
  <meta name="viewport" content="width=device-width,initial-scale=1">
  <meta name="description" content="SENJA128 hadir sebagai platform edukasi terdepan yang mengangkat realita krisis jumlah pejuang di seluruh dunia. Seperti senja yang hampir terbenam namun tetap memancarkan keindahannya, SENJA128 membawa narasi harapan dan perjuangan spiritual yang menyentuh hati.">
  <meta name="keywords" content="senja128, SENJA128, Senja128">
  <meta name="robots" content="index,follow">
  <meta property="og:url" content="https://marriedpriestsnow.org/">
  <meta property="og:title" content="SENJA128: Gerakan Edukasi Krisis Pejuang — Secercah Sinar di Ujung Senja yang Indah">
  <meta property="og:image" content="https://marriedpriestsnow.org/img/marriedpriestsnow.webp">
  <link rel="canonical" href="https://marriedpriestsnow.org/">
  <link rel="icon" href="https://marriedpriestsnow.org/img/logosenja128new.ico">
  <script async src="https://cdn.ampproject.org/v0.js"></script>
  <link rel="preconnect" href="https://fonts.googleapis.com">
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  <link href="https://fonts.googleapis.com/css2?family=Rajdhani:wght@600;700&family=Inter:wght@400;500;600&display=swap" rel="stylesheet">

  <style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style>
  <noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript>

  <style amp-custom>
    /* ── TOKENS ────────────────────────────────────────────── */
    :root {
      --c-void:   #050508;
      --c-deep:   #0D0D1A;
      --c-panel:  rgba(13,13,26,0.82);
      --c-cyan:   #00F5D4;
      --c-gold:   #FFD166;
      --c-red:    #FF4D6D;
      --c-text:   #EEF0FF;
      --c-muted:  #8B8FA8;
      --r-card:   16px;
      --r-btn:    12px;
    }

    /* ── RESET ─────────────────────────────────────────────── */
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { -webkit-text-size-adjust: 100%; }

    /* ── BODY / BG ─────────────────────────────────────────── */
    body {
      font-family: 'Inter', sans-serif;
      background: var(--c-void);
      color: var(--c-text);
      min-height: 100vh;
      height: 100vh;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    /* Ambient orb background */
    body::before {
      content: '';
      position: fixed;
      inset: 0;
      background:
        radial-gradient(ellipse 70% 50% at 50% -10%, rgba(0,245,212,0.18) 0%, transparent 70%),
        radial-gradient(ellipse 60% 40% at 80% 110%, rgba(255,77,109,0.12) 0%, transparent 65%),
        radial-gradient(ellipse 50% 50% at 20% 60%, rgba(255,209,102,0.07) 0%, transparent 60%);
      pointer-events: none;
      z-index: 0;
    }

    /* BG hero image — subtle overlay */
    .bg-hero {
      position: fixed;
      inset: 0;
      z-index: 0;
    }

    /* ── SHELL ─────────────────────────────────────────────── */
    .shell {
      position: relative;
      z-index: 1;
      width: 100%;
      max-width: 420px;
      height: 100vh;
      display: flex;
      flex-direction: column;
      padding: 0 16px;
      gap: 0;
    }

    /* ── TICKER ────────────────────────────────────────────── */
    .ticker-wrap {
      flex-shrink: 0;
      width: 100%;
      background: rgba(0,245,212,0.08);
      border-top: 1px solid rgba(0,245,212,0.3);
      border-bottom: 1px solid rgba(0,245,212,0.15);
      overflow: hidden;
      padding: 5px 0;
      margin: 0 -16px;
      width: calc(100% + 32px);
    }
    .ticker-text {
      display: inline-block;
      white-space: nowrap;
      color: var(--c-cyan);
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 0.8px;
      text-transform: uppercase;
      padding-left: 100%;
      animation: ticker 14s linear infinite;
    }
    @keyframes ticker {
      from { transform: translateX(0); }
      to   { transform: translateX(-100%); }
    }

    /* ── LOGO ROW ──────────────────────────────────────────── */
    .logo-row {
      flex-shrink: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 10px 0 6px;
    }

    /* ── MAIN CARD ─────────────────────────────────────────── */
    .main-card {
      flex: 1;
      min-height: 0;
      display: flex;
      flex-direction: column;
      background: var(--c-panel);
      border: 1px solid rgba(0,245,212,0.25);
      border-radius: var(--r-card);
      backdrop-filter: blur(20px);
      -webkit-backdrop-filter: blur(20px);
      overflow: hidden;
      box-shadow:
        0 0 0 1px rgba(0,245,212,0.08),
        0 8px 40px rgba(0,0,0,0.6),
        inset 0 1px 0 rgba(255,255,255,0.06);
      position: relative;
    }

    /* Top accent line */
    .main-card::before {
      content: '';
      position: absolute;
      top: 0; left: 10%; right: 10%;
      height: 1px;
      background: linear-gradient(90deg, transparent, var(--c-cyan), transparent);
    }

    /* ── HERO IMAGE ────────────────────────────────────────── */
    .hero-wrap {
      flex: 1;
      min-height: 0;
      position: relative;
      overflow: hidden;
    }

    /* gradient fade on image */
    .hero-wrap::after {
      content: '';
      position: absolute;
      bottom: 0; left: 0; right: 0;
      height: 55%;
      background: linear-gradient(to top, var(--c-deep) 0%, rgba(13,13,26,0.6) 60%, transparent 100%);
      pointer-events: none;
    }

    /* ── WIN BADGE ─────────────────────────────────────────── */
    .win-badge {
      position: absolute;
      top: 10px; right: 10px;
      z-index: 2;
      background: rgba(5,5,8,0.75);
      border: 1px solid rgba(255,209,102,0.5);
      border-radius: 8px;
      padding: 5px 9px;
      display: flex;
      flex-direction: column;
      align-items: center;
      backdrop-filter: blur(10px);
    }
    .win-badge .pct {
      font-family: 'Rajdhani', sans-serif;
      font-size: 20px;
      font-weight: 700;
      color: var(--c-gold);
      line-height: 1;
    }
    .win-badge .lbl {
      font-size: 8px;
      font-weight: 600;
      letter-spacing: 0.6px;
      color: var(--c-muted);
      text-transform: uppercase;
    }

    /* ── LIVE BADGE ────────────────────────────────────────── */
    .live-badge {
      position: absolute;
      top: 10px; left: 10px;
      z-index: 2;
      background: rgba(255,77,109,0.15);
      border: 1px solid rgba(255,77,109,0.5);
      border-radius: 6px;
      padding: 4px 8px;
      display: flex;
      align-items: center;
      gap: 5px;
    }
    .live-dot {
      width: 6px; height: 6px;
      border-radius: 50%;
      background: var(--c-red);
      animation: pulse 1.5s ease-in-out infinite;
    }
    @keyframes pulse {
      0%,100% { opacity: 1; box-shadow: 0 0 0 0 rgba(255,77,109,0.6); }
      50%      { opacity: 0.8; box-shadow: 0 0 0 4px rgba(255,77,109,0); }
    }
    .live-text {
      font-size: 9px;
      font-weight: 700;
      letter-spacing: 1px;
      color: var(--c-red);
      text-transform: uppercase;
    }

    /* ── BOTTOM CONTENT ────────────────────────────────────── */
    .card-bottom {
      flex-shrink: 0;
      padding: 14px 14px 16px;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    /* ── TAGLINE ───────────────────────────────────────────── */
    .tagline {
      text-align: center;
    }
    .tagline .brand {
      font-family: 'Rajdhani', sans-serif;
      font-size: 22px;
      font-weight: 700;
      color: var(--c-cyan);
      letter-spacing: 2px;
      text-transform: uppercase;
      line-height: 1;
    }
    .tagline .sub {
      font-size: 10px;
      color: var(--c-muted);
      letter-spacing: 0.5px;
      margin-top: 2px;
    }

    /* ── CTA BUTTONS ───────────────────────────────────────── */
    .cta-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 8px;
    }
    .btn {
      display: block;
      text-decoration: none;
      text-align: center;
      padding: 12px 8px;
      border-radius: var(--r-btn);
      font-family: 'Rajdhani', sans-serif;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.8px;
      text-transform: uppercase;
      transition: transform 0.15s ease, box-shadow 0.15s ease;
      position: relative;
      overflow: hidden;
    }
    .btn::after {
      content: '';
      position: absolute;
      inset: 0;
      background: rgba(255,255,255,0.08);
      opacity: 0;
      transition: opacity 0.15s;
    }
    .btn:hover::after { opacity: 1; }
    .btn:active { transform: scale(0.97); }

    .btn-login {
      background: linear-gradient(135deg, #00C9A7 0%, #00F5D4 100%);
      color: #050508;
      box-shadow: 0 4px 20px rgba(0,245,212,0.35);
    }
    .btn-login:hover {
      box-shadow: 0 6px 28px rgba(0,245,212,0.55);
      transform: translateY(-1px);
    }

    .btn-daftar {
      background: linear-gradient(135deg, #E8405A 0%, #FF4D6D 100%);
      color: #fff;
      box-shadow: 0 4px 20px rgba(255,77,109,0.3);
    }
    .btn-daftar:hover {
      box-shadow: 0 6px 28px rgba(255,77,109,0.5);
      transform: translateY(-1px);
    }

    /* ── FEATURE BADGES ────────────────────────────────────── */
    .badges {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 6px;
    }
    .feat {
      background: rgba(255,255,255,0.04);
      border: 1px solid rgba(255,255,255,0.08);
      border-radius: 8px;
      padding: 7px 4px;
      text-align: center;
      text-decoration: none;
    }
    .feat .ico { font-size: 14px; display: block; line-height: 1; }
    .feat .ftxt {
      display: block;
      font-size: 8.5px;
      font-weight: 600;
      letter-spacing: 0.3px;
      color: var(--c-muted);
      text-transform: uppercase;
      margin-top: 3px;
    }
    .feat.hi .ftxt { color: var(--c-cyan); }
    .feat.hi { border-color: rgba(0,245,212,0.2); }

    /* ── FOOTER ────────────────────────────────────────────── */
    .footer {
      flex-shrink: 0;
      text-align: center;
      padding: 6px 0 8px;
      font-size: 9px;
      color: rgba(139,143,168,0.6);
      letter-spacing: 0.3px;
    }

    /* ── AMP IMAGE FIX ─────────────────────────────────────── */
    .hero-wrap amp-img { display: block; }
    .hero-wrap amp-img img { object-fit: cover; object-position: center top; }

    /* ── MOBILE SAFETY ─────────────────────────────────────── */
    @media (max-height: 640px) {
      .logo-row { padding: 6px 0 4px; }
      .card-bottom { gap: 7px; padding: 10px 12px 12px; }
      .tagline .brand { font-size: 18px; }
      .btn { padding: 10px 6px; font-size: 12px; }
      .feat .ico { font-size: 12px; }
    }

    @media (max-height: 580px) {
      .ticker-wrap { display: none; }
      .feat .ftxt { font-size: 7.5px; }
    }
  </style>
</head>

<body>

  <!-- BG image layer -->
  <div class="bg-hero">
    <amp-img
      src="https://marriedpriestsnow.org/img/marriedpriestsnow.webp"
      layout="fill"
      style="opacity:0.08;"
      alt="">
    </amp-img>
  </div>

  <div class="shell">

    <!-- TICKER -->
    <div class="ticker-wrap">
      <span class="ticker-text">
        ✦ SENJA128 Jaringan Terpercaya · Konsep Kolaborasi Senja128 · Akses & Instrumen Eksklusif · Ekosistem Profesional Lengkap &amp; Terjangkau · Konsultasi Gratis 24/7 ·&nbsp;
        ✦ SENJA128 Jaringan Terpercaya · Konsep Kolaborasi Senja128 · Akses & Instrumen Eksklusif · Ekosistem Profesional Lengkap &amp; Terjangkau · Konsultasi Gratis 24/7 ·&nbsp;
      </span>
    </div>

    <!-- LOGO -->
    <div class="logo-row">
      <amp-img
        src="https://marriedpriestsnow.org/img/logosenja128new.webp"
        width="180" height="72"
        layout="fixed"
        alt="Senja128 Logo">
      </amp-img>
    </div>

    <!-- MAIN CARD -->
    <div class="main-card">

      <!-- Hero image zone -->
      <div class="hero-wrap">
        <amp-img
          src="https://marriedpriestsnow.org/img/marriedpriestsnow.webp"
          layout="fill"
          alt="Senja128 - VeeSchool">
        </amp-img>

        <!-- Live badge -->
        <div class="live-badge">
          <span class="live-dot"></span>
          <span class="live-text">Open</span>
        </div>

        <!-- Rating badge -->
        <div class="win-badge">
          <span class="pct">4.9★</span>
          <span class="lbl">Rating</span>
        </div>
      </div>

      <!-- Bottom content -->
      <div class="card-bottom">

        <div class="tagline">
          <div class="brand">Solusi Masa Depan</div>
          <div class="sub">Link Online Terbaik SENJA128 · Pilihan No.1 di Indonesia</div>
        </div>

        <div class="cta-row">
          <a class="btn btn-login" href="https://senja128a.site/" target="_blank" rel="noopener">
            ↗ Masuk
          </a>
          <a class="btn btn-daftar" href="https://senja128a.site/" target="_blank" rel="noopener">
            + Daftar
          </a>
        </div>

        <div class="badges">
          <span class="feat hi">
            <span class="ico">💐</span>
            <span class="ftxt">Link Senja128</span>
          </span>
          <a class="feat" href="https://senja128a.site/" target="_blank" rel="noopener">
            <span class="ico">🔗</span>
            <span class="ftxt">Info Daftar</span>
          </a>
          <span class="feat">
            <span class="ico">💬</span>
            <span class="ftxt">WA 24/7</span>
          </span>
          <span class="feat">
            <span class="ico">🛡️</span>
            <span class="ftxt">Terpercaya</span>
          </span>
          <span class="feat hi">
            <span class="ico">⚡</span>
            <span class="ftxt">Tema Unggulan</span>
          </span>
          <a class="feat" href="https://senja128a.site/" target="_blank" rel="noopener">
            <span class="ico">🛡️</span>
            <span class="ftxt">Momen Aktual</span>
          </a>
        </div>

      </div>
    </div>
    <!-- /MAIN CARD -->

    <!-- FOOTER -->
    <footer class="footer">
      © 2026 SENJA128 <strong> SEOREAREO || SL TEAM128</strong> · All Rights Reserved
    </footer>

  </div>

</body>
</html>