/* ============================================================
   REALHIKE — style.css
   Sora: all UI, labels, headings (weights 400–800)
   Figtree: all numbers and financial figures
   ============================================================ */

.ad-slot-wrap { min-height: 0; overflow: hidden; }
.ad-slot-wrap ins.adsbygoogle { min-height: 0; }

/* ---- LOGO ---- */
.logo-text {
  font-family: 'Sora', sans-serif;
  font-size: 1.375rem;
  font-weight: 800;
  color: #1e40af;
  letter-spacing: -0.03em;
}
.logo-tag {
  font-family: 'Sora', sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  color: #94a3b8;
  border: 1px solid #e2e8f0;
  border-radius: 99px;
  padding: 2px 10px;
}

/* ---- HERO ---- */
.hero-title {
  font-family: 'Sora', sans-serif;
  font-size: 1.875rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}
.hero-accent { color: #1d4ed8; }
@media (min-width: 640px) { .hero-title { font-size: 2.25rem; } }
.hero-sub {
  font-family: 'Sora', sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #64748b;
  line-height: 1.65;
}

/* ---- FORM CARD ---- */
.form-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.form-card-hd {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 20px;
  border-bottom: 1px solid #f1f5f9;
  background: #fafafa;
  flex-wrap: wrap;
}
.card-title {
  font-family: 'Sora', sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #1e293b;
  letter-spacing: -0.01em;
}
.card-body { padding: 18px 20px; display: flex; flex-direction: column; gap: 16px; }

/* ---- ACCENT BARS ---- */
.acc-bar { display: inline-block; width: 3px; height: 18px; border-radius: 99px; flex-shrink: 0; }
.acc-blue  { background: #1d4ed8; }
.acc-amber { background: #f59e0b; }

/* ---- GRID ---- */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 520px) { .two-col { grid-template-columns: 1fr; } }

/* ---- FIELD ---- */
.field { display: flex; flex-direction: column; gap: 4px; }
.lbl { font-family: 'Sora', sans-serif; font-size: 0.8rem; font-weight: 600; color: #1e293b; }
.req { color: #dc2626; }
.hint { font-family: 'Sora', sans-serif; font-size: 0.7rem; font-weight: 400; color: #94a3b8; line-height: 1.45; }

/* ---- INPUTS ---- */
.inp {
  width: 100%;
  padding: 10px 13px;
  border: 1px solid #dde1e8;
  border-radius: 10px;
  font-size: 0.9375rem;
  font-family: 'Sora', sans-serif;
  font-weight: 500;
  color: #0f172a;
  background: #fff;
  outline: none;
  transition: border-color 0.15s, box-shadow 0.15s;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
}
.inp:focus { border-color: #3b82f6; box-shadow: 0 0 0 3px rgba(59,130,246,0.1); }
.inp::placeholder { color: #c8cdd6; font-weight: 400; }
.pw { position: relative; display: flex; align-items: center; }
.pw .inp { padding-left: 26px; }
.pp { position: absolute; left: 10px; color: #94a3b8; font-size: 0.9rem; pointer-events: none; font-family: 'Figtree', sans-serif; line-height: 1; }
.inp-sel {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 11px center;
  padding-right: 32px;
  cursor: pointer;
}

/* ---- CALCULATE BUTTON ---- */
.calc-btn {
  width: 100%;
  padding: 15px 24px;
  background: #1d4ed8;
  color: #fff;
  font-family: 'Sora', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  letter-spacing: 0.01em;
  transition: background 0.15s, transform 0.1s;
  box-shadow: 0 2px 8px rgba(29,78,216,0.3);
}
.calc-btn:hover  { background: #1e40af; }
.calc-btn:active { background: #1e3a8a; transform: scale(0.99); }

/* ---- RESULTS ---- */
.results-reveal { animation: fadeUp 0.3s cubic-bezier(0.22,1,0.36,1) both; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
.result-tag { font-family: 'Sora', sans-serif; font-size: 0.7rem; font-weight: 500; color: #94a3b8; margin-left: auto; }

/* ---- COMPARE GRID ---- */
.cmp-grid { display: flex; align-items: center; gap: 8px; margin-bottom: 14px; }
.cmp-item { flex: 1; text-align: center; }
.cmp-lbl { font-family: 'Sora', sans-serif; font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: #94a3b8; margin-bottom: 5px; }
.cmp-val { font-family: 'Figtree', sans-serif; font-size: 1.625rem; font-weight: 600; color: #0f172a; line-height: 1.1; letter-spacing: -0.02em; margin: 0; }
.cmp-sub { font-family: 'Sora', sans-serif; font-size: 0.68rem; color: #94a3b8; margin-top: 3px; }
.cmp-vs { font-family: 'Sora', sans-serif; font-size: 0.68rem; font-weight: 700; color: #d1d5db; flex-shrink: 0; padding: 0 6px; }

/* ---- GAIN BADGE ---- */
.gain-badge { border-radius: 12px; padding: 16px 18px; text-align: center; }
.gain-pos { background: #f0fdf4; border: 1px solid #bbf7d0; }
.gain-neg { background: #fef2f2; border: 1px solid #fecaca; }
.gain-neu { background: #f8fafc; border: 1px solid #e2e8f0; }
.gain-lbl { font-family: 'Sora', sans-serif; font-size: 0.8125rem; font-weight: 500; }
.gain-num { font-family: 'Figtree', sans-serif; font-size: 2.25rem; font-weight: 700; display: block; margin-top: 6px; line-height: 1; letter-spacing: -0.03em; }
.gain-num-pos { color: #16a34a; }
.gain-num-neg { color: #dc2626; }
.gain-num-neu { color: #64748b; }
.var-note { font-family: 'Sora', sans-serif; font-size: 0.75rem; font-weight: 500; color: #92400e; background: #fffbeb; border: 1px solid #fde68a; border-radius: 10px; padding: 8px 12px; text-align: center; margin-top: 8px; }

/* ---- BREAKDOWN TABLE ---- */
.bk-table { border-top: 1px solid #f1f5f9; padding-top: 14px; }
.bk-title { font-family: 'Sora', sans-serif; font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: #94a3b8; margin-bottom: 8px; }
.bk-row { display: flex; justify-content: space-between; align-items: center; font-family: 'Sora', sans-serif; font-size: 0.8125rem; font-weight: 400; color: #64748b; padding: 5px 0; border-bottom: 1px solid #f8fafc; }
.bk-last { border-bottom: none; }
.num-cell { font-family: 'Figtree', sans-serif; font-weight: 500; color: #334155; }

/* ---- LOCK OVERLAY ---- */
.lock-wrap {
  position: absolute; inset: 0; z-index: 10;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  border-radius: 18px; padding: 28px 24px; text-align: center;
}
.lock-icon { width: 50px; height: 50px; border-radius: 50%; background: #eff6ff; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; color: #1d4ed8; }
.lock-ttl { font-family: 'Sora', sans-serif; font-size: 1.125rem; font-weight: 800; color: #0f172a; margin-bottom: 8px; letter-spacing: -0.02em; }
.lock-dsc { font-family: 'Sora', sans-serif; font-size: 0.8125rem; font-weight: 400; color: #64748b; line-height: 1.6; margin-bottom: 18px; max-width: 280px; }
.pay-btn { background: #1d4ed8; color: #fff; font-family: 'Sora', sans-serif; font-size: 0.9375rem; font-weight: 700; border: none; border-radius: 10px; padding: 13px 26px; cursor: pointer; transition: background 0.15s; margin-bottom: 10px; box-shadow: 0 2px 10px rgba(29,78,216,0.28); }
.pay-btn:hover  { background: #1e40af; }
.pay-btn:active { background: #1e3a8a; }
.lock-note { font-family: 'Sora', sans-serif; font-size: 0.7rem; font-weight: 500; color: #94a3b8; }

/* ---- PREMIUM ---- */
.prem-badge { font-family: 'Sora', sans-serif; font-size: 0.62rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; background: #fef3c7; color: #92400e; border-radius: 99px; padding: 3px 9px; margin-left: auto; }

.stat-box { border-radius: 12px; padding: 14px 16px; }
.stat-red   { background: #fef2f2; }
.stat-green { background: #f0fdf4; }
.stat-amber { background: #fffbeb; }
.stat-blue  { background: #eff6ff; }

.stat-lbl { font-family: 'Sora', sans-serif; font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.09em; margin-bottom: 6px; }
.stat-red   .stat-lbl { color: #b91c1c; }
.stat-green .stat-lbl { color: #15803d; }
.stat-amber .stat-lbl { color: #b45309; }
.stat-blue  .stat-lbl { color: #1d4ed8; }

.stat-val { font-family: 'Figtree', sans-serif; font-size: 1.625rem; font-weight: 600; line-height: 1; letter-spacing: -0.02em; display: block; }
.stat-hero { font-size: 2rem; font-weight: 700; }
.stat-red   .stat-val { color: #dc2626; }
.stat-green .stat-val { color: #16a34a; }
.stat-amber .stat-val { color: #d97706; }
.stat-blue  .stat-val { color: #1d4ed8; }

.stat-sub { font-family: 'Sora', sans-serif; font-size: 0.7rem; font-weight: 400; color: #94a3b8; margin-top: 5px; line-height: 1.4; }

/* ---- PDF BUTTON ---- */
.pdf-btn { width: 100%; padding: 12px; background: #fff; border: 1px solid #e2e8f0; border-radius: 10px; font-family: 'Sora', sans-serif; font-size: 0.875rem; font-weight: 600; color: #475569; cursor: pointer; transition: border-color 0.15s, color 0.15s, background 0.15s; }
.pdf-btn:hover { border-color: #3b82f6; color: #1d4ed8; background: #eff6ff; }

/* ---- DISCLAIMER ---- */
.disclaimer { font-family: 'Sora', sans-serif; font-size: 0.72rem; font-weight: 400; color: #94a3b8; text-align: center; line-height: 1.6; padding: 0 8px; margin-bottom: 20px; }

/* ---- PROSE (supporting pages) ---- */
.prose-content p { font-family: 'Sora', sans-serif; font-size: 0.9rem; color: #475569; line-height: 1.75; margin-bottom: 12px; }
.prose-content p:last-child { margin-bottom: 0; }
.prose-content strong { font-weight: 600; color: #1e293b; }