/* ============================================================
   The Leadership Partner — Leadership Response Pages
   Additional styles to supplement the existing Canvas theme
   ============================================================ */

/* --- Variables --- */
:root {
  --lr-dark:   #1a2439;
  --lr-orange: #e05a27;
  --lr-teal:   #3ecbcb;
  --lr-light:  #f7f8fa;
  --lr-white:  #ffffff;
  --lr-text:   #444444;
}

/* ---- General Article Layout ---- */
.lr-page-title {
  background-color: var(--lr-dark);
  padding: 70px 0 50px;
  text-align: center;
}
.lr-page-title .lr-concept-badge {
  display: inline-block;
  background-color: var(--lr-teal);
  color: var(--lr-dark);
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 3px;
  margin-bottom: 18px;
}
.lr-page-title h1 {
  color: var(--lr-white);
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 1.2;
}
.lr-page-title h1 span {
  color: var(--lr-teal);
}
.lr-page-title .lr-subtitle {
  color: rgba(255,255,255,0.75);
  font-size: 18px;
  margin-bottom: 20px;
}
.lr-meta {
  color: rgba(255,255,255,0.5);
  font-size: 13px;
}
.lr-meta span { margin: 0 8px; }

/* ---- Hero Banner Image ---- */
.lr-hero-image {
  width: 100%;
  display: block;
  margin-bottom: 0;
}
.lr-hero-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* ---- Article Body ---- */
.lr-article-body {
  padding: 60px 0 40px;
  background: #fff;
}
.lr-article-body .lr-content {
  max-width: 820px;
  margin: 0 auto;
}
.lr-article-body p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--lr-text);
  margin-bottom: 16px;
}
.lr-article-body h2 {
  font-size: 26px;
  font-weight: 800;
  color: var(--lr-dark);
  text-transform: uppercase;
  margin-top: 42px;
  margin-bottom: 16px;
  border-left: 4px solid var(--lr-orange);
  padding-left: 16px;
}
.lr-article-body h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--lr-dark);
  margin-top: 36px;
  margin-bottom: 12px;
}
.lr-article-body ul.lr-bullets {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
.lr-article-body ul.lr-bullets li {
  font-size: 15px;
  color: var(--lr-text);
  padding: 5px 0 5px 24px;
  position: relative;
  line-height: 1.6;
}
.lr-article-body ul.lr-bullets li::before {
  content: "→";
  color: var(--lr-orange);
  position: absolute;
  left: 0;
  font-weight: 700;
}
.lr-article-body blockquote {
  border-left: 3px solid var(--lr-teal);
  background: var(--lr-light);
  padding: 18px 24px;
  margin: 28px 0;
  font-style: normal;
  font-size: 16px;
  color: var(--lr-dark);
  font-weight: 500;
}

/* ---- Shift Cards (Article 3) ---- */
.lr-shift-card {
  background: var(--lr-light);
  border-radius: 6px;
  padding: 28px 28px 20px;
  margin-bottom: 28px;
  border-top: 4px solid var(--lr-orange);
}
.lr-shift-card .lr-shift-number {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--lr-orange);
  margin-bottom: 6px;
}
.lr-shift-card h3 {
  font-size: 18px;
  margin-top: 0;
  color: var(--lr-dark);
}
.lr-shift-arrow {
  display: inline-block;
  background: var(--lr-dark);
  color: var(--lr-teal);
  padding: 3px 12px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 12px;
}

/* ---- Continue the Journey CTA ---- */
.lr-continue-box {
  background: var(--lr-dark);
  border-radius: 8px;
  padding: 40px 36px;
  margin: 50px 0 20px;
  text-align: center;
}
.lr-continue-box h3 {
  color: var(--lr-teal);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12px;
}
.lr-continue-box p {
  color: rgba(255,255,255,0.85);
  font-size: 17px;
  margin-bottom: 24px;
}
.lr-btn-orange {
  display: inline-block;
  background-color: var(--lr-orange);
  color: #fff !important;
  padding: 14px 32px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none !important;
  transition: background 0.2s;
}
.lr-btn-orange:hover { background-color: #c44d20; }
.lr-btn-teal {
  display: inline-block;
  background-color: var(--lr-teal);
  color: var(--lr-dark) !important;
  padding: 14px 32px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none !important;
  margin-left: 12px;
  transition: background 0.2s;
}
.lr-btn-teal:hover { background-color: #2fb9b9; }

/* ---- Article Navigation ---- */
.lr-article-nav {
  background: var(--lr-light);
  padding: 32px 0;
  margin-top: 0;
}
.lr-article-nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.lr-nav-link {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none !important;
  color: var(--lr-dark) !important;
  font-weight: 600;
  font-size: 14px;
  padding: 16px 20px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  transition: border-color 0.2s, box-shadow 0.2s;
  max-width: 300px;
}
.lr-nav-link:hover { border-color: var(--lr-teal); box-shadow: 0 2px 8px rgba(0,0,0,0.08); }
.lr-nav-link .lr-nav-label {
  font-size: 11px;
  color: var(--lr-teal);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: block;
  font-weight: 700;
}
.lr-nav-link .lr-nav-title {
  color: var(--lr-dark);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}
.lr-nav-center {
  font-size: 13px;
  color: #999;
  text-align: center;
}
.lr-nav-center a {
  color: var(--lr-orange) !important;
  font-weight: 600;
}

/* ---- Author Bio ---- */
.lr-author-section {
  background: #fff;
  padding: 50px 0 60px;
  border-top: 1px solid #eee;
}
.lr-author-card {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  max-width: 820px;
  margin: 0 auto;
}
.lr-author-card img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.lr-author-card .lr-author-info h4 {
  font-size: 15px;
  font-weight: 800;
  color: var(--lr-dark);
  margin: 0 0 6px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.lr-author-card .lr-author-info p {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  margin: 0;
}

/* ============================================================
   Hub Page — The Complete Leadership Response™
   ============================================================ */
.lr-hub-hero {
  background: var(--lr-dark);
  padding: 90px 0 70px;
  text-align: center;
}
.lr-hub-hero .lr-eyebrow {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--lr-teal);
  margin-bottom: 16px;
}
.lr-hub-hero h1 {
  font-size: 44px;
  font-weight: 900;
  color: var(--lr-white);
  text-transform: uppercase;
  margin-bottom: 14px;
  line-height: 1.15;
}
.lr-hub-hero .lr-tagline {
  font-size: 20px;
  color: var(--lr-teal);
  font-weight: 600;
  margin-bottom: 24px;
}
.lr-hub-hero .lr-intro {
  font-size: 16px;
  color: rgba(255,255,255,0.75);
  max-width: 720px;
  margin: 0 auto 30px;
  line-height: 1.8;
}

/* ---- Concept Sections ---- */
.lr-concept-section {
  padding: 0 0 0;
}
.lr-concept-section:nth-child(even) .lr-concept-banner {
  order: 0;
}
.lr-concept-banner {
  width: 100%;
  display: block;
}
.lr-concept-banner img {
  width: 100%;
  height: auto;
  display: block;
}
.lr-concept-content {
  background: #fff;
  padding: 52px 0 48px;
}
.lr-concept-content.alt-bg {
  background: var(--lr-light);
}
.lr-concept-inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 24px;
}
.lr-concept-number {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--lr-orange);
  margin-bottom: 10px;
}
.lr-concept-content h2 {
  font-size: 30px;
  font-weight: 900;
  color: var(--lr-dark);
  text-transform: uppercase;
  margin-bottom: 8px;
  line-height: 1.2;
}
.lr-concept-content .lr-concept-tagline {
  font-size: 18px;
  color: var(--lr-teal);
  font-weight: 600;
  margin-bottom: 20px;
}
.lr-concept-content .lr-concept-body {
  font-size: 16px;
  color: var(--lr-text);
  line-height: 1.8;
  margin-bottom: 20px;
  max-width: 680px;
}
.lr-concept-content .lr-concept-bullets {
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
}
.lr-concept-content .lr-concept-bullets li {
  font-size: 15px;
  color: var(--lr-dark);
  padding-left: 20px;
  position: relative;
  line-height: 1.5;
}
.lr-concept-content .lr-concept-bullets li::before {
  content: "→";
  color: var(--lr-teal);
  position: absolute;
  left: 0;
  font-weight: 700;
}
.lr-concept-question {
  background: var(--lr-dark);
  border-radius: 6px;
  padding: 20px 24px;
  margin-bottom: 28px;
  display: inline-block;
  max-width: 680px;
}
.lr-concept-question .lr-q-label {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--lr-teal);
  display: block;
  margin-bottom: 6px;
}
.lr-concept-question p {
  color: #fff;
  font-size: 15px;
  font-style: italic;
  margin: 0;
  line-height: 1.6;
}

/* ---- Hub Closing CTA ---- */
.lr-hub-closing {
  background: var(--lr-dark);
  padding: 80px 0;
  text-align: center;
}
.lr-hub-closing h2 {
  color: var(--lr-white);
  font-size: 34px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.lr-hub-closing .lr-summary {
  color: rgba(255,255,255,0.75);
  font-size: 16px;
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.8;
}
.lr-service-cards {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
.lr-service-card {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 8px;
  padding: 24px 28px;
  width: 220px;
  text-align: center;
  transition: border-color 0.2s, background 0.2s;
}
.lr-service-card:hover {
  border-color: var(--lr-teal);
  background: rgba(62,203,203,0.08);
}
.lr-service-card h4 {
  color: var(--lr-white);
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
}

/* ---- Responsive ---- */
@media (max-width: 767px) {
  .lr-hub-hero h1 { font-size: 28px; }
  .lr-concept-content h2 { font-size: 22px; }
  .lr-page-title h1 { font-size: 24px; }
  .lr-author-card { flex-direction: column; }
  .lr-article-nav .container { flex-direction: column; }
  .lr-nav-link { max-width: 100%; width: 100%; }
  .lr-service-cards { flex-direction: column; align-items: center; }
  .lr-service-card { width: 100%; max-width: 280px; }
}
