/* Reset dan styling dasar */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    background: #121212;
    color: #fff;
    line-height: 1.6;
}

/* Container */
.container {
    width: 80%;
    margin: 0 auto;
}

/* Hero Section */
.hero {
    background-image: url('/img/aipragma\ apk\ gacor.jpeg');
    background-size: cover;
    padding: 80px 0;
    text-align: center;
}

.headline {
    font-size: 3rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}

.sub-headline {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 30px;
}

.btn-main {
    background-color: #ff9800;
    padding: 12px 30px;
    text-decoration: none;
    color: white;
    border-radius: 30px;
    font-weight: bold;
    font-size: 1.2rem;
}

/* Features Section */
.features {
    background-color: #1d1d1d;
    padding: 60px 0;
    text-align: center;
}

.section-title {
    font-size: 2.5rem;
    margin-bottom: 40px;
}

.feature-item {
    display: inline-block;
    width: 30%;
    padding: 30px;
    margin: 30px;
    background: #333;
    border-radius: 10px;
    transition: transform 0.3s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.feature-item:hover {
    transform: scale(1.05);
}

.feature-img {
    width: 100px;
    margin-bottom: 20px;
}

.feature-item h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.feature-item p {
    font-size: 1.1rem;
}

/* Video Section */
.demo-video {
    padding: 60px 0;
    text-align: center;
}

.demo-video iframe {
    width: 80%;
    height: 450px;
    border: none;
    border-radius: 15px;
}

/* Testimonials Section */
.testimonials {
    padding: 60px 0;
    background: #333;
    text-align: center;
}

.testimonial-item {
    font-style: italic;
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.testimonial-item cite {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    font-size: 1rem;
}

/* Call to Action */
.cta {
    background-color: #ff9800;
    color: #fff;
    padding: 60px 0;
    text-align: center;
}

.cta-title {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.cta-description {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.cta .btn-main {
    background-color: white;
    color: #1e3d5b;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 30px;
    font-weight: bold;
    font-size: 1.2rem;
}

/* Footer */
footer {
    background-color: #212121;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

footer a {
    color: #ff9800;
    text-decoration: none;
}
