/* ==========================================
   GLOBAL LAYOUT & CORE RESET
   ========================================== */
html, body {
    max-width: 100%;
    overflow-x: hidden; 
}

.home-section {
    padding: 80px 10%;
    overflow: hidden; 
    position: relative; 
    z-index: 1;
}

/* ==========================================
   SECTION 1: LIMITED DROP STYLES
   ========================================== */
.drop-section {
    background-color: #0A0A12;
    font-family: 'Space Grotesk', sans-serif;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
    position: relative;
    z-index: 10; 
}

.section-tag {
    font-family: 'Space Mono', monospace;
    font-weight: 600; 
    font-size: 16px;
    color: #CCFF00;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 2px;
}

.section-title {
    font-weight: 600; 
    font-size: 48px;
    color: #FFFFFF;
    margin: 0;
    line-height: 1.2;
}

.header-desc-block {
    max-width: 300px;
}

.header-subdesc {
    font-family: 'Space Mono', monospace;
    font-weight: 400;
    font-size: 14px;
    color: #C4C9AC;
    line-height: 1.6;
    text-align: right;
    margin: 0;
}

/* Grids Setup */
.drop-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 30px;
}

.product-card-main, .product-card-wide, .product-card-box {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid #1A1A1A;
    border-radius: 4px;
    transition: border-color 0.3s ease;
}

.product-card-main:hover, .product-card-wide:hover, .product-card-box:hover {
    border-color: rgba(204, 255, 0, 0.3);
}

.product-card-main {
    padding: 20px;
}

.product-img-wrapper {
    background: #111;
    overflow: hidden;
    border-radius: 2px;
}

.product-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.product-card-main:hover .product-img-wrapper img,
.product-card-wide:hover .product-img-wrapper img,
.product-card-box:hover .product-img-wrapper img {
    transform: scale(1.03); /* Efek zoom tipis premium */
}

.main-img-height {
    height: 400px;
    margin-bottom: 25px;
}

.main-img-height img {
    opacity: 0.8;
}

.product-info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-info-row h3 {
    color: #eee;
    margin: 0;
    font-size: 24px;
    letter-spacing: 1px;
}

.product-short-desc {
    color: #666;
    font-size: 13px;
    margin: 5px 0 15px 0;
}

.product-price {
    color: #CCFF00;
    font-family: 'Space Mono', monospace;
    font-size: 14px;
    font-weight: bold;
}

.product-badges {
    display: flex;
    gap: 10px;
}

.product-badges span {
    font-family: 'Space Mono', monospace;
    font-size: 10px;
    padding: 5px 10px;
    border-radius: 20px;
}

.badge-dark {
    background: #1a1a1a;
    color: #555;
}

.badge-neon {
    background: rgba(204, 255, 0, 0.1);
    color: #CCFF00;
}

/* Right Grid Area */
.product-sub-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.product-card-wide {
    grid-column: span 2;
    display: flex;
    gap: 20px;
    padding: 15px;
}

.wide-img-dim {
    width: 190px;
    height: 150px;
    flex-shrink: 0;
}

.product-wide-info {
    padding-top: 3px;
}

.component-tag {
    color: #7DF4FF;
    font-family: 'Space Mono', monospace;
    font-size: 10px;
}

.product-wide-info h4 {
    color: #eee;
    margin: 5px 0;
}

.product-card-box {
    padding: 20px;
    text-align: center;
}

.box-img-height {
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
}

.product-card-box h4 {
    color: #eee;
    font-size: 12px;
    margin: 0;
    font-family: 'Space Mono', monospace;
}

.product-card-box .product-price {
    font-size: 12px;
    display: block;
    margin: 5px 0 0 0;
}

/* ==========================================
   SECTION 2: MANIFESTO STYLES
   ========================================== */
.manifesto-section {
    background-color: #0D0909;
    padding: 100px 10%;
    font-family: 'Space Grotesk', sans-serif;
}

.manifesto-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 80px;
    align-items: center;
}

.manifesto-tag {
    font-family: 'Space Mono', monospace;
    font-size: 12px;
    color: #CCFF00;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}

.manifesto-title {
    font-size: 56px;
    color: #FFFFFF;
    font-weight: 700;
    margin: 0 0 40px 0;
    line-height: 1.1;
}

.manifesto-text {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #A4A98C;
    line-height: 1.8;
    margin: 0 0 25px 0;
}

.space-bottom {
    margin-bottom: 60px;
}

.counter-row {
    display: flex;
    gap: 80px;
}

.counter-item h3 {
    font-size: 36px;
    color: #CCFF00;
    margin: 0 0 5px 0;
    font-weight: 700;
}

.counter-item p {
    font-family: 'Space Mono', monospace;
    font-size: 10px;
    color: #555;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}

.frame-container {
    border: 1px solid rgba(204, 255, 0, 0.2);
    padding: 25px;
    border-radius: 8px;
    position: relative;
}

.stamp-badge {
    position: absolute;
    top: -15px;
    right: 20px;
    background: #CCFF00;
    color: #000;
    padding: 6px 14px;
    font-family: 'Space Mono', monospace;
    font-size: 11px;
    font-weight: 700;
    transform: rotate(5deg);
    border-radius: 2px;
    box-shadow: 0 4px 15px rgba(204,255,0,0.3);
}

.manifesto-img-wrapper {
    width: 100%;
    height: 450px;
    background: #111;
    overflow: hidden;
    border-radius: 4px;
}

.manifesto-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}

/* ==========================================
   SECTION 3: COMMUNICATIONS (CTA) STYLES
   ========================================== */
.cta-section {
    background-color: #0D0909;
    padding: 60px 10% 120px 10%;
    font-family: 'Space Grotesk', sans-serif;
}

.cta-card {
    background: linear-gradient(180deg, rgba(255,255,255,0.02) 0%, transparent 100%);
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 12px;
    padding: 80px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.neon-line-glow {
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #CCFF00, transparent);
}

.cta-tag {
    font-family: 'Space Mono', monospace;
    font-size: 11px;
    color: #CCFF00;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}

.cta-title {
    font-size: 64px;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 auto 24px auto;
    max-width: 600px;
}

.cta-desc {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #8A8E72;
    max-width: 520px;
    margin: 0 auto 40px auto;
    line-height: 1.6;
}

.cta-form {
    display: flex;
    justify-content: center;
    gap: 15px;
    max-width: 500px;
    margin: 0 auto 30px auto;
}

.cta-input {
    flex: 1;
    background: rgba(0,0,0,0.4);
    border: 1px solid #222;
    padding: 18px 20px;
    color: #FFF;
    font-family: 'Space Mono', monospace;
    font-size: 12px;
    outline: none;
    border-radius: 4px;
    letter-spacing: 1px;
    transition: border-color 0.3s ease;
}

.cta-input:focus {
    border-color: #CCFF00;
}

.cta-button {
    background: #CCFF00;
    color: #000;
    border: none;
    padding: 0 35px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    white-space: nowrap;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background: #E6FF80;
}

.arrow-icon {
    font-size: 10px;
}

.cta-footer-note {
    font-family: 'Space Mono', monospace;
    font-size: 9px;
    color: #444;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* ==========================================
   📱 CSS MEDIA QUERIES (MOBILE MONITOR)
   ========================================== */
@media screen and (max-width: 991px) {
    .home-section {
        padding: 60px 5%;
    }
    .drop-grid, .manifesto-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .product-card-wide {
        flex-direction: column;
    }
    .wide-img-dim {
        width: 100%;
        height: 220px;
    }
    .section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .header-subdesc {
        text-align: left;
    }
}

@media screen and (max-width: 768px) {
    .section-title { font-size: 34px; }
    .manifesto-title { font-size: 38px; }
    .cta-title { font-size: 36px; }
    
    .manifesto-section { padding: 60px 5%; }
    .cta-section { padding: 40px 5% 80px 5%; }
    
    .cta-card { padding: 50px 20px; }
    .cta-form {
        flex-direction: column;
        width: 100%;
    }
    .cta-button {
        padding: 18px;
        justify-content: center;
    }
    .counter-row {
        gap: 40px;
    }
    .manifesto-img-wrapper {
        height: 320px;
    }
}