* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: #080b10;
}

body.it-c-page {
  min-height: 100vh;
  margin: 0;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at 82% 12%, rgba(102, 226, 180, .2), transparent 30%),
    radial-gradient(circle at 18% 0, rgba(104, 199, 255, .22), transparent 28%),
    linear-gradient(180deg, #080b10, #10141a 54%, #080b10);
}

body.it-c-page::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .24;
  background-image:
    linear-gradient(90deg, rgba(104, 199, 255, .16) 1px, transparent 1px),
    linear-gradient(0deg, rgba(104, 199, 255, .12) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(180deg, #000, transparent 78%);
}

.it-c-page a {
  color: inherit;
}

.it-c-logo-header {
  width: min(1240px, calc(100% - 40px));
  position: relative;
  z-index: 2;
  margin: 22px auto 0;
  overflow: hidden;
  background: #05080c;
  border: 1px solid rgba(255, 255, 255, .12);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 26px 90px rgba(0, 0, 0, .28);
}

.it-c-logo-header a,
.it-c-logo-header img {
  display: block;
}

.it-c-logo-header img {
  width: 100%;
  height: clamp(220px, 27vw, 360px);
  object-fit: cover;
  object-position: center center;
}

.it-c-nav {
  width: min(1240px, calc(100% - 40px));
  min-height: 82px;
  display: grid;
  grid-template-columns: 220px 1fr auto;
  gap: 22px;
  align-items: center;
  position: relative;
  z-index: 2;
  margin: 0 auto 26px;
  padding: 10px 18px;
  background: rgba(10, 13, 18, .86);
  border: 1px solid rgba(255, 255, 255, .12);
  border-bottom: 4px solid #ffcf24;
  border-radius: 0 0 8px 8px;
  backdrop-filter: blur(14px);
}

.it-c-brand {
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  letter-spacing: 0;
}

.it-c-brand span {
  color: #66e2b4;
}

.it-c-links {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.it-c-links a {
  color: rgba(255, 255, 255, .74);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.it-c-phone {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  color: #071013;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  background: #ffcf24;
}

.it-c-shell {
  width: min(1240px, calc(100% - 40px));
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding-bottom: 70px;
}

.it-c-hero {
  min-height: 620px;
  display: grid;
  grid-template-columns: .55fr 1fr;
  gap: 38px;
  align-items: center;
  padding: 54px;
  overflow: hidden;
  position: relative;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .34);
}

.it-c-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 50%, rgba(104, 199, 255, .22), transparent 26%),
    linear-gradient(115deg, transparent 0 58%, rgba(102, 226, 180, .12) 58% 100%);
}

.it-c-shield,
.it-c-hero-copy {
  position: relative;
  z-index: 1;
}

.it-c-shield {
  width: min(100%, 330px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  justify-self: center;
  color: #081014;
  font-size: 92px;
  font-weight: 900;
  background: linear-gradient(135deg, #66e2b4, #68c7ff);
  clip-path: polygon(50% 0, 90% 16%, 82% 75%, 50% 100%, 18% 75%, 10% 16%);
  box-shadow: 0 22px 60px rgba(104, 199, 255, .24);
}

.it-c-kicker {
  margin: 0 0 16px;
  color: #66e2b4;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.it-c-hero h1,
.it-c-intro h2,
.it-c-contact h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 6vw, 76px);
  line-height: .96;
  letter-spacing: 0;
}

.it-c-hero p {
  max-width: 760px;
  color: rgba(255, 255, 255, .74);
  font-size: 18px;
  line-height: 1.65;
}

.it-c-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.it-c-actions a,
.it-c-contact a {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  color: #071013;
  font-weight: 900;
  text-decoration: none;
  background: #ffcf24;
}

.it-c-actions .it-c-ghost {
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .28);
}

.it-c-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.it-c-tags span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  color: #071013;
  font-size: 13px;
  font-weight: 900;
  background: #66e2b4;
}

.it-c-intro {
  display: grid;
  grid-template-columns: 1fr .72fr;
  gap: 30px;
  align-items: end;
  margin-top: 36px;
}

.it-c-intro h2,
.it-c-contact h2 {
  max-width: 780px;
  font-size: clamp(32px, 4vw, 54px);
}

.it-c-intro > p,
.it-c-contact p {
  margin: 0;
  color: rgba(255, 255, 255, .7);
  font-size: 17px;
  line-height: 1.65;
}

.it-c-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.it-c-grid article {
  min-height: 220px;
  padding: 24px;
  background: rgba(255, 255, 255, .075);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
}

.it-c-grid h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 19px;
}

.it-c-grid p {
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: 15px;
  line-height: 1.58;
}

.it-c-contact {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  margin-top: 28px;
  padding: 34px;
  background: linear-gradient(135deg, rgba(104, 199, 255, .16), rgba(102, 226, 180, .12));
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
}

@media (max-width: 900px) {
  .it-c-nav {
    grid-template-columns: 1fr;
  }

  .it-c-brand {
    width: min(100%, 320px);
  }

  .it-c-links {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .it-c-hero,
  .it-c-intro,
  .it-c-contact {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .it-c-nav,
  .it-c-logo-header,
  .it-c-shell {
    width: min(100% - 28px, 640px);
  }

  .it-c-logo-header img {
    height: clamp(150px, 42vw, 230px);
  }

  .it-c-hero {
    min-height: auto;
    padding: 28px;
  }

  .it-c-shield {
    width: min(100%, 220px);
    font-size: 62px;
  }

  .it-c-actions a,
  .it-c-contact a {
    width: 100%;
  }

  .it-c-grid {
    grid-template-columns: 1fr;
  }

  .it-c-contact {
    padding: 24px;
  }
}
