/* ======= Kampasnews — tema meniru lp17media.my.id ======= */
:root {
    --bg: #0B0C0E;
    --bg-elev: #121214;
    --bg-card: rgba(255,255,255,0.03);
    --border: rgba(255,255,255,0.12);
    --border-strong: rgba(255,255,255,0.25);
    --text: #fff;
    --muted: rgba(255,255,255,0.62);
    --faint: rgba(255,255,255,0.42);
    --accent: #fff;
    --brand: #a238ff;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { font-family: 'Geist', 'Inter', sans-serif; background: var(--bg); color: var(--text); overflow-x: hidden; }
a { text-decoration: none; }
img { max-width: 100%; }

/* ======= LOADING ======= */
.wc-loader {
    position: fixed; inset: 0; z-index: 9999;
    background: var(--bg);
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 24px;
}
.wc-loader.hide { opacity: 0; pointer-events: none; transition: opacity .4s ease; }
.wc-loader-logo {
    position: relative; width: 110px; height: 110px; border-radius: 32px;
    background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.02)), #121214;
    display: flex; align-items: center; justify-content: center;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 30px 60px -30px rgba(0,0,0,.8);
    overflow: hidden;
}
.wc-loader-logo span { position: relative; z-index: 2; font-size: 46px; font-weight: 800; color: #fff; letter-spacing: -2px; }
.wc-loader-logo i { position: absolute; font-size: 12px; color: rgba(255,255,255,.85); bottom: 16px; right: 20px; z-index: 2; }
.wc-loader-logo img { width: 100%; height: 100%; object-fit: contain; border-radius: 28px; position: relative; z-index: 2; }
.wc-loader-logo::after {
    content: ''; position: absolute; inset: -4px; border-radius: 34px; padding: 2px; pointer-events: none;
    background: conic-gradient(from var(--spin-angle), transparent 0deg, rgba(255,255,255,.55) 90deg, transparent 270deg, transparent 360deg);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor; mask-composite: exclude;
    animation: btn-arc-spin 4s linear infinite;
}
.wc-loader-spinner {
    width: 34px; height: 34px; border-radius: 50%;
    border: 3px solid rgba(255,255,255,0.15);
    border-top-color: #fff;
    animation: wcSpin .8s linear infinite;
}
@keyframes wcSpin { to { transform: rotate(360deg); } }

/* ======= NAVBAR (floating glass pill — persis lp17media) ======= */
.wc-topbar { position: fixed; top: 14px; left: 0; right: 0; z-index: 50; display: flex; justify-content: center; pointer-events: none; transform: translateZ(0); }
@media (min-width:768px){ .wc-topbar { top: 20px; } }
.wc-topbar-inner { pointer-events: auto; position: relative; }
.wc-glass-pill {
    display: flex; align-items: center; height: 58px; gap: 8px; white-space: nowrap;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 999px; padding: 8px 8px 8px 20px;
    background: linear-gradient(135deg, rgba(255,255,255,0.09), rgba(255,255,255,0.03)), rgba(255,255,255,0.02);
    -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.18), inset 0 -1px 0 rgba(255,255,255,0.05), 0 12px 40px rgba(0,0,0,0.35);
}
html.wc-scrolling .wc-glass-pill { background: rgba(21,23,27,0.92); backdrop-filter: none; }
@media (min-width:768px){ .wc-glass-pill { gap: 20px; } }
.wc-logo { display: flex; align-items: center; flex-shrink: 0; }
.wc-logo-mark {
    position: relative; width: 36px; height: 36px; border-radius: 10px; flex-shrink: 0;
    background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14);
    display: flex; align-items: center; justify-content: center;
}
.wc-logo-mark::after {
    content: ''; position: absolute; inset: -4px; border-radius: 13px; padding: 2px; pointer-events: none;
    background: conic-gradient(from var(--spin-angle), transparent 0deg, rgba(139,92,246,.9) 90deg, rgba(34,211,238,.7) 180deg, transparent 270deg, transparent 360deg);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor; mask-composite: exclude;
    animation: btn-arc-spin 4s linear infinite;
}
.wc-logo-mark img { width: 100%; height: 100%; object-fit: contain; border-radius: 9px; }
.wc-logo-type { display: inline-block; margin-left: 10px; font-size: 17px; font-weight: 700; letter-spacing: -0.02em; background: linear-gradient(92deg, #E11D2E, #F4F5F7 30%, #E11D2E 55%, #F4F5F7 80%, #E11D2E); background-size: 220% auto; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; animation: wc-logo-shine 4s ease-in-out infinite, wc-bolt-flicker 3s linear infinite; }
@keyframes wc-bolt-flicker { 0%, 84%, 92%, 100% { filter: brightness(1); opacity: 1; } 85% { filter: brightness(2.3) drop-shadow(0 0 6px rgba(255,255,255,.9)); } 87% { filter: brightness(.75); } 88% { filter: brightness(2.5) drop-shadow(0 0 8px rgba(255,255,255,.9)); } 90% { filter: brightness(.9); } }
.wc-clock {
    display: inline-flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 1px; line-height: 1.15;
    padding: 4px 12px;
    border: 1px solid rgba(255,255,255,.14); border-radius: 999px;
    background: rgba(255,255,255,.05);
    white-space: nowrap; font-variant-numeric: tabular-nums;
}
.wc-clock-time { font-size: 12px; font-weight: 700; color: #F4F5F7; letter-spacing: .02em; }
.wc-clock-date { font-size: 7px; font-weight: 500; color: var(--faint); text-transform: uppercase; letter-spacing: .04em; }
@media (max-width:575.98px){ .wc-clock { margin-left: 0; padding: 3px 10px; } .wc-clock-time { font-size: 11px; } .wc-clock-date { font-size: 6px; } }
@keyframes wc-logo-shine { 0%, 100% { background-position: 0% center; } 50% { background-position: 100% center; } }
.wc-nav { display: flex; align-items: center; padding: 0; margin: 0; gap: 4px; list-style: none; }
@media (max-width:991.98px){ .wc-nav { display: none; } }
.wc-nav-link { border-radius: 999px; padding: 8px 16px; font-size: 14px; color: #9BA1AA; transition: color .2s; white-space: nowrap; }
.wc-nav-link:hover, .wc-nav-link.active { color: #F4F5F7; }
.wc-actions { display: flex; align-items: center; gap: 8px; margin-left: auto; position: relative; }
.wc-nav-toggle {
    display: none; align-items: center; justify-content: center; height: 44px; padding: 0 16px;
    font-size: 14px; font-weight: 600; background: linear-gradient(135deg, rgba(122,82,242,.25), rgba(34,211,238,.12)), rgba(255,255,255,.02);
}
.wc-nav-toggle:active { transform: scale(.92); }
@media (max-width:991.98px){ .wc-nav-toggle { display: inline-flex; } }
.wc-drawer-backdrop {
    position: fixed; inset: 0; z-index: 90; background: rgba(0,0,0,.55);
    opacity: 0; visibility: hidden; transition: opacity .3s ease, visibility .3s ease;
    -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px);
}
.wc-drawer {
    position: fixed; top: 14px; right: 14px; bottom: 14px; z-index: 95;
    width: min(340px, 88vw); padding: 24px; overflow-y: auto;
    background: linear-gradient(135deg, rgba(255,255,255,0.09), rgba(255,255,255,0.03)), rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.14); border-radius: 24px;
    -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.18), inset 0 -1px 0 rgba(255,255,255,0.05), -30px 0 80px rgba(0,0,0,.5);
    transform: translateX(105%); transition: transform .38s cubic-bezier(.25,1,.5,1);
}
body.wc-menu-open .wc-drawer { transform: translateX(0); }
body.wc-menu-open .wc-drawer-backdrop { opacity: 1; visibility: visible; }
.wc-drawer-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.wc-drawer-title { display: inline-flex; align-items: center; gap: 10px; font-size: 17px; font-weight: 700; color: #F4F5F7; }
.wc-drawer-title i { color: #a238ff; }
.wc-drawer-close {
    display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border: 0; border-radius: 999px;
    background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,0.14); color: #F4F5F7; cursor: pointer; transition: background .2s, transform .2s;
}
.wc-drawer-close:hover { background: rgba(255,255,255,.12); }
.wc-drawer-close:active { transform: scale(.92); }
.wc-drawer-cats { display: flex; flex-direction: column; gap: 6px; padding: 0; margin: 0; list-style: none; }
.wc-drawer-cats a {
    display: flex; align-items: center; gap: 12px; padding: 13px 14px; border-radius: 14px;
    color: #B9BEC6; font-size: 15px; font-weight: 500;
    border: 1px solid transparent;
    transition: background .2s, color .2s, transform .2s, border-color .2s;
}
.wc-drawer-cats a:hover { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,0.1); color: #fff; transform: translateX(3px); }
.wc-drawer-cats a i { font-size: 7px; }
.wc-drawer-all {
    display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 16px; padding: 13px;
    border-radius: 999px; border: 1px solid rgba(255,255,255,0.14);
    background: linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02)), rgba(255,255,255,0.02);
    color: #B9BEC6; font-size: 14px; font-weight: 600;
    transition: background .2s, color .2s, transform .2s;
}
.wc-drawer-all:hover { background: rgba(255,255,255,.08); color: #fff; transform: translateY(-1px); }
.wc-drawer-nav { margin-top: 22px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.1); display: flex; flex-direction: column; gap: 4px; }
.wc-drawer-nav a { padding: 10px 12px; border-radius: 12px; color: #9BA1AA; font-size: 14px; font-weight: 600; transition: background .2s, color .2s; }
.wc-drawer-nav a:hover { background: rgba(255,255,255,.06); color: #fff; }
.wc-light-btn.wc-join-btn::after {
    content: ''; position: absolute; inset: -3px; border-radius: 9999px; padding: 2px; pointer-events: none;
    background: conic-gradient(from var(--spin-angle), transparent 0deg, rgba(139,92,246,.9) 90deg, rgba(34,211,238,.7) 180deg, transparent 270deg, transparent 360deg);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor; mask-composite: exclude;
    animation: btn-arc-spin 4s linear infinite;
}
.wc-glass-btn {
    display: inline-flex; align-items: center; gap: 6px; position: relative; border: 0; cursor: pointer; border-radius: 9999px;
    background: linear-gradient(-75deg, rgba(255,255,255,0.03), rgba(255,255,255,0.08), rgba(255,255,255,0.03));
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.09), inset 0 -1px 0 rgba(0,0,0,0.3), 0 1px 1px rgba(0,0,0,0.25);
    color: #F4F5F7; font-size: 14px; font-weight: 500; letter-spacing: -0.05em;
    padding: 8px 16px; transition: transform .4s cubic-bezier(.25,1,.5,1), box-shadow .4s cubic-bezier(.25,1,.5,1);
}
.wc-glass-btn:hover { color: #fff; }
.wc-glass-btn:active { transform: scale(.975); }
.wc-light-btn {
    display: inline-block; position: relative; border: 0; cursor: pointer; border-radius: 9999px;
    background: linear-gradient(180deg, #202020, #000);
    box-shadow: 0 0 0 1px rgba(0,0,0,0.3), 0 36px 14px 0 rgba(0,0,0,0.02), 0 20px 12px 0 rgba(0,0,0,0.08), 0 9px 9px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.15);
    color: #d9dbde; font-size: 14px; font-weight: 500; letter-spacing: -0.05em;
    padding: 8px 16px; text-decoration: none; text-shadow: 0 1px 2px rgba(0,0,0,0.5);
    transition: box-shadow .4s cubic-bezier(.25,1,.5,1), transform .4s cubic-bezier(.25,1,.5,1);
}
.wc-light-btn::before {
    content: ''; position: absolute; inset: 0; border-radius: 9999px; padding: 2px; pointer-events: none;
    background: linear-gradient(100deg,#f7f8f9,#b7bcc3 22%,#63676d 45%,#9ba0a7 60%,#e2e5e9 82%,#fff);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor; mask-composite: exclude;
}
.wc-light-btn:hover { box-shadow: 0 0 0 1px rgba(0,0,0,0.4), 0 12px 6px 0 rgba(0,0,0,0.05), 0 8px 5px 0 rgba(0,0,0,0.1), 0 4px 4px 0 rgba(0,0,0,0.15), 0 1px 2px 0 rgba(0,0,0,0.2); }
.wc-light-btn:active { transform: scale(.975); }
@media (max-width:575.98px){
    .wc-glass-pill { overflow-x: auto; width: calc(100vw - 16px); max-width: calc(100vw - 16px); gap: 6px; padding: 6px 6px 6px 12px; }
    .wc-search-text { display: none; }
    .wc-logo-type { margin-left: 8px; font-size: 15.5px; white-space: nowrap; }
    .hero-wc h1 { font-size: 2rem; }
    .hero-logo { width: 86px; height: 86px; margin: 6px auto 16px; }
    .hero-wc .lead { font-size: 15px; }
    section.wc-section { padding: 64px 0; }
    section.wc-section .mb-5 { margin-bottom: 26px; }
    .section-heading { font-size: 1.7rem; }
    .news-title { font-size: 16.5px; }
    .news-date { flex-wrap: wrap; gap: 6px; }
    .breaking-label { font-size: 11.5px; letter-spacing: .1em; margin-right: 12px; }
    .breaking-item { font-size: 13px; }
}
@property --spin-angle { syntax: '<angle>'; initial-value: 0deg; inherits: false; }
@keyframes btn-arc-spin { to { --spin-angle: 360deg; } }

/* ======= BREAKING BAR ======= */
.breaking-bar {
    position: relative; z-index: 40;
    display: flex; align-items: center;
    max-width: 980px; margin: 0 auto; padding: 12px 18px;
    border: 1px solid var(--border); border-radius: 14px;
    background: rgba(255,255,255,.03);
    -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 8px 30px rgba(0,0,0,.45);
}
.breaking-label {
    flex-shrink: 0; order: 1; margin-right: 20px;
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em;
    background: linear-gradient(92deg, #E11D2E, #F4F5F7 30%, #E11D2E 55%, #F4F5F7 80%, #E11D2E);
    background-size: 220% auto;
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent; color: transparent;
    animation: wc-logo-shine 4s ease-in-out infinite, wc-bolt-flicker 3s linear infinite;
    white-space: nowrap;
}
.breaking-wrap { order: 2; flex: 1; min-width: 0; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 98%); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 98%); }
.breaking-track { display: flex; gap: 34px; width: max-content; padding-left: 14px; animation: wc-scroll 60s linear infinite; }
.breaking-bar:hover .breaking-track { animation-play-state: paused; }
.breaking-item { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; font-size: 13.5px; font-weight: 600; color: var(--muted); }
.breaking-item i { font-size: 6px; color: #a238ff; }
.breaking-item:hover { color: #fff; }
@keyframes wc-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.brk-zone { margin: 48px auto 36px; }

/* ======= HERO ======= */
.hero-wc { position: relative; padding: 190px 0 70px; text-align: center; overflow: hidden; }
.hero-wc::before {
    content: ''; position: absolute; top: -20%; left: 50%; transform: translateX(-50%);
    width: 1100px; height: 650px; pointer-events: none;
    background: radial-gradient(60% 100% at 50% 0%, rgba(255,255,255,0.12), transparent 70%);
}
.hero-wc::after { content: ''; position: absolute; inset: auto 0 0 0; height: 320px; pointer-events: none; background: linear-gradient(180deg, transparent, rgba(255,255,255,0.025)); }
.hero-wc .container, .hero-wc .hero-glow { position: relative; z-index: 2; width: 100%; }
.eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    border: 1px solid var(--border); border-radius: 999px;
    padding: 7px 18px; font-size: 13px; font-weight: 500; color: var(--faint);
    background: rgba(255,255,255,0.03); box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}
.eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: #4ade80; box-shadow: 0 0 12px #4ade80; }
.hero-logo { margin: 10px auto 20px; width: 118px; height: 118px; animation: heroFloat 5s ease-in-out infinite; }
.hero-logo img { border-radius: 50%; box-shadow: 0 30px 60px -30px rgba(0,0,0,.7); }
@keyframes heroFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
.hero-wc h1 { font-size: clamp(2rem, 5.4vw, 3.9rem); font-weight: 800; line-height: 1.1; letter-spacing: -0.035em; margin: 22px auto 20px; max-width: 940px; }
.hero-wc h1 .grad { background: linear-gradient(92deg, #E11D2E, #F4F5F7 30%, #E11D2E 55%, #F4F5F7 80%, #E11D2E); background-size: 220% auto; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; animation: wc-logo-shine 4s ease-in-out infinite; }
.hero-wc .lead { max-width: 640px; margin: 0 auto; font-size: clamp(1rem, 1.5vw, 1.18rem); line-height: 1.7; color: var(--muted); }
.hero-search { max-width: 560px; margin: 30px auto 0; display: flex; gap: 8px; }
.hero-search input {
    flex: 1; border: 1px solid var(--border); border-radius: 999px; background: rgba(255,255,255,0.05);
    padding: 15px 24px; color: #fff; font-size: 15px; outline: none;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
.hero-search input:focus { border-color: var(--border-strong); }
.hero-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn-ghost-wc { color: var(--text); border: 1px solid var(--border-strong); background: transparent; border-radius: 999px; padding: 12px 24px; font-size: 14.5px; font-weight: 600; transition: all .25s; }
.btn-ghost-wc:hover { background: rgba(255,255,255,0.06); color: var(--text); }
.btn-white-wc { background: #fff; color: #0B0C0E; border: 1px solid #fff; border-radius: 999px; padding: 12px 26px; font-size: 14.5px; font-weight: 700; transition: all .25s; display: inline-flex; align-items: center; gap: 8px; }
.btn-white-wc:hover { background: rgba(255,255,255,0.86); color: #0B0C0E; transform: translateY(-1px); }
.hero-stats {
    margin-top: 56px; position: relative; z-index: 3;
    border: 1px solid var(--border); border-radius: 1.5rem;
    background: radial-gradient(130% 70% at 50% 0%, rgba(255,255,255,0.06), transparent 60%), rgba(255,255,255,0.03);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.09), 0 40px 90px -30px rgba(0,0,0,0.75);
    padding: 40px 24px;
}
.hero-stats .stat { text-align: center; }
.hero-stats .stat h3 { font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 800; letter-spacing: -0.03em; margin-bottom: 4px; }
.hero-stats .stat p { color: var(--muted); font-size: 14px; margin: 0; }
.hero-stats .divider { border-left: 1px solid var(--border); min-height: 70px; }

/* ======= SECTIONS ======= */
section.wc-section { padding: 96px 0; position: relative; }
.section-label { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-size: 12.5px; font-weight: 600; color: var(--faint); text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 16px; }
.section-heading { font-size: clamp(1.8rem, 3.6vw, 2.7rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.14; margin-bottom: 0; }
.section-sub { color: var(--muted); font-size: 16px; line-height: 1.7; max-width: 560px; margin: 16px auto 0; }

/* ======= NEWS CARDS ======= */
.news-card {
    position: relative; height: 100%; overflow: hidden;
    border: 1px solid var(--border); border-radius: 1.6rem;
    background: radial-gradient(130% 70% at 50% 0%, rgba(255,255,255,0.05), transparent 60%), rgba(255,255,255,0.03);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 30px 60px -30px rgba(0,0,0,0.7);
    transition: border-color .3s, transform .35s cubic-bezier(.175,.885,.32,1.275);
}
.news-card:hover { border-color: var(--border-strong); transform: translateY(-5px); }
.news-thumb { position: relative; aspect-ratio: 16/10; overflow: hidden; background: #121214; }
.news-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.16,1,.3,1); }
.news-card:hover .news-thumb img { transform: scale(1.06); }
.news-thumb .cat-badge {
    position: absolute; top: 12px; left: 12px; z-index: 2;
    background: rgba(12,12,14,.72); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
    border: 1px solid var(--border-strong); border-radius: 999px;
    padding: 5px 13px; font-size: 11.5px; font-weight: 700; color: #fff; letter-spacing: .04em;
}
.news-body { padding: 20px 22px 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.news-date { display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: var(--faint); font-weight: 500; }
.news-date i { font-size: 11px; }
.news-date .author-chip { cursor: default; }

/* ======= AUTHOR CHIP / BOX ======= */
.author-chip { display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; font-weight: 600; color: rgba(255,255,255,.85); }
.author-chip img { width: 22px; height: 22px; border-radius: 50%; object-fit: cover; border: 1.5px solid rgba(255,255,255,.22); flex: 0 0 auto; }
.author-chip .author-chip-name { max-width: 170px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.author-box { display: flex; align-items: flex-start; gap: 16px; margin: 34px 0 8px; padding: 22px 24px; border: 1px solid var(--border); border-radius: 1.4rem; background: radial-gradient(130% 70% at 50% 0%, rgba(255,255,255,.04), transparent 60%), rgba(255,255,255,.02); box-shadow: inset 0 1px 0 rgba(255,255,255,.07); }
.author-box-img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; border: 2px solid rgba(255,255,255,.18); flex: 0 0 auto; }
.author-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--faint); margin-bottom: 2px; }
.author-box-name { font-size: 17px; font-weight: 800; letter-spacing: -0.01em; color: #fff; }
.author-box-bio { margin: 6px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.news-title { font-size: 18px; font-weight: 700; line-height: 1.35; letter-spacing: -0.01em; color: #fff; }
.news-title a { color: inherit; }
.news-title a:hover { text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(255,255,255,.35); }
.news-excerpt { color: var(--muted); font-size: 14.5px; line-height: 1.6; }

/* ======= TEAM ======= */
.team-card {
    position: relative; height: 100%; overflow: hidden; text-align: center;
    border: 1px solid var(--border); border-radius: 1.6rem;
    background: radial-gradient(130% 70% at 50% 0%, rgba(255,255,255,0.05), transparent 60%), rgba(255,255,255,0.03);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 30px 60px -30px rgba(0,0,0,0.7);
    transition: border-color .3s, transform .35s cubic-bezier(.175,.885,.32,1.275);
}
.team-card:hover { border-color: var(--border-strong); transform: translateY(-5px); }
.team-photo { position: relative; aspect-ratio: 1/1; overflow: hidden; background: #121214; }
.team-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.16,1,.3,1); }
.team-card:hover .team-photo img { transform: scale(1.05); }
.team-photo::after {
    content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 40%;
    background: linear-gradient(to bottom, transparent, rgba(12,12,14,.85));
    pointer-events: none;
}
.team-body { padding: 20px 22px 26px; margin-top: -28px; position: relative; z-index: 1; }
.team-name { font-size: 18px; font-weight: 800; letter-spacing: -0.01em; color: #fff; margin-bottom: 4px; }
.team-role { display: inline-block; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: #22d3ee; background: rgba(34,211,238,.12); border: 1px solid rgba(34,211,238,.3); border-radius: 999px; padding: 4px 12px; margin-bottom: 10px; }
.team-bio { color: var(--muted); font-size: 13.5px; line-height: 1.65; margin: 0; }

/* Featured besar */
.featured-card { display: flex; overflow: hidden; border-radius: 2rem; min-height: 100%; }
.featured-card .featured-media { flex: 1.15; min-height: 300px; }
.featured-card .featured-media img { width: 100%; height: 100%; object-fit: cover; }
.featured-card .featured-content { flex: 1; padding: clamp(26px, 3vw, 42px); display: flex; flex-direction: column; justify-content: center; gap: 16px; }
.featured-kicker { display: inline-flex; align-items: center; gap: 8px; width: fit-content; border-radius: 999px; padding: 6px 14px; font-size: 12px; font-weight: 700; letter-spacing: .05em; background: rgba(255,255,255,.06); border: 1px solid var(--border-strong); }
.featured-card h2 { font-size: clamp(1.5rem, 2.6vw, 2.3rem); font-weight: 800; letter-spacing: -0.025em; line-height: 1.18; }
.featured-card h2 a { color: inherit; }
.featured-card h2 a:hover { color: rgba(255,255,255,.85); }
.featured-meta { display: flex; flex-wrap: wrap; gap: 16px; font-size: 13.5px; color: var(--faint); }

/* Mini / list berita */
.mini-item { display: flex; gap: 16px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.07); align-items: center; }
.mini-item:last-child { border-bottom: none; }
.mini-item .mini-thumb { width: 128px; height: 84px; border-radius: 14px; overflow: hidden; flex-shrink: 0; background: #121214; }
.mini-item .mini-thumb img { width: 100%; height: 100%; object-fit: cover; }
.mini-item .mini-body h4 { font-size: 15.5px; font-weight: 700; line-height: 1.4; margin: 0 0 7px; }
.mini-item .mini-body h4 a { color: #fff; }
.mini-item .mini-body h4 a:hover { text-decoration: underline; text-underline-offset: 3px; }

/* Sidebar */
.sidebar-card { border: 1px solid var(--border); border-radius: 1.6rem; background: rgba(255,255,255,0.03); box-shadow: inset 0 1px 0 rgba(255,255,255,.08); padding: 28px 26px; margin-bottom: 24px; }
.sidebar-title { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 800; letter-spacing: .01em; margin-bottom: 18px; }
.sidebar-title .st-ico { width: 34px; height: 34px; border-radius: 10px; background: linear-gradient(135deg,#7a52f2,#22d3ee); display: flex; align-items: center; justify-content: center; font-size: 13px; color: #fff; }
.rank-item { display: flex; gap: 14px; align-items: flex-start; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.rank-item:last-child { border-bottom: none; }
.rank-num { font-size: 20px; font-weight: 800; color: rgba(255,255,255,.22); line-height: 1; padding-top: 2px; letter-spacing: -.03em; }
.rank-body h5 { font-size: 14px; font-weight: 700; line-height: 1.45; margin: 0 0 5px; }
.rank-body h5 a { color: #fff; }
.rank-body h5 a:hover { text-decoration: underline; text-underline-offset: 3px; }
.rank-body small { color: var(--faint); font-size: 12px; }

/* Kategori chips */
.cat-chip { display: flex; align-items: center; justify-content: space-between; gap: 10px; border: 1px solid var(--border); border-radius: 1.4rem; background: rgba(255,255,255,0.03); box-shadow: inset 0 1px 0 rgba(255,255,255,.06); padding: 20px 22px; height: 100%; transition: border-color .3s, transform .3s; }
.cat-chip:hover { border-color: var(--border-strong); transform: translateY(-3px); }
.cat-chip .cc-l { display: flex; align-items: center; gap: 14px; }
.cat-chip .cc-ico { width: 46px; height: 46px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 18px; color: #fff; background: rgba(255,255,255,.06); border: 1px solid var(--border); }
.cat-chip h6 { font-size: 15.5px; font-weight: 700; margin: 0; }
.cat-chip small { color: var(--faint); font-size: 12.5px; }
.cat-chip .cc-arrow { color: var(--faint); transition: transform .3s, color .3s; }
.cat-chip:hover .cc-arrow { transform: translateX(4px); color: #fff; }

/* ======= PAGINATION ======= */
.pagination-wc { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; }
.pagination-wc a, .pagination-wc span {
    min-width: 42px; padding: 10px 16px; border-radius: 999px; text-align: center;
    border: 1px solid var(--border); color: var(--muted); font-size: 14px; font-weight: 600; background: rgba(255,255,255,0.03);
}
.pagination-wc a:hover { border-color: var(--border-strong); color: #fff; }
.pagination-wc .current { background: linear-gradient(135deg,#7a52f2,#22d3ee); border-color: transparent; color: #fff; }

/* ======= DETAIL BERITA ======= */
.article-hero { padding-top: 140px; }
.article-body { border: 1px solid var(--border); border-radius: 2rem; background: radial-gradient(130% 70% at 50% 0%, rgba(255,255,255,0.04), transparent 60%), rgba(255,255,255,0.02); box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 40px 90px -30px rgba(0,0,0,.7); padding: clamp(24px, 4vw, 52px); }
.article-title { font-size: clamp(1.7rem, 3.6vw, 2.9rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.14; margin: 18px 0 16px; }
.news-title, .article-title, .article-body { -webkit-user-select: none; user-select: none; -webkit-user-drag: none; }
.article-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; font-size: 13.5px; color: var(--faint); margin-bottom: 26px; }
.article-meta .am-sep { width: 4px; height: 4px; border-radius: 50%; background: var(--faint); }
.article-cover { border-radius: 1.4rem; overflow: hidden; margin-bottom: 28px; }
.article-cover img { width: 100%; object-fit: cover; border-radius: 1.4rem; }
.article-content { font-size: 16.5px; line-height: 1.85; color: rgba(255,255,255,.86); }
.article-content p { margin-bottom: 22px; }
.article-content h2, .article-content h3 { font-weight: 700; letter-spacing: -0.02em; margin: 26px 0 12px; }
.article-content img { border-radius: 14px; }
.article-share { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 10px; border-top: 1px solid rgba(255,255,255,.08); padding-top: 26px; }
.share-btn { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--border); background: rgba(255,255,255,.04); color: #fff; border-radius: 999px; padding: 9px 18px; font-size: 13.5px; font-weight: 600; transition: all .25s; }
.share-btn:hover { border-color: var(--border-strong); transform: translateY(-2px); }
.share-btn .fa-facebook-f { color: #1877F2; }
.share-btn .fa-x-twitter { color: #9BA1AA; }
.share-btn .fa-whatsapp { color: #25D366; }
.share-btn .fa-telegram { color: #229ED9; }
.article-tags { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.article-tags .tag-ico { color: var(--faint); font-size: 13px; }
.article-sumber {
    display: inline-flex; align-items: center; gap: 8px; flex-wrap: wrap;
    border: 1px solid var(--border); background: rgba(255,255,255,.04);
    border-radius: 999px; padding: 10px 18px; font-size: 13.5px; color: var(--faint);
}
.article-sumber i { color: #FFD600; }
.article-sumber strong { color: var(--muted); font-weight: 700; word-break: break-word; overflow-wrap: anywhere; }
.article-sumber a { color: #4f8ef7; text-decoration: underline; text-underline-offset: 3px; }
.article-sumber a:hover { color: #22d3ee; }
.tag-chip { display: inline-flex; align-items: center; border: 1px solid var(--border); background: rgba(255,255,255,.04); color: var(--muted); border-radius: 999px; padding: 6px 14px; font-size: 12.5px; font-weight: 600; transition: all .25s; }
.tag-chip:hover { border-color: rgba(162,56,255,.6); color: #fff; transform: translateY(-1px); }

/* ======= CTA NEWSLETTER ======= */
.cta-panel {
    border: 1px solid var(--border); border-radius: 2rem; position: relative; overflow: hidden;
    background: radial-gradient(120% 120% at 80% 0%, rgba(162,56,255,.18), transparent 50%), radial-gradient(120% 120% at 0% 100%, rgba(34,211,238,.12), transparent 50%), rgba(255,255,255,0.03);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 40px 90px -30px rgba(0,0,0,.75);
    padding: clamp(36px, 6vw, 72px);
    max-width: 760px; margin-inline: auto;
}

/* ======= FOOTER (persis lp17media) ======= */
.footer-wc { border-top: 1px solid rgba(255,255,255,0.08); padding: 56px 0 32px; background: transparent; }
.footer-wc h6 { font-size: 11px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.2em; color: #9BA1AA; margin-bottom: 20px; }
.footer-wc .f-links { list-style: none; padding: 0; margin: 0; }
.footer-wc .f-links li { margin-bottom: 12px; }
.footer-wc .f-links a { color: rgba(244,245,247,0.8); text-decoration: none; font-size: 15px; transition: color .2s; }
.footer-wc .f-links a:hover { color: #F4F5F7; }
.footer-wc .footer-brand { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 17px; margin-bottom: 20px; }
.footer-wc .footer-brand .brand-name {
    display: inline-block;
    font-size: 21px; font-weight: 800; letter-spacing: -0.02em;
    background: linear-gradient(92deg, #E11D2E, #F4F5F7 30%, #E11D2E 55%, #F4F5F7 80%, #E11D2E);
    background-size: 220% auto;
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent; color: transparent;
    animation: wc-logo-shine 4s ease-in-out infinite, wc-bolt-flicker 3s linear infinite;
}
.brand-mark {
    position: relative; width: 34px; height: 34px; border-radius: 10px; flex-shrink: 0;
    background: radial-gradient(120% 120% at 30% 0%, rgba(255,255,255,0.25), rgba(255,255,255,0.06) 60%);
    border: 1px solid var(--border-strong); box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    display: flex; align-items: center; justify-content: center;
}
.brand-mark::after {
    content: ''; position: absolute; inset: -4px; border-radius: 13px; padding: 2px; pointer-events: none;
    background: conic-gradient(from var(--spin-angle), transparent 0deg, rgba(139,92,246,.9) 90deg, rgba(34,211,238,.7) 180deg, transparent 270deg, transparent 360deg);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor; mask-composite: exclude;
    animation: btn-arc-spin 4s linear infinite;
}
.brand-mark img { width: 100%; height: 100%; object-fit: contain; border-radius: 9px; }
.footer-wc .f-desc { color: #9BA1AA; font-size: 15px; line-height: 1.7; max-width: 30ch; }
.footer-wc .f-contact { list-style: none; padding: 0; margin: 0; }
.footer-wc .f-contact li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; margin-bottom: 12px; }
.footer-wc .f-contact a, .footer-wc .f-contact span { color: rgba(244,245,247,0.8); display: inline-flex; gap: 10px; }
.footer-wc .f-contact i { color: #9BA1AA; font-size: 13px; width: 14px; text-align: center; margin-top: 4px; }
.footer-wc .footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); margin-top: 48px; padding-top: 24px; color: #9BA1AA; font-size: 14px; line-height: 1.7; }
.f-social { display: flex; gap: 10px; }
.f-social .s-btn { width: 38px; height: 38px; border-radius: 12px; border: 1px solid var(--border); background: rgba(255,255,255,.04); display: inline-flex; align-items: center; justify-content: center; color: var(--muted); font-size: 14px; transition: all .25s; }
.f-social .s-btn:hover { color: #fff; border-color: var(--border-strong); transform: translateY(-2px); }

/* ======= RESPONSIVE ======= */
@media (max-width: 767.98px) {
    .hero-wc { padding: 165px 0 56px; }
    .hero-stats .divider { display: none; }
    .section-heading, .section-label { text-align: center; }
    .featured-card { flex-direction: column; }
    .featured-card .featured-media { min-height: 220px; }
    .breaking-bar { margin-top: 0; }
    .article-meta { gap: 8px 12px; font-size: 12.5px; }
    .article-sumber { border-radius: 14px; padding: 11px 14px; font-size: 13px; }
    .article-tags { gap: 7px; }
    .tag-chip { padding: 5px 12px; font-size: 12px; }
    .cta-panel { padding: 32px 20px; }
    .cta-panel .hero-search { flex-direction: column; gap: 10px; }
    .cta-panel .hero-search input { padding: 13px 18px; font-size: 14px; text-align: center; }
    .cta-panel .hero-search .btn-white-wc { width: 100%; justify-content: center; }
}