:root {
  --bg-dark:    #04091a;
  --bg-card:    #0a1226;
  --bg-glass:   rgba(255,255,255,0.035);
  --border:     rgba(255,255,255,0.075);
  --accent:     #00d4ff;
  --accent2:    #005eff;
  --accent3:    #7c3aed;
  --green:      #10b981;
  --text-main:  #e4eeff;
  --text-muted: #6b80a8;
  --heading:    'Plus Jakarta Sans', sans-serif;
  --body:       'DM Sans', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--body);
  background: var(--bg-dark);
  color: var(--text-main);
  overflow-x: hidden;
}

/* noise overlay */
body::before {
  content: '';
  position: fixed; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
  pointer-events: none; z-index: 0; opacity: .6;
}

/* ── ORB GLOWS ── */
.orb { position: absolute; border-radius: 50%; filter: blur(130px); pointer-events: none; z-index: 0; }
.orb-1 { width:650px;height:650px; background:rgba(0,94,255,.16); top:-220px; left:-180px; }
.orb-2 { width:500px;height:500px; background:rgba(124,58,237,.13); top:500px; right:-180px; }
.orb-3 { width:420px;height:420px; background:rgba(0,212,255,.09); bottom:0; left:50%; transform:translateX(-50%); }

/* ── NAVBAR ── */
.navbar {
  background: rgba(4,9,26,.88);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--border);
  padding: .9rem 0;
  position: sticky; top: 0; z-index: 1000;
  transition: box-shadow .3s;
}
.navbar-brand {
  font-family: var(--heading);
  font-size: 1.45rem; font-weight: 800; letter-spacing: -0.5px;
  background: linear-gradient(90deg, var(--accent), var(--accent2));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.navbar-brand span { -webkit-text-fill-color: white; }
.nav-link { color: var(--text-muted) !important; font-weight: 500; font-size: .9rem; padding: .35rem .9rem !important; transition: color .2s; }
.nav-link:hover { color: white !important; }
.btn-nav-login {
  border: 1px solid var(--border); color: white; background: transparent;
  border-radius: 10px; padding: .42rem 1.15rem; font-size: .875rem; font-weight: 600; transition: all .25s;
}
.btn-nav-login:hover { background: var(--bg-glass); color: white; }
.btn-nav-cta {
  background: linear-gradient(135deg, var(--accent2), var(--accent));
  border: none; border-radius: 10px; padding: .42rem 1.25rem;
  font-size: .875rem; font-weight: 700; color: white;
  box-shadow: 0 0 24px rgba(0,94,255,.35); transition: all .25s;
}
.btn-nav-cta:hover { transform: translateY(-1px); box-shadow: 0 0 36px rgba(0,212,255,.45); color: white; }

/* ── NAV DROPDOWN (wp_nav_menu sub-menus) ── */
.navbar .dropdown-menu {
  background: rgba(10,18,38,.97);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: .4rem;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  min-width: 200px;
  box-shadow: 0 16px 48px rgba(0,0,0,.55);
}

/* Desktop: open on hover */
@media (min-width: 992px) {
  .navbar .dropdown-menu {
    display: block;
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity .2s ease, transform .2s ease;
    margin-top: 0 !important;
    padding-top: .4rem;
  }
  .navbar .dropdown:hover > .dropdown-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .navbar .nav-item.dropdown > .nav-link {
    position: relative;
  }
  .navbar .nav-item.dropdown > .nav-link::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -.4rem;
    left: 0;
    right: 0;
    height: .4rem;
  }
  .smm-dd-arrow {
    font-size: .65rem;
    vertical-align: middle;
    margin-left: .2rem;
    transition: transform .2s;
    display: inline-block;
  }
  .navbar .dropdown:hover > a .smm-dd-arrow {
    transform: rotate(180deg);
  }
}

/* Mobile: hide arrow icon (Bootstrap collapse handles it) */
@media (max-width: 991.98px) {
  .smm-dd-arrow { display: none; }
  .navbar .dropdown-menu {
    margin-top: 0 !important;
    border-radius: 8px;
  }
}

.navbar .dropdown-item {
  color: var(--text-muted);
  font-size: .875rem;
  font-weight: 500;
  border-radius: 8px;
  padding: .5rem .85rem;
  transition: background .18s, color .18s;
}
.navbar .dropdown-item:hover,
.navbar .dropdown-item.active {
  background: rgba(0,212,255,.09);
  color: white;
}

/* ── TICKER ── */
.ticker-wrap { overflow: hidden; background: rgba(0,212,255,.045); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: .65rem 0; }
.ticker-inner { display: flex; gap: 3rem; animation: tick 28s linear infinite; white-space: nowrap; width: max-content; }
@keyframes tick { from{transform:translateX(0)} to{transform:translateX(-50%)} }
.tick-item { display: inline-flex; align-items: center; gap: .45rem; color: var(--text-muted); font-size: .8rem; font-weight: 600; }
.tick-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green); flex-shrink: 0; }

/* ── HERO ── */
.hero { position: relative; padding: 110px 0 90px; overflow: hidden; }

.hero-badge {
  display: inline-flex; align-items: center; gap: .5rem;
  background: rgba(0,212,255,.09); border: 1px solid rgba(0,212,255,.22);
  border-radius: 100px; padding: .32rem 1rem; font-size: .8rem;
  color: var(--accent); font-weight: 700; margin-bottom: 1.5rem;
}
.pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.4;transform:scale(1.5)} }

h1, h2, h3, h4, h5 { font-family: var(--heading); }
.hero h1 {
  font-size: clamp(2.5rem, 6vw, 4.4rem);
  font-weight: 800; letter-spacing: -0.5px; line-height: 1.1; margin-bottom: 1.4rem;
}
.hero h1 .grad {
  background: linear-gradient(135deg, var(--accent) 0%, #60a5fa 45%, var(--accent3) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.hero p { font-size: 1.05rem; color: var(--text-muted); max-width: 500px; line-height: 1.85; margin-bottom: 2rem; }

.btn-primary-hero {
  display: inline-flex; align-items: center; gap: .5rem;
  background: linear-gradient(135deg, var(--accent2), var(--accent));
  border: none; border-radius: 14px; padding: .9rem 1.9rem;
  font-size: .975rem; font-weight: 700; color: white;
  box-shadow: 0 8px 32px rgba(0,94,255,.4); transition: all .3s; text-decoration: none;
}
.btn-primary-hero:hover { transform: translateY(-3px); box-shadow: 0 16px 44px rgba(0,212,255,.5); color: white; }
.btn-ghost-hero {
  display: inline-flex; align-items: center; gap: .5rem;
  background: var(--bg-glass); border: 1px solid var(--border);
  border-radius: 14px; padding: .9rem 1.9rem;
  font-size: .975rem; font-weight: 600; color: white; transition: all .3s; text-decoration: none;
}
.btn-ghost-hero:hover { background: rgba(255,255,255,.07); color: white; }

.hero-stars { display: flex; align-items: center; gap: .55rem; margin-top: 1.6rem; font-size: .85rem; color: var(--text-muted); }
.stars-row { color: #fbbf24; letter-spacing: 2px; }

/* ── HERO RIGHT CARD ── */
.hero-card {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: 24px; padding: 2rem; position: relative;
  box-shadow: 0 48px 90px rgba(0,0,0,.65);
}
.hero-card::before {
  content: ''; position: absolute; inset: 0; border-radius: 24px;
  background: linear-gradient(135deg, rgba(0,212,255,.06), transparent 60%); pointer-events: none;
}
.hc-icon {
  width: 52px; height: 52px; border-radius: 14px;
  background: linear-gradient(135deg, var(--accent2), var(--accent));
  display: flex; align-items: center; justify-content: center;
  font-size: 1.35rem; margin-bottom: 1.1rem;
  box-shadow: 0 8px 24px rgba(0,94,255,.4);
}
.hero-card h5 { font-weight: 800; font-size: 1.05rem; margin-bottom: .2rem; }
.check-row { display: flex; gap: .75rem; align-items: flex-start; padding: .85rem 0; border-bottom: 1px solid var(--border); }
.check-row:last-child { border-bottom: none; }
.chk { width: 24px; height: 24px; min-width: 24px; border-radius: 50%; background: rgba(16,185,129,.13); display: flex; align-items: center; justify-content: center; color: var(--green); font-size: .72rem; margin-top: 2px; }
.chk-title { font-weight: 700; font-size: .9rem; }
.chk-sub { color: var(--text-muted); font-size: .8rem; line-height: 1.5; }

/* ── TRUSTED BAR ── */
.trusted-bar { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 1.2rem 0; background: rgba(255,255,255,.012); }
.trusted-bar .lbl { color: var(--text-muted); font-size: .78rem; font-weight: 700; white-space: nowrap; }
.pay-item { color: var(--text-muted); font-size: .9rem; font-weight: 700; display: inline-flex; align-items: center; gap: .4rem; opacity: .55; transition: opacity .2s; white-space: nowrap; flex-shrink: 0; }
.pay-item:hover { opacity: 1; }

/* Scrolling layout */
.smm-tb-layout { display: flex; align-items: center; gap: 1.5rem; overflow: hidden; min-width: 0; }
.smm-tb-track-wrap { overflow: hidden; flex: 1; min-width: 0; mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%); -webkit-mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%); }
.smm-tb-track { display: flex; gap: 3rem; width: max-content; animation: smm-tb-scroll 22s linear infinite; will-change: transform; }
.smm-tb-track:hover { animation-play-state: paused; }
@keyframes smm-tb-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── SECTION HEADINGS ── */
.sec-label {
  display: inline-flex; align-items: center; gap: .45rem;
  font-size: .72rem; font-weight: 800; letter-spacing: 3px;
  text-transform: uppercase; color: var(--accent); margin-bottom: .9rem;
}
.sec-label::before,.sec-label::after { content:''; display:block; width:22px; height:1px; background:var(--accent); }
.sec-title { font-size: clamp(1.8rem, 4vw, 2.85rem); font-weight: 800; letter-spacing: -0.3px; line-height: 1.2; margin-bottom: .75rem; }
.sec-sub { color: var(--text-muted); font-size: .98rem; line-height: 1.85; max-width: 540px; margin: 0 auto; }

/* ── SERVICE CARDS ── */
.svc-card {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: 20px; padding: 1.75rem; transition: all .35s;
  height: 100%; position: relative; overflow: hidden;
}
.svc-card::after { content:''; position:absolute; top:0;right:0; width:130px;height:130px; border-radius:50%; filter:blur(70px); opacity:0; transition:opacity .35s; pointer-events:none; }
.svc-card:hover { transform: translateY(-7px); }
.svc-card:hover::after { opacity: 1; }
.svc-card.tg:hover { border-color: rgba(34,158,217,.35); } .svc-card.tg::after { background:#229ED9; }
.svc-card.ig:hover { border-color: rgba(225,48,108,.35); } .svc-card.ig::after { background:#e1306c; }
.svc-card.yt:hover { border-color: rgba(255,0,0,.35);   } .svc-card.yt::after { background:#FF0000; }
.svc-card.tw:hover { border-color: rgba(29,161,242,.35); } .svc-card.tw::after { background:#1DA1F2; }
.svc-card.tk:hover { border-color: rgba(255,255,255,.2); } .svc-card.tk::after { background:#fff; }
.svc-card.wa:hover { border-color: rgba(37,211,102,.35); } .svc-card.wa::after { background:#25D366; }

.svc-ico { width:54px;height:54px; border-radius:15px; display:flex;align-items:center;justify-content:center; font-size:1.55rem; margin-bottom:1.1rem; }
.svc-ico.tg{background:rgba(34,158,217,.14);color:#229ED9;}
.svc-ico.ig{background:rgba(225,48,108,.14);color:#e1306c;}
.svc-ico.yt{background:rgba(255,0,0,.14);color:#FF0000;}
.svc-ico.tw{background:rgba(29,161,242,.14);color:#1DA1F2;}
.svc-ico.tk{background:rgba(255,255,255,.08);color:#fff;}
.svc-ico.wa{background:rgba(37,211,102,.14);color:#25D366;}

.svc-card h5 { font-weight: 800; font-size: 1.03rem; margin-bottom: .45rem; }
.svc-card p  { color: var(--text-muted); font-size: .85rem; line-height: 1.75; margin-bottom: .9rem; }
.tag-row { display:flex; flex-wrap:wrap; gap:.4rem; }
.tag { background:rgba(255,255,255,.055); border:1px solid var(--border); border-radius:100px; padding:.18rem .65rem; font-size:.72rem; color:var(--text-muted); font-weight:600; }
.svc-foot { margin-top:1.2rem; padding-top:1rem; border-top:1px solid var(--border); display:flex; align-items:center; justify-content:space-between; }
.svc-from { font-size:.75rem; color:var(--text-muted); }
.svc-price { font-size:1.1rem; font-weight:900; color:var(--accent); }
.btn-order {
  background: linear-gradient(135deg, var(--accent2), var(--accent));
  border:none; border-radius:10px; padding:.38rem .95rem;
  font-size:.8rem; font-weight:700; color:white; text-decoration:none;
  display:inline-flex; align-items:center; gap:.3rem; transition:all .25s;
}
.btn-order:hover { transform:translateY(-1px); color:white; box-shadow:0 4px 18px rgba(0,94,255,.45); }

/* ── STATS ── */
.stats-wrap {
  background: linear-gradient(135deg, rgba(0,94,255,.11), rgba(124,58,237,.11));
  border: 1px solid var(--border); border-radius: 28px;
}
.stat-cell { text-align:center; padding:2.2rem 1rem; }
.stat-num {
  font-family: var(--heading); font-size: clamp(2rem,5vw,3rem);
  font-weight: 800; letter-spacing:-0.3px; line-height:1; margin-bottom:.4rem;
  background: linear-gradient(135deg, var(--accent), #60a5fa);
  -webkit-background-clip:text; -webkit-text-fill-color:transparent;
}
.stat-lbl { color:var(--text-muted); font-size:.77rem; font-weight:700; text-transform:uppercase; letter-spacing:1.5px; }
.stat-sep { width:1px; background:var(--border); align-self:stretch; margin:1.5rem 0; }

/* ── FEATURES ── */
.feat-card {
  background:var(--bg-card); border:1px solid var(--border);
  border-radius:18px; padding:1.55rem; display:flex;
  gap:1.1rem; align-items:flex-start; transition:all .3s; height:100%;
}
.feat-card:hover { transform:translateY(-5px); border-color:rgba(0,212,255,.2); }
.feat-ico { width:48px;height:48px;min-width:48px; border-radius:14px; display:flex;align-items:center;justify-content:center; font-size:1.25rem; }
.feat-card h6 { font-family:var(--heading); font-weight:800; font-size:.93rem; margin-bottom:.3rem; }
.feat-card p  { color:var(--text-muted); font-size:.83rem; line-height:1.75; margin:0; }

/* ── HOW IT WORKS ── */
.step-card {
  background:var(--bg-card); border:1px solid var(--border);
  border-radius:22px; padding:2.2rem 1.6rem; text-align:center;
  position:relative; transition:all .3s; height:100%;
}
.step-card:hover { transform:translateY(-6px); border-color:rgba(0,212,255,.25); }
.step-num {
  position:absolute; top:-17px; left:50%; transform:translateX(-50%);
  width:36px;height:36px;
  background:linear-gradient(135deg,var(--accent2),var(--accent));
  border-radius:50%; display:flex;align-items:center;justify-content:center;
  font-family:var(--heading); font-weight:800; font-size:.88rem;
  box-shadow:0 4px 18px rgba(0,94,255,.5);
}
.step-ico { width:70px;height:70px; background:rgba(0,212,255,.07); border:1px solid rgba(0,212,255,.14); border-radius:20px; display:flex;align-items:center;justify-content:center; font-size:1.75rem; margin:1rem auto 1.2rem; }
.step-card h5 { font-weight:800; font-size:.98rem; margin-bottom:.5rem; }
.step-card p  { color:var(--text-muted); font-size:.84rem; line-height:1.75; margin:0; }

/* ── TESTIMONIALS SLIDER ── */
.testi-slider-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
}

.testi-viewport {
  overflow: hidden;
  flex: 1;
  min-width: 0;
}

.testi-track {
  display: flex;
  gap: 1.5rem;
  transition: transform .55s cubic-bezier(.4,0,.2,1);
  will-change: transform;
  /* prevent track from shrinking narrower than viewport */
  width: max-content;
}

.testi-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 1.8rem;
  transition: border-color .3s, transform .3s;
  /* width set by JS */
  flex-shrink: 0;
  box-sizing: border-box;
}
.testi-card:hover { transform: translateY(-5px); border-color: rgba(0,212,255,.2); }

.testi-stars  { color: #fbbf24; font-size: .88rem; margin-bottom: .9rem; letter-spacing: 1px; }
.testi-text   { color: var(--text-muted); font-size: .88rem; line-height: 1.85; margin-bottom: 1.2rem; font-style: italic; }
.testi-author { display: flex; align-items: center; gap: .75rem; }
.testi-name   { font-family: var(--heading); font-weight: 800; font-size: .88rem; }
.testi-role   { color: var(--text-muted); font-size: .76rem; }

/* arrow buttons */
.testi-arrow {
  width: 42px; height: 42px; min-width: 42px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 50%;
  color: var(--text-muted);
  font-size: 1rem;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: all .22s;
  flex-shrink: 0;
}
.testi-arrow:hover {
  background: rgba(0,212,255,.1);
  border-color: rgba(0,212,255,.3);
  color: var(--accent);
}

/* dot indicators */
.testi-dots {
  display: flex;
  justify-content: center;
  gap: .45rem;
  margin-top: 1.8rem;
}
.testi-dot {
  width: 8px; height: 8px;
  background: var(--border);
  border: none;
  border-radius: 100px;
  cursor: pointer;
  padding: 0;
  transition: all .3s;
}
.testi-dot.active {
  background: var(--accent);
  width: 24px;
}

/* responsive */
@media (max-width: 575px) {
  .testi-arrow { width: 34px; height: 34px; min-width: 34px; font-size: .85rem; }
}

/* ── CTA ── */
.cta-section {
  background:linear-gradient(135deg,rgba(0,94,255,.14) 0%,rgba(124,58,237,.14) 100%);
  border:1px solid rgba(0,212,255,.18); border-radius:28px;
  padding:4.5rem 2rem; text-align:center; position:relative; overflow:hidden;
}
.cta-section::before {
  content:''; position:absolute; width:500px;height:500px; border-radius:50%;
  background:radial-gradient(circle,rgba(0,94,255,.18),transparent 70%);
  top:-200px;right:-120px; pointer-events:none;
}
.cta-section h2 { font-size:clamp(1.9rem,4vw,3rem); font-weight:800; letter-spacing:-0.3px; margin-bottom:.9rem; }
.cta-section p  { color:var(--text-muted); font-size:1rem; line-height:1.85; max-width:480px; margin:0 auto 2rem; }

/* ── FOOTER NEWSLETTER ── */
.footer-newsletter {
  background: linear-gradient(135deg, rgba(0,94,255,.12), rgba(0,212,255,.07));
  border: 1px solid rgba(0,212,255,.18);
  border-radius: 20px;
  padding: 2rem 2.4rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 3rem;
}
.fn-content { display:flex; align-items:center; gap:1rem; flex:1; min-width:220px; }
.fn-icon { width:48px;height:48px; background:linear-gradient(135deg,var(--accent2),var(--accent)); border-radius:14px; display:flex;align-items:center;justify-content:center; font-size:1.3rem; flex-shrink:0; }
.fn-title { font-family:var(--heading); font-weight:800; font-size:1.05rem; }
.fn-sub   { color:var(--text-muted); font-size:.82rem; margin-top:.2rem; }
.fn-form  { display:flex; gap:.5rem; flex-wrap:wrap; flex:2; min-width:280px; }
.fn-input { background:rgba(255,255,255,.05); border:1px solid var(--border); border-radius:10px; padding:.6rem 1rem; color:var(--text-main); font-size:.875rem; outline:none; transition:border .2s; flex:1; min-width:160px; }
.fn-input-name { max-width:180px; }
.fn-input:focus { border-color:rgba(0,212,255,.4); }
.fn-input::placeholder { color:var(--text-muted); }
.fn-btn { background:linear-gradient(135deg,var(--accent2),var(--accent)); border:none; border-radius:10px; padding:.65rem 1.4rem; color:#fff; font-weight:700; font-size:.875rem; cursor:pointer; white-space:nowrap; transition:opacity .2s; }
.fn-btn:hover { opacity:.85; }
.fn-msg { width:100%; padding:.55rem 1rem; border-radius:8px; font-size:.84rem; font-weight:600; }
.fn-msg.success { background:rgba(16,185,129,.12); border:1px solid rgba(16,185,129,.3); color:#10b981; }
.fn-msg.error   { background:rgba(220,38,38,.1);   border:1px solid rgba(220,38,38,.25); color:#f87171; }

/* ── FOOTER ── */
footer { border-top:1px solid var(--border); padding:3.5rem 0 1.8rem; }
.footer-brand { font-family:var(--heading); font-size:1.45rem; font-weight:800; margin-bottom:.6rem; }
.footer-brand span { background:linear-gradient(90deg,var(--accent),var(--accent2)); -webkit-background-clip:text; -webkit-text-fill-color:transparent; }
.footer-desc { color:var(--text-muted); font-size:.84rem; line-height:1.8; max-width:240px; }
.footer-head { font-family:var(--heading); font-weight:800; font-size:.86rem; margin-bottom:1rem; }
.footer-list { list-style:none; padding:0; margin:0; }
.footer-list li { margin-bottom:.6rem; }
.footer-list a { color:var(--text-muted); text-decoration:none; font-size:.85rem; transition:color .2s; }
.footer-list a:hover { color:white; }
/* ── Footer widget areas ── */
.footer-widget .footer-head { font-family:var(--heading); font-weight:800; font-size:.86rem; margin-bottom:1rem; color:white; text-transform:uppercase; letter-spacing:.04em; }
.footer-widget ul { list-style:none; padding:0; margin:0; }
.footer-widget ul li { margin-bottom:.6rem; }
.footer-widget ul li a,.footer-widget .menu li a { color:var(--text-muted); text-decoration:none; font-size:.85rem; transition:color .2s; }
.footer-widget ul li a:hover,.footer-widget .menu li a:hover { color:white; }
.footer-widget p { color:var(--text-muted); font-size:.84rem; line-height:1.8; margin:0 0 .6rem; }
.footer-widget img { max-width:100%; height:auto; border-radius:8px; }
.footer-widget .widget-title,
.footer-widget h1,.footer-widget h2,.footer-widget h3,.footer-widget h4 {
    font-family:var(--heading); font-weight:800; font-size:.86rem;
    margin:0 0 1rem; color:white; text-transform:uppercase; letter-spacing:.04em;
}
.footer-widget .menu { list-style:none; padding:0; margin:0; }
.footer-widget .menu li { margin-bottom:.6rem; }
.footer-widget .wp-block-latest-posts__list { list-style:none; padding:0; margin:0; }
.footer-widget .wp-block-latest-posts__list li { margin-bottom:.6rem; }
.footer-widget .wp-block-latest-posts__list li a { color:var(--text-muted); text-decoration:none; font-size:.84rem; transition:color .2s; }
.footer-widget .wp-block-latest-posts__list li a:hover { color:white; }

.footer-bottom { border-top:1px solid var(--border); padding-top:1.5rem; margin-top:2.5rem; display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem; }
.footer-bottom p { color:var(--text-muted); font-size:.8rem; margin:0; }
.soc-links { display:flex; gap:.55rem; }
.soc-btn { width:36px;height:36px; background:var(--bg-glass); border:1px solid var(--border); border-radius:10px; display:flex;align-items:center;justify-content:center; color:var(--text-muted); text-decoration:none; transition:all .25s; font-size:.95rem; }
.soc-btn:hover { background:rgba(0,212,255,.1); color:var(--accent); border-color:rgba(0,212,255,.3); }

/* ── AVATAR ── */
.avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-family: var(--heading);
  font-weight: 800;
  font-size: .85rem;
  color: white;
  flex-shrink: 0;
  line-height: 1;
  user-select: none;
}

/* ── ANIMATIONS ── */
.fade-up { opacity:0; transform:translateY(32px); transition:opacity .65s ease, transform .65s ease; }
.fade-up.in { opacity:1; transform:translateY(0); }

/* ── PRICING BADGE ── */
.price-badge { display:inline-flex;align-items:center;gap:.4rem; background:rgba(16,185,129,.1); border:1px solid rgba(16,185,129,.25); border-radius:100px; padding:.22rem .75rem; font-size:.75rem; color:var(--green); font-weight:700; }

@media(max-width:767px){
  .hero { padding:70px 0 60px; }
  .stat-sep { display:none; }
  .btn-primary-hero,.btn-ghost-hero { width:100%; justify-content:center; }
}

/* ── BLOG CARDS ── */
.blog-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  transition: all .35s;
  color: var(--text-main);
}
.blog-card:hover { transform: translateY(-6px); border-color: rgba(0,212,255,.25); color: var(--text-main); }

.blog-thumb {
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.blog-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-thumb-icon { font-size: 5rem; color: white; opacity: .18; }
.blog-cat {
  position: absolute; top: 1rem; left: 1rem;
  background: rgba(0,212,255,.15);
  border: 1px solid rgba(0,212,255,.3);
  border-radius: 100px;
  padding: .22rem .75rem;
  font-size: .72rem; font-weight: 700; color: var(--accent);
}

.blog-body { padding: 1.6rem; }
.blog-meta {
  display: flex; flex-wrap: wrap; gap: .9rem;
  font-size: .76rem; color: var(--text-muted);
  font-weight: 500; margin-bottom: .9rem;
}
.blog-meta span { display: flex; align-items: center; gap: .3rem; }
.blog-title { font-family: var(--heading); font-size: 1.15rem; font-weight: 800; line-height: 1.35; margin-bottom: .65rem; }
.blog-excerpt { color: var(--text-muted); font-size: .87rem; line-height: 1.8; margin-bottom: 1.1rem; }
.blog-read { font-size: .82rem; font-weight: 700; color: var(--accent); display: flex; align-items: center; gap: .35rem; }
.blog-card:hover .blog-read { gap: .55rem; }

/* Small card */
.blog-card--sm { display: flex; gap: 0; border-radius: 16px; }
.blog-thumb-sm {
  width: 90px; min-width: 90px; height: auto;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem; border-radius: 16px 0 0 16px;
}
.blog-body-sm { padding: 1.1rem 1.25rem; flex: 1; }
.blog-title-sm { font-family: var(--heading); font-size: .9rem; font-weight: 800; line-height: 1.4; margin-bottom: .55rem; }
.blog-read-sm { font-size: .78rem; font-weight: 700; color: var(--accent); display: flex; align-items: center; gap: .3rem; }
.blog-card:hover .blog-read-sm { gap: .5rem; }

/* ════════════════════════════════
   PAGE HERO (About / Contact)
   ════════════════════════════════ */
.page-hero {
  position: relative;
  padding: 100px 0 80px;
  text-align: center;
  overflow: hidden;
}
.page-hero-label {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: rgba(0,212,255,.09);
  border: 1px solid rgba(0,212,255,.22);
  border-radius: 100px;
  padding: .32rem 1.1rem;
  font-size: .8rem;
  color: var(--accent);
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.page-hero-title {
  font-family: var(--heading);
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 800;
  letter-spacing: -0.4px;
  line-height: 1.1;
  margin-bottom: 1.3rem;
}
.page-hero-sub {
  color: var(--text-muted);
  font-size: 1.05rem;
  line-height: 1.85;
  max-width: 580px;
  margin: 0 auto;
}

/* ════════════════════════════════
   ABOUT PAGE
   ════════════════════════════════ */
.about-values-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}
.about-team-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 1.8rem 1.4rem;
  text-align: center;
  transition: transform .3s, box-shadow .3s;
}
.about-team-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(0,0,0,.4);
}
.about-team-avatar {
  width: 64px; height: 64px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--heading);
  font-size: 1.3rem; font-weight: 800; color: #fff;
  margin: 0 auto 1rem;
}
.about-team-name { font-family: var(--heading); font-weight: 800; font-size: 1rem; margin-bottom: .2rem; }
.about-team-role { color: var(--accent); font-size: .78rem; font-weight: 700; margin-bottom: .85rem; }
.about-team-bio  { color: var(--text-muted); font-size: .82rem; line-height: 1.75; margin: 0; }

/* ════════════════════════════════
   CONTACT PAGE
   ════════════════════════════════ */
.contact-channel-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 2rem 1.6rem;
  height: 100%;
  transition: transform .3s, box-shadow .3s;
}
.contact-channel-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(0,0,0,.4);
}
.contact-form-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 2.5rem;
}
.contact-form-card select {
  width: 100%;
  background: rgba(255,255,255,.04);
  border: 1px solid var(--border);
  border-radius: 12px;
  color: var(--text-main);
  padding: .75rem 1rem;
  font-size: .9rem;
  outline: none;
  transition: border-color .2s;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.contact-form-card select:focus { border-color: rgba(0,212,255,.5); }
.contact-form-card select option { background: #0a1226; }
.contact-form-card textarea {
  resize: vertical;
  min-height: 120px;
}
.contact-info-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 2rem;
}
.contact-info-row {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem 0;
  border-bottom: 1px solid var(--border);
}
.contact-info-row:last-child { border-bottom: none; }
.contact-info-icon {
  width: 38px; height: 38px; min-width: 38px;
  background: rgba(0,212,255,.09);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: var(--accent); font-size: 1rem;
}
.contact-info-label { font-size: .75rem; color: var(--text-muted); margin-bottom: .2rem; }
.contact-info-val   { font-size: .875rem; font-weight: 600; line-height: 1.6; }

.contact-faq-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 1.8rem 2rem;
}
.contact-faq-item {
  border-bottom: 1px solid var(--border);
  padding: .75rem 0;
}
.contact-faq-item:last-child { border-bottom: none; padding-bottom: 0; }
.contact-faq-item summary {
  font-size: .875rem;
  font-weight: 700;
  cursor: pointer;
}

/* ════════════════════════════════════════
   WALLET STYLES
   ════════════════════════════════════════ */
.wallet-hero {
  background: linear-gradient(135deg, rgba(0,94,255,.18), rgba(0,212,255,.12));
  border: 1px solid rgba(0,212,255,.2);
  border-radius: 20px;
  padding: 2rem 2.2rem;
  margin-bottom: 1.5rem;
}
.wallet-hero-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.wallet-bal-lbl {
  font-size: .82rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: .35rem;
}
.wallet-bal-val {
  font-size: 2.8rem;
  font-weight: 800;
  font-family: var(--heading);
  background: linear-gradient(90deg, var(--accent), #6ee7b7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.1;
  margin-bottom: .3rem;
}
.wallet-hero-sub {
  font-size: .8rem;
  color: var(--text-muted);
}
.wallet-hero-actions {
  display: flex;
  gap: .75rem;
  flex-wrap: wrap;
}
.wallet-btn-charge {
  background: linear-gradient(135deg, var(--accent2), var(--accent));
  border: none;
  border-radius: 12px;
  padding: .65rem 1.4rem;
  font-size: .875rem;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  transition: all .25s;
  display: flex;
  align-items: center;
  gap: .5rem;
}
.wallet-btn-charge:hover { transform: translateY(-2px); box-shadow: 0 0 28px rgba(0,212,255,.4); }
.wallet-btn-pay {
  background: rgba(16,185,129,.15);
  border: 1px solid rgba(16,185,129,.35);
  border-radius: 12px;
  padding: .65rem 1.4rem;
  font-size: .875rem;
  font-weight: 700;
  color: var(--green);
  cursor: pointer;
  transition: all .25s;
  display: flex;
  align-items: center;
  gap: .5rem;
}
.wallet-btn-pay:hover { background: rgba(16,185,129,.25); }

/* Quick charge amounts */
.wallet-quick-amounts {
  display: flex;
  gap: .6rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.wallet-qty-btn {
  background: var(--bg-glass);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: .5rem 1.1rem;
  font-size: .875rem;
  font-weight: 700;
  color: var(--text-main);
  cursor: pointer;
  transition: all .2s;
}
.wallet-qty-btn:hover,
.wallet-qty-btn.selected {
  border-color: var(--accent);
  color: var(--accent);
  background: rgba(0,212,255,.08);
}
.wallet-custom-row {
  display: flex;
  gap: .75rem;
  align-items: center;
  flex-wrap: wrap;
}
.wallet-custom-wrap {
  position: relative;
  flex: 1;
  min-width: 160px;
}
.wallet-custom-prefix {
  position: absolute;
  left: .9rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-muted);
  font-weight: 700;
  pointer-events: none;
}
.wallet-custom-input {
  width: 100%;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: .6rem .9rem .6rem 1.8rem;
  font-size: .9rem;
  font-weight: 600;
  color: var(--text-main);
  outline: none;
  transition: border-color .2s;
}
.wallet-custom-input:focus { border-color: var(--accent); }

/* Transaction badges */
.wallet-txn-badge {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  font-size: .78rem;
  font-weight: 700;
  padding: .25rem .65rem;
  border-radius: 20px;
}
.txn-credit {
  background: rgba(110,231,183,.12);
  color: #6ee7b7;
}
.txn-debit {
  background: rgba(252,165,165,.12);
  color: #fca5a5;
}

/* Modal overlay */
.smm-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(4,9,26,.85);
  backdrop-filter: blur(6px);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.smm-modal-overlay.open { display: flex; }
.smm-modal {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 2rem 2.2rem;
  width: 100%;
  position: relative;
  animation: modalIn .25s ease;
}
.wallet-modal { max-width: 480px; }
@keyframes modalIn {
  from { opacity:0; transform: translateY(20px); }
  to   { opacity:1; transform: translateY(0); }
}
.smm-modal-close {
  position: absolute;
  top: 1.1rem;
  right: 1.2rem;
  background: none;
  border: none;
  color: var(--text-muted);
  font-size: 1.1rem;
  cursor: pointer;
  transition: color .2s;
}
.smm-modal-close:hover { color: var(--text-main); }
.smm-modal-title {
  font-size: 1.1rem;
  font-weight: 800;
  font-family: var(--heading);
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: .5rem;
  color: var(--text-main);
}
.wallet-modal-amount-row {
  display: flex;
  align-items: baseline;
  gap: .3rem;
  margin-bottom: 1.5rem;
}
.wallet-modal-currency {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--accent);
}
.wallet-modal-amount-val {
  font-size: 2.4rem;
  font-weight: 800;
  font-family: var(--heading);
  color: var(--accent);
  line-height: 1;
}

/* Gateway buttons */
.wallet-gateways {
  display: flex;
  gap: .6rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.wallet-gw-btn {
  flex: 1;
  min-width: 110px;
  background: var(--bg-glass);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: .75rem .9rem;
  font-size: .82rem;
  font-weight: 600;
  color: var(--text-muted);
  cursor: pointer;
  transition: all .2s;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .4rem;
  text-align: center;
}
.wallet-gw-btn i { font-size: 1.4rem; }
.wallet-gw-btn:hover { border-color: var(--accent); color: var(--accent); }
.wallet-gw-btn.active { border-color: var(--accent); color: var(--accent); background: rgba(0,212,255,.08); }
.wallet-modal-gw-detail { margin-bottom: .75rem; }

/* Cancel button */
.smm-cancel-btn {
  background: var(--bg-glass);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: .6rem 1.2rem;
  font-size: .875rem;
  font-weight: 600;
  color: var(--text-muted);
  cursor: pointer;
  transition: all .2s;
}
.smm-cancel-btn:hover { color: var(--text-main); border-color: rgba(255,255,255,.15); }

/* Plisio info banner inside wallet card */
.wallet-plisio-info {
  display: flex;
  align-items: center;
  gap: .6rem;
  background: linear-gradient(135deg, rgba(0,94,255,.1), rgba(124,58,237,.08));
  border: 1px solid rgba(124,58,237,.25);
  border-radius: 12px;
  padding: .75rem 1rem;
  font-size: .82rem;
  color: var(--text-muted);
  margin-bottom: 1rem;
}
.wallet-plisio-info i { color: var(--green); font-size: 1rem; flex-shrink: 0; }
.wallet-plisio-info strong { color: var(--text-main); }

/* smm-alert info variant */
.smm-alert.info {
  background: rgba(0,212,255,.08);
  border: 1px solid rgba(0,212,255,.2);
  color: var(--accent);
  border-radius: 10px;
  padding: .65rem .9rem;
  font-size: .83rem;
  display: block;
}
  list-style: none;
  color: var(--text-main);
  position: relative;
  padding-right: 1.5rem;
}
.contact-faq-item summary::-webkit-details-marker { display: none; }
.contact-faq-item summary::after {
  content: '+';
  position: absolute; right: 0;
  color: var(--accent); font-size: 1.1rem; font-weight: 400;
  transition: transform .2s;
}
.contact-faq-item[open] summary::after { transform: rotate(45deg); }
.contact-faq-item p {
  margin: .6rem 0 0;
  font-size: .82rem;
  color: var(--text-muted);
  line-height: 1.75;
}

/* ════════════════════════════════
   PLUGIN PAGES  (SMM Cart / Checkout)
   ════════════════════════════════ */
.bonart-page {
  background: var(--bg-dark);
  min-height: 60vh;
  padding-bottom: 5rem;
}

.bonart-page--default .container-xl {
  max-width: 1200px;
  padding: 2.5rem 2rem 0;
}

.bonart-page__header {
  margin-bottom: 1.5rem;
}

.bonart-page__title {
  font-family: var(--heading);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--text-main);
  margin: 0;
}

.bonart-page__content {
  color: var(--text-main);
}


/* Points History profile tab v1.0.5 */
.smm-theme-points-history-card {
  overflow: hidden;
}

.smm-points-history-total {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 .85rem;
  border: 1px solid rgba(0,212,255,.22);
  border-radius: 999px;
  background: rgba(0,212,255,.08);
  color: var(--accent);
  font-style: normal;
  font-size: .78rem;
  font-weight: 700;
}

.smm-points-history-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .85rem;
  margin: 1rem 0 1.1rem;
}

.smm-points-history-summary > div {
  padding: 1rem;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  background: rgba(255,255,255,.035);
}

.smm-points-history-summary strong,
.smm-points-history-summary span {
  display: block;
}

.smm-points-history-summary strong {
  color: var(--text-light);
  font-size: 1.15rem;
  font-weight: 800;
}

.smm-points-history-summary span {
  margin-top: .25rem;
  color: var(--text-muted);
  font-size: .78rem;
}

.smm-points-history-timeline {
  display: grid;
  gap: .75rem;
}

.smm-points-history-row {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 112px;
  gap: .85rem;
  align-items: center;
  padding: .9rem;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255,255,255,.045), rgba(255,255,255,.02));
}

.smm-points-history-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(0,212,255,.1);
  color: var(--accent);
}

.smm-points-history-content > div {
  display: flex;
  align-items: center;
  gap: .65rem;
  flex-wrap: wrap;
}

.smm-points-history-content strong {
  color: var(--text-light);
  font-weight: 800;
  text-transform: capitalize;
}

.smm-points-history-content span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 .6rem;
  border-radius: 999px;
  background: rgba(16,185,129,.12);
  color: #10b981;
  font-size: .74rem;
  font-weight: 800;
}

.smm-points-history-content p {
  margin: .35rem 0 .2rem;
  color: var(--text-muted);
  font-size: .86rem;
  line-height: 1.55;
}

.smm-points-history-content small {
  color: rgba(148,163,184,.8);
}

.smm-points-history-balance {
  text-align: right;
}

.smm-points-history-balance strong,
.smm-points-history-balance span {
  display: block;
}

.smm-points-history-balance strong {
  color: var(--text-light);
  font-size: 1rem;
}

.smm-points-history-balance span {
  color: var(--text-muted);
  font-size: .72rem;
}

@media (max-width: 760px) {
  .smm-points-history-summary {
    grid-template-columns: 1fr;
  }
  .smm-points-history-row {
    grid-template-columns: 42px minmax(0, 1fr);
  }
  .smm-points-history-balance {
    grid-column: 2;
    text-align: left;
  }
}


/* Points History table view v1.0.6 */
.smm-points-history-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  background: rgba(255,255,255,.025);
}
.smm-points-history-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}
.smm-points-history-table th,
.smm-points-history-table td {
  padding: 1rem 1.1rem;
  border-bottom: 1px solid rgba(255,255,255,.08);
  color: var(--text);
  text-align: left;
  vertical-align: middle;
}
.smm-points-history-table th {
  color: var(--text-muted);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .03em;
  text-transform: uppercase;
  background: rgba(255,255,255,.035);
}
.smm-points-history-table tbody tr:last-child td { border-bottom: 0; }
.smm-points-history-table tbody tr:hover { background: rgba(0,212,255,.045); }
.smm-points-event-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 .75rem;
  border: 1px solid rgba(0,212,255,.25);
  border-radius: 999px;
  background: rgba(0,212,255,.08);
  color: var(--primary);
  font-weight: 800;
  white-space: nowrap;
}
.smm-points-earned {
  color: #4ade80;
  font-weight: 900;
}
.smm-points-history-table small { color: var(--text-muted); }
@media (max-width: 760px) {
  .smm-points-history-table,
  .smm-points-history-table thead,
  .smm-points-history-table tbody,
  .smm-points-history-table tr,
  .smm-points-history-table td {
    display: block;
    width: 100%;
    min-width: 0;
  }
  .smm-points-history-table { min-width: 0; }
  .smm-points-history-table thead { display: none; }
  .smm-points-history-table tr {
    padding: .85rem;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }
  .smm-points-history-table td {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: .55rem 0;
    border-bottom: 0;
  }
  .smm-points-history-table td::before {
    content: attr(data-label);
    color: var(--text-muted);
    font-weight: 800;
  }
}
