@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;600;700;800&family=Poppins:wght@400;500;600;700&display=swap');

body {
  overflow-x: hidden;
}

.ip-evolution-story {
  --story-progress: 0;
  --story-grid-x: 0px;
  --story-grid-y: 0px;
  --story-scan-x: -42vw;
  position: relative;
  height: 1000vh;
  min-height: 100vh;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    radial-gradient(circle at 18% 22%, rgba(255, 45, 45, 0.14), transparent 24%),
    radial-gradient(circle at 78% 64%, rgba(255, 255, 255, 0.06), transparent 28%),
    #08070b;
  background-size: 72px 72px, 72px 72px, auto, auto, auto;
  background-position:
    var(--story-grid-x) var(--story-grid-y),
    var(--story-grid-y) var(--story-grid-x),
    center,
    center,
    center;
}

.ip-evolution-stage {
  position: sticky;
  top: 0;
  min-height: 100vh;
  overflow: hidden;
  isolation: isolate;
}

.ip-evolution-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(8, 7, 11, 0.78), transparent 38%, transparent 62%, rgba(8, 7, 11, 0.58)),
    linear-gradient(180deg, rgba(8, 7, 11, 0.68), transparent 22%, transparent 74%, rgba(8, 7, 11, 0.82));
}

.ip-evolution-stage::after {
  content: "";
  position: absolute;
  inset: -20%;
  z-index: 1;
  pointer-events: none;
  opacity: 0.34;
  background:
    linear-gradient(112deg, transparent 0 41%, rgba(255, 255, 255, 0.2) 48%, transparent 56%),
    linear-gradient(68deg, transparent 0 54%, rgba(255, 45, 45, 0.28) 58%, transparent 66%);
  transform: translate3d(var(--story-scan-x), 0, 0) rotate(0.001deg);
  transition: transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
  mix-blend-mode: screen;
}

.ip-evolution-grid {
  position: absolute;
  inset: 0;
  opacity: 0.66;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  background-position: var(--story-grid-x) var(--story-grid-y);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.14));
  transform: scale(1.08);
  transition: background-position 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.ip-evolution-three {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  touch-action: pan-y;
}

.ip-evolution-three canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none;
  touch-action: pan-y;
}

.ip-evolution-three.is-three-fallback {
  background-position: 76% 50%;
  background-repeat: no-repeat;
  background-size: min(44rem, 58vw) auto;
  filter: drop-shadow(0 36px 80px rgba(0, 0, 0, 0.68));
  opacity: 0.74;
}

.ip-evolution-three.is-three-fallback::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(520px 320px at 72% 48%, rgba(255, 255, 255, 0.14), transparent 62%),
    radial-gradient(680px 360px at 78% 50%, rgba(239, 68, 68, 0.14), transparent 68%);
  pointer-events: none;
}

.ip-evolution-progress {
  position: absolute;
  top: 50%;
  right: clamp(20px, 3vw, 42px);
  z-index: 4;
  display: flex;
  flex-direction: column;
  gap: 18px;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.38);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.ip-evolution-progress::before {
  content: "";
  position: absolute;
  top: -28px;
  bottom: -28px;
  left: 50%;
  width: 1px;
  background: linear-gradient(transparent, rgba(255, 255, 255, 0.22), transparent);
}

.ip-evolution-progress span {
  position: relative;
  display: grid;
  place-items: center;
  width: 34px;
  height: 22px;
  background: rgba(8, 7, 11, 0.36);
  transition: color 180ms ease, transform 180ms ease;
}

.ip-evolution-progress span.is-active {
  color: #ffffff;
  transform: translateX(-6px);
}

.ip-evolution-progress span.is-active::before {
  content: "";
  position: absolute;
  right: -14px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #ff2d2d;
  box-shadow: 0 0 18px rgba(255, 45, 45, 0.74);
}

.ip-evolution-panels {
  position: relative;
  z-index: 2;
  min-height: 100vh;
}

.ip-evolution-panel {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(760px, calc(100vw - 48px));
  padding: 17vh clamp(24px, 7vw, 96px);
  opacity: 0;
  transform: translate3d(-56px, 34px, 0) scale(0.96);
  pointer-events: none;
  transition: opacity 520ms ease, transform 620ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.ip-evolution-panel::before {
  content: "";
  position: absolute;
  top: 20vh;
  bottom: 20vh;
  left: 0;
  z-index: -1;
  width: min(58vw, 760px);
  opacity: 0.78;
  background: linear-gradient(90deg, rgba(8, 7, 11, 0.92), rgba(8, 7, 11, 0.38), transparent);
  pointer-events: none;
}

.ip-evolution-panel.align-right {
  right: 0;
  left: auto;
  margin-left: auto;
  transform: translate3d(56px, 34px, 0) scale(0.96);
}

.ip-evolution-panel.align-right::before {
  right: 0;
  left: auto;
  background: linear-gradient(270deg, rgba(8, 7, 11, 0.92), rgba(8, 7, 11, 0.38), transparent);
}

.ip-evolution-panel.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.ip-evolution-chapter {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.46);
  font-family: "Sora", "Poppins", sans-serif;
  font-size: clamp(1rem, 2vw, 1.45rem);
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ip-evolution-kicker {
  margin: 0 0 18px;
  color: #ff6b6b;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ip-evolution-panel h1,
.ip-evolution-panel h2 {
  margin: 0 0 26px;
  max-width: 760px;
  font-family: "Sora", "Poppins", sans-serif;
  color: #ffffff;
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: 0;
  text-shadow: 0 18px 46px rgba(0, 0, 0, 0.64);
}

.ip-evolution-panel h1 {
  font-size: clamp(52px, 8vw, 106px);
}

.ip-evolution-panel h2 {
  font-size: clamp(40px, 5.6vw, 78px);
}

.ip-evolution-panel p:not(.ip-evolution-chapter):not(.ip-evolution-kicker) {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.6;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.72);
}

.ip-evolution-tags,
.ip-evolution-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.ip-evolution-tags span {
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ip-evolution-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 13px 18px;
  font-weight: 800;
  text-decoration: none;
}

.ip-evolution-button.primary {
  background: #ff2d2d;
  color: #ffffff;
}

.ip-evolution-button.secondary {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

@media (max-width: 760px) {
  .ip-evolution-story {
    height: 1000svh;
    min-height: 1000svh;
  }

  .ip-evolution-stage,
  .ip-evolution-panels {
    height: 100svh;
    min-height: 100svh;
  }

  .ip-evolution-stage::before {
    background:
      linear-gradient(180deg, rgba(8, 7, 11, 0.48), transparent 42%, rgba(8, 7, 11, 0.82)),
      linear-gradient(90deg, rgba(8, 7, 11, 0.62), transparent);
  }

  .ip-evolution-progress {
    display: none;
  }

  .ip-evolution-panel,
  .ip-evolution-panel.align-right {
    width: 100%;
    padding: clamp(88px, 14svh, 124px) 20px clamp(36px, 8svh, 64px);
  }

  .ip-evolution-panel::before,
  .ip-evolution-panel.align-right::before {
    top: 12vh;
    bottom: 12vh;
    width: 100%;
    background: linear-gradient(180deg, rgba(8, 7, 11, 0.42), rgba(8, 7, 11, 0.18), rgba(8, 7, 11, 0.56));
  }

  .ip-evolution-panel h1 {
    font-size: clamp(42px, 13vw, 60px);
  }

  .ip-evolution-panel h2 {
    font-size: clamp(31px, 9.4vw, 48px);
  }

  .ip-evolution-panel p:not(.ip-evolution-chapter):not(.ip-evolution-kicker) {
    font-size: clamp(15px, 4vw, 18px);
    line-height: 1.55;
  }

  .ip-evolution-tags,
  .ip-evolution-actions {
    gap: 8px;
    margin-top: 22px;
  }

  .ip-evolution-tags span {
    padding: 8px 10px;
    font-size: 12px;
  }

  .ip-evolution-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .ip-evolution-three.is-three-fallback {
    background-position: 58% 68%;
    background-size: min(22rem, 88vw) auto;
    opacity: 0.2;
  }
}

@media (max-width: 380px) {
  .ip-evolution-panel,
  .ip-evolution-panel.align-right {
    padding-right: 18px;
    padding-left: 18px;
  }

  .ip-evolution-panel h1 {
    font-size: clamp(38px, 12.5vw, 48px);
  }

  .ip-evolution-panel h2 {
    font-size: clamp(28px, 9vw, 40px);
  }

  .ip-evolution-tags span {
    font-size: 11px;
  }
}

.nav-link {
  position: relative;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 0;
  background-color: #f97316;
  transition: width 180ms ease;
}

.nav-link:hover::after {
  width: 100%;
}

.service-card {
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 34px -25px rgba(15, 23, 42, 0.45);
}

.btn-primary {
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 26px -18px rgba(37, 99, 235, 0.6);
}

.site-navigation {
  color: #ffffff;
  background: transparent;
  transition: background-color 220ms ease, box-shadow 220ms ease, color 220ms ease, border-color 220ms ease, backdrop-filter 220ms ease;
}

.site-navigation::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0;
  transition: opacity 220ms ease;
}

.site-navigation-brand,
.site-navigation-link,
.site-navigation-toggle {
  color: inherit;
  transition: color 220ms ease;
}

.site-navigation-logo {
  filter: brightness(0) invert(1);
  transition: filter 220ms ease;
}

.site-navigation-link {
  text-shadow: 0 1px 18px rgba(15, 23, 42, 0.42);
}

.site-navigation .nav-link::after {
  background-color: #2dd4bf;
}

.site-navigation.is-scrolled,
.site-navigation.is-menu-open {
  color: #1f2937;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 40px -32px rgba(15, 23, 42, 0.72);
  backdrop-filter: blur(14px);
}

.site-navigation.is-scrolled::after,
.site-navigation.is-menu-open::after {
  opacity: 1;
  background: rgba(226, 232, 240, 0.9);
}

.site-navigation.is-scrolled .site-navigation-link,
.site-navigation.is-menu-open .site-navigation-link {
  text-shadow: none;
}

.site-navigation.is-scrolled .site-navigation-logo,
.site-navigation.is-menu-open .site-navigation-logo {
  filter: none;
}

.site-navigation.is-scrolled .nav-link::after,
.site-navigation.is-menu-open .nav-link::after {
  background-color: #f97316;
}

.site-navigation-mobile {
  color: #1f2937;
  background: rgba(255, 255, 255, 0.94);
  border-top: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 20px 36px -34px rgba(15, 23, 42, 0.8);
  backdrop-filter: blur(14px);
}

.site-navigation-mobile-link {
  color: #374151;
}

.site-navigation-mobile-link:hover {
  color: #f97316;
}

.ip-site-footer {
  position: relative;
  overflow: hidden;
  background: #08070b;
  color: #f8fafc;
  font-family: "Poppins", sans-serif;
  isolation: isolate;
}

.ip-site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(rgba(45, 212, 191, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(248, 113, 113, 0.04) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent 92%);
}

.ip-site-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(720px 320px at 12% 10%, rgba(20, 184, 166, 0.16), transparent 64%),
    radial-gradient(760px 360px at 88% 18%, rgba(239, 68, 68, 0.18), transparent 62%),
    linear-gradient(to bottom, #08070b, #060508);
}

.ip-site-footer-bg span {
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  filter: blur(40px);
  opacity: 0.28;
  pointer-events: none;
}

.ip-site-footer-bg span:first-child {
  left: -12rem;
  top: 4rem;
  width: 28rem;
  height: 10rem;
  background: #14b8a6;
  transform: rotate(-14deg);
}

.ip-site-footer-bg span:last-child {
  right: -12rem;
  top: 3rem;
  width: 30rem;
  height: 11rem;
  background: #ef4444;
  transform: rotate(12deg);
}

.ip-site-footer-shell {
  width: min(1184px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(3.5rem, 7vw, 5.5rem) 0 2rem;
}

.ip-site-footer-top {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.9fr);
  gap: 2rem;
  align-items: stretch;
  padding-bottom: 2.5rem;
}

.ip-site-footer-brand {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.ip-site-footer-logo {
  width: 3.25rem;
  height: 3.25rem;
  flex: 0 0 auto;
  filter: drop-shadow(0 0 22px rgba(20, 184, 166, 0.28));
}

.ip-site-footer h2,
.ip-site-footer h3 {
  margin: 0;
  font-family: "Sora", "Poppins", sans-serif;
  letter-spacing: 0;
}

.ip-site-footer h2 {
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 4.2rem);
  font-weight: 900;
  line-height: 0.95;
}

.ip-site-footer-brand p {
  max-width: 42rem;
  margin: 1rem 0 0;
  color: #cbd5e1;
  font-size: 1rem;
  line-height: 1.75;
}

.ip-site-footer-cta {
  display: flex;
  min-height: 8rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 0.5rem;
  background:
    linear-gradient(135deg, rgba(239, 68, 68, 0.16), transparent 42%),
    radial-gradient(360px 160px at 100% 0%, rgba(20, 184, 166, 0.18), transparent 60%),
    rgba(255, 255, 255, 0.055);
  padding: 1.25rem;
  box-shadow: 0 32px 90px -64px rgba(20, 184, 166, 0.72), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.ip-site-footer-cta span {
  color: #ffffff;
  font-family: "Sora", "Poppins", sans-serif;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-weight: 800;
  line-height: 1.2;
}

.ip-site-footer-button {
  display: inline-flex;
  min-height: 3rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(251, 146, 60, 0.58);
  border-radius: 999px;
  background: linear-gradient(135deg, #dc2626 0%, #f97316 100%);
  padding: 0 1.1rem;
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 22px 54px -28px rgba(239, 68, 68, 0.95), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.ip-site-footer-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 26px 64px -30px rgba(249, 115, 22, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.36);
}

.ip-site-footer-grid {
  display: grid;
  grid-template-columns: 0.75fr 0.9fr 1.15fr 0.7fr;
  gap: 1rem;
  border-top: 1px solid rgba(148, 163, 184, 0.16);
  padding: 2rem 0;
}

.ip-site-footer-group,
.ip-site-footer-social {
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.035);
  padding: 1rem;
}

.ip-site-footer h3 {
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ip-site-footer ul {
  display: grid;
  gap: 0.55rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.ip-site-footer a {
  color: #cbd5e1;
  text-decoration: none;
}

.ip-site-footer li a {
  display: inline-flex;
  align-items: center;
  min-height: 1.65rem;
  font-size: 0.95rem;
  line-height: 1.35;
  transition: color 160ms ease, transform 160ms ease;
}

.ip-site-footer li a::before {
  content: "";
  width: 0.34rem;
  height: 0.34rem;
  margin-right: 0.55rem;
  border-radius: 999px;
  background: rgba(45, 212, 191, 0.72);
  box-shadow: 0 0 14px rgba(45, 212, 191, 0.38);
}

.ip-site-footer li a:hover {
  color: #ffffff;
  transform: translateX(3px);
}

.ip-site-footer-social > div {
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
}

.ip-site-footer-social a {
  display: inline-grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #ecfeff;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.ip-site-footer-social a:hover {
  border-color: rgba(251, 146, 60, 0.56);
  background: rgba(239, 68, 68, 0.14);
  color: #ffffff;
  transform: translateY(-2px);
}

.ip-site-footer-social svg {
  width: 1.35rem;
  height: 1.35rem;
  fill: currentColor;
}

.ip-site-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  border-top: 1px solid rgba(148, 163, 184, 0.16);
  padding-top: 1.35rem;
  color: #94a3b8;
  font-size: 0.92rem;
}

.ip-site-footer-bottom p {
  margin: 0;
}

.ip-site-footer-bottom > div {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-end;
}

.ip-site-footer-bottom a {
  color: #94a3b8;
  transition: color 160ms ease;
}

.ip-site-footer-bottom a:hover {
  color: #ffffff;
}

@media (max-width: 1023px) {
  .ip-site-footer-top,
  .ip-site-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ip-site-footer-group-wide {
    grid-column: span 2;
  }
}

@media (max-width: 767px) {
  .ip-site-footer-shell {
    width: min(100% - 24px, 1184px);
  }

  .ip-site-footer-top,
  .ip-site-footer-grid,
  .ip-site-footer-bottom {
    grid-template-columns: 1fr;
  }

  .ip-site-footer-brand,
  .ip-site-footer-cta,
  .ip-site-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .ip-site-footer-cta,
  .ip-site-footer-button {
    width: 100%;
  }

  .ip-site-footer-group-wide {
    grid-column: auto;
  }

  .ip-site-footer-bottom > div {
    justify-content: flex-start;
  }
}

.ip-home {
  font-family: "Poppins", sans-serif;
  color: #0f172a;
}

.ip-home h1,
.ip-home h2,
.ip-home h3,
.ip-home h4 {
  font-family: "Sora", "Poppins", sans-serif;
}

.ip-home-section {
  position: relative;
}

.ip-home-grid {
  background-image:
    linear-gradient(rgba(148, 163, 184, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.12) 1px, transparent 1px);
  background-size: 30px 30px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.06));
  transform: translate3d(0, var(--parallax-y, 0px), 0);
  will-change: transform;
}

.ip-home-hero {
  background:
    radial-gradient(900px 420px at 10% 5%, rgba(8, 145, 178, 0.26), transparent 58%),
    radial-gradient(780px 360px at 88% 12%, rgba(37, 99, 235, 0.22), transparent 62%),
    linear-gradient(145deg, #020617 0%, #0f172a 45%, #172554 100%);
}

.ip-home-scroll-story {
  position: relative;
  min-height: 285vh;
  background: #020617;
}

.ip-home-story-stage {
  position: sticky;
  top: 0;
  min-height: 100vh;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(900px 520px at calc(12% + (var(--story-progress, 0) * 18%)) 16%, rgba(6, 182, 212, 0.34), transparent 62%),
    radial-gradient(780px 460px at calc(90% - (var(--story-progress, 0) * 18%)) 12%, rgba(37, 99, 235, 0.3), transparent 62%),
    linear-gradient(145deg, #020617 0%, #0f172a 45%, #172554 100%);
}

.ip-home-story-stage::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 34%;
  background: linear-gradient(to bottom, transparent, rgba(2, 6, 23, 0.94));
  pointer-events: none;
}

.ip-home-story-three {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.62;
  pointer-events: none;
  transform: translate3d(0, calc(var(--story-progress, 0) * -28px), 0);
}

.ip-home-story-three canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.ip-home-story-copy {
  animation: ip-home-rise-in 700ms ease-out both;
}

.ip-home-story-visual {
  position: relative;
  min-height: 31rem;
  perspective: 1100px;
  transform-style: preserve-3d;
}

.ip-home-story-core,
.ip-home-story-card,
.ip-home-story-link {
  transform:
    translate3d(0, var(--story-layer-y, 0px), 0)
    rotateX(calc((var(--story-progress, 0) - 0.5) * 8deg))
    rotateY(calc((0.5 - var(--story-progress, 0)) * 10deg));
  transition: box-shadow 180ms ease, border-color 180ms ease;
  will-change: transform;
}

.ip-home-story-core {
  position: absolute;
  inset: 4.2rem 8% auto 8%;
  min-height: 18rem;
  border-radius: 2rem;
  border: 1px solid rgba(125, 211, 252, 0.28);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.05)),
    radial-gradient(480px 220px at 50% 0%, rgba(56, 189, 248, 0.28), transparent 68%);
  box-shadow: 0 44px 110px -54px rgba(8, 145, 178, 0.9);
  padding: 2.2rem;
  color: #fff;
  backdrop-filter: blur(18px);
}

.ip-home-story-core::before {
  content: "";
  position: absolute;
  inset: 1.2rem;
  border-radius: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.52;
}

.ip-home-story-core p,
.ip-home-story-core h2,
.ip-home-story-core span {
  position: relative;
  z-index: 1;
}

.ip-home-story-core p {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #a5f3fc;
}

.ip-home-story-core h2 {
  margin-top: 5.2rem;
  max-width: 21rem;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -0.055em;
}

.ip-home-story-core span {
  display: inline-flex;
  margin-top: 1rem;
  border-radius: 9999px;
  border: 1px solid rgba(125, 211, 252, 0.28);
  background: rgba(15, 23, 42, 0.5);
  padding: 0.5rem 0.85rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #cffafe;
}

.ip-home-story-card {
  position: absolute;
  width: min(13.5rem, 42vw);
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 52px -34px rgba(0, 0, 0, 0.86);
  padding: 1.1rem;
  color: #fff;
  backdrop-filter: blur(16px);
}

.ip-home-story-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.8rem;
  background: linear-gradient(135deg, #22d3ee, #2563eb);
  font-size: 0.78rem;
  font-weight: 900;
}

.ip-home-story-card strong {
  display: block;
  margin-top: 1.3rem;
  font-family: "Sora", "Poppins", sans-serif;
  font-size: 1.35rem;
}

.ip-home-story-card p {
  margin-top: 0.28rem;
  color: #cbd5e1;
}

.ip-home-story-card-top {
  top: 1.2rem;
  right: 5%;
}

.ip-home-story-card-right {
  right: 0;
  bottom: 8rem;
}

.ip-home-story-card-bottom {
  left: 2%;
  bottom: 2rem;
}

.ip-home-story-link {
  position: absolute;
  left: 12%;
  top: 3.6rem;
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border: 1px solid rgba(125, 211, 252, 0.3);
  background: rgba(15, 23, 42, 0.42);
  padding: 0.7rem 1rem;
  font-size: 0.86rem;
  font-weight: 800;
  color: #cffafe;
  backdrop-filter: blur(12px);
}

.ip-home-story-link:hover {
  border-color: rgba(125, 211, 252, 0.72);
  color: #fff;
}

.ip-home-orb {
  position: absolute;
  border-radius: 9999px;
  filter: blur(38px);
  opacity: 0.48;
  pointer-events: none;
  will-change: transform;
}

.ip-home-orb-left {
  left: -4rem;
  top: 6rem;
  width: 15rem;
  height: 15rem;
  background: #06b6d4;
}

.ip-home-orb-right {
  right: -5rem;
  top: 4rem;
  width: 20rem;
  height: 20rem;
  background: #2563eb;
}

.ip-home-kicker {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border: 1px solid #bfdbfe;
  background: #eff6ff;
  padding: 0.45rem 0.9rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #1d4ed8;
}

.ip-home-hero .ip-home-kicker {
  border-color: rgba(125, 211, 252, 0.35);
  background: rgba(14, 165, 233, 0.12);
  color: #bae6fd;
}

.ip-home-kicker-dark {
  border-color: rgba(125, 211, 252, 0.4);
  background: rgba(56, 189, 248, 0.12);
  color: #bae6fd;
}

.ip-home-highlight {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.ip-home-highlight::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.12em;
  z-index: -1;
  height: 0.26em;
  border-radius: 9999px;
  background: rgba(251, 191, 36, 0.55);
}

.ip-home-card,
.ip-home-panel {
  border-radius: 1.25rem;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  box-shadow: 0 24px 55px -38px rgba(15, 23, 42, 0.55);
}

.ip-home-panel {
  background: rgba(15, 23, 42, 0.66);
  backdrop-filter: blur(14px);
}

.ip-home-btn-dark,
.ip-home-btn-light,
.ip-home-btn-soft,
.ip-home-btn-contact,
.ip-home-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.85rem;
  padding: 0.78rem 1.18rem;
  font-weight: 600;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.ip-home-btn-dark {
  background: linear-gradient(135deg, #06b6d4 0%, #2563eb 100%);
  color: #fff;
  box-shadow: 0 18px 36px -20px rgba(37, 99, 235, 0.72);
}

.ip-home-btn-dark:hover {
  background: linear-gradient(135deg, #0891b2 0%, #1d4ed8 100%);
  transform: translateY(-1px);
}

.ip-home-btn-light {
  border: 1px solid rgba(203, 213, 225, 0.5);
  background: rgba(255, 255, 255, 0.08);
  color: #e2e8f0;
  backdrop-filter: blur(8px);
}

.ip-home-btn-light:hover {
  border-color: rgba(125, 211, 252, 0.78);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-1px);
}

.ip-home-btn-soft {
  border: 1px solid #c7d2fe;
  background: #e0e7ff;
  color: #3730a3;
}

.ip-home-btn-soft:hover {
  background: #c7d2fe;
  transform: translateY(-1px);
}

.ip-home-btn-contact {
  background: #06b6d4;
  color: #fff;
  box-shadow: 0 18px 34px -20px rgba(6, 182, 212, 0.85);
}

.ip-home-btn-contact:hover {
  background: #0891b2;
  transform: translateY(-1px);
}

.ip-home-btn-ghost {
  border: 1px solid rgba(191, 219, 254, 0.45);
  background: rgba(255, 255, 255, 0.08);
  color: #e0f2fe;
}

.ip-home-btn-ghost:hover {
  border-color: rgba(125, 211, 252, 0.75);
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  transform: translateY(-1px);
}

.ip-home-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border: 1px solid rgba(125, 211, 252, 0.32);
  background: rgba(15, 23, 42, 0.62);
  padding: 0.55rem 0.9rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: #cffafe;
  box-shadow: 0 14px 28px -24px rgba(8, 145, 178, 0.8);
  backdrop-filter: blur(8px);
}

.ip-home-deep {
  background:
    radial-gradient(950px 380px at 12% -8%, rgba(6, 182, 212, 0.2), transparent 55%),
    radial-gradient(860px 350px at 90% -10%, rgba(37, 99, 235, 0.18), transparent 60%),
    linear-gradient(160deg, #020617 0%, #0f172a 52%, #172554 100%);
}

.ip-home-deep-card {
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(4px);
}

.ip-home-roadmap {
  isolation: isolate;
}

.ip-home-roadmap .ip-home-grid {
  opacity: 0.36;
}

.ip-home-roadmap-layout {
  position: relative;
  display: grid;
  gap: 3rem;
  align-items: start;
}

.ip-home-roadmap-copy {
  max-width: 38rem;
}

.ip-home-roadmap-summary {
  max-width: 34rem;
}

.ip-home-roadmap-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 2rem;
  max-width: 24rem;
}

.ip-home-roadmap-meta div {
  border-top: 1px solid rgba(125, 211, 252, 0.32);
  padding-top: 0.9rem;
}

.ip-home-roadmap-meta span {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #67e8f9;
}

.ip-home-roadmap-meta strong {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.98rem;
  color: #f8fafc;
}

.ip-home-roadmap-list {
  position: relative;
  display: grid;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ip-home-roadmap-list::before {
  content: "";
  position: absolute;
  top: 1.75rem;
  bottom: 1.75rem;
  left: 1.65rem;
  width: 1px;
  background: linear-gradient(180deg, rgba(125, 211, 252, 0), rgba(125, 211, 252, 0.6), rgba(125, 211, 252, 0));
}

.ip-home-roadmap-step {
  position: relative;
  display: grid;
  grid-template-columns: 3.3rem minmax(0, 1fr);
  gap: 1rem;
  align-items: stretch;
}

.ip-home-roadmap-marker {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.3rem;
  height: 3.3rem;
  border: 1px solid rgba(125, 211, 252, 0.4);
  border-radius: 9999px;
  background: #020617;
  color: #cffafe;
  font-size: 0.8rem;
  font-weight: 900;
  box-shadow: 0 0 0 0.45rem rgba(15, 23, 42, 0.86);
}

.ip-home-roadmap-panel {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  min-height: 7.1rem;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 0.5rem;
  background:
    linear-gradient(90deg, rgba(14, 116, 144, 0.24), rgba(15, 23, 42, 0.62)),
    rgba(15, 23, 42, 0.74);
  padding: 1.15rem;
  box-shadow: 0 24px 62px -48px rgba(6, 182, 212, 0.8);
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.ip-home-roadmap-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  border-left: 3px solid rgba(34, 211, 238, 0.76);
  pointer-events: none;
}

.ip-home-roadmap-step:hover .ip-home-roadmap-panel {
  border-color: rgba(125, 211, 252, 0.5);
  background:
    linear-gradient(90deg, rgba(8, 145, 178, 0.34), rgba(30, 41, 59, 0.72)),
    rgba(15, 23, 42, 0.82);
  transform: translateX(4px);
  box-shadow: 0 28px 68px -48px rgba(6, 182, 212, 0.94);
}

.ip-home-roadmap-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(125, 211, 252, 0.28);
  background: rgba(8, 47, 73, 0.72);
  color: #67e8f9;
}

.ip-home-roadmap-icon svg {
  width: 1.55rem;
  height: 1.55rem;
}

.ip-home-roadmap-panel p {
  margin: 0;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #67e8f9;
}

.ip-home-roadmap-panel h3 {
  margin: 0.18rem 0 0;
  font-size: 1.18rem;
  font-weight: 800;
  color: #ffffff;
}

.ip-home-roadmap-panel span {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.95rem;
  line-height: 1.65;
  color: #dbeafe;
}

@media (min-width: 768px) {
  .ip-home-roadmap-layout {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  }

  .ip-home-roadmap-copy {
    position: sticky;
    top: 7rem;
  }
}

.ip-home-hero-panel {
  border-color: rgba(125, 211, 252, 0.24);
  box-shadow: 0 34px 80px -42px rgba(0, 0, 0, 0.92);
}

.ip-home-hero-shell {
  background:
    radial-gradient(420px 220px at 18% 10%, rgba(56, 189, 248, 0.24), transparent 60%),
    linear-gradient(155deg, rgba(15, 23, 42, 0.98) 0%, rgba(23, 37, 84, 0.96) 58%, rgba(21, 94, 117, 0.92) 100%);
}

.ip-home-hero-stat {
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  padding: 1rem;
  backdrop-filter: blur(6px);
}

.ip-home-hero-stat-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #a5f3fc;
}

.ip-home-hero-stat-value {
  margin-top: 0.4rem;
  font-size: 1rem;
  line-height: 1.55;
  font-weight: 800;
  color: #fff;
}

.ip-home-hero-note {
  border-radius: 1rem;
  border: 1px solid rgba(125, 211, 252, 0.24);
  background: rgba(15, 23, 42, 0.42);
  padding: 1rem 1.1rem;
}

.ip-home-work-card {
  position: relative;
  overflow: hidden;
  min-height: 24rem;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.ip-home-work-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 0.35rem;
  background: linear-gradient(90deg, #38bdf8 0%, #2563eb 55%, #0f172a 100%);
}

.ip-home-work-card:hover {
  transform: translateY(-3px);
  border-color: #bfdbfe;
  box-shadow: 0 28px 44px -34px rgba(15, 23, 42, 0.6);
}

.ip-home-work-label {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  background: #eff6ff;
  padding: 0.42rem 0.8rem;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1d4ed8;
}

.ip-home-work-preview {
  position: relative;
  margin: 0 0 1.4rem;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid #dbeafe;
  background: #0f172a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 22px 40px -34px rgba(15, 23, 42, 0.75);
}

.ip-home-work-preview::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0 0 auto;
  height: 2.1rem;
  border-bottom: 1px solid #e2e8f0;
  background:
    radial-gradient(circle at 1rem 50%, #ef4444 0 0.24rem, transparent 0.25rem),
    radial-gradient(circle at 1.8rem 50%, #f59e0b 0 0.24rem, transparent 0.25rem),
    radial-gradient(circle at 2.6rem 50%, #22c55e 0 0.24rem, transparent 0.25rem),
    rgba(248, 250, 252, 0.96);
}

.ip-home-work-snapshot {
  position: absolute;
  inset: 2.1rem 0 0;
  width: 100%;
  height: calc(100% - 2.1rem);
  padding: 1.1rem;
  color: #fff;
}

.ip-home-work-preview-pizza .ip-home-work-snapshot {
  background:
    radial-gradient(circle at 82% 18%, rgba(251, 146, 60, 0.5), transparent 30%),
    linear-gradient(135deg, #7f1d1d 0%, #ea580c 56%, #facc15 100%);
}

.ip-home-work-preview-events .ip-home-work-snapshot {
  background:
    radial-gradient(circle at 80% 20%, rgba(216, 180, 254, 0.44), transparent 32%),
    linear-gradient(135deg, #312e81 0%, #7c3aed 58%, #ec4899 100%);
}

.ip-home-work-preview-sms .ip-home-work-snapshot {
  background:
    radial-gradient(circle at 80% 18%, rgba(34, 211, 238, 0.48), transparent 32%),
    linear-gradient(135deg, #0f172a 0%, #155e75 54%, #2563eb 100%);
}

.ip-home-work-preview-aiapi .ip-home-work-snapshot {
  background:
    radial-gradient(circle at 82% 18%, rgba(125, 211, 252, 0.48), transparent 32%),
    radial-gradient(circle at 22% 82%, rgba(168, 85, 247, 0.34), transparent 30%),
    linear-gradient(135deg, #020617 0%, #1e1b4b 48%, #0891b2 100%);
}

.ip-home-work-snapshot-nav {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  align-items: center;
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.14);
  padding: 0.65rem 0.8rem;
  font-size: 0.7rem;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.ip-home-work-snapshot-nav span:last-child {
  color: rgba(255, 255, 255, 0.76);
  font-weight: 600;
  text-align: right;
}

.ip-home-work-snapshot-copy {
  position: absolute;
  left: 1.1rem;
  right: 1.1rem;
  bottom: 1.1rem;
}

.ip-home-work-snapshot-copy p {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

.ip-home-work-snapshot-copy h4 {
  margin-top: 0.4rem;
  max-width: 19rem;
  font-size: 1.45rem;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.ip-home-work-snapshot-copy span {
  display: inline-flex;
  margin-top: 0.85rem;
  border-radius: 9999px;
  background: rgba(15, 23, 42, 0.36);
  padding: 0.42rem 0.72rem;
  font-size: 0.74rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(8px);
}

.ip-home-hero-copy {
  animation: ip-home-rise-in 700ms ease-out both;
}

.ip-home-hero-panel {
  animation: ip-home-float-in 820ms 120ms ease-out both;
  transform: translate3d(0, var(--parallax-y, 0px), 0);
  will-change: transform;
}

.ip-home-orb-left {
  animation: ip-home-orb-drift 9s ease-in-out infinite alternate;
}

.ip-home-orb-right {
  animation: ip-home-orb-drift 11s ease-in-out infinite alternate-reverse;
}

.ip-home-service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, #0f172a 0%, #155e75 100%);
  color: #cffafe;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  box-shadow: 0 18px 32px -22px rgba(15, 23, 42, 0.9);
}

.ip-home-status-dot {
  position: relative;
  display: inline-flex;
  width: 0.82rem;
  height: 0.82rem;
  border-radius: 9999px;
  background: #22c55e;
  box-shadow: 0 0 0 0.45rem rgba(34, 197, 94, 0.12);
  flex: 0 0 auto;
}

.ip-home-contact-aside {
  min-height: 100%;
}

.ip-home-contact-section {
  overflow: hidden;
}

.ip-home-contact-map-card,
.ip-home-contact-form-card {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 32px 70px -42px rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(16px);
}

.ip-home-contact-map-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 1.25rem;
}

.ip-home-contact-form-card {
  padding: 1.5rem;
}

.ip-home-contact-map-copy {
  position: relative;
  z-index: 1;
  padding: 0.5rem 0.35rem 1.15rem;
}

.ip-home-contact-form-hints {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.1rem;
}

.ip-home-contact-form-hints span {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border: 1px solid rgba(125, 211, 252, 0.24);
  background: rgba(15, 23, 42, 0.34);
  padding: 0.45rem 0.72rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #dbeafe;
}

.ip-home-contact-mini-card {
  border-radius: 1rem;
  border: 1px solid rgba(125, 211, 252, 0.22);
  background: rgba(15, 23, 42, 0.42);
  padding: 0.85rem;
}

.ip-home-contact-mini-card span {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  color: #67e8f9;
}

.ip-home-contact-mini-card p {
  margin-top: 0.2rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
}

.ip-home-contact-map-frame {
  position: relative;
  flex: 1 1 auto;
  min-height: 21rem;
  overflow: hidden;
  border-radius: 1.15rem;
  border: 1px solid rgba(191, 219, 254, 0.26);
  background: #0f172a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 24px 50px -34px rgba(0, 0, 0, 0.9);
}

.ip-home-contact-map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  border: 0;
  filter: saturate(0.9) contrast(1.05);
}

.ip-home-contact-map-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin-top: 1rem;
  border-radius: 0.95rem;
  border: 1px solid rgba(125, 211, 252, 0.3);
  background: rgba(15, 23, 42, 0.5);
  padding: 0.8rem 1rem;
  font-size: 0.9rem;
  font-weight: 800;
  color: #cffafe;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.ip-home-contact-map-link:hover {
  border-color: rgba(125, 211, 252, 0.72);
  background: rgba(14, 165, 233, 0.18);
  color: #fff;
  transform: translateY(-1px);
}

.ip-home-contact-submit-panel {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  align-items: stretch;
  justify-content: space-between;
  padding-top: 0.2rem;
}

.ip-home-contact-submit-btn {
  flex: 0 0 auto;
  white-space: nowrap;
}

.ip-home-contact-point {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: start;
  color: #dbeafe;
}

.ip-home-contact-point span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(125, 211, 252, 0.35);
  background: rgba(14, 165, 233, 0.12);
  color: #bae6fd;
  font-size: 0.74rem;
  font-weight: 800;
}

.ip-home-contact-point p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.7;
}

.ip-home {
  --ip-theme-bg: #08070b;
  --ip-theme-panel: rgba(8, 7, 11, 0.62);
  --ip-theme-panel-strong: rgba(8, 7, 11, 0.78);
  --ip-theme-text: #f8fafc;
  --ip-theme-muted: #cbd5e1;
  --ip-theme-soft: #fed7aa;
  --ip-theme-red: #dc2626;
  --ip-theme-orange: #f97316;
  --ip-theme-teal: #14b8a6;
  --ip-theme-teal-bright: #2dd4bf;
}

.ip-home .text-blue-100,
.ip-home .placeholder-blue-200::placeholder {
  color: var(--ip-theme-muted);
}

.ip-home .text-cyan-200,
.ip-home .text-sky-700,
.ip-home .text-blue-700,
.ip-home .hover\:text-blue-800:hover,
.ip-home .hover\:text-blue-700:hover {
  color: var(--ip-theme-soft);
}

.ip-home .focus\:ring-cyan-400:focus,
.ip-home .focus\:ring-cyan-500:focus {
  --tw-ring-color: rgba(249, 115, 22, 0.72);
}

.ip-home-grid {
  background-image:
    linear-gradient(rgba(45, 212, 191, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(248, 113, 113, 0.045) 1px, transparent 1px);
}

.ip-home-hero,
.ip-home-deep,
.ip-home-story-stage {
  background:
    radial-gradient(900px 420px at 10% 5%, rgba(20, 184, 166, 0.18), transparent 58%),
    radial-gradient(780px 360px at 88% 12%, rgba(239, 68, 68, 0.2), transparent 62%),
    radial-gradient(580px 300px at 50% 8%, rgba(245, 158, 11, 0.08), transparent 60%),
    linear-gradient(145deg, #08070b 0%, #111014 48%, #1a0d10 100%);
}

.ip-home-scroll-story {
  background: var(--ip-theme-bg);
}

.ip-home-story-stage::after {
  background: linear-gradient(to bottom, transparent, rgba(8, 7, 11, 0.94));
}

.ip-home-story-core {
  border-color: rgba(45, 212, 191, 0.24);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.045)),
    radial-gradient(480px 220px at 50% 0%, rgba(249, 115, 22, 0.2), transparent 68%);
  box-shadow: 0 44px 110px -54px rgba(20, 184, 166, 0.72);
}

.ip-home-story-core p,
.ip-home-story-link,
.ip-home-story-core span,
.ip-home-pill,
.ip-home-contact-map-link {
  color: #ccfbf1;
}

.ip-home-story-core span,
.ip-home-story-link,
.ip-home-pill,
.ip-home-contact-map-link,
.ip-home-contact-form-hints span,
.ip-home-contact-mini-card,
.ip-home-contact-point span,
.ip-home-hero-note {
  border-color: rgba(45, 212, 191, 0.26);
  background: rgba(8, 7, 11, 0.48);
}

.ip-home-story-card span,
.ip-home-btn-dark,
.ip-home-btn-contact {
  background: linear-gradient(135deg, var(--ip-theme-red) 0%, var(--ip-theme-orange) 100%);
  color: #ffffff;
  box-shadow: 0 18px 36px -20px rgba(239, 68, 68, 0.72);
}

.ip-home-btn-dark:hover,
.ip-home-btn-contact:hover {
  background: linear-gradient(135deg, #b91c1c 0%, #ea580c 100%);
}

.ip-home-btn-light:hover,
.ip-home-btn-ghost:hover,
.ip-home-story-link:hover,
.ip-home-contact-map-link:hover {
  border-color: rgba(45, 212, 191, 0.72);
  background: rgba(20, 184, 166, 0.12);
}

.ip-home-orb-left {
  background: var(--ip-theme-teal);
}

.ip-home-orb-right {
  background: var(--ip-theme-red);
}

.ip-home-kicker {
  border-color: rgba(251, 146, 60, 0.32);
  background: rgba(254, 215, 170, 0.16);
  color: #c2410c;
}

.ip-home-hero .ip-home-kicker,
.ip-home-kicker-dark {
  border-color: rgba(45, 212, 191, 0.34);
  background: rgba(8, 7, 11, 0.48);
  color: #fed7aa;
}

.ip-home-panel,
.ip-home-hero-shell,
.ip-home-contact-map-card,
.ip-home-contact-form-card {
  background:
    linear-gradient(135deg, rgba(239, 68, 68, 0.12), transparent 42%),
    radial-gradient(460px 220px at 100% 0%, rgba(20, 184, 166, 0.16), transparent 60%),
    rgba(8, 7, 11, 0.66);
  border-color: rgba(148, 163, 184, 0.18);
}

.ip-home-hero-panel {
  border-color: rgba(45, 212, 191, 0.22);
}

.ip-home-hero-stat-label,
.ip-home-contact-mini-card span,
.ip-home-roadmap-meta span,
.ip-home-roadmap-icon,
.ip-home-roadmap-panel p {
  color: var(--ip-theme-soft);
}

.ip-home-roadmap-meta div,
.ip-home-roadmap-list::before,
.ip-home-roadmap-marker,
.ip-home-roadmap-icon {
  border-color: rgba(45, 212, 191, 0.32);
}

.ip-home-roadmap-list::before {
  background: linear-gradient(180deg, rgba(45, 212, 191, 0), rgba(45, 212, 191, 0.52), rgba(249, 115, 22, 0));
}

.ip-home-roadmap-marker {
  background: var(--ip-theme-bg);
  color: #ccfbf1;
  box-shadow: 0 0 0 0.45rem rgba(8, 7, 11, 0.86);
}

.ip-home-roadmap-panel {
  border-color: rgba(148, 163, 184, 0.2);
  background:
    linear-gradient(90deg, rgba(185, 28, 28, 0.18), rgba(8, 7, 11, 0.64)),
    rgba(8, 7, 11, 0.72);
  box-shadow: 0 24px 62px -48px rgba(239, 68, 68, 0.72);
}

.ip-home-roadmap-panel::after {
  border-left-color: rgba(249, 115, 22, 0.82);
}

.ip-home-roadmap-step:hover .ip-home-roadmap-panel {
  border-color: rgba(45, 212, 191, 0.52);
  background:
    linear-gradient(90deg, rgba(194, 65, 12, 0.22), rgba(8, 7, 11, 0.76)),
    rgba(8, 7, 11, 0.82);
  box-shadow: 0 28px 68px -48px rgba(20, 184, 166, 0.78);
}

.ip-home-roadmap-icon {
  background: rgba(20, 184, 166, 0.12);
}

.ip-home-roadmap-panel span,
.ip-home-contact-point,
.ip-home-contact-form-hints span {
  color: var(--ip-theme-muted);
}

.ip-home-service-icon {
  background: linear-gradient(135deg, #111014 0%, #991b1b 52%, #0f766e 100%);
  color: #fff7ed;
}

.ip-home-contact-map-frame {
  border-color: rgba(45, 212, 191, 0.24);
  background: #08070b;
}

.ip-home-card {
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.ip-home-card:hover {
  transform: translateY(-3px);
  border-color: #bfdbfe;
  box-shadow: 0 30px 60px -42px rgba(15, 23, 42, 0.72);
}

.ip-home-section.bg-white {
  background:
    radial-gradient(740px 220px at 50% 0%, rgba(14, 165, 233, 0.08), transparent 58%),
    #ffffff;
}

.ip-home-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 620ms ease,
    transform 620ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
  will-change: opacity, transform;
}

.ip-home-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.ip-home-card.ip-home-reveal.is-visible:hover,
.ip-home-work-card.ip-home-reveal.is-visible:hover {
  transform: translateY(-3px);
}

.ip-home-roadmap-step.ip-home-reveal {
  transform: translate3d(0, calc(var(--parallax-y, 0px) + 30px), 0) scale(0.97);
  transition:
    opacity 720ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ip-home-roadmap-step.ip-home-reveal.is-visible {
  transform: translate3d(0, var(--parallax-y, 0px), 0) scale(1);
}

.ip-home-roadmap-step.ip-home-reveal.is-visible .ip-home-roadmap-icon {
  animation: ip-home-roadmap-icon-pop 720ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes ip-home-rise-in {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ip-home-float-in {
  from {
    opacity: 0;
    transform: translate3d(0, calc(var(--parallax-y, 0px) + 28px), 0) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translate3d(0, var(--parallax-y, 0px), 0) scale(1);
  }
}

@keyframes ip-home-orb-drift {
  from {
    transform: translate3d(-10px, calc(var(--parallax-y, 0px) - 6px), 0) scale(1);
  }

  to {
    transform: translate3d(14px, calc(var(--parallax-y, 0px) + 12px), 0) scale(1.06);
  }
}

@keyframes ip-home-roadmap-icon-pop {
  0% {
    opacity: 0;
    transform: translateY(10px) scale(0.82) rotate(-8deg);
  }

  68% {
    opacity: 1;
    transform: translateY(-2px) scale(1.08) rotate(2deg);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1) rotate(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ip-home *,
  .ip-home *::before,
  .ip-home *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  .ip-home-reveal {
    opacity: 1;
    transform: none;
  }

  .ip-home-roadmap-step.ip-home-reveal,
  .ip-home-roadmap-step.ip-home-reveal.is-visible {
    transform: none;
  }

  .ip-home-scroll-story {
    min-height: auto;
  }

  .ip-home-story-stage {
    position: relative;
  }

  .ip-home-story-core,
  .ip-home-story-card,
  .ip-home-story-link,
  .ip-home-story-three {
    transform: none;
  }

  .ip-home-story-three {
    display: none;
  }
}

@media (max-width: 767px) {
  .ip-home-hero {
    padding-top: 6.8rem;
  }

  .ip-home-scroll-story {
    min-height: auto;
  }

  .ip-home-story-stage {
    position: relative;
  }

  .ip-home-story-three {
    opacity: 0.38;
  }

  .ip-home-story-visual {
    min-height: 28rem;
  }

  .ip-home-story-core {
    inset: 2.5rem 0 auto;
    min-height: 16rem;
    padding: 1.5rem;
  }

  .ip-home-story-core h2 {
    margin-top: 4.8rem;
  }

  .ip-home-story-card {
    width: min(12rem, 52vw);
  }

  .ip-home-story-card-top {
    right: 0;
  }

  .ip-home-story-card-right {
    bottom: 6.4rem;
  }

  .ip-home-story-card-bottom {
    left: 0;
    bottom: 0.8rem;
  }

  .ip-home-story-link {
    left: 0;
    top: 1rem;
  }

  .ip-home-btn-dark,
  .ip-home-btn-light,
  .ip-home-btn-soft,
  .ip-home-btn-contact,
  .ip-home-btn-ghost {
    width: 100%;
  }
}

@media (min-width: 640px) {
  .ip-home-contact-submit-panel {
    flex-direction: row;
    align-items: center;
  }
}

.ip-services-page {
  --ip-services-bg: #08070b;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: var(--ip-services-bg);
  color: #f8fafc;
  font-family: "Poppins", sans-serif;
}

.ip-services-page h1,
.ip-services-page h2,
.ip-services-page h3 {
  font-family: "Sora", "Poppins", sans-serif;
  letter-spacing: 0;
}

.ip-services-shell {
  width: min(1184px, calc(100% - 32px));
  margin: 0 auto;
}

.ip-services-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(900px 520px at 82% 8%, rgba(239, 68, 68, 0.24), transparent 62%),
    radial-gradient(760px 460px at 14% 84%, rgba(34, 211, 238, 0.16), transparent 64%),
    radial-gradient(520px 300px at 52% 18%, rgba(245, 158, 11, 0.1), transparent 62%),
    #08070b;
}

.ip-services-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(34, 211, 238, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(248, 113, 113, 0.04) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), transparent 86%);
}

.ip-services-aurora {
  position: absolute;
  inset: auto;
  height: 26rem;
  width: 70rem;
  filter: blur(44px);
  opacity: 0.34;
  transform: rotate(-12deg);
  animation: ip-services-aurora-drift 18s ease-in-out infinite alternate;
}

.ip-services-aurora-a {
  top: 6%;
  right: -22rem;
  background: linear-gradient(90deg, transparent, rgba(239, 68, 68, 0.58), rgba(34, 211, 238, 0.4), transparent);
}

.ip-services-aurora-b {
  left: -28rem;
  bottom: 8%;
  background: linear-gradient(90deg, transparent, rgba(20, 184, 166, 0.34), rgba(245, 158, 11, 0.28), transparent);
  animation-duration: 22s;
}

.ip-services-grid-lines {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 42%, rgba(34, 211, 238, 0.24) 49%, transparent 56%),
    linear-gradient(64deg, transparent 0 58%, rgba(248, 113, 113, 0.22) 63%, transparent 69%);
  opacity: 0.42;
  animation: ip-services-line-scan 9s linear infinite;
}

.ip-services-particles span {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: 2px;
  height: 2px;
  border-radius: 999px;
  background: rgba(191, 219, 254, 0.75);
  box-shadow: 0 0 18px rgba(34, 211, 238, 0.8);
  animation: ip-services-particle 8s ease-in-out infinite;
  animation-delay: calc(var(--i) * -420ms);
}

.ip-services-hero,
.ip-services-section,
.ip-services-cta {
  position: relative;
  z-index: 1;
}

.ip-services-hero {
  display: flex;
  min-height: 100svh;
  align-items: center;
  padding: 8rem 0 4rem;
}

.ip-services-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 10rem;
  background: linear-gradient(to bottom, transparent, #08070b);
  pointer-events: none;
}

.ip-services-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(20rem, 0.78fr);
  gap: 3rem;
  align-items: center;
}

.ip-services-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0;
  border: 1px solid rgba(34, 211, 238, 0.28);
  border-radius: 999px;
  background: rgba(8, 7, 11, 0.48);
  padding: 0.55rem 0.85rem;
  color: #ccfbf1;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  backdrop-filter: blur(18px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 0 42px rgba(20, 184, 166, 0.16);
}

.ip-services-eyebrow::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: #f97316;
  box-shadow: 0 0 18px rgba(249, 115, 22, 0.95);
}

.ip-services-hero h1 {
  margin: 1.5rem 0 0;
  color: #ffffff;
  font-size: clamp(3.75rem, 7vw, 6rem);
  font-weight: 800;
  line-height: 0.9;
  text-wrap: balance;
}

.ip-services-subtitle {
  margin: 1.75rem 0 0;
  color: #cbd5e1;
  font-size: clamp(1.25rem, 2.2vw, 1.85rem);
  font-weight: 500;
  line-height: 1.5;
}

.ip-services-actions {
  display: flex;
  gap: 1rem;
  margin-top: 2.5rem;
  flex-wrap: wrap;
}

.ip-services-button {
  position: relative;
  display: inline-flex;
  min-height: 3.35rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 1.35rem;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  transform: translate3d(var(--mx, 0), var(--my, 0), 0);
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
  will-change: transform;
}

.ip-services-button-primary {
  border: 1px solid rgba(251, 146, 60, 0.58);
  background: linear-gradient(135deg, #dc2626 0%, #f97316 100%);
  box-shadow: 0 22px 54px -24px rgba(239, 68, 68, 0.95), inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.ip-services-button-primary:hover {
  transform: translate3d(var(--mx, 0), var(--my, 0), 0) scale(1.035);
  box-shadow: 0 28px 70px -26px rgba(249, 115, 22, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.ip-services-button-secondary {
  border: 1px solid rgba(148, 163, 184, 0.32);
  background: rgba(255, 255, 255, 0.065);
  color: #e2e8f0;
  backdrop-filter: blur(18px);
}

.ip-services-button-secondary:hover {
  border-color: rgba(45, 212, 191, 0.64);
  background: rgba(20, 184, 166, 0.12);
  transform: translate3d(var(--mx, 0), var(--my, 0), 0) scale(1.035);
}

.ip-services-visual {
  position: relative;
  min-height: 34rem;
  transform: translate3d(var(--px, 0), var(--py, 0), 0);
  transition: transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
  perspective: 1200px;
}

.ip-services-visual-stage {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
}

.ip-services-laptop {
  position: absolute;
  left: 10%;
  top: 19%;
  width: min(31rem, 72vw);
  transform: rotateX(58deg) rotateZ(-24deg) translateZ(34px);
  filter: drop-shadow(0 58px 64px rgba(2, 6, 23, 0.76));
}

.ip-services-laptop-screen {
  position: relative;
  aspect-ratio: 1.68;
  overflow: hidden;
  border: 1px solid rgba(147, 197, 253, 0.34);
  border-radius: 1.1rem;
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.22), rgba(96, 165, 250, 0.07)),
    rgba(15, 23, 42, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 0 70px rgba(37, 99, 235, 0.25);
  backdrop-filter: blur(18px);
}

.ip-services-laptop-screen > span {
  position: absolute;
  top: 1rem;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 999px;
  background: rgba(191, 219, 254, 0.64);
}

.ip-services-laptop-screen > span:nth-child(1) { left: 1rem; }
.ip-services-laptop-screen > span:nth-child(2) { left: 1.82rem; opacity: 0.72; }
.ip-services-laptop-screen > span:nth-child(3) { left: 2.64rem; opacity: 0.48; }

.ip-services-code-lines {
  position: absolute;
  inset: 3rem 1.4rem 1.4rem;
  display: grid;
  gap: 0.8rem;
  align-content: start;
}

.ip-services-code-lines i {
  display: block;
  height: 0.62rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #60a5fa, rgba(96, 165, 250, 0.08));
  box-shadow: 0 0 22px rgba(96, 165, 250, 0.42);
}

.ip-services-code-lines i:nth-child(2) { width: 70%; }
.ip-services-code-lines i:nth-child(3) { width: 48%; }

.ip-services-laptop-base {
  width: 84%;
  height: 1.25rem;
  margin: 0.35rem auto 0;
  border-radius: 0 0 1.1rem 1.1rem;
  background: linear-gradient(90deg, rgba(148, 163, 184, 0.35), rgba(248, 250, 252, 0.68), rgba(96, 165, 250, 0.28));
}

.ip-services-phone,
.ip-services-robot,
.ip-services-cube,
.ip-services-database,
.ip-services-cloud,
.ip-services-api-nodes {
  position: absolute;
  transform: translate3d(var(--px, 0), var(--py, 0), 0);
  transition: transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.ip-services-phone {
  right: 7%;
  bottom: 12%;
  width: 8.25rem;
  height: 14.8rem;
  border: 1px solid rgba(147, 197, 253, 0.34);
  border-radius: 1.7rem;
  background: linear-gradient(160deg, rgba(15, 23, 42, 0.9), rgba(37, 99, 235, 0.22));
  box-shadow: 0 28px 64px -28px rgba(37, 99, 235, 0.86), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.ip-services-phone div {
  position: absolute;
  inset: 0.72rem;
  border-radius: 1.2rem;
  background:
    linear-gradient(rgba(96, 165, 250, 0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(96, 165, 250, 0.13) 1px, transparent 1px);
  background-size: 24px 24px;
}

.ip-services-phone span {
  position: absolute;
  left: 1.35rem;
  right: 1.35rem;
  height: 0.55rem;
  border-radius: 999px;
  background: rgba(96, 165, 250, 0.5);
}

.ip-services-phone span:nth-child(2) { bottom: 3.6rem; }
.ip-services-phone span:nth-child(3) { bottom: 2.2rem; width: 42%; right: auto; }

.ip-services-robot {
  right: 19%;
  top: 9%;
  width: 8.8rem;
  height: 10rem;
}

.ip-services-robot-head {
  position: relative;
  width: 6.5rem;
  height: 5rem;
  margin: 0 auto;
  border: 1px solid rgba(147, 197, 253, 0.34);
  border-radius: 1.6rem;
  background: linear-gradient(145deg, rgba(96, 165, 250, 0.3), rgba(15, 23, 42, 0.82));
  box-shadow: 0 0 52px rgba(37, 99, 235, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.ip-services-robot-head span {
  position: absolute;
  top: 2.1rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 999px;
  background: #bfdbfe;
  box-shadow: 0 0 16px rgba(191, 219, 254, 0.95);
}

.ip-services-robot-head span:first-child { left: 1.8rem; }
.ip-services-robot-head span:last-child { right: 1.8rem; }

.ip-services-robot-body {
  width: 4rem;
  height: 3rem;
  margin: 0.42rem auto 0;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.42), rgba(96, 165, 250, 0.12));
  border: 1px solid rgba(147, 197, 253, 0.22);
}

.ip-services-cube {
  width: 4.4rem;
  height: 4.4rem;
  border: 1px solid rgba(147, 197, 253, 0.32);
  background: linear-gradient(135deg, rgba(96, 165, 250, 0.28), rgba(37, 99, 235, 0.06));
  box-shadow: 0 0 42px rgba(37, 99, 235, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transform: rotateX(58deg) rotateZ(45deg) translate3d(var(--px, 0), var(--py, 0), 0);
}

.ip-services-cube-a { left: 4%; bottom: 23%; }
.ip-services-cube-b { right: 31%; bottom: 3%; width: 3.15rem; height: 3.15rem; opacity: 0.78; }

.ip-services-database {
  left: 22%;
  bottom: 4%;
  width: 6.2rem;
  height: 6.6rem;
  border-radius: 999px 999px 1.2rem 1.2rem;
  border: 1px solid rgba(147, 197, 253, 0.28);
  background: linear-gradient(180deg, rgba(96, 165, 250, 0.36), rgba(15, 23, 42, 0.78));
  box-shadow: 0 0 46px rgba(37, 99, 235, 0.24);
}

.ip-services-database::before,
.ip-services-database::after {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  height: 1.7rem;
  border: 1px solid rgba(147, 197, 253, 0.28);
  border-radius: 999px;
}

.ip-services-database::before { top: -0.05rem; background: rgba(96, 165, 250, 0.24); }
.ip-services-database::after { top: 2.45rem; border-color: rgba(147, 197, 253, 0.14); }

.ip-services-cloud {
  right: 2%;
  top: 42%;
  width: 7.8rem;
  height: 3.2rem;
  border-radius: 999px;
  border: 1px solid rgba(147, 197, 253, 0.24);
  background: rgba(96, 165, 250, 0.14);
  box-shadow: 0 0 44px rgba(96, 165, 250, 0.2);
}

.ip-services-cloud::before,
.ip-services-cloud::after {
  content: "";
  position: absolute;
  bottom: 1.4rem;
  border-radius: 999px;
  background: inherit;
  border: inherit;
}

.ip-services-cloud::before {
  left: 1.1rem;
  width: 3rem;
  height: 3rem;
}

.ip-services-cloud::after {
  right: 1.2rem;
  width: 3.8rem;
  height: 3.8rem;
}

.ip-services-api-nodes {
  left: 2%;
  top: 10%;
  width: 9rem;
  height: 7rem;
}

.ip-services-api-nodes span {
  position: absolute;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 999px;
  background: #60a5fa;
  box-shadow: 0 0 24px rgba(96, 165, 250, 0.9);
}

.ip-services-api-nodes span:nth-child(1) { left: 0; top: 2.4rem; }
.ip-services-api-nodes span:nth-child(2) { left: 4.2rem; top: 0; }
.ip-services-api-nodes span:nth-child(3) { right: 0; bottom: 0.8rem; }

.ip-services-api-nodes i,
.ip-services-api-nodes b {
  position: absolute;
  height: 1px;
  transform-origin: left center;
  background: linear-gradient(90deg, rgba(96, 165, 250, 0.8), transparent);
}

.ip-services-api-nodes i {
  left: 0.8rem;
  top: 2.8rem;
  width: 5.2rem;
  transform: rotate(-28deg);
}

.ip-services-api-nodes b {
  left: 4.8rem;
  top: 1.1rem;
  width: 5.2rem;
  transform: rotate(39deg);
}

.ip-services-float-slow { animation: ip-services-float 8s ease-in-out infinite; }
.ip-services-float-medium { animation: ip-services-float 6.8s ease-in-out infinite reverse; }
.ip-services-float-fast { animation: ip-services-float 5.8s ease-in-out infinite; }

.ip-services-hero-services {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2.25rem;
  z-index: 2;
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  overflow: hidden;
  padding: 0 1rem;
  opacity: 0.64;
}

.ip-services-hero-services span {
  flex: 0 0 auto;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  padding: 0.55rem 0.85rem;
  color: #cbd5e1;
  font-size: 0.78rem;
  font-weight: 600;
  backdrop-filter: blur(14px);
}

.ip-services-section {
  padding: 7rem 0 5.5rem;
  background: linear-gradient(to bottom, #08070b 0%, #0c1117 54%, #08070b 100%);
}

.ip-services-section-head {
  max-width: 42rem;
  margin-bottom: 3rem;
}

.ip-services-section-head h2,
.ip-services-cta-panel h2 {
  margin: 1.1rem 0 0;
  color: #ffffff;
  font-size: clamp(2.5rem, 6vw, 5.8rem);
  font-weight: 800;
  line-height: 0.95;
}

.ip-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.ip-services-card {
  position: relative;
  min-height: 17.5rem;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 1rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
    rgba(8, 7, 11, 0.58);
  padding: 1.35rem;
  box-shadow: 0 34px 90px -60px rgba(2, 6, 23, 0.95), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(22px);
  opacity: 0;
  transform: translateY(28px) scale(0.96);
  transition:
    opacity 620ms ease var(--delay),
    transform 620ms cubic-bezier(0.2, 0.8, 0.2, 1) var(--delay),
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.ip-services-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.7), rgba(34, 211, 238, 0), rgba(20, 184, 166, 0.34));
  opacity: 0;
  transition: opacity 200ms ease;
  pointer-events: none;
}

.ip-services-card::after {
  content: "";
  position: absolute;
  left: 1.2rem;
  right: 1.2rem;
  top: 1.2rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(45, 212, 191, 0.6), transparent);
  opacity: 0.65;
}

.ip-services-card.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.ip-services-card:hover {
  border-color: rgba(45, 212, 191, 0.58);
  box-shadow: 0 38px 110px -58px rgba(20, 184, 166, 0.62), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  transform: translateY(-8px) scale(1.02);
}

.ip-services-card:hover::before {
  opacity: 0.42;
}

.ip-services-card-copy {
  position: absolute;
  left: 1.35rem;
  right: 1.35rem;
  bottom: 1.35rem;
  z-index: 2;
}

.ip-services-card h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.25rem, 2.4vw, 1.8rem);
  font-weight: 800;
  line-height: 1.15;
}

.ip-services-card-copy p {
  display: -webkit-box;
  margin: 0.75rem 0 0;
  overflow: hidden;
  color: #cbd5e1;
  font-size: 0.92rem;
  line-height: 1.55;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ip-services-card-icon {
  position: absolute;
  left: 50%;
  top: 41%;
  width: 10.5rem;
  height: 10.5rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(147, 197, 253, 0.18);
  border-radius: 2rem;
  background:
    radial-gradient(circle at 28% 20%, rgba(254, 215, 170, 0.24), transparent 36%),
    linear-gradient(145deg, rgba(20, 184, 166, 0.18), rgba(8, 7, 11, 0.4));
  box-shadow:
    0 32px 58px -34px rgba(20, 184, 166, 0.72),
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -18px 42px rgba(2, 6, 23, 0.24);
  transform: translate(-50%, -50%) rotateX(52deg) rotateZ(-28deg);
  transform-style: preserve-3d;
  filter: drop-shadow(0 32px 34px rgba(20, 184, 166, 0.24));
  transition: transform 260ms ease;
}

.ip-services-card:hover .ip-services-card-icon {
  transform: translate(-50%, -55%) rotateX(52deg) rotateZ(-18deg) scale(1.08);
}

.ip-services-card-icon span {
  position: absolute;
  pointer-events: none;
}

.ip-services-card-icon span:nth-child(1) {
  inset: -0.72rem;
  border: 1px solid rgba(96, 165, 250, 0.22);
  border-radius: 2.3rem;
  transform: translateZ(-18px);
}

.ip-services-card-icon span:nth-child(2) {
  inset: 1rem;
  border: 1px solid rgba(191, 219, 254, 0.18);
  border-radius: 1.35rem;
  background: linear-gradient(135deg, rgba(96, 165, 250, 0.12), rgba(37, 99, 235, 0.03));
  transform: translateZ(10px);
}

.ip-services-card-icon span:nth-child(3) {
  left: 50%;
  bottom: -1.25rem;
  width: 74%;
  height: 0.78rem;
  border-radius: 999px;
  background: radial-gradient(ellipse, rgba(96, 165, 250, 0.34), transparent 72%);
  transform: translateX(-50%) translateZ(-28px);
  filter: blur(2px);
}

.ip-services-card-icon svg {
  position: relative;
  z-index: 2;
  width: 6.8rem;
  height: 6.8rem;
  overflow: visible;
  fill: none;
  stroke: #ecfeff;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: translateZ(34px) rotateZ(28deg) rotateX(-52deg);
  filter:
    drop-shadow(0 0 12px rgba(147, 197, 253, 0.46))
    drop-shadow(0 16px 26px rgba(37, 99, 235, 0.22));
}

.ip-services-icon-laptop,
.ip-services-icon-cloud {
  background:
    radial-gradient(circle at 28% 20%, rgba(204, 251, 241, 0.26), transparent 36%),
    linear-gradient(145deg, rgba(20, 184, 166, 0.22), rgba(8, 7, 11, 0.38));
}

.ip-services-icon-robot,
.ip-services-icon-nodes {
  background:
    radial-gradient(circle at 28% 20%, rgba(254, 215, 170, 0.24), transparent 36%),
    linear-gradient(145deg, rgba(239, 68, 68, 0.2), rgba(8, 7, 11, 0.38));
}

.ip-services-icon-phone,
.ip-services-icon-rocket {
  background:
    radial-gradient(circle at 28% 20%, rgba(207, 250, 254, 0.24), transparent 36%),
    linear-gradient(145deg, rgba(14, 165, 233, 0.18), rgba(8, 7, 11, 0.38));
}

.ip-services-cta {
  padding: 4.5rem 0 7rem;
  background: #08070b;
}

.ip-services-cta-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(147, 197, 253, 0.2);
  border-radius: 1.25rem;
  background:
    linear-gradient(135deg, rgba(239, 68, 68, 0.2), transparent 40%),
    radial-gradient(520px 240px at 92% 24%, rgba(20, 184, 166, 0.16), transparent 58%),
    rgba(255, 255, 255, 0.055);
  padding: clamp(2rem, 7vw, 5rem);
  box-shadow: 0 40px 120px -70px rgba(37, 99, 235, 0.82), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(22px);
}

.ip-services-cta-panel .ip-services-button {
  margin-top: 2rem;
}

.ip-services-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 680ms ease, transform 680ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.ip-services-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes ip-services-aurora-drift {
  from { transform: translate3d(0, 0, 0) rotate(-12deg); }
  to { transform: translate3d(-8%, 7%, 0) rotate(-5deg); }
}

@keyframes ip-services-line-scan {
  from { background-position: 0 0, 0 0; }
  to { background-position: 220px 0, -180px 0; }
}

@keyframes ip-services-particle {
  0%, 100% { opacity: 0.18; transform: translate3d(0, 0, 0); }
  50% { opacity: 0.8; transform: translate3d(18px, -22px, 0); }
}

@keyframes ip-services-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -18px; }
}

@media (max-width: 1023px) {
  .ip-services-hero-grid {
    grid-template-columns: 1fr;
    gap: 2.75rem;
  }

  .ip-services-visual {
    min-height: 28rem;
  }

  .ip-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-height: 760px) and (min-width: 768px) {
  .ip-services-hero-services {
    display: none;
  }
}

@media (max-width: 767px) {
  .ip-services-shell {
    width: min(100% - 24px, 1184px);
  }

  .ip-services-hero {
    align-items: flex-start;
    padding: 8rem 0 4.5rem;
  }

  .ip-services-hero h1 {
    font-size: clamp(3.25rem, 17vw, 4.6rem);
  }

  .ip-services-actions,
  .ip-services-button {
    width: 100%;
  }

  .ip-services-visual {
    min-height: 23rem;
    margin-top: -0.5rem;
  }

  .ip-services-laptop {
    left: 4%;
    top: 24%;
    width: 21rem;
  }

  .ip-services-robot {
    right: 4%;
    top: 4%;
    transform: scale(0.82) translate3d(var(--px, 0), var(--py, 0), 0);
  }

  .ip-services-phone {
    right: 4%;
    bottom: 2%;
    transform: scale(0.82) translate3d(var(--px, 0), var(--py, 0), 0);
  }

  .ip-services-api-nodes,
  .ip-services-cloud {
    display: none;
  }

  .ip-services-hero-services {
    display: none;
  }

  .ip-services-section {
    padding: 5rem 0 4rem;
  }

  .ip-services-grid {
    grid-template-columns: 1fr;
  }

  .ip-services-card {
    min-height: 15.25rem;
    border-radius: 1rem;
  }

  .ip-services-card-icon {
    width: 8.4rem;
    height: 8.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ip-services-aurora,
  .ip-services-grid-lines,
  .ip-services-particles span,
  .ip-services-float-slow,
  .ip-services-float-medium,
  .ip-services-float-fast {
    animation: none;
  }

  .ip-services-reveal,
  .ip-services-card {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ip-about-visual,
  .ip-about-console,
  .ip-about-flow,
  .ip-about-signal,
  .ip-products-visual,
  .ip-products-node,
  .ip-blog-visual,
  .ip-blog-orb,
  .ip-blog-code-chip,
  .ip-about-story-card,
  .ip-products-card,
  .ip-blog-card {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.ip-about-page .ip-services-bg {
  background:
    radial-gradient(900px 520px at 78% 10%, rgba(239, 68, 68, 0.22), transparent 62%),
    radial-gradient(760px 460px at 12% 82%, rgba(20, 184, 166, 0.16), transparent 64%),
    radial-gradient(540px 320px at 54% 18%, rgba(245, 158, 11, 0.1), transparent 62%),
    #08070b;
}

.ip-about-hero .ip-services-subtitle {
  max-width: 44rem;
}

.ip-about-visual {
  position: relative;
  min-height: 34rem;
  transform: translate3d(var(--px, 0), var(--py, 0), 0);
  transition: transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
  perspective: 1200px;
}

.ip-about-console,
.ip-about-flow,
.ip-about-signal {
  position: absolute;
  transform: translate3d(var(--px, 0), var(--py, 0), 0);
  transition: transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.ip-about-console {
  left: 12%;
  top: 18%;
  width: min(29rem, 66vw);
  aspect-ratio: 1.28;
  border: 1px solid rgba(45, 212, 191, 0.22);
  border-radius: 1.35rem;
  background:
    radial-gradient(circle at 24% 16%, rgba(254, 215, 170, 0.22), transparent 34%),
    linear-gradient(145deg, rgba(20, 184, 166, 0.18), rgba(8, 7, 11, 0.64));
  box-shadow:
    0 44px 110px -58px rgba(20, 184, 166, 0.76),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  transform: rotateX(56deg) rotateZ(-23deg) translateZ(24px);
}

.ip-about-console-window {
  position: absolute;
  inset: 1.2rem;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 0.95rem;
  background:
    linear-gradient(rgba(45, 212, 191, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(248, 113, 113, 0.08) 1px, transparent 1px),
    rgba(8, 7, 11, 0.42);
  background-size: 30px 30px;
}

.ip-about-console-window span,
.ip-about-console-window i {
  position: absolute;
  border-radius: 999px;
}

.ip-about-console-window span {
  top: 1rem;
  width: 0.5rem;
  height: 0.5rem;
  background: rgba(204, 251, 241, 0.72);
}

.ip-about-console-window span:nth-child(1) { left: 1rem; }
.ip-about-console-window span:nth-child(2) { left: 1.85rem; opacity: 0.72; }
.ip-about-console-window span:nth-child(3) { left: 2.7rem; opacity: 0.48; }

.ip-about-console-window i {
  left: 1.3rem;
  height: 0.62rem;
  background: linear-gradient(90deg, #2dd4bf, rgba(45, 212, 191, 0.08));
  box-shadow: 0 0 22px rgba(45, 212, 191, 0.36);
}

.ip-about-console-window i:nth-of-type(1) { top: 4.5rem; width: 72%; }
.ip-about-console-window i:nth-of-type(2) { top: 5.95rem; width: 52%; background: linear-gradient(90deg, #fb7185, rgba(251, 113, 133, 0.08)); }
.ip-about-console-window i:nth-of-type(3) { top: 7.4rem; width: 34%; background: linear-gradient(90deg, #f59e0b, rgba(245, 158, 11, 0.08)); }

.ip-about-console-window strong {
  position: absolute;
  right: 1.3rem;
  bottom: 1.15rem;
  color: rgba(236, 254, 255, 0.76);
  font-family: "Sora", "Poppins", sans-serif;
  font-size: clamp(3rem, 7vw, 5.8rem);
  font-weight: 900;
  line-height: 1;
}

.ip-about-flow {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  padding: 0.65rem 0.8rem;
  color: #ecfeff;
  font-size: 0.78rem;
  font-weight: 800;
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 64px -38px rgba(2, 6, 23, 0.88);
}

.ip-about-flow i {
  width: 2.4rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(45, 212, 191, 0.8), rgba(249, 115, 22, 0.8));
}

.ip-about-flow-a {
  right: 4%;
  top: 18%;
}

.ip-about-flow-b {
  left: 6%;
  bottom: 15%;
}

.ip-about-signal {
  border: 1px solid rgba(45, 212, 191, 0.2);
  border-radius: 999px;
  background: radial-gradient(circle at 32% 26%, rgba(254, 215, 170, 0.42), rgba(239, 68, 68, 0.08) 58%, transparent 72%);
  box-shadow: 0 28px 64px -36px rgba(239, 68, 68, 0.78);
}

.ip-about-signal-a {
  right: 10%;
  bottom: 10%;
  width: 6.2rem;
  height: 6.2rem;
}

.ip-about-signal-b {
  left: 4%;
  top: 11%;
  width: 4.2rem;
  height: 4.2rem;
  background: radial-gradient(circle at 32% 26%, rgba(204, 251, 241, 0.42), rgba(20, 184, 166, 0.08) 58%, transparent 72%);
}

.ip-about-section {
  padding-bottom: 4.5rem;
}

.ip-about-story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.ip-about-story-card {
  min-height: 19rem;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 1rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03)),
    rgba(8, 7, 11, 0.58);
  padding: 1.35rem;
  box-shadow: 0 34px 90px -60px rgba(2, 6, 23, 0.95), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  opacity: 0;
  transform: translateY(28px) scale(0.96);
  transition:
    opacity 620ms ease,
    transform 620ms cubic-bezier(0.2, 0.8, 0.2, 1),
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.ip-about-story-card.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.ip-about-story-card:hover {
  border-color: rgba(45, 212, 191, 0.58);
  box-shadow: 0 38px 110px -58px rgba(20, 184, 166, 0.62), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  transform: translateY(-8px) scale(1.02);
}

.ip-about-story-card span,
.ip-about-values-grid span {
  color: #fb923c;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.ip-about-story-card h3,
.ip-about-values-grid h3 {
  margin: 1rem 0 0;
  color: #ffffff;
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
  font-weight: 800;
  line-height: 1.08;
}

.ip-about-story-card p,
.ip-about-values-grid p {
  margin: 1rem 0 0;
  color: #cbd5e1;
  font-size: 0.98rem;
  line-height: 1.7;
}

.ip-about-values {
  position: relative;
  z-index: 1;
  padding: 1rem 0 2rem;
  background: #08070b;
}

.ip-about-values-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
  overflow: hidden;
  border: 1px solid rgba(147, 197, 253, 0.18);
  border-radius: 1.25rem;
  background:
    linear-gradient(135deg, rgba(20, 184, 166, 0.18), transparent 42%),
    radial-gradient(520px 240px at 95% 10%, rgba(239, 68, 68, 0.15), transparent 58%),
    rgba(255, 255, 255, 0.055);
  padding: clamp(2rem, 5vw, 4rem);
  box-shadow: 0 40px 120px -70px rgba(20, 184, 166, 0.72), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(22px);
}

.ip-about-values-panel h2 {
  margin: 1.1rem 0 0;
  color: #ffffff;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  font-weight: 800;
  line-height: 0.96;
}

.ip-about-values-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.ip-about-values-grid article {
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.055);
  padding: 1.15rem;
}

.ip-about-cta {
  padding-top: 2rem;
}

@media (max-width: 1023px) {
  .ip-about-visual {
    min-height: 28rem;
  }

  .ip-about-story-grid,
  .ip-about-values-panel,
  .ip-about-values-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .ip-about-visual {
    min-height: 23rem;
    margin-top: -0.5rem;
  }

  .ip-about-console {
    left: 0;
    top: 24%;
    width: 21rem;
  }

  .ip-about-flow-a {
    right: 2%;
    top: 9%;
  }

  .ip-about-flow-b {
    left: 3%;
    bottom: 5%;
  }

  .ip-about-signal-a {
    right: 8%;
    bottom: 24%;
    width: 4.8rem;
    height: 4.8rem;
  }

  .ip-about-signal-b {
    display: none;
  }

  .ip-about-story-card {
    min-height: 15rem;
  }
}

.ip-products-page .ip-services-bg {
  background:
    radial-gradient(900px 520px at 82% 8%, rgba(20, 184, 166, 0.2), transparent 62%),
    radial-gradient(760px 460px at 14% 80%, rgba(239, 68, 68, 0.14), transparent 64%),
    radial-gradient(520px 320px at 48% 18%, rgba(245, 158, 11, 0.1), transparent 62%),
    #08070b;
}

.ip-products-page .ip-services-section-head {
  max-width: 52rem;
}

.ip-products-page .ip-services-section-head h2 {
  font-size: clamp(2.8rem, 5vw, 4.6rem);
  line-height: 0.98;
}

.ip-products-visual {
  position: relative;
  min-height: 34rem;
  transform: translate3d(var(--px, 0), var(--py, 0), 0);
  transition: transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
  perspective: 1200px;
}

.ip-products-orbit {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
}

.ip-products-core {
  position: absolute;
  left: 18%;
  top: 19%;
  width: min(27rem, 64vw);
  aspect-ratio: 1.45;
  border: 1px solid rgba(147, 197, 253, 0.2);
  border-radius: 1.25rem;
  background:
    radial-gradient(circle at 24% 18%, rgba(204, 251, 241, 0.22), transparent 32%),
    linear-gradient(145deg, rgba(20, 184, 166, 0.18), rgba(8, 7, 11, 0.6));
  box-shadow:
    0 44px 110px -58px rgba(20, 184, 166, 0.72),
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -28px 70px rgba(2, 6, 23, 0.28);
  transform: rotateX(56deg) rotateZ(-24deg) translateZ(24px);
}

.ip-products-core-window {
  position: absolute;
  inset: 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(147, 197, 253, 0.17);
  border-radius: 0.95rem;
  background:
    linear-gradient(rgba(45, 212, 191, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(248, 113, 113, 0.08) 1px, transparent 1px);
  background-size: 30px 30px;
}

.ip-products-core-window span {
  position: absolute;
  top: 1rem;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 999px;
  background: rgba(191, 219, 254, 0.64);
}

.ip-products-core-window span:nth-child(1) { left: 1rem; }
.ip-products-core-window span:nth-child(2) { left: 1.8rem; opacity: 0.72; }
.ip-products-core-window span:nth-child(3) { left: 2.6rem; opacity: 0.48; }

.ip-products-core-window i {
  position: absolute;
  left: 1.25rem;
  height: 0.62rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #2dd4bf, rgba(45, 212, 191, 0.08));
  box-shadow: 0 0 22px rgba(45, 212, 191, 0.38);
}

.ip-products-core-window i:nth-of-type(1) { top: 4.6rem; width: 72%; }
.ip-products-core-window i:nth-of-type(2) { top: 6rem; width: 54%; }
.ip-products-core-window i:nth-of-type(3) { top: 7.4rem; width: 34%; }

.ip-products-ring {
  position: absolute;
  border: 1px solid rgba(96, 165, 250, 0.16);
  border-radius: 999px;
  transform: rotateX(62deg) rotateZ(-18deg);
}

.ip-products-ring-a {
  left: 10%;
  top: 14%;
  width: 31rem;
  height: 31rem;
}

.ip-products-ring-b {
  left: 20%;
  top: 24%;
  width: 20rem;
  height: 20rem;
}

.ip-products-node {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 6.4rem;
  height: 6.4rem;
  border: 1px solid rgba(147, 197, 253, 0.25);
  border-radius: 1rem;
  background:
    radial-gradient(circle at 28% 20%, rgba(254, 215, 170, 0.22), transparent 36%),
    linear-gradient(145deg, rgba(239, 68, 68, 0.16), rgba(8, 7, 11, 0.56));
  box-shadow: 0 28px 64px -36px rgba(239, 68, 68, 0.66), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  transform: translate3d(var(--px, 0), var(--py, 0), 0);
  transition: transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.ip-products-node svg {
  width: 3.7rem;
  height: 3.7rem;
  fill: none;
  stroke: #fff7ed;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 14px rgba(147, 197, 253, 0.5));
}

.ip-products-node-sms { right: 4%; top: 14%; }
.ip-products-node-ai { left: 5%; top: 10%; }
.ip-products-node-mobile { right: 7%; bottom: 12%; }
.ip-products-node-cloud { left: 21%; bottom: 4%; }

.ip-products-grid {
  align-items: stretch;
}

.ip-products-card {
  position: relative;
  min-height: 17.5rem;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 1rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
    rgba(8, 7, 11, 0.58);
  padding: 1.35rem;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 34px 90px -60px rgba(2, 6, 23, 0.95), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(22px);
  opacity: 0;
  transform: translateY(28px) scale(0.96);
  transition:
    opacity 620ms ease var(--delay),
    transform 620ms cubic-bezier(0.2, 0.8, 0.2, 1) var(--delay),
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.ip-products-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.64), rgba(249, 115, 22, 0), rgba(239, 68, 68, 0.34));
  opacity: 0;
  transition: opacity 200ms ease;
}

.ip-products-card::after {
  content: "";
  position: absolute;
  left: 1.2rem;
  right: 1.2rem;
  top: 1.2rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(45, 212, 191, 0.6), transparent);
  opacity: 0.65;
}

.ip-products-card.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.ip-products-card:hover {
  border-color: rgba(45, 212, 191, 0.58);
  box-shadow: 0 38px 110px -58px rgba(20, 184, 166, 0.62), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  transform: translateY(-8px) scale(1.02);
}

.ip-products-card:hover::before {
  opacity: 0.42;
}

.ip-products-card-icon {
  position: absolute;
  left: 50%;
  top: 41%;
  display: grid;
  width: 10.5rem;
  height: 10.5rem;
  place-items: center;
  border: 1px solid rgba(147, 197, 253, 0.18);
  border-radius: 1.35rem;
  background:
    radial-gradient(circle at 28% 20%, rgba(204, 251, 241, 0.22), transparent 36%),
    linear-gradient(145deg, rgba(20, 184, 166, 0.18), rgba(8, 7, 11, 0.4));
  box-shadow:
    0 32px 58px -34px rgba(20, 184, 166, 0.72),
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -18px 42px rgba(2, 6, 23, 0.24);
  transform: translate(-50%, -50%) rotateX(52deg) rotateZ(-28deg);
  transform-style: preserve-3d;
  filter: drop-shadow(0 32px 34px rgba(20, 184, 166, 0.24));
  transition: transform 260ms ease;
}

.ip-products-card:hover .ip-products-card-icon {
  transform: translate(-50%, -55%) rotateX(52deg) rotateZ(-18deg) scale(1.08);
}

.ip-products-card-icon span {
  position: absolute;
  inset: -0.72rem;
  border: 1px solid rgba(96, 165, 250, 0.22);
  border-radius: 1.65rem;
  transform: translateZ(-18px);
}

.ip-products-card-icon svg {
  position: relative;
  z-index: 2;
  width: 6.8rem;
  height: 6.8rem;
  overflow: visible;
  fill: none;
  stroke: #ecfeff;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: translateZ(34px) rotateZ(28deg) rotateX(-52deg);
  filter:
    drop-shadow(0 0 12px rgba(147, 197, 253, 0.46))
    drop-shadow(0 16px 26px rgba(37, 99, 235, 0.22));
}

.ip-products-card-copy {
  position: absolute;
  left: 1.35rem;
  right: 1.35rem;
  bottom: 1.35rem;
  z-index: 2;
}

.ip-products-card-copy p {
  margin: 0 0 0.45rem;
  color: #bfdbfe;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ip-products-card-copy h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.25rem, 2.4vw, 1.8rem);
  font-weight: 800;
  line-height: 1.15;
}

.ip-products-showcase {
  position: relative;
  z-index: 1;
  padding: 0 0 2rem;
  background: #08070b;
}

.ip-products-cta {
  padding-top: 2rem;
}

.ip-products-showcase-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 2rem;
  align-items: end;
  overflow: hidden;
  border: 1px solid rgba(147, 197, 253, 0.2);
  border-radius: 1.25rem;
  background:
    linear-gradient(135deg, rgba(20, 184, 166, 0.18), transparent 42%),
    radial-gradient(520px 240px at 95% 16%, rgba(239, 68, 68, 0.14), transparent 58%),
    rgba(255, 255, 255, 0.055);
  padding: clamp(2rem, 5vw, 4rem);
  box-shadow: 0 40px 120px -70px rgba(20, 184, 166, 0.72), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(22px);
}

.ip-products-showcase-panel h2 {
  margin: 1.1rem 0 0;
  color: #ffffff;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  font-weight: 800;
  line-height: 0.96;
}

.ip-products-showcase-grid {
  display: grid;
  gap: 1rem;
}

.ip-products-showcase-grid div {
  display: flex;
  align-items: center;
  gap: 1rem;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.055);
  padding: 1rem;
  color: #ffffff;
}

.ip-products-showcase-grid span {
  color: #fb923c;
  font-size: 0.78rem;
  font-weight: 800;
}

@media (max-width: 1023px) {
  .ip-products-visual {
    min-height: 28rem;
  }

  .ip-products-showcase-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .ip-products-visual {
    min-height: 23rem;
    margin-top: -0.5rem;
  }

  .ip-products-core {
    left: 2%;
    top: 24%;
    width: 21rem;
  }

  .ip-products-node {
    width: 4.8rem;
    height: 4.8rem;
  }

  .ip-products-node svg {
    width: 2.8rem;
    height: 2.8rem;
  }

  .ip-products-node-ai,
  .ip-products-node-cloud {
    display: none;
  }

  .ip-products-card {
    min-height: 15.25rem;
    border-radius: 1rem;
  }

  .ip-products-card-icon {
    width: 8.4rem;
    height: 8.4rem;
  }
}

.ip-blog-page .ip-services-bg {
  background:
    radial-gradient(900px 520px at 82% 8%, rgba(239, 68, 68, 0.18), transparent 62%),
    radial-gradient(760px 460px at 14% 80%, rgba(45, 212, 191, 0.14), transparent 64%),
    radial-gradient(520px 320px at 48% 18%, rgba(245, 158, 11, 0.1), transparent 62%),
    #08070b;
}

.ip-blog-page .ip-services-section-head {
  max-width: 54rem;
}

.ip-blog-page .ip-services-section-head h2 {
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  line-height: 0.98;
}

.ip-blog-visual {
  position: relative;
  min-height: 34rem;
  transform: translate3d(var(--px, 0), var(--py, 0), 0);
  transition: transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
  perspective: 1200px;
}

.ip-blog-stack {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
}

.ip-blog-page-card {
  position: absolute;
  width: min(25rem, 64vw);
  aspect-ratio: 1.45;
  border: 1px solid rgba(147, 197, 253, 0.22);
  border-radius: 1.1rem;
  background:
    radial-gradient(circle at 22% 18%, rgba(254, 215, 170, 0.22), transparent 32%),
    linear-gradient(145deg, rgba(239, 68, 68, 0.16), rgba(8, 7, 11, 0.62));
  box-shadow:
    0 44px 110px -58px rgba(239, 68, 68, 0.62),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  transform: rotateX(56deg) rotateZ(-24deg) translateZ(24px);
}

.ip-blog-page-card-a {
  left: 16%;
  top: 18%;
  z-index: 3;
}

.ip-blog-page-card-b {
  left: 24%;
  top: 28%;
  z-index: 2;
  opacity: 0.7;
  transform: rotateX(56deg) rotateZ(-20deg) translateZ(0);
}

.ip-blog-page-card-c {
  left: 8%;
  top: 38%;
  z-index: 1;
  opacity: 0.45;
  transform: rotateX(56deg) rotateZ(-30deg) translateZ(-16px);
}

.ip-blog-page-card span,
.ip-blog-page-card i {
  position: absolute;
  left: 1.3rem;
  border-radius: 999px;
}

.ip-blog-page-card span {
  top: 1rem;
  width: 0.48rem;
  height: 0.48rem;
  background: rgba(191, 219, 254, 0.64);
}

.ip-blog-page-card span:nth-child(2) { left: 2.1rem; opacity: 0.72; }
.ip-blog-page-card span:nth-child(3) { left: 2.9rem; opacity: 0.48; }

.ip-blog-page-card i {
  height: 0.62rem;
  background: linear-gradient(90deg, #fb7185, rgba(251, 113, 133, 0.08));
  box-shadow: 0 0 22px rgba(251, 113, 133, 0.34);
}

.ip-blog-page-card i:nth-of-type(1) {
  top: 4.6rem;
  width: 74%;
}

.ip-blog-page-card i:nth-of-type(2) {
  top: 6.05rem;
  width: 52%;
}

.ip-blog-orb,
.ip-blog-code-chip {
  position: absolute;
  transform: translate3d(var(--px, 0), var(--py, 0), 0);
  transition: transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.ip-blog-orb {
  width: 6rem;
  height: 6rem;
  border: 1px solid rgba(147, 197, 253, 0.25);
  border-radius: 999px;
  background: radial-gradient(circle at 32% 26%, rgba(204, 251, 241, 0.46), rgba(20, 184, 166, 0.08) 58%, transparent 72%);
  box-shadow: 0 28px 64px -36px rgba(20, 184, 166, 0.7);
}

.ip-blog-orb-a {
  right: 11%;
  top: 17%;
}

.ip-blog-orb-b {
  left: 8%;
  bottom: 13%;
  width: 4rem;
  height: 4rem;
}

.ip-blog-code-chip {
  right: 6%;
  bottom: 17%;
  display: grid;
  width: 7rem;
  height: 7rem;
  place-items: center;
  border: 1px solid rgba(147, 197, 253, 0.25);
  border-radius: 1rem;
  background:
    radial-gradient(circle at 28% 20%, rgba(254, 215, 170, 0.22), transparent 36%),
    linear-gradient(145deg, rgba(239, 68, 68, 0.16), rgba(8, 7, 11, 0.56));
  color: #fff7ed;
  font-family: "Sora", "Poppins", sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
  box-shadow: 0 28px 64px -36px rgba(239, 68, 68, 0.66), inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.ip-blog-section {
  padding-bottom: 4.5rem;
}

.ip-blog-featured {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 1.25rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
    rgba(8, 7, 11, 0.58);
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 40px 120px -70px rgba(20, 184, 166, 0.68), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(22px);
}

.ip-blog-featured-media {
  min-height: 24rem;
  background: rgba(15, 23, 42, 0.54);
}

.ip-blog-featured-media img,
.ip-blog-card-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ip-blog-featured-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.5rem, 4vw, 3.25rem);
}

.ip-blog-meta {
  margin: 0;
  color: #fb923c;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ip-blog-featured-copy h3 {
  margin: 1rem 0 0;
  color: #ffffff;
  font-size: clamp(2.2rem, 4.2vw, 4.35rem);
  font-weight: 800;
  line-height: 0.98;
}

.ip-blog-featured-copy > p:not(.ip-blog-meta) {
  margin: 1.25rem 0 0;
  color: #cbd5e1;
  font-size: 1rem;
  line-height: 1.75;
}

.ip-blog-featured-copy span {
  margin-top: 1.75rem;
  color: #ccfbf1;
  font-weight: 800;
}

.ip-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.ip-blog-card {
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 1rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03)),
    rgba(8, 7, 11, 0.58);
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 34px 90px -60px rgba(2, 6, 23, 0.95), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(22px);
  opacity: 0;
  transform: translateY(28px) scale(0.96);
  transition:
    opacity 620ms ease var(--delay),
    transform 620ms cubic-bezier(0.2, 0.8, 0.2, 1) var(--delay),
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.ip-blog-card.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.ip-blog-card:hover {
  border-color: rgba(45, 212, 191, 0.58);
  box-shadow: 0 38px 110px -58px rgba(20, 184, 166, 0.62), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  transform: translateY(-8px) scale(1.02);
}

.ip-blog-card-visual {
  height: 13.5rem;
  background: rgba(15, 23, 42, 0.54);
}

.ip-blog-card-copy {
  padding: 1.25rem;
}

.ip-blog-card-copy h3 {
  margin: 0.8rem 0 0;
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.18;
}

.ip-blog-card-copy > p:not(.ip-blog-meta) {
  display: -webkit-box;
  margin: 0.85rem 0 0;
  overflow: hidden;
  color: #cbd5e1;
  font-size: 0.92rem;
  line-height: 1.65;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ip-blog-article-visual {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background:
    radial-gradient(circle at 28% 24%, rgba(204, 251, 241, 0.16), transparent 32%),
    linear-gradient(145deg, rgba(20, 184, 166, 0.18), rgba(8, 7, 11, 0.72));
}

.ip-blog-article-visual span,
.ip-blog-article-visual i {
  position: absolute;
  left: 12%;
  border-radius: 999px;
}

.ip-blog-article-visual span {
  top: 14%;
  width: 0.55rem;
  height: 0.55rem;
  background: rgba(191, 219, 254, 0.64);
}

.ip-blog-article-visual span:nth-child(2) { left: 16%; opacity: 0.72; }
.ip-blog-article-visual span:nth-child(3) { left: 20%; opacity: 0.48; }

.ip-blog-article-visual i {
  height: 0.75rem;
  background: linear-gradient(90deg, #2dd4bf, rgba(45, 212, 191, 0.08));
  box-shadow: 0 0 22px rgba(45, 212, 191, 0.34);
}

.ip-blog-article-visual i:nth-of-type(1) { top: 42%; width: 70%; }
.ip-blog-article-visual i:nth-of-type(2) { top: 52%; width: 54%; }
.ip-blog-article-visual i:nth-of-type(3) { top: 62%; width: 36%; }

.ip-blog-empty {
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.055);
  padding: clamp(2rem, 5vw, 4rem);
  color: #ffffff;
  backdrop-filter: blur(22px);
}

.ip-blog-empty h3 {
  margin: 1rem 0 0;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 800;
}

.ip-blog-cta {
  padding-top: 2rem;
}

@media (max-width: 1023px) {
  .ip-blog-visual {
    min-height: 28rem;
  }

  .ip-blog-featured {
    grid-template-columns: 1fr;
  }

  .ip-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .ip-blog-visual {
    min-height: 23rem;
    margin-top: -0.5rem;
  }

  .ip-blog-page-card-a {
    left: 2%;
    top: 24%;
    width: 21rem;
  }

  .ip-blog-page-card-b {
    left: 11%;
    top: 35%;
    width: 18rem;
  }

  .ip-blog-page-card-c,
  .ip-blog-orb-b {
    display: none;
  }

  .ip-blog-orb-a {
    right: 5%;
    top: 10%;
  }

  .ip-blog-code-chip {
    right: 4%;
    bottom: 4%;
    width: 5.2rem;
    height: 5.2rem;
  }

  .ip-blog-featured-media {
    min-height: 15rem;
  }

  .ip-blog-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ip-services-reveal,
  .ip-services-card,
  .ip-about-story-card,
  .ip-products-card,
  .ip-blog-card {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
