:root {
  --lvc-navy: #071b36;
  --lvc-blue: #164f85;
  --lvc-gold: #d3a53b;
  --lvc-gold-light: #f4d889;
  --lvc-cream: #f7f4ed;
  --lvc-ink: #14243a;
  --lvc-muted: #637083;
  --lvc-line: #dfe4eb;
}

.lv-campus-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(70px, 8vw, 110px) 0;
  color: var(--lvc-ink);
}

.lv-campus-shell h1,
.lv-campus-shell h2,
.lv-campus-shell h3 {
  color: var(--lvc-navy);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
}

.lv-campus-shell h1 {
  max-width: 920px;
  margin: 10px 0 24px;
  font-size: clamp(2.35rem, 5vw, 4.8rem);
  letter-spacing: -.035em;
}

.lv-campus-eyebrow,
.lv-campus-kicker,
.lv-campus-label {
  color: var(--lvc-blue);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.lv-campus-lead {
  max-width: 760px;
  color: var(--lvc-muted);
  font-size: 1.03rem;
  line-height: 1.8;
}

.lv-campus-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.lv-campus-card {
  display: flex;
  min-height: 310px;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--lvc-line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(7, 27, 54, .08);
}

.lv-campus-card > span {
  color: #9b7725;
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.lv-campus-card h2 { margin: 15px 0 12px; font-size: 1.5rem; }
.lv-campus-card p { color: var(--lvc-muted); font-size: .84rem; line-height: 1.72; }
.lv-campus-card .lv-campus-button { margin-top: auto; align-self: flex-start; }
.lv-campus-card--owned { border-top: 4px solid var(--lvc-gold); }

.lv-category-highlight {
  display: grid;
  grid-template-columns: minmax(220px, .65fr) minmax(0, 1.35fr);
  gap: 24px;
  align-items: center;
  margin: 34px 0 0;
  padding: 24px 28px;
  border-left: 5px solid var(--lvc-gold);
  border-radius: 8px;
  background: var(--lvc-navy);
  color: white;
}

.lv-category-highlight strong { color: var(--lvc-gold-light); font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; }
.lv-category-highlight span { color: #d9e2ed; font-size: .86rem; line-height: 1.65; }
.lv-route-graphic { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 18px; overflow: hidden; border: 1px solid var(--lvc-line); border-radius: 9px; background: var(--lvc-line); }
.lv-route-graphic > div { position: relative; display: grid; gap: 7px; min-height: 145px; padding: 24px; background: white; }
.lv-route-graphic > div:not(:last-child)::after { position: absolute; top: 50%; right: -11px; z-index: 2; width: 20px; height: 20px; border-top: 1px solid var(--lvc-line); border-right: 1px solid var(--lvc-line); background: white; content: ""; transform: translateY(-50%) rotate(45deg); }
.lv-route-graphic b { color: var(--lvc-gold); font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; }
.lv-route-graphic strong { color: var(--lvc-navy); font-size: 1rem; }
.lv-route-graphic span { color: var(--lvc-muted); font-size: .76rem; line-height: 1.55; }
.lv-card-benefits { margin: 4px 0 24px; padding: 0; list-style: none; }
.lv-card-benefits li { position: relative; margin: 8px 0; padding-left: 20px; color: var(--lvc-muted); font-size: .76rem; line-height: 1.5; }
.lv-card-benefits li::before { position: absolute; left: 0; color: var(--lvc-gold); content: "✓"; font-weight: 900; }
.lv-learning-preview { margin: 30px 0; padding: 26px 28px; border: 1px solid #e6d8b6; border-radius: 9px; background: #fffaf0; }
.lv-learning-preview h2 { margin-top: 0; font-size: 1.55rem; }
.lv-learning-preview li { margin: 9px 0; color: var(--lvc-muted); line-height: 1.65; }

.lv-campus-button,
.lv-campus-form button,
.lv-login-box input[type="submit"] {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 21px;
  border: 0;
  border-radius: 6px;
  background: var(--lvc-gold);
  color: var(--lvc-navy) !important;
  cursor: pointer;
  font-size: .78rem;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none !important;
}

.lv-campus-button:hover,
.lv-campus-form button:hover,
.lv-login-box input[type="submit"]:hover { background: var(--lvc-gold-light); }
.lv-campus-button--full { width: 100%; }

.lv-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 30px 0 45px;
  border: 1px solid var(--lvc-line);
  border-radius: 8px;
  overflow: hidden;
}

.lv-steps span,
.lv-steps strong {
  padding: 15px 18px;
  border-right: 1px solid var(--lvc-line);
  background: #f6f8fb;
  color: var(--lvc-muted);
  font-size: .75rem;
  text-align: center;
}

.lv-steps strong { background: var(--lvc-navy); color: white; }
.lv-steps > :last-child { border-right: 0; }

.lv-registration-layout,
.lv-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
  gap: clamp(40px, 7vw, 90px);
  align-items: start;
}

.lv-benefits { margin: 30px 0 0; padding: 0; list-style: none; }
.lv-benefits li { position: relative; margin: 12px 0; padding-left: 28px; color: var(--lvc-muted); }
.lv-benefits li::before { position: absolute; left: 0; color: var(--lvc-gold); content: "✓"; font-weight: 900; }

.lv-registration-box,
.lv-contact-form,
.lv-login-box,
.lv-contact-panel,
.lv-course-content {
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--lvc-line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(7, 27, 54, .1);
}

.lv-campus-price {
  margin: 8px 0 24px;
  color: var(--lvc-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.2rem;
}

.lv-campus-form { display: grid; gap: 16px; }
.lv-campus-form label { display: grid; gap: 7px; color: var(--lvc-ink); font-size: .76rem; font-weight: 750; }
.lv-campus-form input:not([type="checkbox"]),
.lv-campus-form select,
.lv-campus-form textarea,
.lv-login-box input[type="text"],
.lv-login-box input[type="password"] {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border: 1px solid #cbd4df;
  border-radius: 6px;
  background: white;
  color: var(--lvc-ink);
  font: inherit;
}

.lv-campus-form input:focus,
.lv-campus-form select:focus,
.lv-campus-form textarea:focus,
.lv-login-box input:focus { border-color: var(--lvc-blue); outline: 2px solid rgba(22, 79, 133, .16); }
.lv-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.lv-campus-form small, .lv-campus-small { color: var(--lvc-muted); font-size: .68rem; font-weight: 400; line-height: 1.6; }
.lv-check { display: grid !important; grid-template-columns: auto 1fr; align-items: start; line-height: 1.5; }
.lv-check input { margin-top: 4px; }

.lv-campus-notice { margin: 20px 0; padding: 17px 19px; border-left: 4px solid var(--lvc-blue); border-radius: 4px; background: #edf5fb; font-size: .82rem; line-height: 1.65; }
.lv-campus-notice--success { border-color: #238636; background: #edf8f0; }
.lv-campus-notice--error { border-color: #b42318; background: #fff1f0; }

.lv-account-bar,
.lv-classroom-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 30px 0;
  padding: 18px 22px;
  border-radius: 7px;
  background: var(--lvc-cream);
}

.lv-classroom-top h1 { margin-bottom: 0; font-size: clamp(2rem, 4vw, 3.8rem); }
.lv-course-content { margin-top: 30px; line-height: 1.8; }
.lv-course-content > *:first-child { margin-top: 0; }

.lv-mini-progress,
.lv-progress-track {
  position: relative;
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: #e4e9ef;
}

.lv-mini-progress { width: 100%; margin: 16px 0 8px; }
.lv-mini-progress span,
.lv-progress-track span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--lvc-gold), var(--lvc-gold-light)); }
.lv-campus-card--owned small { display: block; margin-bottom: 18px; color: var(--lvc-muted); }
.lv-progress-panel { margin: 30px 0 42px; padding: clamp(24px, 4vw, 38px); border-radius: 12px; background: linear-gradient(135deg, var(--lvc-navy), #103d6b); color: white; box-shadow: 0 24px 60px rgba(7, 27, 54, .2); }
.lv-progress-copy { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 16px; }
.lv-progress-copy h2 { margin: 0; color: white; font-size: clamp(1.65rem, 3vw, 2.4rem); }
.lv-progress-copy p { margin: 0; color: #cbd6e3; }
.lv-progress-copy strong { color: var(--lvc-gold-light); font-size: 1.25rem; }
.lv-course-map { display: grid; gap: 20px; }
.lv-module-card { overflow: hidden; border: 1px solid var(--lvc-line); border-radius: 11px; background: white; box-shadow: 0 16px 48px rgba(7, 27, 54, .07); }
.lv-module-card > h2 { margin: 0; padding: 22px 26px; border-bottom: 1px solid var(--lvc-line); background: #f8fafc; font-size: clamp(1.35rem, 2.2vw, 1.85rem); }
.lv-lesson-list { display: grid; }
.lv-lesson-row { display: grid; grid-template-columns: 34px minmax(0, 1fr) auto; gap: 14px; align-items: center; min-height: 74px; padding: 14px 24px; border-bottom: 1px solid #edf0f4; }
.lv-lesson-row:last-child { border-bottom: 0; }
.lv-lesson-row strong,
.lv-lesson-row small { display: block; }
.lv-lesson-row strong { color: var(--lvc-navy); }
.lv-lesson-row small { margin-top: 4px; color: var(--lvc-muted); }
.lv-lesson-row a { color: var(--lvc-blue); font-size: .75rem; font-weight: 850; text-decoration: none; }
.lv-lesson-row em { color: #8792a1; font-size: .72rem; }
.lv-lesson-row.is-locked { background: #fafbfc; opacity: .72; }
.lv-lesson-status { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 50%; background: #e9eef4; color: var(--lvc-blue); font-weight: 900; }
.lv-lesson-row.is-complete .lv-lesson-status { background: #e4f4e8; color: #237a37; }
.lv-lesson-row.is-open .lv-lesson-status { background: #fff2cd; color: #8b681a; }
.lv-lesson-header { display: flex; justify-content: space-between; gap: 18px; align-items: center; margin: 0 0 26px; padding: 14px 18px; border-radius: 7px; background: var(--lvc-cream); font-size: .78rem; font-weight: 800; }
.lv-lesson-header a { color: var(--lvc-blue); text-decoration: none; }
.lv-media-placeholder { margin: 30px 0; min-height: 260px; display: grid; place-items: center; padding: 35px; border: 2px dashed #aab8c8; border-radius: 10px; background: linear-gradient(135deg, #f5f8fb, #e9eff5); color: var(--lvc-muted); }
.lv-practice-box { margin: 30px 0; padding: 25px 28px; border-left: 5px solid var(--lvc-gold); border-radius: 7px; background: #fff9e9; }
.lv-practice-box h3 { margin-top: 0; }
.lv-safety-box { margin: 24px 0 0; padding: 18px 22px; border-radius: 7px; background: #eef5fb; color: #244967; }
.lv-safety-box p { margin: 0; }
.lv-quiz-box { margin-top: 36px; padding: clamp(24px, 4vw, 42px); border-radius: 12px; background: var(--lvc-navy); color: white; box-shadow: 0 24px 60px rgba(7, 27, 54, .18); }
.lv-quiz-box h2,
.lv-quiz-box h3 { color: white; }
.lv-quiz-heading { display: flex; justify-content: space-between; gap: 24px; align-items: center; margin-bottom: 24px; }
.lv-quiz-heading h2 { margin: 4px 0 0; }
.lv-quiz-heading > span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 99px; color: var(--lvc-gold-light); font-size: .72rem; font-weight: 850; }
.lv-question { margin: 18px 0; padding: 22px; border: 1px solid rgba(255,255,255,.14); border-radius: 8px; background: rgba(255,255,255,.055); }
.lv-question legend { padding: 0 8px; font-weight: 800; line-height: 1.5; }
.lv-question label { display: flex; gap: 10px; align-items: start; margin: 10px 0; color: #dce5ef; cursor: pointer; line-height: 1.5; }
.lv-question input { margin-top: 5px; }
.lv-quiz-result { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 20px; align-items: center; margin: 20px 0; padding: 20px; border-radius: 9px; }
.lv-quiz-result > strong { font-family: Georgia, "Times New Roman", serif; font-size: 2.4rem; }
.lv-quiz-result h3,
.lv-quiz-result p { margin: 0; }
.lv-quiz-result p { margin-top: 5px; line-height: 1.55; }
.lv-quiz-result.is-passed { background: #176331; }
.lv-quiz-result.is-failed { background: #8b2d27; }
.lv-quiz-feedback { padding: 0; list-style: none; }
.lv-quiz-feedback li { margin: 8px 0; padding: 12px 15px; border-radius: 6px; line-height: 1.5; }
.lv-quiz-feedback .is-correct { background: rgba(39, 174, 96, .18); }
.lv-quiz-feedback .is-wrong { background: rgba(231, 76, 60, .18); }
.lv-quiz-actions { margin-top: 24px; }

.lv-contact-panel { background: var(--lvc-navy); color: white; }
.lv-contact-panel h2 { color: var(--lvc-gold-light); }
.lv-contact-panel p { color: #bdc9d8; line-height: 1.7; }
.lv-contact-panel hr { margin: 30px 0; border: 0; border-top: 1px solid rgba(255,255,255,.13); }
.lv-whatsapp-link { display: block; margin: 10px 0; padding: 13px 16px; border-radius: 5px; background: #1da851; color: white !important; font-weight: 800; text-align: center; text-decoration: none !important; }
.lv-hp { position: absolute !important; left: -9999px !important; opacity: 0 !important; }

.woocommerce form.checkout,
.woocommerce .woocommerce-MyAccount-content,
.woocommerce .woocommerce-MyAccount-navigation,
.wc-block-checkout {
  border-radius: 8px;
}

@media (max-width: 800px) {
  .lv-campus-grid,
  .lv-registration-layout,
  .lv-contact-layout { grid-template-columns: 1fr; }
  .lv-registration-layout, .lv-contact-layout { gap: 30px; }
  .lv-registration-box { order: -1; }
  .lv-category-highlight { grid-template-columns: 1fr; }
  .lv-route-graphic { grid-template-columns: 1fr; }
  .lv-route-graphic > div:not(:last-child)::after { display: none; }
}

@media (max-width: 540px) {
  .lv-campus-shell { width: min(100% - 28px, 1180px); padding: 58px 0; }
  .lv-form-row { grid-template-columns: 1fr; }
  .lv-steps span, .lv-steps strong { padding-inline: 8px; font-size: .65rem; }
  .lv-account-bar, .lv-classroom-top { align-items: flex-start; flex-direction: column; }
  .lv-progress-copy,
  .lv-quiz-heading { align-items: flex-start; flex-direction: column; }
  .lv-lesson-row { grid-template-columns: 30px minmax(0, 1fr); padding-inline: 16px; }
  .lv-lesson-row a,
  .lv-lesson-row em { grid-column: 2; }
  .lv-quiz-result { grid-template-columns: 1fr; }
}
