.lms-page { --lms-ink: #173d2b; --lms-muted: #53665a; --lms-green: #187541; --lms-line: #d9e3d9; color: var(--lms-ink); background: #fff; }
.lms-page h1, .lms-page h2, .lms-page h3 { color: var(--lms-ink); font-weight: 600; letter-spacing: -.035em; }
.lms-page p, .lms-page li, .lms-page address { color: var(--lms-muted) !important; font-size: 18px; line-height: 1.65; font-weight: 400 !important; }
.lms-page p { margin-bottom: 20px; }
.lms-page a { color: var(--lms-green); text-underline-offset: 4px; }
.lms-page p a, .lms-page article > a, .lms-page address a { text-decoration: underline; }
.lms-page a:focus-visible, .lms-page summary:focus-visible { outline: 3px solid #187541; outline-offset: 5px; }
.lms-skip { position: absolute; left: 16px; top: -100px; z-index: 99999; background: white; padding: 12px 20px; color: #173d2b; }
.lms-skip:focus { top: 12px; }
.lms-page section[id] { scroll-margin-top: 110px; }
.lms-hero { --lms-muted: #60646a; --lms-ink: #25282b; position: relative; isolation: isolate; overflow: hidden; background: #fff; padding: 122px 0 0; }
.lms-hero::before { content: ""; position: absolute; z-index: -1; pointer-events: none; top: 60px; right: -65px; width: 310px; height: 200px; background: url("../images/bg/banner4-wave1.svg") center / contain no-repeat; filter: grayscale(1); opacity: .55; }
.lms-breadcrumb { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-bottom: 34px; font-size: 13px; color: #6b7076; }
.lms-breadcrumb a { text-decoration: underline; }
.lms-grid { display: grid; grid-template-columns: 1.12fr 1fr; gap: 32px; align-items: center; }
.lms-hero-copy { min-width: 0; }
.lms-eyebrow { display: block; margin-bottom: 16px; color: #187541; font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.lms-hero .lms-hero-kicker { margin-bottom: 20px; color: #666b71; font-size: 11px; letter-spacing: .1em; }
.lms-hero h1 { font-size: clamp(40px, 4.1vw, 60px); line-height: 1.09; margin: 0 0 24px; letter-spacing: -.035em; color: #25282b; }
.lms-hero h1 span { display: block; color: inherit; }
.lms-hero h1 .lms-title-location { color: #187541; }
.lms-hero .lms-subtitle { max-width: 500px; color: #363b40; font-size: 21px; line-height: 1.4; letter-spacing: -.02em; margin-bottom: 16px; }
.lms-page .lms-hero-copy > p { max-width: 500px; font-size: 17px; line-height: 1.65; }
.lms-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 20px; }
.lms-page .lms-button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 50px; padding: 13px 22px; border: 1px solid #173d2b; border-radius: 5px; background: #173d2b; color: #fff; font-size: 17px; font-weight: 600; text-decoration: none; }
.lms-page .lms-button:hover { background: #225a3f; color: white; }
.lms-page .lms-button-secondary { background: transparent; color: #173d2b; }
.lms-page .lms-button-secondary:hover { background: #e1eadb; color: #173d2b; }
.lms-page .lms-small { font-size: 14px; }
.lms-hero .lms-actions { align-items: center; gap: 20px; margin-top: 28px; }
.lms-page .lms-hero-primary { padding: 10px 12px 10px 20px; gap: 24px; border-radius: 6px; background: #202629; border-color: #202629; }
.lms-page .lms-hero-primary:hover { background: #363e42; border-color: #363e42; }
.lms-hero-primary > span { display: grid; place-items: center; width: 32px; height: 32px; color: #fff; border-left: 1px solid #ffffff40; font-size: 21px; }
.lms-hero .lms-hero-work { display: inline-flex; align-items: center; gap: 11px; min-height: 48px; color: #363b40; font-weight: 600; font-size: 16px; }
.lms-work-arrow { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid #d8dbde; border-radius: 50%; font-size: 20px; }
.lms-hero-work small { display: block; margin-top: 2px; color: var(--lms-muted); font-size: 12px; font-weight: 400; }
.lms-hero-work:hover .lms-work-arrow { background: #f1f2f3; }
.lms-visual { min-width: 0; margin: 0; }
.lms-hero-stage { position: relative; padding: 0; }
.lms-hero-stage::before, .lms-hero-stage::after { content: ""; position: absolute; pointer-events: none; filter: grayscale(1); }
.lms-hero-stage::before { top: -12px; left: 12px; width: 34px; height: 37px; background: url("../images/bg/banner4-spring.svg") center / contain no-repeat; opacity: .45; transform: rotate(-15deg); }
.lms-hero-stage::after { bottom: -8px; right: -10px; width: 86px; height: 88px; background: url("../images/bg/banner4-dot-square.svg") center / contain no-repeat; opacity: .6; }
.lms-visual img { display: block; width: 100%; height: auto; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent), linear-gradient(transparent, #000 9%, #000 88%, transparent); mask-composite: intersect; }
.lms-hero-stage img { width: 100%; max-width: 100%; }
.lms-hero-nav { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px 30px; margin-top: 42px; padding: 22px 0; border-top: 1px solid #e5e7e9; border-bottom: 1px solid #e5e7e9; }
.lms-hero-nav-label { display: inline-flex; align-items: center; gap: 12px; color: #30353a; font-size: 16px; font-weight: 600; }
.lms-hero-nav-label > span { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid #d8dbde; border-radius: 50%; font-size: 18px; }
.lms-hero-nav-links { display: flex; flex-wrap: wrap; gap: 8px 32px; }
.lms-hero .lms-hero-nav-links a { display: inline-flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 44px; color: #50565c; font-size: 15px; text-decoration: none; }
.lms-hero .lms-hero-nav-links a:hover { color: #25282b; text-decoration: underline; }
.lms-section { padding: 82px 0; }
.lms-section h2 { font-size: clamp(32px, 3.5vw, 46px); line-height: 1.13; margin-bottom: 22px; }
.lms-section h3 { font-size: 25px; line-height: 1.2; margin-bottom: 14px; }
.lms-section-intro { max-width: 720px; margin-bottom: 34px; }
.lms-tint { background: #f7f9f4; }
.lms-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.lms-card { padding: 30px; border: 1px solid var(--lms-line); border-radius: 10px; background: #fff; }
.lms-card p { font-size: 17px; }
.lms-card p:last-child { margin-bottom: 0; }
.lms-card > a { display: inline-block; padding: 6px 0; font-weight: 600; }
.lms-card-number { display: block; margin-bottom: 25px; font-size: 13px; font-weight: 600; color: #187541; }
.lms-feature-section { background: #f3f6ef; }
.lms-feature-heading { display: grid; grid-template-columns: 1.5fr 1fr; align-items: end; gap: 60px; margin-bottom: 44px; }
.lms-feature-heading h2 { margin: 0; max-width: 700px; }
.lms-feature-heading > p { margin: 0 0 3px; max-width: 390px; }
.lms-feature-panels { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.lms-feature-panel { min-width: 0; overflow: hidden; border: 1px solid #dde5d9; border-radius: 18px; background: white; }
.lms-panel-visual { position: relative; display: flex; align-items: center; justify-content: center; height: 245px; padding: 62px 20px 24px; overflow: hidden; background: #e7eddf; }
.lms-panel-visual::before { content: ""; position: absolute; width: 310px; height: 310px; border: 1px solid #ffffff85; border-radius: 50%; right: -70px; top: -110px; pointer-events: none; }
.lms-panel-label { position: absolute; z-index: 1; left: 25px; top: 23px; display: flex; align-items: center; gap: 11px; font-size: 11px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; color: #39513e; }
.lms-panel-label > span { display: inline-flex; align-items: center; justify-content: center; width: 25px; height: 25px; border: 1px solid #39513e30; border-radius: 50%; font-size: 10px; letter-spacing: 0; }
.lms-panel-image { position: relative; display: block; width: 100%; max-width: 450px; height: auto; }
.lms-feature-panel-teach .lms-panel-visual { background: #e8ebf4; }
.lms-feature-panel-teach .lms-panel-image-primary { position: absolute; width: 70%; max-width: 370px; left: 25px; top: 63px; }
.lms-feature-panel-teach .lms-panel-image-secondary { position: absolute; width: 69%; max-width: 370px; right: 18px; bottom: 15px; }
.lms-feature-panel-resources .lms-panel-visual { background: #e7f0e2; }
.lms-feature-panel-assess .lms-panel-visual { background: #e8eeea; padding: 53px 8px 5px; }
.lms-feature-panel-assess .lms-panel-image { max-width: 480px; max-height: 255px; object-fit: contain; }
.lms-feature-panel-support .lms-panel-visual { background: #f2e9df; }
.lms-feature-panel-commerce .lms-panel-visual { background: #ece9f2; }
.lms-feature-panel-manage .lms-panel-visual { background: #e3eade; }
.lms-panel-content { padding: 24px; }
.lms-panel-content > h3 { font-size: 28px; line-height: 1.12; margin-bottom: 22px; }
.lms-panel-points { display: grid; grid-template-columns: 1fr; gap: 18px; }
.lms-panel-points > div { min-width: 0; padding-top: 16px; border-top: 1px solid #e0e7db; }
.lms-panel-points h4 { font-size: 18px; line-height: 1.3; color: #173d2b; font-weight: 600; margin: 0 0 9px; }
.lms-panel-points p { font-size: 16px; line-height: 1.6; margin: 0; }
.lms-feature-footer { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 18px; padding-top: 30px; }
.lms-feature-footer p { margin: 0; }
.lms-feature-footer a { display: inline-flex; align-items: center; gap: 20px; min-height: 44px; font-size: 17px; font-weight: 600; text-decoration: underline; }
.lms-operation-list { list-style: none; padding: 0; margin: 0; }
.lms-operation-list li { padding: 24px 0; border-top: 1px solid var(--lms-line); }
.lms-operation-list li:first-child { padding-top: 0; border-top: 0; }
.lms-operation-list li:last-child { padding-bottom: 0; }
.lms-operation-list p { margin-bottom: 0; }
.lms-work-section { padding: 56px 0; }
.lms-work-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 26px; }
.lms-work-heading .lms-eyebrow { margin-bottom: 10px; }
.lms-work-heading h2 { font-size: clamp(28px, 3vw, 38px); margin: 0; }
.lms-work-all { display: inline-flex; align-items: center; flex-shrink: 0; gap: 16px; min-height: 44px; font-size: 16px; font-weight: 600; text-decoration: underline; }
.lms-project-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.lms-project-card { min-width: 0; overflow: hidden; border: 1px solid var(--lms-line); border-radius: 10px; background: #fff; display: flex; flex-direction: column; }
.lms-project-image { aspect-ratio: 16 / 9; background: #edf1eb; overflow: hidden; }
.lms-project-image > img { display: block; width: 100%; height: 100%; object-fit: cover; }
.lms-project-body { display: flex; flex-direction: column; align-items: start; flex: 1; padding: 18px 16px 12px; }
.lms-project-body .lms-eyebrow { font-size: 10px; letter-spacing: .06em; margin-bottom: 8px; }
.lms-project-body h3 { margin-bottom: 10px; font-size: 22px; line-height: 1.15; }
.lms-page .lms-project-body p { font-size: 15px; line-height: 1.5; margin-bottom: 16px; }
.lms-project-links { display: flex; width: 100%; margin-top: auto; padding-top: 6px; }
.lms-page .lms-case-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 16px; width: 100%; min-height: 44px; padding: 10px 15px; border: 1px solid #173d2b; border-radius: 5px; background: #173d2b; color: #fff; font-size: 14px; line-height: 1.4; font-weight: 600; text-decoration: none; }
.lms-page .lms-case-button:hover { background: #225a3f; border-color: #225a3f; color: #fff; }
.lms-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; }
.lms-office { background: #f1f5ed; border-radius: 12px; padding: 36px; }
.lms-office address { font-style: normal; margin-bottom: 22px; }
.lms-office address strong { color: #173d2b; font-weight: 600; }
.lms-region-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; list-style: none; margin: 0; padding: 0; }
.lms-region-grid li { min-width: 0; padding: 22px 16px; border: 1px solid var(--lms-line); border-radius: 10px; background: #f7f9f4; }
.lms-region-grid h3 { font-size: 20px; letter-spacing: -.025em; margin-bottom: 8px; overflow-wrap: anywhere; }
.lms-region-grid span { display: block; font-size: 14px; line-height: 1.5; }
.lms-region-note { margin-top: 26px; max-width: 900px; }
.lms-region-note a { display: inline-flex; align-items: center; gap: 18px; min-height: 44px; font-weight: 600; text-decoration: underline; }
.lms-choice-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.lms-choice-grid article { padding-top: 24px; border-top: 2px solid #bcd3b2; }
.lms-choice-grid p { font-size: 17px; margin: 0; }
.lms-price { align-self: start; padding: 36px; border-radius: 12px; background: #173d2b; }
.lms-price h3, .lms-price .lms-eyebrow { color: #d7efc6; }
.lms-price p { color: #d9e4d6 !important; }
.lms-page .lms-price .lms-button { background: #d7efc6; color: #173d2b; }
.lms-steps { padding-left: 25px; margin: 0; }
.lms-steps li { padding: 0 0 20px 12px; }
.lms-steps strong { display: block; color: #173d2b; }
.lms-faq { max-width: 900px; }
.lms-faq details { border-bottom: 1px solid var(--lms-line); padding: 22px 0; }
.lms-faq summary { cursor: pointer; font-size: 22px; font-weight: 600; line-height: 1.4; padding-right: 12px; }
.lms-faq details p { margin: 18px 0 0; }
.lms-faq .lms-demo-note { margin-top: 28px; }
.lms-resources { display: grid; grid-template-columns: 1fr 1fr; gap: 0 40px; }
.lms-resources a { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 21px 0; border-bottom: 1px solid var(--lms-line); font-size: 18px; text-decoration: underline; }
.lms-final { text-align: center; background: #eaf2e1; }
.lms-final p { max-width: 650px; margin-left: auto; margin-right: auto; }
.lms-final .lms-actions { justify-content: center; }
@media (max-width: 991px) {
  .lms-region-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lms-feature-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 32px; }
  .lms-feature-heading > p { max-width: 650px; }
  .lms-feature-panels { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lms-panel-visual { height: 245px; }
  .lms-feature-panel-teach .lms-panel-image-primary { left: 10%; }
  .lms-feature-panel-teach .lms-panel-image-secondary { right: 8%; }
  .lms-grid { grid-template-columns: 1fr; gap: 35px; }
  .lms-hero { padding-top: 118px; }
  .lms-hero h1 { max-width: 720px; }
  .lms-hero .lms-subtitle, .lms-page .lms-hero-copy > p { max-width: 640px; }
  .lms-visual { width: 100%; max-width: 720px; margin: 0 auto; }
  .lms-cards { grid-template-columns: 1fr 1fr; }
  .lms-two-col { gap: 30px; }
  .lms-choice-grid { grid-template-columns: 1fr; gap: 24px; }
  .lms-project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .lms-hero::before, .lms-hero-stage::before { display: none; }
  .lms-hero-stage::after { width: 60px; height: 62px; right: 0; }
  .lms-hero-nav { margin-top: 28px; padding: 20px 0; gap: 12px; }
  .lms-hero-nav-links { width: 100%; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 28px; }
  .lms-feature-panels { grid-template-columns: 1fr; gap: 24px; }
  .lms-panel-visual { height: 255px; padding: 65px 18px 24px; }
  .lms-panel-label { left: 20px; top: 19px; font-size: 10px; }
  .lms-feature-panel-teach .lms-panel-image-primary { left: 14px; top: 60px; width: 73%; }
  .lms-feature-panel-teach .lms-panel-image-secondary { right: 10px; bottom: 16px; width: 74%; }
  .lms-panel-content { padding: 25px 22px; }
  .lms-panel-content > h3 { font-size: 28px; margin-bottom: 23px; }
  .lms-panel-points { grid-template-columns: 1fr; gap: 18px; }
  .lms-panel-points p { font-size: 16px; }
  .lms-hero { padding: 112px 0 0; }
  .lms-breadcrumb { margin-bottom: 28px; }
  .lms-hero h1 { font-size: clamp(32px, 7.7vw, 48px); }
  .lms-hero .lms-hero-kicker { font-size: 10px; letter-spacing: .06em; }
  .lms-hero .lms-subtitle { font-size: 21px; }
  .lms-hero .lms-actions { align-items: flex-start; gap: 18px; }
  .lms-hero-primary { align-self: stretch; justify-content: space-between; }
  .lms-hero-stage { padding: 0; }
  .lms-hero-stage img { width: 100%; margin-left: 0; transform: none; }
  .lms-page p, .lms-page li { font-size: 17px; }
  .lms-section { padding: 54px 0; }
  .lms-cards, .lms-two-col, .lms-resources { grid-template-columns: 1fr; }
  .lms-work-section { padding: 42px 0; }
  .lms-work-heading { align-items: start; flex-direction: column; gap: 8px; margin-bottom: 18px; }
  .lms-project-grid { grid-template-columns: 1fr; gap: 12px; }
  .lms-project-body { min-width: 0; padding: 15px 14px; }
  .lms-project-body h3 { font-size: 21px; }
  .lms-card, .lms-office, .lms-price { padding: 26px; }
  .lms-region-grid { grid-template-columns: 1fr; gap: 12px; }
  .lms-actions { flex-direction: column; align-items: stretch; }
  .lms-faq summary { font-size: 20px; }
}
