.hero-paket{
    background:#101522;
    color:#fff;
    padding:80px 0;
    overflow:hidden;
}

.hero-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:center;
}

.hero-text h1{
    font-size:52px;
    font-weight:800;
    line-height:1.2;
    margin-bottom:20px;
}

.hero-text h1 .red{
    color:#e30613;
}

.hero-text p{
    color:#d9d9d9;
    font-size:18px;
    line-height:1.8;
    margin-bottom:35px;
}

.badge{
    display:inline-block;
    background:#e30613;
    color:#fff;
    padding:10px 20px;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    margin-bottom:25px;
}

.hero-button{
    display:flex;
    gap:15px;
    margin-bottom:40px;
}

.btn-primary{
    display:inline-block;
    padding:14px 30px;
    background:#e30613;
    color:#fff;
    border-radius:8px;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.btn-primary:hover{
    background:#c00010;
}

.btn-outline{
    display:inline-block;
    padding:14px 30px;
    border:2px solid #e30613;
    color:#fff;
    text-decoration:none;
    border-radius:8px;
    transition:.3s;
}

.btn-outline:hover{
    background:#e30613;
}

.hero-info{
    display:flex;
    gap:40px;
}

.hero-info h2{
    color:#e30613;
    font-size:34px;
}

.hero-info span{
    color:#bbb;
}

.hero-image img{
    width:100%;
    max-width:520px;
    display:block;
    margin:auto;
}

/*==================================================
            PAKET.CSS FINAL
        GUARDVISION CCTV
==================================================*/


/*==============================
        GENERAL
==============================*/

.paket-section{
    padding:90px 0;
    background:#f5f7fa;
}

.container{
    width:min(1200px,92%);
    margin:auto;
}

.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-title .subtitle{

    display:inline-block;

    color:#e30613;

    font-size:14px;

    font-weight:700;

    letter-spacing:2px;

    margin-bottom:15px;

}

.section-title h2{

    font-size:42px;

    color:#101522;

    margin-bottom:18px;

    font-weight:800;

}

.section-title p{

    max-width:720px;

    margin:auto;

    color:#f7f7f7d3;

    line-height:1.8;

}


/*==============================
        HERO
==============================*/

.hero-paket{

    position:relative;

    overflow:hidden;

    min-height:95vh;

    display:flex;

    align-items:center;

    background:
    linear-gradient(
    rgba(10,15,30,.85),
    rgba(10,15,30,.90)
    ),
    url("img/hero-bg.jpg");

    background-size:cover;

    background-position:center;

}

.hero-overlay{

    position:absolute;

    inset:0;

    background:
    radial-gradient(circle at right,
    rgba(227,6,19,.30),
    transparent 45%);

}

.hero-content{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.hero-left h1{

    font-size:60px;

    line-height:1.15;

    color:#fff;

    margin:20px 0;

    font-weight:800;

}

.hero-left h1 span{

    color:#e30613;

}

.hero-left p{

    color:#d8d8d8;

    font-size:18px;

    line-height:1.8;

    margin-bottom:35px;

}

.badge{

    display:inline-block;

    padding:10px 18px;

    border-radius:50px;

    background:#e30613;

    color:#fff;

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;

}

.hero-btn{

    display:flex;

    gap:18px;

    margin-bottom:40px;

}

.btn-primary{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:15px 34px;

    border-radius:10px;

    background:#e30613;

    color:#fff;

    text-decoration:none;

    font-weight:700;

    transition:.3s;

}

.btn-primary:hover{

    background:#c40010;

}

.btn-secondary{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:15px 34px;

    border:2px solid #e30613;

    color:#fff;

    text-decoration:none;

    border-radius:10px;

    transition:.3s;

}

.btn-secondary:hover{

    background:#e30613;

}

.hero-info{

    display:flex;

    gap:45px;

}

.hero-info h3{

    color:#fff;

    font-size:34px;

}

.hero-info span{

    color:#bbb;

}

.hero-right{

    position:relative;

    display:flex;

    justify-content:center;

}

.hero-right::before{

    content:"";

    position:absolute;

    width:500px;

    height:500px;

    border-radius:50%;

    background:

    radial-gradient(

    rgba(227,6,19,.35),

    transparent 70%

    );

    filter:blur(40px);

}

.hero-right img{

    position:relative;

    z-index:2;

    width:100%;

    max-width:520px;

    filter:

    drop-shadow(0 15px 35px rgba(0,0,0,.35));

}


/*======================================
        KEUNGGULAN
======================================*/

.keunggulan{
    padding:90px 0;
    background:#101522;
}

.keunggulan-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:30px;
    margin-top:60px;
}

.keunggulan-card{
    background:#181d2a;
    border-radius:15px;
    padding:35px 30px;
    text-align:center;
    transition:.3s;
    border:1px solid rgba(255,255,255,.08);
}

.keunggulan-card:hover{
    transform:translateY(-8px);
    border-color:#e30613;
}

.keunggulan-card .icon{
    width:70px;
    height:70px;
    background:#e30613;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    margin:0 auto 20px;
}

.keunggulan-card h3{
    color:#fff;
    margin-bottom:15px;
}

.keunggulan-card p{
    color:#d0d0d0;
    line-height:1.7;
}

/*=============================
        PRICING CARD
=============================*/

/*======================================
        PRICING SECTION
======================================*/

.pricing-section{
    padding:90px 0;
    background:#f5f6fa;
}

.pricing-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:35px;

    max-width:1400px;

    margin:auto;

}


/*======================================
        PRICING CARD
======================================*/

.pricing-card{

    background:#fff;

    border-radius:22px;

    overflow:hidden;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

    transition:.35s;

    display:flex;

    flex-direction:column;

    border:1px solid #ececec;

}

.pricing-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 50px rgba(227,6,19,.15);

}


/*======================================
        FEATURED CARD
======================================*/

.featured{

    border:2px solid #e30613;

}

.ribbon{

    position:absolute;

    top:18px;

    right:-42px;

    background:#e30613;

    color:#fff;

    padding:8px 45px;

    transform:rotate(45deg);

    font-size:12px;

    font-weight:700;

    z-index:5;

}


/*======================================
        HEADER
======================================*/

.pricing-header{

    background:linear-gradient(135deg,#101522,#20283c);

    color:#fff;

    text-align:center;

    padding:20px;

}

.pricing-header h3{

    font-size:28px;

    margin-top:15px;

    margin-bottom:6px;

}

.pricing-header p{

    color:#d6d6d6;

    font-size:14px;

}


/*======================================
        BADGE
======================================*/

.badge-basic,
.badge-rekomendasi,
.badge-usaha,
.badge-premium,
.badge-custom{

    display:inline-block;

    padding:7px 18px;

    border-radius:30px;

    font-size:12px;

    font-weight:700;

    color:#fff;

}

.badge-basic{
    background:#e30613;
}

.badge-rekomendasi{
    background:#ff2d2d;
}

.badge-usaha{
    background:#d40000;
}

.badge-premium{
    background:#b80000;
}

.badge-custom{
    background:#444;
}


/*======================================
        IMAGE
======================================*/

.pricing-image{

    display:flex;

    justify-content:center;

    align-items:center;

    padding:15px 10px 0;

}

.pricing-image img{

    width:100%;

    max-width:290px;

    transition:.35s;

    object-fit:contain;

}

.pricing-card:hover .pricing-image img{

    transform:scale(1.08);

}


/*======================================
        PRICE
======================================*/

.price-box{

    padding:18px;

    text-align:center;

}

.price{

    font-size:32px;

    font-weight:800;

    color:#e30613;

    margin-bottom:8px;

}

.price-info{

    color:#666;

    font-size:13px;

    line-height:1.6;

}


/*======================================
        LIST
======================================*/

.pricing-list{

    list-style:none;

    padding:20px 28px;

    margin:0;

    flex:1;

}

.pricing-list li{

    padding:10px 0;

    border-bottom:1px solid #eee;

    font-size:15px;

    color:#444;

}

.pricing-list li:last-child{

    border:none;

}


/*======================================
        BUTTON
======================================*/

.pricing-btn{

    display:block;

    margin:20px;

    text-align:center;

    padding:15px;

    background:#e30613;

    color:#fff;

    text-decoration:none;

    font-weight:700;

    border-radius:10px;

    transition:.3s;

}

.pricing-btn:hover{

    background:#111827;

}

/*======================================
        HOVER PREMIUM
======================================*/

.pricing-card{
    width:100%;
    height:100%;
    display:flex;
    flex-direction:column;
    box-sizing:border-box;
}

.pricing-card::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:5px;

    background:#e30613;

    transform:scaleX(0);

    transition:.35s;

}

.pricing-card:hover::before{

    transform:scaleX(1);

}

.pricing-card:hover{

    transform:translateY(-12px);

    box-shadow:
    0 20px 45px rgba(0,0,0,.18),
    0 20px 40px rgba(227,6,19,.15);

}

.pricing-card:hover .pricing-image img{

    transform:scale(1.08);

}

.pricing-card:hover .price{

    color:#c50010;

}

.pricing-card:hover .pricing-btn{

    background:#111827;

}


/*======================================
        GRID 3 ATAS 2 BAWAH
======================================*/

.pricing-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

    max-width:1350px;

    margin:auto;

}

.pricing-card:nth-child(4),
.pricing-card:nth-child(5){
    margin:0;
    width:100%;
    max-width:100%;
}

/*======================================
        RESPONSIVE
======================================*/

@media(max-width:1200px){

.pricing-grid{

    grid-template-columns:repeat(2,1fr);

}

.pricing-card:nth-child(4),
.pricing-card:nth-child(5){

    grid-column:auto;

    margin:auto;

}

}

@media(max-width:768px){

.pricing-grid{

    grid-template-columns:1fr;

}

.pricing-card{

    max-width:420px;

    width:100%;

    margin:auto;

}

.pricing-header h3{

    font-size:24px;

}

.price{

    font-size:28px;

}

.pricing-image img{

    max-width:220px;

}

}


/*======================================
        BUTTON
======================================*/

.pricing-btn{

    letter-spacing:.5px;

    text-transform:uppercase;

}

.pricing-btn:hover{

    transform:translateY(-3px);

}


/*======================================
        IMAGE
======================================*/

.pricing-image{

    overflow:hidden;

}

.pricing-image img{

    filter:drop-shadow(0 18px 25px rgba(0,0,0,.25));

}


/*======================================
        TITLE
======================================*/

.section-title span{

    color:#e30613;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

}

.section-title h2{

    font-size:42px;

    margin:15px 0;

    color:#111827;

}

.section-title p{

    max-width:700px;

    margin:auto;

    color:#666;

    line-height:1.8;

}

/*======================================
        BADGE
======================================*/

.pricing-tag{
    box-shadow:0 5px 15px rgba(227,6,19,.35);
}

.ribbon{
    box-shadow:0 8px 20px rgba(227,6,19,.35);
}

/*======================================
        PROSES
======================================*/

.proses{
    padding:90px 0;
    background:#fff;
}

.proses-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
    gap:30px;
    margin-top:50px;
}

.step{
    text-align:center;
    padding:35px 25px;
    border-radius:15px;
    background:#f8f8f8;
    transition:.3s;
}

.step:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.step span{
    width:65px;
    height:65px;
    background:#e30613;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
    margin-bottom:20px;
    font-size:24px;
    font-weight:bold;
}

.step h3{
    color:#101522;
    margin-bottom:15px;
}

.step p{
    color:#666;
    line-height:1.7;
}


/*======================================
            CTA
======================================*/

.cta{
    padding:90px 20px;
    background:#e30613;
    color:#fff;
    text-align:center;
}

.cta h2{
    font-size:42px;
    margin-bottom:20px;
}

.cta p{
    max-width:700px;
    margin:0 auto 35px;
    line-height:1.8;
}

.cta .btn-primary{
    background:#101522;
}

.cta .btn-primary:hover{
    background:#000;
}


/*======================================
            FAQ
======================================*/

.faq{
    padding:90px 0;
    background:#f5f5f5;
}

.faq-item{
    background:#fff;
    border-radius:12px;
    padding:25px;
    margin-bottom:20px;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
}

.faq-item h3{
    color:#101522;
    margin-bottom:10px;
}

.faq-item p{
    color:#666;
    line-height:1.7;
}


/*======================================
            FOOTER
======================================*/

.footer{
    background:#101522;
    color:#fff;
    padding:60px 0 30px;
    text-align:center;
}

.footer p{
    color:#bdbdbd;
    margin-top:10px;
}

.footer a{
    color:#fff;
    text-decoration:none;
}


/*======================================
        FLOATING WHATSAPP
======================================*/

.floating-wa{
    position:fixed;
    right:25px;
    bottom:25px;
    width:60px;
    height:60px;
    background:#25D366;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:28px;
    box-shadow:0 10px 25px rgba(0,0,0,.3);
    z-index:999;
    transition:.3s;
}

.floating-wa:hover{
    transform:scale(1.1);
}


/*======================================
        RESPONSIVE
======================================*/

@media(max-width:992px){

.hero-grid{
    grid-template-columns:1fr;
    text-align:center;
}

.hero-image{
    order:-1;
}

.hero-button{
    justify-content:center;
}

.hero-info{
    justify-content:center;
}

.hero-text h1{
    font-size:42px;
}

}

@media(max-width:768px){

.hero-text h1{
    font-size:34px;
}

.section-title h2{
    font-size:30px;
}

.cta h2{
    font-size:30px;
}

.hero-button{
    flex-direction:column;
}

.hero-button a{
    width:100%;
}

.hero-info{
    flex-direction:column;
    gap:20px;
}

.paket-grid,
.keunggulan-grid,
.proses-grid{
    grid-template-columns:1fr;
}

}

/* ===========================
   FIX HERO PAKET
=========================== */

.hero-paket{
    position:relative;
    min-height:100vh;
    display:flex;
    align-items:center;
    overflow:hidden;

    background:
    linear-gradient(
        rgba(16,21,34,.88),
        rgba(16,21,34,.88)
    ),
    url("img/back.png");

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(16,21,34,.92),
        rgba(16,21,34,.70)
    );
}

.hero-content{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    gap:70px;
}

.hero-left h1{
    font-size:60px;
    line-height:1.15;
    color:#fff;
    margin:20px 0;
    font-weight:800;
}

.hero-left h1 span{
    color:#e30613;
}

.hero-left p{
    color:#d7d7d7;
    font-size:18px;
    line-height:1.8;
    margin-bottom:35px;
}

.hero-btn{
    display:flex;
    gap:18px;
    margin-bottom:45px;
}

.btn-secondary{
    padding:14px 30px;
    border:2px solid #e30613;
    border-radius:8px;
    color:#fff;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.btn-secondary:hover{
    background:#e30613;
}

.hero-info{
    display:flex;
    gap:40px;
}

.hero-info h3{
    color:#fff;
    font-size:34px;
}

.hero-info span{
    color:#bbb;
}

.hero-right{
    text-align:center;
}

.hero-right img{
    width:100%;
    max-width:520px;
}

/*==============================
      WHATSAPP INFO
==============================*/

.wa-info{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    margin-top:18px;
    color:#25D366;
    font-weight:600;
    font-size:15px;
}

.wa-info img{
    width:26px;
    height:26px;
    object-fit:contain;
}

.wa-info span{
    color:#25D366;
}

/*==================================
        CTA PREMIUM
==================================*/

.paket-cta{

    position:relative;

    overflow:hidden;

    padding:110px 20px;

    text-align:center;

    background:
    linear-gradient(135deg,#070b16 0%,#111827 45%,#240000 100%);

}

.paket-cta::before{

    content:"";

    position:absolute;

    width:650px;

    height:650px;

    background:rgba(227,6,19,.15);

    border-radius:50%;

    filter:blur(120px);

    top:-250px;

    right:-180px;

}

.paket-cta::after{

    content:"";

    position:absolute;

    width:500px;

    height:500px;

    background:rgba(255,255,255,.04);

    border-radius:50%;

    bottom:-220px;

    left:-120px;

    filter:blur(90px);

}

.paket-cta .container{

    position:relative;

    z-index:2;

}

.paket-cta h2{

    font-size:58px;

    font-weight:800;

    color:#fff;

    line-height:1.2;

    margin-bottom:25px;

}

.paket-cta h2 span{

    color:#e30613;

}

.paket-cta p{

    max-width:760px;

    margin:0 auto 45px;

    font-size:21px;

    line-height:1.8;

    color:#d5d5d5;

}

.paket-cta .btn-primary{

    display:inline-block;

    padding:18px 45px;

    background:#e30613;

    color:#fff;

    font-size:18px;

    font-weight:700;

    border-radius:50px;

    text-decoration:none;

    transition:.35s;

    box-shadow:0 15px 35px rgba(227,6,19,.35);

}

.paket-cta .btn-primary:hover{

    transform:translateY(-5px);

    background:#ff1e2d;

    box-shadow:0 20px 45px rgba(227,6,19,.55);

}

/* KHUSUS HALAMAN HIKVISION */

.keunggulan .section-title h2{

    color:#fff;

    font-size:56px;

    font-weight:800;

    line-height:1.2;

    text-shadow:0 4px 15px rgba(0,0,0,.35);

}

.keunggulan .section-title h2 span{

    color:#e30613;

}



/*==========================
        FAQ PREMIUM
==========================*/

.faq-section{

padding:100px 0;

background:#0b1323;

}

.faq-section .section-title{

text-align:center;

margin-bottom:60px;

}

.faq-section .section-title span{

color:#ff2d2d;

font-weight:700;

letter-spacing:2px;

font-size:14px;

text-transform:uppercase;

}

.faq-section .section-title h2{

color:#fff;

font-size:60px;

margin:15px 0;

}

.faq-section .section-title p{

color:#bfc6d3;

font-size:18px;

}

.faq-item{

background:#111b2f;

border:1px solid rgba(255,255,255,.08);

border-radius:18px;

margin-bottom:20px;

overflow:hidden;

transition:.3s;

}

.faq-item:hover{

border-color:#e30613;

box-shadow:0 20px 40px rgba(227,6,19,.15);

}

.faq-question{

display:flex;

align-items:center;

padding:25px;

cursor:pointer;

}

.faq-number{

width:60px;

height:60px;

background:#e30613;

border-radius:14px;

display:flex;

align-items:center;

justify-content:center;

font-size:24px;

font-weight:bold;

color:#fff;

margin-right:20px;

}

.faq-question h3{

flex:1;

font-size:28px;

color:#fff;

}

.faq-question span{

font-size:36px;

color:#ff2d2d;

font-weight:bold;

}

.faq-answer{

padding:0 30px 30px 105px;

font-size:18px;

line-height:1.8;

color:#cbd5e1;

}

.faq-bottom{

margin-top:60px;

padding:35px 45px;

border:1px solid rgba(227,6,19,.3);

border-radius:20px;

display:flex;

justify-content:space-between;

align-items:center;

background:#111b2f;

}

.faq-bottom h3{

color:#fff;

font-size:34px;

}

.faq-bottom p{

color:#bfc6d3;

}

.faq-btn{

padding:18px 40px;

background:#e30613;

border-radius:50px;

color:#fff;

text-decoration:none;

font-weight:700;

transition:.3s;

}

.faq-btn:hover{

background:#ff2d2d;

transform:translateY(-3px);

}

/* =====================================
   HERO PAKET RESPONSIVE
===================================== */

@media (max-width:768px){

    .hero-paket{
        min-height:auto;
        padding:120px 0 70px;
    }

    .hero-content{
        display:grid;
        grid-template-columns:1fr;
        gap:30px;
        text-align:center;
    }

    .hero-right{
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
   }

    .hero-left{
    flex: 1;
   }

    .hero-right img{
    width: 100%;
    max-width: 700px;   /* sesuaikan */
    height: auto;
    display: block;
    }

    .hero-left h1{
        font-size:36px;
        line-height:1.25;
        margin:15px 0;
    }

    .hero-left p{
        font-size:16px;
        line-height:1.8;
        max-width:100%;
    }

    .hero-btn{
        display:flex;
        flex-direction:column;
        gap:15px;
        width:100%;
    }

    .hero-btn a{
        width:100%;
    }

    .badge{
        font-size:12px;
    }

    .hero-info{
        justify-content:center;
        flex-wrap:wrap;
        gap:20px;
    }

}

/* ==========================
   TABLET
========================== */
@media (max-width:992px){

    .pricing-grid{
        grid-template-columns:repeat(2,1fr);
        gap:20px;
    }

    .pricing-card{
        width:100%;
        max-width:none;
        margin:0;
    }

    .pricing-header h3{
        font-size:30px;
    }

    .pricing-image img{
        width:75%;
        max-width:260px;
    }

    .price{
        font-size:42px;
    }

    .pricing-btn{
        padding:16px;
        font-size:16px;
    }

}


/* ==========================
   MOBILE
========================== */
@media (max-width:768px){

    .pricing-grid{
        grid-template-columns:1fr;
        gap:25px;
    }

    .pricing-card{
        width:100%;
        max-width:100%;
        margin:0;
        border-radius:22px;
    }

    .pricing-header{
        padding:30px 20px;
    }

    .pricing-header h3{
        font-size:22px;
        line-height:1.3;
    }

    .pricing-header p{
        font-size:15px;
    }

    .pricing-image{
        margin-top:20px;
    }

    .pricing-image img{
        width:80%;
        max-width:250px;
        display:block;
        margin:auto;
    }

    .price-box{
        padding:25px 20px;
    }

    .price{
        font-size:40px;
    }

    .pricing-list{
        padding:0 20px;
    }

    .pricing-list li{
        font-size:15px;
    }

    .pricing-btn{
        margin:25px 20px;
        width:calc(100% - 40px);
    }

}


/* ==========================
   HP KECIL
========================== */
@media (max-width:480px){

    .pricing-header h3{
        font-size:20px;
    }

    .price{
        font-size:34px;
    }

    .pricing-image img{
        width:90%;
        max-width:220px;
    }

    .pricing-list li{
        font-size:14px;
    }

}

.pricing-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    background: #25D366;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: 0.3s;
}

.pricing-btn:hover {
    background: #1ebe5d;
    transform: translateY(-2px);
}

.wa-icon {
    width: 20px;
    height: 20px;
}

html,
body{
    width:100%;
    overflow-x:hidden !important;
}

*,
*::before,
*::after{
    box-sizing:border-box;
    max-width:100%;
}

/* =========================
   CTA AKHIR
========================= */

.paket-cta{
    background:linear-gradient(135deg,#111827,#1f2937);
    padding:70px 20px;
    text-align:center;
}

.paket-cta .container{
    max-width:800px;
    margin:auto;
}

.paket-cta h2{

    font-size:clamp(2rem,5vw,3.5rem);

    line-height:1.2;

    font-weight:700;

    color:#fff;

    margin-bottom:20px;

    word-break:normal;
    overflow-wrap:break-word;

}

.paket-cta p{

    font-size:18px;

    color:#d1d5db;

    line-height:1.8;

    margin-bottom:35px;

}

.paket-cta .btn-primary{

    display:inline-flex;

    justify-content:center;

    align-items:center;

    padding:16px 34px;

    border-radius:999px;

}

@media (max-width:768px){

.paket-cta{

    padding:60px 18px;

}

.paket-cta h2{

    font-size:2rem;

    line-height:1.25;

}

.paket-cta p{

    font-size:15px;

}

.paket-cta .btn-primary{

    width:100%;

}

}

@media (max-width:480px){

.paket-cta h2{

    font-size:1.7rem;

}

}

/* ==========================================
   CTA RESPONSIVE
========================================== */

@media (max-width:992px){

    .paket-cta{
        padding:80px 20px;
    }

    .paket-cta h2{
        font-size:42px;
    }

    .paket-cta p{
        font-size:18px;
    }

}

@media (max-width:768px){

    .paket-cta{

        padding:60px 20px;

    }

    .paket-cta h2{

        font-size:32px;

        line-height:1.3;

        margin-bottom:18px;

    }

    .paket-cta p{

        font-size:16px;

        line-height:1.7;

        margin-bottom:30px;

    }

    .paket-cta .btn-primary{

        display:flex;

        justify-content:center;

        align-items:center;

        width:100%;

        max-width:320px;

        margin:auto;

        padding:16px 20px;

        font-size:16px;

    }

}

@media (max-width:480px){

    .paket-cta h2{

        font-size:28px;

    }

    .paket-cta p{

        font-size:15px;

    }

}

@media (max-width:768px){

    .paket-cta::before,
    .paket-cta::after{

        display:none;

    }

}

/* ===========================================================
   GUARDVISION RESPONSIVE FIX
   Tambahkan PALING BAWAH paket.css
=========================================================== */

/* ---------- Mencegah horizontal scroll ---------- */

html,
body{
    overflow-x:hidden !important;
    width:100%;
}

*,
*::before,
*::after{
    box-sizing:border-box;
}

img{
    max-width:100%;
    height:auto;
    display:block;
}

/* =========================
   TABLET
========================= */

@media (max-width:992px){

.container{
    width:92%;
}

.section{
    padding:70px 0;
}

.hero-content,
.hero-section,
.hero-wrapper{

    display:flex;
    flex-direction:column;
    text-align:center;
    gap:40px;

}

.hero-image{
    order:2;
}

.hero-content img,
.hero-image img{
    max-width:420px;
    margin:auto;
}

.hero-buttons,
.hero-btn{
    justify-content:center;
    flex-wrap:wrap;
}

.pricing-grid,
.package-grid,
.internet-grid,
.blog-grid,
.feature-grid,
.features-grid,
.service-grid,
.footer-grid{

    grid-template-columns:repeat(2,1fr) !important;

}

}

/* =========================
   MOBILE
========================= */

@media (max-width:768px){

.container{

    width:92%;
    padding:0;

}

/* ---------- Section ---------- */

.section{

    padding:60px 0;

}

/* ---------- Heading ---------- */


.section-heading p{

    font-size:15px;

}

/* ---------- Hero ---------- */

.hero-content,
.hero-section,
.hero-wrapper{

    display:flex;
    flex-direction:column;

    text-align:center;

}

.hero-image{

    margin-top:25px;

}

.hero-content img,
.hero-image img{

    width:100%;
    max-width:320px;

    margin:auto;

}

.hero-info h1,
.hero-content h1{

    font-size:2rem !important;
    line-height:1.2;

}

.hero-info p,
.hero-content p{

    font-size:15px;

}

/* ---------- Button ---------- */

.hero-buttons,
.hero-btn{

    display:flex;
    flex-direction:column;

    width:100%;

}

.hero-buttons a,
.hero-btn a,
.btn,
.btn-primary,
.btn-secondary{

    width:100%;
    justify-content:center;

}

/* ---------- Semua Grid ---------- */

.pricing-grid,
.package-grid,
.internet-grid,
.blog-grid,
.feature-grid,
.features-grid,
.service-grid,
.footer-grid{

    grid-template-columns:1fr !important;

}

/* ---------- Semua Card ---------- */

.pricing-card,
.package-card,
.blog-card,
.internet-card,
.feature-card,
.service-card{

    width:100%;

}

/* ---------- CTA ---------- */

.paket-cta{

    padding:60px 20px;

}

.paket-cta h2{

    font-size:32px !important;
    line-height:1.3;

}

.paket-cta p{

    font-size:15px;

}

.paket-cta .btn-primary{

    width:100%;
    max-width:320px;
    margin:auto;

}

/* ---------- FAQ ---------- */

.faq-question{

    font-size:16px;

}

/* ---------- Footer ---------- */

.footer{

    text-align:center;

}

.footer-logo img{

    margin:auto;

}

}

/* =========================
   SMALL MOBILE
========================= */

@media (max-width:480px){

.container{

    width:94%;

}

.hero-info h1,
.hero-content h1{

    font-size:1.7rem !important;

}

.section-heading h2,
.section-title h2{

    font-size:1.7rem !important;

}

.paket-cta h2{

    font-size:28px !important;

}

.btn,
.btn-primary,
.btn-secondary{

    font-size:15px;

}

}

/* ==========================================
   JANGAN UBAH JUDUL PAKET CCTV
========================================== */

@media (max-width:768px){

.paket-header h2,
.paket-section .section-heading h2,
.paket-title{

    font-size: inherit !important;
    line-height: inherit !important;
    text-align: inherit !important;

}

}

/* ======================================================
   RESPONSIVE TANPA MENGUBAH SECTION PAKET CCTV
====================================================== */

/* ================= HERO ================= */

@media (max-width:768px){

.hero h1,
.hero-title,
.hero-info h1,
.hero-content h1{

    font-size:34px !important;
    line-height:1.2;

}

.hero p,
.hero-info p,
.hero-content p{

    font-size:16px;

}

.hero-buttons{

    flex-direction:column;
    gap:15px;

}

.hero-buttons a{

    width:100%;

}

.hero-image img{

    max-width:320px;
    margin:auto;

}

}

/* ================= KEUNGGULAN ================= */

@media (max-width:768px){

.why-us h2,
.why-section h2,
.keunggulan h2{

    font-size:34px;

}

.why-grid,
.keunggulan-grid{

    grid-template-columns:1fr;

}

}

/* ================= INTERNET ================= */

@media (max-width:768px){

.internet-section h2{

    font-size:34px;

}

.internet-grid{

    grid-template-columns:1fr;

}

}

/* ================= ARTIKEL ================= */

@media (max-width:768px){

.blog-section h2,
.article-section h2{

    font-size:34px;

}

.blog-grid{

    grid-template-columns:1fr;

}

}

/* ================= TESTIMONI ================= */

@media (max-width:768px){

.testimoni-section h2{

    font-size:34px;

}

}

/* ================= FAQ ================= */

@media (max-width:768px){

.faq-section h2{

    font-size:34px;

}

.faq-question{

    font-size:16px;

}

}

/* ================= CTA ================= */

@media (max-width:768px){

.paket-cta{

    padding:60px 20px;

}

.paket-cta h2{

    font-size:32px !important;
    line-height:1.3;

}

.paket-cta p{

    font-size:16px;

}

.paket-cta .btn-primary{

    width:100%;
    max-width:320px;
    margin:auto;

}

}

/* ================= FOOTER ================= */

@media (max-width:768px){

.footer-grid{

    grid-template-columns:1fr;

}

.footer{

    text-align:center;

}

}