/* =================================
   RESET
================================= */


*{

margin:0;
padding:0;
box-sizing:border-box;

}



html{

scroll-behavior:smooth;

}



body{


font-family:
"Inter",
"Arial",
sans-serif;


background:#050505;


color:white;


overflow-x:hidden;


}





img{

max-width:100%;

display:block;

}





a{

text-decoration:none;

color:white;

}




/* =================================
   GLOBAL CONTAINER
================================= */


.page-wrapper{


width:100%;


overflow:hidden;


}




.container{


width:100%;


max-width:1200px;


margin:auto;


padding-left:20px;


padding-right:20px;


}





.section{


padding:100px 0;


position:relative;


}





/* =================================
   BACKGROUND GLOW
================================= */


.hero-section::before{


content:"";


position:absolute;


width:600px;


height:600px;


top:-250px;


left:50%;


transform:translateX(-50%);


background:

radial-gradient(

circle,

rgba(124,80,255,.35),

transparent 70%

);


filter:blur(60px);


z-index:-1;


}




.solution-section::before{


content:"";


position:absolute;


width:500px;


height:500px;


right:-200px;


background:

radial-gradient(

circle,

rgba(0,255,150,.15),

transparent 70%

);


filter:blur(50px);


z-index:-1;


}



.pricing-section::before{


content:"";


position:absolute;


width:500px;


height:500px;


left:-200px;


background:

radial-gradient(

circle,

rgba(255,170,0,.15),

transparent 70%

);


filter:blur(60px);


z-index:-1;


}





/* =================================
   TEXT
================================= */


h1{


font-size:

clamp(38px,6vw,68px);


line-height:1.1;


font-weight:800;


letter-spacing:-1px;


}




h2{


font-size:

clamp(30px,4vw,45px);


line-height:1.2;


font-weight:800;


}




h3{


font-size:22px;


margin-bottom:12px;


}




p{


font-size:16px;


line-height:1.7;


color:#a8a8a8;


}





.gradient{


background:

linear-gradient(

90deg,

#ff4d4d,

#ffbd2e,

#00ff99

);



-webkit-background-clip:text;


color:transparent;


}




.gradient-red{


background:

linear-gradient(

90deg,

#ff3838,

#ff7b00

);


-webkit-background-clip:text;


color:transparent;


}





/* =================================
   SECTION TITLE
================================= */


.section-heading{


text-align:center;


max-width:800px;


margin:

0 auto 60px;


}



.section-heading p{


margin-top:20px;


}



.badge{


display:inline-block;


padding:8px 20px;


border-radius:50px;


border:1px solid #333;


background:#111;


font-size:13px;


color:#00ff99;


margin-bottom:25px;


}





/* =================================
   ICON
================================= */


.icon{


width:60px;


height:60px;


margin:0 auto 25px;


border-radius:50%;


display:flex;


align-items:center;


justify-content:center;


background:#111;


border:1px solid currentColor;


font-weight:bold;


box-shadow:

0 0 30px currentColor;


}




.red{

color:#ff4141;

}


.orange{

color:#ff9900;

}


.yellow{

color:#ffd000;

}


.green{

color:#00ff99;

}


.blue{

color:#6677ff;

}


.purple{

color:#9d6cff;

}





/* =================================
 BUTTON
================================= */


.btn-primary{


display:inline-flex;


align-items:center;


justify-content:center;


padding:

16px 38px;


border-radius:50px;


background:

linear-gradient(

90deg,

#00ff99,

#00cfff

);


color:#050505;


font-weight:800;


transition:.3s;


border:none;


}



.btn-primary:hover{


transform:

translateY(-5px);


box-shadow:

0 0 35px rgba(0,255,150,.5);


}





/* =================================
 HERO
================================= */


.hero-content{


text-align:center;


max-width:900px;


margin:auto;


}




.hero-content p{


max-width:650px;


margin:

25px auto 40px;


font-size:18px;


}





.hero-image{


max-width:850px;


margin:70px auto 0;


}



.image-placeholder{


background:

linear-gradient(

135deg,

#151515,

#080808

);


border:1px dashed #444;


border-radius:30px;


min-height:400px;


display:flex;


align-items:center;


justify-content:center;


overflow:hidden;


}



.image-placeholder img{


width:100%;


height:100%;


object-fit:cover;


}






/* =================================
 CARD SYSTEM
================================= */


.card-grid{


display:grid;


gap:20px;


}



.card-grid.four{


grid-template-columns:

repeat(4,1fr);


}





.glass-card,


.format-card,


.tool-box,


.testimonial-card,


.bonus-card{


background:

linear-gradient(

145deg,

#121217,

#080808

);


border:

1px solid #262630;


border-radius:25px;


padding:30px;


transition:.35s;


}





.glass-card:hover,


.format-card:hover,


.tool-box:hover,


.testimonial-card:hover,


.bonus-card:hover{


transform:

translateY(-8px);


border-color:#7d65ff;


box-shadow:

0 15px 40px rgba(0,0,0,.4);


}





.card-icon{


width:45px;


height:45px;


border-radius:50%;


display:flex;


align-items:center;


justify-content:center;


border:1px solid currentColor;


margin-bottom:20px;


}

/* =================================
   VIDEO PREVIEW
================================= */


.media-box{


max-width:900px;


margin:40px auto;


position:relative;


border-radius:30px;


overflow:hidden;


border:1px solid #272733;


background:#111;


}




.media-box img{


width:100%;


height:auto;


}




.play-button{


position:absolute;


top:50%;


left:50%;


transform:

translate(-50%,-50%);


width:80px;


height:80px;


border-radius:50%;


background:white;


color:#000;


display:flex;


align-items:center;


justify-content:center;


font-size:25px;


cursor:pointer;


box-shadow:

0 0 40px rgba(255,255,255,.3);


}





.play-button.small{


width:55px;


height:55px;


font-size:18px;


}





/* =================================
   BENEFIT LIST
================================= */


.benefit-list{


max-width:800px;


margin:50px auto 0;


display:flex;


flex-direction:column;


gap:25px;


}





.benefit-item{


display:flex;


gap:20px;


align-items:flex-start;


background:#0d0d12;


border:1px solid #24242d;


padding:25px;


border-radius:20px;


}



.benefit-item span{


width:35px;


height:35px;


background:#00ff99;


color:#000;


border-radius:50%;


display:flex;


align-items:center;


justify-content:center;


font-weight:bold;


}




/* =================================
 WORKFLOW
================================= */



.workflow{


max-width:800px;


margin:auto;


}



.workflow-item{


display:flex;


gap:30px;


padding:30px 0;


border-bottom:1px solid #222;


}




.workflow-item:last-child{


border:none;


}




.number{


min-width:60px;


height:60px;


border-radius:50%;


display:flex;


align-items:center;


justify-content:center;


font-size:20px;


font-weight:bold;


background:#111;


border:1px solid #6677ff;


color:#6677ff;


}





/* =================================
 OUTPUT GALLERY
================================= */


.output-grid{


display:grid;


grid-template-columns:

repeat(4,1fr);


gap:20px;


}




.output-card{


position:relative;


border-radius:25px;


overflow:hidden;


background:#111;


border:1px solid #252530;


}





.portrait{


aspect-ratio:

9 / 16;


min-height:auto;


}





.output-card img{


width:100%;


height:100%;


object-fit:cover;


}





/* =================================
 FORMAT GRID
================================= */



.format-grid,


.tools-grid{


display:grid;


grid-template-columns:

repeat(3,1fr);


gap:20px;


}





.format-icon{


font-size:35px;


margin-bottom:20px;


}




.tool-box h3,


.format-card h3{


margin-bottom:15px;


}





/* =================================
 TESTIMONIAL
================================= */


.testimonial-wrapper{


display:grid;


grid-template-columns:

repeat(3,1fr);


gap:25px;


}





.testimonial-card img{


width:100%;


height:300px;


object-fit:cover;


border-radius:20px;


margin-bottom:20px;


}




.rating{


color:#ffd000;


margin-bottom:15px;


}





/* =================================
 BONUS
================================= */


.bonus-grid{


display:grid;


grid-template-columns:

repeat(3,1fr);


gap:25px;


}



.bonus-card img{


width:100%;


height:250px;


object-fit:cover;


border-radius:20px;


margin-bottom:20px;


}





/* =================================
 PRICING
================================= */


.price-card{


max-width:500px;


margin:auto;


background:

linear-gradient(

145deg,

#151515,

#080808

);


border:

1px solid #00ff99;


border-radius:35px;


padding:45px 35px;


text-align:center;


box-shadow:

0 0 50px rgba(0,255,150,.12);


}



.price-label{


display:inline-block;


padding:8px 20px;


background:#00ff99;


color:#000;


font-weight:bold;


border-radius:30px;


font-size:12px;


margin-bottom:25px;


}





.price{


font-size:55px;


font-weight:900;


margin:20px 0;


background:

linear-gradient(

90deg,

#00ff99,

#00cfff

);


-webkit-background-clip:text;


color:transparent;


}




.price-card ul{


list-style:none;


text-align:left;


margin:30px 0;


}





.price-card li{


padding:15px 0;


border-bottom:1px solid #222;


color:#ddd;


}





/* =================================
 FAQ
================================= */


.faq-container{


max-width:850px;


margin:auto;


}



.faq-item{


background:#111;


border:1px solid #252530;


border-radius:20px;


margin-bottom:15px;


overflow:hidden;


}





.faq-item button{


width:100%;


padding:25px;


background:none;


border:none;


color:white;


display:flex;


justify-content:space-between;


font-size:17px;


font-weight:bold;


cursor:pointer;


}





.faq-answer{


display:none;


padding:0 25px 25px;


color:#aaa;


}





.faq-item.active .faq-answer{


display:block;


}





/* =================================
FIXED PURCHASE BAR
================================= */



























/* =================================
 SCROLL REVEAL
================================= */


.reveal{


opacity:0;


transform:

translateY(40px);


transition:

.8s ease;


}



.reveal.show{


opacity:1;


transform:none;


}


/* =================================
   FLOATING ANIMATION
================================= */


.floating{


animation:

floatingMove 5s ease-in-out infinite;


}



@keyframes floatingMove{


0%{

transform:
translateY(0);

}


50%{

transform:
translateY(-15px);

}


100%{

transform:
translateY(0);

}


}






/* =================================
   GLOW EFFECT
================================= */


.hero-content h1{


text-shadow:

0 0 40px rgba(120,80,255,.25);


}



.price-card:hover{


box-shadow:

0 0 60px rgba(0,255,150,.25);


}






/* =================================
   DESKTOP LARGE
================================= */


@media(min-width:1200px){



.container{


max-width:1280px;


}



.hero-content{


max-width:1000px;


}



.card-grid.four{


grid-template-columns:

repeat(4,1fr);


}



.output-grid{


grid-template-columns:

repeat(4,1fr);


}



.format-grid,


.tools-grid{


grid-template-columns:

repeat(3,1fr);


}



h1{


font-size:70px;


}



}









/* =================================
   TABLET
================================= */


@media(max-width:1024px){



.section{


padding:80px 0;


}



.card-grid.four{


grid-template-columns:

repeat(2,1fr);


}




.output-grid{


grid-template-columns:

repeat(2,1fr);


}





.format-grid,


.tools-grid{


grid-template-columns:

repeat(2,1fr);


}





.testimonial-wrapper,


.bonus-grid{


grid-template-columns:

repeat(2,1fr);


}



}









/* =================================
   MOBILE
================================= */


@media(max-width:600px){



.container{


padding-left:18px;


padding-right:18px;


}




.section{


padding:

70px 0;


}




h1{


font-size:38px;


line-height:1.15;


}




h2{


font-size:30px;


}




p{


font-size:15px;


}




.hero-content p{


font-size:16px;


}




.btn-primary{


width:100%;


padding:

17px 25px;


}





/* CARD */



.card-grid.four,


.output-grid,


.format-grid,


.tools-grid,


.testimonial-wrapper,


.bonus-grid{


grid-template-columns:

1fr;


}





.glass-card,


.format-card,


.tool-box,


.testimonial-card,


.bonus-card{


padding:22px;


}





/* IMAGE */



.image-placeholder{


min-height:280px;


border-radius:22px;


}





.media-box{


border-radius:22px;


}





.play-button{


width:65px;


height:65px;


}




/* WORKFLOW */


.workflow-item{


gap:15px;


}



.number{


min-width:50px;


height:50px;


font-size:16px;


}




/* PRICE */


.price-card{


padding:

35px 20px;


}




.price{


font-size:42px;


}




/* FLOAT BUTTON */





}




/* =================================
 EXTRA SMALL PHONE
================================= */


@media(max-width:390px){



h1{


font-size:34px;


}



h2{


font-size:27px;


}



.section-heading{


margin-bottom:40px;


}



}

/* =================================
OUTPUT ULTRA REALISTIC COLLAGE
================================= */


.output-realistic{

position:relative;

}



.gradient-output{


background:

linear-gradient(
90deg,
#ff4b30,
#ff9f00
);


-webkit-background-clip:text;

color:transparent;


}




.ugc-collage-card{


max-width:900px;

margin:40px auto 0;


padding:10px;


background:

linear-gradient(
145deg,
#16161c,
#080808
);


border:

1px solid #292929;


border-radius:28px;


box-shadow:

0 0 40px rgba(120,80,255,.15);


overflow:hidden;


}





.ugc-grid{


display:grid;


grid-template-columns:

repeat(3,1fr);


gap:2px;


border-radius:20px;


overflow:hidden;


}





.ugc-grid img{


width:100%;


aspect-ratio:1/1;


object-fit:cover;


display:block;


transition:.4s;


}





.ugc-grid img:hover{


transform:scale(1.05);


z-index:2;


filter:

brightness(1.15);


}






/* MOBILE */

@media(max-width:600px){


.ugc-collage-card{


border-radius:20px;


padding:8px;


}



.ugc-grid{


gap:2px;


}


}




/* DESKTOP */

@media(min-width:1000px){


.ugc-collage-card{


max-width:850px;


}


}



/* =====================================
   FIXED PURCHASE BAR FINAL
===================================== */


.floating-buy{


position:fixed;


bottom:20px;


left:50%;


transform:
translateX(-50%)
translateY(120px);



width:

calc(100% - 30px);



max-width:390px;



background:

rgba(10,10,10,.96);



border:

1px solid #2b2b2b;



border-radius:22px;



padding:12px;



display:flex;



align-items:center;



gap:10px;



z-index:9999;



box-shadow:

0 10px 40px rgba(0,0,0,.6);



backdrop-filter:

blur(12px);



transition:.45s ease;


}



/* muncul ketika scroll */


.floating-buy.show{


transform:

translateX(-50%)
translateY(0);


}






/* =====================================
   CONTACT ICON
===================================== */


.contact-mini{


display:flex;


gap:7px;


}




.mini-contact{


width:36px;


height:36px;


border-radius:50%;


display:flex;


align-items:center;


justify-content:center;


background:#111;


border:1px solid #333;


flex-shrink:0;


transition:.3s;


}





.mini-contact img{


width:18px;


height:18px;


}





.mini-contact:hover{


transform:

translateY(-3px);


}






.whatsapp{


border-color:#00ff88;


box-shadow:

0 0 15px rgba(0,255,136,.25);


}



.phone{


border-color:#4285ff;


box-shadow:

0 0 15px rgba(66,133,255,.25);


}








/* =====================================
   PRICE AREA
===================================== */


.floating-price{


flex:1;


min-width:90px;


}




.floating-price h3{


font-size:20px;


line-height:1.1;


margin:0;


font-weight:800;


color:white;


}





.floating-price span{


font-size:10px;


color:#00ff99;


font-weight:600;


}









/* =====================================
   BUY BUTTON
===================================== */


.buy-button{


height:44px;


padding:

0 18px;



border-radius:15px;



background:#111;



display:flex;



align-items:center;



justify-content:center;



white-space:nowrap;



font-size:11px;



font-weight:800;



letter-spacing:.5px;



color:white;



position:relative;



overflow:hidden;



}



.buy-button::before{


content:"";


position:absolute;


inset:0;



border-radius:15px;



padding:2px;



background:

linear-gradient(

90deg,

#ff3030,

#00ff99

);



-webkit-mask:

linear-gradient(#fff 0 0)

content-box,

linear-gradient(#fff 0 0);



-webkit-mask-composite:

xor;


mask-composite:

exclude;



}





.buy-button:hover{


box-shadow:

0 0 25px rgba(0,255,150,.4);


}









/* =====================================
   MOBILE
===================================== */


@media(max-width:430px){



.floating-buy{


bottom:15px;


width:

calc(100% - 24px);


padding:11px;



}




.mini-contact{


width:34px;


height:34px;


}




.mini-contact img{


width:16px;


height:16px;


}




.floating-price h3{


font-size:18px;


}




.floating-price span{


font-size:9px;


}




.buy-button{


height:42px;


padding:

0 14px;



font-size:10px;



}



}

/* ==============================
ORDER FORM WHATSAPP
============================== */


.order-card{


max-width:600px;


margin:auto;


background:

linear-gradient(
145deg,
#15151c,
#080808
);



border:

1px solid #292929;



border-radius:30px;



padding:35px;



box-shadow:

0 0 40px rgba(0,255,150,.1);



}




.form-group{


margin-bottom:20px;


}



.form-group label{


display:block;


margin-bottom:8px;


color:#ddd;


font-size:14px;


}




.form-group input,
.form-group select{


width:100%;


height:52px;


background:#0c0c0c;


border:

1px solid #333;



border-radius:15px;



padding:

0 16px;



color:white;



font-size:15px;



outline:none;



}





.form-group input:focus,
.form-group select:focus{


border-color:#00ff99;


box-shadow:

0 0 20px rgba(0,255,150,.2);



}




.error{


display:block;


font-size:12px;


color:#ff5555;


margin-top:5px;


min-height:15px;


}





.input-error{


border-color:#ff4444!important;


}





.submit-order{


width:100%;


height:55px;


border:none;


border-radius:18px;


background:

linear-gradient(
90deg,
#00ff99,
#00cfff
);



font-weight:900;


cursor:pointer;


transition:.3s;


}





.submit-order:hover{


transform:

translateY(-3px);


box-shadow:

0 0 30px rgba(0,255,150,.4);



}





@media(max-width:600px){


.order-card{


padding:22px;


}


}



/* ================================
PRICING HORIZONTAL SLIDER
================================ */



.pricing-wrapper{


position:relative;


display:flex;


align-items:center;


}




.pricing-track{


display:flex;


gap:20px;


overflow-x:auto;


scroll-behavior:smooth;


padding:20px 5px;


scrollbar-width:none;


width:100%;


}



.pricing-track::-webkit-scrollbar{


display:none;


}







.pricing-card{


min-width:300px;


background:

linear-gradient(

145deg,

#15151c,

#080808

);



border:

1px solid #292929;



border-radius:30px;



padding:30px;



flex-shrink:0;



transition:.3s;


}





.pricing-card:hover{


transform:

translateY(-8px);



border-color:#00ff99;



box-shadow:

0 0 35px rgba(0,255,150,.2);


}




.pricing-card h3{


font-size:24px;


}




.pricing-card .price{


font-size:40px;


font-weight:900;


margin:20px 0;



background:

linear-gradient(
90deg,
#00ff99,
#00cfff
);


-webkit-background-clip:text;


color:transparent;


}




.pricing-card ul{


list-style:none;


padding:20px 0;


}



.pricing-card li{


padding:8px 0;


color:#ddd;


}






.price-nav{


position:absolute;


z-index:5;


width:45px;


height:45px;


border-radius:50%;


background:#111;


color:white;


border:1px solid #333;


font-size:30px;


cursor:pointer;


}




.price-nav:hover{


border-color:#00ff99;


}




.prev{


left:-20px;


}



.next{


right:-20px;


}






@media(max-width:600px){



.pricing-card{


min-width:280px;


}



.price-nav{


display:none;


}



}



/* ==================================================
   DAFTAR HARGA SERVICE AC
================================================== */

.price-list-section {
    position: relative;
    overflow: hidden;
    padding-top: 90px;
    padding-bottom: 110px;
}

.price-list-section::before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    top: 80px;
    left: -260px;
    border-radius: 50%;
    background: rgba(30, 111, 255, 0.12);
    filter: blur(90px);
    pointer-events: none;
}

.price-list-section::after {
    content: "";
    position: absolute;
    width: 480px;
    height: 480px;
    right: -240px;
    bottom: 50px;
    border-radius: 50%;
    background: rgba(255, 126, 0, 0.12);
    filter: blur(90px);
    pointer-events: none;
}

.price-list-wrapper {
    position: relative;
    width: min(100%, 940px);
    margin: 48px auto 0;
    z-index: 2;
}

.price-list-glow {
    position: absolute;
    inset: 30px;
    border-radius: 32px;
    background: linear-gradient(
        135deg,
        rgba(18, 90, 190, 0.3),
        rgba(255, 126, 0, 0.2)
    );
    filter: blur(55px);
    opacity: 0.7;
    pointer-events: none;
}

.price-list-card {
    position: relative;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.06);
    box-shadow:
        0 30px 70px rgba(0, 20, 60, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.price-list-badge {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 17px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(135deg, #ff8a00, #ff5e00);
    box-shadow: 0 10px 25px rgba(255, 102, 0, 0.35);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.price-list-image-link {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 19px;
    background: #ffffff;
    cursor: zoom-in;
}

.price-list-image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 19px;
    transition:
        transform 0.5s ease,
        filter 0.5s ease;
}

.price-list-image-link:hover .price-list-image {
    transform: scale(1.015);
    filter: brightness(0.82);
}

.price-list-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #ffffff;
    background: rgba(4, 24, 65, 0.34);
    font-size: 15px;
    font-weight: 700;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.price-list-image-link:hover .price-list-overlay {
    opacity: 1;
}

.zoom-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(8px);
    font-size: 27px;
}

.price-list-information {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.price-info-item {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    min-height: 125px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 15px 35px rgba(0, 25, 75, 0.13);
    backdrop-filter: blur(12px);
}

.price-info-icon {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #ffffff;
    background: linear-gradient(135deg, #1468d4, #023c91);
    box-shadow: 0 8px 18px rgba(20, 104, 212, 0.3);
    font-size: 15px;
    font-weight: 900;
}

.price-info-item strong {
    display: block;
    margin-bottom: 7px;
    font-size: 15px;
    line-height: 1.4;
}

.price-info-item p {
    margin: 0;
    font-size: 13px;
    line-height: 1.65;
    opacity: 0.76;
}

.price-list-note {
    margin-top: 18px;
    padding: 18px 22px;
    border: 1px solid rgba(255, 160, 40, 0.28);
    border-radius: 16px;
    background: rgba(255, 140, 0, 0.08);
}

.price-list-note p {
    margin: 0;
    font-size: 13px;
    line-height: 1.75;
}

.price-list-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 28px;
}

.price-whatsapp-button,
.price-call-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 14px 28px;
    border-radius: 14px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.2px;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;
}

.price-whatsapp-button {
    gap: 10px;
    color: #ffffff;
    background: linear-gradient(135deg, #20bd63, #0c9147);
    box-shadow: 0 14px 30px rgba(16, 171, 83, 0.32);
}

.price-whatsapp-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 38px rgba(16, 171, 83, 0.42);
}

.price-whatsapp-button img {
    display: block;
    width: 24px;
    height: 24px;
}

.price-call-button {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
}

.price-call-button:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.14);
}


/* ==================================================
   RESPONSIVE
================================================== */

@media (max-width: 900px) {

    .price-list-information {
        grid-template-columns: 1fr;
    }

    .price-info-item {
        min-height: auto;
    }

}

@media (max-width: 640px) {

    .price-list-section {
        padding-top: 70px;
        padding-bottom: 80px;
    }

    .price-list-wrapper {
        margin-top: 32px;
    }

    .price-list-card {
        padding: 7px;
        border-radius: 19px;
    }

    .price-list-image-link,
    .price-list-image {
        border-radius: 14px;
    }

    .price-list-badge {
        top: 18px;
        left: 18px;
        padding: 7px 12px;
        font-size: 10px;
    }

    .price-list-information {
        gap: 12px;
        margin-top: 16px;
    }

    .price-info-item {
        padding: 17px;
    }

    .price-list-note {
        padding: 16px;
    }

    .price-list-actions {
        flex-direction: column;
        gap: 11px;
    }

    .price-whatsapp-button,
    .price-call-button {
        width: 100%;
        min-height: 54px;
    }

    .price-list-overlay {
        display: none;
    }

}


/* ==================================================
   ASTRA JAYA TEKNIK - TEAM SHOWCASE
================================================== */

.ajt-team-showcase {
    position: relative;
    overflow: hidden;
    padding: 100px 20px;
    background:
        radial-gradient(
            circle at 5% 15%,
            rgba(20, 91, 195, 0.10),
            transparent 32%
        ),
        radial-gradient(
            circle at 95% 85%,
            rgba(255, 122, 0, 0.10),
            transparent 30%
        ),
        #f7faff;
}

.ajt-team-showcase *,
.ajt-team-showcase *::before,
.ajt-team-showcase *::after {
    box-sizing: border-box;
}

.ajt-team-showcase__wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas: "visual content";
    align-items: center;
    gap: 54px;
    width: min(100%, 1240px);
    margin: 0 auto;
}

.ajt-team-showcase__content {
    grid-area: content;
    min-width: 0;
}

.ajt-team-showcase__visual {
    grid-area: visual;
    min-width: 0;
}

.ajt-team-showcase__label {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 20px;
    padding: 10px 17px;
    border: 1px solid rgba(15, 72, 163, 0.13);
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(135deg, #0c3d8c, #1264d8);
    box-shadow: 0 12px 28px rgba(16, 82, 180, 0.22);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.ajt-team-showcase__title {
    margin: 0 0 20px;
    color: #0c1d3b;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 900;
    line-height: 1.13;
    letter-spacing: -1.3px;
}

.ajt-team-showcase__title span {
    color: transparent;
    background: linear-gradient(135deg, #0755ba, #ff7700);
    background-clip: text;
    -webkit-background-clip: text;
}

.ajt-team-showcase__description {
    margin: 0 0 26px;
    color: #526176;
    font-size: 16px;
    line-height: 1.85;
}

.ajt-team-showcase__benefits {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ajt-team-showcase__benefit {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px;
    border: 1px solid rgba(15, 55, 120, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 14px 34px rgba(13, 45, 95, 0.07);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.ajt-team-showcase__benefit:hover {
    transform: translateY(-3px);
    border-color: rgba(15, 89, 195, 0.16);
    box-shadow: 0 18px 40px rgba(13, 45, 95, 0.12);
}

.ajt-team-showcase__benefit-icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #ffffff;
    background: linear-gradient(135deg, #ff9200, #ff5b00);
    box-shadow: 0 9px 20px rgba(255, 108, 0, 0.28);
    font-size: 16px;
    font-weight: 900;
}

.ajt-team-showcase__benefit h3 {
    margin: 0 0 6px;
    color: #10254b;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.4;
}

.ajt-team-showcase__benefit p {
    margin: 0;
    color: #657287;
    font-size: 13px;
    line-height: 1.7;
}

.ajt-team-showcase__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 13px;
    margin-top: 22px;
}

.ajt-team-showcase__stat {
    padding: 18px 10px;
    border: 1px solid rgba(12, 76, 169, 0.10);
    border-radius: 17px;
    text-align: center;
    background: linear-gradient(180deg, #ffffff, #f2f7ff);
    box-shadow: 0 12px 26px rgba(13, 45, 95, 0.06);
}

.ajt-team-showcase__stat strong {
    display: block;
    margin-bottom: 6px;
    color: #0c4da6;
    font-size: 21px;
    font-weight: 900;
    line-height: 1.2;
}

.ajt-team-showcase__stat span {
    display: block;
    color: #66748a;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
}

.ajt-team-showcase__services {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 22px;
}

.ajt-team-showcase__services span {
    display: inline-flex;
    align-items: center;
    padding: 9px 13px;
    border: 1px solid rgba(11, 75, 165, 0.10);
    border-radius: 999px;
    color: #0d4c9f;
    background: rgba(14, 82, 180, 0.07);
    font-size: 12px;
    font-weight: 700;
}

.ajt-team-showcase__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 28px;
}

.ajt-team-showcase__whatsapp,
.ajt-team-showcase__phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 55px;
    padding: 14px 25px;
    border-radius: 14px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;
}

.ajt-team-showcase__whatsapp {
    color: #ffffff;
    background: linear-gradient(135deg, #20bd63, #0a9146);
    box-shadow: 0 14px 30px rgba(14, 166, 78, 0.25);
}

.ajt-team-showcase__whatsapp:hover {
    transform: translateY(-3px);
    box-shadow: 0 19px 38px rgba(14, 166, 78, 0.34);
}

.ajt-team-showcase__phone {
    color: #0c4d9f;
    border: 1px solid rgba(12, 77, 159, 0.17);
    background: #ffffff;
    box-shadow: 0 12px 27px rgba(13, 45, 95, 0.07);
}

.ajt-team-showcase__phone:hover {
    transform: translateY(-3px);
    background: #f3f7ff;
}

.ajt-team-showcase__note {
    margin: 17px 0 0;
    color: #718096;
    font-size: 12px;
    line-height: 1.7;
}

.ajt-team-showcase__image-box {
    position: relative;
    overflow: hidden;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 28px;
    background: linear-gradient(
        135deg,
        rgba(10, 61, 143, 0.16),
        rgba(255, 123, 0, 0.12)
    );
    box-shadow: 0 30px 70px rgba(7, 38, 88, 0.22);
}

.ajt-team-showcase__image-box::before {
    content: "";
    position: absolute;
    inset: 10px;
    z-index: 2;
    border-radius: 20px;
    background: linear-gradient(
        180deg,
        transparent 58%,
        rgba(3, 22, 54, 0.32) 100%
    );
    pointer-events: none;
}

.ajt-team-showcase__image {
    display: block;
    width: 100%;
    height: auto;
    min-height: 460px;
    border-radius: 20px;
    object-fit: cover;
    object-position: center;
}

.ajt-team-showcase__photo-badge {
    position: absolute;
    z-index: 3;
    max-width: 235px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.91);
    box-shadow: 0 14px 30px rgba(5, 30, 70, 0.18);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.ajt-team-showcase__photo-badge strong {
    display: block;
    margin-bottom: 4px;
    color: #0c448f;
    font-size: 14px;
    font-weight: 900;
}

.ajt-team-showcase__photo-badge span {
    display: block;
    color: #56667d;
    font-size: 11px;
    line-height: 1.5;
}

.ajt-team-showcase__photo-badge--top {
    top: 26px;
    left: 26px;
}

.ajt-team-showcase__photo-badge--bottom {
    right: 26px;
    bottom: 26px;
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1020px) {

    .ajt-team-showcase__wrapper {
        gap: 34px;
    }

    .ajt-team-showcase__image {
        min-height: 420px;
    }

    .ajt-team-showcase__stats {
        grid-template-columns: 1fr;
    }

}


/* ==================================================
   MOBILE: ARTIKEL DI ATAS, FOTO DI BAWAH
================================================== */

@media (max-width: 820px) {

    .ajt-team-showcase {
        padding: 75px 18px;
    }

    .ajt-team-showcase__wrapper {
        grid-template-columns: 1fr;
        grid-template-areas:
            "content"
            "visual";
        gap: 34px;
    }

    .ajt-team-showcase__content {
        order: 1;
    }

    .ajt-team-showcase__visual {
        order: 2;
    }

    .ajt-team-showcase__stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ajt-team-showcase__image {
        min-height: auto;
    }

}


/* ==================================================
   SMALL MOBILE
================================================== */

@media (max-width: 600px) {

    .ajt-team-showcase {
        padding: 65px 15px;
    }

    .ajt-team-showcase__title {
        font-size: 29px;
        letter-spacing: -0.5px;
    }

    .ajt-team-showcase__description {
        font-size: 14px;
        line-height: 1.75;
    }

    .ajt-team-showcase__benefit {
        padding: 15px;
        border-radius: 15px;
    }

    .ajt-team-showcase__benefit h3 {
        font-size: 15px;
    }

    .ajt-team-showcase__benefit p {
        font-size: 12px;
    }

    .ajt-team-showcase__stats {
        grid-template-columns: 1fr;
    }

    .ajt-team-showcase__buttons {
        flex-direction: column;
    }

    .ajt-team-showcase__whatsapp,
    .ajt-team-showcase__phone {
        width: 100%;
    }

    .ajt-team-showcase__image-box {
        padding: 7px;
        border-radius: 20px;
    }

    .ajt-team-showcase__image-box::before {
        inset: 7px;
        border-radius: 15px;
    }

    .ajt-team-showcase__image {
        border-radius: 15px;
    }

    .ajt-team-showcase__photo-badge {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        max-width: none;
        margin: 10px 3px 3px;
    }

    .ajt-team-showcase__photo-badge--top {
        display: none;
    }

}



/* ==================================================
   ASTRA JAYA TEKNIK UNIQUE DARK FOOTER
   PREFIX: ajtfx-
================================================== */

.ajtfx-footer {
    position: relative;
    overflow: hidden;
    padding: 0;
    color: #d8e3f5;
    background:
        radial-gradient(
            circle at 8% 15%,
            rgba(26, 100, 220, 0.18),
            transparent 32%
        ),
        radial-gradient(
            circle at 92% 85%,
            rgba(255, 117, 0, 0.12),
            transparent 28%
        ),
        #071225;
}

.ajtfx-footer *,
.ajtfx-footer *::before,
.ajtfx-footer *::after {
    box-sizing: border-box;
}

.ajtfx-footer__accent {
    width: 100%;
    height: 5px;
    background: linear-gradient(
        90deg,
        #0758bc 0%,
        #1493f2 42%,
        #ff7900 72%,
        #ffad1f 100%
    );
}

.ajtfx-footer__container {
    width: min(100% - 36px, 1240px);
    margin: 0 auto;
    padding-top: 70px;
}

.ajtfx-footer__grid {
    display: grid;
    grid-template-columns:
        minmax(260px, 1.4fr)
        minmax(170px, 0.8fr)
        minmax(190px, 0.95fr)
        minmax(220px, 1fr);
    gap: 46px;
    padding-bottom: 54px;
}

.ajtfx-footer__brand-column,
.ajtfx-footer__column {
    min-width: 0;
}

.ajtfx-footer__logo-link {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 22px;
    text-decoration: none;
}

.ajtfx-footer__logo {
    display: block;
    width: min(100%, 230px);
    height: auto;
    max-height: 86px;
    object-fit: contain;
    object-position: left center;
}

.ajtfx-footer__brand-description {
    max-width: 390px;
    margin: 0;
    color: #aebdd3;
    font-size: 14px;
    line-height: 1.85;
}

.ajtfx-footer__trust-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 24px;
}

.ajtfx-footer__trust-list span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #d4deed;
    font-size: 13px;
    font-weight: 600;
}

.ajtfx-footer__trust-list i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    color: #ffffff;
    background: linear-gradient(135deg, #ff8b00, #ff5f00);
    box-shadow: 0 7px 18px rgba(255, 106, 0, 0.24);
    font-size: 11px;
    font-style: normal;
    font-weight: 900;
}

.ajtfx-footer__heading {
    position: relative;
    margin: 7px 0 25px;
    padding-bottom: 14px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 850;
    line-height: 1.3;
}

.ajtfx-footer__heading::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 44px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #1975e8, #ff7a00);
}

.ajtfx-footer__navigation {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.ajtfx-footer__navigation a {
    position: relative;
    display: inline-flex;
    align-items: flex-start;
    gap: 8px;
    width: fit-content;
    color: #aebdd3;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.55;
    transition:
        color 0.22s ease,
        transform 0.22s ease;
}

.ajtfx-footer__navigation a::before {
    content: "›";
    flex: 0 0 auto;
    color: #ff8410;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.1;
}

.ajtfx-footer__navigation a:hover {
    color: #ffffff;
    transform: translateX(4px);
}

.ajtfx-footer__contact-description {
    margin: 0 0 20px;
    color: #aebdd3;
    font-size: 13px;
    line-height: 1.75;
}

.ajtfx-footer__contact-actions {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.ajtfx-footer__whatsapp-button,
.ajtfx-footer__phone-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 12px 18px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        background 0.22s ease;
}

.ajtfx-footer__whatsapp-button {
    gap: 9px;
    color: #ffffff;
    background: linear-gradient(135deg, #20b95f, #078740);
    box-shadow: 0 13px 28px rgba(7, 143, 66, 0.22);
}

.ajtfx-footer__whatsapp-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 17px 34px rgba(7, 143, 66, 0.32);
}

.ajtfx-footer__whatsapp-button img {
    display: block;
    width: 22px;
    height: 22px;
}

.ajtfx-footer__phone-button {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.13);
    background: rgba(255, 255, 255, 0.06);
}

.ajtfx-footer__phone-button:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.11);
}

.ajtfx-footer__service-time {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 20px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.035);
}

.ajtfx-footer__service-time strong {
    margin-bottom: 3px;
    color: #ffffff;
    font-size: 13px;
}

.ajtfx-footer__service-time span {
    color: #aebdd3;
    font-size: 12px;
}

.ajtfx-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 24px 0 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ajtfx-footer__bottom p {
    margin: 0;
    color: #8292aa;
    font-size: 12px;
    line-height: 1.6;
}

.ajtfx-footer__bottom-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 19px;
}

.ajtfx-footer__bottom-links a {
    color: #8292aa;
    text-decoration: none;
    font-size: 12px;
    transition: color 0.2s ease;
}

.ajtfx-footer__bottom-links a:hover {
    color: #ffffff;
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1050px) {

    .ajtfx-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 42px;
    }

}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 680px) {

    .ajtfx-footer__container {
        width: min(100% - 30px, 1240px);
        padding-top: 54px;
    }

    .ajtfx-footer__grid {
        grid-template-columns: 1fr;
        gap: 38px;
        padding-bottom: 42px;
    }

    .ajtfx-footer__logo {
        width: min(100%, 210px);
    }

    .ajtfx-footer__brand-description {
        max-width: none;
    }

    .ajtfx-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .ajtfx-footer__bottom-links {
        justify-content: flex-start;
        gap: 14px 18px;
    }

}