:root{
  --navy:#0f2747;
  --navy-2:#173b67;
  --green:#168a63;
  --green-light:#eaf7f1;
  --text:#172033;
  --muted:#5d6878;
  --bg:#f7f9fc;
  --white:#ffffff;
  --border:#e2e8f0;
  --shadow:0 8px 28px rgba(15,39,71,.07);
  --radius:14px;
  --max:1120px;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  font-family:Arial,Helvetica,sans-serif;
  line-height:1.7;
  color:var(--text);
  background:var(--bg);
}
a{color:var(--navy-2);text-decoration:none}
a:hover{color:var(--green)}
img{max-width:100%;display:block}
.container{width:min(var(--max),92%);margin:auto}
.site-header{
  background:rgba(255,255,255,.97);
  border-bottom:1px solid var(--border);
  position:sticky;top:0;z-index:1000;
}
.header-inner{
  min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px;
}
.brand{display:flex;align-items:center;gap:12px;min-width:220px}
.brand-mark{
  width:44px;height:44px;border-radius:11px;background:var(--navy);color:#fff;
  display:grid;place-items:center;font-weight:800;font-size:18px;letter-spacing:-1px;
}
.brand-text strong{display:block;font-size:18px;color:var(--navy)}
.brand-text span{display:block;font-size:11px;color:var(--muted);letter-spacing:.2px}
.nav-toggle{display:none;background:none;border:0;font-size:28px;color:var(--navy);cursor:pointer}
.nav-list{list-style:none;display:flex;align-items:center;gap:4px}
.nav-list a{display:block;padding:10px 12px;border-radius:8px;font-weight:600;font-size:14px}
.nav-list a:hover,.nav-list a.active{background:var(--green-light);color:var(--green)}
.hero{
  background:linear-gradient(135deg,#fff 0%,#f1f6fb 100%);
  padding:88px 0 76px;
  border-bottom:1px solid var(--border);
}
.hero-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:60px;align-items:center}
.eyebrow{
  color:var(--green);font-weight:800;font-size:13px;text-transform:uppercase;
  letter-spacing:1.4px;margin-bottom:14px;
}
h1{font-size:clamp(38px,5vw,60px);line-height:1.08;color:var(--navy);margin-bottom:18px;letter-spacing:-1.5px}
h2{font-size:clamp(27px,3vw,36px);line-height:1.2;color:var(--navy);margin-bottom:14px}
h3{font-size:20px;color:var(--navy);margin-bottom:8px}
p{margin-bottom:14px}
.lead{font-size:19px;color:var(--muted);max-width:760px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.btn{
  display:inline-block;padding:12px 18px;border-radius:9px;font-weight:700;
  border:1px solid var(--navy);transition:.2s ease;
}
.btn-primary{background:var(--navy);color:#fff}
.btn-primary:hover{background:var(--navy-2);color:#fff}
.btn-secondary{background:#fff;color:var(--navy)}
.btn-secondary:hover{background:var(--green-light);color:var(--green);border-color:var(--green)}
.hero-card{
  background:#fff;border:1px solid var(--border);border-radius:18px;padding:28px;box-shadow:var(--shadow);
}
.profile-badge{
  width:100px;height:100px;border-radius:50%;background:var(--green-light);color:var(--green);
  display:grid;place-items:center;font-size:30px;font-weight:800;margin-bottom:20px;
}
.profile-photo{
  width:180px;
  height:220px;
  border-radius:16px;
  overflow:hidden;
  background:#eef2f7;
  margin-bottom:20px;
}

.profile-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
}
.profile-badge span{font-size:13px}
.section{padding:72px 0}
.section-alt{background:#fff;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.section-head{max-width:760px;margin-bottom:34px}
.section-head p{color:var(--muted);font-size:17px}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.card{
  background:#fff;border:1px solid var(--border);border-radius:var(--radius);
  padding:26px;box-shadow:0 4px 18px rgba(15,39,71,.04);
}
.card p{color:var(--muted)}
.icon-box{
  width:42px;height:42px;border-radius:10px;background:var(--green-light);color:var(--green);
  display:grid;place-items:center;font-weight:800;margin-bottom:16px;
}
.quote{
  border-left:4px solid var(--green);padding:18px 22px;background:var(--green-light);
  border-radius:0 12px 12px 0;font-size:20px;font-weight:700;color:var(--navy);
}
.stat-strip{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--border);background:#fff;border-radius:14px;overflow:hidden}
.stat{padding:22px;border-right:1px solid var(--border)}
.stat:last-child{border-right:0}
.stat strong{display:block;font-size:17px;color:var(--navy);margin-bottom:4px}
.stat span{font-size:13px;color:var(--muted)}
.page-hero{padding:58px 0 42px;background:#fff;border-bottom:1px solid var(--border)}
.page-hero h1{font-size:42px;margin-bottom:10px}
.page-hero p{color:var(--muted);max-width:780px}
.prose{max-width:900px}
.prose h2{margin-top:34px;font-size:26px}
.prose h3{margin-top:24px}
.prose ul{padding-left:22px;margin:10px 0 18px}
.prose li{margin-bottom:8px}
.notice{
  background:#fffbea;border:1px solid #eadca4;border-radius:12px;padding:18px 20px;
}
.disclosure{
  background:#f1f5f9;border:1px solid var(--border);border-radius:12px;padding:20px;
}
.table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:12px;background:#fff}
table{width:100%;border-collapse:collapse}
th,td{text-align:left;padding:14px 16px;border-bottom:1px solid var(--border)}
th{background:#f8fafc;color:var(--navy)}
td{color:var(--muted)}
.cta{
  background:var(--navy);color:#fff;border-radius:18px;padding:42px;
  display:flex;align-items:center;justify-content:space-between;gap:30px;
}
.cta h2{color:#fff;margin-bottom:8px}
.cta p{color:#d8e1ec;margin:0}
.cta .btn-secondary{background:#fff}
.form-card{max-width:760px}
.contact-list{list-style:none}
.contact-list li{padding:14px 0;border-bottom:1px solid var(--border)}
.contact-list strong{display:block;color:var(--navy)}
.footer{
  background:#0b1e36;color:#cbd5e1;padding:42px 0 24px;margin-top:0;
}
.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:36px}
.footer h3{color:#fff;font-size:16px;margin-bottom:12px}
.footer p{font-size:14px}
.footer a{color:#cbd5e1}
.footer a:hover{color:#fff}
.footer-links{list-style:none}
.footer-links li{margin-bottom:8px}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.12);margin-top:28px;padding-top:18px;
  font-size:12px;color:#94a3b8;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;
}
.badge{display:inline-block;padding:5px 9px;border-radius:20px;background:#eef2f7;color:var(--navy);font-size:12px;font-weight:700}
.coming-soon{
  text-align:center;padding:55px 25px;border:1px dashed #b8c4d2;border-radius:16px;background:#fff;
}
.small{font-size:13px;color:var(--muted)}
.center{text-align:center}
.mb-0{margin-bottom:0}
.mt-20{margin-top:20px}
@media(max-width:900px){
  .hero-grid,.grid-2{grid-template-columns:1fr}
  .grid-3{grid-template-columns:1fr 1fr}
  .stat-strip{grid-template-columns:1fr 1fr}
  .stat:nth-child(2){border-right:0}
  .stat:nth-child(-n+2){border-bottom:1px solid var(--border)}
  .footer-grid{grid-template-columns:1fr 1fr}
  .nav-toggle{display:block}
  .nav-list{
    display:none;position:absolute;left:4%;right:4%;top:78px;background:#fff;
    border:1px solid var(--border);border-radius:12px;padding:8px;box-shadow:var(--shadow);
    flex-direction:column;align-items:stretch
  }
  .nav-list.open{display:flex}
}
@media(max-width:620px){
  .header-inner{min-height:70px}
  .brand-text span{display:none}
  .hero{padding:58px 0}
  .section{padding:52px 0}
  .grid-3{grid-template-columns:1fr}
  .stat-strip{grid-template-columns:1fr}
  .stat{border-right:0;border-bottom:1px solid var(--border)!important}
  .stat:last-child{border-bottom:0!important}
  .cta{padding:30px;display:block}
  .cta .btn{margin-top:18px}
  .footer-grid{grid-template-columns:1fr}
  .page-hero h1{font-size:34px}
}
/* =========================================
   MARKET ANALYSIS
   ========================================= */

.analysis-card {
  overflow: hidden;
}

.analysis-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.analysis-chart {
  margin-top: 20px;
  border-radius: 12px;
  overflow: hidden;
  background: #f4f6f8;
}

.analysis-chart img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 700px;
  object-fit: contain;
}

.analysis-id {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 0.82rem;
  opacity: 0.75;
}

.analysis-id code {
  font-family: monospace;
  word-break: break-all;
}
