<!DOCTYPE html>
<html amp lang="id">

<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
    <script async src="https://cdn.ampproject.org/v0.js"></script>
    <title>SANTOTO4D : SITUS TOTO PENYELAMAT DUNIA</title>
    <meta name="description" content="SANTOTO ADALAH SITUS TOTO PENYELAMAT DUNIA TERBAIK DARI PILIHAN SEMUA PARA PEMAIN TOGEL INDONESIA DENGAN SEMUA PERMAINAN ONLINE YANG LENGKAP..">
    <link rel="canonical" href="https://evidence4action.net/">
    <link rel="amphtml" href="https://www.scrittori.tv/contatti/amp/">
    <link rel="icon" href="https://evidence4action.net/img/fav.png" sizes="16x16" type="image/png">
    <link rel="preload" as="script" href="https://cdn.ampproject.org/v0.js">
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link rel="stylesheet"
        href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600&amp;family=Source+Sans+3:wght@400;600;700&amp;display=swap">
    <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>
        :root {
            /* Utama & Aksen (Yellow & Gold) */
            --brand-purple: #FFD700;    /* Gold (Warna utama brand) */
            --purple-light: #FFDF00;    /* Yellow cerah/silau */
            --purple-dark: #B59410;     /* Dark Gold / Antique Gold */
            --purple-shine: #FFF700;    /* Neon Yellow untuk efek kilau/shine */
            
            /* Latar Belakang (Gelap agar warna emas lebih menyala/pop-out) */
            --base-black: #0A0A0A;
            --surface-dark: #141414;
            --surface-mid: #1E1E1E;
            --surface-light: #2A2A2A;
            
            /* Teks */
            --text-white: #FFFFFF;
            --text-light-gray: #CCCCCC;
            --text-mid-gray: #888888;
            --text-purple: #FFD700;      /* Teks khusus disamakan dengan warna Gold */
            
            /* Status (Diselaraskan dengan nuansa fungsional namun tetap masuk tema) */
            --success-green: #2ECC71;    /* Hijau sukses standar agar fungsi UI tetap jelas */
            --error-red: #E74C3C;        /* Merah error standar */
            --warning-amber: #F39C12;    /* Amber/Kuning tua untuk peringatan */
            --info-blue: #3498DB;        /* Biru info standar */
            
            /* Tipografi */
            --font-body: "Source Sans 3", system-ui, sans-serif;
            --font-display: "Playfair Display", Georgia, serif;
        }

        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        body {
            font-family: var(--font-body);
            background: url('https://evidence4action.net/img/2.png') center/cover fixed var(--base-black);
            background-image:
                radial-gradient(ellipse 120% 80% at 50% -20%, color-mix(in srgb, var(--brand-purple) 12%, transparent), transparent 55%),
                radial-gradient(ellipse 80% 50% at 100% 100%, color-mix(in srgb, var(--purple-dark) 15%, transparent), transparent 50%),
                linear-gradient(165deg, color-mix(in srgb, var(--base-black) 85%, transparent) 0%, color-mix(in srgb, var(--surface-dark) 85%, transparent) 45%, color-mix(in srgb, var(--base-black) 85%, transparent) 100%),
                url('https://evidence4action.net/img/2.png');
            background-size: cover;
            background-attachment: fixed;
            background-position: center;
            color: var(--text-white);
            min-height: 100vh;
            line-height: 1.6;
            overflow-x: hidden;
            position: relative;
        }

        body::before {
            content: "";
            position: fixed;
            inset: 0;
            background-image:
                radial-gradient(1px 1px at 20% 30%, color-mix(in srgb, var(--purple-shine) 28%, transparent), transparent),
                radial-gradient(1px 1px at 40% 70%, color-mix(in srgb, var(--purple-light) 22%, transparent), transparent),
                radial-gradient(1px 1px at 90% 40%, color-mix(in srgb, var(--brand-purple) 26%, transparent), transparent),
                radial-gradient(1px 1px at 70% 80%, color-mix(in srgb, var(--purple-shine) 18%, transparent), transparent);
            background-size: 220px 220px, 300px 300px, 250px 250px, 180px 180px;
            animation: starfield 20s ease-in-out infinite;
            pointer-events: none;
            z-index: -1;
        }

        @keyframes starfield {

            0%,
            100% {
                transform: translate(0, 0);
                opacity: 0.72;
            }

            25% {
                transform: translate(10px, -15px);
                opacity: 1;
            }

            50% {
                transform: translate(-5px, -10px);
                opacity: 0.82;
            }

            75% {
                transform: translate(8px, 5px);
                opacity: 0.92;
            }
        }

        .ambient {
            position: fixed;
            width: 300px;
            height: 300px;
            border-radius: 50%;
            background: radial-gradient(circle, color-mix(in srgb, var(--brand-purple) 14%, transparent) 0%, transparent 70%);
            top: 18%;
            right: -10%;
            animation: ambientPulse 6s ease-in-out infinite;
            pointer-events: none;
            z-index: -1;
        }

        @keyframes ambientPulse {

            0%,
            100% {
                opacity: 0.35;
                transform: scale(1);
            }

            50% {
                opacity: 0.62;
                transform: scale(1.18);
            }
        }

        .shell {
            max-width: 480px;
            margin: 0 auto;
            padding: 3rem 1.5rem 2.5rem;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 2.5rem;
            position: relative;
        }

        .shell::before {
            content: "";
            position: absolute;
            inset: 1.25rem 0.75rem;
            border: 1px solid color-mix(in srgb, var(--brand-purple) 35%, transparent);
            border-radius: 4px;
            pointer-events: none;
            background: linear-gradient(135deg, color-mix(in srgb, var(--brand-purple) 6%, transparent), transparent 40%);
        }

        .shell::after {
            content: "";
            position: absolute;
            top: 1rem;
            left: 1rem;
            width: 36px;
            height: 36px;
            border-top: 2px solid var(--brand-purple);
            border-left: 2px solid var(--brand-purple);
            pointer-events: none;
            opacity: 0.85;
        }

        .brand {
            text-align: center;
            position: relative;
            animation: rise 1.2s cubic-bezier(0.23, 1, 0.32, 1) both;
        }

        .brand::before {
            content: "";
            position: absolute;
            top: -1rem;
            left: 50%;
            width: min(120%, 280px);
            height: 2px;
            transform: translateX(-50%);
            transform-origin: center;
            background: linear-gradient(90deg, transparent, var(--brand-purple), transparent);
            animation: logoLineGlow 3s ease-in-out infinite;
        }

        .brand::after {
            content: "";
            position: absolute;
            bottom: -1rem;
            left: 50%;
            transform: translateX(-50%);
            width: min(80%, 220px);
            height: 1px;
            background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--purple-light) 70%, transparent), transparent);
            opacity: 0.75;
        }

        @keyframes logoLineGlow {

            0%,
            100% {
                opacity: 0.55;
                transform: translateX(-50%) scaleX(0.92);
            }

            50% {
                opacity: 1;
                transform: translateX(-50%) scaleX(1.06);
            }
        }

        .brand amp-img {
            filter: drop-shadow(0 6px 24px color-mix(in srgb, #ff2600 45%, transparent));
            transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), filter 0.45s ease;
        }

        .brand:hover amp-img {
            transform: scale(1.08);
            filter: drop-shadow(0 12px 40px color-mix(in srgb, var(--purple-shine) 55%, transparent));
        }

        @keyframes rise {
            from {
                opacity: 0;
                transform: translateY(36px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .promo {
            width: 100%;
            max-width: 380px;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 1.5rem;
            animation: rise 1s cubic-bezier(0.23, 1, 0.32, 1) 0.15s both;
        }

        .promo__title {
            font-size: 1.05rem;
            font-weight: 600;
            letter-spacing: 0.04em;
            color: var(--text-white);
            text-transform: uppercase;
        }
        .actions {
    /* MENGUBAH: Mengganti basis warna ungu-oranye menjadi gradasi cokelat emas & emas terang */
    --actions-purple-deep: #1A1400;   /* Emas sangat gelap untuk base background */
    --actions-purple-mid: #332600;    /* Emas gelap medium */
    --actions-purple-rich: #4D3900;   /* Emas gelap kaya (Rich Gold) */
    --actions-purple-accent: #FFD700; /* Aksen warna emas utama (Gold) */
    --actions-purple-bright: #FFF700; /* Emas/Kuning terang menyala untuk efek hover/kilau */
    
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    list-style: none;
    animation: rise 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.3s both;
}

        .actions li {
            animation: floatCta 2.5s ease-in-out infinite;
        }

        .actions li:nth-child(2) {
            animation-delay: 0.35s;
        }

        @keyframes floatCta {

            0%,
            100% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(-8px);
            }
        }

        .action {
            display: block;
            width: 100%;
            padding: 1.15rem 1.5rem;
            text-align: center;
            text-decoration: none;
            font-family: var(--font-display);
            font-weight: 600;
            font-size: 0.95rem;
            border-radius: 3px;
            text-transform: uppercase;
            letter-spacing: 0.18em;
            position: relative;
            overflow: hidden;
            border: 1px solid color-mix(in srgb, #ff2600 45%, transparent);
            transition: transform 0.25s ease, box-shadow 0.25s ease, color 0.25s ease, border-color 0.25s ease;
            color: var(--brand-purple);
            background: linear-gradient(145deg, var(--surface-mid), var(--surface-dark));
            box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45), inset 0 1px 0 color-mix(in srgb, #f34500 12%, transparent);
        }

        .action__label {
            position: relative;
            z-index: 2;
        }

        .action::before {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(105deg, transparent 32%, color-mix(in srgb, var(--purple-shine) 18%, transparent) 50%, transparent 68%);
            transform: translateX(-100%);
            transition: transform 0.75s cubic-bezier(0.23, 1, 0.32, 1);
            z-index: 1;
            pointer-events: none;
        }

        .action:hover::before {
            transform: translateX(100%);
        }

        .action::after {
            content: "";
            position: absolute;
            inset: -150%;
            background: conic-gradient(from 0deg, color-mix(in srgb, var(--brand-purple) 35%, transparent), transparent, color-mix(in srgb, var(--purple-light) 25%, transparent), transparent, color-mix(in srgb, var(--brand-purple) 35%, transparent));
            animation: spin 4.5s linear infinite;
            z-index: -1;
            opacity: 0.5;
        }

        .action--login::after {
            animation-duration: 3.8s;
            animation-direction: reverse;
        }

        .action--login {
            color: var(--purple-light);
            border-color: color-mix(in srgb, var(--purple-light) 40%, transparent);
        }

        .action:focus-visible {
            outline: 2px solid var(--purple-shine);
            outline-offset: 3px;
        }

        .action:hover {
            transform: translateY(-3px);
            color: var(--purple-shine);
            border-color: var(--purple-light);
            box-shadow: 0 12px 36px rgba(0, 0, 0, 0.5), 0 0 32px color-mix(in srgb, var(--brand-purple) 25%, transparent);
        }

        .action:active {
            transform: translateY(0);
            color: var(--purple-dark);
            border-color: var(--purple-dark);
        }

        .action-separator hr {
            width: 320px;
        }

        @keyframes spin {
            to {
                transform: rotate(360deg);
            }
        }

        .feature {
            width: 100%;
            margin-top: 0.25rem;
        }

        .feature__frame {
            position: relative;
            padding: 5px;
            border-radius: 12px;
            overflow: hidden;
            background: var(--surface-dark);
            transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.65s ease;
        }

        .feature__frame::before {
            content: "";
            position: absolute;
            inset: 0;
            z-index: 0;
            border-radius: inherit;
            background: conic-gradient(from 0deg,
                    var(--brand-purple),
                    var(--purple-light),
                    var(--purple-shine),
                    var(--purple-dark),
                    var(--brand-purple));
            animation: luxuryRotate 8s linear infinite;
            transform-origin: center center;
            will-change: transform;
        }

        .feature__frame:hover {
            transform: translateY(-8px);
            box-shadow:
                0 20px 56px rgba(0, 0, 0, 0.55),
                0 0 56px color-mix(in srgb, var(--brand-purple) 24%, transparent),
                inset 0 1px 0 color-mix(in srgb, var(--purple-shine) 10%, transparent);
        }

        .feature__inner {
            position: relative;
            z-index: 1;
            border-radius: 8px;
            overflow: hidden;
            background: var(--surface-dark);
        }

        @keyframes luxuryRotate {
            to {
                transform: rotate(1turn);
            }
        }

        .actions .feature__frame {
            background: var(--actions-purple-deep);
        }

        .actions .feature__frame::before {
            background: conic-gradient(from 0deg,
                    var(--actions-purple-accent),
                    var(--actions-purple-bright),
                    var(--actions-purple-rich),
                    var(--actions-purple-accent),
                    var(--actions-purple-accent));
        }

        .actions .feature__frame:hover {
            box-shadow:
                0 20px 56px rgba(0, 0, 0, 0.55),
                0 0 56px color-mix(in srgb, var(--actions-purple-accent) 32%, transparent),
                inset 0 1px 0 color-mix(in srgb, var(--actions-purple-bright) 14%, transparent);
        }

        .actions .feature__inner {
            background: var(--surface-dark);
        }

        .actions .feature__inner .action {
            border-radius: 7px;
            font-family: var(--font-body);
            font-weight: 700;
            font-size: 1.1rem;
            letter-spacing: 0.04em;
            color: #ffffff;
            border-color: color-mix(in srgb, #ff2600 45%, transparent);
            background: linear-gradient(145deg, var(--surface-mid), var(--surface-dark));
            box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45),
                inset 0 1px 0 color-mix(in srgb, #f34500 12%, transparent);
        }

        .actions .feature__inner .action--login {
            color: #ffffff;
            border-color: color-mix(in srgb, var(--purple-light) 40%, transparent);
        }

        .actions .feature__inner .action:hover {
            color: #ffffff;
            border-color: var(--purple-light);
            box-shadow: 0 12px 36px rgba(0, 0, 0, 0.5),
                0 0 32px color-mix(in srgb, var(--brand-purple) 25%, transparent);
        }

        .actions .feature__inner .action:active {
            color: #ffffff;
            border-color: var(--purple-dark);
        }

        .site-footer {
            text-align: center;
            font-size: 0.8rem;
            color: var(--text-mid-gray);
            animation: rise 1s cubic-bezier(0.23, 1, 0.32, 1) 0.45s both;
        }

        .site-footer p {
            margin: 0;
        }

        @media (max-width: 480px) {
            .shell {
                padding: 2.25rem 1.25rem 2rem;
                gap: 2rem;
            }

            .action {
                font-size: 0.85rem;
                letter-spacing: 0.12em;
                padding: 1rem 1.25rem;
            }

            .actions .feature__inner .action {
                font-size: 0.95rem;
            }
        }

        @media (prefers-reduced-motion: reduce) {

            body::before,
            .ambient,
            .brand::before,
            .actions li,
            .feature__frame::before,
            .action::after {
                animation: none;
                will-change: auto;
            }

            .brand,
            .promo,
            .actions,
            .site-footer {
                animation: none;
            }

            .action::before {
                transition: none;
            }
        }
                .bottom-nav {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            background: linear-gradient(to top, var(--base-black) 70%, color-mix(in srgb, var(--surface-dark) 80%, transparent));
            border-top: 1px solid color-mix(in srgb, var(--brand-purple) 40%, transparent);
            display: flex;
            justify-content: space-around;
            align-items: center;
            padding: 8px 5px;
            z-index: 9999;
            box-shadow: 0 -4px 25px rgba(0, 0, 0, 0.8);
            backdrop-filter: blur(8px);
        }

        .bottom-nav__item {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-decoration: none;
            color: var(--text-white);
            font-family: var(--font-body);
            font-size: 0.65rem;
            font-weight: 700;
            letter-spacing: 0.05em;
            text-align: center;
            transition: all 0.3s ease;
            flex: 1;
        }

        .bottom-nav__item span {
            margin-top: 4px;
            text-transform: uppercase;
            line-height: 1.2;
        }

        .bottom-nav__icon {
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), filter 0.3s ease;
            filter: drop-shadow(0 2px 6px color-mix(in srgb, var(--brand-purple) 50%, transparent));
        }

        .bottom-nav__item:hover,
        .bottom-nav__item:active {
            color: var(--purple-shine);
        }

        .bottom-nav__item:hover .bottom-nav__icon,
        .bottom-nav__item:active .bottom-nav__icon {
            transform: translateY(-4px) scale(1.1);
            filter: drop-shadow(0 6px 12px color-mix(in srgb, var(--purple-shine) 70%, transparent));
        }
        /* --- Tabel Informasi Situs --- */
        .info-table-container {
    width: 100%;
    max-width: 380px; /* Lebar maksimal disesuaikan dengan promo & tombol */
    margin: 1.5rem auto;
    border-radius: 8px;
    overflow: hidden; /* Agar sudut tabel melengkung rapi */
    background: linear-gradient(180deg, rgba(70, 55, 30, 0.9) 0%, rgba(30, 20, 10, 0.95) 100%);
    border: 1px solid color-mix(in srgb, var(--brand-purple) 40%, transparent);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    animation: rise 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.4s both;
}

.info-table__header {
    /* MENGUBAH: Gradasi merah/oranye lama menjadi Emas Mewah (Gold Gradient) */
    background: linear-gradient(180deg, #D4AF37 0%, #AA7C11 100%);
    padding: 12px 15px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.info-table__title {
    font-family: var(--font-body);
    color: var(--text-white);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    margin: 0;
}

.info-table {
    width: 100%;
    border-collapse: collapse;
}

.info-table tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transition: background-color 0.2s ease;
}

.info-table tr:last-child {
    border-bottom: none;
}

.info-table tr:hover {
    background-color: rgba(255, 255, 255, 0.03);
}

.info-table td {
    padding: 12px 15px;
    font-size: 0.95rem;
    color: var(--text-white);
}

.info-table td:first-child {
    font-weight: 600;
    width: 45%;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.9);
}

.info-table td:last-child {
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}
              /* --- TIGER138 PURPLE THEME --- */
        :root {
            --purple-brand: #bfa42c;
            --purple-light: #ddb74e;
            --purple-dark: #6c4409;
            --purple-shine: #ffd17d;
        }

        .tiger-section {
            width: 100%;
            max-width: 380px;
            margin: 1rem auto;
            display: flex;
            flex-direction: column;
            gap: 12px;
            animation: rise 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.2s both;
        }

        .tiger-banner {
            border-radius: 12px;
            overflow: hidden;
            border: 1px solid color-mix(in srgb, var(--purple-brand) 40%, transparent);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), 0 0 15px color-mix(in srgb, var(--purple-brand) 20%, transparent);
            transition: transform 0.4s ease;
        }

        .tiger-banner:hover {
            transform: scale(1.02);
            border-color: var(--purple-light);
        }

        .btn-tiger {
            display: block;
            width: 100%;
            padding: 1.2rem 1rem;
            text-align: center;
            text-decoration: none;
            font-family: var(--font-display);
            font-weight: 800;
            font-size: 1rem;
            border-radius: 8px;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            color: #ffffff;
            position: relative;
            overflow: hidden;
            background: linear-gradient(145deg, var(--purple-dark), var(--purple-brand));
            border: 2px solid var(--purple-light);
            box-shadow: 0 0 20px color-mix(in srgb, var(--purple-brand) 40%, transparent);
            transition: all 0.3s ease;
        }

        .btn-tiger::before {
            content: "";
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
            transition: 0.5s;
        }

        .btn-tiger:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 25px color-mix(in srgb, var(--purple-brand) 60%, transparent), 0 0 30px color-mix(in srgb, var(--purple-shine) 30%, transparent);
            border-color: var(--purple-shine);
            filter: brightness(1.1);
        }

        .btn-tiger:hover::before {
            left: 100%;
        }

        .btn-tiger:active {
            transform: translateY(0);
        }

        /* Animasi berdenyut halus pada tombol */
        .btn-tiger {
            animation: purplePulse 2s infinite;
        }

        @keyframes purplePulse {
            0% { box-shadow: 0 0 0 0 rgba(123, 44, 191, 0.4); }
            70% { box-shadow: 0 0 0 15px rgba(123, 44, 191, 0); }
            100% { box-shadow: 0 0 0 0 rgba(123, 44, 191, 0); }
        }

    </style>
</head>

<body>
    <div class="ambient" aria-hidden="true"></div>
    <main class="shell">
        <header class="brand">
            <amp-img alt="SANTOTO4D" height="65" layout="intrinsic" src="https://evidence4action.net/img/logo2.gif" width="220"></amp-img>
        </header>
            <nav aria-label="Tautan akun SANTOTO4D">
                <ul class="actions">
                    <li>
                        <div class="feature__frame">
                            <div class="feature__inner">
                                <a class="action action--register" href="https://ampsan.pages.dev/amp"
                                    rel="noopener noreferrer nofollow" target="_blank"><span
                                        class="action__label">DAFTAR SANTOTO4D</span></a>
                            </div>
                        </div>
                    </li>
                    <li class="action-separator">
                        <hr />
                    </li>
                    <li>
                        <div class="feature__frame">
                            <div class="feature__inner">
                                <a class="action action--login" href="https://ampsan.pages.dev/amp"
                                    rel="noopener noreferrer nofollow" target="_blank"><span class="action__label">LOGIN
                                        SANTOTO4D</span></a>
                            </div>
                        </div>
                    </li>
                </ul>
            </nav>
            <figure class="feature">
                <div class="feature__frame">
                    <div class="feature__inner">
                        <amp-img alt="SANTOTO4D" height="500" layout="responsive" src="https://evidence4action.net/img/2.png"
                            width="500"></amp-img>
                    </div>
                </div>
            </figure>
        <nav class="bottom-nav">
        <a href="https://ampsan.pages.dev/amp" class="bottom-nav__item">
            <div class="bottom-nav__icon">
                <amp-img src="https://evidence4action.net/img/fav.png" width="30" height="30" layout="fixed" alt="Login"></amp-img>
            </div>
            <span>Login</span>
        </a>
        
        <a href="https://ampsan.pages.dev/amp" class="bottom-nav__item">
            <div class="bottom-nav__icon">
                <amp-img src="https://evidence4action.net/img/fav.png" width="30" height="30" layout="fixed" alt="Daftar"></amp-img>
            </div>
            <span>Daftar</span>
        </a>
        
        <a href="https://ampsan.pages.dev/amp" target="_blank" class="bottom-nav__item">
            <div class="bottom-nav__icon">
                <amp-img src="https://evidence4action.net/img/fav.png" width="30" height="30" layout="fixed" alt="WhatsApp"></amp-img>
            </div>
            <span>Telegram</span>
        </a>
        
        <a href="https://ampsan.pages.dev/amp" class="bottom-nav__item">
            <div class="bottom-nav__icon">
                <amp-img src="https://evidence4action.net/img/fav.png" width="30" height="30" layout="fixed" alt="LiveChat"></amp-img>
            </div>
            <span>Livechat</span>
        </a>
    </nav>
        <footer class="site-footer">
            <p><small>Copyright © <span style="color: #D4AF37;"><strong><a style="color: #D4AF37;" href="https://evidence4action.net/">SANTOTO4D</a></strong></span> | JELS SEO</small></p>
        </footer>
    </main>
    <div class="info-table-container">
        <div class="info-table__header">
            <h3 class="info-table__title">SANTOTO4D</h3>
        </div>
        <table class="info-table">
            <tbody>
                <tr>
                    <td>Min. Deposit</td>
                    <td>Rp 10.000</td>
                </tr>
                <tr>
                    <td>Min. Withdraw</td>
                    <td>Rp 50.000</td>
                </tr>
                <tr>
                    <td>Games</td>
                    <td>Toto, Togel & Slot</td>
                </tr>
            </tbody>
        </table>
    </div>
    <br>
    <br>
    <br>
</body>

</html>