.idw {
  --idw: #0f8a96;
  --idw-deep: #0b5f68;
  --idw-ink: #10232a;
  --idw-muted: rgba(16, 35, 42, 0.56);
  --idw-line: rgba(15, 138, 150, 0.16);
  --idw-soft: #f0f7f8;
  background: #fff;
  color: var(--idw-ink);
}
.idw-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.idw-sec { padding: 72px 24px; background: #fff; }
.idw-sec--soft { background: var(--idw-soft); }
.idw-sec--road {
  background:
    linear-gradient(180deg, #0d3a40 0%, #10232a 100%);
  color: #fff;
}
.idw-sec h2 {
  margin: 0 0 32px;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-align: center;
}
.idw-sec--road h2 { color: #fff; }
.idw-lead {
  max-width: 640px;
  margin: -12px auto 28px;
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
  color: var(--idw-muted);
}
.idw .iphone { margin: 0; }
.idw .iphone-body {
  position: relative;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  padding: 2.4%;
  border-radius: 22px;
  background: linear-gradient(160deg, #2b2d31 0%, #111214 55%, #0a0a0b 100%);
  box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.12), inset 0 0 0 4px rgba(0, 0, 0, 0.45);
  box-sizing: border-box;
}
.idw .iphone-screen {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  aspect-ratio: 1170 / 2532;
  background: #111;
}
.idw .iphone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.idw .iphone-island {
  position: absolute;
  top: 1.5%;
  left: 50%;
  z-index: 2;
  width: 24%;
  height: 2.7%;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #050505;
  pointer-events: none;
}
.idw .iphone-home {
  position: absolute;
  left: 50%;
  bottom: 1.2%;
  z-index: 2;
  width: 28%;
  height: 0.7%;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  pointer-events: none;
}
.idw .iphone-side {
  position: absolute;
  width: 3px;
  background: #1a1b1e;
  border-radius: 2px;
}
.idw .iphone-side--silent { left: -3px; top: 18%; height: 4.5%; }
.idw .iphone-side--vol-up { left: -3px; top: 26%; height: 9%; }
.idw .iphone-side--vol-down { left: -3px; top: 37%; height: 9%; }
.idw .iphone-side--power { right: -3px; top: 28%; height: 12%; }
.idw .iphone figcaption {
  margin-top: 10px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}

.idw-hero {
  position: relative;
  overflow: hidden;
  min-height: 640px;
}
.idw-hero-bg,
.idw-hero-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.idw-hero-bg img {
  object-fit: cover;
  object-position: 68% 40%;
}
.idw-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(240, 247, 248, 0.96) 0%, rgba(240, 247, 248, 0.88) 38%, rgba(240, 247, 248, 0.28) 64%, rgba(240, 247, 248, 0.06) 100%);
}
.idw-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;
}
.idw-crumb {
  margin-bottom: 16px;
  font-size: 13px;
  color: var(--idw-muted);
}
.idw-crumb a { color: inherit; }
.idw-crumb span { margin: 0 6px; }
.idw-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;
}
.idw-hero-copy h1 em {
  font-style: normal;
  color: var(--idw);
}
.idw-hero-sub {
  margin: 0 0 20px;
  max-width: 520px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--idw-muted);
}
.idw-values {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
  max-width: 520px;
}
.idw-values li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
.idw-ico {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: var(--idw);
  box-shadow: 0 6px 16px rgba(15, 138, 150, 0.16);
}
.idw-ico svg { width: 22px; height: 22px; }
.idw-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.idw-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 10px;
  background: var(--idw);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}
.idw-btn:hover { color: #fff; filter: brightness(1.06); }
.idw-link {
  font-size: 15px;
  font-weight: 700;
  color: var(--idw-deep);
}
.idw-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  font-size: 13px;
  color: var(--idw-muted);
}
.idw-checks li {
  display: flex;
  align-items: center;
  gap: 6px;
}
.idw-checks li::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--idw) 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;
}
.idw-hero-phones {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 500px;
}
.idw-hero-phones .iphone {
  margin: 0;
  flex: 0 0 auto;
  filter: drop-shadow(0 18px 28px rgba(16, 35, 42, 0.32));
}
.idw-hero-phones .iphone-body { max-width: none; }
.idw-hero-phones .iphone--left,
.idw-hero-phones .iphone--right {
  width: clamp(148px, 15.6vw, 188px);
  z-index: 1;
}
.idw-hero-phones .iphone--left { margin-right: clamp(-52px, -5vw, -36px); }
.idw-hero-phones .iphone--right { margin-left: clamp(-52px, -5vw, -36px); }
.idw-hero-phones .iphone--mid {
  width: clamp(196px, 21vw, 248px);
  z-index: 3;
  filter: drop-shadow(0 28px 44px rgba(16, 35, 42, 0.42));
}

.idw-pains { display: grid; gap: 22px; }
.idw-pains article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 380px);
  gap: 28px;
  align-items: center;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--idw-line);
}
.idw-pains article.is-flip { grid-template-columns: minmax(240px, 380px) minmax(0, 1fr); }
.idw-pains article.is-flip img { order: -1; }
.idw-pains span {
  display: block;
  margin-bottom: 8px;
  color: var(--idw);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
}
.idw-pains h3 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 800;
}
.idw-pains p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--idw-muted);
}
.idw-pains img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 14px;
}

.idw-road {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 8px 0 0;
  position: relative;
}
.idw-road::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 8%;
  right: 8%;
  border-top: 3px dashed rgba(255, 255, 255, 0.28);
}
.idw-road li {
  position: relative;
  padding-top: 36px;
  text-align: center;
}
.idw-road li::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 50%;
  width: 16px;
  height: 16px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: #3ec8d4;
  box-shadow: 0 0 0 6px rgba(62, 200, 212, 0.18);
}
.idw-road strong {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
}
.idw-road span {
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.68);
}

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

.idw-plays { display: grid; gap: 0; }
.idw-plays article {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 8px 18px;
  padding: 22px 0;
  border-top: 1px solid var(--idw-line);
}
.idw-plays article:last-child { border-bottom: 1px solid var(--idw-line); }
.idw-plays span {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--idw);
  line-height: 1.1;
}
.idw-plays h3 {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 800;
}
.idw-plays p {
  margin: 0 0 10px;
  max-width: 680px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--idw-muted);
}
.idw-plays a { font-weight: 700; color: var(--idw); }

.idw-tickets { display: grid; gap: 14px; }
.idw-tickets article {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  overflow: hidden;
  background: #fff;
  border: 1px dashed rgba(15, 138, 150, 0.35);
  border-radius: 14px;
}
.idw-tickets b {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--idw);
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.12em;
}
.idw-tickets div { padding: 18px 20px 8px; }
.idw-tickets h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 800;
}
.idw-tickets dl {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px 14px;
  margin: 0 0 12px;
}
.idw-tickets dt {
  font-size: 12px;
  color: var(--idw-muted);
}
.idw-tickets dd {
  margin: 4px 0 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

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

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

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

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

@media (max-width: 1080px) {
  .idw-hero-inner { grid-template-columns: 1fr; padding-bottom: 40px; }
  .idw-hero-phones { min-height: 0; max-width: 460px; margin: 0 auto; }
  .idw-hero-phones .iphone--left,
  .idw-hero-phones .iphone--right { width: clamp(132px, 28vw, 160px); }
  .idw-hero-phones .iphone--mid { width: clamp(168px, 36vw, 210px); }
  .idw-pains article,
  .idw-pains article.is-flip { grid-template-columns: 1fr; }
  .idw-pains article.is-flip img { order: 0; }
  .idw-road { grid-template-columns: 1fr; }
  .idw-road::before { display: none; }
  .idw-road li { padding-top: 0; text-align: left; padding-left: 28px; }
  .idw-road li::before { left: 0; top: 6px; transform: none; }
  .idw-split { grid-template-columns: 1fr; }
  .idw-tickets dl { grid-template-columns: 1fr 1fr; }
  .idw-steps { grid-template-columns: 1fr; }
  .idw-scenes { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .idw-sec { padding: 48px 16px; }
  .idw-values { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .idw-tickets article { grid-template-columns: 64px minmax(0, 1fr); }
}
