.ih-home-page {
  --ih-palette-coral: #FF7A59;
  --ih-palette-red: #159EA5;
  --ih-palette-rose: #F7D6DF;
  --ih-palette-plum: #0F6A74;
  --ih-palette-lilac: #8A7CFF;
  --ih-palette-blue: #1D4F91;
  --ih-palette-sky: #9DDDE1;
  --ih-palette-teal: #159EA5;
  --ih-palette-mint: #DDF3F4;
  --ih-palette-peach: #FFF0E7;
  --ih-palette-taupe: #95837B;
  --ih-palette-stone: #CBBBA5;
  --ih-palette-ink: #313030;
  --ih-palette-graphite: #5B5A58;
  --ih-palette-grey: #969694;
  --ih-palette-line: #DAD9D7;
  --ih-palette-soft: #F3F2F0;
  --ih-palette-white: #FFFFFF;
  --ih-home-bg: #FFFFFF;
  --ih-home-soft: #F3F2F0;
  --ih-home-ink: #313030;
  --ih-home-muted: #5B5A58;
  --ih-home-line: rgba(49, 48, 48, 0.09);
  --ih-home-accent: #0E8F96;
  --ih-home-green: #1FB7BD;
  --ih-home-yellow: #E3F3EF;
  --ih-home-shadow: 0 12px 32px rgba(49, 48, 48, 0.07);
  background: var(--ih-home-bg);
  color: var(--ih-home-ink);
  font-family: "Montserrat", sans-serif;
  overflow: clip;
}

.home .qodef-content .qodef-content-inner > .qodef-full-width,
.home .qodef-content .qodef-content-inner > .qodef-full-width > .qodef-full-width-inner {
  padding: 0 !important;
}

.home .qodef-content {
  padding-top: var(--ih-header-offset, 78px);
}

.page-id-9183 .qodef-page-header .qodef-menu-area {
  box-shadow: none !important;
}

.ih-home-shell {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.ih-home-page h1,
.ih-home-page h2,
.ih-home-page h3,
.ih-home-page p {
  margin-top: 0;
}

.ih-home-page h1,
.ih-home-page h2,
.ih-home-page h3 {
  color: var(--ih-home-ink);
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
}

.ih-home-page p {
  color: var(--ih-home-muted);
  font-size: 17px;
  line-height: 1.75;
}

.ih-home-kicker {
  display: inline-flex;
  margin-bottom: 14px;
  color: #969694;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.ih-home-hero {
  padding: 4px 0 42px;
  background: #FFFFFF;
  clear: both;
}

.ih-home-hero-panel,
.ih-home-split-grid,
.ih-home-tech-grid,
.ih-home-section-head,
.ih-home-showcase {
  display: grid;
  align-items: center;
  gap: 46px;
}

.ih-home-hero-panel {
  position: relative;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1fr);
  min-height: 430px;
  padding: clamp(28px, 3.4vw, 46px) clamp(28px, 3.4vw, 46px) 0;
  border-radius: 8px;
  background: #FFFDFC;
  border: 1px solid rgba(49, 48, 48, 0.08);
  overflow: hidden;
}

.ih-home-hero-panel::before {
  content: none;
}

.ih-home-hero-copy h1 {
  max-width: 560px;
  margin-bottom: 16px;
  color: #313030;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.1rem, 3vw, 3.35rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.ih-home-hero-copy h1 span {
  color: var(--ih-palette-red);
}

.ih-home-hero-copy p {
  max-width: 520px;
  color: #5B5A58;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
}

.ih-home-search {
  display: flex;
  width: min(520px, 100%);
  min-height: 52px;
  margin-top: 22px;
  border: 1px solid rgba(49, 48, 48, 0.08);
  border-radius: 8px;
  background: #F3F2F0;
  box-shadow: 0 10px 28px rgba(49, 48, 48, 0.05);
  overflow: hidden;
}

.ih-home-search input {
  flex: 1;
  min-width: 0;
  height: auto;
  margin: 0;
  padding: 0 18px;
  border: 0;
  color: #313030;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
}

.ih-home-search button {
  min-width: 112px;
  border: 0;
  border-left: 0;
  background: var(--ih-palette-red);
  color: #FFFFFF;
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  font-weight: 800;
}

.ih-home-popular {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  color: #5B5A58;
  font-size: 14px;
}

.ih-home-popular a {
  display: inline-flex;
  padding: 7px 12px;
  border: 1px solid rgba(49, 48, 48, 0.08);
  border-radius: 999px;
  color: #313030;
  font-weight: 800;
  text-decoration: none;
  background: #F3F2F0;
}

.ih-home-hero-copy {
  position: relative;
  z-index: 1;
  align-self: center;
}

.ih-home-hero .ih-home-kicker {
  margin-bottom: 18px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 122, 89, 0.18);
  border-radius: 999px;
  background: #FFF0E7;
  color: var(--ih-palette-plum);
}

.ih-home-hero .ih-home-link {
  color: #313030;
}

.ih-home-hero .ih-home-link svg {
  fill: #ee406e;
  color: #ee406e;
}

.ih-home-hero .ih-home-button {
  border-color: transparent;
  background: var(--ih-palette-blue);
  color: #FFFFFF;
  box-shadow: 0 16px 30px rgba(28, 79, 145, 0.16);
}

.ih-home-hero .ih-home-button:hover,
.ih-home-hero .ih-home-button:focus-visible {
  color: #FFFFFF;
}

.ih-home-hero-media,
.ih-home-split-media,
.ih-home-tech-image {
  position: relative;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.ih-home-hero-media {
  z-index: 1;
  width: min(100%, 620px);
  aspect-ratio: 4 / 3;
  min-height: 0;
  justify-self: end;
  border-color: transparent;
  background: transparent;
  transform: perspective(900px) rotateX(var(--home-tilt-y, 0deg)) rotateY(var(--home-tilt-x, 0deg));
  transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.ih-home-hero-media::before,
.ih-home-hero-media::after {
  content: "";
  position: absolute;
  z-index: 0;
  border-radius: 8px;
}

.ih-home-hero-media::before {
  content: none;
}

.ih-home-hero-media::after {
  content: none;
}

.ih-home-hero-collage {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(136px, 0.76fr) minmax(0, 1.12fr) minmax(146px, 0.74fr);
  grid-template-rows: 168px 120px 184px;
  grid-template-areas:
    "stat main metrics"
    "accent main metrics"
    "wide wide metrics";
  gap: 18px;
  width: 100%;
  height: 100%;
  padding: 14px;
}

.ih-home-hero-stat-card,
.ih-home-hero-metric-card,
.ih-home-hero-collage-photo {
  border: 1px solid rgba(49, 48, 48, 0.08);
  border-radius: 28px;
}

.ih-home-hero-stat-card {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 18px;
  box-shadow: 0 20px 36px rgba(23, 33, 62, 0.08);
}

.ih-home-hero-stat-card.is-primary {
  grid-area: stat;
  background: #FF7A59;
  color: #FFFFFF;
  transform: translate(6px, 8px) rotate(-2.5deg);
}

.ih-home-hero-stat-card.is-primary strong {
  font-size: clamp(2rem, 2.8vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
}

.ih-home-hero-stat-card.is-primary p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.55;
}

.ih-home-hero-avatar-row {
  display: flex;
  align-items: center;
}

.ih-home-hero-avatar-row span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-left: -6px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(21, 158, 165, 0.22);
  color: #FFFFFF;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.ih-home-hero-avatar-row span:first-child {
  margin-left: 0;
}

.ih-home-hero-stat-card.is-accent {
  grid-area: accent;
  padding: 16px 18px;
  background: #FFF3EA;
  color: var(--ih-home-ink);
  transform: translate(0, -14px);
}

.ih-home-hero-stat-card.is-accent > span {
  color: #C76546;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.ih-home-hero-stat-card.is-accent strong {
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.4;
}

.ih-home-hero-collage-photo {
  position: relative;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0 24px 44px rgba(23, 33, 62, 0.1);
}

.ih-home-hero-collage-photo.is-main {
  grid-area: main;
  transform: translateY(18px);
}

.ih-home-hero-collage-photo.is-wide {
  grid-area: wide;
  width: 84%;
  justify-self: start;
  transform: translate(74px, -12px);
}

.ih-home-hero-collage-photo.is-main .ih-home-hero-canvas-img {
  object-position: center center;
}

.ih-home-hero-collage-photo.is-wide .ih-home-hero-canvas-img {
  object-position: center center;
}

.ih-home-hero-metric-stack {
  grid-area: metrics;
  display: grid;
  gap: 14px;
  align-content: center;
  transform: translate(-16px, 8px);
}

.ih-home-hero-metric-card {
  display: grid;
  gap: 8px;
  padding: 18px 16px;
  background: #1C2342;
  color: #FFFFFF;
  box-shadow: 0 18px 32px rgba(23, 33, 62, 0.14);
}

.ih-home-hero-metric-card:nth-child(1) {
  transform: translateX(8px);
}

.ih-home-hero-metric-card:nth-child(2) {
  transform: translateX(-10px);
}

.ih-home-hero-metric-card:nth-child(3) {
  transform: translateX(14px);
}

.ih-home-hero-metric-card span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-transform: uppercase;
}

.ih-home-hero-metric-card strong {
  color: #FF7A59;
  font-size: clamp(1.4rem, 2vw, 1.9rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.02;
}

.ih-home-hero-orbit-badge {
  position: absolute;
  left: -12px;
  top: 42%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  padding: 12px;
  border-radius: 999px;
  background: #1D4F91;
  color: #FFFFFF;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  transform: translateY(-50%) rotate(-14deg);
  box-shadow: 0 18px 34px rgba(29, 79, 145, 0.16);
}

.ih-home-hero-img,
.ih-home-split-img,
.ih-home-tech-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ih-home-hero-scene {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 28px;
  background:
    radial-gradient(circle at 18% 84%, rgba(31, 183, 189, 0.18), transparent 28%),
    radial-gradient(circle at 86% 16%, rgba(17, 109, 115, 0.22), transparent 24%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.78) 0%, rgba(241, 248, 248, 0.96) 55%, rgba(230, 243, 244, 0.9) 100%);
}

.ih-home-hero-scene::before,
.ih-home-hero-scene::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.ih-home-hero-scene::before {
  inset: 18px;
  border-radius: 30px;
  background:
    repeating-linear-gradient(90deg, rgba(17, 109, 115, 0.07) 0, rgba(17, 109, 115, 0.07) 1px, transparent 1px, transparent 76px),
    repeating-linear-gradient(0deg, rgba(17, 109, 115, 0.07) 0, rgba(17, 109, 115, 0.07) 1px, transparent 1px, transparent 76px);
  opacity: 0.34;
}

.ih-home-hero-scene::after {
  left: 24px;
  bottom: 30px;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(221, 243, 244, 0.96) 0%, rgba(221, 243, 244, 0) 72%);
  filter: blur(6px);
}

.ih-home-hero-board {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 18px;
  width: min(100%, 548px);
  padding: 22px;
  border: 1px solid rgba(21, 158, 165, 0.16);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 28px 70px rgba(29, 79, 145, 0.12);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  overflow: hidden;
  animation: ihHomeFloatSoft 9.2s ease-in-out infinite;
}

.ih-home-hero-board::before,
.ih-home-hero-board::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.ih-home-hero-board::before {
  inset: 0;
  background: rgba(255, 255, 255, 0.18);
}

.ih-home-hero-board::after {
  top: -56px;
  right: -32px;
  width: 164px;
  height: 164px;
  border-radius: 999px;
  background: rgba(138, 124, 255, 0.12);
}

.ih-home-hero-board-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.ih-home-hero-board-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.ih-home-hero-board-kicker,
.ih-home-hero-board-status {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.64rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ih-home-hero-board-kicker {
  background: rgba(255, 122, 89, 0.1);
  color: #A04A33;
}

.ih-home-hero-board-status {
  color: var(--ih-home-muted);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.ih-home-hero-board-status.is-live {
  background: var(--ih-palette-coral);
  color: #FFFFFF;
  box-shadow: 0 12px 24px rgba(29, 79, 145, 0.18);
}

.ih-home-hero-board-main {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 16px;
  align-items: stretch;
}

.ih-home-hero-brand-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 298px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background: #0F6A74;
  color: #FFFFFF;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 18px 30px rgba(17, 109, 115, 0.18);
  overflow: hidden;
}

.ih-home-hero-brand-card::before,
.ih-home-hero-brand-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.ih-home-hero-brand-card::before {
  top: -36px;
  right: -28px;
  width: 126px;
  height: 126px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 70%);
}

.ih-home-hero-brand-card::after {
  inset: 0;
  background: rgba(255, 255, 255, 0.04);
}

.ih-home-hero-brand-eyebrow {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.ih-home-hero-brand-mark {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.16);
  color: #FFFFFF;
  font-size: 1.52rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  text-transform: lowercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.ih-home-hero-brand-card strong {
  position: relative;
  z-index: 1;
  color: inherit;
  font-family: "Montserrat", sans-serif;
  max-width: 13ch;
  font-size: clamp(1.42rem, 2vw, 1.92rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.02;
}

.ih-home-hero-brand-path {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.ih-home-hero-brand-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  line-height: 1.72;
}

.ih-home-hero-proof-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  margin-top: auto;
}

.ih-home-hero-proof-list span {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.12);
  color: #FFFFFF;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.3;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.ih-home-hero-proof-list span::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 10px;
  border-radius: 999px;
  background: #FFFFFF;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.12);
  flex-shrink: 0;
}

.ih-home-hero-visual-stack {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 0;
  padding-bottom: 42px;
}

.ih-home-hero-preview {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(49, 48, 48, 0.08);
  border-radius: 20px;
  background: #F7F5F1;
  box-shadow: 0 12px 28px rgba(49, 48, 48, 0.08);
}

.ih-home-hero-preview.is-main {
  min-height: 298px;
  border-radius: 24px;
  box-shadow: 0 18px 34px rgba(18, 50, 56, 0.16);
}

.ih-home-hero-preview.is-main::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 17, 22, 0) 42%, rgba(10, 17, 22, 0.22) 100%);
  pointer-events: none;
}

.ih-home-hero-preview.is-small {
  min-height: 118px;
  border-radius: 18px;
}

.ih-home-hero-canvas-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: ihHomeImageDrift 16s ease-in-out infinite alternate;
  transform-origin: center;
}

.ih-home-hero-proof-card {
  position: absolute;
  right: -18px;
  bottom: 0;
  z-index: 3;
  width: min(250px, calc(100% - 20px));
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  background: rgba(20, 36, 50, 0.92);
  color: #FFFFFF;
  box-shadow: 0 22px 40px rgba(10, 17, 22, 0.24);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  animation: ihHomeFloatSoft 8.2s ease-in-out infinite;
}

.ih-home-hero-proof-card > span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.ih-home-hero-proof-card > strong {
  color: #FFFFFF;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.45;
}

.ih-home-hero-proof-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.ih-home-hero-proof-metrics div {
  display: grid;
  gap: 4px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ih-home-hero-proof-metrics strong {
  color: #FFFFFF;
  font-size: 1.28rem;
  font-weight: 700;
  line-height: 1;
}

.ih-home-hero-proof-metrics span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ih-home-hero-asset-row {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 0.95fr);
  gap: 14px;
  align-items: stretch;
}

.ih-home-hero-preview.is-captioned figcaption {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 1;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(10, 17, 22, 0.72);
  color: #FFFFFF;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.4;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.ih-home-hero-swatch-card {
  position: relative;
  display: grid;
  align-content: space-between;
  gap: 12px;
  min-height: 118px;
  padding: 16px;
  border: 1px solid rgba(255, 122, 89, 0.12);
  border-radius: 18px;
  background: #FFF5EF;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.ih-home-hero-swatch-card::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  height: 2px;
  border-radius: 999px;
  background: var(--ih-palette-coral);
  opacity: 0.24;
}

.ih-home-hero-swatch-card span {
  color: var(--ih-home-muted);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.ih-home-hero-swatch-card strong {
  color: var(--ih-home-ink);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.45;
}

.ih-home-hero-swatches {
  display: flex;
  gap: 6px;
}

.ih-home-hero-swatches i {
  display: block;
  flex: 1;
  height: 30px;
  border-radius: 11px;
}

.ih-home-hero-swatches i:nth-child(1) {
  background: var(--ih-palette-red);
}

.ih-home-hero-swatches i:nth-child(2) {
  background: var(--ih-palette-coral);
}

.ih-home-hero-swatches i:nth-child(3) {
  background: var(--ih-palette-lilac);
}

.ih-home-hero-swatches i:nth-child(4) {
  background: var(--ih-home-ink);
}

.ih-home-hero-floating {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  max-width: 248px;
  padding: 0 16px;
  border: 1px solid rgba(49, 48, 48, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ih-home-ink);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.45;
  box-shadow: 0 20px 34px rgba(49, 48, 48, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.ih-home-hero-floating.is-top {
  top: 12px;
  left: 14px;
  color: var(--ih-palette-blue);
  animation: ihHomeFloatSoft 7.2s ease-in-out infinite;
}

.ih-home-hero-floating.is-side {
  left: -18px;
  bottom: 146px;
  max-width: 176px;
  background: rgba(20, 59, 103, 0.92);
  color: #FFFFFF;
  transform: rotate(-7deg);
  box-shadow: 0 22px 34px rgba(29, 79, 145, 0.16);
  animation: ihHomeFloatSoft 8.4s ease-in-out infinite;
}

.ih-home-hero-floating.is-bottom {
  right: 14px;
  bottom: 18px;
  max-width: 236px;
  color: var(--ih-palette-plum);
  animation: ihHomeFloatSoft 9s ease-in-out infinite;
}

.ih-home-logo-row {
  grid-column: 1 / -1;
  position: relative;
  margin-top: 0;
  min-height: 124px;
  margin-inline: calc(clamp(28px, 3.4vw, 46px) * -1);
  padding: 10px clamp(28px, 3.4vw, 46px) 14px;
  border-top: 0;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.ih-home-logo-marquee {
  width: 100%;
  overflow: hidden;
  padding-top: 28px;
}

.ih-home-logo-track {
  display: flex;
  align-items: center;
  gap: 42px;
  width: max-content;
  will-change: transform;
  animation: ihHomeLogoScroll 28s linear infinite;
}

.ih-home-logo-row:hover .ih-home-logo-track {
  animation-play-state: running;
}

.ih-home-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 208px;
  height: 68px;
  padding: 2px 4px;
  border-radius: 0;
  background: transparent;
  border: 0;
  flex: 0 0 auto;
}

.ih-home-logo-item img {
  display: block;
  max-width: 182px;
  max-height: 50px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: none;
  opacity: 1;
}

.ih-home-logo-label {
  position: absolute;
  top: 11px;
  left: clamp(28px, 3.4vw, 46px);
  z-index: 1;
  color: #969694;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.ih-home-logo-row .elfsight-widget,
.ih-home-logo-row [class*="elfsight"] {
  width: 100%;
  min-height: 0 !important;
}

.ih-home-logo-row [class*="LogoShowcase"],
.ih-home-logo-row [class*="logo-showcase"] {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.ih-home-logo-row img {
  object-fit: contain;
}

@keyframes ihHomeLogoScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.ih-home-hero-actions {
  margin-top: 24px;
}

.ih-home-categories,
.ih-home-showcases,
.ih-home-blog {
  padding: 54px 0;
  background: #FFFFFF;
}

.ih-home-section-head {
  grid-template-columns: minmax(0, 1fr) auto;
  margin-bottom: 24px;
}

.ih-home-section-head h2,
.ih-home-centered h2,
.ih-home-split-copy h2,
.ih-home-showcase-copy h2,
.ih-home-tech h2,
.ih-home-choice h2,
.ih-home-two-col h2,
.ih-home-process-intro h2,
.ih-home-guarantee h2,
.ih-home-final-cta h2 {
  margin-bottom: 14px;
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.08;
}

.ih-home-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ih-home-ink);
  font-weight: 800;
  text-decoration: none;
}

.ih-home-link svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.ih-home-trust,
.ih-home-categories-showcase,
.ih-home-deliverables,
.ih-home-pricing,
.ih-home-portfolio,
.ih-home-process,
.ih-home-guarantee,
.ih-home-faq,
.ih-home-final-cta {
  padding: 58px 0;
  background: #FFFFFF;
}

.ih-home-trust {
  padding-top: 8px;
}

.ih-home-testimonial-grid,
.ih-home-pricing-grid,
.ih-home-portfolio-grid,
.ih-home-process-grid {
  display: grid;
  gap: 18px;
}

.ih-home-categories-showcase {
  background: #FFFFFF;
}

.ih-home-expertise-stage {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 44px clamp(22px, 3.8vw, 52px) 52px;
  border-top: 1px solid rgba(49, 48, 48, 0.08);
  border-bottom: 1px solid rgba(49, 48, 48, 0.08);
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  background: #313030;
  box-shadow: 0 20px 42px rgba(49, 48, 48, 0.12);
}

.ih-home-expertise-head {
  display: grid;
  justify-items: center;
  gap: 16px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.ih-home-expertise-head > div:first-child {
  display: grid;
  justify-items: center;
  gap: 12px;
}

.ih-home-expertise-head h2 {
  max-width: 16ch;
  margin: 0;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.8rem, 2.2vw, 2.55rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.ih-home-expertise-stage .ih-home-kicker {
  display: inline-block;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
}

.ih-home-expertise-meta {
  display: grid;
  gap: 12px;
  justify-items: center;
}

.ih-home-expertise-meta p {
  max-width: 46ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}

.ih-home-expertise-meta .ih-home-link {
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ih-home-expertise-meta .ih-home-link svg {
  fill: currentColor;
}

.ih-home-expertise-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.ih-home-expertise-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto auto 1fr;
  min-height: 520px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: #5B5A58;
  color: #FFFFFF;
  text-decoration: none;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 260ms ease, border-color 260ms ease;
}

.ih-home-expertise-card:nth-child(1) {
  background: linear-gradient(180deg, #5B5A58 0%, #313030 100%);
}

.ih-home-expertise-card:nth-child(2) {
  background: linear-gradient(180deg, #752873 0%, #1F3CA6 100%);
}

.ih-home-expertise-card:nth-child(3) {
  background: linear-gradient(180deg, #313030 0%, #5B5A58 100%);
}

.ih-home-expertise-card:nth-child(4) {
  background: linear-gradient(180deg, #2F9780 0%, #313030 100%);
}

.ih-home-expertise-card:nth-child(5) {
  background: linear-gradient(180deg, #0B6F75 0%, #175A60 100%);
}

.ih-home-expertise-card:nth-child(6) {
  background: linear-gradient(180deg, #95837B 0%, #313030 100%);
}

/* Higher specificity (0,2,0) to beat nth-child rules */
.ih-home-expertise-card.ih-home-expertise-card-more {
  display: grid;
  place-items: center;
  min-height: 520px;
  background:
    radial-gradient(circle at 50% 40%, rgba(238, 64, 110, 0.18) 0%, transparent 60%),
    linear-gradient(160deg, #1a1a2e 0%, #0f0f1a 100%);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.07);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
}

.ih-home-expertise-card.ih-home-expertise-card-more:hover,
.ih-home-expertise-card.ih-home-expertise-card-more:focus-visible {
  border-color: rgba(238, 64, 110, 0.3);
  box-shadow: 0 26px 48px rgba(0, 0, 0, 0.36);
}

.ih-home-expertise-card-more-inner {
  display: grid;
  justify-items: center;
  gap: 22px;
  text-align: center;
  padding: 24px;
}

.ih-home-expertise-card-more span {
  max-width: 10ch;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.35rem, 1.8vw, 1.9rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.12;
}

.ih-home-expertise-card-more i {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 999px;
  background: #ee406e;
  color: #ffffff;
  font-style: normal;
  box-shadow: 0 16px 30px rgba(238, 64, 110, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ih-home-expertise-card.ih-home-expertise-card-more:hover i {
  transform: scale(1.1);
  box-shadow: 0 20px 38px rgba(238, 64, 110, 0.45);
}

.ih-home-expertise-card-more i svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.ih-home-expertise-card:hover,
.ih-home-expertise-card:focus-visible {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 26px 44px rgba(0, 0, 0, 0.2);
  outline: none;
}

.ih-home-expertise-card-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.ih-home-expertise-card-head span {
  max-width: 12ch;
  color: rgba(255, 255, 255, 0.76);
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.ih-home-expertise-card-head i {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #FFFFFF;
  font-style: normal;
  flex: 0 0 auto;
}

.ih-home-expertise-card-head i svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.ih-home-expertise-card h3 {
  max-width: 9ch;
  margin: 0 0 14px;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.55rem, 1.8vw, 2.15rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.04;
}

.ih-home-expertise-card p {
  max-width: 28ch;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.95rem;
  line-height: 1.65;
}

.ih-home-expertise-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.ih-home-expertise-card li {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  background: rgba(255, 255, 255, 0.05);
}

.ih-home-expertise-card figure,
.ih-home-deliverable-gallery figure,
.ih-home-process-intro figure,
.ih-home-final-panel figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--ih-home-line);
  border-radius: 8px;
  background: var(--ih-home-soft);
}

.ih-home-expertise-card figure {
  position: relative;
  align-self: end;
  aspect-ratio: 1.28;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 260ms ease;
}

.ih-home-expertise-card:hover figure,
.ih-home-expertise-card:focus-visible figure {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.16);
}

.ih-home-expertise-image,
.ih-home-gallery-img,
.ih-home-process-img,
.ih-home-final-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ih-home-expertise-image {
  filter: saturate(0.9) contrast(1.02);
}

.ih-home-testimonial-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ih-home-testimonial,
.ih-home-price-card,
.ih-home-portfolio-card,
.ih-home-process-card,
.ih-home-faq-item {
  border: 1px solid var(--ih-home-line);
  border-radius: 8px;
  background: #FFFFFF;
}

.ih-home-testimonial {
  padding: 24px;
}

.ih-home-testimonial div {
  margin-bottom: 12px;
  color: #F6CAA2;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.ih-home-testimonial span {
  display: block;
  margin-bottom: 12px;
  color: var(--ih-home-ink);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.4;
}

.ih-home-testimonial p {
  margin-bottom: 18px;
  color: #5B5A58;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.65;
}

.ih-home-testimonial strong {
  color: var(--ih-home-ink);
  font-size: 0.92rem;
}

.ih-home-two-col {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(340px, 0.88fr) minmax(260px, 0.68fr);
  align-items: center;
  gap: 26px;
  padding: 38px;
  border: 1px solid var(--ih-home-line);
  border-radius: 8px;
  background: var(--ih-home-soft);
}

.ih-home-two-col .ih-home-button {
  margin-top: 12px;
}

.ih-home-checklist {
  display: grid;
  gap: 12px;
}

.ih-home-checklist div {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-height: 86px;
  padding: 16px;
  border: 1px solid var(--ih-home-line);
  border-radius: 8px;
  background: #FFFFFF;
  color: var(--ih-home-ink);
  transition: border-color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.ih-home-checklist div:hover {
  border-color: rgba(49, 48, 48, 0.18);
  box-shadow: var(--ih-home-shadow);
  transform: translateY(-2px);
}

.ih-home-checklist svg {
  flex: 0 0 auto;
  margin-top: 2px;
  width: 19px;
  height: 19px;
  fill: #2F9780;
}

.ih-home-checklist strong,
.ih-home-checklist small {
  display: block;
}

.ih-home-checklist strong {
  margin-bottom: 5px;
  color: var(--ih-home-ink);
  font-size: 0.98rem;
  line-height: 1.35;
}

.ih-home-checklist small {
  color: var(--ih-home-muted);
  font-size: 0.85rem;
  font-weight: 650;
  line-height: 1.55;
}

.ih-home-deliverable-gallery {
  display: grid;
  gap: 12px;
}

.ih-home-deliverable-gallery figure {
  aspect-ratio: 16 / 10;
  box-shadow: 0 10px 24px rgba(49, 48, 48, 0.06);
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 260ms ease;
}

.ih-home-deliverable-gallery figure:nth-child(2) {
  transform: translateX(-18px);
  animation: ihHomeFloatSoft 7s ease-in-out infinite;
}

.ih-home-deliverable-gallery figure:nth-child(3) {
  transform: translateX(18px);
  animation: ihHomeFloatSoft 7.5s ease-in-out infinite reverse;
}

.ih-home-deliverable-gallery figure:hover {
  box-shadow: 0 18px 36px rgba(49, 48, 48, 0.12);
}

.ih-home-deliverables-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.42fr);
  align-items: start;
  gap: clamp(20px, 2.4vw, 34px);
}

.ih-home-deliverables-intro {
  display: grid;
  align-content: start;
  gap: 18px;
  width: min(100%, 420px);
  padding-top: 18px;
}

.ih-home-deliverables-intro h2 {
  max-width: 100%;
  margin-bottom: 0;
  color: #313030;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.9rem, 3vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.ih-home-deliverables-intro p {
  max-width: 100%;
  margin-bottom: 0;
  color: #5B5A58;
  font-size: 1rem;
  line-height: 1.72;
}

.ih-home-deliverables-mini {
  display: grid;
  gap: 12px;
  width: 100%;
  margin-top: 4px;
}

.ih-home-deliverables-mini div {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border: 1px solid rgba(49, 48, 48, 0.08);
  border-radius: 8px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F3F2F0 100%);
  box-shadow: 0 10px 20px rgba(49, 48, 48, 0.04);
}

.ih-home-deliverables-mini div:first-child {
  border-left: 3px solid #CE283D;
}

.ih-home-deliverables-mini div:last-child {
  border-left: 3px solid #1F3CA6;
}

.ih-home-deliverables-mini strong {
  color: #313030;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.1;
}

.ih-home-deliverables-mini span {
  color: #5B5A58;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.55;
}

.ih-home-deliverables-intro .ih-home-button {
  width: min(100%, 330px);
  margin-top: 10px;
}

.ih-home-deliverables-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.78fr);
  align-items: start;
  gap: 18px;
  min-width: 0;
}

.ih-home-deliverables-panel .ih-home-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-content: start;
}

.ih-home-deliverable-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 182px;
  padding: 18px;
  border: 1px solid rgba(49, 48, 48, 0.08);
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0 12px 26px rgba(49, 48, 48, 0.05);
  overflow: hidden;
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 260ms ease, border-color 260ms ease;
}

.ih-home-deliverable-card:hover,
.ih-home-deliverable-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(49, 48, 48, 0.16);
  box-shadow: 0 20px 34px rgba(49, 48, 48, 0.09);
}

.ih-home-deliverable-card:nth-child(1),
.ih-home-deliverable-card:nth-child(5) {
  grid-column: span 2;
}

.ih-home-deliverable-card:nth-child(1) {
  background: linear-gradient(180deg, #F3F2F0 0%, #FFFFFF 100%);
}

.ih-home-deliverable-card:nth-child(2) {
  background: #A4D2D4;
}

.ih-home-deliverable-card:nth-child(2)::after {
  content: "";
  position: absolute;
  top: -28px;
  right: -18px;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.58);
  filter: blur(14px);
}

.ih-home-deliverable-card:nth-child(3) {
  background: linear-gradient(180deg, #313030 0%, #5B5A58 100%);
}

.ih-home-deliverable-card:nth-child(3) strong,
.ih-home-deliverable-card:nth-child(3) small,
.ih-home-deliverable-card:nth-child(3) .ih-home-deliverable-card-index {
  color: #FFFFFF;
}

.ih-home-deliverable-card:nth-child(3) small {
  color: rgba(255, 255, 255, 0.74);
}

.ih-home-deliverable-card:nth-child(3) .ih-home-deliverable-card-top i {
  background: rgba(255, 255, 255, 0.12);
  color: #FFFFFF;
}

.ih-home-deliverable-card:nth-child(4) {
  background: linear-gradient(180deg, #FFFFFF 0%, #F6CAA2 100%);
}

.ih-home-deliverable-card:nth-child(5) {
  background: linear-gradient(180deg, #FFFFFF 0%, #F3F2F0 100%);
}

.ih-home-deliverable-card:nth-child(5)::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 0;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0B6F75 0%, #14939A 52%, #174A5F 100%);
}

.ih-home-deliverable-card-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
}

.ih-home-deliverable-card-index {
  color: #969694;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}


.ih-home-deliverable-card strong,
.ih-home-deliverable-card small {
  position: relative;
  z-index: 1;
  display: block;
}

.ih-home-deliverable-card strong {
  color: #313030;
  font-size: clamp(1.12rem, 1.35vw, 1.45rem);
  line-height: 1.18;
}

.ih-home-deliverable-card:nth-child(1) strong,
.ih-home-deliverable-card:nth-child(5) strong {
  font-size: clamp(1.28rem, 1.6vw, 1.82rem);
}

.ih-home-deliverable-card small {
  color: #5B5A58;
  font-size: 0.89rem;
  font-weight: 600;
  line-height: 1.62;
}

.ih-home-deliverables-panel .ih-home-deliverable-gallery {
  display: grid;
  grid-template-rows: auto auto auto;
  gap: 12px;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

.ih-home-deliverables-panel .ih-home-deliverable-visual {
  position: relative;
  margin: 0;
  width: 100%;
  height: auto;
  max-width: 100%;
  aspect-ratio: 16 / 10;
  align-self: start;
  overflow: hidden;
  border: 1px solid rgba(49, 48, 48, 0.08);
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: 0 14px 28px rgba(49, 48, 48, 0.08);
  transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 260ms ease;
}

.ih-home-deliverables-panel .ih-home-deliverable-visual:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 36px rgba(49, 48, 48, 0.12);
}

.ih-home-deliverables-panel .ih-home-deliverable-visual-main {
  background: linear-gradient(145deg, #752873 0%, #1F3CA6 100%);
  padding: 16px;
}

.ih-home-deliverables-panel .ih-home-deliverable-visual-main::after {
  content: "";
  position: absolute;
  top: -36px;
  right: -26px;
  width: 138px;
  height: 138px;
  border-radius: 50%;
  background: rgba(240, 169, 183, 0.44);
  filter: blur(18px);
}

.ih-home-deliverables-panel .ih-home-deliverable-visual-grid {
  background: #313030;
}

.ih-home-deliverables-panel .ih-home-deliverable-visual-pack {
  background: linear-gradient(180deg, #FFFFFF 0%, #F3F2F0 100%);
  padding: 16px;
}

.ih-home-deliverables-panel .ih-home-deliverable-gallery figure:nth-child(2),
.ih-home-deliverables-panel .ih-home-deliverable-gallery figure:nth-child(3) {
  transform: none;
  animation: none;
}

.ih-home-deliverables-panel .ih-home-deliverable-visual .ih-home-gallery-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ih-home-deliverables-panel .ih-home-deliverable-visual-main .ih-home-gallery-img {
  border-radius: 6px;
}

.ih-home-deliverables-panel .ih-home-deliverable-visual-pack .ih-home-gallery-img {
  object-fit: contain;
}

.ih-home-pricing {
  background: #F3F2F0;
}

.ih-home-pricing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ih-home-price-card {
  position: relative;
  padding: 28px;
  box-shadow: 0 10px 28px rgba(49, 48, 48, 0.04);
  transition: border-color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.ih-home-price-card:hover,
.ih-home-price-card.is-selected {
  border-color: rgba(49, 48, 48, 0.32);
  box-shadow: var(--ih-home-shadow);
  transform: translateY(-2px);
}

.ih-home-price-card.is-featured {
  border-color: rgba(49, 48, 48, 0.32);
  box-shadow: var(--ih-home-shadow);
}

.ih-home-badge {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #313030;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ih-home-price-card h3 {
  margin-bottom: 10px;
  font-size: 1.35rem;
}

.ih-home-price {
  margin-bottom: 18px;
  color: var(--ih-home-ink);
  font-size: 2.9rem;
  font-weight: 800;
  line-height: 1;
}

.ih-home-price-card > p {
  min-height: 76px;
  margin-bottom: 18px;
  color: #5B5A58;
  font-size: 0.95rem;
  font-weight: 650;
  line-height: 1.55;
}

.ih-home-price-card ul {
  display: grid;
  gap: 10px;
  min-height: 134px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.ih-home-price-card li {
  color: #5B5A58;
  font-size: 0.95rem;
  font-weight: 650;
}

.ih-home-price-details {
  margin-bottom: 20px;
  border: 1px solid var(--ih-home-line);
  border-radius: 8px;
  background: #F3F2F0;
}

.ih-home-price-details summary {
  min-height: 48px;
  padding: 0 14px;
  color: var(--ih-home-ink);
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 48px;
  list-style: none;
}

.ih-home-price-details summary::-webkit-details-marker {
  display: none;
}

.ih-home-price-details summary::after {
  content: "+";
  float: right;
  color: var(--ih-home-muted);
  font-size: 1.15rem;
}

.ih-home-price-details[open] summary::after {
  content: "-";
}

.ih-home-price-details div {
  display: grid;
  gap: 8px;
  padding: 0 14px 14px;
}

.ih-home-price-details span {
  color: var(--ih-home-muted);
  font-size: 0.86rem;
  font-weight: 650;
  line-height: 1.45;
}

.ih-home-price-card .ih-home-button {
  width: 100%;
}

.ih-home-portfolio-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -8px 0 24px;
}

.ih-home-portfolio-filters button {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--ih-home-line);
  border-radius: 999px;
  background: #FFFFFF;
  color: var(--ih-home-muted);
  cursor: pointer;
  font-family: inherit;
  font-weight: 800;
}

.ih-home-portfolio-filters button.is-active,
.ih-home-portfolio-filters button:hover,
.ih-home-portfolio-filters button:focus-visible {
  background: #313030;
  color: #FFFFFF;
  outline: none;
}

.ih-home-portfolio-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ih-home-portfolio-card {
  overflow: hidden;
  text-decoration: none;
  transition: opacity 220ms ease, transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.ih-home-portfolio-card--image-only {
  display: block;
}

.ih-home-portfolio-card.is-hidden {
  display: none;
}

.ih-home-portfolio-card:hover {
  border-color: rgba(49, 48, 48, 0.18);
  box-shadow: var(--ih-home-shadow);
  transform: translateY(-2px);
}

.ih-home-portfolio-card:not(.is-hidden) {
  animation: ihHomePanelIn 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ih-home-portfolio-card span {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--ih-home-soft);
}

.ih-home-portfolio-card--image-only span {
  aspect-ratio: 1 / 1;
}

.ih-home-portfolio-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.ih-home-portfolio-card:hover .ih-home-portfolio-img {
  transform: scale(1.035);
}

.ih-home-portfolio-card div {
  padding: 16px 18px 20px;
}

.ih-home-portfolio-card small,
.ih-home-portfolio-card strong,
.ih-home-portfolio-card p {
  display: block;
}

.ih-home-portfolio-card small {
  margin-bottom: 7px;
  color: var(--ih-home-muted);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ih-home-portfolio-card strong {
  margin-bottom: 8px;
  color: var(--ih-home-ink);
  font-size: 1rem;
  line-height: 1.4;
}

.ih-home-portfolio-card p {
  margin-bottom: 0;
  color: var(--ih-home-muted);
  font-size: 0.88rem;
  font-weight: 650;
  line-height: 1.55;
}

.ih-home-process {
  background: #313030;
}

.ih-home-process .ih-home-kicker,
.ih-home-process h2 {
  color: #FFFFFF;
}

.ih-home-process-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  justify-items: center;
  text-align: center;
}

.ih-home-process-intro .ih-home-kicker {
  justify-content: center;
}

.ih-home-process-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 26px;
}

.ih-home-process-card {
  padding: 26px;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.045);
  transition: background-color 240ms ease, border-color 240ms ease, transform 240ms ease;
}

.ih-home-process-card:hover {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.075);
  transform: translateY(-3px);
}

.ih-home-process-card span {
  display: inline-flex;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.38);
  font-size: 2.3rem;
  font-weight: 800;
  line-height: 1;
}

.ih-home-process-card h3,
.ih-home-process-card p {
  color: #FFFFFF;
}

.ih-home-process-card h3 {
  margin-bottom: 10px;
  font-size: 1.25rem;
}

.ih-home-process-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
}

.ih-home-process-card ul {
  display: grid;
  gap: 8px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.ih-home-process-card li {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.88rem;
  font-weight: 650;
  line-height: 1.45;
}

.ih-home-process-card li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 9px;
  border-radius: 50%;
  background: #FFFFFF;
  vertical-align: middle;
}

.ih-home-guarantee-panel,
.ih-home-final-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.58fr) auto;
  align-items: center;
  gap: 28px;
  padding: 34px;
  border: 1px solid var(--ih-home-line);
  border-radius: 8px;
  background: var(--ih-home-soft);
}

.ih-home-guarantee-panel p {
  margin-bottom: 0;
  font-size: 1rem;
}

.ih-home-faq {
  background: #FFFFFF;
}

.ih-home-faq-list {
  display: grid;
  gap: 12px;
}

.ih-home-faq-item {
  padding: 0 20px;
}

.ih-home-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  color: var(--ih-home-ink);
  cursor: pointer;
  font-size: 1rem;
  font-weight: 800;
  list-style: none;
}

.ih-home-faq-item summary::-webkit-details-marker {
  display: none;
}

.ih-home-faq-item summary::after {
  content: "+";
  color: var(--ih-home-muted);
  font-size: 1.5rem;
  line-height: 1;
}

.ih-home-faq-item[open] summary::after {
  content: "-";
}

.ih-home-faq-item p {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: 0.98rem;
}

.ih-home-final-cta {
  padding-bottom: 76px;
}

.ih-home-final-panel {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.52fr) auto;
  border-color: rgba(49, 48, 48, 0.08);
  background: linear-gradient(180deg, #FFFFFF 0%, #F3F2F0 100%);
  box-shadow: 0 14px 34px rgba(49, 48, 48, 0.06);
  overflow: visible;
}

.ih-home-final-panel .ih-home-kicker,
.ih-home-final-panel h2 {
  color: #313030;
}

.ih-home-final-panel .ih-home-kicker {
  padding: 8px 12px;
  border: 1px solid rgba(206, 40, 61, 0.12);
  border-radius: 999px;
  background: rgba(240, 169, 183, 0.18);
  color: #752873;
}

.ih-home-final-panel figure.ih-home-final-illustration {
  position: relative;
  min-height: 230px;
  overflow: visible;
  border: 0;
  background: transparent;
}

.ih-home-final-card {
  position: absolute;
  display: block;
  border: 1px solid rgba(49, 48, 48, 0.08);
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0 14px 32px rgba(49, 48, 48, 0.12);
}

.ih-home-final-card-main {
  inset: 28px 8px 18px 18px;
  overflow: hidden;
  transform: rotate(-2deg);
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ih-home-final-card-file {
  top: -28px;
  right: -24px;
  z-index: 2;
  min-width: 118px;
  padding: 18px;
  color: #313030;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.05;
  animation: ihHomeFloatSoft 6s ease-in-out infinite;
}

.ih-home-final-card-file small {
  display: block;
  margin-top: 7px;
  color: #5B5A58;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ih-home-final-card-approved {
  left: -34px;
  bottom: -18px;
  z-index: 3;
  padding: 12px 18px;
  color: #313030;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: rotate(3deg);
  animation: ihHomeFloatSoft 6.8s ease-in-out infinite reverse;
}

.ih-home-final-swatches {
  position: absolute;
  right: 32px;
  bottom: -28px;
  z-index: 4;
  display: flex;
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(49, 48, 48, 0.08);
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0 14px 28px rgba(49, 48, 48, 0.12);
  animation: ihHomeFloatSoft 7.2s ease-in-out infinite;
}

.ih-home-final-swatches i {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 7px;
}

.ih-home-final-swatches i:nth-child(1) {
  background: #FE5F50;
}

.ih-home-final-swatches i:nth-child(2) {
  background: #752873;
}

.ih-home-final-swatches i:nth-child(3) {
  background: #1F3CA6;
}

.ih-home-category-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.ih-home-category-card {
  display: grid;
  place-items: center;
  min-height: 150px;
  padding: 18px;
  border: 1px solid var(--ih-home-line);
  border-radius: 8px;
  background: #FFFFFF;
  color: var(--ih-home-ink);
  text-align: center;
  text-decoration: none;
  transition: border-color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.ih-home-category-card:hover,
.ih-home-category-card:focus-visible {
  border-color: rgba(49, 48, 48, 0.18);
  box-shadow: var(--ih-home-shadow);
  transform: translateY(-2px);
  outline: none;
}

.ih-home-category-card span {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  margin-bottom: 12px;
  border-radius: 8px;
  background: var(--ih-home-soft);
}

.ih-home-category-icon {
  max-width: 54px;
  max-height: 54px;
  object-fit: contain;
}

.ih-home-category-card strong {
  font-size: 0.95rem;
  line-height: 1.35;
}

.ih-home-split {
  padding: 60px 0;
  background: var(--ih-home-soft);
}

.ih-home-split-grid {
  grid-template-columns: minmax(360px, 0.95fr) minmax(0, 1.05fr);
}

.ih-home-split-media {
  min-height: 430px;
}

.ih-home-split-copy {
  padding: 24px 0;
}

.ih-home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid var(--ih-palette-red);
  border-radius: 8px;
  background: var(--ih-palette-red);
  color: #FFFFFF;
  font-weight: 800;
  text-decoration: none;
  transition: background-color 220ms ease, color 220ms ease, transform 220ms ease;
}

.ih-home-button:hover,
.ih-home-button:focus-visible {
  background: var(--ih-palette-plum);
  border-color: var(--ih-palette-plum);
  color: #FFFFFF;
  transform: translateY(-1px);
  outline: none;
}

.ih-home-button-secondary {
  background: #FFFFFF;
  color: var(--ih-home-ink);
}

.ih-home-button-secondary:hover,
.ih-home-button-secondary:focus-visible {
  color: var(--ih-home-ink);
}

.ih-home-logo-start {
  padding: 62px 0 42px;
  background: #FFFFFF;
}

.ih-home-centered {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.ih-home-showcase-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.ih-home-showcase-tab {
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid var(--ih-home-line);
  border-radius: 8px;
  background: #FFFFFF;
  color: var(--ih-home-muted);
  cursor: pointer;
  font-family: inherit;
  font-weight: 800;
}

.ih-home-showcase-tab.is-active {
  background: #313030;
  color: #FFFFFF;
}

.ih-home-showcase[hidden] {
  display: none !important;
}

.ih-home-showcase {
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  padding: 28px;
  border: 1px solid var(--ih-home-line);
  border-radius: 8px;
  background: #FFFFFF;
}

.ih-home-showcase.is-left .ih-home-card-stack {
  order: -1;
}

.ih-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.ih-home-card-stack {
  position: relative;
  min-height: 430px;
}

.ih-home-card-stack figure {
  position: absolute;
  width: 62%;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(49, 48, 48, 0.11);
  border-radius: 8px;
  background: var(--ih-home-soft);
  box-shadow: var(--ih-home-shadow);
}

.ih-home-card-stack figure:first-child {
  top: 0;
  left: 0;
}

.ih-home-card-stack figure:last-child {
  right: 0;
  bottom: 0;
}

.ih-home-stack-img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.ih-home-variety {
  padding: 60px 0;
  background: var(--ih-home-soft);
}

.ih-home-variety-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.ih-home-choice {
  padding: 30px;
  border: 1px solid var(--ih-home-line);
  border-radius: 8px;
  background: #FFFFFF;
}

.ih-home-tech {
  padding: 62px 0;
  background: #FFFFFF;
}

.ih-home-tech-grid {
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr);
}

.ih-home-tech-image {
  min-height: 380px;
}

.ih-home-features {
  padding: 62px 0;
  background: #313030;
}

.ih-home-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ih-home-feature {
  padding: 26px 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.ih-home-feature span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 8px;
  background: #FFFFFF;
  color: #313030;
}

.ih-home-feature svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.ih-home-feature h3,
.ih-home-feature p {
  color: #FFFFFF;
}

.ih-home-feature h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
  letter-spacing: 0;
}

.ih-home-feature p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.94rem;
}

.ih-home-blog {
  background: #F3F2F0;
}

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

.ih-home-post {
  overflow: hidden;
  border: 1px solid var(--ih-home-line);
  border-radius: 8px;
  background: #FFFFFF;
  color: var(--ih-home-ink);
  text-decoration: none;
}

.ih-home-post span {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--ih-home-soft);
}

.ih-home-post img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ih-home-post small,
.ih-home-post strong {
  display: block;
  padding-right: 20px;
  padding-left: 20px;
}

.ih-home-post small {
  padding-top: 18px;
  color: var(--ih-home-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ih-home-post strong {
  padding-top: 8px;
  padding-bottom: 22px;
  font-size: 1.05rem;
  line-height: 1.45;
}

.ih-home-bottom-art {
  margin-top: -1px;
  background: #F3F2F0;
  text-align: center;
}

.ih-home-bottom-img {
  display: block;
  width: 100%;
  max-height: 260px;
  object-fit: cover;
}

.js [data-home-reveal] {
  opacity: 0;
  transform: translate3d(0, 22px, 0) scale(0.985);
  transition: opacity 620ms ease, transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--home-reveal-delay, 0ms);
}

.js [data-home-reveal="left"] {
  transform: translate3d(28px, 0, 0) scale(0.985);
}

[data-home-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.ih-home-testimonial:nth-child(2),
.ih-home-price-card:nth-child(2),
.ih-home-portfolio-card:nth-child(2),
.ih-home-process-card:nth-child(2) {
  --home-reveal-delay: 90ms;
}

.ih-home-testimonial:nth-child(3),
.ih-home-price-card:nth-child(3),
.ih-home-portfolio-card:nth-child(3),
.ih-home-process-card:nth-child(3) {
  --home-reveal-delay: 180ms;
}

.ih-home-portfolio-card:nth-child(4) {
  --home-reveal-delay: 40ms;
}

.ih-home-portfolio-card:nth-child(5) {
  --home-reveal-delay: 130ms;
}

.ih-home-portfolio-card:nth-child(6) {
  --home-reveal-delay: 220ms;
}

@keyframes ihHomePanelIn {
  from {
    opacity: 0;
    transform: translate3d(0, 14px, 0) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes ihHomeImageDrift {
  from {
    transform: scale(1.02) translate3d(-1.5%, -1%, 0);
  }

  to {
    transform: scale(1.08) translate3d(1.5%, 1%, 0);
  }
}

@keyframes ihHomeFloatSoft {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-home-reveal],
  [data-home-reveal="left"],
  .ih-home-hero-canvas-img,
  .ih-home-hero-board,
  .ih-home-hero-proof-card,
  .ih-home-hero-floating,
  .ih-home-category-panel.is-active,
  .ih-home-portfolio-card:not(.is-hidden),
  .ih-home-final-card-file,
  .ih-home-final-card-approved,
  .ih-home-final-swatches,
  .ih-home-deliverable-gallery figure:nth-child(2),
  .ih-home-deliverable-gallery figure:nth-child(3) {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    translate: 0 0 !important;
  }
}

@media (max-width: 1100px) {
  .ih-home-hero-panel::before {
    content: none;
  }

  .ih-home-hero-panel,
  .ih-home-split-grid,
  .ih-home-tech-grid,
  .ih-home-showcase,
  .ih-home-two-col,
  .ih-home-guarantee-panel,
  .ih-home-expertise-head,
  .ih-home-process-intro {
    grid-template-columns: 1fr;
  }

  .ih-home-hero-media {
    justify-self: stretch;
    width: 100%;
    aspect-ratio: auto;
  }

  .ih-home-category-grid,
  .ih-home-feature-grid,
  .ih-home-testimonial-grid,
  .ih-home-pricing-grid,
  .ih-home-portfolio-grid,
  .ih-home-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ih-home-final-panel {
    grid-template-columns: 1fr;
  }

  .ih-home-expertise-meta {
    justify-items: center;
  }

  .ih-home-expertise-stage {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 34px 24px 40px;
  }

  .ih-home-expertise-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ih-home-showcase.is-left .ih-home-card-stack {
    order: 0;
  }

  .ih-home-hero-scene {
    padding: 18px;
  }

  .ih-home-hero-collage {
    grid-template-columns: minmax(126px, 0.74fr) minmax(0, 1fr) minmax(126px, 0.7fr);
    grid-template-rows: 160px 108px 164px;
    gap: 14px;
    padding: 16px;
  }

  .ih-home-hero-stat-card,
  .ih-home-hero-collage-photo,
  .ih-home-hero-metric-card {
    border-radius: 20px;
  }

  .ih-home-hero-stat-card {
    padding: 16px;
  }

  .ih-home-hero-avatar-row span {
    width: 30px;
    height: 30px;
    font-size: 0.64rem;
  }

  .ih-home-hero-metric-card {
    padding: 16px 14px;
  }

  .ih-home-hero-orbit-badge {
    left: 4px;
    width: 74px;
    height: 74px;
    font-size: 0.54rem;
  }

  .ih-home-hero-scene::before {
    inset: 12px;
    border-radius: 20px;
  }

  .ih-home-hero-scene::after {
    left: 18px;
    bottom: 22px;
    width: 118px;
    height: 118px;
  }

  .ih-home-hero-board {
    width: 100%;
    padding: 14px;
    border-radius: 18px;
  }

  .ih-home-hero-board-top,
  .ih-home-hero-board-main,
  .ih-home-hero-asset-row {
    grid-template-columns: 1fr;
  }

  .ih-home-hero-board-top {
    display: grid;
    justify-items: start;
    gap: 8px;
  }

  .ih-home-hero-board-meta {
    justify-content: flex-start;
  }

  .ih-home-hero-brand-card,
  .ih-home-hero-preview.is-main {
    min-height: 196px;
  }

  .ih-home-hero-brand-card {
    padding: 20px;
    border-radius: 20px;
  }

  .ih-home-hero-visual-stack {
    gap: 12px;
    padding-bottom: 0;
  }

  .ih-home-hero-proof-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
  }

  .ih-home-hero-preview.is-small,
  .ih-home-hero-swatch-card {
    min-height: 118px;
  }

  .ih-home-hero-preview.is-captioned figcaption {
    left: 10px;
    right: 10px;
    bottom: 10px;
    font-size: 0.68rem;
  }

  .ih-home-hero-floating {
    min-height: 36px;
    padding: 0 12px;
    font-size: 0.68rem;
    border-radius: 12px;
  }

  .ih-home-hero-floating.is-top {
    top: 10px;
    left: 10px;
  }

  .ih-home-hero-floating.is-side {
    left: 8px;
    bottom: 126px;
    max-width: 156px;
    transform: rotate(-4deg);
  }

  .ih-home-hero-floating.is-bottom {
    right: 10px;
    bottom: 10px;
    max-width: 200px;
  }
}

@media (max-width: 760px) {
  .home .qodef-content {
    padding-top: 70px;
  }

  .ih-home-shell {
    width: min(100% - 24px, 1180px);
  }

  .ih-home-hero {
    padding-top: 16px;
  }

  .ih-home-hero-copy h1 {
    max-width: 100%;
    font-size: clamp(2.4rem, 10vw, 3.5rem);
  }

  .ih-home-search {
    display: grid;
    margin-top: 34px;
    min-height: 0;
  }

  .ih-home-search button {
    min-height: 50px;
    border-top: 1px solid var(--ih-home-line);
    border-left: 0;
  }

  .ih-home-hero-media,
  .ih-home-split-media,
  .ih-home-tech-image {
    min-height: 320px;
  }

  .ih-home-hero-panel {
    min-height: auto;
    padding: 0;
  }

  .ih-home-hero-copy {
    width: 100%;
    min-height: auto;
    padding: 26px;
  }

  .ih-home-hero-copy p {
    max-width: 100%;
    font-size: 1.15rem;
  }

  .ih-home-hero-media::before {
    left: -16px;
    bottom: -16px;
    width: 110px;
    height: 110px;
  }

  .ih-home-hero-media::after {
    top: -14px;
    right: -14px;
    width: 92px;
    height: 92px;
  }

  .ih-home-hero-collage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    grid-template-areas:
      "stat stat"
      "main main"
      "metrics metrics"
      "wide wide";
    gap: 12px;
    height: auto;
    min-height: 0;
    padding: 14px;
  }

  .ih-home-hero-stat-card.is-accent {
    display: none;
  }

  .ih-home-hero-collage-photo.is-main {
    min-height: 260px;
  }

  .ih-home-hero-collage-photo.is-wide {
    min-height: 170px;
  }

  .ih-home-hero-metric-stack {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .ih-home-hero-metric-card {
    padding: 14px 12px;
    border-radius: 18px;
  }

  .ih-home-hero-metric-card strong {
    font-size: 1.1rem;
  }

  .ih-home-hero-orbit-badge {
    display: none;
  }

  .ih-home-hero-scene {
    padding: 18px;
  }

  .ih-home-hero-scene::before {
    inset: 10px;
    border-radius: 22px;
  }

  .ih-home-hero-scene::after {
    left: 16px;
    bottom: 22px;
    width: 104px;
    height: 104px;
  }

  .ih-home-hero-board {
    width: 100%;
    padding: 14px;
    border-radius: 18px;
  }

  .ih-home-hero-board-top,
  .ih-home-hero-board-main,
  .ih-home-hero-asset-row {
    grid-template-columns: 1fr;
  }

  .ih-home-hero-board-top {
    display: grid;
    justify-items: start;
    gap: 8px;
  }

  .ih-home-hero-board-meta {
    justify-content: flex-start;
  }

  .ih-home-hero-brand-card,
  .ih-home-hero-preview.is-main {
    min-height: 196px;
  }

  .ih-home-hero-brand-card {
    padding: 20px;
    border-radius: 20px;
  }

  .ih-home-hero-visual-stack {
    gap: 12px;
    padding-bottom: 0;
  }

  .ih-home-hero-proof-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
  }

  .ih-home-hero-preview.is-small,
  .ih-home-hero-swatch-card {
    min-height: 118px;
  }

  .ih-home-hero-preview.is-captioned figcaption {
    left: 10px;
    right: 10px;
    bottom: 10px;
    font-size: 0.68rem;
  }

  .ih-home-hero-floating {
    min-height: 36px;
    padding: 0 12px;
    font-size: 0.68rem;
    border-radius: 12px;
  }

  .ih-home-hero-floating.is-top {
    top: 10px;
    left: 10px;
  }

  .ih-home-hero-floating.is-side {
    display: none;
  }

  .ih-home-hero-floating.is-bottom {
    right: 10px;
    bottom: 10px;
    max-width: 200px;
  }

  .ih-home-popular {
    margin-top: 28px;
  }

  .ih-home-expertise-stage {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 22px;
  }

  .ih-home-expertise-head {
    padding-bottom: 18px;
  }

  .ih-home-expertise-head > div:first-child {
    gap: 10px;
  }

  .ih-home-expertise-head h2 {
    max-width: 100%;
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }

  .ih-home-expertise-meta {
    gap: 12px;
    justify-items: start;
  }

  .ih-home-expertise-meta p {
    max-width: 100%;
    text-align: center;
    font-size: 0.92rem;
  }

  .ih-home-expertise-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 18px;
  }

  .ih-home-expertise-card {
    min-height: 0;
    padding: 18px;
  }

  .ih-home-expertise-card-head i {
    width: 44px;
    height: 44px;
  }

  .ih-home-expertise-card h3 {
    max-width: 100%;
    font-size: clamp(1.6rem, 7vw, 2.2rem);
  }

  .ih-home-expertise-card p {
    max-width: 100%;
    font-size: 0.92rem;
  }

  .ih-home-expertise-card figure {
    aspect-ratio: 4 / 3;
  }

  .ih-home-expertise-card-more {
    min-height: 220px;
  }

  .ih-home-logo-row {
    height: 90px;
    margin-inline: -18px;
    padding: 8px 18px 0;
  }

  .ih-home-logo-label {
    top: 10px;
    left: 18px;
    font-size: 10px;
  }



  .ih-home-section-head,
  .ih-home-variety-grid,
  .ih-home-blog-grid,
  .ih-home-testimonial-grid,
  .ih-home-pricing-grid,
  .ih-home-portfolio-grid,
  .ih-home-process-grid,
  .ih-home-two-col,
  .ih-home-process-intro {
    grid-template-columns: 1fr;
  }

  .ih-home-category-grid {
    grid-template-columns: 1fr;
  }

  .ih-home-showcase {
    padding: 18px;
  }

  .ih-home-card-stack {
    min-height: auto;
    display: grid;
    gap: 14px;
  }

  .ih-home-card-stack figure {
    position: relative;
    width: 100%;
  }

  .ih-home-actions,
  .ih-home-button,
  .ih-home-button-secondary {
    width: 100%;
  }

  .ih-home-hero-actions .ih-home-link {
    width: 100%;
    justify-content: center;
  }

  .ih-home-feature-grid {
    grid-template-columns: 1fr;
  }

  .ih-home-trust,
  .ih-home-categories-showcase,
  .ih-home-deliverables,
  .ih-home-pricing,
  .ih-home-portfolio,
  .ih-home-process,
  .ih-home-guarantee,
  .ih-home-faq,
  .ih-home-final-cta {
    padding: 40px 0;
  }

  .ih-home-two-col,
  .ih-home-guarantee-panel,
  .ih-home-final-panel {
    padding: 22px;
  }

  .ih-home-final-panel figure.ih-home-final-illustration {
    min-height: 260px;
    margin: 6px 18px 18px;
  }

  .ih-home-final-card-file {
    right: -12px;
  }

  .ih-home-final-card-approved {
    left: -12px;
  }

  .ih-home-final-swatches {
    right: 18px;
  }

  .ih-home-deliverable-gallery figure:nth-child(2),
  .ih-home-deliverable-gallery figure:nth-child(3) {
    transform: none;
  }

  .ih-home-price-card ul {
    min-height: 0;
  }

  .ih-home-faq-item summary {
    min-height: 58px;
    gap: 16px;
  }
}

@media (max-width: 1180px) {
  .ih-home-deliverables-panel {
    grid-template-columns: 1fr;
  }

  .ih-home-deliverables-intro {
    max-width: 680px;
    padding-top: 0;
  }
}

@media (max-width: 980px) {
  .ih-home-deliverables-stage {
    grid-template-columns: 1fr;
  }

  .ih-home-deliverables-panel .ih-home-deliverable-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: minmax(220px, auto) minmax(170px, auto);
  }

  .ih-home-deliverables-panel .ih-home-deliverable-visual-main,
  .ih-home-deliverables-panel .ih-home-deliverable-visual-pack {
    grid-column: span 2;
  }
}

@media (max-width: 760px) {
  .ih-home-deliverables-intro {
    gap: 16px;
  }

  .ih-home-deliverables-intro h2 {
    max-width: 100%;
    font-size: clamp(2rem, 10vw, 3.5rem);
  }

  .ih-home-deliverables-intro p {
    max-width: 100%;
    font-size: 0.96rem;
  }

  .ih-home-deliverables-stage {
    gap: 14px;
  }

  .ih-home-deliverables-panel .ih-home-checklist {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ih-home-deliverable-card {
    min-height: 0;
    padding: 16px;
  }

  .ih-home-deliverable-card:nth-child(1),
  .ih-home-deliverable-card:nth-child(5) {
    grid-column: auto;
  }

  .ih-home-deliverables-panel .ih-home-deliverable-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .ih-home-deliverables-panel .ih-home-deliverable-visual-main,
  .ih-home-deliverables-panel .ih-home-deliverable-visual-pack {
    grid-column: auto;
  }
}

/* ─── Hero Portfolio Mosaic ─────────────────────────────────────── */

.ih-home-hero-mosaic {
  display: grid;
  grid-template-columns: 1fr 1.35fr 1fr;
  grid-template-rows: 182px 182px auto;
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 4px;
}

/* tile placement */
.ih-home-mosaic-tile:nth-child(1) { grid-column: 1; grid-row: 1; }
.ih-home-mosaic-tile.is-tall       { grid-column: 2; grid-row: 1 / 3; }
.ih-home-mosaic-tile:nth-child(3) { grid-column: 3; grid-row: 1; }
.ih-home-mosaic-tile:nth-child(4) { grid-column: 1; grid-row: 2; }
.ih-home-mosaic-tile:nth-child(5) { grid-column: 3; grid-row: 2; }

.ih-home-mosaic-tile {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin: 0;
  background: #1C2342;
  cursor: pointer;
}

.ih-home-mosaic-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.ih-home-mosaic-tile:hover img {
  transform: scale(1.07);
}

.ih-home-mosaic-tile figcaption {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 14px;
  background: linear-gradient(to top, rgba(14, 16, 34, 0.88) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.ih-home-mosaic-tile:hover figcaption {
  opacity: 1;
}

.ih-home-mosaic-cat {
  display: inline-block;
  margin-bottom: 5px;
  padding: 3px 9px;
  border-radius: 999px;
  background: #FF7A59;
  color: #fff;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  width: fit-content;
}

.ih-home-mosaic-tile figcaption strong {
  color: #fff;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.3;
  display: block;
}

/* Stats bar */
.ih-home-mosaic-stats {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 0;
  padding: 14px 20px;
  border-radius: 18px;
  background: #1C2342;
  margin-top: 2px;
}

.ih-home-mosaic-stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  text-align: center;
}

.ih-home-mosaic-stat strong {
  font-size: 1.4rem;
  font-weight: 800;
  color: #ee406e;
  letter-spacing: -0.04em;
  line-height: 1;
}

.ih-home-mosaic-stat span {
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ih-home-mosaic-divider {
  width: 1px;
  height: 32px;
  background: rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
  margin: 0 4px;
}

.ih-home-mosaic-cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 18px;
  border-radius: 999px;
  background: #ee406e;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s ease, transform 0.2s ease;
  margin-left: 12px;
  flex-shrink: 0;
}

.ih-home-mosaic-cta:hover {
  background: #d4305d;
  transform: translateX(2px);
}

/* Responsive: stack to 2-col on smaller screens */
@media (max-width: 900px) {
  .ih-home-hero-mosaic {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 160px 160px auto;
  }
  .ih-home-mosaic-tile:nth-child(1) { grid-column: 1; grid-row: 1; }
  .ih-home-mosaic-tile.is-tall       { grid-column: 2; grid-row: 1 / 3; }
  .ih-home-mosaic-tile:nth-child(3) { display: none; }
  .ih-home-mosaic-tile:nth-child(4) { grid-column: 1; grid-row: 2; }
  .ih-home-mosaic-tile:nth-child(5) { display: none; }
}

@media (max-width: 600px) {
  .ih-home-hero-mosaic {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 130px 130px auto;
    gap: 8px;
  }
  .ih-home-mosaic-stat strong { font-size: 1.1rem; }
  .ih-home-mosaic-cta { padding: 8px 14px; font-size: 0.78rem; }
}

/* ══════════════════════════════════════════════════════
   MOBILE RESPONSIVE – COMPREHENSIVE HOME PAGE FIXES
   ══════════════════════════════════════════════════════ */

/* ── Tablet: ≤900px ─────────────────────────────────── */
@media (max-width: 900px) {
  /* Hero panel gap reduction */
  .ih-home-hero-panel {
    gap: 28px;
  }

  /* Testimonials 2-col on tablet */
  .ih-home-testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  /* Portfolio 2-col on tablet */
  .ih-home-portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  /* Process 2-col on tablet */
  .ih-home-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ── Small phones: ≤600px ──────────────────────────── */
@media (max-width: 600px) {
  /* Tighter shell */
  .ih-home-shell {
    width: calc(100% - 28px);
  }

  /* Hero section */
  .ih-home-hero {
    padding: 6px 0 20px;
  }

  .ih-home-hero-panel {
    gap: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 12px;
  }

  .ih-home-hero-copy {
    padding: 22px 18px 8px;
  }

  .ih-home-hero-copy h1 {
    font-size: clamp(1.9rem, 8.5vw, 2.6rem);
    line-height: 1.1;
  }

  .ih-home-hero-copy p {
    font-size: 0.97rem;
    line-height: 1.65;
  }

  .ih-home-hero-actions {
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
  }

  .ih-home-hero .ih-home-button,
  .ih-home-hero .ih-home-link {
    width: 100%;
    justify-content: center;
  }

  .ih-home-popular {
    margin-top: 18px;
    gap: 7px;
    font-size: 12.5px;
  }

  .ih-home-popular a {
    font-size: 12px;
    padding: 5px 10px;
  }

  /* Mosaic on small phones */
  .ih-home-hero-mosaic {
    grid-template-rows: 120px 120px auto;
    gap: 7px;
    padding: 10px 10px 14px;
  }

  /* Hide tiles 3 and 4, keep 1, tall (2), 5 */
  .ih-home-mosaic-tile:nth-child(3) { display: none; }
  .ih-home-mosaic-tile:nth-child(4) { display: none; }
  .ih-home-mosaic-tile:nth-child(5) { grid-column: 1; grid-row: 2; display: block; }

  .ih-home-mosaic-stats {
    padding: 11px 14px;
  }

  .ih-home-mosaic-stat strong {
    font-size: 1.05rem;
  }

  .ih-home-mosaic-stat span {
    font-size: 0.6rem;
  }

  .ih-home-mosaic-divider {
    height: 24px;
  }

  .ih-home-mosaic-cta {
    padding: 7px 12px;
    font-size: 0.75rem;
    margin-left: 8px;
  }

  /* Logo row */
  .ih-home-logo-row {
    margin-inline: -14px;
    height: 80px;
  }

  /* Section headings */
  .ih-home-section-head h2,
  .ih-home-deliverables-intro h2,
  .ih-home-process-intro h2,
  .ih-home-guarantee-panel h2,
  .ih-home-final-panel h2 {
    font-size: clamp(1.8rem, 7.5vw, 2.5rem);
  }

  /* Testimonials – 1 col */
  .ih-home-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .ih-home-trust {
    padding: 28px 0;
  }

  .ih-home-testimonial {
    padding: 18px;
  }

  /* Portfolio section */
  .ih-home-portfolio-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ih-home-portfolio-filters {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    padding-bottom: 8px;
    gap: 8px;
    scrollbar-width: none;
  }

  .ih-home-portfolio-filters::-webkit-scrollbar {
    display: none;
  }

  .ih-home-portfolio-filters button {
    flex-shrink: 0;
    white-space: nowrap;
  }

  .ih-home-portfolio-card {
    flex-direction: row;
    gap: 14px;
  }

  /* Process – 1 col */
  .ih-home-process-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ih-home-process-card {
    padding: 20px;
  }

  .ih-home-process-card span {
    font-size: 2rem;
  }

  /* Guarantee */
  .ih-home-guarantee-panel {
    padding: 22px 18px;
    border-radius: 16px;
    gap: 16px;
  }

  .ih-home-guarantee-panel .ih-home-button {
    width: 100%;
    justify-content: center;
  }

  /* Final CTA */
  .ih-home-final-panel {
    padding: 20px 18px;
    gap: 18px;
    border-radius: 16px;
  }

  .ih-home-final-panel .ih-home-button {
    width: 100%;
    justify-content: center;
  }

  /* FAQ */
  .ih-home-faq-item summary {
    font-size: 0.94rem;
    min-height: 52px;
  }

  /* Deliverables mini stats */
  .ih-home-deliverables-mini {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

/* ── Very small phones: ≤380px ─────────────────────── */
@media (max-width: 380px) {
  .ih-home-hero-copy h1 {
    font-size: 1.8rem;
  }

  .ih-home-hero-mosaic {
    grid-template-rows: 100px 100px auto;
  }

  /* Mosaic stats: wrap CTA to new row */
  .ih-home-mosaic-stats {
    flex-wrap: wrap;
    gap: 8px;
    justify-content: space-around;
  }

  .ih-home-mosaic-cta {
    width: 100%;
    justify-content: center;
    margin-left: 0;
  }

  .ih-home-mosaic-divider {
    display: none;
  }

  .ih-home-mosaic-stat {
    flex: 0 0 auto;
  }
}
