/* Life & Language styles */
.lls-outer-section {
  max-width: 1800px;
  margin: 44px auto;
  padding: 0 10px;
}

.lls-row {
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: center;
  align-items: flex-start;
}

.lls-card {
  flex: 1 1 0;
  min-width: 320px;
  max-width: 600px;
}

/* Life Section Styles */
.life-section {
  background: linear-gradient(120deg, #e5f0fd 70%, #f8fbfe 100%);
  border-radius: 28px;
  box-shadow: 0 12px 45px 2px rgba(68, 139, 244, 0.13);
  text-align: center;
  color: #234073;
  padding: 38px 20px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.life-title {
  font-size: 2.1rem;
  font-weight: 900;
  margin-bottom: 14px;
  color: #25467a;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  user-select: none;
}

.life-quote {
  font-style: italic;
  font-weight: 700;
  font-size: 1.15rem;
  padding: 12px 0 16px 0;
  margin: 0 auto 16px auto;
  color: #4173be;
  background: linear-gradient(90deg, #e2eaff 70%, #f7f6fe 100%);
  border-radius: 18px;
  max-width: 480px;
  line-height: 1.5;
}

.life-desc { font-size: 1rem; margin: 0 auto 24px auto; max-width: 460px; line-height: 1.58; color: #3d5277; font-weight: 500; }

.process-title { font-size: 1.05rem; font-weight: 800; color: #234872; margin-bottom: 13px; text-transform: uppercase; letter-spacing: 0.03em; }

.process-list { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; padding: 0; margin: 0 0 22px 0; list-style: none; counter-reset: step; }

.process-item { display: flex; align-items: center; background: linear-gradient(120deg, #5489e7 65%, #325ed9 100%); color: #fff; border-radius: 60px; padding: 7px 20px 7px 16px; font-weight: 700; font-size: 1rem; box-shadow: 0 4px 18px rgba(77, 122, 226, 0.13); position: relative; transition: background 0.23s, transform 0.23s; user-select: none; }

.process-item::before { content: counter(step); counter-increment: step; width: 1.4em; height: 1.4em; display: inline-flex; align-items: center; justify-content: center; background: #fff; color: #356cd4; font-size: 0.96rem; font-weight: 900; border-radius: 50%; margin-right: 9px; box-shadow: 0 2px 8px #b2c9f8bb; }

.process-item:hover, .process-item:focus { background: linear-gradient(120deg, #355db8 80%, #274782 100%); transform: translateY(-3px) scale(1.04); outline: none; cursor: default; }

.bottom { font-weight: 700; font-size: 1rem; color: #2e4275; margin-top: 16px; }

.life-skills-list { list-style-type: none; margin: 0 auto 2.1rem; padding-left: 0; max-width: 420px; color: #375190; text-align: left; background: none; }
.life-skills-list li { position: relative; padding-left: 1.7em; margin-bottom: 0.7em; font-size: 1.05rem; font-weight: 500; line-height: 1.5; }
.life-skills-list li::before { content: ''; position: absolute; left: 0; top: 0.65em; width: 0.85em; height: 0.85em; background: linear-gradient(135deg, #508bee 70%, #e9f4ff 100%); border-radius: 50%; box-shadow: 0 2px 6px #abc4ee50; }

/* Language Development */
.lang-dev-section { background: linear-gradient(120deg, #f0f7ff 75%, #d9eaff 110%); border-radius: 28px; box-shadow: 0 8px 26px rgba(66,125,225,0.13); text-align: center; color: #1f2e54; padding: 38px 20px 48px; display: flex; flex-direction: column; align-items: center; }

.lang-dev-title { font-size: 2rem; font-weight: 900; margin-bottom: 13px; text-transform: uppercase; color: #254a83; letter-spacing: 0.04em; }
.lang-dev-quote { font-style: italic; font-weight: 700; font-size: 1.09rem; margin: 14px auto 19px; color: #3a619e; }
.lang-dev-desc { font-size: 1.02rem; line-height: 1.52; margin-bottom: 18px; max-width: 420px; margin-left: auto; margin-right: auto; font-weight: 500; color: #364a71; }
.lang-dev-icons { margin-top: 19px; display: flex; justify-content: center; gap: 30px; }
.lang-icon { font-size: 2.5rem; color: #4477cc; opacity: 0.85; transition: opacity 0.3s, color 0.3s; }
.lang-icon:hover { opacity: 1; color: #1c479c; cursor: default; }

/* Responsive stacking */
@media (max-width: 1180px) { .lls-row { flex-direction: column; gap: 34px; align-items: center; } .lls-card { max-width: 98vw; } }
@media (max-width: 650px) { .life-quote, .life-desc, .lang-dev-desc { max-width: 96vw; font-size: 0.98rem; } .lang-dev-title, .life-title { font-size: 1.18rem; } .lang-icon { font-size: 1.7rem; } .process-title { font-size: 1rem; } .process-item { font-size: 0.94rem; padding: 7px 14px 7px 13px; } }
