/*
Theme Name: RSB Group
Theme URI: https://rsbgroup.in
Author: RSB Group
Author URI: https://rsbgroup.in
Description: Premium real estate WordPress theme for RSB Group — luxury gold & green design for Vrindavan and Braj region plot sales. Features hero sections, project listings, channel partner program, gallery, testimonials, and lead capture forms. Fully responsive and mobile-optimized.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rsb-group
Tags: real-estate, one-page, full-width-template, custom-colors, custom-logo, featured-images, theme-options, responsive-layout

RSB Group WordPress Theme
Copyright (C) 2024 RSB Group
*/

/* ═══════════════════════════════════════════
   RSB GROUP THEME – MAIN STYLESHEET
   ═══════════════════════════════════════════ */

:root {
  --gold: #C9A84C;
  --gold-light: #E8C97A;
  --gold-pale: #F5EDD4;
  --green: #1B4332;
  --green-mid: #2D6A4F;
  --green-light: #40916C;
  --cream: #FAF7F2;
  --dark: #0D1F17;
  --text: #2C2C2C;
  --text-muted: #6B6B6B;
  --white: #FFFFFF;
  --border: rgba(201,168,76,0.25);
  --shadow: 0 4px 32px rgba(0,0,0,0.08);
}

/* ── RESET & BASE ── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Jost', sans-serif; background: var(--cream); color: var(--text); overflow-x: hidden; line-height: 1.6; }
h1, h2, h3, h4, h5, h6 { font-family: 'Cormorant Garamond', serif; line-height: 1.15; }
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; height: auto; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
input, select, textarea { font-family: inherit; }

/* ── TYPOGRAPHY ── */
.font-display { font-family: 'Cormorant Garamond', serif; }
.font-body { font-family: 'Jost', sans-serif; }

/* ── CONTAINERS ── */
.container { max-width: 1280px; margin: 0 auto; padding: 0 5%; }
.container-narrow { max-width: 900px; margin: 0 auto; padding: 0 5%; }
.section-pad { padding: 96px 5%; }
.section-pad-sm { padding: 72px 5%; }

/* ── SECTION LABELS ── */
.section-label {
  font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
  color: var(--gold); font-weight: 600; margin-bottom: 12px;
  display: flex; align-items: center; gap: 12px;
}
.section-label::before { content: ''; width: 32px; height: 1px; background: var(--gold); }
.section-label.center { justify-content: center; }
.section-label.light { color: var(--gold-light); }
.section-label.light::before { background: var(--gold-light); }

.section-title {
  font-size: clamp(30px, 4vw, 52px); font-weight: 300;
  color: var(--green); line-height: 1.12; margin-bottom: 18px; letter-spacing: -0.5px;
}
.section-title em { font-style: italic; color: var(--gold); font-weight: 400; }
.section-title.white { color: var(--white); }
.section-title.dark { color: var(--dark); }

.section-desc { font-size: 16px; color: var(--text-muted); line-height: 1.85; max-width: 620px; }
.section-desc.center { margin: 0 auto; text-align: center; }
.section-desc.white { color: rgba(255,255,255,0.6); }

.gold-divider { width: 60px; height: 2px; background: linear-gradient(90deg, var(--gold), var(--gold-light)); margin: 20px 0; }
.gold-divider.center { margin: 20px auto; }

/* ── BUTTONS ── */
.btn {
  display: inline-block; padding: 15px 32px; border-radius: 2px;
  font-family: 'Jost', sans-serif; font-size: 12px; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase; transition: all 0.3s;
  cursor: pointer; border: none; text-align: center;
}
.btn-gold {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
  color: var(--dark); box-shadow: 0 4px 20px rgba(201,168,76,0.3);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(201,168,76,0.5); color: var(--dark); }
.btn-green { background: var(--green); color: var(--white); }
.btn-green:hover { background: var(--green-mid); color: var(--white); }
.btn-outline-gold { background: transparent; color: var(--gold-light); border: 1.5px solid rgba(201,168,76,0.5); }
.btn-outline-gold:hover { background: rgba(201,168,76,0.1); border-color: var(--gold); color: var(--gold-light); }
.btn-outline-green { background: transparent; color: var(--green); border: 1.5px solid var(--green); }
.btn-outline-green:hover { background: var(--green); color: var(--white); }
.btn-sm { padding: 10px 20px; font-size: 11px; }
.btn-full { width: 100%; display: block; }
.btn-wa { background: #25D366; color: var(--white); }
.btn-wa:hover { background: #1ebe5d; color: var(--white); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(37,211,102,0.35); }

/* ── FORMS ── */
.rsb-form-group { margin-bottom: 18px; }
.rsb-form-group label {
  display: block; font-size: 10px; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase; color: var(--green); margin-bottom: 8px;
}
.rsb-form-group input,
.rsb-form-group select,
.rsb-form-group textarea {
  width: 100%; padding: 12px 16px; border: 1px solid rgba(0,0,0,0.12);
  border-radius: 2px; font-family: 'Jost', sans-serif; font-size: 14px;
  color: var(--dark); background: var(--white); transition: border-color 0.2s; outline: none;
}
.rsb-form-group input:focus,
.rsb-form-group select:focus,
.rsb-form-group textarea:focus { border-color: var(--gold); background: #fff; }
.rsb-form-group textarea { resize: vertical; min-height: 90px; }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

/* ── GRID HELPERS ── */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.gap-80 { gap: 80px; }
.align-center { align-items: center; }

/* ── TRUST BAR ── */
.trust-bar {
  background: var(--green); padding: 22px 5%;
  display: flex; align-items: center; justify-content: center;
  gap: 56px; flex-wrap: wrap;
  border-top: 1px solid rgba(201,168,76,0.2);
  border-bottom: 1px solid rgba(201,168,76,0.2);
}
.trust-item { display: flex; align-items: center; gap: 12px; }
.trust-icon { font-size: 20px; }
.trust-text { font-size: 12px; color: rgba(255,255,255,0.75); }
.trust-text strong { color: var(--gold-light); font-weight: 600; display: block; font-size: 13px; }

/* ── NAVIGATION ── */
#masthead {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  padding: 0 5%; display: flex; align-items: center; justify-content: space-between;
  height: 72px; background: rgba(13,31,23,0.97);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
  transition: box-shadow 0.3s;
}
#masthead.scrolled { box-shadow: 0 4px 30px rgba(0,0,0,0.3); }
.site-logo-wrap { display: flex; align-items: center; gap: 12px; }
.logo-emblem {
  width: 42px; height: 42px;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 700;
  color: var(--dark); flex-shrink: 0;
}
.logo-text .logo-name {
  font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 700;
  color: var(--gold-light); letter-spacing: 1px; line-height: 1.1;
}
.logo-text .logo-tagline {
  font-size: 10px; color: rgba(255,255,255,0.5);
  letter-spacing: 2px; text-transform: uppercase;
}
.custom-logo { max-height: 48px; width: auto; }

/* Primary Nav */
#primary-navigation { display: flex; }
#primary-navigation ul { display: flex; gap: 28px; align-items: center; list-style: none; }
#primary-navigation ul li a {
  color: rgba(255,255,255,0.8); font-size: 12px; letter-spacing: 1.5px;
  text-transform: uppercase; font-weight: 500; transition: color 0.2s;
  position: relative; padding-bottom: 2px;
}
#primary-navigation ul li a::after {
  content: ''; position: absolute; bottom: -3px; left: 0; right: 0;
  height: 1px; background: var(--gold); transform: scaleX(0);
  transition: transform 0.3s; transform-origin: left;
}
#primary-navigation ul li a:hover,
#primary-navigation ul li.current-menu-item > a { color: var(--gold-light); }
#primary-navigation ul li a:hover::after,
#primary-navigation ul li.current-menu-item > a::after { transform: scaleX(1); }
#primary-navigation ul li.menu-cta > a {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--dark) !important; padding: 9px 20px; border-radius: 2px;
  font-weight: 700 !important;
}
#primary-navigation ul li.menu-cta > a::after { display: none; }
#primary-navigation ul li.menu-cta > a:hover { opacity: 0.88; }

/* Hamburger */
.menu-toggle {
  display: none; flex-direction: column; gap: 5px; padding: 4px;
  background: none; border: none; cursor: pointer;
}
.menu-toggle span { width: 26px; height: 2px; background: var(--gold-light); border-radius: 2px; display: block; transition: 0.3s; }
.menu-toggle.toggled span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.toggled span:nth-child(2) { opacity: 0; }
.menu-toggle.toggled span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile Nav */
.mobile-nav {
  display: none; position: fixed; top: 72px; left: 0; right: 0;
  background: rgba(13,31,23,0.99); z-index: 999;
  padding: 24px 5% 32px; border-bottom: 1px solid var(--border);
}
.mobile-nav.open { display: block; }
.mobile-nav ul { list-style: none; }
.mobile-nav ul li a {
  display: block; padding: 14px 0; color: rgba(255,255,255,0.85);
  font-size: 14px; letter-spacing: 1px; text-transform: uppercase;
  border-bottom: 1px solid rgba(201,168,76,0.1); transition: color 0.2s;
}
.mobile-nav ul li a:hover { color: var(--gold-light); }
.mobile-nav ul li.menu-cta a {
  margin-top: 18px; background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--dark); text-align: center; padding: 14px; border-radius: 2px;
  font-weight: 700; border: none;
}

/* ── HERO (FRONT PAGE) ── */
.hero-section {
  min-height: 100vh; background: var(--dark);
  position: relative; display: flex; align-items: center; overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center; background-repeat: no-repeat;
  opacity: 0.25;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(13,31,23,0.92) 0%, rgba(27,67,50,0.72) 50%, rgba(13,31,23,0.88) 100%);
}
.hero-grid-pattern {
  position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 80px, rgba(201,168,76,0.03) 80px, rgba(201,168,76,0.03) 81px),
    repeating-linear-gradient(90deg, transparent, transparent 80px, rgba(201,168,76,0.03) 80px, rgba(201,168,76,0.03) 81px);
}
.hero-glow { position: absolute; inset: 0; background: radial-gradient(ellipse at 30% 55%, rgba(201,168,76,0.07) 0%, transparent 60%); }
.hero-content { position: relative; z-index: 2; padding: 130px 5% 100px; max-width: 820px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(201,168,76,0.10); border: 1px solid rgba(201,168,76,0.35);
  padding: 8px 18px; border-radius: 2px; margin-bottom: 30px;
}
.hero-badge::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); animation: pulse 2s infinite; }
.hero-badge span { font-size: 11px; color: var(--gold-light); letter-spacing: 2.5px; text-transform: uppercase; font-weight: 500; }
@keyframes pulse { 0%,100%{opacity:1}50%{opacity:0.4} }
.hero-title { font-size: clamp(44px,7.5vw,88px); font-weight: 300; color: var(--white); line-height: 1.05; margin-bottom: 14px; letter-spacing: -1.5px; }
.hero-title em { font-style: italic; color: var(--gold-light); font-weight: 400; }
.hero-subtitle { font-size: clamp(18px,2.5vw,26px); color: rgba(255,255,255,0.55); font-family: 'Cormorant Garamond', serif; font-weight: 300; margin-bottom: 18px; }
.hero-desc { font-size: 15px; color: rgba(255,255,255,0.48); line-height: 1.85; max-width: 500px; margin-bottom: 44px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-stats { position: absolute; bottom: 50px; right: 5%; z-index: 2; display: flex; gap: 52px; }
.hero-stat .stat-num { font-family: 'Cormorant Garamond', serif; font-size: 42px; font-weight: 600; color: var(--gold-light); line-height: 1; }
.hero-stat .stat-lbl { font-size: 10px; color: rgba(255,255,255,0.45); letter-spacing: 2px; text-transform: uppercase; margin-top: 5px; }
.hero-scroll { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 7px; animation: bob 2.2s ease-in-out infinite; }
.hero-scroll span { font-size: 10px; color: rgba(255,255,255,.3); letter-spacing: 2px; text-transform: uppercase; }
.hero-arrow { width: 18px; height: 18px; border-right: 1.5px solid rgba(201,168,76,.5); border-bottom: 1.5px solid rgba(201,168,76,.5); transform: rotate(45deg); }
@keyframes bob { 0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(7px)} }

/* ── PAGE HERO BANNER ── */
.page-hero { padding: 140px 5% 80px; background: var(--dark); position: relative; overflow: hidden; }
.page-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.22; }
.page-hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(13,31,23,0.95) 0%, rgba(27,67,50,0.7) 100%); }
.page-hero-content { position: relative; z-index: 2; max-width: 700px; }
.page-badge { display: inline-block; background: rgba(201,168,76,0.12); border: 1px solid rgba(201,168,76,0.35); padding: 7px 16px; border-radius: 2px; margin-bottom: 22px; font-size: 11px; color: var(--gold-light); letter-spacing: 2.5px; text-transform: uppercase; font-weight: 500; }
.breadcrumb { display: flex; gap: 8px; align-items: center; margin-top: 24px; font-size: 12px; color: rgba(255,255,255,0.4); letter-spacing: 1px; text-transform: uppercase; flex-wrap: wrap; }
.breadcrumb a { color: rgba(255,255,255,0.4); transition: color 0.2s; }
.breadcrumb a:hover { color: var(--gold-light); }
.breadcrumb .sep { color: rgba(255,255,255,0.2); }
.breadcrumb .current { color: var(--gold); }

/* ── CARDS ── */
.proj-card { background: var(--white); border-radius: 2px; overflow: hidden; border: 1px solid rgba(201,168,76,0.1); transition: all 0.4s; box-shadow: 0 2px 16px rgba(0,0,0,0.05); }
.proj-card:hover { transform: translateY(-6px); box-shadow: 0 16px 44px rgba(0,0,0,0.12); border-color: var(--gold); }
.proj-img-wrap { overflow: hidden; position: relative; }
.proj-img-wrap img { width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform 0.6s; }
.proj-card:hover .proj-img-wrap img { transform: scale(1.05); }
.proj-badge { position: absolute; top: 14px; left: 14px; background: linear-gradient(135deg,var(--gold),var(--gold-light)); color: var(--dark); font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 5px 12px; border-radius: 1px; }
.proj-body { padding: 26px 22px 20px; }
.proj-loc { font-size: 10px; color: var(--gold); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 7px; font-weight: 600; }
.proj-name { font-size: 22px; font-weight: 600; color: var(--dark); margin-bottom: 9px; line-height: 1.2; }
.proj-desc { font-size: 13px; color: var(--text-muted); line-height: 1.7; margin-bottom: 18px; }
.proj-specs { display: flex; gap: 16px; padding-top: 18px; border-top: 1px solid rgba(201,168,76,0.15); }
.proj-spec { flex: 1; text-align: center; }
.spec-v { font-family: 'Cormorant Garamond', serif; font-size: 20px; color: var(--green); font-weight: 600; }
.spec-k { font-size: 9px; color: var(--text-muted); letter-spacing: 1.5px; text-transform: uppercase; margin-top: 2px; }
.proj-foot { padding: 14px 22px; background: var(--cream); border-top: 1px solid rgba(0,0,0,.04); display: flex; align-items: center; justify-content: space-between; }
.proj-price { font-family: 'Cormorant Garamond', serif; font-size: 22px; color: var(--green); font-weight: 600; }
.proj-price-lbl { font-size: 9px; color: var(--text-muted); letter-spacing: 1px; text-transform: uppercase; margin-top: 1px; }

/* Testimonial Cards */
.testi-card { background: var(--white); padding: 36px 30px; border-radius: 2px; border: 1px solid rgba(201,168,76,0.1); transition: 0.3s; }
.testi-card:hover { border-color: var(--gold); box-shadow: 0 8px 36px rgba(0,0,0,0.09); transform: translateY(-4px); }
.testi-quote { font-size: 52px; color: var(--gold); opacity: 0.3; font-family: 'Cormorant Garamond', serif; line-height: 0.7; margin-bottom: 6px; }
.testi-text { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-style: italic; color: var(--text); line-height: 1.75; margin-bottom: 20px; }
.testi-stars { color: var(--gold); font-size: 13px; letter-spacing: 2px; margin-bottom: 18px; }
.testi-author { display: flex; align-items: center; gap: 14px; padding-top: 18px; border-top: 1px solid rgba(201,168,76,0.1); }
.testi-avatar { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.testi-name { font-size: 15px; font-weight: 600; color: var(--dark); }
.testi-role { font-size: 11px; color: var(--text-muted); }
.testi-card.featured { background: linear-gradient(135deg,var(--green),var(--green-mid)); border-color: transparent; }
.testi-card.featured .testi-text { color: rgba(255,255,255,0.9); }
.testi-card.featured .testi-name { color: var(--gold-light); }
.testi-card.featured .testi-role { color: rgba(255,255,255,0.5); }
.testi-card.featured .testi-quote { color: var(--gold-light); }

/* ── CTA STRIP ── */
.cta-strip { background: linear-gradient(135deg,var(--green) 0%,var(--green-mid) 100%); padding: 80px 5%; text-align: center; position: relative; overflow: hidden; }
.cta-strip::before { content: ''; position: absolute; inset: 0; background-image: repeating-linear-gradient(45deg, rgba(201,168,76,0.04) 0, rgba(201,168,76,0.04) 1px, transparent 0, transparent 50%); background-size: 28px 28px; }
.cta-strip-inner { position: relative; z-index: 1; }
.cta-strip h2 { font-size: clamp(28px,4vw,48px); color: var(--white); font-weight: 300; margin-bottom: 14px; }
.cta-strip h2 em { color: var(--gold-light); font-style: italic; }
.cta-strip p { color: rgba(255,255,255,0.6); font-size: 15px; max-width: 500px; margin: 0 auto 36px; line-height: 1.8; }
.cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ── FOOTER ── */
#colophon { background: var(--dark); color: rgba(255,255,255,0.6); padding: 72px 5% 28px; }
.footer-inner { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 52px; margin-bottom: 52px; }
.footer-about p { font-size: 13px; line-height: 1.8; color: rgba(255,255,255,0.45); margin-top: 16px; }
.footer-social { display: flex; gap: 10px; margin-top: 18px; }
.social-link { width: 36px; height: 36px; border-radius: 2px; border: 1px solid rgba(201,168,76,0.25); display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; color: rgba(255,255,255,0.45); transition: all 0.3s; }
.social-link:hover { border-color: var(--gold); color: var(--gold-light); background: rgba(201,168,76,0.1); }
.footer-col-title { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gold-light); margin-bottom: 18px; }
.footer-nav { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.footer-nav a { color: rgba(255,255,255,0.45); font-size: 13px; transition: color 0.2s; }
.footer-nav a:hover { color: var(--gold-light); }
.footer-bottom { padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.07); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px; }
.footer-copy { font-size: 12px; color: rgba(255,255,255,0.28); }
.footer-rera { font-size: 11px; color: var(--gold); letter-spacing: 1px; }

/* ── FLOATING WA ── */
.float-wa { position: fixed; bottom: 26px; right: 26px; z-index: 999; width: 56px; height: 56px; border-radius: 50%; background: #25D366; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 24px rgba(37,211,102,0.45); font-size: 26px; text-decoration: none; animation: floatBounce 3s ease-in-out infinite; }
.float-wa:hover { animation: none; transform: scale(1.1); }
@keyframes floatBounce { 0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)} }

/* ── PROCESS STEPS ── */
.process-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 0; position: relative; }
.process-grid::before { content: ''; position: absolute; top: 36px; left: 10%; right: 10%; height: 1px; background: linear-gradient(90deg,transparent,var(--gold),transparent); }
.process-step { text-align: center; padding: 0 12px; position: relative; z-index: 1; }
.step-circle { width: 72px; height: 72px; border-radius: 50%; background: var(--green); border: 2px solid var(--gold); display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-family: 'Cormorant Garamond', serif; font-size: 26px; color: var(--gold-light); font-weight: 600; transition: all 0.3s; }
.process-step:hover .step-circle { background: var(--gold); color: var(--dark); }
.step-title { font-size: 14px; font-weight: 600; color: var(--white); margin-bottom: 8px; }
.step-desc { font-size: 12px; color: rgba(255,255,255,0.45); line-height: 1.7; }

/* ── STATS ── */
.stats-row { display: grid; grid-template-columns: repeat(5,1fr); }
.stat-block { text-align: center; padding: 40px 20px; border-right: 1px solid rgba(255,255,255,0.08); }
.stat-block:last-child { border-right: none; }
.stat-big { font-family: 'Cormorant Garamond', serif; font-size: 52px; color: var(--gold-light); font-weight: 600; line-height: 1; }
.stat-small-lbl { font-size: 11px; color: rgba(255,255,255,0.5); letter-spacing: 2px; text-transform: uppercase; margin-top: 8px; }

/* ── FADE UP ANIMATIONS ── */
.fade-up { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }
.fade-up.d1 { transition-delay: 0.1s; }
.fade-up.d2 { transition-delay: 0.2s; }
.fade-up.d3 { transition-delay: 0.3s; }
.fade-up.d4 { transition-delay: 0.4s; }

/* ── SINGLE POST ── */
.entry-content { max-width: 760px; margin: 0 auto; padding: 60px 5%; font-size: 16px; line-height: 1.85; color: var(--text); }
.entry-content h2, .entry-content h3 { color: var(--dark); margin: 32px 0 14px; }
.entry-content p { margin-bottom: 20px; }
.entry-content ul, .entry-content ol { margin: 16px 0 16px 24px; }
.entry-content li { margin-bottom: 8px; }
.entry-content a { color: var(--green); text-decoration: underline; }
.entry-content img { border-radius: 2px; margin: 24px 0; }
.entry-header { background: var(--dark); padding: 120px 5% 60px; }
.entry-title { font-size: clamp(32px,5vw,60px); color: var(--white); font-weight: 300; }

/* ── WIDGETS ── */
.widget { margin-bottom: 40px; }
.widget-title { font-size: 14px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--green); margin-bottom: 16px; border-bottom: 2px solid var(--gold); padding-bottom: 10px; }

/* ── WOOCOMMERCE (if used) ── */
.woocommerce-notices-wrapper { padding: 0 5%; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .grid-4 { grid-template-columns: 1fr 1fr; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 36px; }
  .hero-stats { display: none; }
  .process-grid { grid-template-columns: repeat(3,1fr); gap: 36px; }
  .process-grid::before { display: none; }
  .stats-row { grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 768px) {
  .section-pad { padding: 64px 5%; }
  #primary-navigation { display: none; }
  .menu-toggle { display: flex; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .form-row-2 { grid-template-columns: 1fr; }
  .trust-bar { gap: 24px; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .hero-actions { flex-direction: column; max-width: 280px; }
  .cta-btns { flex-direction: column; align-items: center; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .stats-row { grid-template-columns: 1fr 1fr; }
  .stat-block { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.07); }
}
@media (max-width: 480px) {
  .process-grid { grid-template-columns: 1fr; }
  .stats-row { grid-template-columns: 1fr; }
}
