* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  background: rgb(13, 27, 42);
  color: rgb(244, 241, 230);
  font-family: "Source Sans 3", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { text-decoration: none; color: inherit; transition: opacity 0.2s; }
a:hover { opacity: 0.8; }

.navbar { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; justify-content: space-between; padding: 18px clamp(20px, 4vw, 48px); max-width: 1200px; margin: 0 auto; }
.nav-brand { display: flex; align-items: center; gap: 12px; }
.nav-brand img { height: 46px; width: auto; }
.brand-title { display: block; font-family: "Playfair Display", serif; font-weight: 700; font-size: 20px; letter-spacing: 2px; color: rgb(244, 241, 230); }
.brand-subtitle { display: block; font-size: 10px; letter-spacing: 2.5px; color: rgb(212, 175, 55); text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: 15px; }
.nav-links a { color: rgb(244, 241, 230); }
.btn-gold { background: rgb(212, 175, 55) !important; color: rgb(13, 27, 42) !important; font-weight: 700; padding: 10px 22px; border-radius: 4px; display: inline-block; text-align: center; }
.btn-gold-lg { background: rgb(212, 175, 55); color: rgb(13, 27, 42); font-weight: 700; font-size: 17px; padding: 16px 34px; border-radius: 4px; display: inline-block; text-align: center; }

.hero { max-width: 860px; margin: 0 auto; padding: 56px clamp(20px, 4vw, 48px) 48px; text-align: center; }
.hero-eyebrow { font-size: 13px; letter-spacing: 3px; text-transform: uppercase; color: rgb(212, 175, 55); margin-bottom: 14px; }
.hero-title { font-family: "Playfair Display", serif; font-size: clamp(36px, 5vw, 54px); line-height: 1.12; margin: 0 0 18px; }
.hero-meta { font-size: 15px; color: rgb(201, 196, 180); }

.section-intro { background: rgb(244, 241, 230); color: rgb(42, 51, 69); padding: 64px clamp(20px, 4vw, 48px) 72px; }
.intro-content { max-width: 760px; margin: 0 auto; font-size: 17.5px; line-height: 1.7; display: flex; flex-direction: column; gap: 16px; }

.section-findings { background: linear-gradient(rgb(13, 27, 42) 0%, rgb(18, 37, 61) 100%); padding: 84px clamp(20px, 4vw, 48px); }
.container-xl { max-width: 1100px; margin: 0 auto; }
.section-title { font-family: "Playfair Display", serif; font-size: clamp(30px, 3.6vw, 40px); margin: 0 0 48px; text-align: center; }
.grid-findings { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }
.card-finding { background: rgba(244, 241, 230, 0.05); border: 1px solid rgba(212, 175, 55, 0.25); border-radius: 10px; padding: 30px 26px; display: flex; flex-direction: column; }
.finding-stat { font-family: "Playfair Display", serif; font-size: 54px; font-weight: 700; color: rgb(212, 175, 55); line-height: 1; }
.finding-title { font-size: 19px; font-weight: 700; margin: 12px 0 8px; }
.finding-desc { font-size: 15px; line-height: 1.6; color: rgb(201, 196, 180); flex: 1 1 0%; }
.finding-note { font-size: 13px; line-height: 1.55; color: rgb(136, 146, 166); margin-top: 14px; padding-top: 12px; border-top: 1px solid rgba(212, 175, 55, 0.18); }
.cta-wrapper { text-align: center; margin-top: 44px; }

.section-demographics { background: rgb(244, 241, 230); color: rgb(42, 51, 69); padding: 84px clamp(20px, 4vw, 48px); }
.container-lg { max-width: 900px; margin: 0 auto; }
.section-title-dark { font-family: "Playfair Display", serif; font-size: clamp(30px, 3.6vw, 40px); color: rgb(13, 27, 42); margin: 0 0 48px; text-align: center; }
.grid-demo { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.card-demo { background: rgb(255, 255, 255); border-radius: 10px; padding: 30px 26px; box-shadow: 0 2px 12px rgba(13, 27, 42, 0.08); text-align: center; }
.demo-stat { font-family: "Playfair Display", serif; font-size: 46px; font-weight: 700; color: rgb(30, 58, 95); }
.demo-title { font-size: 17px; font-weight: 700; color: rgb(13, 27, 42); margin: 8px 0; }
.demo-desc { font-size: 14.5px; line-height: 1.6; color: rgb(69, 80, 106); }

.section-methodology { background: rgb(30, 58, 95); padding: 84px clamp(20px, 4vw, 48px); }
.container-md { max-width: 760px; margin: 0 auto; }
.methodology-text { font-size: 17px; line-height: 1.75; color: rgb(232, 228, 214); display: flex; flex-direction: column; gap: 16px; }
.methodology-box { background: rgba(13, 27, 42, 0.35); border: 1px solid rgba(212, 175, 55, 0.3); border-radius: 10px; padding: 24px 26px; }
.methodology-box-title { font-family: "Playfair Display", serif; font-size: 21px; color: rgb(212, 175, 55); margin-bottom: 8px; }
.methodology-box ul { padding-left: 22px; display: flex; flex-direction: column; gap: 4px; }
.mb-10 { margin-bottom: 10px; }
.mt-10 { margin-top: 10px; }
.section-subtitle { font-family: "Playfair Display", serif; font-size: clamp(26px, 3vw, 32px); margin: 48px 0 18px; }

.disclaimer-box { margin-top: 40px; padding-top: 24px; border-top: 1px solid rgba(212, 175, 55, 0.35); font-size: 13.5px; line-height: 1.65; color: rgb(185, 194, 212); display: flex; flex-direction: column; gap: 10px; }
.disclaimer-title { font-weight: 700; font-size: 14px; color: rgb(244, 241, 230); }

.footer { background: rgb(13, 27, 42); padding: 48px clamp(20px, 4vw, 48px); }
.footer-container { max-width: 1000px; margin: 0 auto; text-align: center; }
.footer-links { display: flex; justify-content: center; gap: 24px; font-size: 14px; margin-bottom: 24px; flex-wrap: wrap; }
.footer-links a { color: rgb(212, 175, 55); }
.footer-copy { font-size: 12.5px; color: rgb(136, 146, 166); }