.ilr {
  --ilr: #c45c26;
  --ilr-ink: #1c120e;
  --ilr-muted: rgba(247, 232, 214, 0.64);
  --ilr-line: rgba(196, 92, 38, 0.28);
  background: #140e0b;
  color: #f7e8d6;
}
.ilr-inner { width: 100%; max-width: 1180px; margin: 0 auto; }
.ilr-sec { padding: 72px 24px; background: #140e0b; }
.ilr-sec--night { background: linear-gradient(90deg, #1a100c 0%, #2a1810 50%, #1a100c 100%); }
.ilr-sec--warm { background: #1c120e; }
.ilr-sec h2 {
  margin: 0 0 28px;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-align: center;
}

.ilr-hero {
  position: relative;
  overflow: hidden;
  min-height: 640px;
}
.ilr-hero-bg,
.ilr-hero-bg img { position: absolute; inset: 0; width: 100%; height: 100%; }
.ilr-hero-bg img { object-fit: cover; object-position: 70% 40%; }
.ilr-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(20, 14, 11, 0.94) 0%, rgba(20, 14, 11, 0.78) 40%, rgba(20, 14, 11, 0.22) 68%, rgba(20, 14, 11, 0.08) 100%);
}
.ilr-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;
}
.ilr-crumb { margin-bottom: 12px; font-size: 13px; color: rgba(247, 232, 214, 0.55); }
.ilr-crumb a { color: inherit; }
.ilr-crumb span { margin: 0 6px; }
.ilr-kicker { margin: 0 0 10px; color: #f0a36a; font-size: 13px; font-weight: 800; letter-spacing: 0.16em; }
.ilr-hero-copy h1 {
  margin: 0 0 14px;
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 800;
  line-height: 1.25;
}
.ilr-hero-copy h1 em { font-style: normal; color: #f0a36a; }
.ilr-hero-sub { margin: 0 0 18px; max-width: 500px; color: var(--ilr-muted); font-size: 16px; line-height: 1.7; }
.ilr-values { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 22px; }
.ilr-values li {
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(196, 92, 38, 0.28);
  color: #f7d3b4;
  font-size: 13px;
  font-weight: 700;
}
.ilr-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.ilr-btn {
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--ilr);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}
.ilr-btn:hover { color: #fff; }
.ilr-link { color: #f0a36a; font-weight: 700; }
.ilr-checks { display: flex; gap: 16px; margin: 16px 0 0; color: rgba(247, 232, 214, 0.5); font-size: 13px; }

.ilr-pains { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.ilr-pains article {
  padding: 22px 18px;
  border-radius: 18px;
  background: #241812;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}
.ilr-pains span { color: var(--ilr); font-size: 12px; font-weight: 800; letter-spacing: 0.1em; }
.ilr-pains h3 { margin: 10px 0 8px; font-size: 18px; }
.ilr-pains p { margin: 0; color: var(--ilr-muted); font-size: 14px; line-height: 1.65; }

.ilr-path {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 8px;
}
.ilr-path li {
  flex: 1 0 200px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 18px 16px;
  border-radius: 16px;
  background: rgba(196, 92, 38, 0.16);
}
.ilr-path b {
  flex: 0 0 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ilr);
  color: #fff;
  font-size: 16px;
}
.ilr-path strong { display: block; margin-bottom: 4px; font-size: 16px; }
.ilr-path span { color: var(--ilr-muted); font-size: 13px; line-height: 1.5; }

.ilr-plays { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.ilr-plays article {
  padding: 20px 16px;
  border-radius: 16px;
  background: #241812;
  box-shadow: 0 10px 24px rgba(196, 92, 38, 0.12);
}
.ilr-plays h3 { margin: 0 0 10px; font-size: 16px; }
.ilr-plays p { margin: 0 0 14px; color: var(--ilr-muted); font-size: 13px; line-height: 1.65; }
.ilr-plays a { color: #f0a36a; font-weight: 700; font-size: 13px; }

.ilr-tix { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.ilr-tix article {
  padding: 20px 16px;
  border-radius: 16px;
  background: linear-gradient(180deg, #3a2218 0%, #241812 100%);
}
.ilr-tix b { display: inline-block; margin-bottom: 10px; color: #f0a36a; font-size: 12px; letter-spacing: 0.14em; }
.ilr-tix h3 { margin: 0 0 8px; font-size: 17px; }
.ilr-tix p { margin: 0; color: var(--ilr-muted); font-size: 13px; line-height: 1.65; }

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

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

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

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

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