@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

:root {
  --hc-accent: #ff650c;
  --hc-accent-dark: #d94d00;
  --hc-violet: #302c74;
  --hc-text: #202431;
  --hc-muted: #69707d;
  --hc-line: rgba(16, 17, 20, 0.08);
  --hc-shell: min(1240px, calc(100vw - 32px));
  --hc-shadow: 0 24px 60px rgba(16, 17, 20, 0.12);
}

.hc-home,
.hc-home * {
  box-sizing: border-box;
}

.hc-home {
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
  color: var(--hc-text);
  background: #fff;
}

.hc-home img {
  display: block;
  width: 100%;
}

.hc-home a {
  color: inherit;
  text-decoration: none;
}

.hc-shell {
  width: var(--hc-shell);
  margin: 0 auto;
}

.hc-section {
  padding: 88px 0;
}

.hc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--hc-accent);
}

.hc-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--hc-accent);
  white-space: nowrap;
}

.hc-inline-link::after,
.hc-project-card__panel span::after {
  content: "→";
}

.hc-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.hc-section__head h2,
.hc-services__menu h2,
.hc-faq__content h2 {
  margin: 0;
  font-size: clamp(42px, 4.4vw, 76px);
  line-height: 0.92;
  letter-spacing: -0.04em;
}

.hc-hero {
  position: relative;
  min-height: 84svh;
  padding: 132px 0 52px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(9, 11, 16, 0.52) 0%, rgba(12, 15, 22, 0.18) 34%, rgba(12, 15, 22, 0.42) 100%),
    var(--hc-hero-image) center / cover no-repeat;
  overflow: hidden;
}

.hc-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 10, 15, 0.18) 0%, rgba(8, 10, 15, 0) 48%),
    radial-gradient(circle at 24% 18%, rgba(255, 101, 12, 0.12), transparent 22%),
    radial-gradient(circle at 76% 76%, rgba(48, 44, 116, 0.14), transparent 24%);
  pointer-events: none;
}

.hc-hero__shell {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: end;
  min-height: calc(84svh - 184px);
}

.hc-hero__content {
  width: min(100%, 1120px);
}

.hc-hero__copy {
  max-width: 980px;
}

.hc-hero__headline {
  display: grid;
  grid-template-columns: minmax(0, auto) 1fr;
  align-items: end;
  gap: 34px;
}

.hc-hero__copy h1 {
  margin: 0;
  font-size: clamp(88px, 11vw, 174px);
  font-weight: 900;
  line-height: 0.84;
  letter-spacing: -0.09em;
  text-transform: lowercase;
}

.hc-hero__kicker {
  margin: 12px 0 0;
  color: #fff;
}

.hc-hero__copy p {
  max-width: 42rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.72;
}

.hc-hero__stats {
  display: flex;
  align-items: flex-end;
  gap: 24px;
  padding-bottom: 16px;
}

.hc-stat {
  min-width: 88px;
  padding-left: 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.74);
}

.hc-stat strong {
  display: block;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
  color: #fff;
}

.hc-stat span {
  display: block;
  margin-top: 6px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.84);
}

.hc-services {
  background:
    radial-gradient(circle at 76% 30%, rgba(255, 101, 12, 0.14), transparent 18%),
    radial-gradient(circle at 20% 80%, rgba(48, 44, 116, 0.08), transparent 24%),
    #fff;
  color: var(--hc-text);
}

.hc-services__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 34px;
  align-items: center;
}

.hc-service-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.hc-service-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 58px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid rgba(48, 44, 116, 0.12);
  background: #fff;
  color: var(--hc-text);
  font: inherit;
  font-weight: 700;
  font-size: 17px;
  text-align: left;
  cursor: pointer;
  transition: 0.24s ease;
}

.hc-service-item b {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(48, 44, 116, 0.08);
  color: var(--hc-violet);
}

.hc-service-item.is-active,
.hc-service-item:hover {
  border-color: transparent;
  background: var(--hc-accent);
  color: #fff;
}

.hc-service-item.is-active b,
.hc-service-item:hover b {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.hc-service-spotlight {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: var(--hc-shadow);
}

.hc-service-spotlight img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hc-service-spotlight__card {
  display: none;
}

.hc-service-spotlight__card small,
.hc-project-card__panel small,
.hc-news-card__body small {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--hc-accent);
}

.hc-service-spotlight__card h3 {
  margin: 10px 0;
  font-size: 28px;
  line-height: 1.06;
}

.hc-service-spotlight__card p {
  margin: 0;
  color: var(--hc-muted);
  line-height: 1.8;
}

.hc-service-spotlight__card a {
  display: inline-flex;
  margin-top: 16px;
  padding: 0 18px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--hc-accent);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.hc-projects {
  background: #fff;
}

.hc-project-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.hc-project-card {
  position: relative;
  display: grid;
}

.hc-project-card__image {
  overflow: hidden;
  border-radius: 32px;
  box-shadow: var(--hc-shadow);
}

.hc-project-card__image img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.hc-project-card__panel {
  width: calc(100% - 48px);
  margin: -84px auto 0;
  padding: 24px 24px 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 44px rgba(16, 17, 20, 0.12);
}

.hc-project-card__panel h3 {
  margin: 8px 0;
  font-size: clamp(28px, 2.4vw, 38px);
  line-height: 1;
}

.hc-project-card__panel p {
  margin: 0;
  color: var(--hc-muted);
  line-height: 1.75;
}

.hc-project-card__panel span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: var(--hc-accent);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.hc-testimonial {
  background: linear-gradient(180deg, #fff 0%, #fbf8f2 100%);
}

.hc-testimonial__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.hc-testimonial__quote {
  display: none;
}

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

.hc-numbers article {
  padding: 26px 24px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--hc-line);
  box-shadow: 0 14px 34px rgba(16, 17, 20, 0.06);
  text-align: center;
}

.hc-numbers strong {
  display: block;
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1;
}

.hc-numbers span {
  display: block;
  margin-top: 10px;
  color: var(--hc-muted);
  line-height: 1.6;
}

.hc-faq__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.hc-faq__content {
  max-width: 980px;
  margin: 0 auto;
}

.hc-accordion {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.hc-accordion__item {
  border: 1px solid var(--hc-line);
  border-radius: 22px;
  background: #fff;
}

.hc-accordion__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  min-height: 68px;
  padding: 0 22px;
  background: transparent;
  color: var(--hc-text);
  font: inherit;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.hc-accordion__trigger b {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255, 101, 12, 0.12);
  color: var(--hc-accent);
}

.hc-accordion__body {
  padding: 0 22px 22px;
  color: var(--hc-muted);
  line-height: 1.8;
}

.hc-accordion__body p {
  margin: 0;
}

.hc-news {
  background: #fff;
}

.hc-news__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.hc-news-card {
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid var(--hc-line);
  background: #fff;
  box-shadow: 0 18px 46px rgba(16, 17, 20, 0.08);
}

.hc-news-card__image img {
  aspect-ratio: 1.18 / 0.78;
  object-fit: cover;
}

.hc-news-card__body {
  padding: 22px;
}

.hc-news-card__body h3 {
  margin: 10px 0 8px;
  font-size: 24px;
  line-height: 1.14;
}

.hc-news-card__body p {
  margin: 0;
  color: var(--hc-muted);
  line-height: 1.75;
}

@media (max-width: 1100px) {
  .hc-services__grid {
    grid-template-columns: 1fr;
  }

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

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

  .hc-hero__headline {
    gap: 24px;
  }

  .hc-hero__stats {
    gap: 16px;
  }
}

@media (max-width: 760px) {
  :root {
    --hc-shell: calc(100vw - 28px);
  }

  .hc-section {
    padding: 72px 0;
  }

  .hc-hero {
    min-height: auto;
    padding: 108px 0 42px;
  }

  .hc-hero__shell {
    min-height: auto;
  }

  .hc-hero__headline {
    grid-template-columns: 1fr;
    gap: 18px;
    align-items: start;
  }

  .hc-hero__copy h1 {
    font-size: clamp(64px, 24vw, 112px);
  }

  .hc-hero__copy p {
    font-size: 14px;
    line-height: 1.72;
  }

  .hc-hero__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding-bottom: 0;
  }

  .hc-stat {
    min-width: 0;
    padding: 12px 8px 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.72);
    background: rgba(17, 19, 28, 0.34);
    backdrop-filter: blur(10px);
  }

  .hc-stat strong {
    font-size: 26px;
  }

  .hc-stat span {
    margin-top: 6px;
    font-size: 9px;
    letter-spacing: 0.12em;
  }

  .hc-section__head {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 24px;
  }

  .hc-services__grid,
  .hc-news__grid,
  .hc-numbers {
    grid-template-columns: 1fr;
  }

  .hc-service-item {
    min-height: 58px;
    padding: 0 18px;
    font-size: 16px;
  }

  .hc-service-spotlight {
    min-height: 220px;
  }

  .hc-project-stack {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .hc-project-card__image img {
    aspect-ratio: 1 / 1.06;
  }

  .hc-project-card__panel {
    width: calc(100% - 28px);
    margin: -66px auto 0;
    padding: 18px 18px 16px;
  }

  .hc-project-card__panel h3 {
    font-size: 28px;
  }

  .hc-news-card__body h3 {
    font-size: 22px;
  }
}
