/* ===== LIFEGROWTION GLOBAL STYLES ===== */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700;900&family=Outfit:wght@300;400;500;600&display=swap');

:root {
  --gold:       #B8922A;
  --gold-light: #D4A83A;
  --gold-pale:  #FDF6E8;
  --navy:       #1C2341;
  --navy-mid:   #2E3659;
  --white:      #FFFFFF;
  --off-white:  #F9F7F4;
  --light-gray: #F2F0ED;
  --text:       #1C2341;
  --text-body:  #4A4E6B;
  --text-light: #888CA8;
  --border:     #E5E2DC;
  --border-gold:#D4A83A33;
  --shadow-sm:  0 2px 12px rgba(28,35,65,0.07);
  --shadow-md:  0 8px 32px rgba(28,35,65,0.10);
  --shadow-lg:  0 20px 60px rgba(28,35,65,0.13);
}

*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; font-size:16px; }

body {
  font-family: 'Outfit', sans-serif;
  background: var(--white);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* ---- HEADER ---- */
header {
  position: sticky; top:0; z-index:200;
  background: var(--white);
  border-bottom: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}
.header-top {
  background: var(--navy);
  padding: 0.45rem 6%;
  display: flex; justify-content:flex-end; gap:2rem;
  align-items:center;
}
.header-top a, .header-top span {
  color: rgba(255,255,255,0.72);
  font-size: 0.78rem; text-decoration:none;
  font-weight:400; letter-spacing:0.04em;
  transition: color 0.2s;
  display:flex; align-items:center; gap:0.35rem;
}
.header-top a:hover { color:#fff; }
.header-main {
  display:flex; align-items:center; justify-content:space-between;
  padding: 0 6%; height:72px;
}
.logo { display:flex; align-items:center; gap:0.7rem; text-decoration:none; }
.logo-img { height: 52px; width: auto; display: block; }
.logo-icon {
  width:40px; height:40px; border-radius:50%;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
  display:flex; align-items:center; justify-content:center;
  flex-shrink:0;
}
.logo-icon svg { width:20px; height:20px; fill:var(--gold-light); }
.logo-text { line-height:1.1; }
.logo-text .brand {
  font-family:'Playfair Display', serif;
  font-size:1.3rem; font-weight:700; color:var(--navy);
  letter-spacing:-0.01em;
}
.logo-text .brand em { color:var(--gold); font-style:normal; }
.logo-text .tagline {
  font-size:0.65rem; color:var(--text-light);
  letter-spacing:0.12em; text-transform:uppercase; font-weight:500;
}
.nav-menu { display:flex; align-items:center; gap:0.2rem; list-style:none; }
.nav-menu a {
  display:block; padding:0.5rem 1rem;
  font-size:0.88rem; font-weight:500; color:var(--text-body);
  text-decoration:none; border-radius:4px;
  transition: color 0.2s, background 0.2s;
  letter-spacing:0.01em;
  position:relative;
}
.nav-menu a:hover { color:var(--navy); background:var(--light-gray); }
.nav-menu a.active { color:var(--gold); font-weight:600; }
.nav-menu a.active::after {
  content:''; position:absolute; bottom:-1px; left:1rem; right:1rem; height:2px;
  background:var(--gold); border-radius:2px 2px 0 0;
}
.nav-cta {
  background: var(--navy); color:#fff !important;
  padding: 0.55rem 1.4rem !important; border-radius:4px !important;
  font-weight:600 !important; font-size:0.85rem !important;
  letter-spacing:0.03em !important;
  transition: background 0.2s !important;
}
.nav-cta:hover { background:var(--gold) !important; color:#fff !important; }

/* ---- FOOTER ---- */
footer {
  background: var(--navy);
  color: rgba(255,255,255,0.75);
}
.footer-main {
  display:grid; grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap:3rem; padding:4rem 6%;
  border-bottom:1px solid rgba(255,255,255,0.08);
}
.footer-brand .logo-text .brand { color:#fff; }
.footer-brand .logo-text .tagline { color:rgba(255,255,255,0.4); }
.footer-brand p {
  font-size:0.85rem; line-height:1.75; margin-top:1rem;
  color:rgba(255,255,255,0.55); max-width:280px;
}
.footer-col h4 {
  font-size:0.75rem; font-weight:600; letter-spacing:0.14em;
  text-transform:uppercase; color:var(--gold-light);
  margin-bottom:1.2rem;
}
.footer-col ul { list-style:none; display:flex; flex-direction:column; gap:0.6rem; }
.footer-col ul a {
  color:rgba(255,255,255,0.6); text-decoration:none;
  font-size:0.87rem; transition:color 0.2s;
}
.footer-col ul a:hover { color:var(--gold-light); }
.footer-contact-item { display:flex; gap:0.6rem; align-items:flex-start; margin-bottom:0.9rem; }
.footer-contact-item .ic { color:var(--gold-light); font-size:0.9rem; margin-top:0.1rem; flex-shrink:0; }
.footer-contact-item p { font-size:0.84rem; color:rgba(255,255,255,0.6); line-height:1.5; }
.footer-contact-item a { color:rgba(255,255,255,0.6); text-decoration:none; font-size:0.84rem; transition:color 0.2s; }
.footer-contact-item a:hover { color:var(--gold-light); }
.footer-bottom {
  display:flex; align-items:center; justify-content:space-between;
  padding:1.4rem 6%; flex-wrap:wrap; gap:0.8rem;
}
.footer-bottom p { font-size:0.78rem; color:rgba(255,255,255,0.35); }
.footer-bottom nav { display:flex; gap:1.5rem; }
.footer-bottom nav a { font-size:0.78rem; color:rgba(255,255,255,0.35); text-decoration:none; transition:color 0.2s; }
.footer-bottom nav a:hover { color:rgba(255,255,255,0.7); }

/* ---- UTILITIES ---- */
.section-tag {
  display:inline-block; font-size:0.72rem; font-weight:600;
  letter-spacing:0.16em; text-transform:uppercase;
  color:var(--gold); background:var(--gold-pale);
  padding:0.3rem 0.9rem; border-radius:20px;
  border:1px solid #D4A83A44;
  margin-bottom:1rem;
}
.section-heading {
  font-family:'Playfair Display', serif;
  font-size:clamp(2rem,3.5vw,3rem);
  font-weight:700; line-height:1.15;
  color:var(--navy); margin-bottom:1rem;
}
.section-heading em { color:var(--gold); font-style:normal; }
.section-sub { font-size:1rem; color:var(--text-body); line-height:1.75; max-width:580px; }

.btn-primary {
  display:inline-block; background:var(--navy); color:#fff;
  padding:0.85rem 2.2rem; border-radius:4px;
  font-size:0.9rem; font-weight:600; text-decoration:none;
  letter-spacing:0.02em; transition:background 0.2s, transform 0.2s;
  border:none; cursor:pointer;
}
.btn-primary:hover { background:var(--gold); transform:translateY(-2px); }
.btn-outline {
  display:inline-block; background:transparent; color:var(--navy);
  padding:0.85rem 2.2rem; border-radius:4px;
  font-size:0.9rem; font-weight:600; text-decoration:none;
  border:2px solid var(--navy); letter-spacing:0.02em;
  transition:background 0.2s, color 0.2s, border-color 0.2s;
}
.btn-outline:hover { background:var(--navy); color:#fff; }
.btn-gold {
  display:inline-block; background:var(--gold); color:#fff;
  padding:0.85rem 2.2rem; border-radius:4px;
  font-size:0.9rem; font-weight:600; text-decoration:none;
  letter-spacing:0.02em; transition:background 0.2s, transform 0.2s;
  border:none; cursor:pointer;
}
.btn-gold:hover { background:var(--gold-light); transform:translateY(-2px); }

.divider {
  width:48px; height:3px; background:var(--gold);
  border-radius:2px; margin:1rem 0 1.5rem;
}
.divider.center { margin:1rem auto 1.5rem; }

/* Mobile Navigation Button */
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 26px;
  height: 18px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 250;
}
.nav-toggle .bar {
  width: 100%;
  height: 2.5px;
  background-color: var(--navy);
  border-radius: 2px;
  transition: all 0.3s ease;
}

@media(max-width: 768px) {
  .nav-toggle {
    display: flex;
  }
  .nav-menu {
    position: fixed;
    top: 72px;
    left: -100%;
    width: 100%;
    height: calc(100vh - 72px);
    background: var(--white);
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 3rem 0;
    gap: 1.5rem;
    transition: left 0.4s ease, box-shadow 0.4s ease;
    border-top: 1px solid var(--border);
    box-shadow: var(--shadow-lg);
    z-index: 199;
  }
  .nav-menu.active {
    left: 0;
  }
  .nav-menu a {
    font-size: 1.1rem;
    padding: 0.8rem 2rem;
    width: 80%;
    text-align: center;
  }
  .nav-menu a.active::after {
    bottom: 5px;
    left: 20%;
    right: 20%;
  }
  .nav-cta {
    width: 80% !important;
    text-align: center;
  }
  
  .nav-toggle.active .bar:nth-child(1) {
    transform: translateY(7.5px) rotate(45deg);
  }
  .nav-toggle.active .bar:nth-child(2) {
    opacity: 0;
  }
  .nav-toggle.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}

@media(max-width:900px){
  .footer-main { grid-template-columns:1fr 1fr; }
  .header-main { padding:0 4%; }
}
@media(max-width:600px){
  .footer-main { grid-template-columns:1fr; gap:2rem; padding:2.5rem 5%; }
  .header-top { display:none; }
}
