/*
Theme Name: WGigs Coin Landing
Theme URI: https://wisegigs.net/
Author: Wisegigs Limited
Author URI: https://wisegigs.net/
Description: Hardcoded Bootstrap landing theme for WGigs Coin (private internal credit, future public token).
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wgigs-coin-landing
*/

:root{
  --wg-primary: #0b5ed7;
  --wg-dark: #0b1020;
  --wg-muted: rgba(255,255,255,.75);
}

body{
  background: #050814;
}

.wg-navbar{
  backdrop-filter: blur(10px);
  background: rgba(6,10,26,.7);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.wg-hero{
  position: relative;
  overflow: hidden;
  padding: 2.5rem 0 1.5rem;
}

.wg-hero-card{
  background: rgba(8,12,30,.72);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 18px 70px rgba(0,0,0,.45);
  border-radius: 18px;
  overflow: hidden;
}

.wg-hero-img{
  width: 100%;
  height: auto;
  display: block;
}

.wg-section{
  padding: 4rem 0;
}

.wg-card{
  background: rgba(10,14,36,.75);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
}

.wg-card .card-title{
  color: #fff;
}

.wg-small{
  color: rgba(255,255,255,.7);
}

.wg-footer{
  border-top: 1px solid rgba(255,255,255,.08);
  background: rgba(6,10,26,.65);
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }

.wg-badge{
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
}


/* Custom Logo */
.custom-logo{max-height:46px;width:auto;display:block;}
.custom-logo-link{display:inline-block;}


/* Navbar menu spacing / appearance */
.navbar-nav .nav-link{
  color: rgba(255,255,255,.85);
  padding-left: .85rem;
  padding-right: .85rem;
}
.navbar-nav .nav-link:hover,
.navbar-nav .current-menu-item > a{
  color: #fff;
}

/* Fix WP custom logo inside navbar (avoid huge images) */
.navbar-brand .custom-logo-link{display:inline-flex; align-items:center;}
.navbar-brand .custom-logo{max-height:44px; width:auto;}
