/* ============================================
   GARUDARP MEDIA INC. - Tema GTA RP (dark/city)
   ============================================ */

:root {
    --grp-bg: #0d0d12;
    --grp-panel: #16161f;
    --grp-panel-alt: #1c1c28;
    --grp-accent: #ffb703;   /* kuning lampu kota */
    --grp-accent2: #e63946;  /* merah sirine */
    --grp-text: #e8e8ee;
}

body {
    background-color: var(--grp-bg);
    color: var(--grp-text);
    font-family: 'Segoe UI', Arial, sans-serif;
    background-image:
        radial-gradient(circle at 20% 0%, rgba(255, 183, 3, 0.08), transparent 40%),
        radial-gradient(circle at 80% 10%, rgba(230, 57, 70, 0.10), transparent 45%);
    background-attachment: fixed;
}

/* ============================================
   Halaman Detail Berita (post.php) - Frame Gold
   ============================================ */
.post-gold-wrap {
    background-color: #0d0d12;
    padding: 30px 0;
}

.post-gold-frame {
    max-width: 700px;
    margin: 0 auto;
    background: linear-gradient(135deg, #f7d774, #d4a017 45%, #b8860b);
    padding: 2px;
    border-radius: 6px;
    box-shadow: 0 0 25px rgba(212, 160, 23, 0.35);
}

.post-white-card {
    background-color: #ffffff;
    color: #1a1a1a;
    padding: 24px 28px;
    border-radius: 4px;
}

.post-white-card .post-title {
    color: #1a1a1a;
    font-weight: 700;
}

.post-white-card .berita-content {
    color: #2a2a2a;
}

.post-badge-gold {
    background-color: #d4a017;
    color: #1a1a1a;
    font-weight: 700;
}

.post-badge-gold-text {
    color: #b8860b;
}

.post-btn-gold {
    background-color: #d4a017;
    border-color: #d4a017;
    color: #1a1a1a;
    font-weight: 600;
}

.post-btn-gold:hover {
    background-color: #b8860b;
    border-color: #b8860b;
    color: #1a1a1a;
}

.comment-box-white {
    background: #faf7ef;
    border: 1px solid #e6d8ad;
    border-radius: 6px;
    padding: 12px 15px;
    margin-bottom: 10px;
}

/* Iklan (banner) di atas/bawah konten berita - frame sama seperti frame berita, ukuran disamakan */
.iklan-wrap {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.iklan-gold-frame {
    background: linear-gradient(135deg, #f7d774, #d4a017 45%, #b8860b);
    padding: 2px;
    border-radius: 6px;
    box-shadow: 0 0 25px rgba(212, 160, 23, 0.35);
}

.iklan-white-card {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 10px;
}

.iklan-label {
    text-align: center;
    color: #b8860b;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.iklan-wrap .carousel-item img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    border-radius: 3px;
    background-color: #05050a;
}

.iklan-wrap .carousel-control-prev,
.iklan-wrap .carousel-control-next {
    width: 8%;
}

.iklan-wrap .carousel-control-prev-icon,
.iklan-wrap .carousel-control-next-icon {
    filter: invert(1) grayscale(100);
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: 50%;
    padding: 14px;
}

/* ============================================
   Landing page - tema kota malam neon (ala GTA V), full CSS, tanpa aset berhak cipta
   ============================================ */
.landing-body {
    background: #060611;
    color: #fff;
    font-family: 'Segoe UI', Arial, sans-serif;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
}

/* Background foto custom (GARUDA PRIME MEDIA INC.) untuk landing page */
.landing-body-photo {
    background-image:
        linear-gradient(180deg, rgba(6,6,17,0.35) 0%, rgba(6,6,17,0.55) 55%, rgba(6,6,17,0.92) 100%),
        url('../img/tablet2.png');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.landing-body-photo .container {
    padding-top: 42vh;
}

/* Langit sunset + siluet skyline kota + lantai grid neon (murni CSS, tidak pakai gambar) */
.gta-sky {
    position: fixed;
    inset: 0;
    z-index: 0;
    background: linear-gradient(180deg, #1a0b2e 0%, #3a1250 25%, #a8306b 50%, #e8623f 68%, #17091f 100%);
    overflow: hidden;
}

.gta-sun {
    position: absolute;
    left: 50%;
    top: 38%;
    width: 220px;
    height: 220px;
    margin-left: -110px;
    border-radius: 50%;
    background: radial-gradient(circle, #ffe9a8 0%, #ffb703 45%, rgba(255,183,3,0) 75%);
    box-shadow: 0 0 120px 40px rgba(255, 183, 3, 0.35);
    opacity: 0.85;
}

.gta-skyline {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30%;
    height: 220px;
    background:
        linear-gradient(#0d0620, #0d0620) 2% 40%/4% 60% no-repeat,
        linear-gradient(#0d0620, #0d0620) 8% 20%/5% 80% no-repeat,
        linear-gradient(#0d0620, #0d0620) 15% 55%/3% 45% no-repeat,
        linear-gradient(#0d0620, #0d0620) 20% 10%/6% 90% no-repeat,
        linear-gradient(#0d0620, #0d0620) 28% 35%/4% 65% no-repeat,
        linear-gradient(#0d0620, #0d0620) 34% 0%/7% 100% no-repeat,
        linear-gradient(#0d0620, #0d0620) 43% 25%/4% 75% no-repeat,
        linear-gradient(#0d0620, #0d0620) 49% 50%/5% 50% no-repeat,
        linear-gradient(#0d0620, #0d0620) 57% 5%/6% 95% no-repeat,
        linear-gradient(#0d0620, #0d0620) 65% 30%/4% 70% no-repeat,
        linear-gradient(#0d0620, #0d0620) 71% 15%/7% 85% no-repeat,
        linear-gradient(#0d0620, #0d0620) 80% 45%/4% 55% no-repeat,
        linear-gradient(#0d0620, #0d0620) 86% 0%/5% 100% no-repeat,
        linear-gradient(#0d0620, #0d0620) 93% 35%/4% 65% no-repeat;
    filter: drop-shadow(0 0 25px rgba(255, 183, 3, 0.15));
}

.gta-grid-floor {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30%;
    background-color: #0a0414;
    background-image:
        linear-gradient(90deg, rgba(255, 20, 147, 0.35) 1px, transparent 1px),
        linear-gradient(0deg, rgba(0, 229, 255, 0.25) 1px, transparent 1px);
    background-size: 60px 40px;
    transform: perspective(220px) rotateX(35deg);
    transform-origin: bottom;
    box-shadow: 0 -30px 60px rgba(168, 48, 107, 0.25) inset;
}

.landing-body .container {
    position: relative;
    z-index: 1;
}

.landing-brand-logo {
    filter: drop-shadow(0 0 18px rgba(255, 183, 3, 0.6));
}

.landing-title {
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.25);
}

.landing-subtitle {
    text-shadow: 0 0 16px rgba(255, 183, 3, 0.5);
    letter-spacing: 1px;
}

.menu-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 22px;
    margin-top: 40px;
}

.menu-card {
    width: 260px;
    height: 150px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    display: block;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    background: linear-gradient(150deg, rgba(255,255,255,0.06), rgba(255,255,255,0.01));
    backdrop-filter: blur(6px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

.menu-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--card-gradient, linear-gradient(135deg, #ffb703, #e63946));
    opacity: 0.16;
    transition: opacity 0.25s ease;
}

.menu-card:hover {
    transform: translateY(-6px) scale(1.03);
    border-color: rgba(255, 183, 3, 0.6);
    box-shadow: 0 14px 30px rgba(255, 183, 3, 0.25);
}

.menu-card:hover::before {
    opacity: 0.3;
}

.menu-card-overlay {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    gap: 10px;
}

.menu-card-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--card-gradient, linear-gradient(135deg, #ffb703, #e63946));
    box-shadow: 0 0 18px rgba(255, 183, 3, 0.4);
}

.menu-card-icon i {
    font-size: 22px;
    color: #fff;
}

.crew-panel {
    max-width: 280px;
    padding: 14px 18px;
    border-radius: 12px;
    background: rgba(22, 22, 31, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}

.crew-panel-text {
    color: #d8d8e6;
    font-size: 0.8rem;
}

.crew-panel-btn {
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 5px 16px;
}

/* Navbar */
.navbar {
    background-color: #0a0a0f !important;
    border-bottom: 2px solid var(--grp-accent);
}

.navbar-brand {
    letter-spacing: 1px;
    color: var(--grp-accent) !important;
}

.nav-link {
    color: var(--grp-text) !important;
    transition: color 0.2s;
}

.nav-link:hover {
    color: var(--grp-accent) !important;
}

/* Hero */
.hero {
    background: linear-gradient(135deg, #0a0a12 0%, #1a1a2e 60%, #2b0a12 100%);
    color: #fff;
    padding: 90px 20px;
    text-align: center;
    border-bottom: 3px solid var(--grp-accent2);
}

.hero h1 {
    font-size: 2.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--grp-accent);
    text-shadow: 0 0 18px rgba(255, 183, 3, 0.5);
}

.hero .subtitle {
    font-size: 1.2rem;
    opacity: 0.85;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.hero .btn {
    margin: 6px;
    border-radius: 3px;
    font-weight: 600;
}

.hero .btn-outline-light:hover {
    background-color: var(--grp-accent2);
    border-color: var(--grp-accent2);
}

/* Cards umum */
.card {
    background-color: var(--grp-panel);
    color: var(--grp-text);
    border: 1px solid #2a2a38;
    border-radius: 6px;
}

.card-title, .card-text {
    color: var(--grp-text);
}

.news-card img {
    height: 180px;
    object-fit: cover;
}

.news-date {
    font-size: 0.85rem;
    color: var(--grp-accent);
    font-weight: 600;
}

/* Price list */
.pricelist-img {
    max-width: 100%;
    margin-bottom: 20px;
    border-radius: 8px;
    background-color: var(--grp-panel-alt);
    border: 1px dashed #333;
}

.nav-tabs .nav-link {
    color: var(--grp-text) !important;
}

.nav-tabs .nav-link.active {
    background-color: var(--grp-accent) !important;
    color: #111 !important;
    font-weight: 700;
}

/* Job card */
.job-card img {
    height: 160px;
    object-fit: contain;
    padding: 15px;
    background: #fff;
}

/* Komentar */
.comment-box {
    background: var(--grp-panel);
    border: 1px solid #2a2a38;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 12px;
}

/* Form control gelap */
.form-control, .form-select {
    background-color: var(--grp-panel-alt);
    border: 1px solid #333;
    color: var(--grp-text);
}

.form-control:focus, .form-select:focus {
    background-color: var(--grp-panel-alt);
    color: var(--grp-text);
    border-color: var(--grp-accent);
    box-shadow: 0 0 0 0.2rem rgba(255, 183, 3, 0.25);
}

.form-label {
    color: var(--grp-text);
}

/* Tombol utama */
.btn-primary {
    background-color: var(--grp-accent2);
    border-color: var(--grp-accent2);
}

.btn-primary:hover {
    background-color: #c62839;
    border-color: #c62839;
}

.btn-outline-primary {
    color: var(--grp-accent);
    border-color: var(--grp-accent);
}

.btn-outline-primary:hover {
    background-color: var(--grp-accent);
    color: #111;
}

/* Footer */
footer {
    background-color: #0a0a0f !important;
    border-top: 2px solid var(--grp-accent2);
}

/* List group (quick count) */
.list-group-item {
    background-color: var(--grp-panel);
    color: var(--grp-text);
    border-color: #2a2a38;
}

/* Alert */
.alert-danger {
    background-color: #3a1015;
    color: #ffb3b8;
    border-color: var(--grp-accent2);
}

/* Modal (contoh: detail saran survey) */
.modal-content {
    background-color: var(--grp-panel);
    color: var(--grp-text);
    border: 1px solid #2a2a38;
}

.modal-header {
    border-bottom: 1px solid #2a2a38;
}

.btn-close {
    filter: invert(1) grayscale(100);
}

.saran-link {
    color: var(--grp-accent);
    text-decoration: underline;
    cursor: pointer;
}

/* Modal detail saran survey - frame emas sama seperti frame detail berita, ukuran lebih besar */
.saran-gold-frame {
    background: linear-gradient(135deg, #f7d774, #d4a017 45%, #b8860b);
    padding: 5px;
    border-radius: 6px;
    border: none;
    box-shadow: 0 0 25px rgba(212, 160, 23, 0.35);
}

.saran-white-card {
    background-color: #ffffff;
    color: #1a1a1a;
    border-radius: 4px;
}

.saran-white-card .modal-title {
    color: #1a1a1a;
    font-weight: 700;
}

.saran-white-card .btn-close {
    filter: none;
}

.saran-text {
    color: #2a2a2a;
    white-space: pre-wrap;
    word-break: break-word;
    overflow-wrap: anywhere;
    font-size: 1.05rem;
    line-height: 1.6;
}

a {
    color: var(--grp-accent);
}

a:hover {
    color: var(--grp-accent2);
}

/* Bootstrap .text-muted default terlalu gelap untuk tema dark, sesuaikan supaya tetap terbaca */
.text-muted {
    color: #9a9aae !important;
}

.text-secondary {
    color: #b0b0c4 !important;
}

/* ============================================
   Halaman Login - kartu modern glass di tengah, background kota malam neon
   ============================================ */
.login-body {
    background: #060611;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
}

.login-body .navbar {
    position: relative;
    z-index: 2;
}

.login-wrap {
    position: relative;
    z-index: 1;
    min-height: calc(100vh - 56px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 16px;
}

.login-card {
    width: 100%;
    max-width: 380px;
    text-align: center;
    padding: 40px 32px;
    border-radius: 18px;
    background: rgba(22, 22, 31, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 30px rgba(255, 183, 3, 0.08);
}

.login-card h3 {
    color: #fff;
}

.login-subtitle {
    color: #b0b0c4;
    font-size: 0.9rem;
}

.login-back-link {
    color: #b0b0c4;
    text-decoration: none;
    font-size: 0.9rem;
}

.login-back-link:hover {
    color: var(--grp-accent);
}
