/* ==========================================================================
   APPLE x TESLA INSPIRED PREMIUM LAYOUT ENGINE - MAXPREP™ ULTIMATE DARK
   ========================================================================== */

/* Typography & Reset Foundations */
.hero-maxwell, .product-detail-section {
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Hero Section - Apple Store Orange Aesthetic (Tetap Terang untuk Kontras Dinamis) */
.hero-maxwell {
    background: linear-gradient(180deg, #FDB913 0%, #FFD666 100%);
    padding: 120px 0 20px;
    overflow: hidden;
    color: #1d1d1f;
}

.hero-container {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.hero-content {
    max-width: 740px;
    margin-bottom: 16px;
}

.hero-eyebrow {
    display: block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #1d1d1f;
    margin-bottom: 12px;
    opacity: 0.8;
}

.hero-content h1 {
    font-size: clamp(34px, 5vw, 52px);
    font-weight: 700;
    letter-spacing: -0.022em;
    line-height: 1.1;
    color: #1d1d1f;
    margin: 0 0 16px;
}

.hero-sub {
    font-size: clamp(17px, 2vw, 22px);
    font-weight: 400;
    letter-spacing: -0.01em;
    color: #1d1d1f;
    line-height: 1.4;
    opacity: 0.9;
}

.hero-visual {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-visual img {
    width: 100%;
    max-width: 440px;
    height: auto;
    display: block;
    transform: translateY(15px);
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.15));
}

/* ==========================================================================
   UPGRADED ULTIMATE PRODUCT DETAIL SECTION (DEEP SPACE BLACK MODE BY SASA)
   ========================================================================== */
.product-detail-section {
    padding: 140px 0;
    background-color: #0A0A0C; /* Hitam Sultan Mutlak */
    color: #f5f5f7;
}

.section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

/* Luxury Split Screen Layout */
.apple-layout-wrapper {
    display: grid;
    grid-template-columns: 460px 1fr;
    gap: 100px;
    align-items: start;
}

/* Floating Clean Product Showcase */
.product-showcase {
    position: sticky;
    top: 40px;
}

.visual-card {
    position: relative;
    background-color: #121216; /* Hitam Matte Anggun */
    border-radius: 28px;
    padding: 60px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 520px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.03);
}

/* Subtle Premium Ambient Glow (Disesuaikan untuk Latar Gelap) */
.image-blur-layer {
    position: absolute;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(0, 113, 227, 0.15) 0%, rgba(0,0,0,0) 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    filter: blur(30px);
}

.visual-card img {
    width: 100%;
    max-width: 300px;
    height: auto;
    object-fit: contain;
    z-index: 2;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.visual-card:hover img {
    transform: scale(1.04) translateY(-4px);
}

.sku-badge {
    position: absolute;
    top: 28px;
    left: 28px;
    background-color: rgba(255, 255, 255, 0.06);
    color: #86868b;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.05);
    z-index: 3;
}

/* Sophisticated Right Column Info Panel */
.product-info-panel {
    display: flex;
    flex-direction: column;
}

.product-category {
    font-size: 12px;
    font-weight: 700;
    color: #2997ff; /* Neon Cyber Blue untuk kontras gelap */
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0 0 12px;
}

.panel-header h2 {
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.15;
    margin: 0 0 20px;
    color: #ffffff;
}

.product-lead {
    font-size: 19px;
    line-height: 1.55;
    color: #86868b;
    margin-bottom: 48px;
    letter-spacing: -0.015em;
    max-width: 640px;
}

/* High-End Minimalist Monolithic Highlight Box (Khas Tesla Dashboard) */
.highlight-info-box {
    position: relative;
    background-color: #121216;
    border-radius: 24px;
    padding: 40px;
    margin-bottom: 56px;
    border: 1px solid rgba(255, 255, 255, 0.04);
}

.box-accent-line {
    position: absolute;
    top: 0;
    left: 40px;
    width: 60px;
    height: 4px;
    background-color: #0071e3;
    border-radius: 0 0 4px 4px;
}

.highlight-info-box h3 {
    font-size: 21px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 8px;
    letter-spacing: -0.02em;
}

.box-subtitle {
    font-size: 15px;
    color: #86868b;
    margin: 0 0 28px;
    line-height: 1.5;
}

.arrow-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.arrow-list li {
    padding-left: 24px;
    position: relative;
    font-size: 14px;
    line-height: 1.5;
    color: #e3e3e8;
    font-weight: 400;
}

.arrow-list li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #2997ff;
    font-weight: 600;
}

/* Clean Borderless Tech Grid */
.technical-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    margin-bottom: 56px;
}

.technical-grid h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 24px;
    color: #ffffff;
    letter-spacing: -0.01em;
}

/* Premium Key Features */
.checkmark-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.checkmark-list li {
    padding-left: 24px;
    position: relative;
    font-size: 14px;
    line-height: 1.45;
    color: #ccd0d5;
}

.checkmark-list li::before {
    content: "•";
    position: absolute;
    left: 4px;
    color: #2997ff;
    font-weight: 700;
    font-size: 16px;
    top: -1px;
}

/* Borderless Minimal Specs Table */
.specs-table {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.table-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-bottom: 12px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    font-size: 13.5px;
}

.table-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.row-label {
    color: #86868b;
    padding-right: 24px;
    font-weight: 400;
}

.row-value {
    color: #ffffff;
    font-weight: 600;
    text-align: right;
}

/* High-End Tactile Action Area */
.panel-actions {
    display: flex;
    align-items: center;
    gap: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.apple-btn-primary {
    padding: 14px 32px;
    background-color: #ffffff; /* Tombol Putih Kontras Tinggi di atas BG Hitam */
    color: #0a0a0c;
    border-radius: 980px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: -0.01em;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 12px rgba(255,255,255,0.05);
}

.apple-btn-primary:hover {
    background-color: #2997ff;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(41, 151, 255, 0.3);
}

.apple-btn-link {
    color: #2997ff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: transform 0.2s ease;
}

.apple-btn-link::after {
    content: "->";
    margin-left: 6px;
    font-size: 13px;
    font-weight: 600;
    transition: transform 0.2s ease;
}

.apple-btn-link:hover::after {
    transform: translateX(4px);
}

/* Adaptive Luxury Responsive Viewport */
@media (max-width: 1024px) {
    .product-detail-section {
        padding: 100px 0;
    }
    
    .apple-layout-wrapper {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    
    .product-showcase {
        position: relative;
        top: 0;
    }
    
    .visual-card {
        min-height: 400px;
        padding: 40px;
    }
}

@media (max-width: 734px) {
    .section-container {
        padding: 0 24px;
    }

    .panel-header h2 {
        font-size: 32px;
    }

    .technical-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .panel-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
    }

    .apple-btn-primary, .apple-btn-link {
        justify-content: center;
        text-align: center;
        width: 100%;
    }
}