.iot-day-landing,
.iot-day-landing * {
  box-sizing: border-box;
}

.path-iotday2026 .breadcrumbs,
.path-iotday2026 .block-page-title-block {
  display: none;
}

.iot-day-landing {
  color: #13233f;
  background: #f6fbfc;
}

.iot-day-landing a {
  text-decoration: none;
}

.iot-day-landing iframe {
  border: 0;
}

.idl-banner__inner,
.idl-hero__inner,
.idl-studio__bar,
.idl-studio__grid,
.idl-section--narrow {
  max-width: 1220px;
  margin: 0 auto;
}

.idl-banner {
  background: linear-gradient(90deg, #122f6f 0%, #0d2354 100%);
  color: #fff;
}

.idl-banner__inner {
  padding: 24px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.idl-kicker {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #3397a7;
}

.idl-banner .idl-kicker,
.idl-hero .idl-kicker,
.idl-cta .idl-kicker {
  color: rgba(255, 255, 255, 0.8);
}

.idl-banner__title,
.idl-hero__title,
.idl-heading h3,
.idl-cta h3 {
  margin: 0;
  line-height: 1.05;
}

.idl-banner__title {
  font-size: clamp(2rem, 4vw, 3rem);
  color: #fff;
}

.idl-banner__summary {
  margin: 10px 0 0;
  max-width: 760px;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.88);
}

.idl-banner__cta,
.idl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font: inherit;
  font-weight: 700;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.idl-banner__cta {
  background: #43c0d3;
  color: #0d2354;
  white-space: nowrap;
}

.idl-banner__cta:hover,
.idl-banner__cta:focus {
  background: #29a6ba;
  color: #0d2354;
  transform: translateY(-1px);
}

.idl-hero {
  background:
    radial-gradient(circle at top right, rgba(67, 192, 211, 0.18), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #ecf7fa 100%);
  border-bottom: 1px solid rgba(18, 47, 111, 0.08);
}

.idl-hero__inner {
  padding: 52px 28px 46px;
}

.idl-chipline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}

.idl-chip {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(67, 192, 211, 0.14);
  color: #0d5b68;
  font-size: 0.95rem;
  font-weight: 600;
}

.idl-hero__copy {
  max-width: 820px;
}

.idl-hero__title {
  font-size: clamp(2.5rem, 6vw, 4.8rem);
  color: #122f6f;
}

.idl-hero__text {
  margin: 16px 0 0;
  font-size: 1.1rem;
  line-height: 1.7;
  color: #35507e;
}

.idl-hero__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.idl-stat {
  padding: 18px 20px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(18, 47, 111, 0.08);
}

.idl-stat strong {
  display: block;
  color: #122f6f;
  font-size: 1.35rem;
  line-height: 1.2;
}

.idl-stat span {
  display: block;
  margin-top: 6px;
  color: #55709a;
  font-size: 0.96rem;
}

.idl-studio {
  padding: 34px 28px 0;
}

.idl-studio__bar {
  padding: 18px 24px;
  border-radius: 22px 22px 0 0;
  background: #122f6f;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 18px;
}

.idl-studio__bar p {
  margin: 0;
  flex: 1;
  font-size: 1rem;
}

.idl-live {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: #e01717;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  white-space: nowrap;
}

.idl-studio__bar a {
  color: #fff;
  font-weight: 700;
}

.idl-studio__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.9fr);
  background: #081326;
  border-radius: 0 0 22px 22px;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(8, 19, 38, 0.18);
}

.idl-video {
  background: #000;
}

.idl-video iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
}

.idl-sidecard {
  padding: 28px;
  color: #d7e3f9;
  background: linear-gradient(180deg, #102341 0%, #09182c 100%);
}

.idl-sidecard__eyebrow {
  margin: 0 0 8px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

.idl-sidecard h3 {
  margin: 0;
  font-size: 1.7rem;
  color: #fff;
}

.idl-sidecard p {
  margin: 12px 0 0;
  line-height: 1.7;
}

.idl-list {
  margin: 16px 0 0;
  padding-left: 18px;
  line-height: 1.7;
}

.idl-list li + li {
  margin-top: 8px;
}

.idl-sidecard__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.idl-btn--solid {
  background: #43c0d3;
  color: #0d2354;
}

.idl-btn--solid:hover,
.idl-btn--solid:focus {
  background: #29a6ba;
  color: #0d2354;
}

.idl-btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
}

.idl-btn--ghost:hover,
.idl-btn--ghost:focus {
  border-color: #fff;
  color: #fff;
}

.idl-section {
  padding: 34px 28px 0;
}

.idl-heading {
  margin-bottom: 20px;
}

.idl-heading h3 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  color: #122f6f;
}

.idl-pillgrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.idl-pill {
  padding: 18px 20px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(18, 47, 111, 0.08);
  box-shadow: 0 10px 24px rgba(18, 47, 111, 0.06);
}

.idl-pill strong,
.idl-pill span {
  display: block;
}

.idl-pill strong {
  color: #122f6f;
  font-size: 1.02rem;
}

.idl-pill span {
  margin-top: 6px;
  color: #5a739f;
}

.idl-speakers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.idl-speaker {
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(18, 47, 111, 0.08);
  box-shadow: 0 16px 32px rgba(18, 47, 111, 0.08);
}

.idl-speaker--featured {
  border-color: rgba(67, 192, 211, 0.32);
  background: linear-gradient(180deg, #ffffff 0%, #f0fbfd 100%);
}

.idl-speaker__time {
  margin: 0 0 8px;
  color: #0b8c9e;
  font-size: 0.95rem;
  font-weight: 700;
}

.idl-speaker img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: top;
  background: #e9f5f7;
}

.idl-speaker--featured img {
  aspect-ratio: 4 / 3;
  object-position: center;
}

.idl-speaker--poster img {
  aspect-ratio: 3 / 4;
  object-fit: contain;
  object-position: top center;
  background: #ffffff;
}

.idl-speaker__body {
  padding: 18px;
}

.idl-speaker h4,
.idl-timeline__item h4 {
  margin: 0;
  color: #122f6f;
  font-size: 1.15rem;
}

.idl-speaker__name {
  margin: 10px 0 0;
  color: #1f3f79;
  font-weight: 700;
}

.idl-speaker__org {
  margin: 6px 0 0;
  color: #5a739f;
  line-height: 1.6;
}

.idl-team {
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(18, 47, 111, 0.08);
  box-shadow: 0 16px 32px rgba(18, 47, 111, 0.08);
}

.idl-team img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
}

.idl-team__body {
  padding: 20px 22px 24px;
}

.idl-team__time {
  margin: 0;
  color: #122f6f;
  font-weight: 700;
}

.idl-team__text {
  margin: 12px 0 0;
  color: #55709a;
  line-height: 1.7;
}

.idl-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.idl-tags span {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(67, 192, 211, 0.14);
  color: #0d5b68;
  font-size: 0.95rem;
}

.idl-timeline {
  padding: 8px 0 12px;
}

.idl-timeline__item {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(18, 47, 111, 0.08);
}

.idl-timeline__time {
  color: #0b8c9e;
  font-size: 1rem;
  font-weight: 700;
}

.idl-timeline__item p {
  margin: 8px 0 0;
  color: #55709a;
  line-height: 1.7;
}

.idl-cta {
  padding: 28px;
  border-radius: 26px;
  background: linear-gradient(135deg, #122f6f 0%, #0c214d 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 48px;
}

.idl-cta h3 {
  color: #fff;
}

.idl-cta p {
  margin: 10px 0 0;
  max-width: 720px;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.7;
}

.idl-cta__button {
  background: #e01717;
  color: #fff;
  box-shadow: 0 14px 28px rgba(224, 23, 23, 0.24);
}

.idl-cta__button:hover,
.idl-cta__button:focus {
  background: #c51313;
  color: #fff;
}

@media (max-width: 1100px) {
  .idl-pillgrid,
  .idl-speakers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .idl-banner__inner,
  .idl-cta,
  .idl-studio__bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .idl-hero__meta,
  .idl-studio__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .idl-banner__inner,
  .idl-hero__inner,
  .idl-studio,
  .idl-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .idl-speakers,
  .idl-pillgrid,
  .idl-timeline__item {
    grid-template-columns: 1fr;
  }

  .idl-timeline__item {
    gap: 8px;
  }

  .idl-team img {
    aspect-ratio: 16 / 9;
  }
}
