.in-page {
  background: #050505;
  color: #f4f4f4;
}

.in-page .inner-bar {
  background: #0b0b0b;
  border-bottom: 1px solid #2a2a2a;
}

.in-page footer {
  background: #080808;
  border-top: 1px solid #222;
}

.in-page .inner-actions {
  display: none;
}

.in-page .trust-bar {
  width: min(1440px, calc(100% - 2rem));
  margin: 0 auto 1.4rem;
  background: #101010;
}

.in-wrap {
  width: min(1440px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.35rem 0 1.6rem;
}

.in-hero {
  display: grid;
  grid-template-columns: minmax(240px, 0.92fr) minmax(0, 1.28fr) minmax(250px, 0.88fr);
  gap: 1.25rem 1.4rem;
  align-items: start;
  margin-bottom: 2rem;
}

.in-intro h1 {
  margin: 0 0 0.45rem;
  font-size: clamp(1.55rem, 3.4vw, 2.45rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.12;
  text-transform: uppercase;
  color: #fff;
}

.in-intro h1 span {
  color: #ff5c1a;
}

.in-sub {
  margin: 0 0 0.55rem;
  color: #f0f0f0;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.45;
}

.in-sub em {
  font-family: Pacifico, cursive;
  font-style: normal;
  font-weight: 400;
  color: #ff5c1a;
  font-size: 1.05rem;
}

.in-crumb {
  margin: 0 0 0.7rem;
  color: #ff5c1a;
  font-size: 0.76rem;
  font-weight: 700;
}

.in-crumb a {
  color: #ff5c1a;
  text-decoration: none;
}

.in-crumb a:hover {
  text-decoration: underline;
}

.in-blurb {
  margin: 0 0 0.95rem;
  color: #d8d8d8;
  font-size: 0.86rem;
  font-weight: 500;
  line-height: 1.55;
  max-width: 28rem;
}

.in-checks {
  list-style: none;
  margin: 0 0 1.05rem;
  padding: 0;
  display: grid;
  gap: 0.52rem;
}

.in-checks li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: #fff;
}

.in-checks svg {
  width: 20px;
  height: 20px;
  color: #ff5c1a;
  flex-shrink: 0;
}

.in-consult {
  display: block;
  border: 2px solid #ff5c1a;
  border-radius: 10px;
  padding: 0.9rem 0.95rem 1rem;
  text-decoration: none;
  color: inherit;
  background: #101010;
}

.in-consult:hover {
  background: #161616;
  color: inherit;
}

.in-consult > svg {
  width: 28px;
  height: 28px;
  color: #ff5c1a;
  display: block;
  margin-bottom: 0.4rem;
}

.in-consult strong {
  display: block;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.in-consult span {
  display: block;
  margin: 0.28rem 0 0.75rem;
  color: #d8d8d8;
  font-size: 0.76rem;
  font-weight: 600;
  line-height: 1.4;
}

.in-consult em {
  display: block;
  background: #ff5c1a;
  color: #fff;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.72rem;
  text-align: center;
  padding: 0.72rem 0.6rem;
  border-radius: 6px;
}

.in-consult:hover em {
  background: #e44d12;
}

.in-mid h2 {
  margin: 0 0 0.4rem;
  font-size: clamp(1.05rem, 2.2vw, 1.45rem);
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
}

.in-mid h2 span {
  color: #ff5c1a;
}

.in-mid-copy {
  margin: 0 0 0.85rem;
  color: #d4d4d4;
  font-size: 0.86rem;
  font-weight: 500;
  line-height: 1.5;
}

.in-shot {
  margin: 0 0 0.95rem;
  border-radius: 10px;
  overflow: hidden;
  background: #151515;
  min-height: 280px;
}

.in-shot img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.in-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.35rem 0.45rem;
}

.in-flow article {
  text-align: center;
  min-width: 0;
}

.in-flow svg {
  width: 26px;
  height: 26px;
  color: #ff5c1a;
  display: block;
  margin: 0 auto 0.35rem;
}

.in-flow strong {
  display: block;
  color: #fff;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.in-flow span {
  display: block;
  margin-top: 0.18rem;
  color: #c8c8c8;
  font-size: 0.62rem;
  font-weight: 500;
  line-height: 1.3;
}

.in-side {
  display: grid;
  gap: 0.85rem;
}

.in-why {
  background: #141414;
  border: 1px solid #333;
  border-radius: 10px;
  padding: 1.05rem 0.95rem 0.45rem;
}

.in-why h2 {
  margin: 0 0 0.95rem;
  color: #ff5c1a;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.in-why-item {
  display: grid;
  grid-template-columns: 2.05rem minmax(0, 1fr);
  gap: 0.65rem;
  align-items: start;
  margin-bottom: 0.8rem;
}

.in-why-icon {
  width: 2.05rem;
  height: 2.05rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff5c1a;
  border: 1.5px solid #ff5c1a;
}

.in-why-icon svg {
  width: 14px;
  height: 14px;
}

.in-why-item h3 {
  margin: 0 0 0.16rem;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
}

.in-why-item p {
  margin: 0;
  color: #c8c8c8;
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1.4;
}

.in-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  width: 100%;
  padding: 1rem 0.85rem;
  border-radius: 10px;
  background: #ff5c1a;
  color: #fff;
  text-decoration: none;
  text-align: left;
}

.in-phone svg {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
}

.in-phone-copy {
  display: block;
}

.in-phone strong {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.in-phone b {
  display: block;
  margin: 0.12rem 0;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
}

.in-phone em {
  display: block;
  font-style: normal;
  font-size: 0.7rem;
  font-weight: 600;
  opacity: 0.95;
}

.in-phone:hover {
  background: #e44d12;
  color: #fff;
}

.in-perfect {
  border: 1.5px solid #d8d8d8;
  border-radius: 10px;
  padding: 0.95rem 0.95rem 0.7rem;
  background: #101010;
}

.in-perfect h2 {
  margin: 0 0 0.75rem;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.in-perfect ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}

.in-perfect li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #f2f2f2;
  font-size: 0.8rem;
  font-weight: 700;
}

.in-perfect svg {
  width: 18px;
  height: 18px;
  color: #ff5c1a;
  flex-shrink: 0;
}

.in-services {
  margin-bottom: 2.1rem;
}

.in-heading {
  margin: 0 0 1.1rem;
  text-align: center;
  color: #ff5c1a;
  letter-spacing: 0.08em;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 800;
  text-transform: uppercase;
}

.in-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.in-card {
  display: block;
  border: 1.5px solid #ff5c1a;
  border-radius: 10px;
  padding: 1.05rem 0.85rem 1.1rem;
  text-align: center;
  background: #141414;
  color: inherit;
  text-decoration: none;
}

.in-card:hover {
  background: #1a120e;
  color: inherit;
}

.in-card svg {
  width: 36px;
  height: 36px;
  color: #ff5c1a;
}

.in-card h3 {
  margin: 0.55rem 0 0.4rem;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.in-card p {
  margin: 0;
  color: #d0d0d0;
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1.4;
}

.in-process {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.2rem;
}

.in-step {
  flex: 1;
  min-width: 0;
  text-align: center;
}

.in-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background: #ff5c1a;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
}

.in-step svg {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0.55rem auto 0.45rem;
  color: #ff5c1a;
}

.in-step h3 {
  margin: 0 0 0.35rem;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.25;
}

.in-step p {
  margin: 0;
  color: #cfcfcf;
  font-size: 0.68rem;
  font-weight: 500;
  line-height: 1.4;
}

.in-arrow {
  flex: 0 0 auto;
  color: #ff5c1a;
  margin-top: 0.35rem;
  line-height: 1;
}

.in-arrow svg {
  width: 18px;
  height: 18px;
}

.in-trust.trust-row span {
  min-width: 6rem;
}

@media (max-width: 1100px) {
  .in-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .in-hero {
    grid-template-columns: 1fr 1.15fr;
  }

  .in-side {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
  }
}

@media (max-width: 800px) {
  .in-hero,
  .in-side {
    grid-template-columns: 1fr;
  }

  .in-flow {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .in-flow article {
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr);
    column-gap: 0.7rem;
    text-align: left;
    align-items: center;
  }

  .in-flow svg {
    margin: 0;
    grid-row: 1 / span 2;
  }

  .in-process {
    flex-direction: column;
    align-items: stretch;
    gap: 0.35rem;
  }

  .in-step {
    display: grid;
    grid-template-columns: 1.7rem 30px minmax(0, 1fr);
    grid-template-areas:
      "num icon title"
      "num icon copy";
    column-gap: 0.7rem;
    text-align: left;
    align-items: center;
    background: #141414;
    border: 1px solid #2a2a2a;
    border-radius: 10px;
    padding: 0.8rem 0.85rem;
  }

  .in-step-num { grid-area: num; }
  .in-step svg {
    grid-area: icon;
    margin: 0;
  }
  .in-step h3 {
    grid-area: title;
    margin: 0;
  }
  .in-step p { grid-area: copy; }

  .in-arrow {
    align-self: center;
    transform: rotate(90deg);
    margin: 0;
  }
}

@media (max-width: 520px) {
  .in-grid {
    grid-template-columns: 1fr;
  }
}
