/*
Theme Name:   GlowNexxus Child
Theme URI:    https://glownexxus.com
Description:  GlowNexxus child theme for Reign
Author:       GlowNexxus
Template:     reign-theme
Version:      4.0.0
*/

/* ====================================================
   GLOWNEXXUS STANDALONE HOMEPAGE
   Standalone = no dependency on theme wrappers.
   Font: Inter | Blue: #1d76da | Orange: #e8840a
   ==================================================== */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body.gn-standalone {
  font-family: 'Inter', sans-serif;
  background: #ffffff;
  color: #1a2035;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.gn-standalone a { text-decoration: none; }
body.gn-standalone ul { list-style: none; padding: 0; margin: 0; }
body.gn-standalone img { max-width: 100%; height: auto; }

/* ── TOP BAR ── */
.gn-topbar {
  background: #1d76da;
  color: #fff;
  padding: 0.5rem 0;
  font-size: 0.82rem;
}
.gn-topbar-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.gn-topbar-left { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.gn-topbar-left a,
.gn-topbar-right a { color: #fff; font-size: 0.82rem; opacity: 0.9; }
.gn-topbar-right { display: flex; gap: 1rem; }

/* ── MAIN NAV ── */
.gn-nav {
  background: #fff;
  border-bottom: 1px solid #e8edf5;
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.gn-nav-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 3%;
  display: flex;
  align-items: center;
  height: 70px;
  gap: 1.2rem;
}
.gn-logo-link {
  font-size: 1.15rem;
  font-weight: 800;
  color: #e8840a;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-shrink: 0;
}
.gn-logo-img { height: 44px; width: auto; }
.gn-logo-text { color: #e8840a; }
.gn-logo-text strong { color: #e8840a; }

.gn-nav-links {
  display: flex;
  gap: 0;
  list-style: none;
  flex: 1;
  align-items: center;
}
.gn-nav-links li { flex-shrink: 0; }
.gn-nav-links a {
  font-size: 0.82rem;
  font-weight: 500;
  color: #3a4560;
  white-space: nowrap;
  padding: 0.25rem 0.7rem;
  transition: color 0.2s;
  display: block;
}
.gn-nav-links a:hover { color: #1d76da; }

.gn-nav-actions { display: flex; align-items: center; gap: 0.75rem; flex-shrink: 0; }
.gn-nav-login {
  font-size: 0.88rem;
  font-weight: 600;
  color: #3a4560;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  transition: all 0.2s;
}
.gn-nav-login:hover { color: #1d76da; }
.gn-nav-register {
  background: #1d76da;
  color: #fff !important;
  font-size: 0.88rem;
  font-weight: 700;
  padding: 0.55rem 1.4rem;
  border-radius: 6px;
  transition: all 0.2s;
}
.gn-nav-register:hover { background: #1560b8; }
.gn-nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.4rem;
  cursor: pointer;
  color: #3a4560;
  margin-left: auto;
}

/* ── BUTTONS ── */
.gn-btn-primary {
  display: inline-block;
  background: #e8840a;
  color: #fff !important;
  font-size: 0.95rem;
  font-weight: 700;
  padding: 0.9rem 2rem;
  border-radius: 6px;
  transition: all 0.25s;
  border: 2px solid #e8840a;
}
.gn-btn-primary:hover {
  background: #d07208;
  border-color: #d07208;
  transform: translateY(-1px);
  box-shadow: 0 6px 24px rgba(232,132,10,0.3);
  color: #fff !important;
}
.gn-btn-secondary {
  display: inline-block;
  background: rgba(255,255,255,0.12);
  color: #fff !important;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 0.9rem 2rem;
  border-radius: 6px;
  border: 2px solid rgba(255,255,255,0.3);
  transition: all 0.25s;
}
.gn-btn-secondary:hover { background: rgba(255,255,255,0.2); color: #fff !important; }
.gn-btn-outline {
  display: inline-block;
  background: transparent;
  color: #1d76da !important;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0.85rem 2rem;
  border-radius: 6px;
  border: 2px solid #1d76da;
  transition: all 0.25s;
}
.gn-btn-outline:hover { background: #f0f5ff; color: #1d76da !important; }
.gn-btn-block { display: block; text-align: center; width: 100%; }
.gn-link-orange { font-size: 0.8rem; font-weight: 700; color: #e8840a; text-transform: uppercase; letter-spacing: 0.08em; }
.gn-link-orange:hover { color: #c07008; }

/* ── MAIN WRAPPER ── */
.gn-main { display: block; width: 100%; }

/* ── HERO ── */
.gn-hero {
  background: linear-gradient(135deg, #0f1f3d 0%, #1a3a6b 60%, #0f1f3d 100%);
  padding: 6rem 5% 5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.gn-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 50% at 50% 40%, rgba(232,132,10,0.12) 0%, transparent 70%);
  pointer-events: none;
}
.gn-hero-inner { position: relative; z-index: 1; max-width: 760px; margin: 0 auto; }
.gn-hero h1 {
  font-size: clamp(2.4rem, 5.5vw, 4rem);
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}
.gn-hero h1 span { color: #e8840a; }
.gn-hero-sub {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.7);
  max-width: 580px;
  margin: 0 auto 2.5rem;
  line-height: 1.75;
}
.gn-hero-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-bottom: 4rem; }
.gn-stats-row {
  display: flex;
  justify-content: center;
  gap: 0;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  background: rgba(255,255,255,0.04);
  overflow: hidden;
  max-width: 540px;
  margin: 0 auto;
}
.gn-stat { flex: 1; padding: 1.4rem 1.5rem; border-right: 1px solid rgba(255,255,255,0.08); text-align: center; }
.gn-stat:last-child { border-right: none; }
.gn-stat-num { display: block; font-size: 1.7rem; font-weight: 800; color: #e8840a; line-height: 1; }
.gn-stat-label { display: block; font-size: 0.72rem; color: rgba(255,255,255,0.45); margin-top: 0.3rem; text-transform: uppercase; letter-spacing: 0.08em; }

/* ── TRUST BAR ── */
.gn-trust {
  background: #f8f9fa;
  border-bottom: 1px solid #e5e9ef;
  padding: 1.2rem 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.gn-trust-label { font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: #9aa4b4; }
.gn-trust-pills { display: flex; gap: 0.5rem; flex-wrap: wrap; justify-content: center; }
.gn-trust-pills span {
  font-size: 0.78rem;
  color: #5a6478;
  background: #fff;
  border: 1px solid #dde2ec;
  border-radius: 100px;
  padding: 0.28rem 0.85rem;
  font-weight: 500;
}

/* ── SHARED LAYOUT ── */
.gn-container { max-width: 1160px; margin: 0 auto; }
.gn-section { display: block; padding: 5.5rem 5%; }
.gn-section--white { background: #fff; }
.gn-section--gray { background: #f4f7fb; }

.gn-section-header { text-align: center; margin-bottom: 3.5rem; }
.gn-section-footer { text-align: center; margin-top: 3rem; }
.gn-eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #e8840a;
  margin-bottom: 0.9rem;
}
.gn-eyebrow--light { color: #e8840a; }
.gn-section-title {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 800;
  color: #0f1f3d;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 0.8rem;
}
.gn-body { font-size: 1rem; color: #5a6478; line-height: 1.75; max-width: 540px; }
.gn-centered { margin-left: auto; margin-right: auto; }
.gn-divider { width: 40px; height: 3px; background: #e8840a; border-radius: 2px; margin: 0.8rem 0 1.8rem; }
.gn-fine-print { font-size: 0.78rem; color: #9aa4b4; margin-top: 0.8rem; }
.gn-fine-print--light { color: rgba(255,255,255,0.3); }

/* ── PROBLEM / SOLUTION ── */
.gn-split { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.gn-split-col {}
.gn-pain-list { margin-top: 1.5rem; }
.gn-pain-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid #edf0f5;
  font-size: 0.9rem;
  color: #5a6478;
  line-height: 1.5;
}
.gn-pain-x {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 50%;
  background: #fee2e2;
  color: #ef4444;
  font-size: 0.7rem;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

/* ── CARDS ── */
.gn-card {
  background: #fff;
  border: 1px solid #e0e5ee;
  border-radius: 12px;
  padding: 2rem;
  transition: transform 0.25s, box-shadow 0.25s;
}
.gn-card:hover { transform: translateY(-3px); box-shadow: 0 10px 36px rgba(15,31,61,0.09); }

.gn-card--solution {
  position: relative;
  overflow: visible;
  padding-top: 2.5rem;
}
.gn-card-top-bar {
  position: absolute;
  top: 0; left: 2rem; right: 2rem;
  height: 3px;
  background: linear-gradient(90deg, #e8840a, #1d76da);
  border-radius: 0 0 3px 3px;
}
.gn-card-icon { font-size: 2.5rem; display: block; margin-bottom: 1rem; }
.gn-card--solution h3 { font-size: 1.3rem; font-weight: 700; color: #0f1f3d; margin-bottom: 0.8rem; }
.gn-card--solution p { font-size: 0.92rem; color: #5a6478; line-height: 1.75; margin-bottom: 1.5rem; }

.gn-cards-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.gn-card--feature .gn-feat-icon {
  font-size: 1.8rem;
  width: 52px;
  height: 52px;
  background: #f0f5ff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
}
.gn-card--feature h3 { font-size: 1rem; font-weight: 700; color: #0f1f3d; margin-bottom: 0.5rem; }
.gn-card--feature p { font-size: 0.875rem; color: #5a6478; line-height: 1.65; margin-bottom: 1.2rem; }

.gn-card--step { text-align: center; }
.gn-step-num {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1d76da, #0f5bb5);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.2rem;
}
.gn-card--step h3 { font-size: 1rem; font-weight: 700; color: #0f1f3d; margin-bottom: 0.5rem; }
.gn-card--step p { font-size: 0.875rem; color: #5a6478; line-height: 1.65; }

/* Blog cards */
.gn-card--blog { display: flex; flex-direction: column; padding: 0; overflow: hidden; }
.gn-blog-cat {
  background: #1d76da;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.5rem 1.5rem;
}
.gn-blog-title { font-size: 1rem; font-weight: 700; line-height: 1.4; padding: 1.2rem 1.5rem 0.6rem; }
.gn-blog-title a { color: #0f1f3d; text-decoration: none; }
.gn-blog-title a:hover { color: #1d76da; }
.gn-blog-excerpt { font-size: 0.88rem; color: #5a6478; line-height: 1.7; padding: 0 1.5rem; flex: 1; }
.gn-blog-footer { display: flex; justify-content: space-between; align-items: center; padding: 1.2rem 1.5rem; margin-top: auto; border-top: 1px solid #f0f2f5; }
.gn-blog-date { font-size: 0.78rem; color: #9aa3b2; }

.gn-card--testi { display: flex; flex-direction: column; }
.gn-stars { color: #e8840a; font-size: 0.9rem; margin-bottom: 0.8rem; }
.gn-testi-quote { font-size: 0.9rem; color: #5a6478; line-height: 1.75; font-style: italic; flex: 1; margin-bottom: 1.2rem; }
.gn-testi-author { display: flex; align-items: center; gap: 0.8rem; margin-top: auto; }
.gn-avatar {
  width: 40px; height: 40px; min-width: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1d76da, #e8840a);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gn-testi-author strong { font-size: 0.88rem; color: #0f1f3d; display: block; }
.gn-testi-author small { font-size: 0.75rem; color: #9aa4b4; }

/* ── CHECK LISTS ── */
.gn-check-list { margin: 1.5rem 0 2rem; }
.gn-check-list li {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.9rem;
  color: #5a6478;
  padding: 0.6rem 0;
  border-bottom: 1px solid #edf0f5;
}
.gn-check-list li::before { content: '✓'; color: #1d76da; font-weight: 700; flex-shrink: 0; }
.gn-check-list--sm li { font-size: 0.855rem; padding: 0.5rem 0; }

/* ── PLATFORM SPLIT ── */
.gn-platform {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #e0e5ee;
  border-bottom: 1px solid #e0e5ee;
}
.gn-plat-col { padding: 5rem 6%; }
.gn-plat-col--gray { background: #f4f7fb; border-right: 1px solid #e0e5ee; }
.gn-plat-col--white { background: #fff; }

/* ── PRICING ── */
.gn-price-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  max-width: 740px;
  margin: 0 auto;
}
.gn-card--price { padding: 2.5rem; position: relative; overflow: visible; }
.gn-card--featured { border-color: #1d76da; box-shadow: 0 4px 30px rgba(29,118,218,0.12); }
.gn-price-badge {
  position: absolute;
  top: -1px; left: 50%;
  transform: translateX(-50%);
  background: #1d76da;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.25rem 1rem;
  border-radius: 0 0 6px 6px;
  white-space: nowrap;
}
.gn-price-tier { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: #9aa4b4; margin-bottom: 0.8rem; }
.gn-price-amount { font-size: 2.8rem; font-weight: 800; color: #0f1f3d; letter-spacing: -0.03em; line-height: 1; margin-bottom: 0.2rem; }
.gn-price-amount span { font-size: 1rem; color: #9aa4b4; font-weight: 400; }
.gn-price-note { font-size: 0.78rem; color: #9aa4b4; margin-bottom: 1.8rem; }

/* ── CTA BANNER ── */
.gn-cta {
  background: linear-gradient(135deg, #0f1f3d 0%, #1a3a6b 100%);
  padding: 6rem 5%;
  text-align: center;
}
.gn-cta .gn-container { max-width: 680px; }
.gn-cta h2 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; color: #fff; letter-spacing: -0.02em; margin-bottom: 1.2rem; line-height: 1.15; }
.gn-cta h2 span { color: #e8840a; }
.gn-cta p { font-size: 1rem; color: rgba(255,255,255,0.65); line-height: 1.75; margin-bottom: 2.5rem; max-width: 520px; margin-left: auto; margin-right: auto; }
.gn-cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ── FOOTER ── */
.gn-footer {
  background: #0f1f3d;
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 4rem 5% 2rem;
  color: rgba(255,255,255,0.5);
}
.gn-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  max-width: 1160px;
  margin: 0 auto 3rem;
}
.gn-footer .gn-logo-link { color: #e8840a; font-size: 1.2rem; font-weight: 800; display: inline-block; margin-bottom: 0.8rem; }
.gn-footer-tagline { font-size: 0.85rem; color: rgba(255,255,255,0.35); line-height: 1.7; max-width: 240px; margin-top: 0.5rem; }
.gn-footer h4 { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 1.2rem; }
.gn-footer ul li { margin-bottom: 0.6rem; }
.gn-footer ul li a { font-size: 0.85rem; color: rgba(255,255,255,0.45); transition: color 0.2s; }
.gn-footer ul li a:hover { color: #fff; }
.gn-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1160px;
  margin: 0 auto;
}
.gn-footer-bottom span { font-size: 0.78rem; color: rgba(255,255,255,0.2); }
.gn-footer-socials { display: flex; gap: 1.2rem; }
.gn-footer-socials a { font-size: 0.78rem; color: rgba(255,255,255,0.25); transition: color 0.2s; }
.gn-footer-socials a:hover { color: #e8840a; }

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
  .gn-split { grid-template-columns: 1fr; gap: 2.5rem; }
  .gn-platform { grid-template-columns: 1fr; }
  .gn-plat-col--gray { border-right: none; border-bottom: 1px solid #e0e5ee; }
  .gn-cards-3 { grid-template-columns: repeat(2, 1fr); }
  .gn-price-grid { grid-template-columns: 1fr; max-width: 400px; }
  .gn-footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .gn-nav-links { display: none; flex-direction: column; position: absolute; top: 70px; left: 0; right: 0; background: #fff; border-bottom: 1px solid #e0e5ee; padding: 1rem 5%; gap: 0; }
  .gn-nav-links.gn-nav-open { display: flex; }
  .gn-nav-links a { padding: 0.75rem 0; border-bottom: 1px solid #f0f3f8; display: block; }
  .gn-nav-toggle { display: block; }
  .gn-nav-actions .gn-nav-login { display: none; }
  .gn-nav-inner { position: relative; }
  .gn-hero-btns { flex-direction: column; align-items: center; }
  .gn-cta-btns { flex-direction: column; align-items: center; }
  .gn-cards-3 { grid-template-columns: 1fr; }
  .gn-stats-row { flex-direction: column; max-width: 280px; }
  .gn-stat { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .gn-stat:last-child { border-bottom: none; }
  .gn-footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .gn-footer-bottom { flex-direction: column; gap: 1rem; text-align: center; }
  .gn-topbar-inner { justify-content: center; }
}
