/* ============================================================
   NEXUS GUARDIA — SITE-DESKTOP.CSS
   Page-specific desktop styles NOT in style.css
   style.css loads first, this adds what's missing,
   site-mobile.css loads last and overrides for small screens.
   ============================================================ */

/* ── HOMEPAGE HERO ── */
.hero {
  position: relative;
  min-height: 90vh;
  display: grid;
  grid-template-columns: 1fr 420px;
  overflow: hidden;
}
.hero-photo {
  position: relative;
  overflow: hidden;
}
.hero-photo img {
  position: absolute;
  inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center 25%;
}
.hero-photo-over {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(26,18,8,0.80) 0%, rgba(26,18,8,0.60) 60%, rgba(26,18,8,0.38) 100%);
}
.hero-text {
  position: relative; z-index: 2;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 80px 56px;
}
.hero-tag {
  display: flex; align-items: center; gap: 14px; margin-bottom: 28px;
  opacity: 0; animation: fup 0.8s 0.3s forwards;
}
.hero-tag-line { width: 36px; height: 2px; background: var(--gold2); flex-shrink: 0; }
.hero-tag span { font-size: 10px; font-weight: 700; letter-spacing: 4px; text-transform: uppercase; color: var(--goldlt); }
.hero-text h1 {
  font-size: clamp(44px, 5.5vw, 72px); font-weight: 800; color: #fff;
  line-height: 1.08; letter-spacing: -1.5px; margin-bottom: 24px;
  opacity: 0; animation: fup 0.8s 0.5s forwards;
}
.hero-text h1 span { color: var(--goldlt); }
.hero-text p {
  font-size: 16px; color: rgba(255,255,255,0.88); line-height: 1.75;
  max-width: 500px; font-weight: 400; margin-bottom: 40px;
  opacity: 0; animation: fup 0.8s 0.7s forwards;
}
.hero-btns {
  display: flex; gap: 18px; align-items: center;
  opacity: 0; animation: fup 0.8s 0.9s forwards;
}
.btn-ghost-white {
  color: #fff; font-size: 13px; font-weight: 600; text-decoration: none;
  display: flex; align-items: center; gap: 8px;
  border-bottom: 1.5px solid rgba(255,255,255,0.45); padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}
.btn-ghost-white:hover { color: var(--goldlt); border-color: var(--gold2); }
.hero-panel {
  background: var(--white); border-left: 4px solid var(--gold2);
  padding: 48px 40px; display: flex; flex-direction: column; justify-content: center;
  opacity: 0; animation: fright 0.8s 1s forwards;
}
.hero-panel-logo { height: 80px; width: 80px; object-fit: contain; display: block; margin-bottom: 24px; }
.hero-panel-quote {
  font-size: 13.5px; font-weight: 600; color: var(--bronze); line-height: 1.65;
  margin-bottom: 28px; padding-bottom: 24px; border-bottom: 1px solid var(--border);
}
.hst { margin-bottom: 18px; padding-bottom: 18px; border-bottom: 1px solid var(--border); }
.hst:last-of-type { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.hst-num { font-size: 46px; font-weight: 800; color: var(--bronze); line-height: 1; margin-bottom: 5px; }
.hst-num sub { font-size: 18px; font-weight: 500; color: var(--gold); vertical-align: baseline; }
.hst-label { font-size: 11.5px; color: var(--mid); line-height: 1.5; font-weight: 400; }
.hero-panel-cta {
  display: block; margin-top: 24px; text-align: center;
  background: var(--bronze); color: var(--goldlt); padding: 13px;
  font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  text-decoration: none; transition: background 0.2s;
}
.hero-panel-cta:hover { background: var(--bronze2); }

@keyframes fup {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fright {
  from { opacity: 0; transform: translateX(16px); }
  to   { opacity: 1; transform: translateX(0); }
}

/* ── ABOUT ── */
.about-grid { display: grid; grid-template-columns: 1fr 480px; gap: 80px; align-items: center; }
.about-copy p { font-size: 15px; color: var(--mid); line-height: 1.85; font-weight: 400; margin-bottom: 16px; }
.about-copy strong { color: var(--bronze); font-weight: 700; }
.about-btns { margin-top: 36px; display: flex; gap: 14px; flex-wrap: wrap; }
.about-right { position: relative; }
.about-right img { width: 100%; height: 440px; object-fit: cover; display: block; }
.about-badge {
  position: absolute; bottom: -20px; left: -20px;
  background: var(--bronze); padding: 20px 24px; border-left: 4px solid var(--gold2);
}
.about-badge-num { font-size: 42px; font-weight: 800; color: var(--goldlt); line-height: 1; }
.about-badge-text { font-size: 11px; color: rgba(255,255,255,0.6); margin-top: 5px; font-weight: 400; }

/* ── DIVISIONS ── */
.div-intro { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; margin-bottom: 48px; }
.div-count { font-size: 110px; font-weight: 800; color: rgba(61,36,16,0.05); line-height: 1; letter-spacing: -6px; }
.div-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  background: var(--border); gap: 1px; border: 1px solid var(--border);
}
.dcard { background: var(--white); display: flex; flex-direction: column; overflow: hidden; transition: box-shadow 0.25s; }
.dcard:hover { box-shadow: 0 12px 48px rgba(61,36,16,0.12); z-index: 1; }
.dcard-bar { height: 3px; background: var(--gold2); width: 0; transition: width 0.4s; }
.dcard:hover .dcard-bar { width: 100%; }
.dcard-img { width: 100%; height: 185px; object-fit: cover; display: block; transition: transform 0.5s; }
.dcard:hover .dcard-img { transform: scale(1.04); }
.dcard-body { padding: 26px 26px 22px; flex: 1; display: flex; flex-direction: column; }
.dcard-num { font-size: 9.5px; font-weight: 700; letter-spacing: 2px; color: var(--gold); margin-bottom: 10px; text-transform: uppercase; }
.dcard h3 { font-size: 17px; font-weight: 700; color: var(--bronze); margin-bottom: 10px; line-height: 1.25; }
.dcard p { font-size: 13px; color: var(--mid); line-height: 1.65; font-weight: 400; flex: 1; margin-bottom: 20px; }
.dcard-link {
  font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  color: var(--gold); text-decoration: none; display: flex; align-items: center;
  gap: 8px; align-self: flex-start;
}
.dcard-link::after { content: '→'; transition: transform 0.2s; }
.dcard:hover .dcard-link::after { transform: translateX(5px); }
.dcard-cta { background: var(--bronze); padding: 44px 32px; display: flex; flex-direction: column; justify-content: center; }
.dcard-cta h3 { font-size: 19px; font-weight: 700; color: rgba(255,255,255,0.92); margin-bottom: 14px; line-height: 1.35; }
.dcard-cta p { font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.65; flex: 1; margin-bottom: 28px; font-weight: 400; }
.dcard-cta a {
  display: inline-block; background: var(--gold2); color: var(--ink);
  padding: 12px 24px; font-size: 11px; font-weight: 700; letter-spacing: 1px;
  text-transform: uppercase; text-decoration: none; transition: background 0.2s; align-self: flex-start;
}
.dcard-cta a:hover { background: var(--goldlt); }

/* ── FINTECH PAGE ── */
.fintech-intro-grid { display: grid; grid-template-columns: 1fr 400px; gap: 80px; align-items: start; }
.fintech-stat-panel { background: var(--bronze); padding: 40px 36px; border-top: 4px solid var(--gold2); position: sticky; top: 96px; }
.fstat { margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.fstat:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.fstat-num { font-size: 44px; font-weight: 800; color: var(--goldlt); line-height: 1; margin-bottom: 6px; }
.fstat-num sub { font-size: 18px; font-weight: 400; color: var(--gold2); vertical-align: baseline; }
.fstat-label { font-size: 12px; color: rgba(255,255,255,0.60); line-height: 1.5; font-weight: 400; }
.qcb-badge { background: var(--goldbg); border: 1px solid var(--border2); border-left: 4px solid var(--gold2); padding: 16px 20px; margin-top: 24px; }
.qcb-badge-label { font-size: 9px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 6px; }
.qcb-badge-text { font-size: 13px; color: var(--bronze); font-weight: 600; line-height: 1.5; }
.pillars-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; border: 1px solid var(--border); margin-top: 48px; }
.pillars-4 .pillar { border-right: 1px solid var(--border); }
.pillars-4 .pillar:last-child { border-right: none; }
.usecase-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; margin-top: 48px; }
.usecase-card { background: var(--white); border: 1px solid var(--border); padding: 32px 28px; border-top: 3px solid var(--gold2); transition: box-shadow 0.2s; }
.usecase-card:hover { box-shadow: 0 8px 32px rgba(61,36,16,0.10); }
.usecase-card h4 { font-size: 16px; font-weight: 700; color: var(--bronze); margin-bottom: 10px; }
.usecase-card p { font-size: 13.5px; color: var(--mid); line-height: 1.65; font-weight: 400; }
.usecase-tag { font-size: 9px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; display: block; }
