/* ==========================================================================
   Lãnh Đạo Số — lanhdaoso.com
   Shared stylesheet | Navy + Cyan | Modern authority site
   ========================================================================== */

:root {
  /* Brand palette */
  --navy-900: #0a1a33;
  --navy-800: #0e2547;
  --navy-700: #12305c;
  --navy-600: #1a3f73;
  --cyan-500: #1ed4e6;
  --cyan-400: #38e0f0;
  --cyan-600: #11a8bd;
  --amber: #ffb347;
  --amber-strong: #ff9f1c;

  --ink: #0c1729;
  --body: #3a4a61;
  --muted: #6b7a90;
  --line: #e3e9f1;
  --bg: #ffffff;
  --bg-soft: #f4f7fb;
  --bg-softer: #eef3f9;
  --white: #ffffff;

  --radius: 16px;
  --radius-sm: 10px;
  --radius-lg: 24px;
  --shadow-sm: 0 2px 10px rgba(12, 23, 41, 0.06);
  --shadow: 0 14px 40px rgba(12, 23, 41, 0.10);
  --shadow-lg: 0 30px 70px rgba(10, 26, 51, 0.20);

  --maxw: 1160px;
  --font: "Inter", "Be Vietnam Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  --grad-cyan: linear-gradient(120deg, var(--cyan-500), var(--cyan-600));
  --grad-navy: linear-gradient(160deg, var(--navy-800), var(--navy-900));
}

/* Reset ------------------------------------------------------------------ */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  color: var(--body);
  background: var(--bg);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

h1, h2, h3, h4 { color: var(--ink); line-height: 1.2; font-weight: 800; letter-spacing: -0.02em; }
h1 { font-size: clamp(2.2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.6rem); }
h3 { font-size: 1.3rem; }
p { margin-bottom: 1rem; }
strong { color: var(--ink); font-weight: 700; }

/* Layout helpers --------------------------------------------------------- */
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: 88px 0; }
.section-sm { padding: 56px 0; }
.bg-soft { background: var(--bg-soft); }
.bg-navy { background: var(--grad-navy); color: #cdd9ec; }
.bg-navy h1, .bg-navy h2, .bg-navy h3 { color: #fff; }
.center { text-align: center; }
.maxw-720 { max-width: 720px; }
.maxw-820 { max-width: 820px; }
.mx-auto { margin-left: auto; margin-right: auto; }

.eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cyan-600);
  margin-bottom: 14px;
}
.bg-navy .eyebrow { color: var(--cyan-400); }

.section-lead { color: var(--muted); font-size: 1.1rem; margin-top: 6px; }
.bg-navy .section-lead { color: #9fb3d0; }

/* Buttons ---------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-weight: 700; font-size: 1rem;
  padding: 14px 26px; border-radius: 999px;
  cursor: pointer; border: 1.5px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--grad-cyan); color: #04222a; box-shadow: 0 10px 26px rgba(30, 212, 230, 0.35); }
.btn-primary:hover { box-shadow: 0 16px 34px rgba(30, 212, 230, 0.45); }
.btn-amber { background: linear-gradient(120deg, var(--amber), var(--amber-strong)); color: #3a2400; box-shadow: 0 10px 26px rgba(255, 159, 28, .32); }
.btn-dark { background: var(--navy-800); color: #fff; }
.btn-dark:hover { background: var(--navy-700); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--cyan-500); color: var(--cyan-600); }
.btn-light { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.25); }
.btn-light:hover { background: rgba(255,255,255,.18); }
.btn-lg { padding: 16px 32px; font-size: 1.05rem; }

/* Header / Nav ----------------------------------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 800; color: var(--ink); font-size: 1.18rem; letter-spacing: -0.02em; }
.brand .brand-mark { width: 40px; height: 40px; flex: none; display: block; border-radius: 11px; }
.brand .logo-mark {
  width: 38px; height: 38px; border-radius: 11px;
  background: var(--grad-navy);
  display: grid; place-items: center;
  position: relative; flex: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}
.brand .logo-mark span {
  width: 16px; height: 16px; border-radius: 4px;
  background: var(--grad-cyan);
  box-shadow: 0 0 14px rgba(30,212,230,.7);
}
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { font-weight: 600; font-size: 0.97rem; color: var(--body); transition: color .15s; }
.nav-links a:hover, .nav-links a.active { color: var(--cyan-600); }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; width: 42px; height: 42px; }
.nav-toggle span { display: block; width: 24px; height: 2.5px; background: var(--ink); margin: 5px auto; border-radius: 2px; transition: .25s; }
.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); }

/* Hero ------------------------------------------------------------------- */
.hero {
  position: relative; overflow: hidden;
  background: var(--grad-navy); color: #c9d6ea;
  padding: 96px 0 104px;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(700px 360px at 78% 8%, rgba(30,212,230,.20), transparent 60%),
    radial-gradient(560px 320px at 8% 92%, rgba(26,63,115,.55), transparent 60%);
  pointer-events: none;
}
.hero .container { position: relative; z-index: 2; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.hero h1 { color: #fff; margin-bottom: 18px; }
.hero .tagline {
  font-size: 1.22rem; font-weight: 700; color: #fff;
  margin-bottom: 18px; letter-spacing: -0.01em;
}
.hero .tagline .accent { color: var(--cyan-400); }
.hero p.lead { font-size: 1.1rem; color: #a9bcd8; max-width: 560px; margin-bottom: 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(30,212,230,.12); border: 1px solid rgba(30,212,230,.3);
  color: var(--cyan-400); font-weight: 600; font-size: 0.85rem;
  padding: 7px 15px; border-radius: 999px; margin-bottom: 22px;
}
.hero-badge .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan-400); box-shadow: 0 0 10px var(--cyan-400); }

/* Hero framework card */
.framework-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-lg);
  padding: 30px;
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(4px);
}
.framework-card h4 { color: #fff; font-size: 0.82rem; letter-spacing: .12em; text-transform: uppercase; color: var(--cyan-400); margin-bottom: 20px; }
.fw-step { display: flex; gap: 16px; padding: 16px 0; border-bottom: 1px dashed rgba(255,255,255,.12); }
.fw-step:last-child { border-bottom: 0; padding-bottom: 0; }
.fw-step .num {
  flex: none; width: 40px; height: 40px; border-radius: 11px;
  background: rgba(30,212,230,.14); color: var(--cyan-400);
  display: grid; place-items: center; font-weight: 800;
}
.fw-step .t { color: #fff; font-weight: 700; margin-bottom: 2px; }
.fw-step .d { color: #9fb3d0; font-size: .92rem; line-height: 1.5; }

/* Stats strip ------------------------------------------------------------ */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.stat { text-align: center; }
.stat .n { font-size: 2.4rem; font-weight: 800; color: var(--ink); letter-spacing: -0.03em; }
.bg-navy .stat .n { color: #fff; }
.stat .l { color: var(--muted); font-size: 0.95rem; }
.bg-navy .stat .l { color: #9fb3d0; }

/* Cards / grids ---------------------------------------------------------- */
.grid { display: grid; gap: 26px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 30px;
  box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #cfe7ee; }
.card .ico {
  width: 52px; height: 52px; border-radius: 14px;
  background: linear-gradient(135deg, rgba(30,212,230,.16), rgba(17,168,189,.12));
  color: var(--cyan-600); display: grid; place-items: center;
  margin-bottom: 18px;
}
.card .ico svg { width: 26px; height: 26px; }
.card h3 { margin-bottom: 9px; font-size: 1.18rem; }
.card p { color: var(--body); font-size: 0.98rem; margin-bottom: 0; }
.card .num-tag { font-size: .8rem; font-weight: 800; color: var(--cyan-600); letter-spacing: .1em; }

/* Pillar card with accent */
.pillar { position: relative; overflow: hidden; }
.pillar::after { content: ""; position: absolute; top: 0; left: 0; width: 4px; height: 100%; background: var(--grad-cyan); opacity: 0; transition: opacity .2s; }
.pillar:hover::after { opacity: 1; }

/* Problem list ----------------------------------------------------------- */
.prob-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 28px; }
.prob-item { display: flex; gap: 13px; align-items: flex-start; padding: 6px 0; }
.prob-item .x {
  flex: none; width: 24px; height: 24px; border-radius: 7px; margin-top: 2px;
  background: rgba(255, 99, 99, .12); color: #e05656;
  display: grid; place-items: center; font-weight: 800; font-size: .85rem;
}
.prob-item p { margin: 0; color: var(--body); }

/* Check list ------------------------------------------------------------- */
.check-list li { display: flex; gap: 12px; align-items: flex-start; padding: 9px 0; }
.check-list .ck {
  flex: none; width: 24px; height: 24px; border-radius: 50%; margin-top: 2px;
  background: rgba(30,212,230,.15); color: var(--cyan-600);
  display: grid; place-items: center; font-size: .8rem; font-weight: 800;
}

/* Steps (Outcome-Process-Execution big) ---------------------------------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; counter-reset: step; }
.step-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px 28px; position: relative; }
.step-card .step-no {
  font-size: 0.78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
  color: var(--cyan-600); margin-bottom: 10px;
}
.step-card h3 { margin-bottom: 10px; }
.step-card .arrow { position: absolute; right: -16px; top: 50%; transform: translateY(-50%); color: var(--cyan-500); z-index: 2; }
.step-card:last-child .arrow { display: none; }

/* Pricing / program cards ------------------------------------------------ */
.price-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 34px; display: flex; flex-direction: column; box-shadow: var(--shadow-sm); }
.price-card.featured { border-color: var(--cyan-500); box-shadow: 0 24px 60px rgba(30,212,230,.18); position: relative; }
.price-card .tag-pop { position: absolute; top: -13px; left: 34px; background: var(--grad-cyan); color: #04222a; font-weight: 800; font-size: .76rem; letter-spacing: .08em; padding: 6px 14px; border-radius: 999px; text-transform: uppercase; }
.price-card h3 { font-size: 1.35rem; }
.price-card .price { font-size: 2rem; font-weight: 800; color: var(--ink); margin: 8px 0 4px; }
.price-card .price small { font-size: .95rem; font-weight: 500; color: var(--muted); }
.price-card .feats { margin: 18px 0 24px; }
.price-card .feats li { padding: 7px 0; display: flex; gap: 10px; align-items: flex-start; font-size: .96rem; }
.price-card .feats .ck { flex: none; color: var(--cyan-600); font-weight: 800; }
.price-card .btn { margin-top: auto; justify-content: center; }

/* Module / curriculum list ----------------------------------------------- */
.module { display: flex; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); align-items: flex-start; }
.module:last-child { border-bottom: 0; }
.module .m-no {
  flex: none; width: 46px; height: 46px; border-radius: 12px;
  background: var(--grad-navy); color: var(--cyan-400);
  display: grid; place-items: center; font-weight: 800; font-size: 1.05rem;
}
.module .m-body h3 { font-size: 1.12rem; margin-bottom: 4px; }
.module .m-body p { margin: 0; color: var(--body); font-size: .97rem; }

/* Resource cards --------------------------------------------------------- */
.res-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s; display: flex; flex-direction: column; }
.res-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.res-card .res-top { padding: 24px 26px 0; }
.res-card .badge { display: inline-block; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--cyan-600); background: rgba(30,212,230,.12); padding: 4px 11px; border-radius: 999px; margin-bottom: 14px; }
.res-card h3 { font-size: 1.12rem; margin-bottom: 8px; }
.res-card p { font-size: .95rem; color: var(--body); }
.res-card .res-foot { margin-top: auto; padding: 0 26px 24px; }
.res-card .res-foot a { font-weight: 700; color: var(--cyan-600); display: inline-flex; align-items: center; gap: 7px; }

/* Blog ------------------------------------------------------------------- */
.cat-pills { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 44px; }
.cat-pill { padding: 9px 18px; border-radius: 999px; border: 1px solid var(--line); font-weight: 600; font-size: .9rem; color: var(--body); background: #fff; transition: .15s; cursor: pointer; }
.cat-pill:hover, .cat-pill.active { background: var(--navy-800); color: #fff; border-color: var(--navy-800); }
.post-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s; display: flex; flex-direction: column; }
.post-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.post-card .thumb { height: 168px; background: var(--grad-navy); position: relative; overflow: hidden; }
.post-card .thumb::after { content: ""; position: absolute; inset: 0; background: radial-gradient(300px 160px at 75% 20%, rgba(30,212,230,.3), transparent 70%); }
.post-card .thumb .ttag { position: absolute; left: 16px; bottom: 14px; z-index: 2; color: var(--cyan-400); font-weight: 700; font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; }
.post-card .pc-body { padding: 22px 24px; display: flex; flex-direction: column; flex: 1; }
.post-card h3 { font-size: 1.12rem; margin-bottom: 8px; }
.post-card p { font-size: .94rem; color: var(--body); }
.post-card .pc-meta { margin-top: auto; color: var(--muted); font-size: .85rem; padding-top: 12px; }

/* FAQ -------------------------------------------------------------------- */
.faq-item { border: 1px solid var(--line); border-radius: var(--radius-sm); margin-bottom: 14px; background: #fff; overflow: hidden; }
.faq-q { width: 100%; text-align: left; background: none; border: 0; cursor: pointer; padding: 20px 24px; font-weight: 700; color: var(--ink); font-size: 1.04rem; display: flex; justify-content: space-between; align-items: center; gap: 16px; font-family: inherit; }
.faq-q .pm { flex: none; width: 26px; height: 26px; border-radius: 7px; background: var(--bg-soft); display: grid; place-items: center; color: var(--cyan-600); font-weight: 800; transition: .2s; }
.faq-item.open .faq-q .pm { background: var(--cyan-500); color: #fff; transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a p { padding: 0 24px 20px; margin: 0; color: var(--body); }

/* CTA band --------------------------------------------------------------- */
.cta-band { background: var(--grad-navy); border-radius: var(--radius-lg); padding: 56px 48px; position: relative; overflow: hidden; text-align: center; }
.cta-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(500px 260px at 80% 10%, rgba(30,212,230,.22), transparent 60%); }
.cta-band > * { position: relative; z-index: 2; }
.cta-band h2 { color: #fff; margin-bottom: 12px; }
.cta-band p { color: #a9bcd8; max-width: 560px; margin: 0 auto 26px; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* Quote / message -------------------------------------------------------- */
.quote-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.quote { background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--cyan-500); border-radius: var(--radius-sm); padding: 24px 26px; font-size: 1.06rem; font-weight: 600; color: var(--ink); line-height: 1.55; box-shadow: var(--shadow-sm); }

/* Forms ------------------------------------------------------------------ */
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 36px; box-shadow: var(--shadow); }
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 600; color: var(--ink); margin-bottom: 7px; font-size: .94rem; }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 15px; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  font-family: inherit; font-size: 1rem; color: var(--ink); background: #fbfdff; transition: border-color .15s, box-shadow .15s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--cyan-500); box-shadow: 0 0 0 4px rgba(30,212,230,.14); }
.field textarea { min-height: 120px; resize: vertical; }
.form-note { font-size: .85rem; color: var(--muted); margin-top: 4px; }

/* Page hero (interior) --------------------------------------------------- */
.page-hero { background: var(--grad-navy); color: #c9d6ea; padding: 76px 0 64px; position: relative; overflow: hidden; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(620px 320px at 85% 0%, rgba(30,212,230,.18), transparent 60%); }
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { color: #fff; margin-bottom: 14px; }
.page-hero p { color: #a9bcd8; font-size: 1.12rem; max-width: 680px; }
.breadcrumb { font-size: .88rem; color: #7e93b5; margin-bottom: 18px; }
.breadcrumb a:hover { color: var(--cyan-400); }

/* Prose ------------------------------------------------------------------ */
.prose { max-width: 760px; }
.prose h2 { margin: 40px 0 14px; }
.prose h3 { margin: 28px 0 10px; }
.prose p { margin-bottom: 16px; }
.prose ul { margin: 0 0 18px; }
.prose ul li { padding: 6px 0 6px 28px; position: relative; }
.prose ul li::before { content: ""; position: absolute; left: 4px; top: 15px; width: 8px; height: 8px; border-radius: 50%; background: var(--cyan-500); }

/* Footer ----------------------------------------------------------------- */
.site-footer { background: var(--navy-900); color: #9fb3d0; padding: 64px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 36px; }
.site-footer .brand { color: #fff; margin-bottom: 14px; }
.site-footer p { color: #8ba0c0; font-size: .95rem; max-width: 320px; }
.footer-col h4 { color: #fff; font-size: .95rem; margin-bottom: 16px; letter-spacing: .02em; }
.footer-col a { display: block; padding: 6px 0; color: #9fb3d0; font-size: .94rem; transition: color .15s; }
.footer-col a:hover { color: var(--cyan-400); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); margin-top: 44px; padding-top: 24px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: .88rem; color: #748aab; }

/* Utility ---------------------------------------------------------------- */
.mt-0 { margin-top: 0; } .mb-0 { margin-bottom: 0; }
.mb-40 { margin-bottom: 40px; } .mb-24 { margin-bottom: 24px; }
.tag-row { display: flex; flex-wrap: wrap; gap: 10px; }
.tag { font-size: .85rem; font-weight: 600; color: var(--navy-700); background: var(--bg-softer); padding: 7px 14px; border-radius: 999px; border: 1px solid var(--line); }

/* Reveal on scroll ------------------------------------------------------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* Responsive ------------------------------------------------------------- */
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); gap: 32px 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
}
@media (max-width: 760px) {
  body { font-size: 16px; }
  .section { padding: 60px 0; }
  .nav-links, .nav-cta .btn-desktop { display: none; }
  .nav-links.show {
    display: flex; position: absolute; top: 72px; left: 0; right: 0;
    flex-direction: column; align-items: flex-start; gap: 4px;
    background: #fff; border-bottom: 1px solid var(--line); padding: 16px 24px 22px;
    box-shadow: var(--shadow);
  }
  .nav-links.show a { padding: 10px 0; width: 100%; border-bottom: 1px solid var(--bg-soft); }
  .nav-toggle { display: block; }
  .grid-2, .grid-3, .grid-4, .prob-grid, .steps, .quote-grid, .price-grid, .quote-grid { grid-template-columns: 1fr; }
  .steps .arrow { display: none; }
  .step-card .arrow { display: none; }
  .cta-band { padding: 40px 24px; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero { padding: 64px 0 72px; }
  .page-hero { padding: 56px 0 48px; }
}
