/* ═══════════════════════════════════════════════════
   JOBSAFE — Dramatic Dark CSS
   Aesthetic: Industrial War Room · Terror-Informed
═══════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Barlow+Condensed:wght@400;600;700;900&family=DM+Sans:wght@300;400;500;600&display=swap');

/* ── RESET & BASE ─────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --ink:       #080808;
  --ink2:      #111111;
  --ink3:      #1a1a1a;
  --surface:   #0d0d0d;
  --card:      #141414;
  --card2:     #1c1c1c;
  --border:    rgba(255,255,255,0.07);
  --border2:   rgba(255,255,255,0.12);
  --red:       #c0392b;
  --red2:      #e74c3c;
  --red-glow:  rgba(192,57,43,0.25);
  --amber:     #f5a623;
  --amber2:    #e8940e;
  --green:     #27ae60;
  --white:     #ffffff;
  --off:       rgba(255,255,255,0.55);
  --muted:     rgba(255,255,255,0.35);
  --dim:       rgba(255,255,255,0.15);
  --bebas:     'Bebas Neue', sans-serif;
  --barlow:    'Barlow Condensed', sans-serif;
  --dm:        'DM Sans', sans-serif;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--dm);
  background: var(--surface);
  color: var(--white);
  min-height: 100vh;
  overflow-x: hidden;
}

/* ── PAGE SYSTEM ──────────────────────────────────── */
.page { display: none; }
.page.active { display: block; }

/* ── TOPBAR ───────────────────────────────────────── */
.topbar {
  background: var(--red);
  padding: 9px 16px;
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.2px;
  border-bottom: 1px solid rgba(0,0,0,0.3);
}
.topbar-slim { background: rgba(192,57,43,0.85); backdrop-filter: blur(8px); }
.topbar-danger { background: #8b0000; animation: topbar-pulse 2s ease infinite; }
@keyframes topbar-pulse { 0%,100%{background:#8b0000}50%{background:#a31515} }
.topbar-inner {
  max-width: 900px; margin: 0 auto;
  display: flex; align-items: center; gap: 8px; flex-wrap: wrap; justify-content: center;
  text-align: center;
}
.topbar-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: rgba(255,255,255,0.9);
  flex-shrink: 0; animation: pulse 1s infinite;
}
.topbar-timer { margin-left: auto; white-space: nowrap; }
.timer-count {
  font-family: monospace; font-size: 13px; font-weight: 700;
  background: rgba(0,0,0,0.3); padding: 2px 7px; border-radius: 3px;
  letter-spacing: 1px;
}

/* ── NAV ──────────────────────────────────────────── */
.nav {
  background: var(--ink2);
  padding: 14px 24px;
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
  backdrop-filter: blur(12px);
}
.logo {
  font-family: var(--bebas);
  font-size: 28px; letter-spacing: 3px; color: var(--white);
}
.logo em { color: var(--amber); font-style: normal; }
.nav-right { display: flex; align-items: center; gap: 12px; }
.nav-badge {
  font-size: 11px; font-weight: 600; letter-spacing: 0.5px;
  background: rgba(245,166,35,0.15); color: var(--amber);
  border: 1px solid rgba(245,166,35,0.3); padding: 4px 10px; border-radius: 4px;
}
.danger-badge-sm {
  background: rgba(192,57,43,0.2); color: #ff8a80;
  border-color: rgba(192,57,43,0.3); font-size: 11px; font-weight: 600;
  padding: 4px 10px; border-radius: 4px;
}
.nav-secure { font-size: 12px; color: var(--muted); }
.back-btn {
  background: none; border: none; color: var(--muted);
  font-family: var(--dm); font-size: 14px; cursor: pointer;
  padding: 6px 0; transition: color 0.2s;
}
.back-btn:hover { color: var(--white); }

/* ── HERO ─────────────────────────────────────────── */
.hero {
  background: var(--ink);
  padding: 64px 24px 0;
  position: relative; overflow: hidden;
}
.hero-grid-bg {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}
.hero-glow {
  position: absolute; top: -120px; left: 50%; transform: translateX(-50%);
  width: 600px; height: 400px; border-radius: 50%;
  background: radial-gradient(ellipse, rgba(192,57,43,0.2) 0%, transparent 65%);
  pointer-events: none;
}
.hero-content { max-width: 760px; margin: 0 auto; position: relative; z-index: 1; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase;
  color: var(--muted); margin-bottom: 24px;
}
.pulse-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--red2); animation: pulse 1s infinite; flex-shrink: 0;
}
.pulse-dot.red { background: var(--red2); }
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)}50%{opacity:0.6;transform:scale(1.5)} }

.hero-h1 {
  display: flex; flex-direction: column; gap: 2px; margin-bottom: 28px;
}
.h1-line {
  font-family: var(--bebas);
  font-size: clamp(52px, 10vw, 96px);
  line-height: 0.92; letter-spacing: 1px;
  display: block;
  animation: slideUp 0.6s ease both;
}
.h1-line:nth-child(2) { animation-delay: 0.1s; }
.h1-line:nth-child(3) { animation-delay: 0.2s; }
.h1-red { color: var(--red2); text-shadow: 0 0 40px rgba(231,76,60,0.4); }
.h1-sub {
  font-family: var(--barlow);
  font-size: clamp(18px, 3vw, 28px);
  font-weight: 700; letter-spacing: 1px;
  color: var(--muted); line-height: 1.2;
}
@keyframes slideUp { from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)} }

.hero-body {
  font-size: 16px; color: rgba(255,255,255,0.6);
  line-height: 1.75; max-width: 600px; margin-bottom: 36px;
  font-weight: 300;
}
.hero-body strong { color: var(--white); font-weight: 600; }
.hero-body em { color: var(--red2); font-style: normal; font-weight: 500; }

.hero-cta-wrap { margin-bottom: 0; }
.cta-under { font-size: 12px; color: var(--muted); margin-top: 10px; letter-spacing: 0.3px; }

.hero-stats {
  display: flex; align-items: center; justify-content: center; gap: 0;
  border-top: 1px solid var(--border); margin-top: 48px;
  position: relative; z-index: 1;
}
.hstat { padding: 20px 32px; text-align: center; flex: 1; }
.hstat-div { width: 1px; height: 40px; background: var(--border); }
.hstat-n { font-family: var(--bebas); font-size: 32px; color: var(--amber); letter-spacing: 1px; }
.hstat-l { font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.5px; margin-top: 2px; }

/* ── TICKER ───────────────────────────────────────── */
.ticker-wrap {
  background: #0a0a0a; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  padding: 10px 0; display: flex; align-items: center; overflow: hidden; gap: 0;
}
.ticker-label {
  background: var(--red); color: white; font-size: 10px; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase; padding: 6px 14px;
  flex-shrink: 0; white-space: nowrap;
}
.ticker-track { overflow: hidden; flex: 1; }
.ticker-inner {
  display: inline-flex; gap: 32px; white-space: nowrap;
  font-size: 12.5px; color: var(--muted); font-weight: 500; letter-spacing: 0.3px;
  animation: ticker 28s linear infinite;
}
@keyframes ticker { from{transform:translateX(0)}to{transform:translateX(-50%)} }

/* ── BUTTONS ──────────────────────────────────────── */
.btn-danger {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--red); color: var(--white);
  font-family: var(--dm); font-size: 15px; font-weight: 700;
  padding: 14px 28px; border-radius: 6px; border: none; cursor: pointer;
  transition: all 0.2s; letter-spacing: 0.3px;
  text-decoration: none;
}
.btn-danger:hover {
  background: var(--red2); transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(192,57,43,0.45);
}
.btn-danger:active { transform: translateY(0); }
.btn-xl { font-size: 17px; padding: 18px 36px; border-radius: 8px; }
.btn-pay { width: 100%; justify-content: center; font-size: 17px; padding: 18px; border-radius: 8px; }
.pay-price-badge {
  background: rgba(255,255,255,0.2); border-radius: 4px;
  padding: 3px 10px; font-size: 15px;
}

/* ── SECTIONS ─────────────────────────────────────── */
.section { padding: 64px 24px; }
.section-dark { background: var(--ink3); }
.section-mid { background: #111; }
.section-cta { background: var(--ink); border-top: 1px solid var(--border); }
.container { max-width: 800px; margin: 0 auto; }

.section-eyebrow {
  font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--muted); margin-bottom: 10px;
}
.danger-eyebrow { color: #ff6b6b; }
.section-h2 {
  font-family: var(--barlow); font-size: clamp(28px,5vw,46px); font-weight: 900;
  line-height: 1.1; letter-spacing: 0.5px; margin-bottom: 12px;
}
.section-h2 em, .red-em { color: var(--red2); font-style: normal; }
.cta-h2 { font-size: clamp(30px,5vw,50px); }
.section-sub { font-size: 15px; color: var(--off); line-height: 1.7; margin-bottom: 28px; }

/* ── THREAT GRID ──────────────────────────────────── */
.threat-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 24px;
}
@media(max-width:600px){.threat-grid{grid-template-columns:1fr}}
.threat-card {
  background: var(--card); border: 1px solid var(--border); border-radius: 10px;
  padding: 18px; display: flex; align-items: flex-start; gap: 14px;
  transition: border-color 0.2s;
}
.threat-card:hover { border-color: rgba(192,57,43,0.35); }
.tc-pct { font-family: var(--bebas); font-size: 26px; letter-spacing: 0.5px; flex-shrink: 0; }
.tc-pct.danger { color: var(--red2); }
.tc-pct.warn   { color: var(--amber); }
.tc-pct.mid    { color: #e67e22; }
.tc-body h4 { font-size: 14px; font-weight: 600; margin-bottom: 4px; }
.tc-body p  { font-size: 13px; color: var(--muted); line-height: 1.5; }

/* ── SCARCITY ALERT ───────────────────────────────── */
.scarcity-alert {
  background: rgba(192,57,43,0.1); border: 1px solid rgba(192,57,43,0.25);
  border-radius: 8px; padding: 14px 18px;
  display: flex; align-items: center; gap: 12px;
  font-size: 14px; color: rgba(255,255,255,0.8); line-height: 1.5;
}
.scarcity-alert strong { color: white; }

.spots-bar {
  background: rgba(192,57,43,0.12); border: 1px solid rgba(192,57,43,0.25);
  border-radius: 8px; padding: 12px 18px; margin-bottom: 24px;
  display: flex; align-items: center; gap: 10px;
  font-size: 14px; color: rgba(255,255,255,0.8);
}
.spots-bar strong { color: white; }

/* ── REPORT PREVIEW CARD ──────────────────────────── */
.report-preview-card {
  background: var(--card); border: 1px solid var(--border2);
  border-radius: 14px; overflow: hidden;
}
.rp-header {
  background: var(--ink); padding: 20px 24px;
  display: flex; align-items: flex-start; justify-content: space-between;
  border-bottom: 1px solid var(--border);
}
.rp-logo { font-family: var(--bebas); font-size: 18px; letter-spacing: 2px; color: var(--white); }
.rp-meta { font-size: 12px; color: var(--muted); margin-top: 3px; }
.rp-badge { font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 5px 10px; border-radius: 4px; }
.danger-badge { background: rgba(192,57,43,0.2); color: #ff8a80; border: 1px solid rgba(192,57,43,0.35); }
.rp-score-block { padding: 20px 24px; border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: 20px; }
.rp-score-num { font-family: var(--bebas); font-size: 72px; color: var(--red2); line-height: 1; flex-shrink: 0; }
.rp-score-right { flex: 1; }
.rp-score-label { font-size: 12px; color: var(--muted); margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.5px; }
.rp-score-bar { height: 8px; background: rgba(255,255,255,0.08); border-radius: 100px; margin-bottom: 6px; }
.rp-score-fill { height: 8px; border-radius: 100px; background: linear-gradient(90deg,#27ae60,#f5a623,#c0392b); }
.rp-score-source { font-size: 11px; color: var(--dim); }
.rp-blurred { padding: 18px 24px; filter: blur(5.5px); user-select: none; pointer-events: none; border-bottom: 1px solid var(--border); }
.rp-blurred p { font-size: 14px; line-height: 1.8; color: rgba(255,255,255,0.65); margin-bottom: 10px; }
.rp-lock-gate { padding: 24px; text-align: center; background: rgba(192,57,43,0.07); }
.rp-lock-icon { font-size: 30px; margin-bottom: 8px; }
.rp-lock-gate h3 { font-family: var(--barlow); font-size: 22px; font-weight: 800; letter-spacing: 0.3px; margin-bottom: 6px; }
.rp-lock-gate p { font-size: 13px; color: var(--muted); margin-bottom: 16px; line-height: 1.5; }

/* ── INSIDE GRID ──────────────────────────────────── */
.inside-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media(max-width:600px){.inside-grid{grid-template-columns:1fr}}
.inside-item { background: var(--card); border: 1px solid var(--border); border-radius: 10px; padding: 18px; }
.inside-icon { font-size: 24px; margin-bottom: 10px; }
.inside-item h4 { font-size: 14px; font-weight: 600; margin-bottom: 6px; }
.inside-item p { font-size: 13px; color: var(--muted); line-height: 1.5; }

/* ── FOOTER STRIP ─────────────────────────────────── */
.footer-strip {
  background: var(--ink); border-top: 1px solid var(--border);
  padding: 16px 24px; display: flex; justify-content: center; gap: 20px;
  flex-wrap: wrap; font-size: 12px; color: var(--muted); align-items: center;
}

/* ── QUIZ ─────────────────────────────────────────── */
.quiz-wrap { max-width: 560px; margin: 0 auto; padding: 32px 20px; }
.quiz-progress { margin-bottom: 28px; }
.qp-row { display: flex; justify-content: space-between; font-size: 13px; color: var(--muted); margin-bottom: 8px; }
.qp-bar { background: rgba(255,255,255,0.08); border-radius: 100px; height: 4px; }
.qp-fill { height: 4px; border-radius: 100px; background: var(--red); transition: width 0.4s ease; }

.q-card {
  background: var(--card); border: 1px solid var(--border2);
  border-radius: 14px; padding: 28px 24px; margin-bottom: 16px;
  animation: fadeUp 0.3s ease both;
}
@keyframes fadeUp { from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)} }
.q-num { font-size: 10px; text-transform: uppercase; letter-spacing: 2px; color: var(--dim); margin-bottom: 10px; font-weight: 700; }
.q-text { font-family: var(--barlow); font-size: clamp(20px,4vw,28px); font-weight: 700; letter-spacing: 0.2px; line-height: 1.25; margin-bottom: 24px; }
.q-body { display: flex; flex-direction: column; gap: 8px; }
.opt-btn {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px; padding: 13px 16px; text-align: left;
  font-family: var(--dm); font-size: 14px; cursor: pointer;
  transition: all 0.2s; color: rgba(255,255,255,0.75);
}
.opt-btn:hover { border-color: rgba(192,57,43,0.5); background: rgba(192,57,43,0.08); color: var(--white); }
.opt-btn.sel { border-color: var(--red2); background: rgba(192,57,43,0.15); color: var(--white); font-weight: 500; }
.txt-in {
  width: 100%; padding: 13px 16px; border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.12); background: rgba(255,255,255,0.04);
  font-family: var(--dm); font-size: 15px; color: var(--white); outline: none;
  transition: border-color 0.2s;
}
.txt-in:focus { border-color: rgba(192,57,43,0.6); }
.txt-in::placeholder { color: var(--dim); }

.btn-quiz-next {
  width: 100%; background: var(--red); color: white; border: none;
  font-family: var(--dm); font-size: 16px; font-weight: 700;
  padding: 16px; border-radius: 8px; cursor: pointer;
  opacity: 0.3; transition: all 0.2s; letter-spacing: 0.3px;
}
.btn-quiz-next:not([disabled]) { opacity: 1; }
.btn-quiz-next:not([disabled]):hover { background: var(--red2); transform: translateY(-1px); }

/* ── ANALYZING ────────────────────────────────────── */
.analyzing-wrap { text-align: center; padding: 72px 24px; max-width: 440px; margin: 0 auto; }
.analyzing-ring {
  width: 80px; height: 80px; position: relative; margin: 0 auto 32px;
}
.analyzing-spinner {
  position: absolute; inset: 0; border: 3px solid rgba(255,255,255,0.08);
  border-top-color: var(--red); border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
@keyframes spin { to{transform:rotate(360deg)} }
.analyzing-icon {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  font-size: 28px;
}
.analyzing-h2 { font-family: var(--bebas); font-size: 32px; letter-spacing: 1px; margin-bottom: 10px; }
.analyzing-sub { font-size: 14px; color: var(--muted); line-height: 1.6; margin-bottom: 20px; }
.analyzing-tick { font-size: 13px; color: var(--red2); font-style: italic; margin-bottom: 20px; }
.analyzing-bar-wrap { height: 3px; background: rgba(255,255,255,0.08); border-radius: 100px; }
.analyzing-bar { height: 3px; background: var(--red); border-radius: 100px; transition: width 0.5s ease; }

/* ── RESULT ───────────────────────────────────────── */
.result-wrap { max-width: 560px; margin: 0 auto; padding: 28px 18px; }

.result-score-card {
  background: var(--ink); border: 1px solid var(--border2);
  border-radius: 14px; padding: 24px; margin-bottom: 14px;
  position: relative; overflow: hidden;
}
.result-score-card::before {
  content: ''; position: absolute; top: -60px; right: -60px;
  width: 200px; height: 200px; border-radius: 50%;
  background: rgba(192,57,43,0.1); pointer-events: none;
}
.rsc-role { font-size: 13px; color: var(--muted); margin-bottom: 16px; }
.rsc-score-row { display: flex; align-items: flex-end; gap: 16px; margin-bottom: 14px; }
.rsc-big { font-family: var(--bebas); font-size: 80px; line-height: 1; }
.rsc-level { font-family: var(--barlow); font-size: 22px; font-weight: 900; letter-spacing: 0.5px; text-transform: uppercase; }
.rsc-sublabel { font-size: 12px; color: var(--muted); margin-top: 3px; }
.rsc-source { font-size: 11px; color: var(--dim); margin-top: 2px; }
.rsc-bar-bg { height: 8px; background: rgba(255,255,255,0.08); border-radius: 100px; }
.rsc-bar-fill { height: 8px; border-radius: 100px; background: linear-gradient(90deg,#27ae60,#f5a623,#c0392b); transition: width 1.2s ease; }

.result-insights { display: flex; flex-direction: column; gap: 10px; margin-bottom: 14px; }
.ins-card { background: var(--card); border: 1px solid var(--border); border-radius: 10px; padding: 16px 18px; display: flex; gap: 14px; }
.ins-icon { font-size: 18px; flex-shrink: 0; margin-top: 1px; }
.ins-card h4 { font-size: 14px; font-weight: 600; margin-bottom: 4px; }
.ins-card p { font-size: 13px; color: var(--muted); line-height: 1.5; }

/* ── PAY GATE ─────────────────────────────────────── */
.pay-gate {
  background: rgba(192,57,43,0.07); border: 1px solid rgba(192,57,43,0.22);
  border-radius: 14px; padding: 24px; margin-bottom: 14px;
}
.pay-gate-spots {
  display: inline-block; background: rgba(192,57,43,0.15); border: 1px solid rgba(192,57,43,0.3);
  color: #ff8a80; font-size: 12px; font-weight: 700; letter-spacing: 0.3px;
  padding: 5px 12px; border-radius: 4px; margin-bottom: 14px;
  animation: spot-flash 2s ease infinite;
}
@keyframes spot-flash { 0%,100%{opacity:1}50%{opacity:0.7} }
.pay-gate-lock { font-size: 32px; margin-bottom: 8px; }
.pay-gate-title { font-family: var(--barlow); font-size: 22px; font-weight: 900; letter-spacing: 0.3px; margin-bottom: 8px; }
.pay-gate-sub { font-size: 14px; color: rgba(255,255,255,0.6); margin-bottom: 20px; line-height: 1.6; }
.pay-form { margin-bottom: 18px; }
.pay-form-row { margin-bottom: 12px; }
.pay-form-row label { display: block; font-size: 11px; color: var(--muted); margin-bottom: 5px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; }
.pay-input {
  width: 100%; padding: 12px 14px; border-radius: 7px;
  border: 1px solid rgba(255,255,255,0.12); background: rgba(255,255,255,0.04);
  font-family: var(--dm); font-size: 15px; color: var(--white); outline: none;
  transition: border-color 0.2s;
}
.pay-input:focus { border-color: rgba(192,57,43,0.6); }
.pay-input::placeholder { color: var(--dim); }
.pay-gate-note { font-size: 12px; color: var(--dim); text-align: center; margin-top: 10px; }

.trust-row {
  display: flex; flex-wrap: wrap; gap: 12px; justify-content: center;
  padding: 12px 0; font-size: 12px; color: var(--muted);
}

/* ── SUCCESS ──────────────────────────────────────── */
.success-wrap { text-align: center; padding: 64px 24px; max-width: 480px; margin: 0 auto; }
.success-icon { font-size: 56px; margin-bottom: 20px; }
.success-h2 { font-family: var(--barlow); font-size: 36px; font-weight: 900; margin-bottom: 12px; }
.success-sub { font-size: 16px; color: var(--off); line-height: 1.7; margin-bottom: 28px; }
.success-check-list { display: flex; flex-direction: column; gap: 10px; text-align: left; }
.scl-item { background: var(--card); border: 1px solid var(--border); border-radius: 8px; padding: 14px 16px; font-size: 14px; color: var(--off); }

/* ── RESPONSIVE ───────────────────────────────────── */
@media (max-width: 480px) {
  .hero { padding: 44px 18px 0; }
  .hstat { padding: 16px 16px; }
  .hstat-n { font-size: 26px; }
  .topbar-timer { display: none; }
  .rp-score-block { flex-direction: column; gap: 12px; }
}

/* Processing dots animation */
.processing-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}
.processing-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--red);
  animation: dot-bounce 1.2s infinite;
}
.processing-dots span:nth-child(2) { animation-delay: 0.2s; }
.processing-dots span:nth-child(3) { animation-delay: 0.4s; }
@keyframes dot-bounce {
  0%, 80%, 100% { transform: scale(0.6); opacity: 0.4; }
  40%            { transform: scale(1);   opacity: 1;   }
}