.ih-how-page {
  --ih-how-coral: #FE5F50;
  --ih-how-red: #CE283D;
  --ih-how-rose: #F0A9B7;
  --ih-how-plum: #752873;
  --ih-how-blue: #1F3CA6;
  --ih-how-teal: #2F9780;
  --ih-how-mint: #A4D2D4;
  --ih-how-peach: #F6CAA2;
  --ih-how-ink: #313030;
  --ih-how-muted: #5B5A58;
  --ih-how-grey: #969694;
  --ih-how-line: rgba(49, 48, 48, 0.09);
  --ih-how-soft: #F3F2F0;
  --ih-how-white: #FFFFFF;
  --ih-how-shadow: none;
  background: #FFFFFF;
  color: var(--ih-how-ink);
  font-family: "Montserrat", sans-serif;
  overflow: clip;
}

.ih-how-it-works-template .qodef-page-header .qodef-menu-area {
  box-shadow: none !important;
}

.ih-how-it-works-template .qodef-content {
  padding-top: var(--ih-header-offset, 74px);
}

.ih-how-it-works-template .qodef-content .qodef-content-inner > .qodef-full-width,
.ih-how-it-works-template .qodef-content .qodef-content-inner > .qodef-full-width > .qodef-full-width-inner {
  padding: 0 !important;
}

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

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

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

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

.ih-how-kicker {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--ih-how-grey);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.ih-how-hero {
  padding: 12px 0 56px;
  background: #FFFFFF;
}

.ih-how-hero-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1fr);
  align-items: center;
  gap: 46px;
  min-height: 520px;
  padding: 46px;
  border: 1px solid var(--ih-how-line);
  border-radius: 8px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F3F2F0 100%);
  box-shadow: var(--ih-how-shadow);
  overflow: hidden;
}

.ih-how-hero-copy h1 {
  max-width: 610px;
  margin-bottom: 18px;
  font-size: 3.15rem;
  line-height: 1.08;
}

.ih-how-hero-copy p {
  max-width: 480px;
  margin-bottom: 0;
}

.ih-how-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 26px;
  padding: 0 24px;
  border: 1px solid var(--ih-how-red);
  border-radius: 8px;
  background: var(--ih-how-red);
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: background-color 220ms ease, border-color 220ms ease, transform 220ms ease;
}

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

.ih-how-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.ih-how-hero-points span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 13px;
  border: 1px solid rgba(49, 48, 48, 0.08);
  border-radius: 999px;
  background: #FFFFFF;
  color: var(--ih-how-ink);
  font-size: 0.82rem;
  font-weight: 800;
}

.ih-how-visual {
  position: relative;
  min-width: 0;
}

.ih-how-board {
  position: relative;
  min-height: 500px;
  padding: 24px;
  border: 1px solid rgba(49, 48, 48, 0.08);
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: none;
  overflow: hidden;
}

.ih-how-board::before {
  content: "";
  position: absolute;
  inset: auto -48px -62px auto;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: rgba(164, 210, 212, 0.58);
  filter: blur(12px);
}

.ih-how-board::after {
  content: "";
  position: absolute;
  top: -72px;
  left: -62px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(240, 169, 183, 0.42);
  filter: blur(16px);
}

.ih-how-board-top {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 8px;
  margin-bottom: 26px;
}

.ih-how-board-top span {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: rgba(49, 48, 48, 0.16);
}

.ih-how-board-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ih-how-board-card {
  display: grid;
  align-content: space-between;
  min-height: 108px;
  padding: 16px;
  border: 1px solid rgba(49, 48, 48, 0.08);
  border-radius: 8px;
  background: #F3F2F0;
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ih-how-board-card:nth-child(2) {
  background: linear-gradient(145deg, #A4D2D4 0%, #FFFFFF 100%);
}

.ih-how-board-card:nth-child(3) {
  background: linear-gradient(145deg, #F0A9B7 0%, #FFFFFF 100%);
}

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

.ih-how-board-card:nth-child(5) {
  background: linear-gradient(145deg, #752873 0%, #313030 100%);
}

.ih-how-board-card:nth-child(6) {
  background: #313030;
}

.ih-how-board-card:hover {
  transform: translateY(-4px);
}

.ih-how-board-card span {
  color: var(--ih-how-grey);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.ih-how-board-card strong {
  max-width: 15ch;
  color: var(--ih-how-ink);
  font-size: 1.05rem;
  line-height: 1.14;
}

.ih-how-board-card:nth-child(5) span,
.ih-how-board-card:nth-child(5) strong,
.ih-how-board-card:nth-child(6) span,
.ih-how-board-card:nth-child(6) strong {
  color: #FFFFFF;
}

.ih-how-board-files {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.ih-how-board-files span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: #FFFFFF;
  color: var(--ih-how-ink);
  font-size: 0.78rem;
  font-weight: 800;
}

.ih-how-floating-note {
  position: absolute;
  right: -18px;
  bottom: 26px;
  z-index: 2;
  max-width: 190px;
  padding: 16px;
  border: 1px solid rgba(49, 48, 48, 0.08);
  border-radius: 8px;
  background: #FFFFFF;
  color: var(--ih-how-ink);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.4;
  animation: ihHowFloat 7s ease-in-out infinite;
}

.ih-how-steps,
.ih-how-timeline,
.ih-how-deliverables,
.ih-how-testimonials,
.ih-how-guarantee {
  padding: 62px 0;
  background: #FFFFFF;
}

.ih-how-section-head {
  max-width: 740px;
  margin: 0 auto 28px;
  text-align: center;
}

.ih-how-section-head h2,
.ih-how-timeline-copy h2,
.ih-how-deliverables-copy h2,
.ih-how-guarantee-panel h2 {
  margin-bottom: 14px;
  font-size: 2.7rem;
  line-height: 1.08;
}

.ih-how-section-head p {
  margin-bottom: 0;
}

.ih-how-step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.ih-how-step-card,
.ih-how-timeline-card,
.ih-how-deliverable-card,
.ih-how-testimonial,
.ih-how-guarantee-panel {
  border: 1px solid var(--ih-how-line);
  border-radius: 8px;
  background: #FFFFFF;
}

.ih-how-step-card {
  position: relative;
  display: grid;
  gap: 14px;
  min-height: 330px;
  padding: 24px;
  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-how-step-card::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 0;
  height: 4px;
  border-radius: 999px;
  background: var(--step-accent, var(--ih-how-red));
}

.ih-how-step-card:nth-child(1) {
  --step-accent: #CE283D;
}

.ih-how-step-card:nth-child(2) {
  --step-accent: #1F3CA6;
}

.ih-how-step-card:nth-child(3) {
  --step-accent: #2F9780;
}

.ih-how-step-card:nth-child(4) {
  --step-accent: #752873;
}

.ih-how-step-card:hover,
.ih-how-step-card:focus-within {
  transform: translateY(-5px);
  border-color: rgba(49, 48, 48, 0.16);
  box-shadow: 0 22px 38px rgba(49, 48, 48, 0.1);
}

.ih-how-step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.ih-how-step-top span {
  color: var(--ih-how-grey);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ih-how-step-top i,
.ih-how-deliverable-card span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #313030;
  color: #FFFFFF;
  font-style: normal;
}

.ih-how-step-top svg,
.ih-how-deliverable-card svg,
.ih-how-button svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.ih-how-step-card h3 {
  margin-bottom: 0;
  font-size: 1.42rem;
  line-height: 1.16;
}

.ih-how-step-card p {
  margin-bottom: 0;
  color: var(--ih-how-ink);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.6;
}

.ih-how-step-card small {
  display: block;
  color: var(--ih-how-muted);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.6;
}

.ih-how-process-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 0 auto 34px;
  padding: 14px 24px;
  border: 1px solid var(--ih-how-line);
  border-radius: 999px;
  background: #FFFFFF;
  box-shadow: 0 12px 28px rgba(49, 48, 48, 0.05);
  width: fit-content;
  max-width: 100%;
}

.ih-how-process-tab {
  appearance: none;
  position: relative;
  min-height: 42px;
  padding: 0 4px;
  border: 0;
  background: transparent;
  color: var(--ih-how-ink);
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.ih-how-process-tab::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7px;
  height: 2px;
  border-radius: 999px;
  background: var(--ih-how-teal);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}

.ih-how-process-tab.is-active {
  color: var(--ih-how-teal);
}

.ih-how-process-tab.is-active::after,
.ih-how-process-tab:hover::after,
.ih-how-process-tab:focus-visible::after {
  transform: scaleX(1);
}

.ih-how-process-tab:focus-visible,
.ih-how-process-cta:focus-visible {
  outline: 2px solid rgba(47, 151, 128, 0.28);
  outline-offset: 4px;
}

.ih-how-process-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin-left: 6px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--ih-how-teal);
  color: #FFFFFF;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: background-color 220ms ease, transform 220ms ease;
}

.ih-how-process-cta:hover {
  background: var(--ih-how-plum);
  color: #FFFFFF;
  transform: translateY(-1px);
}

.ih-how-process-stage {
  position: relative;
}

.ih-how-step-panel[hidden] {
  display: none !important;
}

.ih-how-step-panel {
  --step-color: var(--ih-how-red);
  --step-soft: rgba(206, 40, 61, 0.12);
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 0.92fr);
  align-items: center;
  gap: 58px;
  min-height: 670px;
  padding: 46px;
  border: 1px solid var(--ih-how-line);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0) 0 49%, rgba(49, 48, 48, 0.04) 49% 49.4%, rgba(255, 255, 255, 0) 49.4% 100%),
    #FFFFFF;
  box-shadow: 0 18px 42px rgba(49, 48, 48, 0.06);
  overflow: hidden;
}

.ih-how-step-panel.is-active {
  animation: ihHowPanelIn 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ih-how-step-panel.theme-red {
  --step-color: #CE283D;
  --step-soft: rgba(240, 169, 183, 0.38);
}

.ih-how-step-panel.theme-blue {
  --step-color: #1F3CA6;
  --step-soft: rgba(129, 163, 230, 0.34);
}

.ih-how-step-panel.theme-teal {
  --step-color: #2F9780;
  --step-soft: rgba(164, 210, 212, 0.45);
}

.ih-how-step-panel.theme-plum {
  --step-color: #752873;
  --step-soft: rgba(179, 110, 167, 0.28);
}

.ih-how-step-art {
  position: relative;
  min-height: 560px;
}

.ih-how-art-mark {
  position: absolute;
  right: 34px;
  top: 118px;
  z-index: 0;
  color: var(--step-soft);
  font-size: 15rem;
  font-weight: 800;
  line-height: 0.76;
}

.ih-how-art-card {
  position: absolute;
  border: 1px solid rgba(49, 48, 48, 0.08);
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0 18px 34px rgba(49, 48, 48, 0.1);
}

.ih-how-art-main {
  left: 74px;
  top: 34px;
  z-index: 2;
  width: min(72%, 390px);
  aspect-ratio: 4 / 4.6;
  margin: 0;
  overflow: hidden;
  transform: rotate(-2deg);
}

.ih-how-art-main::after {
  content: "";
  position: absolute;
  inset: 16px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 6px;
  pointer-events: none;
}

.ih-how-art-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.03);
}

.ih-how-art-paper {
  right: 30px;
  top: 210px;
  z-index: 3;
  width: 230px;
  min-height: 190px;
  padding: 22px;
  transform: rotate(5deg);
}

.ih-how-art-paper span {
  display: block;
  margin-bottom: 16px;
  color: var(--step-color);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ih-how-art-paper strong {
  display: block;
  max-width: 11ch;
  color: var(--ih-how-ink);
  font-size: 1.42rem;
  line-height: 1.1;
}

.ih-how-art-paper i {
  display: block;
  width: 100%;
  height: 7px;
  margin-top: 13px;
  border-radius: 999px;
  background: #F3F2F0;
}

.ih-how-art-file {
  left: 24px;
  bottom: 52px;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 170px;
  min-height: 150px;
  padding: 18px;
  background: var(--step-color);
  color: #FFFFFF;
  text-align: center;
  transform: rotate(4deg);
}

.ih-how-art-file span {
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ih-how-art-file strong {
  color: #FFFFFF;
  font-size: 3.2rem;
  line-height: 0.9;
}

.ih-how-art-swatches {
  position: absolute;
  right: 118px;
  bottom: 78px;
  z-index: 5;
  display: flex;
  gap: 9px;
  padding: 11px;
  border: 1px solid rgba(49, 48, 48, 0.08);
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0 16px 30px rgba(49, 48, 48, 0.11);
  animation: ihHowFloat 7s ease-in-out infinite;
}

.ih-how-art-swatches span {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 7px;
}

.ih-how-art-swatches span:nth-child(1) {
  background: var(--step-color);
}

.ih-how-art-swatches span:nth-child(2) {
  background: #F3F2F0;
}

.ih-how-art-swatches span:nth-child(3) {
  background: #313030;
}

.ih-how-step-detail {
  position: relative;
  z-index: 2;
  max-width: 560px;
  padding-right: 18px;
}

.ih-how-step-count {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--step-color);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.ih-how-step-detail h3 {
  max-width: 18ch;
  margin-bottom: 22px;
  color: var(--step-color);
  font-size: 2.62rem;
  line-height: 1.08;
}

.ih-how-step-detail h3::after {
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  margin-top: 26px;
  border-radius: 999px;
  background: var(--step-color);
}

.ih-how-step-detail > p {
  max-width: 520px;
  margin-bottom: 24px;
  color: var(--ih-how-ink);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
}

.ih-how-step-bullets {
  display: grid;
  gap: 11px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.ih-how-step-bullets li {
  position: relative;
  padding-left: 28px;
  color: var(--ih-how-ink);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.45;
}

.ih-how-step-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.54em;
  width: 9px;
  height: 9px;
  border: 2px solid var(--step-color);
  border-radius: 999px;
}

.ih-how-step-questions {
  border-top: 1px solid rgba(49, 48, 48, 0.12);
}

.ih-how-step-question {
  border-bottom: 1px solid rgba(49, 48, 48, 0.12);
}

.ih-how-step-question summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
  color: var(--ih-how-ink);
  cursor: pointer;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.35;
  list-style: none;
}

.ih-how-step-question summary::-webkit-details-marker {
  display: none;
}

.ih-how-step-question summary::after {
  content: "+";
  flex: 0 0 auto;
  margin-left: 18px;
  color: var(--ih-how-grey);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.ih-how-step-question[open] summary::after {
  content: "-";
  color: var(--step-color);
}

.ih-how-step-question p {
  max-width: 470px;
  margin: -4px 0 18px;
  color: var(--ih-how-muted);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.65;
}

.ih-how-timeline {
  background: #F3F2F0;
}

.ih-how-timeline-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  align-items: center;
  gap: 34px;
}

.ih-how-timeline-copy p {
  max-width: 520px;
}

.ih-how-timeline-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.ih-how-timeline-card {
  min-height: 210px;
  padding: 24px;
  box-shadow: 0 12px 24px rgba(49, 48, 48, 0.05);
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.ih-how-timeline-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 34px rgba(49, 48, 48, 0.09);
}

.ih-how-timeline-card span {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--ih-how-grey);
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1;
}

.ih-how-timeline-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ih-how-ink);
  font-size: 1.05rem;
  line-height: 1.35;
}

.ih-how-timeline-card p {
  margin-bottom: 0;
  color: var(--ih-how-red);
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.3;
}

.ih-how-deliverables-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: 42px;
  align-items: start;
}

.ih-how-deliverables-copy {
  display: grid;
  gap: 18px;
}

.ih-how-deliverables-copy h2,
.ih-how-deliverables-copy p {
  margin-bottom: 0;
}

.ih-how-deliverables-image {
  position: relative;
  width: min(100%, 430px);
  aspect-ratio: 16 / 11;
  margin: 8px 0 0;
  overflow: hidden;
  border: 1px solid var(--ih-how-line);
  border-radius: 8px;
  background: linear-gradient(145deg, #752873 0%, #1F3CA6 100%);
  box-shadow: 0 16px 34px rgba(49, 48, 48, 0.08);
}

.ih-how-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ih-how-deliverables-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ih-how-deliverable-card {
  display: grid;
  align-content: start;
  gap: 16px;
  min-height: 250px;
  padding: 24px;
  box-shadow: 0 12px 26px rgba(49, 48, 48, 0.05);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ih-how-deliverable-card:nth-child(2) {
  background: linear-gradient(145deg, #A4D2D4 0%, #FFFFFF 100%);
}

.ih-how-deliverable-card:nth-child(3) {
  background: linear-gradient(145deg, #F0A9B7 0%, #FFFFFF 100%);
}

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

.ih-how-deliverable-card h3 {
  margin-bottom: 0;
  font-size: 1.32rem;
  line-height: 1.18;
}

.ih-how-deliverable-card p {
  margin-bottom: 0;
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.62;
}

.ih-how-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.ih-how-testimonial {
  padding: 24px;
  box-shadow: 0 10px 24px rgba(49, 48, 48, 0.04);
}

.ih-how-testimonial div {
  margin-bottom: 12px;
  color: var(--ih-how-peach);
  font-size: 14px;
  letter-spacing: 0.08em;
}

.ih-how-testimonial p {
  margin-bottom: 18px;
  color: var(--ih-how-muted);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.65;
}

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

.ih-how-guarantee {
  padding-bottom: 78px;
}

.ih-how-guarantee-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.56fr) auto;
  align-items: center;
  gap: 28px;
  padding: 34px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F3F2F0 100%);
  box-shadow: var(--ih-how-shadow);
}

.ih-how-guarantee-panel h2,
.ih-how-guarantee-panel p {
  margin-bottom: 0;
}

.ih-how-guarantee-panel ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ih-how-guarantee-panel li {
  color: var(--ih-how-muted);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.45;
}

.ih-how-guarantee-panel li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  border-radius: 999px;
  background: var(--ih-how-red);
  vertical-align: middle;
}

.ih-how-guarantee-panel .ih-how-button {
  margin-top: 0;
  white-space: nowrap;
}

[data-how-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(--how-delay, 0ms);
}

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

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

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

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

@keyframes ihHowPanelIn {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0) scale(0.99);
  }

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

@media (prefers-reduced-motion: reduce) {
  [data-how-reveal],
  [data-how-reveal="left"],
  .ih-how-floating-note,
  .ih-how-art-swatches,
  .ih-how-step-panel.is-active {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    translate: 0 0 !important;
  }
}

@media (max-width: 1100px) {
  .ih-how-hero-panel {
    gap: 34px;
    padding: 34px;
  }

  .ih-how-hero-copy h1 {
    font-size: 2.75rem;
  }

  .ih-how-section-head h2,
  .ih-how-timeline-copy h2,
  .ih-how-deliverables-copy h2,
  .ih-how-guarantee-panel h2 {
    font-size: 2.35rem;
  }

  .ih-how-hero-panel,
  .ih-how-step-panel,
  .ih-how-timeline-grid,
  .ih-how-deliverables-panel,
  .ih-how-guarantee-panel {
    grid-template-columns: 1fr;
  }

  .ih-how-step-grid,
  .ih-how-timeline-cards,
  .ih-how-testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ih-how-process-nav {
    width: 100%;
    justify-content: flex-start;
    padding-right: 18px;
    padding-left: 18px;
    overflow-x: auto;
  }

  .ih-how-step-panel {
    min-height: auto;
    gap: 34px;
    background: #FFFFFF;
  }

  .ih-how-step-art {
    min-height: 500px;
  }

  .ih-how-guarantee-panel .ih-how-button {
    width: fit-content;
  }
}

@media (max-width: 760px) {
  .ih-how-it-works-template .qodef-content {
    padding-top: 70px;
  }

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

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

  .ih-how-hero-panel {
    min-height: auto;
    padding: 24px;
  }

  .ih-how-hero-copy h1 {
    max-width: 100%;
    font-size: 2.25rem;
  }

  .ih-how-board {
    min-height: auto;
    padding: 18px;
  }

  .ih-how-board-grid,
  .ih-how-step-grid,
  .ih-how-timeline-cards,
  .ih-how-deliverables-grid,
  .ih-how-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .ih-how-process-nav {
    gap: 14px;
    padding: 10px 14px;
    border-radius: 8px;
  }

  .ih-how-process-tab {
    min-width: max-content;
  }

  .ih-how-process-cta {
    min-width: max-content;
  }

  .ih-how-step-panel {
    padding: 22px;
  }

  .ih-how-step-art {
    min-height: 390px;
  }

  .ih-how-art-mark {
    right: 16px;
    top: 86px;
    font-size: 8rem;
  }

  .ih-how-art-main {
    left: 18px;
    top: 20px;
    width: 72%;
  }

  .ih-how-art-paper {
    right: 0;
    top: 150px;
    width: 180px;
    min-height: 150px;
    padding: 16px;
  }

  .ih-how-art-paper strong {
    font-size: 1.12rem;
  }

  .ih-how-art-file {
    left: 0;
    bottom: 24px;
    width: 132px;
    min-height: 112px;
  }

  .ih-how-art-file strong {
    font-size: 2.35rem;
  }

  .ih-how-art-swatches {
    right: 28px;
    bottom: 42px;
  }

  .ih-how-step-detail {
    max-width: 100%;
    padding-right: 0;
  }

  .ih-how-step-detail h3 {
    max-width: 100%;
    font-size: 2.1rem;
  }

  .ih-how-floating-note {
    position: relative;
    right: auto;
    bottom: auto;
    max-width: 100%;
    margin-top: 12px;
  }

  .ih-how-steps,
  .ih-how-timeline,
  .ih-how-deliverables,
  .ih-how-testimonials,
  .ih-how-guarantee {
    padding: 42px 0;
  }

  .ih-how-step-card,
  .ih-how-deliverable-card {
    min-height: 0;
  }

  .ih-how-button,
  .ih-how-guarantee-panel .ih-how-button {
    width: 100%;
  }

  .ih-how-guarantee-panel {
    padding: 24px;
  }
}
