/*
Theme Name: NVsupreme
Theme URI: https://nvsupreme.com
Author: NVsupreme
Author URI: https://nvsupreme.com
Description: Black & Yellow theme for NVsupreme (Scan2Win + Blog + Videos).
Version: 1.6.6
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nvsupreme
*/

/* Reset-ish */
:root{
  --nv-black:#0b0b0b;
  --nv-yellow:#ffd400;
  --nv-yellow-2:#ffea66;
  --nv-text:#f6f6f6;
  --nv-muted:rgba(246,246,246,.72);
  --nv-card:#141414;
  --nv-border:rgba(255,212,0,.25);
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  background:var(--nv-black);
  color:var(--nv-text);
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;
  line-height:1.55;
}
a{color:var(--nv-yellow);text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;height:auto}
.container{width:min(1100px,92vw);margin:0 auto}
.nv-topbar{
  border-bottom:1px solid var(--nv-border);
  background:linear-gradient(180deg, rgba(255,212,0,.08), rgba(0,0,0,0));
}
.nv-header{
  display:flex;align-items:center;justify-content:space-between;
  padding:18px 0; gap:14px;
}
.nv-brand{display:flex;align-items:center;gap:12px}
.nv-brand img{width:54px;height:54px;border-radius:12px;border:1px solid var(--nv-border);background:#000}
.nv-brand .title{font-weight:800;letter-spacing:.4px}
.nv-brand .tag{font-size:13px;color:var(--nv-muted);margin-top:2px}

.nv-nav ul{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  list-style:none;
  margin:0;
  padding:8px;
  flex-wrap:wrap;
  border:1px solid var(--nv-border);
  border-radius:18px;
  background:rgba(255,255,255,.03);
  box-shadow:0 10px 30px rgba(0,0,0,.18);
}
.nv-nav a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:42px;
  padding:10px 16px;
  border-radius:12px;
  border:1px solid transparent;
  color:var(--nv-text);
  font-weight:700;
  letter-spacing:.2px;
  transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease;
}
.nv-nav a:hover,
.nv-nav .current-menu-item > a,
.nv-nav .current_page_item > a,
.nv-nav .current-menu-ancestor > a{
  border-color:var(--nv-border);
  background:linear-gradient(180deg, rgba(255,212,0,.18), rgba(255,212,0,.08));
  color:var(--nv-yellow-2);
  text-decoration:none;
  transform:translateY(-1px);
}
.nv-nav .menu-contact,
.nv-nav .menu-contact > a,
.nv-nav li.menu-contact > a{
  border-color:rgba(255,212,0,.32);
  background:linear-gradient(180deg, rgba(255,212,0,.22), rgba(255,212,0,.10));
  color:var(--nv-yellow-2);
}

@media (max-width: 820px) {
  .nv-header{
    flex-direction:column;
    align-items:stretch;
  }
  .nv-nav ul{
    justify-content:center;
  }
  .nv-nav a{
    flex:1 1 auto;
  }
}

.nv-hero{
  padding:44px 0 22px;
}
.nv-hero-grid{
  display:grid;grid-template-columns:1.2fr .8fr;gap:22px;align-items:stretch;
}
@media(max-width:900px){
  .nv-hero-grid{grid-template-columns:1fr}
}
.card{
  background:linear-gradient(180deg, rgba(255,212,0,.06), rgba(20,20,20,1));
  border:1px solid var(--nv-border);
  border-radius:22px;
  padding:18px;
  box-shadow:0 10px 40px rgba(0,0,0,.35);
}
.card h1, .card h2{margin:0 0 10px}
.kicker{color:var(--nv-yellow-2);font-weight:700;letter-spacing:.2px}
.muted{color:var(--nv-muted)}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  padding:12px 16px;border-radius:16px;
  background:var(--nv-yellow);
  color:#000;font-weight:800;
  border:1px solid rgba(0,0,0,.2);
  box-shadow:0 12px 28px rgba(255,212,0,.12);
}
.btn:hover{text-decoration:none;filter:brightness(1.04)}
.btn.outline{
  background:transparent;color:var(--nv-yellow);
  border:1px solid var(--nv-border);
}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
@media(max-width:900px){.grid-3{grid-template-columns:1fr}}
.nv-footer{
  margin-top:40px;
  border-top:1px solid var(--nv-border);
  padding:26px 0 46px;
  color:var(--nv-muted);
}
.nv-pill{
  display:inline-flex;align-items:center;gap:8px;
  padding:8px 12px;border-radius:999px;
  border:1px solid var(--nv-border);
  background:rgba(255,212,0,.05);
  color:var(--nv-yellow-2);
  font-weight:700;
  font-size:13px;
}
.nv-form{
  display:grid;gap:10px;margin-top:12px
}
.nv-input{
  width:100%;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
  background:#0e0e0e;
  color:var(--nv-text);
}
.nv-input:focus{outline:2px solid rgba(255,212,0,.25);border-color:rgba(255,212,0,.35)}
.nv-note{
  padding:12px 14px;border-radius:16px;
  background:rgba(255,212,0,.08);
  border:1px solid var(--nv-border);
  color:var(--nv-yellow-2);
  font-weight:600;
  font-size:14px;
}
.post-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
@media(max-width:900px){.post-grid{grid-template-columns:1fr}}
.post-card h3{margin:0 0 8px}
.post-card .meta{font-size:13px;color:var(--nv-muted);margin-bottom:10px}
.video-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
@media(max-width:900px){.video-grid{grid-template-columns:1fr}}
.video-embed{aspect-ratio:16/9;border-radius:18px;overflow:hidden;border:1px solid var(--nv-border);background:#000}
.video-embed iframe{width:100%;height:100%;border:0}


/* Blog pagination */
.nv-page-link a, .nv-page-link span { display:inline-block; padding:8px 10px; border-radius:10px; background: rgba(255,255,255,.06); }


/* Mobile polish */
.custom-logo-link, .custom-logo-link img.custom-logo {
  display: inline-block;
}
.custom-logo-link img.custom-logo,
.nv-logo-img,
.nv-brand img {
  max-width: 54px;
  max-height: 54px;
  width: 54px;
  height: 54px;
  object-fit: cover;
}

/* On small screens, slightly smaller logo + tighter header */
@media (max-width: 520px) {
  .nv-header { padding: 12px 0; gap: 10px; }
  .nv-brand { gap: 10px; }
  .custom-logo-link img.custom-logo,
  .nv-logo-img,
  .nv-brand img {
    width: 44px;
    height: 44px;
    max-width: 44px;
    max-height: 44px;
    border-radius: 12px;
  }
  .nv-brand .title { font-size: 14px; line-height: 1.1; }
  .nv-brand .sub { font-size: 11px; }
}

/* Facebook embed: center and fit on mobile */
.nv-facebook-feed .fb-page,
.nv-facebook-feed .fb-page span,
.nv-facebook-feed .fb-page iframe {
  width: 100% !important;
  max-width: 520px;
}
.nv-facebook-feed .fb-page {
  margin: 0 auto;
  display: block;
}


/* Latest winner banner */
.nvs-latest-winner{
  margin:20px 0;
  display:flex;
  justify-content:center;
}
.nvs-latest-card{
  background:#111;
  border:2px solid #facc15;
  border-radius:14px;
  padding:18px 24px;
  text-align:center;
  max-width:420px;
  width:100%;
}
.nvs-latest-title{
  font-size:14px;
  opacity:.8;
}
.nvs-latest-name{
  font-size:22px;
  font-weight:800;
  margin-top:6px;
}
.nvs-latest-prize{
  margin-top:6px;
  font-weight:700;
}
.nvs-latest-fb a{
  color:#60a5fa;
  font-weight:700;
  text-decoration:none;
}
@media(max-width:600px){
  .nvs-latest-name{font-size:18px;}
}


/* Facebook feed responsive */
.nv-facebook-feed .fb-page,
.nv-facebook-feed .fb-page span,
.nv-facebook-feed .fb-page iframe{
  width:100% !important;
  max-width:520px;
}
.nv-facebook-feed .fb-page{ margin:0 auto; display:block; }


/* Landing page how to join */
.nv-how-to-join{
  background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(20,20,20,1));
}
.nv-how-to-join__header{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:14px;
}
.nv-how-to-join__header h2{
  margin:0 0 4px;
}
.nv-gcash-logo{
  width:72px;
  height:72px;
  border-radius:18px;
  object-fit:cover;
  background:#fff;
  padding:6px;
  border:1px solid rgba(255,255,255,.18);
}
.nv-how-to-join__steps{
  margin:0;
  padding-left:22px;
  display:grid;
  gap:10px;
}
.nv-how-to-join__steps li{
  color:var(--nv-text);
}
.nv-how-to-join__highlight,
.nv-how-to-join__payout{
  margin:14px 0 0;
  font-weight:800;
  font-size:17px;
}
.nv-how-to-join__tip{
  margin-top:12px;
}
@media(max-width:600px){
  .nv-how-to-join__header{
    align-items:flex-start;
  }
  .nv-gcash-logo{
    width:58px;
    height:58px;
    border-radius:14px;
  }
}

.nv-follow-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--nv-yellow);
  text-decoration:none;
}
.nv-follow-link:hover{
  text-decoration:underline;
}

/* Premium landing page refresh */
:root{
  --nv-gold:#ffd54a;
  --nv-gold-soft:rgba(255,213,74,.16);
  --nv-white-soft:rgba(255,255,255,.78);
}

.nv-lp-hero{
  position:relative;
  padding:34px 0 18px;
  overflow:hidden;
}
.nv-lp-hero__bg{
  position:absolute;
  inset:10px 0 auto;
  height:440px;
  pointer-events:none;
  background:
    radial-gradient(circle at 18% 16%, rgba(255,212,0,.20), transparent 36%),
    radial-gradient(circle at 82% 10%, rgba(255,255,255,.10), transparent 28%),
    linear-gradient(180deg, rgba(255,212,0,.06), rgba(255,212,0,0));
  filter:blur(4px);
}
.nv-lp-hero__grid{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(340px,.88fr);
  gap:24px;
  align-items:stretch;
}
.nv-lp-copy,
.nv-lp-showcase-wrap{position:relative;z-index:1}
.nv-lp-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid var(--nv-border);
  background:rgba(255,212,0,.08);
  color:var(--nv-yellow-2);
  font-weight:800;
  letter-spacing:.2px;
  text-transform:uppercase;
  font-size:12px;
}
.nv-lp-copy h1{
  margin:14px 0 14px;
  font-size:clamp(36px,5.2vw,68px);
  line-height:.98;
  letter-spacing:-.04em;
  max-width:10.5ch;
}
.nv-lp-copy h1 span{
  color:var(--nv-gold);
  text-shadow:0 0 28px rgba(255,212,0,.20);
}
.nv-lp-lead{
  max-width:640px;
  font-size:18px;
  color:var(--nv-white-soft);
  margin:0;
}
.nv-lp-cta-row{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:24px;
}
.nv-lp-btn-primary{
  min-width:170px;
}
.nv-lp-trust-row{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:20px;
}
.nv-lp-trust-pill{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:12px 14px;
  border-radius:16px;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.09);
  color:var(--nv-text);
  backdrop-filter:blur(12px);
}
.nv-lp-showcase{
  position:relative;
  min-height:100%;
  padding:24px;
  background:
    radial-gradient(circle at top right, rgba(255,212,0,.14), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(18,18,18,1));
  overflow:hidden;
}
.nv-lp-showcase:before{
  content:"";
  position:absolute;
  width:220px;
  height:220px;
  border-radius:50%;
  top:-72px;
  right:-58px;
  background:radial-gradient(circle, rgba(255,212,0,.24), rgba(255,212,0,0) 66%);
  pointer-events:none;
}
.nv-lp-showcase__top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
}
.nv-lp-showcase__top h2{
  margin:6px 0 0;
  font-size:30px;
}
.nv-lp-status{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(10,10,10,.7);
  border:1px solid rgba(255,255,255,.10);
  color:var(--nv-yellow-2);
  font-weight:800;
}
.nv-lp-status span{
  width:9px;
  height:9px;
  border-radius:50%;
  background:#4ade80;
  box-shadow:0 0 0 6px rgba(74,222,128,.12);
}
.nv-lp-stat-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-top:22px;
}
.nv-lp-stat-box{
  padding:16px;
  border-radius:18px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.10);
}
.nv-lp-stat-box span{
  display:block;
  color:var(--nv-muted);
  font-size:13px;
  margin-bottom:8px;
}
.nv-lp-stat-box strong{
  display:block;
  font-size:28px;
  line-height:1;
}
.nv-lp-stat-box--wide{
  grid-column:1 / -1;
  background:linear-gradient(135deg, rgba(255,212,0,.15), rgba(255,255,255,.02));
}
.nv-lp-feature-stack{
  display:grid;
  gap:12px;
  margin-top:14px;
}
.nv-lp-mini-card{
  padding:18px;
  border-radius:18px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.10);
}
.nv-lp-mini-card--gold{
  background:linear-gradient(135deg, rgba(255,212,0,.16), rgba(255,212,0,.05));
  border-color:rgba(255,212,0,.22);
}
.nv-lp-mini-card__label{
  color:var(--nv-muted);
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.nv-lp-mini-card__name{
  margin-top:8px;
  font-size:24px;
  font-weight:900;
}
.nv-lp-mini-card__meta{
  margin-top:6px;
  color:var(--nv-white-soft);
}
.nv-lp-premium-note{
  margin-top:16px;
  padding:14px 16px;
  border-radius:16px;
  background:rgba(255,212,0,.08);
  border:1px solid rgba(255,212,0,.16);
  color:var(--nv-yellow-2);
  font-weight:700;
}

.nv-lp-marquee{
  margin:14px 0 24px;
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
  overflow:hidden;
  background:rgba(255,255,255,.02);
}
.nv-lp-marquee__inner{
  display:flex;
  gap:20px;
  white-space:nowrap;
  padding:14px 4px;
  color:var(--nv-yellow-2);
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-size:12px;
}

.nv-lp-value-grid,
.nv-lp-dual-grid,
.nv-lp-content-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.nv-lp-value-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin-bottom:18px;
}
.nv-lp-value-card{
  padding-top:22px;
}
.nv-lp-value-card__icon{
  width:54px;
  height:54px;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  background:linear-gradient(135deg, rgba(255,212,0,.16), rgba(255,255,255,.04));
  border:1px solid rgba(255,212,0,.14);
  margin-bottom:14px;
}
.nv-lp-value-card h2{
  margin:0 0 10px;
  font-size:24px;
}

.nv-lp-process{
  margin-bottom:18px;
  padding:24px;
}
.nv-lp-section-heading,
.nv-lp-panel__header{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:14px;
}
.nv-lp-section-heading h2,
.nv-lp-panel__header h2{
  margin:6px 0 0;
}
.nv-lp-steps{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin-top:18px;
}
.nv-lp-step{
  padding:20px;
  border-radius:18px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.09);
}
.nv-lp-step__num{
  width:44px;
  height:44px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:14px;
  background:linear-gradient(135deg, rgba(255,212,0,.18), rgba(255,255,255,.04));
  color:var(--nv-yellow-2);
  font-weight:900;
}
.nv-lp-step h3{margin:0 0 10px;font-size:21px}

.nv-lp-panel{
  padding:22px;
}
.nv-lp-panel--accent{
  background:linear-gradient(180deg, rgba(255,212,0,.08), rgba(20,20,20,1));
}
.nv-lp-text-link{
  color:var(--nv-yellow-2);
  font-weight:800;
}
.nv-lp-rank-list{
  margin-top:16px;
  display:grid;
  gap:12px;
}
.nv-lp-rank-item{
  display:grid;
  grid-template-columns:58px minmax(0,1fr) auto;
  gap:14px;
  align-items:center;
  padding:14px;
  border-radius:18px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.09);
}
.nv-lp-rank-item__place{
  width:44px;
  height:44px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  background:linear-gradient(135deg, rgba(255,212,0,.18), rgba(255,255,255,.04));
  color:var(--nv-yellow-2);
}
.nv-lp-rank-item__body{
  display:grid;
  gap:4px;
}
.nv-lp-rank-item__body span{
  color:var(--nv-muted);
  font-size:14px;
}
.nv-lp-rank-item__score{
  color:var(--nv-yellow-2);
  font-weight:800;
}
.nv-lp-payout-box{
  display:grid;
  gap:10px;
  margin-top:16px;
}
.nv-lp-payout-box > div{
  padding:14px 16px;
  border-radius:16px;
  background:rgba(0,0,0,.26);
  border:1px solid rgba(255,255,255,.10);
  color:var(--nv-text);
  font-weight:700;
}

.nv-lp-content-grid{
  margin-top:18px;
}
.nv-lp-blog-card{
  background:linear-gradient(180deg, rgba(255,255,255,.045), rgba(20,20,20,1));
}
.nv-lp-blog-card__meta{
  color:var(--nv-yellow-2);
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:8px;
}

@media(max-width:1080px){
  .nv-lp-hero__grid,
  .nv-lp-value-grid,
  .nv-lp-dual-grid,
  .nv-lp-content-grid,
  .nv-lp-steps{
    grid-template-columns:1fr;
  }
  .nv-lp-copy h1{
    max-width:none;
  }
}

@media(max-width:720px){
  .nv-lp-hero{
    padding-top:24px;
  }
  .nv-lp-copy h1{
    font-size:42px;
  }
  .nv-lp-lead{
    font-size:16px;
  }
  .nv-lp-section-heading,
  .nv-lp-panel__header,
  .nv-how-to-join__header{
    align-items:flex-start;
    flex-direction:column;
  }
  .nv-lp-stat-grid,
  .post-grid{
    grid-template-columns:1fr;
  }
  .nv-lp-rank-item{
    grid-template-columns:48px minmax(0,1fr);
  }
  .nv-lp-rank-item__score{
    grid-column:2;
  }
}

@media(max-width:520px){
  .nv-lp-copy h1{
    font-size:36px;
  }
  .nv-lp-hero__grid{
    gap:16px;
  }
  .nv-lp-showcase,
  .nv-lp-process,
  .nv-lp-panel,
  .nv-lp-step{
    padding:18px;
  }
  .nv-lp-cta-row .btn{
    width:100%;
  }
  .nv-lp-trust-pill{
    width:100%;
  }
}
