/* ==============================
   COMPANY — HERO
============================== */
.co-hero {
  padding: 120px 20px 80px;
  text-align: center;
}

.co-hero-heading {
  font-size: 64px;
  font-weight: 400;
  color: #0014ff;
  letter-spacing: -1.92px;
  line-height: 1.4;
  margin-bottom: 40px;
}

.co-hero-body {
  width: 999px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

.co-hero-body p {
  margin-bottom: 1.4em;
}

.co-hero-body p:last-child {
  margin-bottom: 0;
}

/* ==============================
   COMPANY — SHARED SECTION
============================== */
.co-section {
  padding: 0 20px;
  margin-bottom: 60px;
}

.co-divider {
  height: 2px;
  background: #000;
  width: 100%;
}

.co-section-title {
  font-size: 48px;
  font-weight: 400;
  color: #000;
  letter-spacing: -0.96px;
  line-height: 1.14;
  width: 371px;
  flex-shrink: 0;
}

/* ==============================
   COMPANY — SERVICES
============================== */
.co-services-inner {
  display: flex;
  gap: 17px;
  padding: 40px 0 0;
}

.co-services-right {
  flex: 1;
  padding-top: 6px;
}

.co-services-tabs {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}

.svc-tab {
  font-size: 13px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.3;
  cursor: pointer;
  transition: opacity 0.2s;
  white-space: nowrap;
}

.svc-tab.active,
.svc-tab:hover {
  opacity: 1;
}

.co-services-desc {
  font-size: 40px;
  font-weight: 400;
  color: #000;
  line-height: 1.2;
  width: 780px;
}

/* ==============================
   COMPANY — BUILT DIFFERENT
============================== */
.co-built-inner {
  display: flex;
  gap: 17px;
  padding: 40px 0 0;
  align-items: flex-start;
}

.co-built-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 430px;
  flex-shrink: 0;
  padding-top: 10px;
}

.bd-item {
  font-size: 13px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.3;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.2s;
}

.bd-item.active,
.bd-item:hover {
  opacity: 1;
}

.co-built-desc {
  font-size: 40px;
  font-weight: 400;
  color: #000;
  line-height: 1.2;
  flex: 1;
  padding-top: 10px;
}

/* ==============================
   COMPANY — TEAM
============================== */
.co-team-grid {
  display: grid;
  grid-template-columns: 693px 693px;
  gap: 14px;
  padding: 40px 0 0;
}

.co-team-photo-wrap {
  width: 100%;
  height: 404px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 16px;
}

.co-team-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.co-team-name {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
  margin-bottom: 4px;
}

.co-team-role {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.4;
  margin-bottom: 16px;
}

.co-team-bio {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.4;
  width: 658px;
  margin-bottom: 12px;
}

.co-team-links {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.co-team-link {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-decoration: underline;
  line-height: 1.4;
}

.co-team-link:hover {
  color: #0014ff;
}

/* ==============================
   COMPANY — CLIENTS
============================== */
.co-clients-inner {
  display: flex;
  gap: 17px;
  padding: 40px 0 0;
  align-items: flex-start;
}

.co-clients-right {
  flex: 1;
}

.co-clients-filters {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.cl-filter {
  font-size: 13px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.3;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.2s;
}

.cl-filter.active,
.cl-filter:hover {
  opacity: 1;
}

.co-clients-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.co-clients-list li {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  letter-spacing: -0.4px;
  line-height: 1.7;
}

/* ==============================
   COMPANY — TELL US EVERYTHING
============================== */
.co-tell {
  padding: 60px 20px 80px;
  text-align: center;
}

.co-tell-heading {
  font-size: 40px;
  font-weight: 400;
  color: #000;
  letter-spacing: -0.8px;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.co-tell-buttons {
  display: flex;
  justify-content: center;
  gap: 18px;
}
