/*
Theme Name: JadwalTrip
Theme URI: https://jadwaltrip.com/
Author: JadwalTrip
Author URI: https://jadwaltrip.com/
Description: Tema landing page WordPress untuk aplikasi pembukuan perjalanan JadwalTrip.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jadwaltrip
*/

body {
    background: #f5f7fb;
    color: #111827;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.site-header {
    background: #fff;
}

.navbar-brand {
    color: #111827;
}

.hero {
    background: linear-gradient(135deg, #0d6efd, #198754);
    color: #fff;
    padding: 80px 0;
}

.hero-badge {
    background: rgba(255, 255, 255, .18);
    border-radius: 999px;
    display: inline-block;
    font-size: .9rem;
    font-weight: 600;
    margin-bottom: 1rem;
    padding: .45rem .9rem;
}

.hero-title {
    font-size: clamp(2rem, 5vw, 4rem);
    font-weight: 800;
    line-height: 1.1;
}

.hero-text {
    font-size: 1.15rem;
    opacity: .9;
}

.section-title {
    font-weight: 800;
}

.feature-card {
    border: 0;
    border-radius: 14px;
    height: 100%;
    transition: .2s;
}

.feature-card:hover {
    box-shadow: 0 1rem 2rem rgba(15, 23, 42, .10);
    transform: translateY(-4px);
}

.feature-icon {
    align-items: center;
    border-radius: 12px;
    display: inline-flex;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.mock-card {
    background: #f8fafc;
    border-radius: 12px;
    padding: 1rem;
}

.cta {
    background: #111827;
    border-radius: 18px;
    color: #fff;
    padding: 3rem 2rem;
}

.site-footer {
    color: #6b7280;
    padding: 2rem 0;
}

.banner-slider {
    border-radius: 18px;
    box-shadow: 0 1rem 2.5rem rgba(15, 23, 42, .18);
    overflow: hidden;
}

.banner-img {
    aspect-ratio: 16 / 10;
    display: block;
    object-fit: cover;
    width: 100%;
}

.banner-slider .carousel-control-prev,
.banner-slider .carousel-control-next {
    background: rgba(0, 0, 0, .25);
    border-radius: 50%;
    height: 44px;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
}

@media (max-width: 992px) {
    .hero {
        padding: 50px 0;
    }
}
