.ils {
  --ils: #3d7a6a;
  --ils-ink: #1c2a26;
  --ils-muted: rgba(28, 42, 38, 0.56);
  --ils-line: rgba(61, 122, 106, 0.14);
  --ils-mint: #eef6f3;
  background: #fff;
  color: var(--ils-ink);
}
.ils-inner { width: 100%; max-width: 1100px; margin: 0 auto; }
.ils-sec { padding: 72px 24px; background: #fff; }
.ils-sec--mint { background: var(--ils-mint); }
.ils-sec h2 {
  margin: 0 0 28px;
  font-size: 28px;
  font-weight: 750;
  letter-spacing: -0.03em;
  text-align: center;
}

.ils-hero {
  position: relative;
  overflow: hidden;
  min-height: 640px;
}
.ils-hero-bg,
.ils-hero-bg img { position: absolute; inset: 0; width: 100%; height: 100%; }
.ils-hero-bg img { object-fit: cover; object-position: 62% 40%; }
.ils-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.86) 40%, rgba(255, 255, 255, 0.2) 68%, rgba(255, 255, 255, 0.04) 100%);
}
.ils-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 540px);
  gap: 24px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 640px;
  padding: 52px 24px 60px;
}
.ils-crumb { margin-bottom: 12px; font-size: 13px; color: var(--ils-muted); }
.ils-crumb a { color: inherit; }
.ils-crumb span { margin: 0 6px; }
.ils-kicker { margin: 0 0 10px; color: var(--ils); font-size: 13px; font-weight: 800; letter-spacing: 0.12em; }
.ils-hero-copy h1 {
  margin: 0 0 14px;
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 750;
  letter-spacing: -0.03em;
  line-height: 1.25;
}
.ils-hero-copy h1 em { font-style: normal; color: var(--ils); }
.ils-hero-sub { margin: 0 0 18px; max-width: 500px; color: var(--ils-muted); font-size: 16px; line-height: 1.7; }
.ils-values { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 0 0 22px; max-width: 400px; }
.ils-values li {
  padding: 10px 12px;
  border-radius: 12px;
  background: var(--ils-mint);
  font-size: 13px;
  font-weight: 700;
}
.ils-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.ils-btn {
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 12px;
  background: var(--ils);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}
.ils-btn:hover { color: #fff; }
.ils-link { color: var(--ils); font-weight: 700; }
.ils-checks { display: flex; gap: 16px; margin: 16px 0 0; color: var(--ils-muted); font-size: 13px; }

.ils-pains { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.ils-pains article {
  padding: 20px 16px;
  border-radius: 14px;
  background: var(--ils-mint);
}
.ils-pains span { color: var(--ils); font-size: 12px; font-weight: 800; }
.ils-pains h3 { margin: 8px 0; font-size: 17px; }
.ils-pains p { margin: 0; color: var(--ils-muted); font-size: 14px; line-height: 1.65; }

.ils-path { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.ils-path li {
  padding: 22px 18px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(28, 42, 38, 0.06);
}
.ils-path em { display: block; margin-bottom: 8px; color: var(--ils); font-style: normal; font-size: 12px; font-weight: 800; letter-spacing: 0.08em; }
.ils-path strong { display: block; margin-bottom: 8px; font-size: 17px; }
.ils-path span { color: var(--ils-muted); font-size: 13px; line-height: 1.6; }

.ils-plays { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.ils-plays article {
  padding: 18px 14px;
  border-radius: 14px;
  border: 1px solid var(--ils-line);
}
.ils-plays h3 { margin: 0 0 8px; font-size: 15px; }
.ils-plays p { margin: 0 0 12px; color: var(--ils-muted); font-size: 13px; line-height: 1.65; }
.ils-plays a { color: var(--ils); font-weight: 700; font-size: 13px; }

.ils-cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.ils-cards article {
  padding: 18px 16px;
  border-radius: 14px;
  background: #fff;
}
.ils-cards header { margin-bottom: 8px; color: var(--ils); font-size: 12px; font-weight: 800; letter-spacing: 0.1em; }
.ils-cards h3 { margin: 0 0 8px; font-size: 16px; }
.ils-cards p { margin: 0; color: var(--ils-muted); font-size: 13px; line-height: 1.65; }

.ils-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; text-align: center; }
.ils-steps span { display: block; margin-bottom: 12px; color: var(--ils); font-weight: 800; }
.ils-steps img { width: min(100%, 220px); margin: 0 auto; border-radius: 16px; }
.ils-steps strong { display: block; margin-top: 14px; font-size: 16px; }

.ils-views { display: flex; justify-content: center; gap: 28px; flex-wrap: wrap; }
.ils-views .iphone { width: min(32%, 200px); }
.ils-views .iphone-body { max-width: none; }
.ils-views figcaption { margin-top: 10px; text-align: center; font-size: 13px; font-weight: 700; }

.ils-scenes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.ils-scenes article { overflow: hidden; border-radius: 14px; background: var(--ils-mint); }
.ils-scenes img { width: 100%; height: 168px; object-fit: cover; }
.ils-scenes span,
.ils-scenes h3,
.ils-scenes p { display: block; margin-left: 16px; margin-right: 16px; }
.ils-scenes span { margin-top: 14px; color: var(--ils); font-size: 12px; font-weight: 800; }
.ils-scenes h3 { margin-top: 6px; margin-bottom: 8px; font-size: 17px; }
.ils-scenes p { margin-bottom: 16px; color: var(--ils-muted); font-size: 14px; line-height: 1.65; }

.ils-faq-wrap { max-width: 760px; }
.ils-faq-wrap h2 { text-align: left; }
.ils-faq details { border-bottom: 1px solid var(--ils-line); }
.ils-faq summary { padding: 16px 0; font-size: 16px; font-weight: 750; cursor: pointer; list-style: none; }
.ils-faq summary::-webkit-details-marker { display: none; }
.ils-faq summary::after { content: "+"; float: right; color: var(--ils); }
.ils-faq details[open] summary::after { content: "x"; }
.ils-faq p { margin: 0 0 16px; color: var(--ils-muted); font-size: 14px; line-height: 1.7; }
.ils-more { margin: 28px 0 0; text-align: center; }
.ils-more a { color: var(--ils); font-weight: 700; }

@media (max-width: 1080px) {
  .ils-hero-inner { grid-template-columns: 1fr; min-height: 0; }
  .ils-pains,
  .ils-path,
  .ils-plays,
  .ils-cards { grid-template-columns: 1fr 1fr; }
  .ils-steps,
  .ils-scenes { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .ils-sec { padding: 48px 16px; }
  .ils-values,
  .ils-pains,
  .ils-path,
  .ils-plays,
  .ils-cards { grid-template-columns: 1fr; }
}
