/* Landing Page Guest */
body {
    background: #77c9f8 !important;
    margin: 0;
    text-align: center;
}

.landing-page-guest {
    padding: 40px 20px;
    max-width: 1000px;
    margin: 0 auto;
    font-family: "Arial Black", sans-serif;
    text-align: center;
}

.landing-hero {
    margin-bottom: 60px;
}

.landing-logo {
    max-width: 150px;
    margin-bottom: 20px;
}

.landing-title {
    font-size: 2.8rem !important;
    line-height: 1.2;
    margin-bottom: 20px !important;
    color: white !important;
    -webkit-text-stroke: 2px #1175ad;
}

.landing-subtitle {
    font-size: 1.2rem;
    color: #1175ad;
    width: 80%;
    max-width: 800px;
    margin: 0 auto 30px;
    font-family: sans-serif;
    font-weight: normal;
}

.landing-cta-btn {
    font-family: "Arial Black", Impact, sans-serif;
    font-size: 20px;
    color: #2a2a2a !important;
    letter-spacing: 2px;
    width: 70vw;
    max-width: 350px;
    aspect-ratio: 3 / 0.7;
    margin: 10px auto;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    background: transparent url("astra-assets/tombol-batu.png") no-repeat
        center / cover !important;
    box-shadow: none !important;
    transition: all 0.1s ease;
}

.landing-cta-btn:hover {
    transform: translateY(-5px);
    background: transparent url("astra-assets/tombol-batu.png") no-repeat
        center / cover !important;
    box-shadow: none !important;
    color: #000 !important;
}

.landing-cta-btn:active {
    transform: translateY(0px);
}

.landing-benefits {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    margin-top: 40px;
    width: 100%;
}

.benefit-card {
    background: white;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    text-align: center;
    flex: 0 1 280px;
    box-sizing: border-box;
}

.benefit-card:hover {
    transform: translateY(-10px);
}

.benefit-icon {
    font-size: 3rem;
    margin-bottom: 15px;
}

.benefit-card h3 {
    margin: 10px 0;
    color: #1175ad;
    font-size: 1.4rem;
    font-family: "Arial Black", sans-serif;
}

.benefit-card p {
    color: #555;
    font-size: 1rem;
    line-height: 1.5;
    font-family: sans-serif;
    font-weight: normal;
}

/* Pricing Section */
.landing-pricing {
    margin-top: 20px;
    margin-bottom: 25px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.pricing-title {
    width: 100%;
    font-size: 1.5rem !important; /* Diperkecil agar pas di area sempit */
    color: white !important;
    -webkit-text-stroke: 1px #1175ad;
    text-align: center;
    margin-bottom: 15px !important;
}

.pricing-card {
    background: white;
    padding: 12px;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    max-width: 280px; /* Dipersempit ke 260px */
    text-align: left;
    box-sizing: border-box;
    overflow: hidden; /* Menghindari overflow border-radius */
}

.pricing-package-title {
    background: #1175ad;
    color: white;
    text-align: center;
    font-family: "Arial Black", sans-serif;
    font-size: 1rem;
    padding: 8px;
    margin: -12px -12px 12px -12px; /* Meluas ke pinggir card */
}

.pricing-card ul,
.pricing-card ol {
    padding-left: 5px !important;
}

.pricing-details {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.pricing-details li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 0; /* Gap vertikal dipersempit */
    border-bottom: 1px dashed #eee;
    font-size: 0.85rem; /* Ukuran font disesuaikan */
    color: #444;
}

.pricing-details li:last-child {
    border-bottom: none; /* Menghilangkan border bawah di baris terakhir */
}

.pricing-total-summary {
    border-top: 2px solid #1175ad;
    padding: 10px 0;
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.total-row-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.total-row-bottom {
    text-align: right;
    width: 100%;
}

.total-label {
    font-family: "Arial Black", sans-serif;
    font-size: 0.85rem;
    color: #333;
}

.old-total-main {
    position: relative;
    color: #d63638;
    font-size: 0.95rem;
    font-weight: bold;
    display: inline-block;
}

.old-total-main::after {
    content: "";
    position: absolute;
    left: -4px;
    right: -4px;
    top: 50%;
    height: 2px;
    background: #d63638;
    transform: translateY(-50%);
}

.new-total-main {
    color: #1175ad;
    font-weight: bold;
    font-size: 1.2rem;
}

.detail-label {
    max-width: 60%;
    line-height: 1.2;
}

.detail-price {
    display: flex;
    flex-direction: row; /* Berjejer ke samping, bukan ke bawah */
    align-items: center;
    gap: 6px; /* Jarak antara harga coret dan harga baru */
}

.old-price {
    position: relative;
    color: #d63638;
    font-size: 1rem;
    font-weight: normal;
    display: inline-block;
}

.old-price::after {
    content: "";
    position: absolute;
    left: -3px;
    right: -3px;
    top: 50%;
    height: 2px;
    background: #d63638;
    transform: translateY(-50%);
}

.new-price {
    color: #1175ad;
    font-weight: bold;
    font-size: 0.85rem;
}

.special-promo-box {
    background: #fff9c4;
    border: 2px solid #fbc02d;
    border-radius: 12px;
    padding: 12px 8px 8px 8px;
    text-align: center;
    position: relative;
    margin-top: 10px;
}

.promo-badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #d63638;
    color: white;
    padding: 2px 10px;
    border-radius: 10px;
    font-size: 0.65rem;
    font-weight: bold;
    white-space: nowrap;
}

.promo-text {
    font-size: 0.8rem;
    margin: 0 0 4px 0 !important;
    color: #333;
}

.promo-final-price {
    display: flex;
    flex-direction: row; /* Berjejer ke samping agar hemat ruang vertikal */
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 4px 0;
}

.old-total {
    position: relative;
    color: #d63638;
    font-size: 1.15rem;
    font-weight: bold;
    display: inline-block;
}

.old-total::after {
    content: "";
    position: absolute;
    left: -5px;
    right: -5px;
    top: 50%;
    height: 3px;
    background: #d63638;
    transform: translateY(-50%);
}

.final-price {
    font-size: 1.6rem; /* Diperkecil sedikit agar tidak overflow di 260px */
    color: #d63638;
    font-family: "Arial Black", sans-serif;
    line-height: 1;
}

.promo-note {
    font-style: italic;
    color: #666;
    font-size: 0.75rem;
    margin: 4px 0 0 0 !important;
}

/* Responsif Mobile Sempit */
@media (max-width: 320px) {
    .pricing-card {
        max-width: 240px;
        padding: 10px;
    }
    .final-price {
        font-size: 1.4rem;
    }
}
