.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;
}

.product-hero {
	background: linear-gradient(
		180deg,
		#AEDBEE 0%,
		#EDF8FC 25%,
		#F3F5F7 65%,
		#E7EAEE 100%
	);

	padding: 80px 24px 80px;
	text-align: center;
}

/* Header atas gambar */
.hero-header {
    max-width: 760px;
    margin: 20px auto -40px;
}

.hero-brand {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #86868b;
    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: -185px;
	margin-left: 210px;
    font-weight: 200;
	transform: rotate(-6deg);   /* 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: 100px 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);
}

/* 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; }
}

.workflow-section {
    padding: 120px 0; /* Sasa naikin biar lebih bernapas, luxury butuh space, Bos */
    background: #ffffff;
    margin-top: 80px;
}

.workflow-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.workflow-header {
    text-align: left; /* Berubah jadi left-aligned biar kerasa vibe Tesla/Apple modern */
    margin-bottom: 80px;
}

.workflow-header h2 {
    font-size: 56px; /* Lebih bold, lebih intimidatif harganya */
    font-weight: 600;
    letter-spacing: -0.03em;
    color: #000000; /* Pure black buat kontras ultimate */
    margin-bottom: 16px;
}

.workflow-header p {
    font-size: 21px;
    color: #86868b;
    font-weight: 400;
    letter-spacing: -0.01em;
}

/* DNA Grid diubah jadi 1 kolom penuh ke bawah sesuai request lu, Bos */
.workflow-grid {
    display: grid;
    grid-template-columns: 1fr; 
    gap: 0; /* Gap Sasa hilangin, kita main border separator biar rapi mampus */
}

/* Tanpa radius, tanpa bayangan murahan. Kita main premium border line */
.workflow-card {
    background: #ffffff;
    border-radius: 0px; /* Sesuai request: NO RADIUS! */
    overflow: hidden;
    display: flex; /* Bikin flexbox biar layout horizontal-nya dapet */
    align-items: center;
    justify-content: space-between;
    padding: 40px 0; /* Padding vertikal mewah */
    border-bottom: 1px solid #e5e5e7; /* Garis pemisah tipis elegan */
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); /* Transisi smooth khas Tesla UI */
}

/* Efek hover stealth luxury, bukan hover melayang bocah kemarin sore */
.workflow-card:hover {
    transform: none; /* No translate up */
    box-shadow: none;
    border-bottom-color: #000000;
}

/* Image disembunyikan total sesuai titah Paduka Bos */
.workflow-image {
    display: none; 
}

.workflow-image img {
    display: none;
}

/* Kita atur ulang layout info karena udah ga ada gambar */
.workflow-info {
    padding: 0;
    display: flex;
    align-items: baseline;
    gap: 40px; /* Jarak antar teks info */
    flex-wrap: wrap;
    flex: 1;
}

.workflow-category {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #86868b; /* Sasa ganti ke muted gray biar ga norak birunya */
    letter-spacing: 0.15em; /* Spacing diperlebar biar makin high-end */
    min-width: 140px; /* Biar sejajar rapi ke bawah */
}

.workflow-info h3 {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 0;
    line-height: 1.2;
    flex: 1; /* Biar dia ngambil sisa space dan dorong link ke ujung */
    min-width: 250px;
}

.workflow-sku {
    font-size: 14px;
    color: #86868b;
    font-family: monospace; /* Sentuhan ala engineer Tesla */
    margin-bottom: 0;
    min-width: 120px;
}

/* Link request quote yang bertransformasi jadi tombol interaktif minimalis */
.workflow-link {
    font-size: 16px;
    color: #000000; /* Hitam sleek */
    text-decoration: none;
    font-weight: 500;
    padding: 12px 24px;
    border: 1px solid #000000;
    border-radius: 0px; /* Tetap tanpa radius */
    transition: all 0.3s ease;
    white-space: nowrap;
}

.workflow-link:hover {
    text-decoration: none;
    background: #000000;
    color: #ffffff; /* Efek invert pas di-hover */
}

@media (max-width: 768px) {
    .workflow-header h2 {
        font-size: 38px;
    }
    
    .workflow-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 32px 0;
        gap: 24px;
    }
    
    .workflow-info {
        flex-direction: column;
        gap: 12px;
    }
    
    .workflow-link {
        width: 100%;
        text-align: center;
    }
}