/*
Theme Name: LearnPro WordPress V2
Theme URI: https://learnpro.in/
Author: LearnPro
Description: WordPress port of the LearnPro civil services publishing and coaching site with full homepage and mega navigation.
Version: 2.2.0
Requires at least: 6.0
Tested up to: 7.0
Text Domain: learnpro
*/

:root {
  --lp-ink: #111827;
  --lp-muted: #667085;
  --lp-soft: #f5f7fa;
  --lp-paper: #ffffff;
  --lp-line: #e5e7eb;
  --lp-navy: #14283d;
  --lp-navy-2: #0f2a40;
  --lp-orange: #f97316;
  --lp-gold: #d89b25;
  --lp-teal: #27b99f;
  --lp-rose: #fa5b89;
  --lp-violet: #875cf6;
  --lp-green: #16a34a;
  --lp-shadow: 0 18px 45px rgba(16, 24, 40, .10);
  --lp-max: 1220px;
  --lp-font-body: Manrope, "Noto Sans Devanagari", "Segoe UI Variable", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  --lp-font-ui: "Segoe UI Variable", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--lp-ink);
  background: #ffffff;
  font-family: var(--lp-font-body);
  font-size: 16px;
  line-height: 1.62;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-synthesis: none;
}

.lp-top-strip,
.lp-brand,
.lp-quick-nav,
.lp-header-tools,
.lp-mega-nav,
.lp-mobile-panel,
.lp-button,
input,
button {
  font-family: var(--lp-font-ui);
  font-synthesis: none;
}

body.lp-mobile-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
input {
  font: inherit;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.lp-container {
  width: min(var(--lp-max), calc(100% - 32px));
  margin: 0 auto;
}

.lp-icon {
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
}

.lp-site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: rgba(255, 255, 255, .98);
  border-bottom: 1px solid var(--lp-line);
  box-shadow: 0 1px 0 rgba(16, 24, 40, .02);
}

.lp-top-strip {
  background: #0f172a;
  color: #dbeafe;
  font-size: 12.5px;
  font-weight: 700;
}

.lp-top-strip-inner,
.lp-top-left,
.lp-top-right {
  display: flex;
  align-items: center;
}

.lp-top-strip-inner {
  min-height: 34px;
  justify-content: space-between;
  gap: 16px;
}

.lp-top-left,
.lp-top-right {
  gap: 18px;
}

.lp-top-strip a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #ffffff;
}

.lp-header-main {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 74px;
  align-items: center;
  gap: 18px;
}

.lp-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 190px;
  font-weight: 900;
}

.lp-brand img {
  width: 44px;
  height: 44px;
}

.lp-brand-name {
  display: block;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0;
}

.lp-brand-name span {
  color: var(--lp-orange);
}

.lp-brand-kicker {
  display: block;
  width: max-content;
  margin-top: 4px;
  border: 1px solid #cfd5df;
  padding: 1px 5px;
  color: var(--lp-muted);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lp-quick-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.lp-quick-nav a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 6px;
  border: 1px solid transparent;
  padding: 7px 12px;
  color: var(--lp-navy);
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.15;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}

.lp-quick-nav .lp-icon {
  width: 14px;
  height: 14px;
}

.lp-quick-nav a:hover {
  background: #f3f6fb;
}

.lp-quick-nav a.is-hot {
  background: var(--lp-orange);
  color: #fff;
}

.lp-quick-nav a.is-outline {
  border-color: var(--lp-navy);
  background: #fff;
}

.lp-quick-nav a.is-outline:hover,
.lp-quick-nav a.is-dark {
  background: var(--lp-navy);
  color: #fff;
}

.lp-quick-nav a.is-forest {
  border-radius: 999px;
  background: #dc2626;
  color: #fff;
  padding-inline: 14px;
}

.lp-quick-nav a.is-forest img {
  width: 14px;
  height: 14px;
  filter: brightness(0) invert(1);
}

.lp-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, .16);
}

.lp-header-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.lp-search {
  position: relative;
  width: min(270px, 22vw);
}

.lp-search .lp-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  width: 15px;
  height: 15px;
  color: #98a2b3;
  transform: translateY(-50%);
}

.lp-search input,
.lp-mobile-search input {
  width: 100%;
  min-height: 38px;
  border: 1px solid #d7dce5;
  border-radius: 8px;
  background: #f8fafc;
  color: var(--lp-ink);
  outline: none;
}

.lp-search input {
  padding: 8px 12px 8px 38px;
  font-size: 14px;
}

.lp-search input:focus,
.lp-mobile-search input:focus {
  border-color: var(--lp-navy);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(20, 40, 61, .10);
}

.lp-mobile-toggle {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--lp-line);
  border-radius: 8px;
  background: #fff;
  color: var(--lp-navy);
}

.lp-mega-row {
  border-top: 1px solid var(--lp-line);
  background: #fff;
}

.lp-mega-wrap {
  position: relative;
}

.lp-mega-nav {
  display: flex;
  align-items: stretch;
  gap: 2px;
  min-height: 48px;
  overflow-x: auto;
  scrollbar-width: none;
}

.lp-mega-nav::-webkit-scrollbar {
  display: none;
}

.lp-nav-item {
  position: static;
}

.lp-nav-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 0;
  border-top: 3px solid transparent;
  background: transparent;
  padding: 0 12px;
  color: #344054;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.15;
  text-transform: none;
  white-space: nowrap;
  cursor: pointer;
  transition: color .16s ease, background .16s ease, border-color .16s ease;
}

.lp-nav-button .lp-icon {
  width: 14px;
  height: 14px;
}

.lp-nav-button:hover,
.lp-nav-button.is-active {
  border-top-color: var(--lp-gold);
  background: #f8fafc;
  color: var(--lp-navy);
}

.lp-mega-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 100;
  display: none;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 20px;
  max-height: min(72vh, 620px);
  overflow: auto;
  border: 1px solid var(--lp-line);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  background: #fff;
  padding: 18px;
  box-shadow: var(--lp-shadow);
}

.lp-mega-panel.is-active {
  display: grid;
}

.lp-mega-intro {
  border-radius: 8px;
  background: linear-gradient(145deg, var(--lp-navy), #203b59);
  color: #fff;
  padding: 20px;
}

.lp-mega-intro p,
.lp-mega-intro span {
  margin: 0;
  color: #bfd2e5;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.lp-mega-intro h3 {
  margin: 8px 0 16px;
  font-size: 28px;
  line-height: 1.05;
}

.lp-mega-intro a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffdca8;
  font-size: 13px;
  font-weight: 900;
}

.lp-mega-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 18px;
}

.lp-mega-branch {
  break-inside: avoid;
}

.lp-mega-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border-radius: 8px;
  padding: 9px 10px;
  color: #344054;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.25;
}

.lp-mega-link:hover {
  background: #eef4ff;
  color: var(--lp-navy);
}

.lp-mega-nested {
  margin: 2px 0 6px 11px;
  border-left: 2px solid #edf1f7;
  padding-left: 8px;
}

.lp-mega-nested .lp-mega-link {
  padding-block: 6px;
  color: #5d6675;
  font-size: 12px;
  font-weight: 700;
}

.lp-static-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.lp-static-card {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 10px;
  align-items: start;
  min-height: 96px;
  border: 1px solid var(--lp-line);
  border-radius: 8px;
  padding: 14px;
  background: #fff;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.lp-static-card:hover {
  border-color: #bfdbfe;
  box-shadow: 0 14px 30px rgba(20, 40, 61, .10);
  transform: translateY(-1px);
}

.lp-static-card > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 8px;
  background: #eef4ff;
  color: var(--lp-navy);
}

.lp-static-card strong,
.lp-static-card em {
  display: block;
}

.lp-static-card strong {
  color: var(--lp-ink);
  font-size: 14px;
  line-height: 1.2;
}

.lp-static-card em {
  margin-top: 4px;
  color: var(--lp-muted);
  font-size: 12px;
  font-style: normal;
  line-height: 1.35;
}

.lp-mobile-panel {
  position: fixed;
  inset: 0 0 0 auto;
  z-index: 200;
  width: min(420px, 100vw);
  display: none;
  flex-direction: column;
  background: #fff;
  box-shadow: -20px 0 45px rgba(16, 24, 40, .20);
}

.lp-mobile-panel.is-open {
  display: flex;
}

.lp-mobile-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--lp-line);
  padding: 14px 16px;
  font-weight: 900;
}

.lp-mobile-panel-head button {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--lp-line);
  border-radius: 8px;
  background: #fff;
}

.lp-mobile-search {
  position: relative;
  padding: 12px 16px;
}

.lp-mobile-search .lp-icon {
  position: absolute;
  left: 28px;
  top: 50%;
  width: 15px;
  transform: translateY(-50%);
  color: #98a2b3;
}

.lp-mobile-search input {
  padding: 10px 12px 10px 38px;
}

.lp-mobile-scroll {
  overflow: auto;
  padding: 0 14px 18px;
}

.lp-mobile-main-link,
.lp-mobile-cta {
  display: flex;
  min-height: 42px;
  align-items: center;
  border-radius: 8px;
  padding: 9px 12px;
  font-size: 14px;
  font-weight: 800;
}

.lp-mobile-main-link.is-hot {
  color: var(--lp-orange);
}

.lp-mobile-cta {
  justify-content: center;
  margin-top: 12px;
  background: var(--lp-orange);
  color: #fff;
}

.lp-mobile-details {
  border-top: 1px solid var(--lp-line);
}

.lp-mobile-details summary {
  cursor: pointer;
  padding: 12px;
  font-weight: 900;
}

.lp-mobile-details .lp-mega-nested {
  margin-left: 4px;
}

.lp-mobile-details .lp-mega-link {
  font-size: 13px;
}

.lp-announcement {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  overflow: hidden;
  background: #111827;
  color: #fff;
}

.lp-ann-label,
.lp-ann-phone {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 42px;
  align-items: center;
  gap: 9px;
  background: linear-gradient(90deg, var(--lp-orange), #ea580c);
  padding: 0 22px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.lp-ann-phone {
  font-size: 13px;
  text-transform: none;
}

.lp-ann-track {
  display: flex;
  gap: 40px;
  width: max-content;
  min-width: 100%;
  padding: 0 24px;
  color: #cbd5e1;
  font-size: 13px;
  font-weight: 650;
  white-space: nowrap;
  animation: lpTicker 32s linear infinite;
}

.lp-ann-track span::after {
  content: "•";
  margin-left: 40px;
  color: var(--lp-orange);
}

@keyframes lpTicker {
  from { transform: translateX(0); }
  to { transform: translateX(-45%); }
}

.lp-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 10px 16px;
  background: var(--lp-navy);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.1;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.lp-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(20, 40, 61, .18);
}

.lp-button.is-orange {
  background: var(--lp-orange);
}

.lp-button.is-teal {
  background: var(--lp-teal);
}

.lp-button.is-outline {
  border-color: var(--lp-navy);
  background: transparent;
  color: var(--lp-navy);
}

.lp-hero-band {
  border-bottom: 1px solid var(--lp-line);
  background: #f2f2f2;
  padding: 20px 0 34px;
}

.lp-hero-grid {
  display: grid;
  grid-template-columns: minmax(260px, .88fr) minmax(0, 1.9fr);
  gap: 14px;
}

.lp-channel-card,
.lp-promo-slider,
.lp-info-panel,
.lp-card,
.lp-update-column,
.lp-founder-card,
.lp-testimonial {
  border: 1px solid var(--lp-line);
  border-radius: 8px;
  background: var(--lp-paper);
  box-shadow: 0 10px 28px rgba(16, 24, 40, .06);
}

.lp-channel-card {
  position: relative;
  min-height: 270px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px;
  text-align: center;
}

.lp-channel-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--lp-channel-bg);
  background-position: center;
  background-size: cover;
}

.lp-channel-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(248, 237, 220, .84);
}

.lp-channel-card > * {
  position: relative;
  z-index: 1;
}

.lp-channel-logo {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  margin: 0 auto 16px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(16, 24, 40, .14);
}

.lp-channel-logo img {
  width: 46px;
  height: 46px;
}

.lp-channel-card h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
  letter-spacing: 0;
}

.lp-channel-cta {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  margin: 24px 0 0;
  background: #dc2626;
  padding: 0 18px;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

.lp-promo-slider {
  position: relative;
  min-height: 270px;
  overflow: hidden;
  background: #0b1220;
}

.lp-promo-slide {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  padding: 34px 58px 42px 94px;
  color: #fff;
  transition: opacity .45s ease;
}

.lp-promo-slide.is-active {
  opacity: 1;
  z-index: 1;
}

.lp-promo-slide::before,
.lp-promo-slide::after {
  content: "";
  position: absolute;
  inset: 0;
}

.lp-promo-slide::before {
  z-index: -2;
  background: #0b1220;
}

.lp-promo-slide::after {
  z-index: -1;
  opacity: .94;
}

.lp-promo-slide.is-rose::after { background: linear-gradient(90deg, #8f1235, #a41442 55%, #3a0c20); }
.lp-promo-slide.is-teal::after { background: linear-gradient(90deg, #0a3140, #0b5268 55%, #051924); }
.lp-promo-slide.is-violet::after { background: linear-gradient(90deg, #3b187f, #6d3de8 55%, #1d0c44); }

.lp-promo-slide img {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .34;
}

.lp-promo-slide h1 {
  max-width: 780px;
  margin: 0;
  color: #ffe45c;
  font-size: clamp(30px, 4.2vw, 50px);
  line-height: 1.04;
  letter-spacing: 0;
}

.lp-promo-slide p,
.lp-promo-slide strong {
  max-width: 780px;
}

.lp-promo-slide p {
  margin: 14px 0 0;
  color: #fff;
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 900;
}

.lp-promo-slide strong {
  margin-top: 12px;
  font-size: clamp(18px, 2.2vw, 28px);
}

.lp-promo-tag {
  width: fit-content;
  margin-bottom: 14px;
  border-radius: 999px;
  background: #ffd24a;
  padding: 6px 14px;
  color: #551229;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.lp-promo-phone {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  gap: 8px;
  border-radius: 0 16px 0 0;
  background: #fff;
  padding: 0 20px;
  color: #b51b3f;
  font-size: 22px;
  font-weight: 900;
}

.lp-slider-dots {
  position: absolute;
  right: 18px;
  bottom: 16px;
  z-index: 4;
  display: flex;
  gap: 8px;
}

.lp-slider-dots button {
  width: 28px;
  height: 4px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .45);
  cursor: pointer;
}

.lp-slider-dots button.is-active {
  background: #ffd24a;
}

.lp-portal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 18px;
}

.lp-panel-head {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 15px 18px;
  color: #fff;
  font-weight: 900;
}

.lp-panel-head > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.lp-panel-head.is-teal { background: var(--lp-teal); }
.lp-panel-head.is-violet { background: var(--lp-violet); }
.lp-panel-head.is-rose { background: var(--lp-rose); }

.lp-answer-five .lp-panel-head b {
  display: inline-grid;
  width: 27px;
  height: 27px;
  place-items: center;
  margin-left: 5px;
  border-radius: 999px;
  background: #fff;
  color: #111827;
  font-size: 13px;
}

.lp-answer-five .lp-panel-head b:first-child {
  background: #111827;
  color: #fff;
}

.lp-info-panel-body {
  padding: 20px;
}

.lp-info-panel-body h3 {
  margin: 8px 0 12px;
  font-size: 19px;
  line-height: 1.45;
}

.lp-info-panel-body ol {
  margin: 0 0 18px;
  padding-left: 20px;
  color: #475467;
  font-size: 14px;
}

.lp-list-links,
.lp-link-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp-list-links li + li,
.lp-link-list li + li {
  border-top: 1px solid var(--lp-line);
}

.lp-list-links a,
.lp-link-list a {
  display: block;
  padding: 14px 18px;
}

.lp-list-links strong,
.lp-link-list strong {
  display: block;
  color: var(--lp-ink);
  line-height: 1.35;
}

.lp-list-links span,
.lp-link-list span,
.lp-card-kicker,
.lp-section-label {
  color: var(--lp-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.lp-link-list a:hover strong,
.lp-list-links a:hover strong {
  color: var(--lp-orange);
}

.lp-section {
  padding: 64px 0;
}

.lp-section.is-soft {
  background: var(--lp-soft);
}

.lp-section.is-dark-band {
  background: #111827;
  color: #fff;
}

.lp-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.lp-section-head.is-centered {
  justify-content: center;
  text-align: center;
}

.lp-section-head h2,
.lp-about-grid h2,
.lp-why-grid h2,
.lp-app-grid h2,
.lp-archive-title,
.lp-entry-title {
  margin: 0;
  font-size: clamp(30px, 3.3vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
}

.lp-section-head p:not(.lp-section-label),
.lp-about-grid > div > p,
.lp-why-grid p,
.lp-app-grid p {
  max-width: 700px;
  margin: 10px 0 0;
  color: var(--lp-muted);
  font-size: 16px;
}

.lp-section-label {
  margin: 0 0 8px;
  color: var(--lp-gold);
  letter-spacing: 0;
}

.lp-updates-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr 1fr;
  gap: 18px;
}

.lp-update-column {
  overflow: hidden;
}

.lp-update-column h3 {
  margin: 0;
  border-bottom: 1px solid var(--lp-line);
  padding: 18px;
  color: var(--lp-navy);
  font-size: 20px;
}

.lp-update-column.is-dark {
  background: var(--lp-navy);
  color: #fff;
}

.lp-update-column.is-dark h3 {
  border-color: rgba(255, 255, 255, .14);
  color: #fff;
}

.lp-update-column.is-dark .lp-link-list li {
  border-color: rgba(255, 255, 255, .12);
}

.lp-update-column.is-dark .lp-link-list strong {
  color: #fff;
}

.lp-update-column.is-dark .lp-link-list span {
  color: #bfd2e5;
}

.lp-course-table {
  overflow: hidden;
  border: 1px solid var(--lp-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(16, 24, 40, .06);
}

.lp-course-row {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 160px 120px;
  gap: 14px;
  align-items: center;
  border-bottom: 1px solid var(--lp-line);
  padding: 16px 18px;
}

.lp-course-row:last-child {
  border-bottom: 0;
}

.lp-course-row:hover {
  background: #f8fafc;
}

.lp-course-row span {
  color: var(--lp-orange);
  font-size: 14px;
  font-weight: 900;
}

.lp-course-row strong {
  font-size: 16px;
  line-height: 1.3;
}

.lp-course-row em {
  color: var(--lp-muted);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

.lp-course-row b {
  justify-self: end;
  color: var(--lp-navy);
  font-size: 13px;
}

.lp-center-action {
  margin: 24px 0 0;
  text-align: center;
}

.lp-about-grid,
.lp-why-grid,
.lp-app-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  gap: 42px;
  align-items: start;
}

.lp-principles {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.lp-principles > div {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
}

.lp-principles span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 8px;
  background: #fff4ed;
  color: var(--lp-orange);
}

.lp-principles strong {
  display: block;
  font-size: 16px;
}

.lp-principles p {
  grid-column: 2;
  margin: -8px 0 0;
  color: #667085;
  font-size: 14px;
}

.lp-founder-card {
  padding: 22px;
  text-align: center;
}

.lp-founder-card h3 {
  margin: 0 0 18px;
  font-size: 20px;
}

.lp-founder-card img {
  width: 190px;
  height: 190px;
  margin: 0 auto 20px;
  border: 5px solid #fed7aa;
  border-radius: 50%;
  object-fit: cover;
}

.lp-founder-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.lp-founder-card li {
  position: relative;
  padding: 8px 0 8px 18px;
  color: #475467;
  font-size: 14px;
}

.lp-founder-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lp-orange);
}

.lp-why-grid {
  align-items: center;
}

.lp-why-grid p {
  color: #cbd5e1;
}

.lp-why-grid .lp-section-label {
  color: #ffd24a;
}

.lp-why-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.lp-why-cards a {
  min-height: 132px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .06);
  padding: 18px;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
}

.lp-why-cards span {
  display: block;
  margin-top: 8px;
  color: #cbd5e1;
  font-size: 13px;
  font-weight: 600;
}

.learnpro-card-grid,
.lp-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.lp-card-grid.is-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lp-card,
.learnpro-card {
  overflow: hidden;
}

.lp-card-image,
.learnpro-card-image {
  display: block;
  aspect-ratio: 16 / 9;
  background: #e8eef5;
}

.lp-card-image img,
.learnpro-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-card-body,
.learnpro-card-body {
  padding: 18px;
}

.lp-card h3,
.learnpro-card h3 {
  margin: 6px 0 10px;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0;
}

.lp-card p,
.learnpro-card p {
  margin: 0;
  color: var(--lp-muted);
  font-size: 14px;
}

.lp-card-meta {
  display: flex;
  gap: 10px;
  margin-top: 14px;
  color: #98a2b3;
  font-size: 12px;
  font-weight: 700;
}

.lp-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.lp-testimonial {
  padding: 22px;
}

.lp-testimonial div {
  color: #475467;
}

.lp-testimonial blockquote {
  margin: 0;
}

.lp-testimonial strong {
  display: block;
  margin-top: 16px;
  color: var(--lp-navy);
}

.lp-app-banner {
  overflow: hidden;
  background: radial-gradient(circle at 80% 30%, rgba(249, 115, 22, .20), transparent 28%), linear-gradient(135deg, #101828, #14283d);
  color: #fff;
  padding: 64px 0;
}

.lp-app-grid {
  align-items: center;
}

.lp-app-grid p {
  color: #d7e2ef;
}

.lp-app-grid .lp-section-label {
  color: #ffd24a;
}

.lp-app-media {
  position: relative;
  min-height: 300px;
}

.lp-app-media img:first-child {
  position: absolute;
  right: 120px;
  bottom: 0;
  width: 210px;
}

.lp-app-media img:last-child {
  position: absolute;
  right: 0;
  top: 0;
  width: 220px;
  border-radius: 22px;
  box-shadow: 0 24px 55px rgba(0, 0, 0, .30);
}

.lp-entry-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 40px;
  padding: 52px 0;
}

.lp-entry,
.lp-sidebar-box {
  border: 1px solid var(--lp-line);
  border-radius: 8px;
  background: #fff;
  padding: 28px;
  box-shadow: 0 10px 28px rgba(16, 24, 40, .06);
}

.lp-entry-title {
  margin-bottom: 14px;
}

.lp-entry-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 22px;
  color: var(--lp-muted);
  font-size: 13px;
  font-weight: 750;
}

.lp-entry-image {
  margin: 22px 0;
  overflow: hidden;
  border-radius: 8px;
}

.lp-entry-content {
  color: #253044;
  font-size: 17px;
  line-height: 1.78;
}

.lp-entry-content h2,
.lp-entry-content h3 {
  color: var(--lp-ink);
  line-height: 1.18;
}

.lp-sidebar {
  display: grid;
  align-content: start;
  gap: 18px;
}

.lp-sidebar-box h3 {
  margin: 0 0 8px;
}

.lp-archive-title {
  margin: 0;
}

.lp-footer {
  background: #0f172a;
  color: #d8e2ef;
  padding: 56px 0 0;
}

.lp-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 30px;
}

.lp-footer h3,
.lp-footer h4 {
  margin: 0 0 12px;
  color: #fff;
}

.lp-footer p {
  margin: 0;
  color: #aab8ca;
}

.lp-footer a {
  display: block;
  margin: 8px 0;
  color: #d8e2ef;
  font-size: 14px;
}

.lp-footer a:hover {
  color: #ffd24a;
}

.lp-footer-bottom {
  margin-top: 38px;
  border-top: 1px solid rgba(255, 255, 255, .10);
  padding: 18px 0;
  color: #94a3b8;
  font-size: 13px;
}

.navigation.pagination {
  margin-top: 30px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-numbers {
  display: inline-flex;
  min-width: 38px;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--lp-line);
  border-radius: 8px;
  padding: 6px 10px;
  font-weight: 800;
}

.page-numbers.current {
  background: var(--lp-navy);
  color: #fff;
}

@media (max-width: 1180px) {
  .lp-header-main {
    grid-template-columns: auto 1fr auto;
  }

  .lp-quick-nav {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .lp-search {
    width: 210px;
  }

  .lp-mega-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .lp-top-strip,
  .lp-quick-nav,
  .lp-mega-row,
  .lp-search {
    display: none;
  }

  .lp-header-main {
    display: flex;
    min-height: 68px;
    justify-content: space-between;
  }

  .lp-mobile-toggle {
    display: inline-flex;
  }

  .lp-announcement {
    grid-template-columns: 1fr;
  }

  .lp-ann-label,
  .lp-ann-phone {
    display: none;
  }

  .lp-ann-track {
    padding: 10px 16px;
  }

  .lp-hero-grid,
  .lp-portal-grid,
  .lp-updates-grid,
  .lp-about-grid,
  .lp-why-grid,
  .lp-app-grid,
  .lp-entry-wrap,
  .lp-footer-grid {
    grid-template-columns: 1fr;
  }

  .lp-section-head {
    display: block;
  }

  .lp-course-row {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .lp-course-row em,
  .lp-course-row b {
    grid-column: 2;
    justify-self: start;
  }

  .lp-card-grid,
  .learnpro-card-grid,
  .lp-card-grid.is-three,
  .lp-testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lp-promo-slide {
    padding: 30px 28px 58px;
  }

  .lp-promo-phone {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  .lp-container {
    width: min(100% - 24px, var(--lp-max));
  }

  .lp-brand img {
    width: 38px;
    height: 38px;
  }

  .lp-brand-name {
    font-size: 21px;
  }

  .lp-channel-card,
  .lp-promo-slider {
    min-height: 310px;
  }

  .lp-card-grid,
  .learnpro-card-grid,
  .lp-card-grid.is-three,
  .lp-testimonial-grid,
  .lp-why-cards,
  .lp-static-grid {
    grid-template-columns: 1fr;
  }

  .lp-section {
    padding: 46px 0;
  }

  .lp-section-head h2,
  .lp-about-grid h2,
  .lp-why-grid h2,
  .lp-app-grid h2,
  .lp-archive-title,
  .lp-entry-title {
    font-size: 30px;
  }

  .lp-app-media {
    min-height: 240px;
  }

  .lp-app-media img:first-child {
    right: 42%;
    width: 160px;
  }

  .lp-app-media img:last-child {
    width: 170px;
  }

  .lp-entry,
  .lp-sidebar-box {
    padding: 20px;
  }
}
