.ipt {
  --ipt: #e07a3d;
  --ipt-deep: #b85a24;
  --ipt-ink: #2a1c12;
  --ipt-muted: rgba(42, 28, 18, 0.58);
  --ipt-line: rgba(224, 122, 61, 0.18);
  --ipt-soft: #f8f1ea;
  background: #fffaf6;
  color: var(--ipt-ink);
}
.ipt-inner { width: 100%; max-width: 1180px; margin: 0 auto; }
.ipt-sec { padding: 76px 24px; }
.ipt-sec--soft { background: var(--ipt-soft); }
.ipt-sec--path {
  background: #2a1c12;
  color: #fff8f2;
}
.ipt-sec h2 {
  margin: 0 0 34px;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-align: center;
}
.ipt-sec--path h2 { color: #fff8f2; }
.ipt-lead {
  max-width: 640px;
  margin: -16px auto 28px;
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
  color: var(--ipt-muted);
}

.ipt-hero {
  position: relative;
  overflow: hidden;
  min-height: 640px;
}
.ipt-hero-bg,
.ipt-hero-bg img { position: absolute; inset: 0; width: 100%; height: 100%; }
.ipt-hero-bg img { object-fit: cover; object-position: 70% 40%; }
.ipt-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 250, 246, 0.96) 0%, rgba(255, 250, 246, 0.86) 40%, rgba(255, 250, 246, 0.2) 68%, rgba(255, 250, 246, 0.04) 100%);
}
.ipt-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;
  padding: 52px 24px 60px;
  min-height: 640px;
}
.ipt-crumb { margin-bottom: 16px; font-size: 13px; color: var(--ipt-muted); }
.ipt-crumb a { color: inherit; }
.ipt-crumb span { margin: 0 6px; }
.ipt-hero-copy h1 {
  margin: 0 0 14px;
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.25;
}
.ipt-hero-copy h1 em { font-style: normal; color: var(--ipt); }
.ipt-hero-sub {
  margin: 0 0 20px;
  max-width: 520px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--ipt-muted);
}
.ipt-values {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}
.ipt-values li {
  padding: 7px 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--ipt-line);
  font-size: 13px;
  font-weight: 700;
}
.ipt-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.ipt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  background: var(--ipt);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}
.ipt-btn:hover { color: #fff; filter: brightness(1.05); }
.ipt-link { font-size: 15px; font-weight: 700; color: var(--ipt-deep); }
.ipt-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  font-size: 13px;
  color: var(--ipt-muted);
}
.ipt-checks li { display: flex; align-items: center; gap: 6px; }
.ipt-checks li::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--ipt) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 6.2 5 8.6 9.5 3.6' fill='none' stroke='%23fff' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 10px no-repeat;
}

.ipt-pains { display: grid; gap: 28px; }
.ipt-pains article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 400px);
  gap: 32px;
  align-items: center;
}
.ipt-pains article.is-flip { grid-template-columns: minmax(240px, 400px) minmax(0, 1fr); }
.ipt-pains article.is-flip img { order: -1; }
.ipt-pains span {
  display: inline-block;
  margin-bottom: 10px;
  padding: 2px 10px;
  border-radius: 999px;
  background: #fff3ea;
  color: var(--ipt);
  font-size: 12px;
  font-weight: 800;
}
.ipt-pains h3 { margin: 0 0 10px; font-size: 24px; font-weight: 800; }
.ipt-pains p { margin: 0; font-size: 15px; line-height: 1.75; color: var(--ipt-muted); }
.ipt-pains img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px 28px 8px 28px;
}

.ipt-path {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ipt-path li {
  padding: 20px 16px;
  border-radius: 16px;
  background: rgba(255, 248, 242, 0.08);
  border: 1px solid rgba(224, 122, 61, 0.28);
}
.ipt-path b {
  display: block;
  margin-bottom: 10px;
  color: var(--ipt);
  font-size: 20px;
  letter-spacing: 0.04em;
}
.ipt-path strong { display: block; margin-bottom: 8px; font-size: 16px; }
.ipt-path span { font-size: 13px; line-height: 1.55; color: rgba(255, 248, 242, 0.68); }

.ipt-split { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.ipt-split article {
  padding: 28px 26px;
  border-radius: 8px 24px;
  background: #fff;
  border: 1px solid var(--ipt-line);
}
.ipt-split article.is-card {
  background: #2a1c12;
  color: #fff8f2;
  border-color: transparent;
}
.ipt-split header {
  margin-bottom: 8px;
  color: var(--ipt);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
}
.ipt-split article.is-card header { color: #f0a36a; }
.ipt-split h3 { margin: 0 0 16px; font-size: 24px; font-weight: 800; }
.ipt-split ul { margin: 0 0 14px; padding-left: 18px; font-size: 15px; line-height: 1.75; }
.ipt-split p { margin: 0; font-size: 14px; line-height: 1.65; color: var(--ipt-muted); }
.ipt-split article.is-card p { color: rgba(255, 248, 242, 0.64); }

.ipt-plays { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.ipt-plays article {
  padding: 22px 20px;
  background: #fff;
  border-radius: 18px;
  border: 1px solid var(--ipt-line);
}
.ipt-plays span { color: var(--ipt); font-size: 13px; font-weight: 800; }
.ipt-plays h3 { margin: 8px 0 8px; font-size: 18px; font-weight: 800; }
.ipt-plays p { margin: 0 0 14px; font-size: 14px; line-height: 1.65; color: var(--ipt-muted); }
.ipt-plays a { font-weight: 700; color: var(--ipt); }

.ipt-tickets { display: grid; gap: 16px; }
.ipt-tickets article {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  overflow: hidden;
  background: #fff;
  border: 1px dashed rgba(224, 122, 61, 0.45);
  border-radius: 6px;
  position: relative;
}
.ipt-tickets article::before,
.ipt-tickets article::after {
  content: "";
  position: absolute;
  left: 80px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fffaf6;
  box-shadow: inset 0 0 0 1px rgba(224, 122, 61, 0.28);
}
.ipt-tickets article::before { top: -9px; }
.ipt-tickets article::after { bottom: -9px; }
.ipt-tickets b {
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  background: var(--ipt);
  color: #fff;
  letter-spacing: 0.28em;
  font-size: 16px;
}
.ipt-tickets div { padding: 18px 22px 10px; }
.ipt-tickets h3 { margin: 0 0 10px; font-size: 18px; font-weight: 800; }
.ipt-tickets dl {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px 14px;
  margin: 0 0 12px;
}
.ipt-tickets dt { font-size: 12px; color: var(--ipt-muted); }
.ipt-tickets dd { margin: 4px 0 0; font-size: 13px; font-weight: 700; line-height: 1.45; }

.ipt-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.ipt-steps span { display: block; margin-bottom: 12px; color: var(--ipt); font-weight: 800; }
.ipt-steps img {
  width: min(100%, 220px);
  border-radius: 18px;
  box-shadow: 0 16px 28px rgba(42, 28, 18, 0.12);
}
.ipt-steps strong { display: block; margin-top: 14px; font-size: 16px; }

.ipt-views { display: flex; justify-content: center; gap: 28px; flex-wrap: wrap; }
.ipt-views .iphone { width: min(32%, 200px); }
.ipt-views .iphone-body { max-width: none; }

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

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

@media (max-width: 1080px) {
  .ipt-hero-inner { grid-template-columns: 1fr; min-height: 0; padding-bottom: 40px; }
  .ipt-pains article,
  .ipt-pains article.is-flip { grid-template-columns: 1fr; }
  .ipt-pains article.is-flip img { order: 0; }
  .ipt-path { grid-template-columns: 1fr; }
  .ipt-split,
  .ipt-plays,
  .ipt-scenes { grid-template-columns: 1fr; }
  .ipt-tickets dl { grid-template-columns: 1fr 1fr; }
  .ipt-steps { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .ipt-sec { padding: 48px 16px; }
  .ipt-tickets article { grid-template-columns: 56px minmax(0, 1fr); }
  .ipt-tickets article::before,
  .ipt-tickets article::after { left: 47px; }
}
