.lisa-page-test,
.lisa-page-test * {
  box-sizing: border-box;
}

body.lisa-page-test {
  color-scheme: light;
  background: #fff;
  color: #111;
  overflow-x: hidden;
}

body.lisa-page-test > #footer {
  display: none !important;
}

body.lisa-page-test .content-item,
body.lisa-page-test .lisa-section,
body.lisa-page-test .lisa-card,
body.lisa-page-test .lisa-hero {
  color: #111;
}

body.lisa-page-test .lisa-section p,
body.lisa-page-test .lisa-section div,
body.lisa-page-test .lisa-card,
body.lisa-page-test .lisa-card p,
body.lisa-page-test .lisa-card div,
body.lisa-page-test .lisa-card strong,
body.lisa-page-test .lisa-intro p {
  color: #222;
}

body.lisa-page-test .lisa-section h1,
body.lisa-page-test .lisa-section h2,
body.lisa-page-test .lisa-section h3,
body.lisa-page-test .lisa-hero h1,
body.lisa-page-test .lisa-card h3 {
  color: #111;
}

body.lisa-page-test .lisa-section-text {
  color: #666;
}

body.lisa-page-test .lisa-accent .lisa-section-text {
  color: rgba(17, 17, 17, 0.78);
}

.lisa-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 34px 0 42px;
}

.lisa-kicker {
  margin: 0 0 18px;
  color: #36aeb4;
  font-size: clamp(1.65rem, 4vw, 2.125rem);
  font-weight: 800;
  line-height: 1.15;
}

.lisa-hero h1,
.lisa-section h2 {
  margin: 0 0 18px;
  color: #111;
  font-size: clamp(2rem, 5vw, 2.875rem);
  line-height: 1.08;
  text-align: center;
}

.lisa-hero p {
  margin: 0;
}

.lisa-hero img {
  display: block;
  width: min(100%, 600px);
  height: auto;
  margin: 0 auto;
}

.lisa-section {
  width: 100%;
  margin: 0;
  padding: 70px 48px;
  color: #111;
  overflow: hidden;
}

.lisa-intro {
  padding: 0 0 60px;
  background: #fff;
}

.lisa-accent {
  background: #36aeb4;
}

.lisa-beige {
  background: #f8f5ee;
}

.lisa-soft {
  background: #f5f1e8;
}

.lisa-white {
  background: #fff;
}

.lisa-container {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}

.lisa-narrow {
  max-width: 900px;
}

.lisa-section-text {
  max-width: 880px;
  margin: 0 auto 40px;
  color: #666;
  font-size: 1.1875rem;
  line-height: 1.55;
  text-align: center;
}

.lisa-accent .lisa-section-text {
  color: rgba(17, 17, 17, 0.78);
}

.lisa-grid {
  display: grid;
  gap: 24px;
  width: 100%;
  min-width: 0;
}

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

.lisa-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lisa-card {
  width: 100%;
  min-width: 0;
  padding: 30px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  overflow-wrap: anywhere;
  word-break: normal;
}

.lisa-card.accent {
  background: #f8f5ee;
}

.lisa-centered {
  display: flex;
  min-height: 245px;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.lisa-card h3 {
  margin-top: 0;
  overflow-wrap: anywhere;
}

.lisa-card p:last-child,
.lisa-final p:last-child {
  margin-bottom: 0;
}

.lisa-skills {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.lisa-skills span {
  max-width: 100%;
  overflow-wrap: anywhere;
  color: #222;
}

.lisa-stats {
  margin-bottom: 40px;
}

.lisa-stat {
  color: #36aeb4 !important;
  font-size: clamp(2.5rem, 7vw, 3.25rem);
  font-weight: 700;
  line-height: 1;
}

.lisa-final {
  max-width: 850px;
  margin: 0 auto;
}

@media (max-width: 980px) {
  .lisa-section {
    padding-inline: 32px;
  }

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

@media (max-width: 700px) {
  .lisa-hero {
    padding: 24px 0 32px;
  }

  .lisa-section {
    padding: 46px 18px;
  }

  .lisa-intro {
    padding: 0 0 42px;
  }

  .lisa-section h2 {
    margin-bottom: 14px;
  }

  .lisa-section-text {
    margin-bottom: 28px;
    font-size: 1rem;
  }

  .lisa-grid,
  .lisa-grid-2,
  .lisa-grid-3 {
    grid-template-columns: 1fr;
  }

  .lisa-card {
    width: 100%;
    min-height: auto;
    padding: 22px;
  }

  .lisa-centered {
    min-height: auto;
  }

  .lisa-skills {
    gap: 10px;
  }
}
