.page-hero {
    background: linear-gradient(135deg, #050b1a 0%, #0a1628 60%, #0d1f3c 100%);
    padding: 140px 0 90px; position: relative; overflow: hidden;
}
.page-hero::before {
    content: ''; position: absolute; inset: 0;
    background-image: linear-gradient(rgba(0,105,188,0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(0,105,188,0.06) 1px, transparent 1px);
    background-size: 56px 56px; pointer-events: none;
}
.page-hero-blob { position: absolute; border-radius: 50%; filter: blur(100px); pointer-events: none; }
.page-hero-blob-1 { width: 500px; height: 500px; background: radial-gradient(circle, rgba(0,105,188,0.18) 0%, transparent 70%); top: -150px; left: -80px; }
.page-hero-blob-2 { width: 350px; height: 350px; background: radial-gradient(circle, rgba(84,194,186,0.12) 0%, transparent 70%); bottom: -80px; right: 10%; }
.page-breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,0.45); margin-bottom: 20px; }
.page-breadcrumb a { color: rgba(255,255,255,0.45); text-decoration: none; transition: color .3s; }
.page-breadcrumb a:hover { color: #54C2BA; }
.page-breadcrumb span { color: rgba(255,255,255,0.25); }
.page-hero-label { display: inline-flex; align-items: center; gap: 8px; background: rgba(0,105,188,0.15); border: 1px solid rgba(0,105,188,0.3); border-radius: 50px; padding: 6px 16px; font-size: 13px; color: #54C2BA; margin-bottom: 20px; }
.page-hero-title { font-family: Yekan-Bakh-Bold; font-size: clamp(28px, 4.5vw, 50px); color: #fff; line-height: 1.3; margin-bottom: 14px; }
.page-hero-sub { font-size: 16px; color: rgba(255,255,255,0.6); max-width: 560px; line-height: 1.8; }
.page-hero-meta { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 24px; }
.hero-meta-item { display: flex; align-items: center; gap: 8px; font-size: 14px; color: rgba(255,255,255,0.55); }
.hero-meta-item i { color: #54C2BA; }
.hero-meta-item a { color: #54C2BA; text-decoration: none; }

/* Gallery */
.port-gallery { padding: 70px 0 50px; background: #f8fafd; }
.gallery-swiper { overflow: visible !important; }
.gallery-slide { border-radius: 20px; overflow: hidden; }
.gallery-slide img { width: 100%; height: 380px; object-fit: cover; display: block; }

/* Detail body */
.port-detail-body { padding: 70px 0; background: #fff; }
.port-description { font-size: 16px; color: #3a4255; line-height: 2; }
.port-description img { max-width: 100%; border-radius: 16px; margin: 20px 0; }
.port-description h2, .port-description h3 { font-family: Yekan-Bakh-Bold; color: #1a2035; margin: 32px 0 16px; }

/* Info card */
.port-info-card {
    border-radius: 20px; background: #f8fafd; border: 1px solid rgba(0,105,188,0.1);
    padding: 28px; position: sticky; top: 100px;
}
.port-info-card h5 { font-family: Yekan-Bakh-Bold; font-size: 16px; color: #1a2035; margin-bottom: 20px; }
.port-info-row { display: flex; align-items: flex-start; gap: 12px; padding: 12px 0; border-bottom: 1px solid rgba(0,0,0,0.05); }
.port-info-row:last-child { border-bottom: none; }
.port-info-icon { width: 36px; height: 36px; border-radius: 10px; background: rgba(0,105,188,0.08); display: flex; align-items: center; justify-content: center; color: #0069BC; font-size: 14px; flex-shrink: 0; }
.port-info-label { font-size: 12px; color: #9aa3b5; display: block; margin-bottom: 2px; }
.port-info-val { font-size: 14px; color: #1a2035; font-family: Yekan-Bakh-Bold; }
.port-info-val a { color: #0069BC; text-decoration: none; }
.port-cta-btn { display: flex; align-items: center; justify-content: center; gap: 10px; background: #0069BC; color: #fff; padding: 13px 20px; border-radius: 50px; font-family: Yekan-Bakh-Bold; font-size: 14px; text-decoration: none; transition: all .3s; box-shadow: 0 8px 24px rgba(0,105,188,.3); margin-top: 20px; }
.port-cta-btn:hover { background: #0050a0; transform: translateY(-2px); color: #fff; }
