/* =============================================
   LEDGERSTONE PROPERTY MANAGEMENT
   Main Stylesheet — Elegant Green & Gold Theme
   ============================================= */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;0,800;1,400;1,600&family=Inter:wght@300;400;500;600;700&display=swap');

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

:root {
  --green-dk:   #0b2318;
  --green:      #153d27;
  --green-md:   #1e5436;
  --green-lt:   #2d7a4f;
  --gold:       #c9a352;
  --gold-lt:    #dbb96a;
  --gold-dk:    #a8832e;
  --cream:      #f8f4ec;
  --cream-dk:   #ede8db;
  --white:      #ffffff;
  --charcoal:   #1c1c1c;
  --gray:       #6b7280;
  --gray-lt:    #d1d5db;
  --font-serif: 'Playfair Display', Georgia, serif;
  --font-sans:  'Inter', system-ui, sans-serif;
  --shadow-sm:  0 2px 12px rgba(0,0,0,0.08);
  --shadow:     0 6px 28px rgba(0,0,0,0.12);
  --shadow-lg:  0 16px 56px rgba(0,0,0,0.18);
  --radius:     6px;
  --radius-lg:  14px;
  --t:          all 0.3s ease;
}

html { scroll-behavior: smooth; }
body { font-family: var(--font-sans); background: var(--white); color: var(--charcoal); line-height: 1.7; font-size: 16px; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; transition: var(--t); }
ul { list-style: none; }
h1, h2, h3, h4 { font-family: var(--font-serif); line-height: 1.2; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 28px; }
.section-pad { padding: 100px 0; }
.section-pad-sm { padding: 64px 0; }
.text-center { text-align: center; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}
.eyebrow::before, .eyebrow::after {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background: var(--gold);
  opacity: 0.6;
}

.section-title { font-size: clamp(2rem, 3.8vw, 3rem); font-weight: 700; margin-bottom: 20px; color: var(--charcoal); }
.section-title.light { color: var(--white); }
.section-lead { font-size: 1.05rem; color: var(--gray); max-width: 600px; margin: 0 auto 56px; line-height: 1.8; }
.section-lead.left { margin: 0 0 48px; }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--font-sans);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 34px;
  border-radius: var(--radius);
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: var(--t);
}
.btn-gold { background: var(--gold); color: var(--green-dk); border-color: var(--gold); }
.btn-gold:hover { background: var(--gold-dk); border-color: var(--gold-dk); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(201,163,82,0.35); }
.btn-outline-white { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.5); }
.btn-outline-white:hover { background: var(--white); color: var(--green-dk); border-color: var(--white); }
.btn-outline-green { background: transparent; color: var(--green); border-color: var(--green); }
.btn-outline-green:hover { background: var(--green); color: var(--white); }
.btn-green { background: var(--green); color: var(--white); border-color: var(--green); }
.btn-green:hover { background: var(--green-dk); border-color: var(--green-dk); transform: translateY(-2px); }

/* NAVIGATION */
#navbar { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; transition: var(--t); }
#navbar.transparent { background: transparent; }
#navbar.scrolled { background: var(--green-dk); box-shadow: 0 2px 24px rgba(0,0,0,0.3); }

.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 80px; }

.logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.logo-mark { width: 42px; height: 42px; border: 2px solid var(--gold); display: flex; align-items: center; justify-content: center; color: var(--gold); font-family: var(--font-serif); font-weight: 700; font-size: 1.1rem; }
.logo-text-wrap { line-height: 1.15; }
.logo-name { font-family: var(--font-serif); font-weight: 700; font-size: 1.2rem; color: var(--white); letter-spacing: 0.5px; }
.logo-sub { font-size: 0.6rem; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); opacity: 0.85; display: block; }

.nav-links { display: flex; align-items: center; gap: 38px; }
.nav-links a { font-size: 0.75rem; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.7); position: relative; padding-bottom: 2px; }
.nav-links a::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 1px; background: var(--gold); transition: var(--t); }
.nav-links a:hover, .nav-links a.active { color: var(--white); }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-cta { padding: 10px 24px; font-size: 0.73rem; }

.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
.hamburger span { display: block; width: 24px; height: 1.5px; background: var(--white); transition: var(--t); }
.mobile-nav { display: none; position: fixed; top: 80px; left: 0; width: 100%; background: var(--green-dk); border-top: 1px solid rgba(201,163,82,0.3); z-index: 999; padding: 28px; }
.mobile-nav.open { display: block; }
.mobile-nav a { display: block; font-size: 0.82rem; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.7); padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.06); }
.mobile-nav a:hover { color: var(--gold); }
.mobile-nav .btn { margin-top: 24px; width: 100%; justify-content: center; }

/* HERO */
.hero { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; position: relative; overflow: hidden; }
.hero-left { background: var(--green-dk); display: flex; flex-direction: column; justify-content: center; padding: 140px 70px 100px 70px; position: relative; z-index: 2; }
.hero-left::after { content: ''; position: absolute; right: -60px; top: 0; width: 120px; height: 100%; background: var(--green-dk); clip-path: polygon(0 0, 0 100%, 100% 100%); z-index: 3; }
.hero-right { position: relative; overflow: hidden; }
.hero-right img { width: 100%; height: 100%; object-fit: cover; }
.hero-right::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, rgba(11,35,24,0.4) 0%, transparent 60%); }
.hero-corner { position: absolute; top: 32px; right: 32px; background: var(--gold); color: var(--green-dk); font-family: var(--font-sans); font-size: 0.72rem; font-weight: 700; padding: 10px 20px; letter-spacing: 1.5px; text-transform: uppercase; z-index: 10; }
.hero-line { width: 48px; height: 2px; background: var(--gold); margin-bottom: 28px; }
.hero h1 { font-size: clamp(2.4rem, 4.5vw, 3.8rem); color: var(--white); line-height: 1.1; margin-bottom: 10px; }
.hero h1 em { display: block; font-style: italic; color: var(--gold); }
.hero-desc { font-size: 1rem; color: rgba(255,255,255,0.65); line-height: 1.8; margin: 24px 0 40px; max-width: 420px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-bottom { margin-top: 64px; padding-top: 40px; border-top: 1px solid rgba(201,163,82,0.2); display: flex; gap: 40px; }
.hero-stat .num { font-family: var(--font-serif); font-size: 2rem; font-weight: 700; color: var(--gold); line-height: 1; }
.hero-stat .lbl { font-size: 0.7rem; color: rgba(255,255,255,0.5); letter-spacing: 1.5px; text-transform: uppercase; margin-top: 4px; }

/* MARQUEE */
.marquee-strip { background: var(--gold); padding: 14px 0; overflow: hidden; white-space: nowrap; }
.marquee-inner { display: inline-flex; animation: marquee 22s linear infinite; }
.marquee-item { display: inline-flex; align-items: center; gap: 18px; font-size: 0.7rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--green-dk); padding-right: 60px; }
.marquee-dot { width: 5px; height: 5px; background: var(--green-dk); opacity: 0.4; border-radius: 50%; }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* INTRO */
.intro-section { background: var(--cream); }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.intro-img-wrap { position: relative; }
.intro-img { width: 100%; height: 480px; object-fit: cover; border-radius: var(--radius-lg); }
.intro-badge { position: absolute; bottom: 28px; left: -28px; background: var(--green-dk); color: var(--white); padding: 20px 24px; border-left: 4px solid var(--gold); }
.intro-badge .big { font-size: 2rem; font-weight: 700; color: var(--gold); font-family: var(--font-serif); line-height: 1; }
.intro-badge .sm { font-size: 0.72rem; opacity: 0.6; margin-top: 5px; letter-spacing: 1px; text-transform: uppercase; }
.intro-body p { color: var(--gray); line-height: 1.85; margin-bottom: 18px; }
.intro-features { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 28px 0 36px; }
.intro-feat { display: flex; align-items: center; gap: 10px; font-size: 0.86rem; font-weight: 500; }
.intro-feat::before { content: '✓'; width: 20px; height: 20px; background: var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.7rem; font-weight: 700; color: var(--green-dk); flex-shrink: 0; }

/* SERVICES */
.services-section { background: var(--white); }
.services-list { display: flex; flex-direction: column; gap: 2px; }
.service-row { display: grid; grid-template-columns: 72px 1fr auto; align-items: center; gap: 28px; padding: 32px 36px; border: 1px solid var(--cream-dk); border-radius: var(--radius); transition: var(--t); background: var(--white); }
.service-row:hover { background: var(--green-dk); border-color: var(--green-dk); transform: translateX(6px); box-shadow: var(--shadow); }
.service-row:hover .sr-num, .service-row:hover .sr-title, .service-row:hover .sr-desc { color: var(--white); }
.service-row:hover .sr-arrow { color: var(--gold); }
.sr-num { font-family: var(--font-serif); font-size: 2rem; font-weight: 700; color: var(--cream-dk); line-height: 1; transition: var(--t); }
.sr-title { font-family: var(--font-serif); font-size: 1.2rem; font-weight: 700; margin-bottom: 6px; transition: var(--t); }
.sr-desc { font-size: 0.86rem; color: var(--gray); transition: var(--t); }
.sr-arrow { font-size: 1.2rem; color: var(--gray-lt); transition: var(--t); flex-shrink: 0; }

/* WHY */
.why-section { background: var(--green-dk); position: relative; overflow: hidden; }
.why-section::before { content: ''; position: absolute; top: -100px; right: -100px; width: 400px; height: 400px; border: 60px solid rgba(201,163,82,0.04); border-radius: 50%; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.why-img-stack { position: relative; height: 540px; }
.why-img-main { position: absolute; top: 0; left: 0; width: 75%; height: 420px; object-fit: cover; border-radius: var(--radius-lg); }
.why-img-accent { position: absolute; bottom: 0; right: 0; width: 55%; height: 280px; object-fit: cover; border-radius: var(--radius-lg); border: 5px solid var(--green-dk); }
.why-years { position: absolute; top: 60px; right: 0; background: var(--gold); color: var(--green-dk); width: 100px; height: 100px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; font-family: var(--font-serif); font-weight: 800; text-align: center; }
.why-years .n { font-size: 1.8rem; line-height: 1; }
.why-years .t { font-size: 0.58rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.why-content .eyebrow { color: var(--gold-lt); }
.why-content .eyebrow::before, .why-content .eyebrow::after { background: var(--gold-lt); }
.why-items { display: flex; flex-direction: column; margin: 36px 0; }
.why-item { display: flex; gap: 20px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,0.07); }
.why-item:first-child { padding-top: 0; }
.wi-icon { width: 44px; height: 44px; background: rgba(201,163,82,0.1); border: 1px solid rgba(201,163,82,0.25); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; color: var(--gold); }
.wi-text h4 { font-size: 1rem; color: var(--white); margin-bottom: 5px; font-family: var(--font-serif); }
.wi-text p { font-size: 0.84rem; color: rgba(255,255,255,0.45); margin: 0; line-height: 1.6; }

/* PROCESS */
.process-section { background: var(--cream); }
.process-timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; margin-top: 20px; }
.process-timeline::before { content: ''; position: absolute; top: 36px; left: 10%; width: 80%; height: 1px; background: linear-gradient(to right, transparent, var(--gold), transparent); opacity: 0.35; }
.proc-step { text-align: center; padding: 0 20px; }
.proc-num { width: 72px; height: 72px; border: 2px solid var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; font-family: var(--font-serif); font-size: 1.4rem; font-weight: 700; color: var(--green); background: var(--cream); position: relative; z-index: 2; }
.proc-step h3 { font-size: 1rem; margin-bottom: 10px; }
.proc-step p { font-size: 0.84rem; color: var(--gray); line-height: 1.7; }

/* TESTIMONIALS */
.testimonials-section { background: var(--white); }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.tcard { padding: 40px 32px; border: 1px solid var(--cream-dk); border-radius: var(--radius-lg); position: relative; transition: var(--t); }
.tcard:hover { box-shadow: var(--shadow); border-color: var(--gold); }
.tcard::before { content: '"'; position: absolute; top: -20px; left: 28px; font-family: var(--font-serif); font-size: 6rem; color: var(--green-dk); line-height: 1; font-style: italic; opacity: 0.08; }
.tcard-stars { color: var(--gold); font-size: 0.85rem; margin-bottom: 16px; letter-spacing: 2px; }
.tcard p { font-size: 0.92rem; color: var(--gray); line-height: 1.8; margin-bottom: 28px; font-style: italic; }
.tcard-author { display: flex; align-items: center; gap: 14px; padding-top: 20px; border-top: 1px solid var(--cream-dk); }
.tcard-avatar { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; border: 2px solid var(--gold); }
.tcard-author h4 { font-family: var(--font-serif); font-size: 0.95rem; margin-bottom: 2px; }
.tcard-author span { font-size: 0.76rem; color: var(--gray); }

/* CTA */
.cta-section { background: var(--green); padding: 80px 0; position: relative; overflow: hidden; }
.cta-section::before { content: ''; position: absolute; right: -60px; top: -60px; width: 300px; height: 300px; border: 50px solid rgba(201,163,82,0.07); border-radius: 50%; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; position: relative; z-index: 2; }
.cta-inner .eyebrow { color: var(--gold-lt); }
.cta-inner .eyebrow::before, .cta-inner .eyebrow::after { background: var(--gold-lt); }
.cta-inner h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); color: var(--white); }
.cta-inner p { color: rgba(255,255,255,0.65); margin-top: 10px; }

/* PAGE HERO */
.page-hero { padding: 170px 0 80px; background: var(--green-dk); position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; background: url('https://images.unsplash.com/photo-1560518883-ce09059eeffa?w=1800&q=80') center/cover no-repeat; opacity: 0.06; }
.page-hero-border { position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background: linear-gradient(to right, transparent, var(--gold), transparent); }
.ph-eyebrow { color: var(--gold); }
.ph-eyebrow::before, .ph-eyebrow::after { background: var(--gold); }
.page-hero h1 { font-size: clamp(2.2rem, 4.5vw, 3.4rem); color: var(--white); margin-bottom: 14px; position: relative; }
.page-hero p { font-size: 1rem; color: rgba(255,255,255,0.5); max-width: 560px; position: relative; }
.breadcrumb { display: flex; align-items: center; gap: 8px; margin-bottom: 24px; font-size: 0.78rem; color: rgba(255,255,255,0.35); position: relative; }
.breadcrumb a { color: var(--gold); opacity: 0.8; }

/* SERVICES PAGE */
.svc-detail { padding: 80px 0; }
.svc-detail:nth-child(even) { background: var(--cream); }
.svc-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.svc-detail-grid.rev { direction: rtl; }
.svc-detail-grid.rev > * { direction: ltr; }
.svc-detail-img { width: 100%; height: 440px; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.svc-detail-body .eyebrow { margin-bottom: 14px; }
.svc-detail-body h2 { font-size: 2.2rem; margin-bottom: 18px; }
.svc-detail-body p { color: var(--gray); line-height: 1.85; margin-bottom: 16px; }
.check-list { margin: 20px 0 32px; }
.check-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 0.9rem; color: var(--charcoal); margin-bottom: 10px; line-height: 1.6; }
.check-list li::before { content: '✓'; width: 20px; height: 20px; background: var(--gold); border-radius: 50%; flex-shrink: 0; margin-top: 2px; display: flex; align-items: center; justify-content: center; font-size: 0.68rem; font-weight: 700; color: var(--green-dk); }

/* ABOUT */
.about-story { background: var(--white); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-img { width: 100%; height: 520px; object-fit: cover; border-radius: var(--radius-lg); }
.about-grid p { color: var(--gray); line-height: 1.85; margin-bottom: 16px; }
.stats-row { display: flex; margin: 40px 0; border: 1px solid var(--cream-dk); border-radius: var(--radius); overflow: hidden; }
.stat-box { flex: 1; text-align: center; padding: 28px 20px; border-right: 1px solid var(--cream-dk); }
.stat-box:last-child { border-right: none; }
.stat-box .n { font-family: var(--font-serif); font-size: 2.2rem; font-weight: 700; color: var(--green); }
.stat-box .l { font-size: 0.72rem; color: var(--gray); text-transform: uppercase; letter-spacing: 1px; margin-top: 4px; }
.values-section { background: var(--green-dk); }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; }
.val-card { background: rgba(255,255,255,0.03); padding: 40px 28px; border: 1px solid rgba(255,255,255,0.06); transition: var(--t); }
.val-card:hover { background: rgba(201,163,82,0.07); border-color: rgba(201,163,82,0.2); }
.val-icon { font-size: 2rem; margin-bottom: 18px; }
.val-rule { width: 28px; height: 2px; background: var(--gold); opacity: 0.5; margin-bottom: 14px; }
.val-card h3 { font-family: var(--font-serif); font-size: 1.1rem; color: var(--white); margin-bottom: 12px; }
.val-card p { font-size: 0.82rem; color: rgba(255,255,255,0.42); line-height: 1.7; margin: 0; }

/* CONTACT */
.contact-section { background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 64px; align-items: start; }
.contact-info h2 { font-size: 2rem; margin-bottom: 16px; }
.contact-info > p { color: var(--gray); line-height: 1.8; margin-bottom: 40px; }
.cinfo-item { display: flex; gap: 18px; margin-bottom: 28px; }
.ci-icon { width: 48px; height: 48px; background: var(--green-dk); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; color: var(--gold); flex-shrink: 0; }
.ci-text h4 { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 1.5px; color: var(--gold); font-weight: 700; margin-bottom: 5px; font-family: var(--font-sans); }
.ci-text p { font-size: 0.9rem; color: var(--charcoal); margin: 0; line-height: 1.6; }
.ci-text a { color: var(--charcoal); }
.ci-text a:hover { color: var(--green); }
.contact-form-wrap { background: var(--green-dk); border-radius: var(--radius-lg); padding: 48px 44px; }
.contact-form-wrap h3 { font-family: var(--font-serif); font-size: 1.6rem; color: var(--white); margin-bottom: 6px; }
.contact-form-wrap > p { font-size: 0.86rem; color: rgba(255,255,255,0.4); margin-bottom: 32px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: rgba(255,255,255,0.45); margin-bottom: 8px; }
.form-group input, .form-group select, .form-group textarea { width: 100%; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--radius); color: var(--white); font-family: var(--font-sans); font-size: 0.9rem; padding: 13px 16px; outline: none; transition: var(--t); }
.form-group input::placeholder, .form-group textarea::placeholder { color: rgba(255,255,255,0.22); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--gold); background: rgba(201,163,82,0.05); }
.form-group select { appearance: none; cursor: pointer; }
.form-group textarea { height: 120px; resize: vertical; }
.form-submit { width: 100%; justify-content: center; margin-top: 8px; }
.success-msg { display: none; background: rgba(0,180,100,0.1); border: 1px solid rgba(0,180,100,0.3); color: #00c878; border-radius: var(--radius); padding: 14px 18px; margin-bottom: 20px; font-size: 0.86rem; font-weight: 600; }
.map-section iframe { width: 100%; height: 380px; border: 0; display: block; filter: grayscale(15%) sepia(8%); }

/* FAQ */
.faq-section { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 920px; margin: 0 auto; }
.faq-card { background: var(--cream); border-radius: var(--radius); padding: 28px 32px; border-left: 3px solid var(--gold); }
.faq-card h4 { font-family: var(--font-serif); font-size: 1rem; margin-bottom: 10px; }
.faq-card p { font-size: 0.84rem; color: var(--gray); margin: 0; line-height: 1.7; }

/* LEGAL */
.legal-section { background: var(--white); padding: 80px 0; }
.legal-content { max-width: 840px; margin: 0 auto; }
.legal-effective { background: var(--cream); border-left: 3px solid var(--gold); padding: 14px 20px; font-size: 0.86rem; color: var(--gray); border-radius: 0 var(--radius) var(--radius) 0; margin-bottom: 44px; }
.legal-content h2 { font-size: 1.35rem; margin: 40px 0 12px; color: var(--green-dk); }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p { color: #555; line-height: 1.85; margin-bottom: 14px; font-size: 0.93rem; }
.legal-content ul { margin: 12px 0 18px 20px; }
.legal-content ul li { color: #555; line-height: 1.8; margin-bottom: 7px; list-style: disc; font-size: 0.91rem; }
.legal-content a { color: var(--green); }

/* FOOTER */
footer { background: var(--green-dk); border-top: 3px solid var(--gold); padding-top: 72px; }
.footer-top { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.2fr; gap: 48px; padding-bottom: 56px; border-bottom: 1px solid rgba(255,255,255,0.06); }
.footer-brand p { font-size: 0.86rem; color: rgba(255,255,255,0.42); margin: 20px 0 28px; line-height: 1.8; }
.social-row { display: flex; gap: 10px; }
.soc-btn { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,0.12); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.85rem; color: rgba(255,255,255,0.45); transition: var(--t); }
.soc-btn:hover { border-color: var(--gold); color: var(--gold); }
.footer-col h4 { font-family: var(--font-sans); font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: var(--gold); margin-bottom: 20px; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul a { font-size: 0.86rem; color: rgba(255,255,255,0.42); }
.footer-col ul a:hover { color: var(--white); padding-left: 4px; }
.footer-contact-list li { display: flex; gap: 12px; font-size: 0.84rem; color: rgba(255,255,255,0.42); margin-bottom: 14px; align-items: flex-start; }
.footer-contact-list li i { color: var(--gold); flex-shrink: 0; margin-top: 3px; }
.footer-contact-list a { color: rgba(255,255,255,0.42); }
.footer-contact-list a:hover { color: var(--gold); }
.footer-bottom { padding: 22px 0; display: flex; justify-content: space-between; align-items: center; font-size: 0.78rem; color: rgba(255,255,255,0.28); flex-wrap: wrap; gap: 12px; }
.footer-bottom a { color: var(--gold); opacity: 0.7; }
.footer-bottom a:hover { opacity: 1; }

/* RESPONSIVE */
@media (max-width: 1100px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-left { padding: 140px 40px 80px; }
  .hero-left::after { display: none; }
  .hero-right { height: 420px; }
  .why-grid { grid-template-columns: 1fr; gap: 48px; }
  .why-img-stack { height: 360px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 36px; }
  .values-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .intro-grid, .about-grid, .svc-detail-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .svc-detail-grid.rev { direction: ltr; }
  .process-timeline { grid-template-columns: 1fr 1fr; gap: 36px; }
  .process-timeline::before { display: none; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; }
  .intro-badge { left: 0; }
}
@media (max-width: 768px) {
  .nav-links, .nav-cta { display: none; }
  .hamburger { display: flex; }
  .section-pad { padding: 64px 0; }
  .hero-btns { flex-direction: column; }
  .hero-btns .btn { width: 100%; justify-content: center; }
  .cta-inner { flex-direction: column; text-align: center; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form-wrap { padding: 28px 20px; }
}
@media (max-width: 480px) {
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .values-grid { grid-template-columns: 1fr; }
  .process-timeline { grid-template-columns: 1fr; }
}
