@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
:root{--blue:#087cff;--cyan:#19c7ff;--green:#8be600;--dark:#050914;--dark2:#0a1220;--text:#eef6ff;--muted:#a7b5c9;--line:#1c2b40}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--dark);color:var(--text);line-height:1.6}a{color:inherit;text-decoration:none}.container{width:min(1120px,92%);margin:auto}
.site-header{position:sticky;top:0;z-index:20;background:rgba(5,9,20,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav-wrap{display:flex;align-items:center;justify-content:space-between;min-height:76px}
.brand{display:flex;align-items:center;gap:10px;font-size:19px;font-weight:800}.brand img{width:52px;height:52px;object-fit:contain;border-radius:10px}.brand small{display:block;font-size:10px;color:#b9c8da;font-weight:600;letter-spacing:.6px}.nav{display:flex;align-items:center;gap:24px;font-weight:600;font-size:14px}.nav a:hover{color:var(--cyan)}.nav-cta{padding:10px 16px;border-radius:999px;background:linear-gradient(90deg,var(--blue),var(--cyan));color:white!important}.menu-btn{display:none;background:none;border:0;color:white;font-size:26px}
.hero{padding:90px 0 75px;background:radial-gradient(circle at 75% 30%,rgba(8,124,255,.22),transparent 35%),radial-gradient(circle at 20% 80%,rgba(139,230,0,.12),transparent 30%)}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:center}.eyebrow{color:var(--cyan);font-weight:800;letter-spacing:2px;text-transform:uppercase;font-size:12px}.hero h1{font-size:clamp(40px,6vw,70px);line-height:1.02;margin:15px 0}.gradient{background:linear-gradient(90deg,#fff,#24c8ff,#8be600);-webkit-background-clip:text;background-clip:text;color:transparent}.hero p{font-size:18px;color:var(--muted);max-width:650px}.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-block;padding:13px 20px;border-radius:10px;font-weight:800;border:1px solid var(--line)}.btn-primary{background:linear-gradient(90deg,var(--blue),#1ab9ff);border:0}.btn-green{background:linear-gradient(90deg,#54a800,#9cff00);color:#081000;border:0}.hero-logo{width:100%;max-width:480px;margin:auto;display:block;filter:drop-shadow(0 0 35px rgba(0,150,255,.18));border-radius:28px}
.section{padding:75px 0}.section-head{text-align:center;max-width:720px;margin:0 auto 40px}.section-head h2{font-size:36px;margin:0 0 10px}.section-head p{color:var(--muted)}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{background:linear-gradient(145deg,#0b1525,#07101d);border:1px solid var(--line);border-radius:18px;padding:26px}.card h3{margin-top:0}.card p{color:var(--muted)}.icon{font-size:30px}.package-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.package{padding:25px;text-align:center;border:1px solid var(--line);border-radius:16px;background:#0a1422}.package strong{display:block;font-size:32px;color:white}.package span{color:var(--cyan);font-weight:800}.package .price{margin-top:10px;color:var(--muted)}
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.stat{padding:25px;text-align:center;border:1px solid var(--line);border-radius:16px;background:#091321}.stat b{font-size:30px;display:block;color:var(--green)}
.map{width:100%;height:360px;border:0;border-radius:18px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.form{display:grid;gap:14px}.form input,.form textarea,.form select{width:100%;padding:13px 14px;border:1px solid var(--line);border-radius:10px;background:#08111e;color:white;font:inherit}.form textarea{min-height:150px;resize:vertical}.notice{padding:14px 16px;border-radius:10px;background:#0b2030;border:1px solid #164663;margin-bottom:18px}.footer{border-top:1px solid var(--line);background:#030711;padding-top:50px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:35px}.footer p{color:var(--muted)}.footer h3,.footer h4{margin-top:0}.copyright{text-align:center;border-top:1px solid var(--line);margin-top:35px;padding:18px;color:#718198;font-size:13px}.floating-wa{position:fixed;right:20px;bottom:20px;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:white;font-weight:900;box-shadow:0 10px 30px #0008;z-index:30}
.page-hero{padding:55px 0;background:linear-gradient(180deg,#071225,#050914)}.page-hero h1{font-size:46px;margin:0}.muted{color:var(--muted)}.center{text-align:center}
.admin-wrap{min-height:100vh;background:#060b14;color:#eef6ff}.admin-nav{padding:15px 0;border-bottom:1px solid var(--line)}.admin-nav .container{display:flex;justify-content:space-between;align-items:center}.admin-main{padding:35px 0}.admin-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.admin-card{background:#0a1422;border:1px solid var(--line);border-radius:14px;padding:22px}.admin-card b{font-size:30px}.table-wrap{overflow:auto}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:12px;border-bottom:1px solid var(--line);text-align:left;white-space:nowrap}.small-btn{padding:7px 10px;border-radius:7px;background:#122338;border:1px solid #24415f;color:white}.danger{color:#ff7d7d}.admin-form{max-width:650px}.login{min-height:100vh;display:grid;place-items:center;padding:20px}.login-box{width:min(430px,100%);background:#0a1422;border:1px solid var(--line);border-radius:18px;padding:30px}.login-box img{width:110px;display:block;margin:0 auto 15px;border-radius:15px}

@media(max-width:850px){.hero-grid,.contact-grid,.footer-grid{grid-template-columns:1fr}.cards{grid-template-columns:1fr 1fr}.package-grid{grid-template-columns:1fr 1fr}.stats{grid-template-columns:1fr}.nav{display:none;position:absolute;top:76px;left:0;right:0;padding:18px;background:#050914;border-bottom:1px solid var(--line);flex-direction:column;align-items:flex-start}.nav.open{display:flex}.menu-btn{display:block}.admin-grid{grid-template-columns:1fr}}
@media(max-width:520px){.cards,.package-grid{grid-template-columns:1fr}.hero{padding-top:55px}.hero h1{font-size:43px}.section{padding:55px 0}.brand span{font-size:15px}.brand img{width:44px;height:44px}}
/* =========================================================
   SuperStream Subtle Animations
   ========================================================= */

/* Animated primary buttons */
.btn-primary {
    position: relative;
    overflow: hidden;
    animation: softPulse 2.4s ease-in-out infinite;
}

@keyframes softPulse {
    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(25, 199, 255, 0);
    }

    50% {
        transform: scale(1.025);
        box-shadow: 0 0 22px rgba(25, 199, 255, 0.35);
    }
}


/* WhatsApp buttons gentle pulse */
.btn-green,
.floating-wa {
    animation: whatsappPulse 2.6s ease-in-out infinite;
}

@keyframes whatsappPulse {
    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(37, 211, 102, 0);
    }

    50% {
        transform: scale(1.04);
        box-shadow: 0 0 20px rgba(37, 211, 102, 0.35);
    }
}


/* Animated gradient text */
.gradient {
    background-size: 220% auto;
    animation: gradientMove 4s linear infinite;
}

@keyframes gradientMove {
    0% {
        background-position: 0% center;
    }

    100% {
        background-position: 220% center;
    }
}


/* Important badge / eyebrow animation */
.eyebrow {
    animation: eyebrowGlow 2s ease-in-out infinite;
}

@keyframes eyebrowGlow {
    0%,
    100% {
        opacity: 0.8;
        text-shadow: 0 0 0 rgba(25, 199, 255, 0);
    }

    50% {
        opacity: 1;
        text-shadow: 0 0 12px rgba(25, 199, 255, 0.6);
    }
}


/* Success / notice box animation */
.notice {
    position: relative;
    animation: noticeGlow 2.5s ease-in-out infinite;
}

@keyframes noticeGlow {
    0%,
    100% {
        box-shadow: 0 0 0 rgba(25, 199, 255, 0);
    }

    50% {
        box-shadow: 0 0 18px rgba(25, 199, 255, 0.18);
    }
}


/* Animated card hover effect */
.card,
.package,
.admin-card {
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.card:hover,
.package:hover,
.admin-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
    border-color: rgba(25, 199, 255, 0.4);
}


/* Accessibility: disable animation for users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {

    .btn-primary,
    .btn-green,
    .floating-wa,
    .gradient,
    .eyebrow,
    .notice {
        animation: none !important;
    }

    .card,
    .package,
    .admin-card {
        transition: none !important;
    }
}
/* NEXT-GENERATION INTERNET - Strong Neon Pulse */

.eyebrow {
    color: #ff1744 !important;
    font-weight: 800 !important;
    letter-spacing: 2px;

    animation: sstNeonPulse 0.9s ease-in-out infinite alternate !important;
}

@keyframes sstNeonPulse {

    0% {
        color: #ff1744;
        opacity: 0.70;
        transform: scale(1);

        text-shadow:
            0 0 4px #ff1744,
            0 0 8px #ff1744;
    }

    100% {
        color: #ff2d95;
        opacity: 1;
        transform: scale(1.10);

        text-shadow:
            0 0 8px #ff2d95,
            0 0 18px #ff1744,
            0 0 30px #ff2d95;
    }
}
/* =========================================================
   SUPERSTREAM PREMIUM ANIMATION PACK
   ========================================================= */


/* ---------------------------------------------------------
   NEXT GENERATION INTERNET
   Strong Red / Pink Neon Pulse
   --------------------------------------------------------- */

.eyebrow {
    display: inline-block !important;

    color: #ff1744 !important;

    font-weight: 900 !important;
    letter-spacing: 2px !important;

    animation:
        SSTNeonPulse 0.75s ease-in-out infinite alternate !important;

    transform-origin: center !important;
}


@keyframes SSTNeonPulse {

    0% {

        color: #ff1744 !important;

        opacity: 0.65;

        transform: scale(1);

        text-shadow:
            0 0 3px #ff1744,
            0 0 7px #ff1744,
            0 0 12px rgba(255, 23, 68, 0.60);
    }

    100% {

        color: #ff2d95 !important;

        opacity: 1;

        transform: scale(1.12);

        text-shadow:
            0 0 5px #ffffff,
            0 0 10px #ff2d95,
            0 0 20px #ff1744,
            0 0 35px #ff2d95,
            0 0 50px rgba(255, 23, 68, 0.80);
    }
}


/* ---------------------------------------------------------
   MOTIVATIONAL LINE
   --------------------------------------------------------- */

.sst-motivation {

    display: block;

    margin-top: 12px;
    margin-bottom: 8px;

    font-size: 15px;

    font-weight: 800;

    letter-spacing: 1.2px;

    color: #00d9ff;

    animation:
        SSTMotivationGlow 1.5s ease-in-out infinite alternate;

}


@keyframes SSTMotivationGlow {

    0% {

        opacity: 0.65;

        text-shadow:
            0 0 3px rgba(0, 217, 255, 0.40);

    }

    100% {

        opacity: 1;

        text-shadow:
            0 0 6px #00d9ff,
            0 0 14px rgba(0, 217, 255, 0.80),
            0 0 25px rgba(0, 217, 255, 0.45);

    }

}


/* ---------------------------------------------------------
   PRIMARY BLUE BUTTON
   --------------------------------------------------------- */

.btn-primary {

    position: relative !important;

    animation:
        SSTButtonPulse 1.5s ease-in-out infinite !important;

    transform-origin: center !important;

}


@keyframes SSTButtonPulse {

    0%,
    100% {

        transform: scale(1);

        box-shadow:
            0 0 5px rgba(0, 174, 255, 0.25);

    }

    50% {

        transform: scale(1.06);

        box-shadow:
            0 0 10px rgba(0, 174, 255, 0.70),
            0 0 25px rgba(0, 174, 255, 0.45);

    }

}


/* ---------------------------------------------------------
   WHATSAPP BUTTON
   --------------------------------------------------------- */

.btn-green,
.floating-wa {

    animation:
        SSTWhatsAppPulse 1.7s ease-in-out infinite !important;

    transform-origin: center !important;

}


@keyframes SSTWhatsAppPulse {

    0%,
    100% {

        transform: scale(1);

        filter: brightness(1);

        box-shadow:
            0 0 5px rgba(37, 211, 102, 0.20);

    }

    50% {

        transform: scale(1.08);

        filter: brightness(1.20);

        box-shadow:
            0 0 10px rgba(37, 211, 102, 0.70),
            0 0 25px rgba(37, 211, 102, 0.40);

    }

}


/* ---------------------------------------------------------
   CARDS
   --------------------------------------------------------- */

.card,
.package,
.admin-card {

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease !important;

}


.card:hover,
.package:hover,
.admin-card:hover {

    transform: translateY(-4px);

    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.30);

}


/* ---------------------------------------------------------
   SUCCESS NOTICE
   --------------------------------------------------------- */

.notice {

    animation:
        SSTNoticeGlow 2s ease-in-out infinite alternate;

}


@keyframes SSTNoticeGlow {

    from {

        box-shadow:
            0 0 3px rgba(0, 200, 255, 0.15);

    }

    to {

        box-shadow:
            0 0 18px rgba(0, 200, 255, 0.40);

    }

}
/* ===== SUPERSTREAM NEXT GENERATION EFFECT ===== */

.sst-nextgen {
    display: inline-block !important;
    color: #ff1744 !important;
    font-weight: 900 !important;
    letter-spacing: 2px !important;
    transform-origin: center center !important;
    animation: superNextGen 0.65s ease-in-out infinite alternate !important;
}

@keyframes superNextGen {
    0% {
        color: #ff1744 !important;
        transform: scale(1);
        text-shadow:
            0 0 4px #ff1744,
            0 0 8px #ff1744;
    }

    100% {
        color: #ff1493 !important;
        transform: scale(1.15);
        text-shadow:
            0 0 5px #ffffff,
            0 0 10px #ff1493,
            0 0 20px #ff1744,
            0 0 35px #ff1493;
    }
}

/* Motivational Line */

.sst-speed-line {
    display: block !important;
    margin-top: 12px !important;
    margin-bottom: 8px !important;

    color: #00e5ff !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    letter-spacing: 1px !important;

    animation: superSpeedLine 1.1s ease-in-out infinite alternate !important;
}

@keyframes superSpeedLine {
    0% {
        opacity: 0.55;
        text-shadow: 0 0 3px #00e5ff;
    }

    100% {
        opacity: 1;
        text-shadow:
            0 0 6px #00e5ff,
            0 0 12px #00e5ff,
            0 0 22px #009dff;
    }
}