/* =========================================================
   Naukri4Job — Global Stylesheet
   A professional recruitment-consultancy theme
   ========================================================= */

/* ---------- Design Tokens ---------- */
:root {
  --navy: #0B2447;
  --navy-800: #102A56;
  --navy-700: #16345f;
  --blue: #2563EB;
  --blue-600: #1d4ed8;
  --blue-050: #eff4ff;
  --sky: #0EA5E9;
  --amber: #F59E0B;
  --amber-600: #d97706;
  --green: #10b981;

  --ink: #0f172a;
  --slate: #475569;
  --slate-400: #94a3b8;
  --line: #e2e8f0;
  --bg: #ffffff;
  --bg-soft: #f6f8fc;
  --bg-softer: #eef2f9;

  --shadow-sm: 0 1px 2px rgba(15, 23, 42, .06), 0 1px 3px rgba(15, 23, 42, .05);
  --shadow: 0 10px 25px -8px rgba(15, 23, 42, .12), 0 6px 12px -8px rgba(15, 23, 42, .10);
  --shadow-lg: 0 30px 60px -18px rgba(11, 36, 71, .28);

  --radius: 14px;
  --radius-lg: 22px;
  --maxw: 1180px;

  --font-head: 'Poppins', 'Segoe UI', system-ui, sans-serif;
  --font-body: 'Inter', 'Segoe UI', system-ui, sans-serif;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; padding: 0; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.2; color: var(--navy); font-weight: 700; }

/* ---------- Layout helpers ---------- */
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.section { padding: 88px 0; }
.section-sm { padding: 60px 0; }
.bg-soft { background: var(--bg-soft); }
.bg-navy { background: var(--navy); color: #dbe6f5; }
.text-center { text-align: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-head); font-weight: 600; font-size: .8rem;
  letter-spacing: .12em; text-transform: uppercase; color: var(--blue);
  background: var(--blue-050); padding: 7px 14px; border-radius: 999px;
  margin-bottom: 18px;
}
.bg-navy .eyebrow { background: rgba(255,255,255,.08); color: #7db2ff; }
.section-head { max-width: 680px; margin: 0 auto 54px; }
.section-head.left { margin-left: 0; }
h2.title { font-size: clamp(1.8rem, 3.4vw, 2.6rem); letter-spacing: -.01em; }
.bg-navy h2.title, .bg-navy h3 { color: #fff; }
.lead { color: var(--slate); font-size: 1.08rem; margin-top: 16px; }
.bg-navy .lead { color: #b9c9de; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-head); font-weight: 600; font-size: .98rem;
  padding: 13px 26px; border-radius: 12px; transition: .22s ease;
  white-space: nowrap; cursor: pointer;
}
.btn svg { width: 18px; height: 18px; }
.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 8px 20px -6px rgba(37,99,235,.55); }
.btn-primary:hover { background: var(--blue-600); transform: translateY(-2px); box-shadow: 0 14px 26px -8px rgba(37,99,235,.6); }
.btn-amber { background: var(--amber); color: #3a2600; box-shadow: 0 8px 20px -6px rgba(245,158,11,.5); }
.btn-amber:hover { background: var(--amber-600); color:#fff; transform: translateY(-2px); }
.btn-ghost { background: #fff; color: var(--navy); border: 1.5px solid var(--line); }
.btn-ghost:hover { border-color: var(--blue); color: var(--blue); transform: translateY(-2px); }
.btn-outline-light { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.35); }
.btn-outline-light:hover { background: rgba(255,255,255,.12); border-color:#fff; }
.btn-lg { padding: 16px 32px; font-size: 1.02rem; }

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,.85);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .25s;
}
.site-header.scrolled { box-shadow: var(--shadow-sm); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.nav-menu { display: flex; align-items: center; gap: 10px; }
.nav-logo img { height: 40px; }
.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-links a.link {
  font-family: var(--font-head); font-weight: 500; font-size: .93rem; white-space: nowrap;
  color: var(--navy-800); padding: 9px 12px; border-radius: 9px; transition: .18s;
}
.nav-links a.link:hover { color: var(--blue); background: var(--blue-050); }
.nav-links a.link.active { color: var(--blue); background: var(--blue-050); font-weight: 600; }
.nav-cta { display: flex; align-items: center; gap: 12px; margin-left: 8px; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; padding: 8px; }
.nav-toggle span { width: 24px; height: 2.5px; background: var(--navy); border-radius: 2px; transition: .3s; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

@media (max-width: 940px) {
  .nav-toggle { display: flex; }
  .nav-menu {
    position: fixed; inset: 74px 0 auto 0;
    background: #fff; border-bottom: 1px solid var(--line);
    flex-direction: column; align-items: stretch; gap: 4px;
    padding: 18px 22px 26px; box-shadow: var(--shadow);
    transform: translateY(-12px); opacity: 0; pointer-events: none; transition: .25s;
  }
  .nav-menu.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav-links { flex-direction: column; align-items: stretch; gap: 2px; }
  .nav-links a.link { padding: 12px 14px; font-size: 1rem; }
  .nav-cta { margin: 12px 0 0; flex-direction: column; align-items: stretch; }
  .nav-cta .btn { width: 100%; }
}

/* ---------- Hero ---------- */
.hero { position: relative; background: radial-gradient(1200px 500px at 82% -8%, #12336a 0%, var(--navy) 45%, #081a35 100%); color: #fff; overflow: hidden; }
.hero::before { content:""; position:absolute; inset:0; background-image: radial-gradient(rgba(255,255,255,.05) 1px, transparent 1px); background-size: 22px 22px; opacity:.6; }
.hero .container { position: relative; z-index: 2; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: center; padding: 78px 0 90px; }
.hero h1 { color: #fff; font-size: clamp(2.1rem, 4.6vw, 3.5rem); letter-spacing: -.02em; }
.hero h1 .grad { background: linear-gradient(90deg,#5fa8ff,#33d0ff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero p.sub { color: #c3d3ea; font-size: 1.14rem; margin-top: 20px; max-width: 540px; }
.hero-cta { display: flex; gap: 14px; margin-top: 32px; flex-wrap: wrap; }
.hero-trust { margin-top: 34px; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; color: #9fb4d1; font-size: .9rem; }
.hero-trust .stars { color: var(--amber); letter-spacing: 2px; }
.hero-media { position: relative; }
.hero-media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); width: 100%; height: 460px; object-fit: cover; }
.hero-float {
  position: absolute; background: #fff; color: var(--ink);
  border-radius: 14px; box-shadow: var(--shadow); padding: 14px 16px;
  display: flex; align-items: center; gap: 12px; font-size: .9rem;
}
.hero-float .ic { width: 40px; height: 40px; border-radius: 10px; display: grid; place-items: center; flex: 0 0 auto; }
.hero-float b { display: block; font-family: var(--font-head); color: var(--navy); font-size: 1.05rem; }
.hero-float small { color: var(--slate); }
.hero-float.one { bottom: 26px; left: -26px; }
.hero-float.two { top: 24px; right: -18px; }

/* search bar */
.hero-search {
  margin-top: 34px; background: #fff; border-radius: 16px; padding: 10px;
  display: grid; grid-template-columns: 1.3fr 1fr auto; gap: 8px; box-shadow: var(--shadow-lg); max-width: 620px;
}
.hero-search .field { display: flex; align-items: center; gap: 9px; padding: 8px 12px; }
.hero-search .field + .field { border-left: 1px solid var(--line); }
.hero-search .field svg { width: 20px; height: 20px; color: var(--blue); flex: 0 0 auto; }
.hero-search input, .hero-search select { border: none; outline: none; font: inherit; color: var(--ink); width: 100%; background: transparent; }
.hero-search .btn { border-radius: 12px; }

.hero-brands { border-top: 1px solid rgba(255,255,255,.1); }
.hero-brands .container { display: flex; align-items: center; gap: 34px; flex-wrap: wrap; padding: 22px 22px; }
.hero-brands span.lbl { color: #8ba3c4; font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; }
.hero-brands .brand { color: #cfe0f5; font-family: var(--font-head); font-weight: 700; font-size: 1.15rem; opacity: .85; }

@media (max-width: 940px) {
  .hero-grid { grid-template-columns: 1fr; gap: 42px; padding: 56px 0 66px; }
  .hero-media { order: -1; }
  .hero-media img { height: 320px; }
  .hero-float.one { left: 8px; }
  .hero-float.two { right: 8px; }
  .hero-search { grid-template-columns: 1fr; }
  .hero-search .field + .field { border-left: none; border-top: 1px solid var(--line); }
}

/* ---------- Stats strip ---------- */
.stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.stat { text-align: center; padding: 8px; }
.stat .num { font-family: var(--font-head); font-weight: 800; font-size: clamp(1.9rem,3.5vw,2.6rem); color: var(--blue); line-height: 1; }
.bg-navy .stat .num { color: #56b6ff; }
.stat .lbl { margin-top: 8px; color: var(--slate); font-weight: 500; }
.bg-navy .stat .lbl { color: #9fb4d1; }
@media (max-width: 620px){ .stats { grid-template-columns: repeat(2,1fr); gap: 26px; } }

/* ---------- Feature / value cards ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.grid-2 { display: grid; grid-template-columns: repeat(2,1fr); gap: 26px; }
.grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
@media (max-width: 960px){ .grid-3, .grid-4 { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 620px){ .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } }

.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 26px; transition: .25s; box-shadow: var(--shadow-sm);
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: #cfe0ff; }
.card .ic { width: 54px; height: 54px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 18px; background: var(--blue-050); color: var(--blue); }
.card .ic svg { width: 27px; height: 27px; }
.card h3 { font-size: 1.22rem; margin-bottom: 9px; }
.card p { color: var(--slate); font-size: .97rem; }

/* icon accent variants */
.ic.amber { background: #fef3e2; color: var(--amber-600); }
.ic.green { background: #e7f8f1; color: #059669; }
.ic.sky   { background: #e4f5fe; color: #0284c7; }
.ic.violet{ background: #efe9fe; color: #7c3aed; }
.ic.rose  { background: #fdeaf0; color: #e11d48; }

/* ---------- Sector cards ---------- */
.sector-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
@media (max-width: 1000px){ .sector-grid { grid-template-columns: repeat(3,1fr); } }
@media (max-width: 760px){ .sector-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 480px){ .sector-grid { grid-template-columns: 1fr; } }
.sector {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px; transition: .22s; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: 12px;
}
.sector:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #cfe0ff; }
.sector .ic { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; background: var(--blue-050); color: var(--blue); }
.sector .ic svg { width: 24px; height: 24px; }
.sector h3 { font-size: 1.04rem; }
.sector p { color: var(--slate); font-size: .86rem; margin: 0; }
.sector .tag { margin-top: auto; font-size: .8rem; font-weight: 600; color: var(--blue); font-family: var(--font-head); }

/* ---------- Media / split section ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split.reverse .split-media { order: 2; }
@media (max-width: 900px){ .split { grid-template-columns: 1fr; gap: 34px; } .split.reverse .split-media { order: -1; } }
.split-media img { border-radius: var(--radius-lg); box-shadow: var(--shadow); width: 100%; height: 440px; object-fit: cover; }
.split-media { position: relative; }
.split-badge {
  position: absolute; bottom: -22px; right: -14px; background: #fff; border-radius: 16px;
  padding: 16px 20px; box-shadow: var(--shadow-lg); display: flex; align-items: center; gap: 14px;
}
.split-badge .big { font-family: var(--font-head); font-weight: 800; font-size: 1.8rem; color: var(--blue); }
.split-badge small { color: var(--slate); }
.check-list { margin-top: 22px; display: grid; gap: 14px; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; color: var(--slate); }
.check-list .ck { flex: 0 0 auto; width: 24px; height: 24px; border-radius: 999px; background: #e7f8f1; color: #059669; display: grid; place-items: center; margin-top: 2px; }
.check-list b { color: var(--ink); font-family: var(--font-head); }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; counter-reset: step; }
@media (max-width: 900px){ .steps { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 520px){ .steps { grid-template-columns: 1fr; } }
.step { position: relative; padding: 30px 24px; background:#fff; border:1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.step .n { font-family: var(--font-head); font-weight: 800; font-size: 1rem; width: 44px; height: 44px; border-radius: 12px; background: var(--navy); color:#fff; display: grid; place-items: center; margin-bottom: 16px; }
.step h3 { font-size: 1.12rem; margin-bottom: 8px; }
.step p { color: var(--slate); font-size: .93rem; }

/* ---------- Testimonials ---------- */
.tcard { background:#fff; border:1px solid var(--line); border-radius: var(--radius); padding: 28px 26px; box-shadow: var(--shadow-sm); display:flex; flex-direction:column; gap:18px; }
.tcard .stars { color: var(--amber); letter-spacing: 2px; }
.tcard p.quote { color: var(--ink); font-size: 1.02rem; }
.tcard .who { display: flex; align-items: center; gap: 13px; margin-top: auto; }
.tcard .who img { width: 48px; height: 48px; border-radius: 999px; object-fit: cover; }
.tcard .who b { font-family: var(--font-head); color: var(--navy); display: block; font-size: .98rem; }
.tcard .who small { color: var(--slate); }

/* ---------- CTA band ---------- */
.cta-band { background: linear-gradient(120deg,#1d4ed8,#0ea5e9); color:#fff; border-radius: var(--radius-lg); padding: 54px 48px; display:flex; align-items:center; justify-content:space-between; gap: 30px; flex-wrap: wrap; box-shadow: var(--shadow-lg); }
.cta-band h2 { color:#fff; font-size: clamp(1.6rem,3vw,2.2rem); }
.cta-band p { color: #e2eeff; margin-top: 8px; max-width: 520px; }
.cta-band .actions { display:flex; gap: 14px; flex-wrap: wrap; }

/* ---------- Page hero (inner pages) ---------- */
.page-hero { background: radial-gradient(900px 380px at 80% -20%, #12336a, var(--navy) 55%, #081a35); color:#fff; padding: 60px 0 66px; position: relative; overflow:hidden; }
.page-hero::before { content:""; position:absolute; inset:0; background-image: radial-gradient(rgba(255,255,255,.05) 1px, transparent 1px); background-size: 22px 22px; }
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { color:#fff; font-size: clamp(2rem,4vw,3rem); letter-spacing: -.02em; }
.page-hero p { color:#c3d3ea; font-size: 1.1rem; margin-top: 14px; max-width: 640px; }
.crumbs { display:flex; gap:8px; align-items:center; color:#8ba3c4; font-size:.88rem; margin-bottom: 16px; }
.crumbs a:hover { color:#fff; }
.crumbs span { color:#5f7699; }

/* ---------- Contact ---------- */
.contact-grid { display:grid; grid-template-columns: 1fr 1.1fr; gap: 44px; align-items: start; }
@media (max-width: 880px){ .contact-grid { grid-template-columns: 1fr; } }
.info-card { display:flex; gap:16px; align-items:flex-start; padding: 20px; border:1px solid var(--line); border-radius: var(--radius); background:#fff; box-shadow: var(--shadow-sm); }
.info-card .ic { width:48px;height:48px;border-radius:12px;display:grid;place-items:center;background:var(--blue-050);color:var(--blue);flex:0 0 auto; }
.info-card h4 { font-family: var(--font-head); color: var(--navy); margin-bottom: 3px; }
.info-card a, .info-card p { color: var(--slate); font-size: .96rem; }
.info-card a:hover { color: var(--blue); }
.form { background:#fff; border:1px solid var(--line); border-radius: var(--radius-lg); padding: 30px; box-shadow: var(--shadow); }
.form .row { display:grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 560px){ .form .row { grid-template-columns: 1fr; } }
.field-group { margin-bottom: 16px; }
.field-group label { display:block; font-family: var(--font-head); font-weight: 500; font-size: .9rem; color: var(--navy); margin-bottom: 7px; }
.field-group input, .field-group select, .field-group textarea {
  width:100%; padding: 12px 14px; border:1.5px solid var(--line); border-radius: 10px;
  font: inherit; color: var(--ink); background:#fff; transition:.18s;
}
.field-group input:focus, .field-group select:focus, .field-group textarea:focus { outline:none; border-color: var(--blue); box-shadow: 0 0 0 3px var(--blue-050); }
.field-group textarea { resize: vertical; min-height: 130px; }
.form-note { font-size: .85rem; color: var(--slate-400); margin-top: 10px; }
.form-alert { background:#e7f8f1; border:1px solid #b6ebd6; color:#046c4e; padding:12px 16px; border-radius:10px; margin-bottom:18px; font-size:.94rem; display:none; }
.form-alert.show { display:block; }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin: 0 auto; display: grid; gap: 14px; }
.faq details { background:#fff; border:1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow-sm); overflow:hidden; }
.faq summary { list-style:none; cursor:pointer; padding: 18px 22px; font-family: var(--font-head); font-weight: 600; color: var(--navy); display:flex; justify-content: space-between; gap: 14px; align-items:center; }
.faq summary::-webkit-details-marker { display:none; }
.faq summary .plus { flex:0 0 auto; width: 24px; height:24px; border-radius: 7px; background: var(--blue-050); color: var(--blue); display:grid; place-items:center; font-weight: 700; transition:.2s; }
.faq details[open] summary .plus { transform: rotate(45deg); }
.faq .ans { padding: 0 22px 20px; color: var(--slate); }

/* ---------- Legal / article pages ---------- */
.legal { max-width: 860px; margin: 0 auto; }
.legal h2 { font-size: 1.4rem; margin: 34px 0 12px; color: var(--navy); }
.legal h3 { font-size: 1.1rem; margin: 22px 0 8px; }
.legal p, .legal li { color: var(--slate); margin-bottom: 12px; }
.legal ul { list-style: disc; padding-left: 22px; margin-bottom: 16px; }
.legal ul li { margin-bottom: 8px; }
.legal a { color: var(--blue); text-decoration: underline; }
.legal .updated { color: var(--slate-400); font-size: .9rem; margin-bottom: 8px; }
.legal-toc { background: var(--bg-soft); border:1px solid var(--line); border-radius: var(--radius); padding: 22px 26px; margin-bottom: 34px; }
.legal-toc h4 { font-family: var(--font-head); color: var(--navy); margin-bottom: 10px; }
.legal-toc ol { padding-left: 20px; color: var(--blue); }
.legal-toc li { margin-bottom: 6px; }
.legal-toc a { text-decoration: none; }
.legal-toc a:hover { text-decoration: underline; }

/* ---------- Team ---------- */
.team-card { background:#fff; border:1px solid var(--line); border-radius: var(--radius); overflow:hidden; box-shadow: var(--shadow-sm); transition:.25s; }
.team-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.team-card img { width:100%; height: 260px; object-fit: cover; }
.team-card .body { padding: 20px 22px; }
.team-card h3 { font-size: 1.12rem; }
.team-card .role { color: var(--blue); font-family: var(--font-head); font-weight: 600; font-size: .9rem; margin: 3px 0 8px; }
.team-card p { color: var(--slate); font-size: .9rem; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy); color: #a9bcd6; padding: 66px 0 30px; }
.footer-grid { display:grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 38px; }
@media (max-width: 860px){ .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; } }
@media (max-width: 480px){ .footer-grid { grid-template-columns: 1fr; } }
.footer-brand img { height: 40px; margin-bottom: 16px; filter: brightness(0) invert(1); }
.footer-brand p { color: #93a8c6; font-size: .94rem; max-width: 320px; }
.footer-social { display:flex; gap:10px; margin-top: 18px; }
.footer-social a { width: 38px; height: 38px; border-radius: 10px; background: rgba(255,255,255,.07); display:grid; place-items:center; color:#cdd; transition:.2s; }
.footer-social a:hover { background: var(--blue); color:#fff; transform: translateY(-2px); }
.footer-col h4 { color:#fff; font-family: var(--font-head); font-size: 1rem; margin-bottom: 16px; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col a { color:#a9bcd6; font-size: .94rem; transition:.15s; }
.footer-col a:hover { color:#fff; padding-left: 3px; }
.footer-contact li { display:flex; gap:10px; align-items:flex-start; margin-bottom: 12px; font-size:.92rem; }
.footer-contact svg { width:18px;height:18px;color:var(--sky);flex:0 0 auto;margin-top:2px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 44px; padding-top: 24px; display:flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: .88rem; color: #8298b8; }
.footer-bottom a:hover { color:#fff; }
.footer-bottom .links { display:flex; gap:18px; flex-wrap: wrap; }

/* ---------- Back to top ---------- */
.to-top { position: fixed; right: 22px; bottom: 22px; width: 46px; height: 46px; border-radius: 12px; background: var(--blue); color:#fff; display:grid; place-items:center; box-shadow: var(--shadow); opacity:0; pointer-events:none; transform: translateY(10px); transition:.25s; z-index: 50; }
.to-top.show { opacity:1; pointer-events:auto; transform: translateY(0); }
.to-top:hover { background: var(--blue-600); }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity:1; transform:none; transition:none; } html { scroll-behavior:auto; } }

/* ---------- Misc ---------- */
.pill { display:inline-block; background: var(--blue-050); color: var(--blue); font-family: var(--font-head); font-weight:600; font-size:.82rem; padding: 5px 12px; border-radius: 999px; }
.divider { height:1px; background: var(--line); border:0; margin: 0; }
.muted { color: var(--slate); }
