.product-hero,
.product-body {
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #050505;
    -webkit-font-smoothing: antialiased;
}

/* Hero */
/* Hero */
.product-hero {
	background: linear-gradient(180deg, #030303 0%, #030303 30%, #AEDBEE 80%, #AEDBEE 100%);
    padding: 80px 24px 40px;
    text-align: center;
}
/* Header atas gambar */
.hero-header {
    max-width: 760px;
    margin: 20px auto -120px;
	 color: #fff;
}

.hero-brand {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
}

.hero-title {
    font-size: 56px;
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 1.05;
    margin: 0;
}

.hero-image {
    display: flex;
    justify-content: center;
}

.hero-image img {
    max-width: 900px;
    width: 100%;
    height: auto;
    display: inline-block;
	image-rendering: -webkit-optimize-contrast; /* Buat Safari/Chrome biar tetep crisp */
}

.image-credit {
    display: block;
    font-size: 11px;
    color: #B7B5B7;
	margin-top: -165px;
	margin-left: -30px;
    font-weight: 200;
	transform: rotate(0);   /* miringin elemennya ke kanan 8 derajat */
}

/* Sub header bawah gambar */
.hero-subheader {
    max-width: 700px;
    margin: 0 auto;
}

.hero-subtitle {
    font-size: 21px;
    font-weight: 400;
    line-height: 1.5;
    color: #515154;
    margin: 60px 0 32px 0;
}

.hero-cta {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary,
.btn-secondary {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 980px;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.18s ease;
}

.btn-primary {
    background: #0071e3;
    color: #fff;
}

.btn-primary:hover {
    background: #0077ed;
}

.btn-secondary {
    background: transparent;
    color: #0071e3;
    border: 1px solid #0071e3;
}

.btn-secondary:hover {
    background: rgba(0, 113, 227, 0.06);
}

/* ==========================================================================
   RESPONSIVE MEDIA FOR MOBILE (SASA PREMIUM GAP FIX)
   ========================================================================== */
@media (max-width: 768px) {
    /* Kasih napas sedikit di padding atas-bawah section-nya */
    .product-hero {
		min-height:100vh;
        padding: 60px 20px 80px;
    }

    /* Reset margin minus biar gak nabrak gambar */
    .hero-header {
        margin: 60px auto; 
    }
	
	.image-credit {
		display: none;
		
	}
	
    .hero-brand {
        font-size: 11px;
        letter-spacing: 0.1em;
        margin-bottom: 8px;
    }

    .hero-title {
        /* Ukuran judul kita bikin proporsional biar gak overflow/patah-patah kata */
        font-size: clamp(34px, 8vw, 44px);
        line-height: 1.1;
    }
	
	.hero-subheader {
		max-width: 700px;
		margin-top: -60px;
	}

    /* Visual gambar utama di HP */
    .hero-image img {
        width: 100%;
        max-width: 100%; /* Biar bener-bener responsif ngikutin lebar layar */
    }
}

/* Body */
.product-body {
    background: #F5F5F7;
    padding: 96px 24px;
}

.product-container {
    max-width: 980px;
    margin: 0 auto;
}

.product-overview h2 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -0.015em;
    margin: 0 0 20px 0;
}

.product-overview p {
    font-size: 19px;
    line-height: 1.65;
    color: #424245;
    margin: 0;
}

.product-specs {
    margin-top: 80px;
}

.product-specs h3 {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 28px 0;
}

.specs-grid {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.spec-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 18px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.spec-label {
    font-size: 16px;
    color: #86868b;
}

.spec-value {
    font-size: 17px;
    font-weight: 500;
    color: #1d1d1f;
    text-align: right;
}

.product-meta {
    display: flex;
    gap: 56px;
    margin-top: 56px;
    padding-top: 32px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.meta-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.meta-item span {
    font-size: 13px;
    color: #86868b;
}

.meta-item strong {
    font-size: 16px;
    font-weight: 500;
 color: #86868b;
}

/* Responsive */
@media (max-width: 1024px) {
    .hero-title { font-size: 44px; }
    .hero-subtitle { font-size: 19px; }
}

@media (max-width: 734px) {
    .product-hero { padding: 56px 16px 72px; }
    .hero-header { margin-bottom: 40px; }
    .hero-title { font-size: 36px; }
    .hero-image { margin-bottom: 40px; }
    .hero-subtitle { font-size: 17px; }
    .hero-cta { flex-direction: column; align-items: center; }
    .btn-primary, .btn-secondary { width: 100%; max-width: 280px; text-align: center; }
    .product-body { padding: 64px 16px; }
    .product-overview h2 { font-size: 32px; }
    .spec-row { flex-direction: column; gap: 4px; align-items: flex-start; }
    .spec-value { text-align: left; }
    .product-meta { flex-direction: column; gap: 24px; }
}

.wf-stream-section {
    padding: 90px 0;
    background: #0A0A0C;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #F5F5F7;
}

.wf-stream-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 32px;
}

.wf-stream-header {
    margin-bottom: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 24px;
}

.wf-stream-header h2 {
    font-size: 34px;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: #F5F5F7;
    margin: 0 0 8px 0;
}

.wf-stream-header p {
    font-size: 15px;
    color: #86868B;
    margin: 0;
}

.wf-stream-list {
    display: flex;
    flex-direction: column;
}

/* Row List Item - Mutlak Rata Atas */
.wf-stream-item {
    display: flex;
    align-items: flex-start; /* Mengunci baris sejajar rata atas */
    justify-content: space-between;
    padding: 32px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    gap: 48px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.wf-stream-item:hover {
    background: rgba(255, 255, 255, 0.01);
    border-color: rgba(255, 255, 255, 0.12);
}

/* Kolom 1: Meta */
.wf-col-meta {
    flex: 0 0 30%;
}

.wf-category-tag {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #86868B;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
    display: block;
}

.wf-product-name {
    font-size: 18px;
    font-weight: 500;
    color: #F5F5F7;
    line-height: 1.35;
    margin: 0 0 10px 0;
}

.wf-sku-code {
    font-size: 11px;
    font-family: SFMono-Regular, Consolas, monospace;
    color: rgba(255, 255, 255, 0.3);
}

/* Kolom 2: Konten Utama Tengah (Fungsi & Spek) */
.wf-col-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.wf-function-box p {
    font-size: 14px;
    line-height: 1.6;
    color: #86868B;
    margin: 0;
}

.wf-stream-item:hover .wf-function-box p {
    color: #E8E8ED;
}

.wf-specs-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.wf-spec-badge {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
}

.wf-spec-key {
    color: rgba(255, 255, 255, 0.4);
    margin-right: 5px;
}

/* Kolom 3: Action Button */
.wf-col-action {
    flex: 0 0 15%;
    display: flex;
    justify-content: flex-end;
    align-self: flex-start; /* Mengunci tombol di area paling atas */
}

.wf-action-link {
    font-size: 13.5px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 2px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.wf-action-link svg {
    transition: transform 0.3s ease;
}

.wf-stream-item:hover .wf-action-link {
    border-color: #FFFFFF;
}

.wf-stream-item:hover .wf-action-link svg {
    transform: translateX(3px);
}

/* Responsif HP */
@media (max-width: 992px) {
    .wf-stream-item {
        flex-direction: column;
        gap: 20px;
        padding: 24px 0;
    }
    .wf-col-meta, .wf-col-content, .wf-col-action {
        width: 100%;
        flex: unset;
    }
    .wf-col-action {
        justify-content: flex-start;
        padding-top: 12px;
        border-top: 1px solid rgba(255, 255, 255, 0.05);
    }
}