:root {
  --itg-ink: #171514;
  --itg-ink-soft: #4b4640;
  --itg-paper: #f7f2ea;
  --itg-paper-warm: #fffaf2;
  --itg-line: rgba(23, 21, 20, 0.12);
  --itg-orange: #f47f2c;
  --itg-teal: #0e8a8a;
  --itg-blue: #244a8f;
  --itg-green: #7aa83b;
  --itg-shadow: 0 24px 80px rgba(40, 31, 18, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--itg-ink);
  background: var(--itg-paper);
  font-family: "Onest", "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.itg-site {
  min-height: 100vh;
  overflow-x: clip;
  background:
    radial-gradient(circle at 82% 12%, rgba(244, 127, 44, 0.14), transparent 25rem),
    radial-gradient(circle at 62% 34%, rgba(14, 138, 138, 0.12), transparent 22rem),
    linear-gradient(180deg, #f8f1e7 0%, #fffaf2 44%, #edf5f2 100%);
}

.itg-header {
  position: fixed;
  z-index: 20;
  top: 18px;
  left: 50%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: min(1120px, calc(100% - 28px));
  min-height: 58px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.72);
  box-shadow: 0 18px 60px rgba(34, 28, 20, 0.14);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
}

.itg-brand,
.itg-nav,
.itg-header-call {
  display: inline-flex;
  align-items: center;
}

.itg-brand {
  min-width: 150px;
  padding: 0 14px 0 6px;
  flex-shrink: 0;
  overflow: visible;
}

.itg-brand-logo {
  display: block;
  width: 142px;
  min-width: 142px;
  height: auto;
}

.itg-nav {
  justify-content: center;
  gap: clamp(14px, 3vw, 38px);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.itg-nav a {
  padding: 12px 6px;
}

.itg-header-call {
  justify-content: center;
  min-height: 42px;
  padding: 0 22px;
  border-radius: 999px;
  color: #fff;
  background: var(--itg-orange);
  font-weight: 800;
  box-shadow: 0 10px 28px rgba(244, 127, 44, 0.28);
}

.itg-hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  padding: clamp(120px, 16vh, 170px) max(22px, calc((100vw - 1120px) / 2)) 72px;
  isolation: isolate;
  color: var(--itg-ink);
}

.itg-hero-canvas {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  outline: none;
}

.itg-hero-shade {
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(248, 241, 231, 0.98) 0%, rgba(248, 241, 231, 0.86) 31%, rgba(248, 241, 231, 0.28) 64%, rgba(248, 241, 231, 0) 100%),
    linear-gradient(0deg, rgba(248, 241, 231, 0.9) 0%, rgba(248, 241, 231, 0) 34%);
}

.itg-hero-content {
  align-self: center;
  width: min(640px, 100%);
}

.itg-kicker {
  margin: 0 0 16px;
  color: var(--itg-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.itg-hero h1,
.itg-section h2,
.itg-contact h2 {
  margin: 0;
  font-family: "Unbounded", "Onest", sans-serif;
  letter-spacing: 0;
}

.itg-hero h1 {
  max-width: 760px;
  font-size: clamp(58px, 10vw, 132px);
  line-height: 0.92;
}

.itg-hero-lead {
  max-width: 610px;
  margin: 28px 0 0;
  color: var(--itg-ink-soft);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.42;
}

.itg-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.itg-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
}

.itg-button-primary {
  gap: 10px;
  color: #fff;
  background: var(--itg-ink);
  box-shadow: var(--itg-shadow);
}

.itg-button-ghost {
  border-color: var(--itg-line);
  background: rgba(255, 250, 242, 0.68);
  color: var(--itg-ink);
}

.itg-hero-meta {
  position: absolute;
  right: max(22px, calc((100vw - 1120px) / 2));
  bottom: 42px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  max-width: 460px;
}

.itg-hero-meta span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 16px;
  border: 1px solid rgba(23, 21, 20, 0.1);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.74);
  color: var(--itg-ink);
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 12px 42px rgba(23, 21, 20, 0.08);
}

.itg-section {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(70px, 9vw, 120px) 0;
  color: var(--itg-ink);
}

.itg-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(260px, 1.15fr);
  gap: clamp(24px, 6vw, 80px);
  align-items: end;
  margin-bottom: 34px;
}
.itg-section-heading > *,
.itg-proof > *,
.itg-contact > * {
  min-width: 0;
}
.itg-section h2,
.itg-contact h2 {
  font-size: clamp(32px, 5vw, 64px);
  line-height: 1.02;
  overflow-wrap: anywhere;
}

.itg-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.itg-service-card {
  min-height: 280px;
  padding: 26px;
  border: 1px solid rgba(23, 21, 20, 0.1);
  border-radius: 8px;
  background: rgba(255, 250, 242, 0.7);
  box-shadow: 0 16px 56px rgba(23, 21, 20, 0.06);
}

.itg-service-icon {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--itg-teal);
  font-weight: 900;
}

.itg-service-card:nth-child(2n) .itg-service-icon {
  background: var(--itg-orange);
}

.itg-service-card:nth-child(3n) .itg-service-icon {
  background: var(--itg-blue);
}

.itg-service-card h3,
.itg-steps h3 {
  margin: 24px 0 10px;
  font-size: 22px;
  line-height: 1.15;
}

.itg-service-card p,
.itg-steps p,
.itg-contact p {
  margin: 0;
  color: var(--itg-ink-soft);
  font-size: 16px;
  line-height: 1.58;
}

.itg-proof {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(300px, 1.1fr);
  gap: clamp(24px, 6vw, 84px);
  align-items: start;
}
.itg-proof h2 {
  font-size: clamp(28px, 4.2vw, 50px);
}

.itg-proof-list {
  display: grid;
  gap: 12px;
}

.itg-proof-list div {
  display: grid;
  gap: 6px;
  padding: 20px 0;
  border-bottom: 1px solid var(--itg-line);
}

.itg-proof-list strong {
  font-size: 22px;
}

.itg-proof-list span {
  color: var(--itg-ink-soft);
  line-height: 1.5;
}

.itg-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: steps;
}

.itg-steps li {
  min-height: 250px;
  padding: 24px;
  border: 1px solid var(--itg-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.44);
}

.itg-steps span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--itg-line);
  border-radius: 50%;
  background: var(--itg-paper-warm);
  color: var(--itg-orange);
  font-weight: 900;
}

.itg-contact {
  display: grid;
 grid-template-columns: 1fr;
gap: clamp(18px, 3vw, 30px);
  align-items: center;
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto clamp(34px, 6vw, 76px);
  padding: clamp(34px, 7vw, 72px);
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(14, 138, 138, 0.94), rgba(36, 74, 143, 0.96)),
    var(--itg-blue);
  box-shadow: var(--itg-shadow);
}


.itg-contact .itg-kicker,
.itg-contact p {
  color: rgba(255, 255, 255, 0.82);
}

.itg-contact-actions {
  display: grid;
  gap: 12px;
  align-content: center;
}

.itg-contact-link {
  display: grid;
  gap: 12px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.itg-contact-link span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.itg-contact-link strong {
  font-size: clamp(18px, 3vw, 28px);
  overflow-wrap: anywhere;
}

.itg-contact-phone {
  min-height: 176px;
  justify-content: center;
  padding: clamp(24px, 4vw, 42px);
  border-color: rgba(255, 255, 255, 0.34);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.08)),
    rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 22px 70px rgba(0, 0, 0, 0.14);
}

.itg-contact-phone strong {
  font-family: "Unbounded", "Onest", sans-serif;
  font-size: clamp(30px, 4.15vw, 54px);
  overflow-wrap: anywhere;
  line-height: 1.05;
  letter-spacing: 0;
}

.itg-contact-phone span {
  justify-self: start;
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  color: #16393c;
  background: #fffaf2;
  font-size: 13px;
  font-weight: 900;
}

.itg-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: 24px 0 34px;
  color: var(--itg-ink-soft);
  font-size: 14px;
}

@media (hover: hover) {
  .itg-nav a,
  .itg-button,
  .itg-header-call,
  .itg-contact-link {
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
  }

  .itg-button:hover,
  .itg-header-call:hover,
  .itg-contact-link:hover {
    transform: translateY(-2px);
  }

  .itg-nav a:hover {
    color: var(--itg-orange);
  }
}

@media (max-width: 900px) {
  .itg-header {
    grid-template-columns: 1fr auto;
    border-radius: 28px;
  }

  .itg-nav {
    display: none;
  }

  .itg-hero {
    min-height: 860px;
    padding-top: 118px;
  }

  .itg-hero-shade {
    background:
      linear-gradient(180deg, rgba(248, 241, 231, 1) 0%, rgba(248, 241, 231, 0.98) 44%, rgba(248, 241, 231, 0.36) 70%, rgba(248, 241, 231, 0.82) 100%);
  }

  .itg-hero-content {
    align-self: start;
  }

  .itg-hero h1 {
    font-size: clamp(48px, 16vw, 86px);
  }

  .itg-hero-meta {
    right: 18px;
    left: 18px;
    justify-content: flex-start;
  }

  .itg-section-heading,
  .itg-proof,
  .itg-contact {
    grid-template-columns: 1fr;
  }

  .itg-service-grid,
  .itg-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .itg-header {
    top: 10px;
    width: calc(100% - 16px);
    min-height: 54px;
    padding: 6px;
  }

  .itg-brand {
    min-width: 150px;
    padding-left: 4px;
    padding-right: 8px;
  }

  .itg-brand-logo {
    width: 146px;
    min-width: 146px;
  }

  .itg-header-call {
    min-height: 38px;
    padding: 0 14px;
    font-size: 14px;
  }

  .itg-hero {
    min-height: 820px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .itg-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .itg-button {
    width: 100%;
  }

  .itg-service-grid,
  .itg-steps {
    grid-template-columns: 1fr;
  }

  .itg-service-card,
  .itg-steps li {
    min-height: 0;
  }

  .itg-contact {
    width: min(100% - 24px, 1120px);
    padding: 28px 18px;
  }

  .itg-footer {
    width: min(100% - 24px, 1120px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
.itg-contact {
  text-align: center;
}

.itg-contact-copy {
  display: grid;
  justify-items: center;
}

.itg-contact-actions {
  justify-items: center;
}

.itg-contact-phone {
  width: min(100%, 760px);
  justify-items: center;
  text-align: center;
}

.itg-contact-phone span {
  justify-self: center;
}
