@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

.dp-ip {
  --ip-navy: #082b4f;
  --ip-deep: #041f3a;
  --ip-teal: #00a9a5;
  --ip-teal-dark: #008b88;
  --ip-aqua: #ddf5f3;
  --ip-soft: #f2fbfa;
  --ip-white: #fff;
  --ip-ink: #102a43;
  --ip-muted: #5f7288;
  --ip-line: #d8e7eb;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  color: var(--ip-ink);
  background: var(--ip-white);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

.dp-ip *,
.dp-ip *::before,
.dp-ip *::after {
  box-sizing: border-box;
}

.dp-ip img {
  display: block;
  max-width: 100%;
  height: auto;
}

.dp-ip a {
  color: inherit;
  text-decoration: none;
}

.dp-ip h1,
.dp-ip h2,
.dp-ip h3,
.dp-ip p {
  margin-top: 0;
  font-family: "Poppins", Arial, sans-serif;
}

.dp-ip__shell {
  width: min(1180px, calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
}

.dp-ip__hero {
  position: relative;
  padding: 92px 0 76px;
  background: linear-gradient(125deg, rgba(221,245,243,.9), rgba(255,255,255,.98) 58%);
}

.dp-ip__dots {
  position: absolute;
  inset: 0;
  opacity: .28;
  background-image: radial-gradient(rgba(0,169,165,.45) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(to right, transparent, #000 38%, #000);
  pointer-events: none;
}

.dp-ip__hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 72px;
}

.dp-ip__kicker {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--ip-teal-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.dp-ip__logo {
  width: min(360px, 92%);
  margin-bottom: 30px;
}

.dp-ip h1 {
  max-width: 630px;
  margin-bottom: 0;
  color: var(--ip-navy);
  font-size: clamp(44px, 5vw, 70px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -.052em;
}

.dp-ip__lead {
  max-width: 610px;
  margin: 26px 0 0;
  color: var(--ip-muted);
  font-size: 17px;
  line-height: 1.75;
}

.dp-ip__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.dp-ip__button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 23px;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 600;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.dp-ip__button:hover {
  transform: translateY(-2px);
}

.dp-ip__button--primary {
  color: var(--ip-white) !important;
  background: var(--ip-teal);
  box-shadow: 0 14px 32px rgba(0,169,165,.22);
}

.dp-ip__button--ghost {
  color: var(--ip-navy) !important;
  border: 1px solid rgba(8,43,79,.22);
}

.dp-ip__button--white {
  color: var(--ip-navy) !important;
  background: var(--ip-white);
}

.dp-ip__stats {
  display: flex;
  margin-top: 38px;
}

.dp-ip__stats div {
  display: grid;
  gap: 2px;
  padding: 0 21px;
  border-left: 1px solid var(--ip-line);
}

.dp-ip__stats div:first-child {
  padding-left: 0;
  border-left: 0;
}

.dp-ip__stats strong {
  color: var(--ip-navy);
  font-size: 14px;
}

.dp-ip__stats span {
  color: var(--ip-muted);
  font-size: 9px;
}

.dp-ip__hero-screen {
  position: relative;
  padding: 38px 0 48px;
}

.dp-ip__screen {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border: 11px solid var(--ip-deep);
  border-radius: 22px;
  background: var(--ip-aqua);
  box-shadow: 0 38px 80px rgba(8,43,79,.21);
  transform: perspective(1200px) rotateY(-4deg);
}

.dp-ip__screen-top {
  min-height: 47px;
  display: grid;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  color: var(--ip-navy);
  background: rgba(255,255,255,.92);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .1em;
}

.dp-ip__screen-top img {
  width: 25px;
}

.dp-ip__screen-top i {
  padding: 6px 8px;
  border-radius: 999px;
  color: var(--ip-teal-dark);
  background: var(--ip-aqua);
  font-size: 7px;
  font-style: normal;
}

.dp-ip__screen-body {
  height: calc(100% - 50px);
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  align-items: center;
  padding: 38px 22px 24px 38px;
  background: linear-gradient(135deg, rgba(255,255,255,.85), rgba(221,245,243,.5));
}

.dp-ip__tag {
  display: inline-flex;
  margin-bottom: 13px;
  padding: 6px 9px;
  border-radius: 5px;
  color: var(--ip-white);
  background: var(--ip-teal);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .12em;
}

.dp-ip__screen-body h2 {
  margin-bottom: 0;
  color: var(--ip-navy);
  font-size: clamp(23px, 2.8vw, 39px);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.dp-ip__screen-body p {
  max-width: 355px;
  margin: 14px 0 0;
  color: var(--ip-muted);
  font-size: 10px;
  line-height: 1.55;
}

.dp-ip__screen-character {
  align-self: end;
  justify-self: center;
  width: 180px;
  height: 250px;
  margin-bottom: -25px;
  border-radius: 90px 90px 18px 18px;
  object-fit: cover;
  object-position: center 20%;
  box-shadow: 0 16px 34px rgba(8,43,79,.12);
}

.dp-ip__screen-progress {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 8px;
  background: var(--ip-navy);
}

.dp-ip__screen-progress i {
  display: block;
  width: 62%;
  height: 100%;
  background: var(--ip-teal);
}

.dp-ip__float-card {
  position: absolute;
  right: 22px;
  top: 2px;
  z-index: 4;
  padding: 13px 16px;
  border-radius: 12px;
  background: rgba(255,255,255,.95);
  box-shadow: 0 16px 42px rgba(8,43,79,.14);
}

.dp-ip__float-card strong,
.dp-ip__float-card span {
  display: block;
}

.dp-ip__float-card strong {
  color: var(--ip-navy);
  font-size: 10px;
}

.dp-ip__float-card span {
  color: var(--ip-muted);
  font-size: 8px;
}

.dp-ip__promise {
  border-top: 1px solid var(--ip-line);
  border-bottom: 1px solid var(--ip-line);
  background: var(--ip-white);
}

.dp-ip__promise .dp-ip__shell {
  min-height: 72px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}

.dp-ip__promise span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 28px;
  border-right: 1px solid var(--ip-line);
  color: var(--ip-navy);
  font-size: 12px;
  font-weight: 600;
}

.dp-ip__promise span:last-child {
  border-right: 0;
}

.dp-ip__promise i {
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: var(--ip-teal-dark);
  background: var(--ip-aqua);
  font-style: normal;
}

.dp-ip__section {
  padding: 108px 0;
}

.dp-ip__heading {
  margin-bottom: 52px;
}

.dp-ip__heading--split {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  align-items: end;
  gap: 88px;
}

.dp-ip__heading h2,
.dp-ip__anatomy h2,
.dp-ip__cta h2 {
  margin-bottom: 0;
  color: var(--ip-navy);
  font-size: clamp(34px, 4vw, 51px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -.044em;
}

.dp-ip__heading p {
  margin-bottom: 4px;
  color: var(--ip-muted);
  font-size: 14px;
  line-height: 1.8;
}

.dp-ip__heading--center {
  max-width: 790px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.dp-ip__heading--center p {
  max-width: 700px;
  margin: 18px auto 0;
}

.dp-ip__benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.dp-ip__benefits article {
  min-height: 292px;
  padding: 26px;
  border: 1px solid var(--ip-line);
  border-radius: 18px;
  background: var(--ip-white);
}

.dp-ip__benefits article > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 58px;
  border-radius: 13px;
  color: var(--ip-teal-dark);
  background: var(--ip-aqua);
  font-size: 12px;
  font-weight: 700;
}

.dp-ip__benefits h3 {
  margin-bottom: 11px;
  color: var(--ip-navy);
  font-size: 19px;
  line-height: 1.25;
}

.dp-ip__benefits p {
  margin-bottom: 0;
  color: var(--ip-muted);
  font-size: 12px;
  line-height: 1.72;
}

.dp-ip__local {
  background:
    radial-gradient(circle at 88% 12%, rgba(0,169,165,.12), transparent 27%),
    linear-gradient(180deg, #f7fcfb, #fff);
}

.dp-ip__content-mix {
  display: grid;
  grid-template-columns: 1fr 64px 1fr;
  align-items: stretch;
  margin-bottom: 26px;
}

.dp-ip__content-mix > i {
  align-self: center;
  justify-self: center;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--ip-white);
  background: var(--ip-teal);
  box-shadow: 0 12px 28px rgba(0,169,165,.22);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}

.dp-ip__mix-card {
  min-height: 158px;
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: 22px;
  padding: 28px;
  border: 1px solid var(--ip-line);
  border-radius: 18px;
  background: var(--ip-white);
}

.dp-ip__mix-card--local {
  border-color: rgba(0,169,165,.35);
  background: var(--ip-aqua);
}

.dp-ip__mix-card > span {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: var(--ip-teal-dark);
  background: var(--ip-aqua);
  font-size: 12px;
  font-weight: 700;
}

.dp-ip__mix-card--local > span {
  color: var(--ip-white);
  background: var(--ip-teal);
}

.dp-ip__mix-card h3 {
  margin-bottom: 7px;
  color: var(--ip-navy);
  font-size: 22px;
  line-height: 1.2;
}

.dp-ip__mix-card p {
  margin-bottom: 0;
  color: var(--ip-muted);
  font-size: 12px;
  line-height: 1.65;
}

.dp-ip__local-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.dp-ip__local-card {
  min-height: 235px;
  padding: 25px;
  border: 1px solid rgba(8,43,79,.1);
  border-radius: 17px;
  background: var(--ip-white);
  box-shadow: 0 16px 40px rgba(8,43,79,.05);
}

.dp-ip__local-card > span {
  display: inline-flex;
  margin-bottom: 48px;
  color: var(--ip-teal-dark);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .1em;
}

.dp-ip__local-card h3 {
  margin-bottom: 10px;
  color: var(--ip-navy);
  font-size: 18px;
  line-height: 1.25;
}

.dp-ip__local-card p {
  margin-bottom: 0;
  color: var(--ip-muted);
  font-size: 11px;
  line-height: 1.7;
}

.dp-ip__local-note {
  max-width: 760px;
  margin: 30px auto 0;
  padding: 18px 22px;
  border-radius: 12px;
  color: var(--ip-navy);
  background: var(--ip-aqua);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.65;
  text-align: center;
}

.dp-ip__examples {
  color: var(--ip-white);
  background: linear-gradient(180deg, var(--ip-navy), var(--ip-deep));
}

.dp-ip__heading--light h2 {
  color: var(--ip-white);
}

.dp-ip__heading--light p {
  color: #b9ccd9;
}

.dp-ip__heading--light .dp-ip__kicker {
  color: var(--ip-teal);
}

.dp-ip__gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: stretch;
  gap: 20px;
}

.dp-ip__example {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 18px;
  background: rgba(255,255,255,.06);
}

.dp-ip__poster {
  position: relative;
  overflow: hidden;
  min-height: 365px;
  padding: 26px;
}

.dp-ip__poster::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .25;
  background-image: radial-gradient(rgba(255,255,255,.4) 1px, transparent 1px);
  background-size: 18px 18px;
}

.dp-ip__poster--teal {
  background: linear-gradient(135deg, var(--ip-teal), #057d85);
}

.dp-ip__poster--aqua {
  color: var(--ip-navy);
  background: linear-gradient(155deg, #effaf9, #c8efec);
}

.dp-ip__poster--blue {
  color: var(--ip-navy);
  background: linear-gradient(145deg, #eff8ff, #c9e3f6);
}

.dp-ip__poster--sage {
  color: var(--ip-navy);
  background: linear-gradient(145deg, #f7fbf8, #dce9df);
}

.dp-ip__poster > img:not(.dp-ip__poster-character) {
  position: relative;
  z-index: 2;
  width: 140px;
}

.dp-ip__poster .dp-ip__tag {
  position: relative;
  z-index: 2;
  margin-top: 55px;
}

.dp-ip__poster h3 {
  position: relative;
  z-index: 2;
  max-width: 62%;
  margin-bottom: 0;
  font-size: clamp(24px, 2.4vw, 38px);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.dp-ip__poster p {
  position: relative;
  z-index: 2;
  max-width: 65%;
  margin: 12px 0 0;
  font-size: 10px;
  line-height: 1.6;
}

.dp-ip__poster-character {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  width: 38%;
  height: 78%;
  border-radius: 90px 90px 14px 14px;
  object-fit: cover;
  object-position: center 18%;
  box-shadow: 0 18px 40px rgba(8,43,79,.14);
}

.dp-ip__poster--no-character h3 {
  max-width: 82%;
}

.dp-ip__poster--no-character p {
  max-width: 76%;
}

.dp-ip__poster-local-mark {
  position: absolute;
  right: 24px;
  bottom: 28px;
  z-index: 2;
  max-width: 145px;
  padding: 14px 16px;
  border: 1px solid rgba(8,43,79,.12);
  border-radius: 13px;
  color: var(--ip-navy);
  background: rgba(255,255,255,.82);
  box-shadow: 0 18px 38px rgba(8,43,79,.1);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.dp-ip__play {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 3;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 50%;
  color: var(--ip-white);
  background: rgba(4,31,58,.8);
  font-size: 12px;
}

.dp-ip__example footer {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 15px 18px;
  background: transparent;
}

.dp-ip__example footer strong,
.dp-ip__example footer span {
  display: block;
}

.dp-ip__example footer strong {
  font-size: 11px;
}

.dp-ip__example footer span {
  margin-top: 4px;
  color: #9eb7c8;
  font-size: 8px;
}

.dp-ip__example footer b {
  color: var(--ip-teal);
  font-size: 10px;
}

.dp-ip__characters {
  background: var(--ip-soft);
}

.dp-ip__character-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.dp-ip__character-grid article {
  overflow: hidden;
  border: 1px solid rgba(8,43,79,.09);
  border-radius: 20px;
  background: var(--ip-white);
}

.dp-ip__character-grid article > div:last-child {
  padding: 25px;
}

.dp-ip__character-grid article > div > span {
  color: var(--ip-teal-dark);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
}

.dp-ip__character-grid h3 {
  margin: 7px 0 9px;
  color: var(--ip-navy);
  font-size: 30px;
  line-height: 1.1;
}

.dp-ip__character-grid p {
  min-height: 82px;
  margin-bottom: 0;
  color: var(--ip-muted);
  font-size: 11px;
  line-height: 1.7;
}

.dp-ip__character-grid ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.dp-ip__character-grid li {
  padding: 6px 8px;
  border-radius: 6px;
  color: var(--ip-navy);
  background: var(--ip-soft);
  font-size: 8px;
  font-weight: 600;
}

.dp-ip__character-image {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 16%;
  background: var(--ip-soft);
}

.dp-ip__anatomy {
  padding: 98px 0;
  color: var(--ip-white);
  background: var(--ip-teal);
}

.dp-ip__anatomy-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 98px;
}

.dp-ip__anatomy .dp-ip__kicker,
.dp-ip__anatomy h2 {
  color: var(--ip-white);
}

.dp-ip__anatomy > div > div > p {
  margin: 22px 0 0;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  line-height: 1.8;
}

.dp-ip__anatomy ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dp-ip__anatomy li {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 25px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,.22);
}

.dp-ip__anatomy li:first-child {
  padding-top: 0;
}

.dp-ip__anatomy li > span {
  color: var(--ip-navy);
  font-size: 10px;
  font-weight: 700;
}

.dp-ip__anatomy strong {
  font-size: 15px;
}

.dp-ip__anatomy li p {
  margin: 4px 0 0;
  color: rgba(255,255,255,.75);
  font-size: 10px;
}

.dp-ip__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.dp-ip__steps article {
  padding: 28px;
  border-radius: 16px;
  background: var(--ip-soft);
  text-align: center;
}

.dp-ip__steps article > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin: 0 auto 22px;
  border-radius: 12px;
  color: var(--ip-teal-dark);
  background: var(--ip-aqua);
  font-size: 11px;
  font-weight: 700;
}

.dp-ip__steps h3 {
  margin-bottom: 8px;
  color: var(--ip-navy);
  font-size: 16px;
}

.dp-ip__steps p {
  margin-bottom: 0;
  color: var(--ip-muted);
  font-size: 10px;
  line-height: 1.65;
}

.dp-ip__faq {
  background: var(--ip-soft);
}

.dp-ip__faq-list {
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--ip-line);
  border-radius: 18px;
  background: var(--ip-white);
}

.dp-ip__faq details {
  border-bottom: 1px solid var(--ip-line);
}

.dp-ip__faq details:last-child {
  border-bottom: 0;
}

.dp-ip__faq summary {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 24px;
  color: var(--ip-navy);
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  list-style: none;
}

.dp-ip__faq summary::-webkit-details-marker {
  display: none;
}

.dp-ip__faq summary i {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: var(--ip-teal-dark);
  background: var(--ip-aqua);
  font-size: 17px;
  font-style: normal;
  transition: transform .18s ease;
}

.dp-ip__faq details[open] summary i {
  transform: rotate(45deg);
}

.dp-ip__faq-answer {
  padding: 0 74px 24px 24px;
}

.dp-ip__faq-answer p {
  margin: 0;
  color: var(--ip-muted);
  font-size: 12px;
  line-height: 1.75;
}

.dp-ip__cta {
  position: relative;
  overflow: hidden;
  padding: 104px 0;
  color: var(--ip-white);
  background: var(--ip-navy);
  text-align: center;
}

.dp-ip__cta > img {
  position: absolute;
  right: 6%;
  top: 50%;
  width: 340px;
  transform: translateY(-50%) rotate(-8deg);
  opacity: .045;
}

.dp-ip__cta .dp-ip__shell {
  position: relative;
  z-index: 2;
  max-width: 790px;
}

.dp-ip__cta .dp-ip__kicker,
.dp-ip__cta h2 {
  color: var(--ip-white);
}

.dp-ip__cta p {
  max-width: 620px;
  margin: 20px auto 30px;
  color: #b8cbd8;
  font-size: 13px;
  line-height: 1.75;
}

@media (max-width: 1024px) {
  .dp-ip__hero-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .dp-ip__hero-screen {
    width: min(760px, 100%);
    margin: auto;
  }

  .dp-ip__benefits {
    grid-template-columns: repeat(2, 1fr);
  }

  .dp-ip__local-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dp-ip__benefits article {
    min-height: 250px;
  }

  .dp-ip__character-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 780px) {
  .dp-ip__shell {
    width: min(680px, calc(100% - 34px));
  }

  .dp-ip__hero {
    padding: 70px 0 58px;
  }

  .dp-ip__screen {
    transform: none;
  }

  .dp-ip__promise .dp-ip__shell {
    grid-template-columns: repeat(2, 1fr);
    padding: 14px 0;
  }

  .dp-ip__promise span {
    border-right: 0;
  }

  .dp-ip__section {
    padding: 80px 0;
  }

  .dp-ip__heading--split,
  .dp-ip__anatomy-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .dp-ip__content-mix {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .dp-ip__content-mix > i {
    transform: rotate(90deg);
  }

  .dp-ip__character-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dp-ip__poster h3 {
    max-width: 58%;
  }

  .dp-ip__steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .dp-ip h1 {
    font-size: 43px;
  }

  .dp-ip__lead {
    font-size: 14px;
  }

  .dp-ip__buttons {
    display: grid;
  }

  .dp-ip__stats {
    display: grid;
    gap: 15px;
  }

  .dp-ip__stats div,
  .dp-ip__stats div:first-child {
    padding: 0 0 0 14px;
    border-left: 2px solid var(--ip-teal);
  }

  .dp-ip__screen-body {
    grid-template-columns: 1.2fr .8fr;
    padding: 23px 10px 18px 20px;
  }

  .dp-ip__screen-body h2 {
    font-size: 20px;
  }

  .dp-ip__screen-character {
    width: 118px;
    height: 188px;
  }

  .dp-ip__float-card {
    display: none;
  }

  .dp-ip__benefits,
  .dp-ip__gallery,
  .dp-ip__character-grid,
  .dp-ip__local-grid,
  .dp-ip__steps {
    grid-template-columns: 1fr;
  }

  .dp-ip__poster h3 {
    max-width: 64%;
    font-size: 25px;
  }

  .dp-ip__poster-character {
    right: 10px;
    width: 36%;
    height: 70%;
  }

  .dp-ip__benefits article {
    min-height: auto;
  }

  .dp-ip__benefits article > span {
    margin-bottom: 32px;
  }

  .dp-ip__local-card {
    min-height: auto;
  }

  .dp-ip__local-card > span {
    margin-bottom: 28px;
  }

  .dp-ip__faq summary {
    min-height: 68px;
    padding: 17px;
    font-size: 13px;
  }

  .dp-ip__faq-answer {
    padding: 0 54px 20px 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dp-ip *,
  .dp-ip *::before,
  .dp-ip *::after {
    transition-duration: .01ms !important;
  }
}
